.rdl-screen-box{
    width: 100%;
    height: auto;
    background: #ffffff;
}
.rdl-screen-main{
    margin: 0 auto;
    padding: 33px 0;
    width: 1100px;
    height: auto;
    box-sizing: border-box;
}
.rdl-screen-l{
    width: calc(100% - 420px);
    height: auto;
    min-height: 35px;
    float: left;
}
.rdl-s-list{
    width: 100%;
    height: auto;
}
.rdl-s-list>li{
    margin-right: 30px;
    display: inline-block;
    vertical-align: top;
    padding: 6px 0;
    width: auto;
    height: 35px;
    float: left;
}
.rdl-s-list>li span{
    display: block;
    padding: 0 20px;
    width: auto;
    height: 100%;
    line-height: 23px;
    font-size: 16px;
    color: #333333;
    border-radius: 13px;
    cursor: pointer;
}
.rdl-s-list>li.on span,.rdl-s-list>li:hover span{
    background: #3377fe
    color: #ffffff;
}
.rdl-screen-r{
    width: 382px;
    height: 35px;
    float: right;
}
.rdl-s-search{
    width: 100%;
    height: 35px;
    border-radius: 18px;
    background: #f1f1f1;
    position: relative;
}
.rdl-s-search>input{
    padding: 0 10px 0 20px;
    width: calc(100% - 60px);
    height: 35px;
    float: left;
    line-height: 35px;
    font-size: 14px;
    color: #666666;
    box-shadow: none;
    border: none;
    outline: none;
    background: transparent;
}
.rdl-s-search>img{
    padding: 5px 20px 5px 15px;
    width: 60px;
    height: 35px;
    float: left;
    box-sizing: border-box;
    cursor: pointer;
}
.rdl-s-search::before{
    display: block;
    content: "";
    position: absolute;
    right: 60px;
    top: 4px;
    z-index: 5;
    width: 1px;
    height: 26px;
    background: #afafaf;
}
.rdl-screen-t{
    margin: 0 auto;
    padding: 20px 0 0;
    width: 1100px;
    height: auto;
    box-sizing: border-box;
}

.rdl-screen-t .rdl-screen-r {
    width: 100%;
    height: 35px;
    float: none;
}
.rdl-s-search {
    width: 382px;
    height: 35px;
    border-radius: 18px;
    background: #f1f1f1;
    position: relative;
}
.rdl-screen-nav{
    padding: 20px 0 18px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.rdl-screen-sub{
    padding: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}
.rdl-screen-sub>label{
    display: block;
    padding-right: 15px;
    width: 80px;
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    color: #1c1f21;
    text-align: left;
    float: left;
}
.rdl-screen-ul{
    padding: 5px 0;
    width: calc(100% - 82px);
    height: auto;
    overflow: hidden;
    float: left;
}
.rdl-screen-ul li{
    padding: 5px 3px;
    width: auto;
    height: 33px;
    box-sizing: border-box;
    float: left;
}
.rdl-screen-ul li span{
    display: block;
    padding: 0 22px;
    width: auto;
    min-width: 108px;
    height: 23px;
    line-height: 23px;
    border-radius: 12px;
    font-size: 16px;
    color: #333333;
    text-align: center;
    cursor: pointer;
}
.rdl-screen-ul li:first-child span{
    min-width: 90px;
}
.rdl-screen-ul li.on span,.rdl-screen-ul li:hover span{
    background: #3377fe;
    color: #ffffff;
}


.page-boframe{
    padding: 90px 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.page-boframe-box{
    margin: 0 auto;
    width: 1200px;
    height: 32px;
    text-align: center;
}
.page-boframe-btn{
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    line-height: 32px;
    font-size: 16px;
    color: #666666;
    border-radius: 4px;
    cursor: pointer;
}
.page-boframe-box .ivu-page-next,.page-boframe-box .ivu-page-prev{
    border: none;
    padding: 0 12px;
    background-color: transparent;
}
.page-boframe-box .ivu-page-next a,.page-boframe-box .ivu-page-prev a{
    border: none;
    line-height: 32px;
    background-color: transparent;
}
.page-boframe-box .ivu-page-item{
    margin: 0 5px;
    border: none;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    color: #666666;
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer;
    background: transparent;
}

.page-boframe-box .ivu-page-item a{
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    vertical-align: middle;
}
.page-boframe-box .ivu-page-next:hover, .page-boframe-box .ivu-page-prev:hover{
    border: 0;
    background: #3377fe;
}
.page-boframe-box .ivu-page-next:hover a, .page-boframe-box .ivu-page-prev:hover a{
    border: 0;
    color: #ffffff;
}
.page-boframe-box .ivu-page-item:hover,.page-boframe-box li.ivu-page-item-active{
    border: 0;
    background: #3377fe;
}
.page-boframe-box .ivu-page-item:hover a,.page-boframe-box li.ivu-page-item-active a{
    border: 0;
    color: #ffffff;
}





.rdl-screen-box{
    width: 100%;
    height: auto;
    background: #ffffff;
}
.rdl-screen-main{
    margin: 0 auto;
    padding: 33px 0;
    width: 1100px;
    height: auto;
    box-sizing: border-box;
}
.rdl-screen-l{
    width: calc(100% - 420px);
    height: auto;
    min-height: 35px;
    float: left;
}
.rdl-s-list{
    width: 100%;
    height: auto;
}
.rdl-s-list>li{
    margin-right: 30px;
    display: inline-block;
    vertical-align: top;
    padding: 6px 0;
    width: auto;
    height: 35px;
    float: left;
}
.rdl-s-list>li span{
    display: block;
    padding: 0 20px;
    width: auto;
    height: 100%;
    line-height: 23px;
    font-size: 16px;
    color: #333333;
    border-radius: 13px;
    cursor: pointer;
}
.rdl-s-list>li.on span,.rdl-s-list>li:hover span{
    background: #3377fe
    color: #ffffff;
}
.rdl-screen-r{
    width: 382px;
    height: 35px;
    float: right;
}
.rdl-s-search{
    width: 100%;
    height: 35px;
    border-radius: 18px;
    background: #f1f1f1;
    position: relative;
}
.rdl-s-search>input{
    padding: 0 10px 0 20px;
    width: calc(100% - 60px);
    height: 35px;
    float: left;
    line-height: 35px;
    font-size: 14px;
    color: #666666;
    box-shadow: none;
    border: none;
    outline: none;
    background: transparent;
}
.rdl-s-search>img{
    padding: 5px 20px 5px 15px;
    width: 60px;
    height: 35px;
    float: left;
    box-sizing: border-box;
    cursor: pointer;
}
.rdl-s-search::before{
    display: block;
    content: "";
    position: absolute;
    right: 60px;
    top: 4px;
    z-index: 5;
    width: 1px;
    height: 26px;
    background: #afafaf;
}
.rdl-screen-t{
    margin: 0 auto;
    padding: 20px 0 0;
    width: 1100px;
    height: auto;
    box-sizing: border-box;
}

.rdl-screen-t .rdl-screen-r {
    width: 100%;
    height: 35px;
    float: none;
}
.rdl-s-search {
    width: 382px;
    height: 35px;
    border-radius: 18px;
    background: #f1f1f1;
    position: relative;
}
.rdl-screen-nav{
    padding: 20px 0 18px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.rdl-screen-sub{
    padding: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}
.rdl-screen-sub>label{
    display: block;
    padding-right: 15px;
    width: 80px;
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    color: #1c1f21;
    text-align: left;
    float: left;
}
.rdl-screen-ul{
    padding: 5px 0;
    width: calc(100% - 82px);
    height: auto;
    overflow: hidden;
    float: left;
}
.rdl-screen-ul li{
    padding: 5px 3px;
    width: auto;
    height: 33px;
    box-sizing: border-box;
    float: left;
}
.rdl-screen-ul li span{
    display: block;
    padding: 0 22px;
    width: auto;
    min-width: 108px;
    height: 23px;
    line-height: 23px;
    border-radius: 12px;
    font-size: 16px;
    color: #333333;
    text-align: center;
    cursor: pointer;
}
.rdl-screen-ul li:first-child span{
    min-width: 90px;
}
.rdl-screen-ul li.on span,.rdl-screen-ul li:hover span{
    background: #3377fe
    color: #ffffff;
}





.xw-banner-box{
    padding-bottom: 87px;
    width: 100%;
    height: 290px;
    box-sizing: border-box;
}
.xw-banner-main{
    width: 100%;
    height: 203px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.xw-banner-img{
    position: absolute;
    left: 50%;
    top: 51px;
    z-index: 11;
    margin-left: -137px;
    width: 497px;
    height: 239px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.xw-banner-tit{
    position: absolute;
    left: 0;
    top: 104px;
    z-index: 11;
    display: block;
    margin-left: -223px;
    width: 317px;
    height: 91px;
}
.xw-top-subnav{
    padding: 20px;
    width: 100%;
    height: 58px;
    line-height: 18px;
    box-sizing: border-box;
}
.xw-top-sub{
    margin: 0 auto;
    width: 1100px;
    height: 100%;
}
.xw-top-sub a{
    position: relative;
    display: inline-block;
    vertical-align: top;
    float: left;
    padding-right: 20px;
    width: auto;
    height: 100%;
    line-height: 18px;
    font-size: 14px;
    color: #999999;
    box-sizing: border-box;
}
.xw-top-sub a::after{
    position: absolute;
    right: 9px;
    top: 5px;
    z-index: 11;
    display: block;
    content: "";
    border: 1px transparent solid;
    border-top: 1px #999999 solid;
    border-right: 1px #999999 solid;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
}
.xw-top-sub a:last-child{
    color: #3377fe;
    font-weight: bold;
}
.xw-top-sub a:last-child::after{
    display: none;
}
.xw-top-sub a.on{
    font-size: 14px;
    color: #3377fe;
}




.xw-list-box{
    margin: 0 auto;
    width: 1100px;
    height: auto;
}
.xw-list-ul{
    padding-top: 10px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.xw-list-ul>li{
    padding: 32px 24px;
    width: 100%;
    height: 140px;
    border-radius: 0 20px 0 20px;
    box-sizing: border-box;
}
.xw-list-ul>li:hover{
    background: #ffffff;
    box-shadow: 0 0 5px 0 #cccccc;
}
.xw-list-date{
    padding-right: 40px;
    width: 112px;
    height: 100%;
    float: left;
}
.xw-list-date em{
    display: block;
    border-bottom: 2px #e0e0e0 solid;
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-style: normal;
    font-size: 30px;
    color: #3377fe;
    font-weight: bold;
    text-align: center;
}
.xw-list-date span{
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-style: normal;
    font-size: 18px;
    color: #999999;
    font-weight: normal;
    text-align: center;
}
.xw-list-main{
    width: calc(100% - 115px);
    height: 100%;
    float: left;
}
.xw-list-main h6{
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    color: #666666;
}
.xw-list-txt{
    width: 100%;
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    color: #999999;
    overflow: hidden;
}
.xw-list-txt span{
    display: inline;
}
.xw-list-txt a{
    margin-left: 26px;
    display: inline;
    line-height: 20px;
    font-size: 14px;
    color: #cccccc;
}
.xw-list-ul>li:hover .xw-list-txt a{
    color: #3377fe;
}




.xw-p-main{
    margin: 0 auto;
    width: 1100px;
    height: auto;
}
.xw-p-tit{
    padding: 22px 0;
    width: 100%;
    height: auto;
}
.xw-p-tit h5{
    padding: 7px 0;
    width: 100%;
    height: auto;
    line-height: 26px;
    font-size: 18px;
    color: #333333;
    text-align: center;
    box-sizing: border-box;
}
.xw-p-xx{
    width: 100%;
    height: auto;
    text-align: center;
    overflow: hidden;
}
.xw-p-tit li{
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    font-size: 14px;
    color: #c1c1c1;
    line-height: 32px;
}
.xw-p-txt{
    width: 100%;
    height: auto;
}
.xw-p-txt{
    padding: 25px 0;
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    overflow: hidden;
}
.xw-p-ym{
    padding: 40px 0 110px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.xw-p-ym p{
    position: relative;
    padding: 10px 25px;
    width: 100%;
    height: auto;
    min-height: 45px;
    box-sizing: border-box;
}
.xw-p-ym p::before{
    position: absolute;
    left: 0;
    top: 19px;
    z-index: 11;
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #3377fe;
}
.xw-p-ym p span{
    box-sizing: border-box;
    font-size: 14px;
    color: #999999;
    cursor: pointer;
    line-height: 25px;
}
.xw-p-ym p:hover span{
    color: #3377fe;
}


.ivu-checkbox-wrapper{
    width:100%
}
.gts-tabs-box{
    margin: 30px auto 0;
    padding: 0;
    width: 100%;
    height: auto;
    position: relative;
}
.gts-xxzx-c{
    padding: 0 28px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.gts-xxzx-head{
    padding: 18px 0 12px;
    width: 100%;
    height: 61px;
    border-bottom: 1px #ECECEC solid;
    box-sizing: border-box;
}
.gts-xxzx-head h6{
    position: relative;
    width: 90px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #333333;
    text-align: center;
    float: left;
}
.gts-xxzx-head h6::after{
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: -13px;
    z-index: 11;
    width: 90px;
    height: 2px;
    background: #3377fe;
}
.gts-xxzx-sear{
    margin-right: 3px;
    padding: 0 12px 0 16px;
    width: 310px;
    height: 28px;
    float: right;
    border-radius: 15px;
    background: #F1F1F1;
    overflow: hidden;
}
.gts-xxzx-sear>input{
    display: block;
    width: calc(100% - 22px);
    height: 100%;
    float: left;
    border: 0;
    background: transparent;
    outline: none;
    font-size: 12px;
    color: #999999;
}
.gts-xxzx-sear>img{
    display: block;
    margin: 9px 0px 9px 8px;
    width: 14px;
    height: 12px;
    float: left;
    cursor: pointer;
}
.gts-xxzx-fbtn{
    margin-left: 20px;
    width: 80px;
    height: 28px;
    float: right;
}
.gts-xxzx-fbtn span{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 28px;
    font-size: 12px;
    color: #3377fe;
    text-align: center;
    border-radius: 14px;
    background: #FBDADA;
    cursor: pointer;
}
/* 列表 */
.gts-xxzx-list{
    padding-bottom: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.gts-xxzx-list>li{
    padding: 22px 0;
    border-bottom: 1px #ECECEC solid;
    width: 100%;
    height: auto;
}
.gts-xxzx-list>li h5{
    padding-left: 16px;
    width: 100%;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    box-sizing: border-box;
    position: relative;
}
.gts-xxzx-list>li h5::before{
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    z-index: 11;
    width: 10px;
    height: 10px;
    background: #3377fe;
    border-radius: 50%;
}
.gts-xxzx-list>li h6{
    margin-bottom: 7px;
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #999999;
}
.gts-xxzx-list>li p{
    width: 100%;
    height: 42px;
    line-height: 21px;
    font-size: 14px;
    color: #4A4A4A;
}
.gts-xxzx-list>li p span{
    display: inline;
    cursor: pointer;
    line-height: 21px;
    font-size: 14px;
    color: #3377fe;
}
.gts-xxzx-list>li.gts-disabled h5{
    padding-left: 0;
    color: #999999;
}
.gts-xxzx-list>li.gts-disabled h5::before{
    display: none;
}
.gts-xxzx-list>li.gts-disabled p,.gts-xxzx-list>li.gts-disabled p span{
    color: #999999;
}
/* 详情 */
.gts-xxzx-model{
    /* position: absolute;
    left: 0;
    top: 0;
    z-index: 101; */
    width: 100%;
    height: auto;
    min-height: 100%;
    background: #fff;
}
.gts-xxzx-model .gts-xxzx-head h6{
    width: 40px;
    text-align: left;
    color: #3377fe;
    cursor: pointer;
}
.gts-xxzx-model .gts-xxzx-head h6::after{
    display: none;
}
.gts-m-main{
    padding: 20px 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.gts-m-main>h5{
    padding: 5px 0;
    width: 100%;
    height: auto;
    line-height: 26px;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}
.gts-m-main>dl{
    padding: 5px 0;
    width: 100%;
    height: auto;
    line-height: 25px;
    font-size: 14px;
    color: #666666;
}
.gts-m-main>dl dd{
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    line-height: 25px;
    font-size: 14px;
    color: #666666;
}
.gts-m-nr{
    padding: 10px 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.gts-m-nr p{
    padding: 8px 0;
    font-size: 14px;
    color: #373737;
    line-height: 22px;
}
.gxxzx-hf-main{
    width: 100%;
    height: auto;
    background: #fff;
}
.gxxzx-hf-null{
    width: 100%;
    height: 10px;
    background: #f7f7f7;
}
.gxxzx-hf-box{
    padding: 20px 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.gxxzx-hf-tit{
    padding: 0 35px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #191919;
    font-weight: bold;
}
.gxxzx-hf-list{
    width: 100%;
    height: auto;
}

.gxxzx-hf-list>li{
    border-bottom: 1px #EFF2FD solid;
    padding: 20px 35px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.gxxzx-hf-list>li:last-child{
    border-bottom: 0;
}
.gxxzx-hf-head{
    width: 100%;
    height: 40px;
}
.gxxzx-hf-img{
    margin-right: 10px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    float: left;
}
.gxxzx-hf-img>img{
    display: block;
    width: 100%;
    height: 100%;
}
.gxxzx-hf-head>label{
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #191919;
    float: left;
}
.gxxzx-hf-head>span{
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #90949D;
    float: left;
}
.gxxzx-hf-txt{
    padding-left: 50px;
    width: 100%;
    height: auto;
    line-height: 25px;
    font-size: 16px;
    color: #191919;
    box-sizing: border-box;
}
.gxxzx-hfht-hfbtn{
    padding: 0 35px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: right;
}
.gxxzx-hfht-box{
    padding: 20px 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.gxxzx-hfht-area{
    padding: 15px 35px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.gxxzx-hfht-hfbtn .ivu-btn{
    background: #6175FF;
    outline: none;
}
.gxxzx-mian-swit{
    padding-left: 70px;
    width: 100%;
    height: 17px;
    line-height: 17px;
    box-sizing: border-box;
    font-size: 14px;
    color: #4A4A4A;
}
.gxxzx-mian-swit span{
    margin-right: 10px;
}
.gxxzx-f-txl .ivu-form-item{
    margin-bottom: 20px;
}
.gxxzx-f-txl .ivu-form-item-error-tip{
    padding-top: 2px;
}









#avatar-img{
    display: block;
    width: 100%;
    height: 100%;
}
.gts-tabs-box{
    margin: 30px auto 0;
    padding: 0;
    width: 100%;
    height: auto;
    position: relative;
}
.gts-xxzx-c{
    padding: 0 28px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.gts-xxzx-head{
    padding: 18px 0 12px;
    width: 100%;
    height: 61px;
    border-bottom: 1px #ECECEC solid;
    box-sizing: border-box;
}
.gts-xxzx-head h6{
    position: relative;
    width: 90px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #333333;
    text-align: center;
    float: left;
}
.gts-xxzx-head h6::after{
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: -13px;
    z-index: 11;
    width: 90px;
    height: 2px;
    background: #3377fe;
}
.gts-sz-box{
    padding-top: 40px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.gts-sz-box .ivu-form .ivu-form-item-label{
    padding-right: 30px;
}













.gts-sz-txbox{
    width: 91px;
    height: 150px;
    float: left;
}
.gts-sz-txm{
    width: 100%;
    height: 150px;
}
.gts-sz-txg{
    margin-bottom: 28px;
    width: 91px;
    height: 91px;
    border-radius: 50%;
    overflow: hidden;
}
.gts-sz-txg>img{
    display: block;
    width: 100%;
    height: 100%;
}
.gts-sz-txbj{
    display: block;
    border: 1px #3377fe solid;
    width: 100px;
    height: 28px;
    box-sizing: border-box;
    border-radius: 4px;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
}
.gts-sz-box .ivu-radio-checked .ivu-radio-inner {
    border-color: #3377fe;
}
.gts-sz-box .ivu-radio-inner:after{
    background: #3377fe;
}
.zlsz-f-b{
    padding: 30px 0 60px 115px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.zlsz-f-btn{
    border: none;
    width: 125px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background: #3377fe;
    border-radius: 4px;
    cursor: pointer;
}
.gts-m-bjtx{
    padding: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}
.gts-tx-l{
    width: 63%;
    height: 370px;
    float: left;
    box-sizing: border-box;
    position: relative;
}
.avatar-upload{
    padding: 0 0 5px;
    width: 100%;
    height: 35px;
    box-sizing: border-box;
}
.avatar-upload-btn{
    display: inline-block;
    vertical-align: top;
    border: 1px #3377fe solid;
    width: 120px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    color: #3377fe;
    box-sizing: border-box;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}
.avatar-upload-btn #selectImg{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.gts-tx-cjtx{
    width: 100%;
    height: 340px;
    background: #ECECEC;
}
.gts-tx-rls{
    padding-top: 10px;
    width: 100%;
    height: 30px;
    line-height: 20px;
    font-size: 12px;
    color: #999999;
    text-align: center;
    box-sizing: border-box;
}
.gts-tx-r{
    padding-left: 18px;
    width: 37%;
    height: 370px;
    float: left;
    box-sizing: border-box;
}
.gts-tx-xst{
    width: 100%;
    height: 290px;
}
.gts-tx-xst h6{
    margin-bottom: 20px;
    width: 100%;
    line-height: 16px;
    font-size: 12px;
    color: #666666;
    text-align: center;
}
.gts-txx-rls{
    margin: 0 auto;
    width: 170px;
    height: 80px;
}
.gts-txz-xst{
    width: 60%;
    height: 100%;
    float: left;
}
.gts-txx-xst{
    width: 40%;
    height: 100%;
    float: left;
}
.gts-tx-xst p{
    padding: 15px 0;
    width: 100%;
    line-height: 16px;
    font-size: 12px;
    color: #999999;
    text-align: center;
}
.gts-txz-xst p,.gts-txx-xst p{
    padding: 4px 0 0;
    width: 100%;
    line-height: 13px;
    font-size: 12px;
    color: #999999;
    text-align: left;
    box-sizing: border-box;
}
.gts-xst-lg{
    display: block;
    margin: 0 auto;
    width: 170px;
    height: 170px;
    overflow: hidden;
    background: #ECECEC;
}
.gts-xst-md{
    width: 50px;
    height: 50px;
    overflow: hidden;
    background: #ECECEC;
}
.gts-xst-sm{
    margin-bottom: 20px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    background: #ECECEC;
}
.gts-tx-bottom{
    padding-top: 15px;
    width: 100%;
    height: auto;
    text-align: center;
}
.zlsz-mb-btn{
    border: none;
    width: 120px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    background: #3377fe;
    border-radius: 4px;
    cursor: pointer;
}
.avatar-wrapper{
    width: 100%;
    height: 100%;
}
.gts-tx-cjtx .cropper-container{
    width: 100%!important;
    height: 100%!important;
}




.rdjx-gl-boxs{
    padding: 30px 35px;
    width: 100%;
    height: auto;
    min-height: 552px;
    overflow: hidden;
    box-sizing: border-box;
}
/* 新列表 */
.gts-wkc-list{
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.gts-wkc-list>li{
    border-bottom: 1px #bbb dashed;
    padding: 20px 35px 21px 120px;
    width: 100%;
    height: 123px;
    border-radius: 0;
    background: #ffffff;
    box-sizing: border-box;
    position: relative;
}
.gts-wkc-list>li:hover{
    box-shadow: 0 0 10px 0 #a9a9a9;
    z-index: 5;
}

.rdjx-gl-main{
    padding: 0;
    width: calc(100% - 125px);
    height: 100%;
    float: left;
    position: relative;
}
.rdjx-tit-bg{
    position: absolute;
    left: -120px;
    top: 5px;
    z-index: 11;
    width: 55px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: right top;
}
.rdjx-gl-main h5{
    width: calc(100% - 525px);
    height: 41px;
    line-height: 41px;
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.rdjx-gl-main dl{
    width: 100%;
    height: 41px;
    line-height: 41px;
    font-size: 14px;
    color: #999999;
    box-sizing: border-box;
}
.rdjx-gl-main dl>dd{
    display: inline-block;
    vertical-align: top;
    padding-right: 30px;
    width: auto;
    width:145px;
    height: 41px;
    line-height: 41px;
    font-size: 14px;
    color: #999999;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rdjx-gl-main dl>dd:first-child:after{
    display: block;
    content: "";
    position: absolute;
    right: 25px;
    top: 13px;
    z-index: 11;
    width: 0;
    height: 14px;
    border-right: 1px #999999 solid;
}
.rdjx-gl-main dl dd:nth-child(2){
width:auto;
}
.rdjx-gl-main dl>dd:last-child{
    padding-right: 0;
    width:auto;
}
.rdjx-wgl-btn{
    position: absolute;
    right: 35px;
    top: 26px;
    z-index: 11;
    width: 520px;
    height: 27px;
    float: right;
    box-sizing: border-box;
    text-align: right;
}
.rdjx-wgl-btn span{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 8px;
    padding: 0 21px;
    width: auto;
    min-width: 90px;
    height: 27px;
    line-height: 27px;
    font-size: 12px;
    color: #333;
    text-align: center;
    box-sizing: border-box;
    border-radius: 15px 15px 15px 15px;
    cursor: pointer;
    background: #ebebeb;
}
.rdjx-wgl-btn span:hover{
    background: #3377fe;
    color: #fff;
}
.rdjx-gl-main dl dd:nth-child(2) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rdjx-gl-head h5{
    width: calc(100% - 355px);
}
.gts-tabs-sear {
    margin-right: 3px;
    padding: 0 12px 0 16px;
    width: 200px;
    height: 28px;
    float: right;
    border-radius: 15px;
    background: #F1F1F1;
    overflow: hidden;
}
.gts-tabs-sear>input {
    display: block;
    width: calc(100% - 20px);
    height: 100%;
    float: left;
    border: 0;
    background: transparent;
    outline: none;
    font-size: 12px;
    color: #999999;
}
.gts-tabs-sear>img {
    display: block;
    margin: 7px 0px 7px 6px;
    width: 14px;
    height: 14px;
    float: left;
    cursor: pointer;
}





.wdkc-lm-kc{
    padding: 5px 26px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.wdkc-lm-kc>li{
    padding: 15px 0;
    width: 100%;
    height: auto;
    min-height: 58px;
    box-sizing: border-box;
}
.wdkc-lm-kc>li span{
    display: block;
    padding: 0 12px;
    width: 100%;
    height: auto;
    line-height: 28px;
    border-radius: 15px;
    box-sizing: border-box;
    font-size: 15px;
    color: #666666;
    cursor: pointer;
    text-align: left;
    word-break: break-all;
    overflow: hidden;
}
.wdkc-lm-kc>li:hover span,.wdkc-lm-kc>li.active span{
    background: #3377fe;
    color: #ffffff;
}
.wdkc-lms-kc{
    padding: 0px 26px;
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}
.wdkc-lms-kc>li{
    padding: 15px 0;
    width: 33.33%;
    height: 58px;
    box-sizing: border-box;
    float: left;
}
.wdkc-lms-kc>li span{
    display: block;
    padding: 0 12px;
    width: 100%;
    height: 100%;
    line-height: 28px;
    border-radius: 15px;
    box-sizing: border-box;
    font-size: 15px;
    color: #666666;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
}
.wdkc-lms-kc>li:hover span,.wdkc-lms-kc>li.active span{
    background: #3377fe;
    color: #ffffff;
}
.wdkc-lms-kc>li.on span{
    border: 1px #3377fe solid;
    /*background: #ffffff;*/
}
.wdkc-lms-kc>li.on:hover span{
    background: #3377fe;
}
.wdkc-lms-kc>li.disable-on span{
    color: #cdcdcd;
    border: 0!important;
    background: #ffffff!important;
}













   #alert_text{
        resize:none;
        border: none;
        width: 100%;
        height: 100px;
        overflow: hidden;
        box-sizing: border-box;
        padding:10px 20px;
        font-size: 14px;
        color: #555555;
    }
.kcml-r-box{
    width: 100%;
    height: auto;
}
.kcml-r-tit{
    margin-bottom: 25px;
    padding: 10px 15px;
    width: 100%;
    height: 47px;
    box-sizing: border-box;
    line-height: 27px;
    font-size: 16px;
    color: #666666;
    background: #ffffff;
}
.kcml-r-list{
    width: 100%;
    height: auto;
}
.kcml-list-box{
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.kcml-list-box>li{
    margin-bottom: 25px;
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 0 5px 0 #cccccc;
}
.kcml-list-head{
    padding: 22px 45px;
    width: 100%;
    height: 80px;
    border-radius: 10px 10px 30px 0;
    box-sizing: border-box;
    background-color: #3377fe;
    background-image: url(${XT_RESOURCE}/rdFileBase/images/l_1.png);
    background-position: 68% 0;
    background-repeat: no-repeat;
    box-shadow: 0 0 5px 0 #cccccc;
}
.kcml-list-t{
    width: calc(100% - 330px);
    height: 100%;
    float: left;
}
.kcml-list-t i{
    margin-right: 28px;
    display: block;
    width: 36px;
    height: 36px;
    font-size: 38px;
    color: #ffffff;
    text-align: center;
    line-height: 36px;
    float: left;
}
.kcml-list-t h6{
    display: block;
    width: calc(100% - 68px);
    height: 36px;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
    text-align: left;
    float: left;
}
.kcml-list-btn{
    width: 325px;
    height: 100%;
    float: right;
    text-align: right;
}
.kcml-list-btn i{
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #ffffff;
}
.kcml-list-btn span{
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    width: auto;
    height: 100%;
    line-height: 36px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}
.kcml-list-sub{
    padding: 21px 45px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.kcml-list-sub dl{
    width: 100%;
    height: auto;
}
.kcml-list-sub dl>dd{
    padding-right: 35px;
    display: inline-block;
    vertical-align: top;
    width: auto;
    min-width: 340px;
    height: auto;
    line-height: 32px;
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
}
.kcml-list-foot{
    border-top: 1px #f6f6f6 solid;
    padding: 18px 45px;
    width: 100%;
    height: 65px;
    box-sizing: border-box;
}
.kcml-foot-btn{
    width: 100%;
    height: 28px;
    text-align: right;
}
.kcml-foot-btn span{
    margin-left: 15px;
    display: inline-block;
    vertical-align: top;
    padding: 0 19px;
    width: auto;
    min-width: 88px;
    height: 28px;
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    text-align: center;
    border-radius: 14px;
    box-sizing: border-box;
    background: #ebebeb;
    cursor: pointer;
}
.kcml-foot-btn span:hover{
    background: #3377fe;
    color: #ffffff;
}
.kcml-list-box>li.disable-on .kcml-list-head{
    background-color: #d0b8bb;
    background-image: url(${XT_RESOURCE}/rdFileBase/images/l_2.png);
}
.kcml-list-box>li.disable-null .kcml-list-head{
    background-color: #ffffff;
}
.kcml-list-box>li.disable-null .kcml-list-head .kcml-list-t h6,.kcml-list-box>li.disable-null .kcml-list-head .kcml-list-t i{
    color: #3377fe;
}
.kcml-list-box>li.disable-null .kcml-list-head .kcml-list-btn span,.kcml-list-box>li.disable-null .kcml-list-head .kcml-list-btn i{
    color: #999999;
}

/**学生端课程页**/
.gts-tabs-box{
    margin: 30px auto 0;
    padding: 0;
    width: 100%;
    height: auto;
}
.gts-tabs-head{
    width: 100%;
    height: 40px;
    border-bottom: 1px #3377fe solid;
    box-sizing: border-box;
}
.gts-tabs-head h6{
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #3377fe;
    float: left;
}
.gts-tabs-sear{
    margin-right: 3px;
    padding: 0 12px 0 16px;
    width: 200px;
    height: 28px;
    float: right;
    border-radius: 15px;
    background: #F1F1F1;
    overflow: hidden;
}
.gts-tabs-sear>input{
    display: block;
    width: calc(100% - 20px);
    height: 100%;
    float: left;
    border: 0;
    background: transparent;
    outline: none;
    font-size: 12px;
    color: #999999;
}
.gts-tabs-sear>img{
    display: block;
    margin: 7px 0px 7px 6px;
    width: 14px;
    height: 14px;
    float: left;
    cursor: pointer;
}
/* 新列表 */
.gts-wkc-list{
    padding: 30px 0;
    width: 100%;
    height: auto;
    min-height: 504px;
    box-sizing: border-box;
}

.gts-wkc-list>li{
    border-bottom: 1px #bbb dashed;
    padding: 20px 35px 21px 120px;
    width: 100%;
    height: 111px;
    border-radius: 0;
    background: #ffffff;
    box-sizing: border-box;
    position: relative;
}
.gts-wkc-list>li:last-child{
    border-bottom: 0;
}
.gts-wkc-list>li:hover{
    box-shadow: 0 0 10px 0 #a9a9a9;
    z-index: 5;
}
.rdjx-gl-main{
    padding: 0;
    width: calc(100% - 125px);
    height: 100%;
    float: left;
    position: relative;
}
.rdjx-tit-bg{
    position: absolute;
    left: -120px;
    top: 1px;
    z-index: 11;
    width: 55px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: right top;
}
.rdjx-gl-main h5{
    width: 90%;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.rdjx-gl-main dl{
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #999999;
    box-sizing: border-box;
}
.rdjx-gl-main dl>dd{
    display: inline-block;
    vertical-align: top;
    padding-right: 40px;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #999999;
    position: relative;
}
.rdjx-gl-main dl>dd:first-child{
	width:143px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rdjx-gl-main dl>dd:first-child:after{
    display: block;
    content: "";
    position: absolute;
    right: 25px;
    top: 8px;
    z-index: 11;
    width: 0;
    height: 14px;
    border-right: 1px #999999 solid;
}
.rdjx-gl-main dl>dd:last-child{
    padding-right: 0;
}
.rdjx-gl-b{
    padding-top: 4px;
    width: 120px;
    height: 70px;
    float: right;
    box-sizing: border-box;
    text-align: right;
}
.rdjx-gl-b span{
    display: inline-block;
    vertical-align: top;
    padding: 0 21px;
    width: auto;
    height: 27px;
    line-height: 27px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    border-radius: 15px 15px 15px 15px;
    cursor: pointer;
    background: #3377fe;
}


/**学生端 课表页**/
.gts-tabs-box{
    margin: 30px auto 0;
    padding: 0;
    width: 100%;
    height: auto;
}
.gts-tabs-head{
    width: 100%;
    height: 40px;
    border-bottom: 1px #3377fe solid;
    box-sizing: border-box;
}
.gts-tabs-head h6{
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #3377fe;
    float: left;
}
.gts-tabs-sear{
    margin-right: 3px;
    padding: 0 12px 0 16px;
    width: 200px;
    height: 28px;
    float: right;
    border-radius: 15px;
    background: #F1F1F1;
    overflow: hidden;
}
.gts-tabs-sear>input{
    display: block;
    width: calc(100% - 20px);
    height: 100%;
    float: left;
    border: 0;
    background: transparent;
    outline: none;
    font-size: 12px;
    color: #999999;
}
.gts-tabs-sear>img{
    display: block;
    margin: 7px 0px 7px 6px;
    width: 14px;
    height: 14px;
    float: left;
    cursor: pointer;
}
/* 新列表 */
.gts-wkc-list{
    padding: 30px 0;
    width: 100%;
    height: auto;
    min-height: 504px;
    box-sizing: border-box;
}

.gts-wkc-list>li{
    border-bottom: 1px #bbb dashed;
    padding: 20px 35px 21px 120px;
    width: 100%;
    height: 111px;
    border-radius: 0;
    background: #ffffff;
    box-sizing: border-box;
    position: relative;
}
.gts-wkc-list>li:last-child{
    border-bottom: 0;
}
.gts-wkc-list>li:hover{
    box-shadow: 0 0 10px 0 #a9a9a9;
    z-index: 5;
}
.rdjx-gl-main{
    padding: 0;
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
}
.rdjx-tit-bg{
    position: absolute;
    left: -120px;
    top: 1px;
    z-index: 11;
    width: 55px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: right top;
}
.rdjx-gl-main h5{
    width: calc(100% - 300px);
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.rdjx-gl-main dl{
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #999999;
    box-sizing: border-box;
}
.rdjx-gl-main dl>dd{
    display: inline-block;
    vertical-align: top;
    padding-right: 40px;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #999999;
    position: relative;
}
.rdjx-gl-main dl>dd:first-child{
	width:143px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rdjx-gl-main dl>dd:first-child:after{
    display: block;
    content: "";
    position: absolute;
    right: 25px;
    top: 8px;
    z-index: 11;
    width: 0;
    height: 14px;
    border-right: 1px #999999 solid;
}
.rdjx-gl-main dl>dd:last-child{
    padding-right: 0;
}
.rdjx-gl-b{
    padding-top: 0px;
    width: 500px;
    height: 27px;
    box-sizing: border-box;
    text-align: right;
        position: absolute;
    right: 35px;
    top: 24px;
    z-index: 11;
}
.rdjx-gl-b span{
    display: inline-block;
    vertical-align: top;
    padding: 0 21px;
    width: auto;
    height: 27px;
    line-height: 27px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    border-radius: 15px 15px 15px 15px;
    cursor: pointer;
    background: #3377fe;
}








/**学生端卡片页**/


.gts-mian-box{
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.gts-top-box{
    padding: 0;
    width: 100%;
    height: 60px;
    background: #fff;
    box-shadow: 0 0 5px 0 #ccc;
}
.gts-top-ul{
    margin: 0 auto;
    width: 1100px;
    height: 100%;
}
.gts-top-ul>li{
    display: block;
    margin: 0 22px;
    padding: 15px 22px 12px;
    width: auto;
    height: 60px;
    float: left;
    box-sizing: border-box;
    position: relative;
}
.gts-xxhb-sub{
    position: absolute;
    right: 4px;
    top: 9px;
    z-index: 111;
    width: auto;
    min-width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    color: #fff;
    border-radius: 50%;
    background: #3377fe;
}
.gts-top-ul>li span{
    line-height: 30px;
    font-size: 18px;
    color: #333;
    cursor: pointer;
}
.gts-top-ul>li:first-child{
    margin-left: 0;
}
.gts-top-ul>li:last-child{
    margin-right: 0;
}
.gts-top-ul>li:hover,.gts-top-ul>li.active{
    border-bottom: 3px #3377fe solid;
}
.gts-top-ul>li:hover span,.gts-top-ul>li.active span{
    color: #3377fe;
}
.gts-box-content{
    margin: 0 auto;
    padding-bottom: 70px;
    border-top: 1px transparent solid;
    width: 1100px;
    height: auto;
    min-height: 500px;
    box-sizing: border-box;
}



/**学生端课次目录**/
.kcml-r-box{
    width: 100%;
    height: auto;
}
.kcml-r-tit{
    margin-bottom: 25px;
    padding: 10px 15px;
    width: 100%;
    height: 47px;
    box-sizing: border-box;
    line-height: 27px;
    font-size: 16px;
    color: #666666;
    background: #ffffff;
}
.kcml-r-list{
    width: 100%;
    height: auto;
}
.kcml-list-box{
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.kcml-list-box>li{
    margin-bottom: 25px;
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 0 5px 0 #cccccc;
}
.kcml-list-head{
    padding: 22px 45px;
    width: 100%;
    height: 80px;
    border-radius: 10px 10px 30px 0;
    box-sizing: border-box;
    background-color: #3377fe;
    background-image: url(${XT_RESOURCE}/rdFileBase/images/l_1.png);
    background-position: 68% 0;
    background-repeat: no-repeat;
    box-shadow: 0 0 5px 0 #cccccc;
}
.kcml-list-t{
    width: calc(100% - 330px);
    height: 100%;
    float: left;
}
.kcml-list-t i{
    margin-right: 28px;
    display: block;
    width: 36px;
    height: 36px;
    font-size: 38px;
    color: #ffffff;
    text-align: center;
    line-height: 36px;
    float: left;
}
.kcml-list-t h6{
    display: block;
    width: calc(100% - 68px);
    height: 36px;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
    text-align: left;
    float: left;
}
.kcml-list-btn{
    width: 325px;
    height: 100%;
    float: right;
    text-align: right;
}
.kcml-list-btn i{
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #ffffff;
}
.kcml-list-btn span{
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    width: auto;
    height: 100%;
    line-height: 36px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}
.kcml-list-sub{
    padding: 21px 45px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.kcml-list-sub dl{
    width: 100%;
    height: auto;
}
.kcml-list-sub dl>dd{
    padding-right: 35px;
    display: inline-block;
    vertical-align: top;
    width: auto;
    min-width: 340px;
    height: auto;
    line-height: 32px;
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
}
.kcml-list-foot{
    border-top: 1px #f6f6f6 solid;
    padding: 18px 45px;
    width: 100%;
    height: 65px;
    box-sizing: border-box;
}
.kcml-foot-btn{
    width: 100%;
    height: 28px;
    text-align: right;
}
.kcml-foot-btn span{
    margin-left: 15px;
    display: inline-block;
    vertical-align: top;
    padding: 0 19px;
    width: auto;
    min-width: 88px;
    height: 28px;
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    text-align: center;
    border-radius: 14px;
    box-sizing: border-box;
    background: #ebebeb;
    cursor: pointer;
}
.kcml-foot-btn span:hover{
    background: #3377fe;
    color: #ffffff;
}
.kcml-list-box>li.disable-on .kcml-list-head{
    background-color: #d0b8bb;
    background-image: url(${XT_RESOURCE}/rdFileBase/images/l_2.png);
}
.kcml-list-box>li.disable-null .kcml-list-head{
    background-color: #ffffff;
}
.kcml-list-box>li.disable-null .kcml-list-head .kcml-list-t h6,.kcml-list-box>li.disable-null .kcml-list-head .kcml-list-t i{
    color: #3377fe;
}
.kcml-list-box>li.disable-null .kcml-list-head .kcml-list-btn span,.kcml-list-box>li.disable-null .kcml-list-head .kcml-list-btn i{
    color: #999999;
}
