@charset "utf-8";
@import url(../lib/layui/css/layui.css);
*{
    margin: 0px;
    padding: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.layui-nav-itemed > .layui-nav-child{
    background-color: rgba(241,231,221,.3) !important;
}
.layui-nav-tree .layui-nav-bar{
    background-color: #f1e7dd;
}
.layui-nav-tree .layui-nav-child dd.layui-this, .layui-nav-tree .layui-nav-child dd.layui-this a, .layui-nav-tree .layui-this, .layui-nav-tree .layui-this > a, .layui-nav-tree .layui-this > a:hover{
    background-color: #f1e7dd;
}
.layui-nav-itemed > a, .layui-nav-tree .layui-nav-title a, .layui-nav-tree .layui-nav-title a:hover{
    color:#7f7b6f;
}
a{
    text-decoration: none;
}
.layui-nav{background-color:#faf6ea !important;}
html{
    width: 100%;
    height: 100%;
    overflow-x:hidden;
    overflow-y:auto;
}
body{
    width: 100%;
    min-height: 100%;
}
.login-bg{
    /*background: #eeeeee url() 0 0 no-repeat;*/
    background:url(../images/bg.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.login{
    margin: 120px auto 0 auto;
    min-height: 420px;
    max-width: 420px;
    padding: 40px;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    /* overflow-x: hidden; */
    box-sizing: border-box;
}
.login a.logo{
    display: block;
    height: 58px;
    width: 167px;
    margin: 0 auto 30px auto;
    background-size: 167px 42px;
}
.login .message {
    margin: 10px 0 0 -58px;
    padding: 18px 10px 18px 60px;
    background: #189F92;
    position: relative;
    color: #57534a;
    font-size: 16px;
}
.login #darkbannerwrap {
    background: url(../images/aiwrap.png);
    width: 18px;
    height: 10px;
    margin: 0 0 20px -58px;
    position: relative;
}

.login input[type=text],
.login input[type=file],
.login input[type=password],
.login input[type=email], select {
    border: 1px solid #DCDEE0;
    vertical-align: middle;
    border-radius: 3px;
    height: 50px;
    padding: 0px 16px;
    font-size: 14px;
    color: #57534a;
    outline:none;
    width:100%;
    box-sizing: border-box;
}
.login input[type=text]:focus,
.login input[type=file]:focus,
.login input[type=password]:focus,
.login input[type=email]:focus, select:focus {
    border: 1px solid #27A9E3;
}
.login input[type=submit],
.login input[type=button]{
    display: inline-block;
    vertical-align: middle;
    padding: 12px 24px;
    margin: 0px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #57534a;
    background-color: #189F92;
    border-radius: 3px;
    border: none;
    -webkit-appearance: none;
    outline:none;
    width:100%;
}
.login hr {
    background: #fff  0 0 no-repeat;
}
.login hr.hr15 {
    height: 15px;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.login hr.hr20 {
    height: 20px;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.x-body{
    padding: 20px;
}
.x-nav{
    padding: 0 20px;
    position: relative;
    z-index: 99;
    border-bottom: 1px solid #e5e5e5;
    line-height: 39px;
    height: 39px;
    overflow: hidden;
}
xblock{
    display: block;
    margin-bottom: 10px;
    padding: 5px;
    line-height: 22px;
    /* border-left: 5px solid #009688; */
    border-radius: 0 2px 2px 0;
    background-color: #f2f2f2;
}
.x-right{
    float: right;
}
.x-so{
    /*text-align: center;*/
    /*background: #f2f2f2 url() 0 0 no-repeat;*/
    margin-bottom: 20px;
}
.x-so input.layui-input{
    width: 150px;
}
.x-so .layui-form-label{
    display: inline-block;
}
.x-so input.layui-input,.x-so input.layui-btn{
    display: inline-block;
}
.x-red{
    color: red;
}
.x-a{
    color: #1AA093;
}
.x-a:hover{
    color: #127F74;
}
.x-sort{
    height: 30px;
}
.x-show{
    cursor: pointer;
}
.layui-form-switch{
    margin-top: 0px;
}
.layui-input:focus, .layui-textarea:focus {
    border-color: #189f92!important;
}

.page{
    margin-top: 20px;
    text-align: center;

}
.page a{
    display: inline-block;
    background: #fff 0 0 no-repeat;
    color: #888;
    padding: 10px;
    min-width: 15px;
    border: 1px solid #E2E2E2;

}
.page span{
    display: inline-block;
    padding: 10px;
    min-width: 15px;
    border: 1px solid #E2E2E2;
}
.page span.current{
    display: inline-block;
    background: #009688  0 0 no-repeat;
    color: #fff;
    padding: 10px;
    min-width: 15px;
    border: 1px solid #009688;
}
.page .pagination li{
    display: inline-block;
    margin-right: 5px;
    text-align: center;
}
.page .pagination li.active span{
    background: #009688  0 0 no-repeat;
    color: #57534a;
    border: 1px solid #009688;

}

/*登录样式*/
/*头部*/
.container{
    width: 100%;
    height: 100px;
    background-color: #faf6ea;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.container .logo a{
    float: left;
    color: #57534a;
    font-size: 18px;
    padding-left: 2px;
    line-height: 45px;
    width: 95px;
}
.container .right{
    background-color:rgba(0,0,0,0);
    float: right;

}
.container .left_open{
    height: 55px;
    float: left;
}
.container .left_open i{
    display: block;
    background: rgba(255,255,255,0.1)  0 0 no-repeat;
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 3px;
    text-align: center;
    margin-top: 12px;
    cursor: pointer;
}
.container .left_open i:hover{
    background: rgba(255,255,255,0.3)  0 0 no-repeat;
}

.container .left{
    background-color:rgba(0,0,0,0);
    float: left;

}
.container .layui-nav-item{
    line-height: 55px;
}
.container .layui-nav-more{
    top: 20px;
}
.container .layui-nav-child{
    top: 50px;
}
.container .layui-nav-child i{
    margin-right: 10px;
}
.container  .layui-nav .layui-nav-item a{
    padding-top: 0;
    padding-bottom: 0;
}

.layui-nav .layui-nav-item a{
    color: #57534a;
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;
}
.layui-nav .layui-nav-item .iconfont{margin-right: 5px;}
.layui-nav{color:#57534a !important;}
.layui-nav .layui-nav-child a{
    color: #8e8e8e;
    cursor: pointer;

}
.layui-nav-tree .layui-nav-item a:hover{
    background-color: #f1e7dd !important;
}
.layui-nav .layui-nav-child cite{
    padding-left: 30px;
}
.layui-nav .layui-nav-child .layui-this cite{color: #57534a;}
.left-nav{
    position: absolute;
    top: 100px;
    bottom: 42px;
    left: 0;
    z-index: 2;
    padding-top: 10px;
    background-color: #faf6ea;
    width: 220px;
    max-width: 220px;
    overflow: auto;
    overflow-x:hidden;
    border-right: 1px solid #e5e5e5;
    /*width: 0px;*/
}
.left-nav #nav li{width: 100%;line-height: 40px;position: relative;display: inline-block;vertical-align: middle;}
.left-nav #nav li:hover > a{
    /*color: blue;*/
}
.left-nav #nav .current{
    background-color: rgba(0, 0, 0, 0.3);
}
.left-nav #nav li a{
    font-size: 14px;
    padding: 10px 15px 10px 20px;
    display: block;
    cursor: pointer;
}
.left-nav #nav li a cite{
    font-size: 14px;
}

.left-nav #nav li .sub-menu{
    display: none;
}
.left-nav #nav li .opened{
    display: block;
}
.left-nav #nav li .opened:hover{
    /*background: #fff url() 0 0 no-repeat;*/
}
.left-nav #nav li .opened .current{

}
.left-nav #nav li .sub-menu li:hover{
    /*color: blue;*/
    /*background: #fff url() 0 0 no-repeat;*/
}
.left-nav #nav li .sub-menu li a{
    padding: 12px 15px 12px 30px;
    font-size: 14px;
    cursor: pointer;
}
.left-nav #nav li .sub-menu li .sub-menu li a{
    padding-left: 45px;
}
.left-nav #nav li .sub-menu li a:hover{
    color: #148cf1;
}
.left-nav #nav li .sub-menu li a i{
    font-size: 12px;
}
.left-nav #nav li a i{
    padding-right: 10px;
    line-height: 14px;
}
.left-nav #nav li .nav_right{
    float: right;
    font-size: 16px;
}
.x-slide_left {
    width: 17px;
    height: 61px;
    background:  0 0 no-repeat;
    position: absolute;
    top: 200px;
    left: 221px;
    cursor: pointer;
    z-index: 3;
}
.page-content{
    position: absolute;
    top: 55px;
    right: 0;
    bottom: 42px;
    left: 221px;
    overflow: hidden;
    z-index: 1;
}
.page-content-bg{
    position: absolute;
    top: 46px;
    right: 0;
    bottom: 42px;
    left: 221px;
    background: rgba(0,0,0,0.5); url() 0 0 no-repeat;
    overflow: hidden;
    z-index: 100;
    display: none;
}

.page-content .tab{
    height: 100%;
    width: 100%;
    background: #EFEEF0  0 0 no-repeat;
    margin: 0px;
}
.page-content .layui-tab-title{
    /*padding-top: 5px;*/
    height: 35px;
    background: #EFEEF0  0 0 no-repeat;
    position: relative;
    z-index: 100;
}
.page-content .layui-tab-title li.home i{
    padding-right: 5px;
}
.page-content .layui-tab-title li.home .layui-tab-close{
    display: none;
}
.page-content .layui-tab-title li{
    line-height: 35px;
}
.page-content .layui-tab-title .layui-this:after{
    height: 36px;
}
.page-content .layui-tab-title li .layui-tab-close{
    border-radius: 50%;
}
.page-content .layui-tab-title .layui-this{
    background: #fff  0 0 no-repeat;
}
.page-content .layui-tab-bar{
    height:34px;
    line-height: 35px;
}
.page-content .layui-tab-content{
    position: absolute;
    top: 36px;
    bottom: 0px;
    width: 100%;
    background: #fff  0 0 no-repeat;
    padding: 0px;
    overflow: hidden;
}
.page-content .layui-tab-content .layui-tab-item{
    width: 100%;
    height: 100%;

}
.page-content .layui-tab-content .layui-tab-item iframe{
    width: 100%;
    height: 100%;

}
.x-admin-carousel,.layui-carousel,.x-admin-carousel>[carousel-item]>* {
    background-color:#faf6ea;
}

.x-admin-backlog .x-admin-backlog-body {
    display:block;
    padding: 15px 15px;
    background-color:#f8f8f8;
    color:#999;
    border-radius:2px;
    transition:all .3s;
    -webkit-transition:all .3s;
}
.x-admin-backlog-body h3 {
    padding-bottom:10px;
    font-size:15px;
    color:  #000;
}
.x-admin-backlog-body p cite {
    font-style:normal;
    font-size:30px;
    font-weight:300;
    color:#009688
}
.x-admin-backlog-body:hover {
    background-color:#CFCFCF;
    color:#888
}
.x-admin-backlog .x-admin-backlog-body .layui-col-div{
    margin-left: 70px;
}
.x-admin-backlog .x-admin-backlog-body .layui-col-cont{
    font-size: 40px;
    position: absolute;
    top: 50px;
    left: 45px;
}



.welcome-footer{padding: 30px 0; line-height: 30px; text-align: center; background-color: #eee; color: #666; font-weight: 300;}
body .layui-layout-admin .footer-demo{height: auto; padding: 15px 0; line-height: 26px;}
.welcome-footer a{padding: 0 5px;}

table th, table td {
    word-break: break-all;
}

.footer{
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: #faf6ea;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 41px;
    color: #fff;
    /*padding-left: 10px;*/
}
.footer .copyright{
    margin-left: 10px;
}


@media screen and (max-width: 768px){
    .fast-add{
        display: none;
    }
    .layui-nav .to-index{
        display: none;
    }
    .container .logo a{
        width: 140px;
    }
    .container .left_open {
        /*float: right;*/
    }
    .left-nav{
        left: -221px;
    }
    .page-content{
        left: 0px;
    }
    .page-content .layui-tab-content .layui-tab-item{
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
    }
    .x-so input.layui-input{
        width: 100%;
        margin: 10px;
    }
}
.layui-carousel>[carousel-item]:before{display: none;}
.layui-carousel .carousel_li{    color: #FF5722;
    font-size: 16px;
    background: #4a4a4a;padding: 0;}

.layui-carousel .carousel_li a{ color: #09efd9;margin-top: -4px;font-size: 16px;}


.layui-col-space10>*{
    padding: 15px;
}

.layui-nav .layui-field-box{width: 550px;
    overflow: hidden;
    position: relative;
    height: 35px;}

.layui-nav .layui-carousel{
    float: left;
}

.layui-nav  .layui-on-de{      float: left;
    margin-top: -8px;
    font-size: 16px;
    margin-right: 10px;}


/*
筛选
、
、
*/

.searchcon-w {
    border-top: 1px solid #ddd;
    background: #fff;
    margin-bottom: 25px;
    display: none;
}

.con-wrap {
    position: relative;
    _zoom: 1;
    line-height: 40px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    background: #f3f3f3;
}

.con-key {
    float: left;
    width: 100px;
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
}

.con-value {
    margin-left: 110px;
    padding-right: 130px;
    padding-left: 10px;
    overflow: hidden;
    zoom: 1;
    background: #fff
}

.rlogoul {
    padding-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    zoom: 1;
    height: 98px
}

.rlogoul li {
    position: relative;
    float: left;
    _display: inline;
    width: 116px;
    height: 48px;
    padding: 0;
    border: 1px solid #ddd;
    margin: -1px -1px 0 0;
    background: #fff;
    text-align: center;
    list-style: none
}

.rlogoul li a {
    display: block;
    border: 1px solid #fff;
    height: 46px;
    width: 114px;
    overflow: hidden;
    text-overflow: ellipsis;
    zoom: 1;
    color: #005aa0;
    line-height: 48px
}

.rlogoul li.selected a,.rlogoul li a:hover {
    border-color: #e4393c;
    color: #e4393c
}

.rlogoul li.selected,.rlogoul li:hover {
    position: relative;
    z-index: 5;
    border-color: #e4393c;
    box-shadow: 2px 2px 3px rgba(0,0,0,.12)
}


.rlogoul li a img {
    margin: 5px 6px;
    vertical-align: top
}

.yseah-ext {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 110px;
    height: auto;
    line-height: 22px;
    overflow: hidden;
    zoom: 1
}


.ys-e-more {
    float: left;
    margin-right: 10px;
    position: relative;
    width: 39px;
    height: 23px;
    line-height: 23px;
    padding: 0 7px 0 4px;
    background: #fff;
    visibility: visible;
    color: #333;
    border: 1px solid #ddd
}

.ys-e-multi {
    float: left;
    height: 23px;
    line-height: 23px;
    border: 1px solid #ddd;
    padding: 0 3px 0 18px;
    position: relative;
    background: #fff;
    color: #333
}

.ys-e-multi i,.ys-e-more i {
    position: absolute;
    top: 1px;
    right: 2px;
    display: block;
    width: 20px;
    height: 20px;
    font-style: normal
}

.yseah-ext a.ys-e-multi i {
    left: 2px;
    background-position: 0 -64px
}

.yseah-ext a.ys-e-multi:hover {
    border-color: #e4393c
}

.yseah-ext a.ys-e-multi:hover i {
    left: 2px;
    background-position: 0 -84px
}

.yseah-ext a.ys-e-more i {
    background-position: 4px 7px
}

.yseah-ext a.ys-e-more:hover i {
    background-position: 4px -9px
}

.ys-letteul {
    padding-top: 6px;
    overflow: hidden
}

.ys-letteul li {
    float: left;
    height: 20px;
    line-height: 20px;
    border: 1px solid #fff;
    padding: 0 3px;
    cursor: default;
    text-align: center;
    color: #005aa0
}

.ys-letteul li.categary {
    border-color: #e4393c;
    color: #e4393c
}

.yss-nopwidth li {
    float: left;
    _display: inline;
    margin-right: 16px;
    padding-left: 3px;
    margin-bottom: 4px;
    height: 26px;
    line-height: 26px
}

.rselelcted span.ysselected-span {
    float: left;
    line-height: 26px;
    display: inline-block;
    margin-right: 3px
}

.yss-nopwidth li a {
    display: inline-block;
    position: relative;
    padding-left: 18px;
    color: #005aa0
}



.clear {
    overflow: hidden
}

.normalseliuw li.selected a i {
    border-color: #e4393c;
    background-position: -1px -107px
}


.ybtn.disable {
    padding: 4px 13px 5px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: default;
    color: #ccc;
    -webkit-filter: none;
    opacity: .2;
    filter: alpha(Opacity=20);
    filter: alpha(Opacity=20)
}

.ybtnwrap {
    text-align: center;
    padding: 10px 0
}



.ybtn-sure {
    margin-right: 8px
}

.selecbaseul {
}

.selecbaseul li {
    float: left;
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}

.selecbaseul li a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #005aa0
}
.selecbaseul li.on{background: #1AA093;}
.selecbaseul li.on a{color: #fff;}
.w-fixed li {
    margin-right: 30px;
}

.w-fixed li a {
}

.y-list {
    padding-top: 4px
}

.selector li a {
    padding-left: 18px
}



.selector li.selected a i {
    border-color: #e4393c;
    background-position: -1px -107px
}

.h-fixed {
    height: 35px;
}

.sele-adve-tab {
    height: 35px
}

.seleadve-itemwrap {
    height: 25px;
    padding-top: 5px;
    overflow: hidden
}

.seleadve-itemaaa {
    float: left;
    height: 23px;
    line-height: 23px;
    padding: 0 3px 0 6px;
    border: 1px solid #ddd;
    background: #fff;
    margin-right: 15px
}



.tre-acrr {
    height: 24px;
    border-color: #999;
    border-bottom: medium 0;
    text-decoration: none;
    position: relative;
    z-index: 2
}

.tre-acrr .arrow {
    background-position: 4px -27px
}

.seleadvecon-item {
    display: block;
    position: absolute;
    left: 0;
    top: 29px;
    width: 968px;
    border: 1px solid #999;
    padding: 10px;
    background: #fff;
    box-shadow: 1px 1px 1px rgba(153,153,153,.3)
}

.ovefl-visi {
    overflow: visible
}

.multiposition {
    float: right
}

.yseah-ext a.opened i {
    background-position: 4px -27px
}

.yseah-ext a.opened:hover i {
    background-position: 4px -45px
}

.seleadvecon-item,.ybtnwrap,.rooche,.r-letter {
    display: none
}

.r-logo .rlogoul.more {
    overflow-y: auto
}

.y-list .selecbaseul.more {
    height: auto
}

.seleadve-itemaaa {
    color: #005aa0
}

.seleadve-itemaaa:hover {
    color: #005aa0
}


/*
*/

.layui-input-block{width: 735px;}
.layui-form-item .layui-name{width: 250px;}
.layui-form-item .layui-input-inline{width: 250px;}
.layui-form-item .layui-zi-din{width: 60px;margin: 0;}
.layui-form-item .layui-zi-din-on{width: 35px;margin: 0;padding: 9px 0;text-align: center;}
.layui-form-item .layui-yue{width: 365px;}
.layui-form-item .layui-wan{width: 480px;}


.layui-form-item .layui-jian{
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #1E9FFF;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    margin-left: 40px;
}
.layui-zhu-tai{display: none;}
.layui-zhu-tai-wu{display: none;}

.layui-layer-tan{display: none;    position: fixed;
    top: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    border-radius: 2px;
    box-shadow: 1px 1px 50px rgba(0,0,0,.3);
    width: 800px;
    padding-bottom: 30px;animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;}
#layui-layer-bottom{    margin-bottom: 30px;}

.layui-form-item .layui-confirm{background-color: #009688;
    color: #fff;
    float: left;
    display: block;
    padding: 9px 15px;
    width: 290px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    margin-left: 40px;
    font-size: 16px;cursor: pointer;}

#layui-btn-fluid {
    width: 100%;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    background-color: #009688;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 20px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    margin-top: 20px;
}
.moveFromBottom {
    animation: moveFromBottom 1s ease 0.1s both;
    -webkit-animation: moveFromBottom 1s ease 0.1s both;

}
@keyframes moveFromBottom {
    from {
        transform: translateY(100%);
        opacity:0;
    }
    to{
        opacity:1;
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
        -webkit-opacity:0;
    }
    to{
        -webkit-opacity:1;
    }
}


/*
筛选
 */
.aui-choice-screen {
    width: 100%;
    margin: 20px auto;
    border: 1px solid #dddddd;
}

.aui-screen-list-box dl {
    border-bottom: #dddddd 1px solid;
    width: 100%;
    overflow: hidden;
    height: 45px;
    line-height: 45px;
}

.aui-screen-list-box dl dt {
    float: left;
    height: 30px
}

.aui-screen-list-box dl dt {
    text-align: right;
    width: 10%;
    height: 45px;
    font-weight: 600;
    line-height: 45px;
    background: #f3f3f3;
}

.aui-screen-list-box dl dd {
    position: relative;
    padding-bottom: 5px;
    padding-left: 0px;
    width: 90%;
    float: left;
    height: 45px;
    overflow: hidden;
    padding-top: 0px;
    line-height: 45px;
}

.aui-screen-list-box dl dd a {
    line-height: 14px;
    display: inline-block;
    color: #005aa0;
    overflow: hidden;
    text-decoration: none;
    height: 28px;
    line-height: 28px;
    padding: 0 25px;
    margin-top: 8px;
}

.aui-screen-list-box dl dd a:hover {
    background: #019688;
    color: #fff
}

.aui-screen-list-box dl dd a.selected {
    background: #019688;
    color: #fff;
}

.aui-screen-list-box dl dd span.more {
    position: absolute;
    width: 39px;
    display: block;
    height: 14px;
    top: 6px;
    cursor: pointer;
    right: 1px
}

.aui-screen-list-box dl dd span.more label {
    display: inline-block;
    cursor: pointer
}

.aui-screen-head-choice {
    border-bottom: #dddddd 1px solid;
    width: 100%;
    overflow: hidden;
    height: 35px;
    line-height: 22px;
}

.aui-screen-head-choice dl {
    width: 100%;
    background: #f3f3f3;
    overflow: hidden;
}

.aui-screen-head-choice dl dt {
    float: left
}

.aui-screen-head-choice dl dd {
    float: left
}

.aui-screen-head-choice dl dt {
    text-align: right;
    line-height: 35px;
    width: 110px;
    height: 35px;
    font-weight: 600;
}

.aui-screen-head-choice dl dd {
    padding-bottom: 4px;
    width: 90%;
    padding-top: 2px;
}

.aui-selected-info {
    border:1px solid #f60;
    position: relative;
    padding-bottom: 1px;
    margin: 4px 5px 0 0;
    padding-left: 5px;
    padding-right: 20px;
    display: block;
    white-space: nowrap;
    background: #fff;
    float: left;
    height: 23px;
}

.aui-selected-info label {
    color: #f60
}

.aui-selected-info span {
    font-size: 12px;
}

.aui-eliminate {
    line-height: 22px;
    margin-top: 4px;
    width: 80px;
    float: left;
    color: #f60;
    cursor: pointer;
    font-size: 12px;
}

.aui-selected-info em {
    background: url("../images/close.png") no-repeat;
    cursor: pointer;
    display: block;
    height: 13px;
    overflow: hidden;
    position: absolute;
    right: 2px;
    top: 4px;
    background-size: 12px;
    width: 13px;
}

.aui-sr-input {
    height: 35px;
    line-height: 35px;
    display: block;
    float: right;
    padding-top: 5px;
    color: #999;
    padding-right: 10px;
}

.aui-sr-input input {
    width: 42px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #CCC;
    border-radius: 2px;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    padding: 0;
    color: #222;
}

.aui-sr-input button {
    color: #fff;
    background: #4284d9;
    height: 25px;
    line-height: 25px;
    width: 40px;
    text-align: center;
    margin-left: 3px;
    border-radius: 3px;
    cursor: pointer;
    border: none;
}

.aui-list-pz-size {
    float: left;
    padding-top: 8px;
    width: 820px;
    height: auto;
}

.aui-list-pz-size li {
    float: left;
    width: 134px;
    padding-bottom: 5px;
    color: #3b5998;
    height: 29px;
    line-height: 29px;
}

.aui-screen-list-box .aui-aui-screen-list-item {
    height: 100px;
    border-bottom: none;
}

.aui-screen-list-box .aui-aui-screen-list-item dd {
    height: 100px;
    overflow: hidden;
}

.aui-list-pz-size li label {
    color: #4284d9;
}

.aui-list-pz-size li label input {
    margin-right: 3px;
}
.layui-nav-itemed>a, .layui-nav-tree .layui-nav-title a, .layui-nav-tree .layui-nav-title a:hover{
    color:#716d61 !important;
}
.ms-cont2{display: none;}
.ms-cont2,.ms-cont1{cursor: pointer;}