
.ui-page-login,
body {
    width: 100%;
    /* height: 100%;*/
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    background: #e7e5e5;
}

    body.on {
        overflow: hidden;
    }

.common {
    background: #ffffff;
    padding: 10px;
    margin-top: 10px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *+height:1%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.inlineblock {
    display: inline-block;
}

.btn {
    background-color: rgb(221,221,221);
}

.button-block {
    padding: 20px;
}

    .button-block button {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        /*	font-weight: bold;*/
        color: #fff !important;
        padding: 0;
        outline: 0 !important;
        border: none !important;
        width: 100%;
        background-color: #f98d35;
        border-radius: 5px;
    }

form.base1 {
    margin: 10px;
    line-height: 50px;
}

    form.base1 ul {
        padding: 10px;
        background: #fff;
    }

        form.base1 ul li + li {
            border-top: 1px solid #ddd;
        }

form select {
    width: 100%;
}

form.base2 {
    line-height: 50px;
}

    form.base2 ul {
        padding: 10px;
        background: #fff;
    }

    form.base2 select {
        width: 100%;
    }

    form.base2 textarea {
        width: 99%;
        margin-left: 1px;
    }

.textareaa {
    background: #e7e5e6;
    margin-top: 15px;
    border: none;
    border-radius: 5px;
    width: 100%;
}

.l-h30 {
    line-height: 30px;
}

.l-h20 {
    line-height: 20px;
}

.l-h50 {
    line-height: 50px;
}

.ml5 {
    margin-left: 5px;
}

.ml8 {
    margin-left: 8px;
}

.ml10 {
    margin-left: 10px;
}

.mt20 {
    margin-top: 10px;
}

.c333 {
    color: #333;
}

.c666 {
    color: #666;
}

.c999 {
    color: #999;
}

.cddd {
    color: #ddd;
}

.cfff {
    color: #fff;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f24 {
    font-size: 24px;
}

.color-A {
    color: #0ce1ac !important;
}

.color-B {
    color: #ffb527 !important;
}

.color-C {
    color: #f98d35 !important;
}

.color-D {
    color: #f8506b !important;
}

.color-E {
    color: #12d6e2 !important;
}

.color-F {
    color: #996cfd !important;
}

.color-G {
    color: #fecc46 !important;
}

.color-H {
    color: #0b91f8 !important;
}

.color-J {
    color: #20acfd !important;
}

.color-W {
    color: #fff !important;
}

.bcolor-A {
    background-color: #0ce1ac !important;
}

.bcolor-B {
    background-color: #ffb527 !important;
}

.bcolor-C {
    background-color: #f98d35 !important;
}

.bcolor-D {
    background-color: #f8506b !important;
}

.bcolor-E {
    background-color: #12d6e2 !important;
}

.bcolor-F {
    background-color: #996cfd !important;
}

.bcolor-G {
    background-color: #fecc46 !important;
}

.bcolor-H {
    background-color: #0b91f8 !important;
}

.bcolor-J {
    background-color: #20acfd !important;
}

.bcolor-fff {
    background-color: #fff !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pr10 {
    padding-right: 10px !important;
}

input.inputc[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: text-bottom;
}

input.inputt[type="text"] {
    background: #e7e5e6;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
}

#page_container {
    width: 100%;
    height: 100%;
    background: #fff;
    overflow-y: scroll;
    left: 0px;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.2s ease-in;
    transition: left 0.2s ease-in;
}

.wapper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 100;
}

.container {
    padding: 10px;
    background: #fff;
}

.text_overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wapper.on {
    left: 85% !important;
}

.logo {
    background: url(../images/Logo.png) center 5px no-repeat;
    height: 45px;
    background-size: auto 85%;
}

.sidebar {
    position: fixed;
    top: 0px;
    width: 85%;
    top：0;
    left: -85%;
    height: 100%;
    background: url(../images/menu-back.png);
    background-size: 100% 100%;
    background-attachment: fixed;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.2s ease-in;
    transition: left 0.2s ease-in;
    color: #fff;
    overflow-x: hidden;
    overflow: auto;
}

    .sidebar.on {
        left: 0%;
    }

.sidebar-top {
    padding: 15px 0;
    border-bottom: 1px solid #443741;
    overflow: hidden;
}

    .sidebar-top .head {
        float: left;
        width: 80px;
        height: 80px;
        border: 5px solid #fff;
        border-radius: 100%;
        margin-left: 10px;
    }

        .sidebar-top .head img {
            border-radius: 100%;
        }

    .sidebar-top p {
        margin-top: 30px;
        height: 50px;
        vertical-align: middle;
        font-size: 16px;
        float: left;
        margin-left: 15px;
        font-weight: bold;
        width: 150px;
    }

    .sidebar-top .choice {
        float: left;
        width: 80px;
        height: 40px;
        line-height: 40px;
        border: 3px solid #fff;
        border-radius: 10px;
        text-align: center;
        margin-top: 20px;
        margin-left: 10px;
    }

.login_status {
    padding: 15px 0;
    border-bottom: 1px solid #443741;
}

    .login_status a {
        color: #ffffff;
    }

    .login_status .cfw3font {
        font-size: 36px;
    }

    .login_status .cls2 {
        display: inline-block;
        float: left;
        width: 50%;
        height: 70px;
        text-align: center;
    }

    .login_status img {
        height: 50%;
    }

    .login_status .cls3 {
        display: inline-block;
        float: left;
        width: 33%;
        height: 70px;
        text-align: center;
    }

.main_nav {
    padding-top: 20px;
}

    .main_nav li {
        margin-bottom: 15px;
    }

        .main_nav li.col-xs-4 {
            padding: 0;
        }

    .main_nav .text {
        display: block;
        color: #999;
        text-align: center;
        line-height: 35px;
    }

.mui-content {
    height: auto; /*
	margin-top:64px;*/
    background: #e7e5e5;
}

.mui-content-main {
    height: auto;
    background: #e7e5e5;
}

.mui-content-padded {
    margin: 10px 0;
    position: relative;
    height: 60px;
}
/* 小组件 */
.cfwui-dividing {
    display: block;
    width: 100%;
    height: 1px;
    margin: 0px auto;
    padding-top: 10px;
    border: none;
    outline: none;
    border-bottom: 1px dashed #7F7F7F;
    clear: both;
    position: relative;
}

    .cfwui-dividing:before {
        content: attr(data-text);
        display: block;
        width: 50%;
        height: 20px;
        background-color: #F1F1F1;
        color: #7F7F7F;
        padding: 0 10px;
        position: absolute;
        top: 0;
        left: 25%;
        font-size: 12px;
        text-align: center;
    }

.cfwui-copyright {
    display: block;
    width: 100%;
    height: 10px;
    border: none;
    outline: none;
    text-align: center;
}

    .cfwui-copyright:before {
        content: attr(data-copyright);
        font-size: 12px;
        color: #777;
    }



.siderbar-menu .menu {
    height: 50px;
    padding-left: 20px;
    border-bottom: 1px solid #443741;
}

    .siderbar-menu .menu a {
        display: inline-block;
        line-height: 50px;
    }

    .siderbar-menu .menu img {
        display: inline-block;
        vertical-align: middle;
        margin-left: 60px;
        height: 25px;
    }

    .siderbar-menu .menu p {
        margin-left: 10px;
        display: inline-block;
        font-size: 16px;
        color: rgb( 201, 204, 204 );
    }

.siderbar-menu .cfw3font {
    font-size: 20px !important;
}

.layer {
    position: fixed;
    top: 30%;
    width: 100%;
    z-index: 300000;
}

    .layer .box {
        margin: 0px auto;
        width: 280px;
        padding: 30px 50px;
        background: rgba(0,0,0,0.8);
        border-radius: 5px;
        color: #fff;
    }

    .layer .content {
    }

        .layer .content p {
            width: 180px;
            line-height: 25px;
        }

.layer2 {
    position: fixed;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 100000;
}

    .layer2 .layer_mask {
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,0.6);
        z-index: 10000;
        cursor: pointer;
    }

    .layer2 .box {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 230px;
        width: 100%;
        background: #e7e5e6;
        z-index: 10000;
        cursor: pointer;
    }

        .layer2 .box .close {
            position: absolute;
            right: 2px;
            top: -10px;
            color: #000;
            opacity: 1;
            font-size: 26px;
            cursor: pointer;
        }

    .layer2 .box_tit {
        margin-top: 10;
        height: 50px;
        line-height: 50px;
        font-size: 12px;
        color: #999;
    }

    .layer2 .content {
        height: 230px;
        overflow: auto;
    }

.head_def {
    width: 100%;
}

.all-bar {
    width: 100%;
    height: 54px;
    background: #28303e; /*
	position: fixed;
	top:0;
	left: 0;*/
    z-index: 10000;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.2s ease-in;
    transition: left 0.2s ease-in;
}

.wapper.on .all-bar {
    left: 85%;
}

.all-bar .bar-title {
    height: 54px;
    font-size: 20px;
    line-height: 54px;
    width: 100%;
    padding: 0 10%;
    color: #ffffff;
    text-align: center;
}

.all-bar .return {
    position: absolute;
    top: 8px;
    left: 10px;
    font-size: 30px;
    color: #fff;
    text-decoration: none;
}

.all-bar .search {
    display: block;
    height: 54px;
    line-height: 54px;
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 18px;
    color: #fff;
}

.all-bar .home {
    display: block;
    height: 54px;
    line-height: 54px;
    position: absolute;
    top: 0px;
    left: 10px;
    font-size: 24px;
    color: #fff;
}

.slidMenu {
    width: 45px;
    height: 30px;
    background: url(/lib/images/bg_menu.png) no-repeat center;
    background-size: cover;
    font-size: 14px;
    top: 11px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    left: 10px;
    color: #fff;
}

.footer {
    width: 100%;
    background: #c7c7c7;
    margin-top: 10px;
    /*  height: 60px;*/
    font-size: 12px;
    padding: 10px 10px 0 10px;
}

    .footer ul {
        margin: 0 12%;
        padding-top: 5px;
    }

    .footer li {
        float: left;
        width: 33%;
        text-align: center;
    }

    .footer a {
        color: rgb( 102, 100, 100 );
    }





input[type="date"] {
    line-height: inherit;
}

.closeFolder {
    display: none;
}

.openFolder {
    display: block;
    background: #eee;
    line-height: 35px;
    padding: 0 10%;
}

    .openFolder .row + .row {
        border-top: 1px solid #ddd;
    }

#baidushare {
    position: fixed;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

    #baidushare .share_mask {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 1000;
        cursor: pointer;
    }

    #baidushare .outer {
        position: absolute;
        top: 200px;
        width: 100%;
        z-index: 100000;
    }

    #baidushare .box {
        margin: 0 auto;
        width: 240px;
        height: 120px;
        background: #ffffff;
        border-radius: 10px;
    }

        #baidushare .box .row {
            height: 50px;
            line-height: 50px;
            font-size: 20px;
            border-bottom: 1px solid #ddd;
            margin: 0 20px;
        }

.bdsharebuttonbox {
    width: 200px;
    margin: 0 auto;
    height: 60px;
    margin-top: 20px;
}

#gotoTop {
    position: fixed;
    display: none;
    right: 1px;
    bottom: 35px;
    font-size: 32px;
    z-index: 1000;
}

.contactList {
    width: 80%;
    margin: 0 10%;
    margin-top: 50px;
    border: 1px solid #aaa;
    border-radius: 10px;
}

    .contactList li {
        line-height: 40px;
        height: 40px;
        padding-left: 10px;
    }

        .contactList li + li {
            border-top: 1px solid #ddd;
        }

.noread:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: red;
    display: inline-block;
    margin-right: 5px;
}
/***********selectOption*********************/
.selectOption {
    display: inline-block;
    width: 100%;
    height: 24px;
    /*  background: -webkit-gradient(linear,left top, left bottom, from(#F4F4F4),to(#C5C5C5));
	background: #f4f4f4;
	border: 1px solid #d2d2d2;*/
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    color: #626262;
}

    .selectOption:before {
        /*    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    background: #f4f4f4;
    background: -webkit-gradient(linear,left top, left bottom, from(#555555),to(#121212));
*/
    }

    .selectOption:after {
        content: ' ';
        position: absolute;
        top: 9px;
        right: 7px;
        width: 0;
        height: 0;
        font-size: 0;
        border: 6px solid rgba(255,255,255,0);
        border-top-color: #bfbfbf;
    }

    .selectOption select {
        float: left;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        padding: 0;
        border: 0;
        -webkit-appearance: none;
        width: 100%;
        background: transparent;
        height: 24px;
        padding-right: 24px;
        line-height: 24px;
        text-indent: 5px;
        font-size: 12px;
    }

        .selectOption select option {
            font-size: 12px;
        }

.SO4Search {
    width: 100%;
    border: none; /*background:none;*/
}

.btwblock {
    width: 100%;
    height: 15px;
    background: #e7e5e5;
}

.cfwtit {
    padding-top: 5px;
    height: 40px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}

    .cfwtit p {
        float: left;
        margin-top: 7px;
        margin-left: 5px;
        padding-left: 8px;
        font-size: 18px;
        height: 22px;
        border-left: 3px solid #ff8b26;
    }

    .cfwtit a {
        float: right;
        display: block;
        color: #7d7d7d;
        font-size: 12px;
        line-height: 35px;
        vertical-align: middle;
    }

        .cfwtit a span:before {
            padding-right: 3px;
            color: #bbb;
            font-size: 17px;
            vertical-align: middle;
        }

.tip .userPhoto img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.praise {
    color: #dcdcdc;
    font-size: 18px;
    margin-bottom: 30px;
}
.tip dd .art-yanjing{ width: 25px; height: 12px; display: inline-block; background:url(/lib/images/eye.svg) no-repeat; background-size: 60%;}
.praise span{ display: block; float: left; line-height: 50px;}
.praise.on span {
   color:#f98d35;
}
.praise .art-zan{width: 45px; height: 45px; float: left; display: inline-block;margin:0 12px 0 115px; background: url(/lib/images/z_icon1.png) no-repeat; background-size: cover; }
.praise.on .art-zan{ background: url(/lib/images/z_icon2.png);background-size: cover;}
