.actcontainer{
    /* overflow: hidden; */
}
.t-content{
    padding: 30px 0;
}
.dsboxl {
    margin-left: -30px;
}
.dsboxl .item{
    float: left;
    padding-left: 30px;
    height: 430px;
    width: 33.3333%;
    box-sizing: border-box;
}
.dsboxl .ds-item{
    border: 1px solid #e2e2e2;
    height: 386px;
    border-radius: 10px;
    box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    padding: 0 30px;
}
.dsboxl .ds-item:hover{
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.24);
    cursor: pointer;
}
.dsboxl .ds-imgbox{
    border-radius: 50%;
    margin: 35px auto 15px;
    width: 94px;
    height: 94px;
    border: 1px solid #e2e2e2;
    overflow: hidden;
}
.dsboxl .ds-imgbox img{
    display: block;
    width: 100%;
    height: 100%;
}
.dsboxl .ds-name{
    line-height: 1;
    text-align: center;
    font-size: 18px;
    color: #222;
    padding-bottom:15px;
}
.dsboxl .ds-goteach{
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: block;
    margin: 20px auto 0;
    width: 100px;
    line-height: 26px;
    background: #ff2d4a;
    border-radius: 3px;
}
.ds-infol{
    padding-top: 8px;
    line-height: 24px;
    font-size: 0;
    overflow: hidden;
}
.ds-infol i{
    float: left;
    width: 16px;
    height: 24px;
}
.ds-infol i img{
    vertical-align: middle;
}
.ds-infol .span1{
    float: left;
    font-size: 14px;
    color: #888;
    padding-left: 8px;
}
.ds-infol .span2{
    float: left;
    font-size: 14px;
    color: #555;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ktpagecont {
    overflow: hidden;
    font-size: 0;
    text-align: right;
    padding: 11px 0;
    box-sizing: border-box;
}
.ktpagecont .cordnum{color: #888;float: left;font-size: 14px;line-height: 24px;}
.ktpagecont .pagination {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
}
.pagination li{
    display: inline-block;
    min-width: 28px;
    height: 24px;
    line-height: 22px;
    box-sizing: border-box;
    background: #eef0f1;
    color: #888;
    border-radius: 2px;
    margin-left: .25rem;  
    font-size: 12px;
    border:1px solid #cacaca;
}
.pagination li>a,.pagination li>span{
    display: block;
    margin: 0;
    box-sizing: border-box;
    padding: 0 10px;
}
.pagination li.active{
    cursor: default;
    background: #99C144;
    color: #fff;
}
.xycrumb {
    padding: 30px 0;
}
.xycrumb .crumb-a {
    font-size: 20px;
    color: #ff2d4a;
    text-decoration: underline;
}
.xycrumb>span {
    color: #888888;
    font-size: 20px;
}

.act-tit{
    font-size: 24px;
    color: #222;
    line-height: 1;
    margin-top: 30px;
}
.act-icontit{
    line-height: 1rem;
    font-size: 0;
    height: 1rem;
    border-radius:.05rem .05rem 0 0;
    border-bottom: .02rem solid #000;
    background: #99C144;
}
.act-icontit i{
    width: 100%;
    height: .26rem;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.act-icontit i img{
    height: 100%;
    display: block;
    margin: 0 auto;
}
/* .act-icontit span{
    display: inline-block;
    vertical-align: middle; 
    font-size: 20px;
    color: #222;
    margin-left: 10px; 
} */
.act-txt{
    font-size: .16rem;
    color: #000;
    font-weight: bold;
    line-height: 1.875;
    text-align: justify;
    margin-top: .3rem;
    padding:0 .45rem;
}
.act-form{
    padding-top: 44px;
    position: relative;
    text-align: center;
    font-size: 0;
}
.act-form:after{
    content: "";
    display: block;
    clear: both;
}
.act-itembox{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    margin-bottom: 30px;
}
.act-itembox label{
    font-size: 14px;
    color: #222;
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
    line-height: 44px;
    box-sizing: border-box;
}
.act-itembox .act-selbox{
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: left;
}
.act-selbox .seltxt{
    height: 44px;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
    width: 460px;
    line-height: 42px;
    padding-left: 14px;
    font-size: 14px;
    color: #888;
    cursor: pointer;
    background-image: url('../images/addxy-08.png');
    background-position: 430px center;
    background-repeat: no-repeat;
    background-size: 10px;
}
.act-selbox .selul{
    position: absolute;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    left: 0;
    top: 44px;
    border: 1px solid #e2e2e2;
    z-index: 50;
    line-height: 40px;
    font-size: 14px;
    color: #888;
    display: none;
}
.act-selbox .selul li{
    padding-left: 14px;
    text-align: left;
    cursor: pointer;
}
.sel-res{
    height: 34px;
    line-height: 34px;
    padding-left: 14px;
}
.sel-res .s1{
    font-size: 14px;
    color: #888;
    display: inline-block;
    vertical-align: middle;
}
.sel-res .s2{
    padding-left: 10px;
    display: inline-block;
    vertical-align: middle;  
    cursor: pointer;  
}
.sel-res .s2 img{vertical-align: middle;}
.act-btnbox{
    text-align: center;
    margin-top: 30px;
    overflow: hidden;
}
.act-btnbox a{
    display: inline-block;
    vertical-align: middle;
    width: 90px;
    height: 26px;
    font-size: 14px;
    border-radius: 2px;
    margin: 0 15px;
}
.act-btnbox a.confirm{
    background: #FF2D4A;
    color: #fff;
    line-height: 26px;
}
.act-btnbox a.cancel{
    border: 1px solid #DFDFDF;
    background: #F3F3F3;
    color: #888;
    line-height: 24px;
}
.act-list li{
    float: left;
    margin-top: 35px;
    box-sizing: border-box;
    box-shadow:0px 8px 30px 0px rgba(0, 0, 0, 0.08);
    width: 540px;
    height: 280px;
    border-radius: 10px;
    border: 1px solid #E2E2E2;
    padding: 35px 20px;
}
.act-list li:nth-child(2n){
    float: right;
}
.act-list .u-img{
    float: left;
    width: 170px;
    height: 100%;
    background: #C8C6C7;
    border: 1px solid #EFF0F3;
    box-sizing: border-box;
}
.act-list .u-txt{
    float: right;
    width: 100%;
    height: 100%;
    margin-left: -170px;
    padding-left: 190px;
    box-sizing: border-box;
    position: relative;
}
.act-list .u-txt h2{
    font-size: 20px;
    color: #222;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.act-list .u-txt p{
    font-size: 14px;
    color: #555;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 20px;
    cursor: pointer;
}
.act-list .u-txt a{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 90px;
    line-height: 26px;
    background: #FF2D4A;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
}
.txtlay{
    padding: 35px;
    font-size: 14px;
    color: #555;
    line-height: 2;
    text-align: justify;
    box-sizing: border-box;
}
.act-itembox .act-ipt {
    display: inline-block;
    vertical-align: top;
    height: 44px;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    font-size: 14px;
    color: #555;
    padding-left: 14px;
    width: 440px;
    text-align: left;
}
.txtlay .act-itembox{
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.act-checkbox .checkul{
    border: 1px solid #e2e2e2;
    line-height: 34px;
    padding: 5px 0;
    height: 114px;
    overflow-y: auto;
    width: 460px;
    box-sizing: border-box;
}
.act-checkbox .checkul::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}
.act-checkbox .checkul::-webkit-scrollbar-track{
    background: #fff;
}
.act-checkbox .checkul::-webkit-scrollbar-thumb {
    background: #cecece;
    border-radius: 3px;
}
.act-itembox .redpoint{
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #FF2D4A;
    padding-left: 14px;
    line-height: 44px;
}
.act-itembox .act-checkbox{
    display: inline-block;
    vertical-align: top;
}
.act-checkbox .checkul .item{
    padding-left: 13px;
    cursor: pointer;
}
.act-checkbox .checkul input[type="checkbox"]{
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    position: relative;
    -webkit-appearance: none;
    margin: 0;
    cursor: pointer;
}
.act-checkbox .checkul input[type="checkbox"]:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #888888;
    border-radius: 5px;
    background: #fff;
}
.act-checkbox .checkul input[type="checkbox"]:checked:after{
    content: "";
    border: 1px solid #ff2d4a;
    background: #ff2d4a;
    padding: 2px;
    background-clip: content-box;
}
.act-checkbox .checkul .item label{
    font-size: 14px;
    color: #888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 400px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    line-height: 34px;
    cursor: pointer;
}
.sel-resbox .sel-res{
    display: inline-block;
    vertical-align: middle;
    margin-right: 35px;
}
.sel-resbox{
    width: 460px;
}

.signform .act-itembox{
    width: 33.33333%;
}
.signform .act-itembox label{
    width: 300px;
    text-align: left;
}
.signform .act-itembox .act-ipt{
    width: 300px;
}
.act-itembox .textcell{
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    height: 100px;
    padding: 5px 14px;
    font-size: 14px;
    line-height: 2;
    color: #222;
}
.act-imgbox{
    padding-bottom: 20px;
}
.act-imgbox .upbtn{
    width: 90px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #ff2d4a;
    cursor: pointer;
    margin-bottom: 20px;
}
.act-imgbox .upbtn i,.act-imgbox .upbtn span{
    display: inline-block;
    vertical-align: middle;
}
.act-imgbox .upbtn i img{
    vertical-align: middle;
}
.act-imgbox .upbtn span{
    font-size: 14px;
    color: #ff2d4a;
}
.imglist{
    margin-left: -24px;
    font-size: 0;
    text-align: left;
}
.imglist .item{
    padding-left: 24px;
    width: 180px;
    height: 200px;
    box-sizing: content-box;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.imglist .item .itembox{
    background: #d8d8d8;
    height: 100%;
}
.imglist .item .itembox img{
    display: block;
    width: 100%;
    height: 100%;
}
.imglist .item .imgdel{
    position: absolute;
    right: -9px;
    top: -9px;
    z-index: 60;
    cursor: pointer;
}
.signform{
    padding-top:0;
}
.actbanner{
    width: 100%;
    position: relative;
    height: 8.07rem;
    background: url('../image/banner.png') center no-repeat;
    background-size: cover;
}
.bannerbot{
    position: absolute;
    bottom: 1.45rem;
    text-align: center;
    width: 100%;
    left: 0;
}
.bannerbot a{
    display: inline-block;
    margin: 0 0.25rem;
    width: 2.15rem;
    height: .76rem;
    text-align: center;
    font-size: .24rem;
    color: #222;
    line-height: .76rem;
}
.bannerbot a.stusign{
    background:url('../image/signbg.png') center no-repeat;
    background-size: contain;
}
.bannerbot a.teasign{
    background:url('../image/signbg.png') center no-repeat;
    background-size: contain;
}
.bannerbot a.havesign{
    background:url('../image/signbg2.png') center no-repeat;
    cursor: default;
    background-size: contain;
}
.bannerbot a.gostudy{
    background:url('../image/signbg2.png') center no-repeat;
    background-size: contain;    
}
.bannerbot a.teamsign{
    background:url('../image/signbg2.png') center no-repeat;
    background-size: contain;    
}
.bannerbot a.endsign{
    background:url('../image/signbg2.png') center no-repeat;
    background-size: contain;     
}
.bannerbot a.seehjxx{
    background:url('../image/signbg2.png') center no-repeat;
    background-size: contain;      
}
.bannerbot a.seehjzs{
    background:url('../image/signbg2.png') center no-repeat;
    background-size: contain;       
}
.bannerbot a.fillzsinfo{
    background:url('../image/signbg2.png') center no-repeat;
    background-size: contain;         
}
.bannerbot a.fillzsinfo2{
    background:url('../image/signbg2.png') center no-repeat;
    background-size: contain;   
}
.bannerbot a.gozhidao{
    background:url('../image/signbg2.png') center no-repeat;
    background-size: contain;     
}
.bannerbot p{
    font-size: 0.18rem;
    color: #FEFCE0;
    font-weight: bold;
    /*width: 2.5rem;*/
    height: .34rem;
    box-sizing: border-box;
    /*background: #fcf1da;*/
    text-align: center;
    /*border: 1px solid #0f000c;*/
    line-height: .34rem;
    margin: .2rem auto 0;
}
/*.bannerbot p.endtime{width: 3.5rem;}*/
.bannerbot p.huojtips{
    background: transparent;
    border: 0;
    width: auto;
    text-align: center;
    color: #FCF1DA;
    font-weight: bold;
    font-size: 14px;
    text-shadow:#000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
    -webkit-text-shadow:#000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
    -moz-text-shadow:#000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
    *filter: Glow(color=#000, strength=1);    
}
.act-navbox{
    line-height: .7rem;
    text-align: center; 
    margin-top: .4rem;
    position: relative; 
    padding-right: .09rem;
    padding-bottom: .09rem;
    box-sizing: border-box;
}
.act-navbox .act-nav{
    border: .02rem solid #0F000C;
    background:#FAC017;
    border-radius: 5px;
    height: .7rem;
    line-height: .7rem;
    overflow: hidden;
    position: relative;
    z-index: 5;
}
.act-navbox:before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: .09rem;
    border: .02rem solid #0F000C;
    background:#fff;
    border-radius: .05rem;
    height: .74rem;
    overflow: hidden;
    z-index: 1; 
}
.mainwrap{
    background-color:  #FFB717;
    overflow: hidden;
    background-image: url('../image/bg.jpg');
    background-position: top center;
    background-repeat: repeat-y;
    background-size: 100%;
}
.act-nav{height: 100%;}
.act-nav li{
    float: left;
    width: 2.4rem;
    border-right: .02rem solid #000;
    color: #fff;
    cursor: pointer;
    height: 100%;
}
.act-nav li a{
    display: block;
    color: #fff;
    position: relative;
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: .2rem;
    color: #00031C;
    cursor: pointer;
}
.act-nav li.active a{
    background-color: #00A88E;
    font-size: .26rem;
}
.actmain{
    border-top: 0px;
    box-sizing: border-box;
    /*margin-bottom: .5rem;*/
}
.nestbox{
    padding-right: .12rem;
    padding-bottom: .12rem;
    margin-top: .6rem;
    position: relative;
}
.nestboxin{
    box-sizing: border-box;
    border: .03rem solid #0F000C;
    border-radius: .08rem;
    position: relative;
    z-index: 30;
    padding: 0 0 .25rem;
}
.par01 .nestboxin{
    background: #F4EF9E;
}
.par02 .nestboxin{
    background: #F4EF9E;
}
.nestbox:before{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: .09rem;
    top: .09rem;
    background: #16494C;
    z-index: 1;
    border: .03rem solid #0F000C;
    border-radius: .08rem;
    box-sizing: border-box; 
}
.nestbox.par02:after{
    /*background: url('../image/icon08.png') center no-repeat;*/
    background-size: contain;
}
.nestbox:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: .64rem;
    height: .64rem;
    /*background: url('../image/icon07.png') center no-repeat;*/
    background-size: contain;
    z-index: 10;
}
.nestbox.nonesj:after{
    background: transparent;
}
.nonesj .nestboxin {padding:0;}
.nestbox .nestboxin:before,.nestbox .nestboxin:after{
    content: "";
    position: absolute;
    width: .36rem;
    height: .34rem;
    background: url('../image/icon02.png') center no-repeat;
    background-size: contain;
    top: -0.2rem;
    z-index: 10;    
}
.nestbox.yellow .nestboxin:before,.nestbox.yellow .nestboxin:after{
    background-image: url('../image/icon01.png');
}
.nestbox .nestboxin:before{
    left: 6.3%;
}
.nestbox .nestboxin:after{
    right: 6.3%;
}
.act-minitit{
    /*margin-top: .3rem;*/
    line-height: .68rem;
    font-size: 0;
    height: .68rem;
    text-align: center;
    font-size: .2rem;
    color: #FABF00;
    /*margin-bottom: -.4rem;*/
    border-top: 1px solid #0F000C;
    text-shadow: #1f0000 1px 0 0, #1f0000 0 1px 0, #1f0000 -1px 0 0, #1f0000 0 -1px 0;
}
.act-tabbox{
    /*margin-top: .4rem;*/
}
.act-tabbox table{
    width: 100%;
    table-layout: fixed!important;
    text-align: center;
    font-size: 14px;
    color: #000;
}
.act-tabbox table .bgtr th{
    background: #FAC017;
    color: #fff;
    text-shadow: #1f0000 1px 0 0, #1f0000 0 1px 0, #1f0000 -1px 0 0, #1f0000 0 -1px 0; 
}
.act-tabbox table th{
    height: .9rem;
    font-weight: normal;
    /*border-top: .02rem solid #0f000c;*/
    font-size: .18rem;
    color: #99C144;
    /*text-shadow: #1f0000 1px 0 0, #1f0000 0 1px 0, #1f0000 -1px 0 0, #1f0000 0 -1px 0; */
    box-sizing: border-box;
    font-weight: bold;
}
.act-tabbox table td{
    height: .68rem; 
    border-top: .01rem solid #0f000c;
    border-right: 1px solid #0f000c; 
    font-weight: bold;  
}
.act-tabbox table tr td:last-child{
    border-right: 0px;
}
.act-tabbox table .w1{
    width: 120px;
}
.act-tabbox table tr.orange td{
    background: #fabf00;
}
.actulbox{
    margin-top: .3rem;
    padding: 0 .45rem;
}
.act-tit3{
    font-size: .16rem;
    color: #99C144;
    line-height: 1.875;
    font-weight: bold;
    /*text-shadow: #1f0000 1px 0 0, #1f0000 0 1px 0, #1f0000 -1px 0 0, #1f0000 0 -1px 0;*/
}
.act-txt2{
    font-size: .16rem;
    line-height: 1.875;
    color: #000;
    font-weight: bold;
    position: relative;
}
.bdtop{
    padding-top: .35rem;
    line-height: 1;
    /* padding-bottom: 25px; */
    overflow: hidden;
}
.bdtop .p1,.bdtop .p2{
    float: left;
    font-size: .2rem;
    color: #fcf1da;
    text-shadow: #000 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;
}
.bdtop .p2{margin-left: .85rem;}
.bdtop>p span{
    font-size: .3rem;
    color: #99C144;
}
.bdtop .span1{
    float: left;
    width: .34rem;
    height: .34rem;
    margin-left: 1rem;
    cursor: pointer;
}
.bdtop .span1 img{
    width: 100%;
    height: 100%;
}
.bdtop .a1{
    float: right;
    font-size: .2rem;
    line-height: 1.7;
    color: #99C144;
    text-decoration: underline;
    text-shadow: #000 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;
}
.bdtop .p3{
    float: left;
    font-size: .18rem;
    color: #fff;
    text-shadow: #000 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;
    clear: left;
    margin-top: .2rem;
}
.act-navbox2{
    height: .9rem;
    line-height: .9rem;
    text-align: center;
    /*margin-bottom: -.4rem;*/
    box-sizing: border-box;
    border-bottom: .02rem solid #000;
}
.act-navbox2 .act-nav li{
    width: 25%;
    height: 100%;
    box-sizing: border-box;
    border-left: 0;
    position: relative;
    border-right: 0;
}
.act-navbox2 .act-nav li:after{
    content: "";
    position: absolute;
    left: 0;
    width: .02rem;
    height: .3rem;
    top: 50%;
    margin-top: -.15rem;
    background: #0F000C;
}
.act-navbox2 .act-nav li:first-child:after{
    display: none;
}
.act-navbox2 .act-nav li a{
    box-sizing: border-box;
    font-size: .18rem;
    display: table;
    width: 100%;
    color: #020000;
}
.act-navbox2 .act-nav li a span{
    display: table-cell;
    vertical-align: middle;
    line-height: 1.25;
    padding: 0 .2rem;
}
.act-navbox2 .act-nav li.active a{
    font-size: .24rem;
    color: #99C144;
    background: transparent;
    text-shadow: #000 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;
}
.act-navbox2 .act-nav li.active a:after{
    content: "";
    position: absolute;
    width: 100%;
    height: .06rem;
    left: 0;
    bottom: -1px;
    background: #99C144;
    box-sizing: border-box;
    border: .02rem solid #1F0000;
    border-radius: .1rem;
}
.act-tabbox .bdtab th:nth-child(1){
    width: 100px;
}
.act-tabbox .bdtab th:nth-child(2){
    width: 145px;  
}
.act-tabbox .bdtab td:nth-child(2),.act-tabbox .bdtab td:nth-child(3){
    padding:0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.act-tabbox .bdtab th:nth-child(4){
    width: 150px;
}
.act-tabbox .bdtab th:nth-child(5){
    width: 150px;
}
.seeall{
    float: right;
    font-size: .16rem;
    color: #99C144;
    text-decoration: underline;
    text-shadow: #000 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;
}
.act-tabbox .bdtab2 th:nth-child(4){
    width: 150px;
}
.yellow.nestbox:before{
    background:#000000;
}
.yellow .nestboxin,.yellow .act-icontit{
    background: #FFB717;
}
.yellow .act-tabbox table th{
    color: #000;
}
.yellow .seeall{
    color: #000;
    text-shadow: none;
}
.crumbs{
    padding-top: .25rem;
    line-height: 1;
    text-shadow: #000 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;
}
.crumbs a{
    color: #99C144;
    font-size: .22rem;
    text-decoration: underline;
    cursor: pointer;
}
.crumbs span{
    color: #fff;
    font-size: .2rem;
}
.act-tabbox .ktpagecont{
    margin-top: .2rem;
}
.sign-tit{
    font-size: 24px;
    color: #222;
    line-height: 1;
    padding-top: 20px;
}
.signform{
    margin-top: 45px;
}
.mbox{
    float: left;
    width: 33.3333%;
    text-align: left;
}
.mbox:nth-child(2){
    text-align: center;
}
.mbox:nth-child(3){
    text-align: right;
}
.signbox{
    width: 100%;
    margin-bottom: 30px;
}
.signbox>label{
    font-size: 14px;
    color: #555;
    line-height: 30px;
    width: 90px;
    display: inline-block;
    vertical-align: top;
    text-align: justify;
    text-align: justify-all;
    white-space: nowrap;
}
.signbox .singr{
    display: inline-block;
    vertical-align: top;
    width: 250px;
    height: 30px;
    box-sizing: border-box;
    position: relative;
    text-align: left;
}
.singr input[type="text"]{
    width: 100%;
    height: 100%;
    display: inline-block;
    border:1px solid #e2e2e2;
    margin:0;
    padding:0 0 0 14px;
    font-size: 14px;
    color: #222;
    background-color: #F3F3F3;
    border-radius: 2px;
    box-sizing: border-box;
}
.singr input[type="text"].miniipt{
    width: 130px;
}
.sexipt{
    background-image: url('http://ykt.cfnet.org.cn/study/mkhsx/images/new/addxy-08.png');
    background-position: 96% center;
    background-repeat: no-repeat;
    background-size: 10px;
    cursor: pointer;
}
.listdata{
    position: absolute;
    top: 29px;
    left: 0;
    width: 100%;
    background: #fff;
    border:1px solid #e2e2e2;
    box-sizing: border-box;
    display: none;
    z-index: 30;
}
.listdata li{
    line-height: 30px;
    padding-left: 14px;
    font-size: 14px;
    color: #222;
    cursor: pointer;
}
.listdata li:hover{
    background: #F3F3F3;
}
.yzm{
    float: right;
    width: 100px;
    line-height: 26px;
    border-radius: 2px;
    background: #FF2D4A;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    margin-top: 2px;
}
.singr2{
    width: 250px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.gwlist{
    background: #F3F3F3;
    border:1px solid #e2e2e2;
    border-radius:2px;
    overflow-y: auto;
    max-height: 120px;
    padding:5px 0;
    box-sizing: border-box;
}
.gwlist::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}
.gwlist::-webkit-scrollbar-track{
    background: #F3F3F3;
}
.gwlist::-webkit-scrollbar-thumb {
    background: #D7D7D7;
    border-radius: 3px;
}
.gwlist li{
    height: 36px;
    display: table;
    width: 100%;
    table-layout: fixed !important;
}
.gwlist li .icontd{
    display: table-cell;
    vertical-align: middle;
    width: 40px;
    padding-left: 14px;
    font-size: 0;
    box-sizing: border-box;
    cursor: pointer;
}
.gwlist li .icontd input[type="checkbox"]{
    width: 16px;
    height: 16px;
    margin:0;
    position: relative;
    -webkit-appearance:none;
}
.gwlist li .icontd input[type="checkbox"]:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border:1px solid #555;
    box-sizing: border-box;
    border-radius: 5px;
}
.gwlist li .icontd input[type="checkbox"]:checked:after{
    content: "";
    border:1px solid #FF2D4A;
    background: #FF2D4A;
    padding:3px;
    background-clip: content-box;
}
.gwlist li>label{
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    color: #555;
    text-align: left;
    white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    padding-right: 15px;
    cursor: pointer;
}
.gwtips{
    font-size: 12px;
    color: #888;
    line-height: 20px;
    text-align: left;
}
.singr2 .sel-resbox{
    width: 100%;
    text-align: left;
}
.singr2 .sel-resbox .sel-res{
    padding-left: 0px;
    line-height: 50px;
    height: 50px;
    font-size: 0;
}
.mtips{
    float: left;
    width: 100%;
    font-size: 12px;
    color: #888;
    text-align: left;
}
.mtips span{
    font-size: 14px;
    color: #555;
}
.Required .singr:after,.Required .singr2:after{
    content: "*";
    position: absolute;
    width: 15px;
    text-align: right;
    right: -15px;
    top: 0;
    line-height: 30px;
    color: #FF2D4A;
    font-size: 16px;
}
.fixwrap{
    position: fixed;
    top: 50%;
    margin-left: -105px;
    overflow: hidden;
    width: .7rem;
    box-sizing: border-box;
    right: .3rem;
    z-index: 99;
}
.fixwrap a{
    text-align: center;
    display: block;
}
.fixwrap .todysign{
    width: 100%;
    height: .7rem;
    background: url('../image/signmobile.png') center no-repeat;
    background-size: cover;
}
.fixwrap .actshare{
    width: 100%;
    height: .7rem;
}
.fixwrap .actshare img{
    height: 100%;
    display: block;
    margin: 0 auto;
}
.fixwrap .backtop{
    margin-left: auto;
    margin-right: auto;
    height: .7rem;
    opacity: 0;
    transition: all 0.3s;
}
.fixwrap .backtop img{
    height: 100%;
    display: block;
    margin: 0 auto;
}
.fixwrap .todysign.signcomp{
    width: 100%;
    height: .7rem;
    background: url('../image/signmobile2.png') center no-repeat;
    background-size: cover;
}
.cont-mobile{display: none;}
.title-mobile{
    display: none;
    border-bottom: 1px solid #e2e2e2;
    height: 0.9rem;
    line-height: 0.9rem;
    padding-left: 20px;
    padding-right:20px;    
}
.title-mobile .back{
    float: left;
    width: 0.2rem;
    height: 100%;
    cursor: pointer;
    padding-right: 0.2rem;
    font-size: 0;
    box-sizing: content-box;
    position: relative;
}
.title-mobile .back img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}
.title-mobile p{
    float: right;
    width: 100%;
    margin-left: -0.4rem;
    padding-left: 0.4rem;
    padding-right:0.4rem;
    font-size: 24px;
    color: #222;
    text-align: center;
    box-sizing: border-box;
}
.jifenbox{
    padding: .35rem .5rem;
}
.jifenbox p{
    font-size: .16rem;
    line-height: .4rem;
    color:#222;
}
.topcode{
    display: inline-block;
    margin: 0 20px;
}
.topcode>div{
    width: .74rem;
    height: .74rem;
    background: #FCF1DA;
    border: 1px solid #0F000C;
    border-radius: .1rem;
    margin: 0 auto;
    overflow: hidden;
}
.topcode img{
   width: 100%;
   height: 100%;
   display: block;
   margin: 0 auto;
}
.topcode p{
    font-size: .2rem;
    color: #FCF1DA;
    line-height: 1.25;
    background: transparent;
    border: 0;
    width: auto;
    height: auto;
    text-shadow: #1f0000 1px 0 0, #1f0000 0 1px 0, #1f0000 -1px 0 0, #1f0000 0 -1px 0;
}
.act-tit3 p{
    font-size: .14rem;
    color: #000;
    font-weight: bold;
    line-height: 2;
    text-shadow: none;
    padding: .06rem 0 .16rem;
}
.jifenul{overflow: hidden;}
.jifenul li{
    width: 50%;
    float: left;
}
.pic01{
    position: absolute;
    bottom: 40%;
    right: -.56rem;
    width: .68rem;
    z-index: 80;
}
.pic02{
    position: absolute;
    bottom: .4rem;
    right: .9rem;
    width: .95rem;
    z-index: 80;    
}
.pic02-2{
    position: absolute;
    bottom: .4rem;
    right: 40%;
    width: .68rem;
    z-index: 80;        
}
.pic01-2{
    position: absolute;
    bottom: 14%;
    left: -.5rem;
    width: .68rem;
    z-index: 80;    
}
.pic01-3{
    position: absolute;
    top: 15%;
    right: 4%;
    width: .68rem;
    z-index: 80;    
}
.pic03{
    position: absolute;
    bottom: 23%;
    right: 45%;
    width: .26rem;
    z-index: 80;    
}
.pic04{
    position: absolute;
    top: 20%;
    right: 10%;
    width: .26rem;
    z-index: 80;    
}
.pic05{
    position: absolute;
    top: 18%;
    right: 6%;
    width: .26rem;
    z-index: 80;    
}
.pic06{
    position: absolute;
    bottom: 18%;
    left: -.68rem;
    width: .68rem;
    z-index: 80;    
}
.pic07{
    position: absolute;
    top: .2rem;
    right: -.05rem;
    width: .68rem;
    z-index: 80;    
}
.paneimg{
    max-width: 100%;
    margin: .2rem auto 0;
    display: block;
    height: auto;
}
.seeallbox{
    position: absolute;
    right: .3rem;
    bottom: -.5rem;
}
.nestmobile{
    margin-top: .2rem;
}
.nestmobile .nestboxin:before,.nestmobile .nestboxin:after{
    display: none;
}
.p1-m,.p2-m{
    display: none;
    width: 50%;
    margin-bottom: .2rem;
    white-space: nowrap;
    float: left;
    font-size: .2rem;
    color: #fcf1da;
    text-shadow: #000 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;
    text-align: center;
    position: relative;
}
.p1-m span,.p2-m span{
    padding-bottom: .1rem;
    display: inline-block;
}
.p1-m:after{
    content: "";
    position: absolute;
    right: 0;
    height: .4rem;
    top: 50%;
    margin-top: -0.2rem;
    background: #0F000C;
    width: 1px;
}
.nestmobile .act-minitit{margin-top: 0;border-top: 0;}
.actlinkwrap{
    position: fixed;
    right: .3rem;
    bottom: 10%;
    z-index: 99;
    padding-bottom: .22rem;
}
.actlinkwrap .actclose{
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -.22rem;
    width: .44rem;
    height: .44rem;
    background: url('../image/icon12.png') center no-repeat;
    background-size: cover;
    cursor: pointer;
}
.actlinkwrap .actlinkbox{
    width: 1.9rem;
    height: 1.12rem;
    background: #F4EFA1;
    box-shadow:0px 3px 15px 0px rgba(0, 0, 0, 0.56);
    border-radius:10px;
    border: 1px solid #000;
    box-sizing: border-box;
    padding: .2rem 0 0;
    display: block;
}
.actlinkwrap .actlinkbox p{
    font-size: .18rem;
    color: #222;
    font-weight: bold;
    text-align: center;
    line-height: .3rem;
}
.zsinfolay{
    background: #FCF1DA;
    border: 2px solid #000;
    width:800px;
    box-shadow:0px 2px 40px 0px rgba(0, 0, 0, 0.44);
    border-radius:20px;
    position: relative;
    box-sizing: border-box;
    padding: 0.8rem .4rem 0.6rem;
    margin: 0 auto;
}
.zsinfolay .close{
    position: absolute;
    right: .4rem;
    top: .35rem;
    width: .2rem;
    height: .2rem;
    cursor: pointer;
}
.zsinfolay .close img{
    display: block;
    width: 100%;
}
.zsinfolay p{
    font-size: .2rem;
    color: #000;
    font-weight: bold;
    line-height: 2;
    text-align: justify;
}
.zsinfolay .zsbox{
    text-align: center;
    margin-top: .2rem;
    overflow: hidden;
}
.zsinfolay .zsbox a{
    display: inline-block;
    vertical-align: middle;
    width: 1.85rem;
    height: .55rem;
    cursor: pointer;
    background: url('../image/sign10.png') center no-repeat;
    background-size: contain;
}
.info-tips{
    font-size: 14px;
    color: #555555;
    margin-top: .4rem;
}
.info-tips2{
    font-size: 14px;
    color: #888;
    margin-top: .3rem;
    line-height: 1.5; 
    text-align: justify;  
    margin-bottom: .3rem;
}
.info-tit{
    margin-top: 24px;
    line-height: 30px;
    font-size: 0;
}
.info-tit i{
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}
.info-tit i img{
    display: block;
    height: 100%;
}
.info-tit span{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #222;
    padding-left: 7px;
}
.info-table{
    margin-top: 16px;
    overflow: hidden;
}
.info-table .infotab{
    width: 100%;
    text-align: left;
    font-size: 14px;
    border: 1px solid #E2E2E2;
    border-top: 0;
    color: #222;
    table-layout: fixed !important;
}
.info-table .infotab thead tr{
    box-shadow:0px 1px 6px 0px rgba(6,5,5,0.08);
}
.info-table .infotab th{
    height: 80px;
    border-top: 1px solid #E2E2E2;
    background: #F6F8FA;
    box-sizing: border-box;
    font-weight: normal;
    text-align: left;
}
.info-table .infotab td{
    height: 68px;
    border-top: 1px solid #E2E2E2;
}
.info-table .infotab .infoactbtn{
    display: inline-block;
    vertical-align: middle;
    background: #F8575D;
    width: 120px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    margin-right: 20px;
}
.info-table .infotab .infoactbtn:nth-child(2){
    margin-right: 0;
}
.info-table .infotab tr th:nth-child(1),.info-table .infotab tr td:nth-child(1){
    width: 20%;
    text-align: center;
}
.info-table .infotab tr th:nth-child(2), .info-table .infotab tr td:nth-child(2){
    width: 40%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: .2rem;
}
.youhuibox{
    border: 1px dashed #D8D8D8;
    padding: 18px;
    margin-top: 15px;
}
.youhuibox img{
    display: block;
    margin: 0 auto;
    max-height: 185px;
    max-width: 100%;
}
.youhuisign{
    background: #FF2D4A;
    color: #fff;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
    width: 160px;
    line-height: 40px;
    margin: .4rem auto 0;
    display: block;
}
.papercont{
    margin-top: .4rem;
}
.paper-tips{
    background: #F6F8FA;
    font-size: 0;
    color: #555;
    border: 1px solid #E2E2E2;
    padding:6px 15px;
    box-sizing: border-box;
    text-align: justify;
}
.paper-tips span{
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}
.paper-tips2{
    font-size: 14px;
    color: #555;
    text-align: justify;
    line-height: 1.5;
    margin-top: 13px;
    float: left;
    width: 100%;
}
.paperbox{
    width: 50%;
    box-sizing: border-box;
}
.paperbox:nth-of-type(1),.paperbox:nth-of-type(3){
    border-left: 1px solid #e2e2e2;
}
.paperbox:nth-of-type(3){
    width: 100%;
}
.paperItem{
    height: 77px;
    width: 100%;
    display: table;
    table-layout: fixed !important;
    color: #222;
}
.paperItem label{
    font-size: 14px;
    text-align: center;
    width: 150px;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    background: #F6F8FA;
    box-shadow:0px 1px 6px 0px rgba(6,5,5,0.08);
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
.paperItem .paper-txt{
    display: table-cell;
    vertical-align: middle;
    padding-left: .7rem;
    font-size: 14px;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.paperbtn{
    text-align: center;
    margin-top: .3rem;
    float: left;
    width: 100%;
}
.paperbtn a{
    display: block;
    margin: 0 auto;
    width: 100px;
    line-height: 28px;
    color: #fff;
    background: #FF2D4A;
    font-size: 14px;
}
.mainwrap{position: relative;}
.pp01{
    position: absolute;
    right: 1.4rem;
    height: .55rem;
    top: 31%;
}
.pp02{
    position: absolute;
    right: 0;
    height: 2.52rem;
    top: 18%;
}
.pp03{
    position: absolute;
    left: 0;
    height: 4.24rem;
    top: 20%;
}
.pp04{
    position: absolute;
    left: 1.4rem;
    height: .55rem;
    top: 54%;
}
.pp05{
    position: absolute;
    right: 0;
    height: 3.45rem;
    top: 60%;
}
.act-icontit{position: relative;}
.upboxs{
    position: absolute;
    right: .2rem;
    top: 50%;
    margin-top: -23px;
    height: 46px;
    line-height: 42px;
}
.upboxs>a{
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    min-width: 1.3rem;
    padding: 0 .16rem;
    height: 100%;
    box-sizing: border-box;
    border: .02rem solid #0F000C;
    background: #fff;
    color: #000;
    font-size: 20px;
    text-align: center;
    border-radius: 5px;
}
.upboxs>a:hover{
    background: #00A88E;
}
.fclistnav{
    padding: 25px 20px;
    font-size: 0;
}
.fclistnav ul{
    height: 56px;
    line-height: 54px;
    display: inline-block;
    width: auto;
    border: .02rem solid #0F000C;
    border-radius: 5px;
    box-sizing: border-box;
    overflow: hidden;
}
.fclistnav ul li{
    float: left;
    width: 165px;
    background: #FFB717;
    height: 100%;
    font-size: .2rem;
    text-align: center;
}
.fclistnav ul li:first-child{
    border-right: .02rem solid #0F000C;
}
.fclistnav ul li a{
    display: block;
    cursor: pointer;
    color: #000;
}
.fclistnav ul li.active{
    background: #00A88E;
    font-size: .24rem;
}
.fclistcont {
    padding: 0 .2rem;
}
.fclistcont>ul{
    margin-left: -0.2rem;
}
.fclistcont .item{
    float: left;
    padding-left: 0.2rem;
    margin-bottom: 24px;
    width: 25%;
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
}
.fclistcont .itemtop{
    height: 204px;
    box-sizing: border-box;
    border: .02rem solid #0F000C;
    overflow: hidden;
    position: relative;
    background: #3E3A43;
    border-radius: 5px 5px 0 0 ;
}
.fclistcont .itemtop>img{
    width: 100%;
    height: 100%;
}
.itemtop .topinfo{
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    height: 100%;
    background:rgba(53, 52, 52, 0.7);
    color: #fff;
    padding: 40px 30px 0;
    box-sizing: border-box;
    transition: all 0.3s;
}
.fclistcont .topinfo2{
    display: none;
    padding: 0 .15rem;
    margin-bottom: .15rem;
}
.itemtop:hover .topinfo{
    top: 0;
    cursor: pointer;
}
.topinfo p{
    position: relative;
    padding-left: 80px;
    text-indent: -80px;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;    
}
.fclistcont .topinfo2 p{
    position: relative;
    padding-left: 1rem;
    /* text-indent: -1rem; */
    font-size: .2rem;
    line-height: 1.5;
    text-align: left;
    color: #6A4D0D;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;      */
}
.morecont .topinfo2 p{
    color: #888;
}
.fclistcont .topinfo2 p span{
    position: absolute;
    left: 0;
    top: 0;
}
.fclistcont .item .topinfo2 p label{
    color: #000;
}
.topinfo p.jj{
    margin-top: .2rem;
}
.topinfo2 p.jj{
    margin-top: .2rem;
    margin-bottom:.25rem; 
    display: none;
}
.fclistcont .itembot{
    overflow: hidden;
    text-align: center;
    border: .02rem solid #0F000C;
    border-top: 0;
    border-radius: 0 0  5px 5px;
}
.itembot .botinfo{
    padding: 10px 15px;
    line-height: 30px;
    font-size: .2rem;
}
.itembot .botinfo p.name{
    float: left;
}
.itembot .botinfo p.num{
    float: right;
}
.botinfo .num span{
    display: inline-block;
    vertical-align: middle;
}
.botinfo .num i{
    display: inline-block;
    vertical-align: middle;
    width: .32rem;
    height: .3rem;
    background-image: url('../image/icon23.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 200%;
    cursor: pointer;
    margin-right: .05rem;
}
.botinfo .num i.redheart{
    background-position: -0.32rem 0;
}
.itembot a{
    display: inline-block;
    margin: 8px auto 14px;
    font-size: 14px;
    color: #000;
    text-decoration: underline;
    cursor: pointer;
    line-height: 1.1;
}
.morefc{
    font-size: .2rem;
    color: #000;
    padding-bottom: .2rem;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
    float: right;
    margin-right: .2rem;
}
.itemtop .videoinfo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}
.itemtop .videoinfo .videoicon{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    background: url('../image/icon24.png') center no-repeat;
    background-size: contain;
}
.itemtop .videoinfo .videotime{
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 14px;
    color: #fff;
    line-height: 1.1;
}
.fengcaicont{
    padding: 1px 0;
}
.sch-crumbs{
    margin: 30px 0;
    line-height: 1.1;
    font-size: 20px;
}
.sch-crumbs a{
    color: #ff3753;
}
.sch-crumbs span{
    color: #888;
}
.sch-crumbs2{
    height: .85rem;
    line-height: .85rem;
    background: #373438;
    color: #fff;
    text-align: center;
    position: fixed;
    display: none;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    left: 0;
    z-index: 99;
}
.sch-crumbs2 span{
    font-size: .28rem;
    vertical-align: middle;
}
.sch-crumbs2 a{
    position: absolute;
    left: 0;
    height: 100%;
    width: .5rem;
    background: url('http://xueba.cfnet.org.cn/Public/legend/mobile/images/iconback.png') right center no-repeat;
    background-size: .22rem;
}
.schtitle{
    margin-top: 10px;
    position: relative;
}
.schtitle:after{
    content: "";
    display: block;
    clear: both;
}
.schtitle .fcnav{
    float: left;
}
.schtitle .fcnav li{
    float: left;
    padding: 0 .2rem;
    color: #555;
    text-align: center;
}
.schtitle .fcnav li:first-child{
    padding-left: 0;
}
.schtitle .fcnav li a{
    display: inline-block;
    color: #555;
    cursor: pointer;
    font-size: .2rem;
    position: relative;
    height: 42px;
    line-height: 1;
}
.schtitle .fcnav li.active a{
    color: #ff3753;
    font-size: .24rem;
}
.schtitle .fcnav li.active a:after{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 2px;
    background: #ff3753;
}
.schsearch{
    float: right;
    height: 42px;
    background:rgba(243,243,243,1);
    border:1px solid rgba(216,216,216,1);
    border-radius:25px;
    width: 455px;
    box-sizing: border-box;
    position: relative;
}
.schsearch input[type="text"]{
    font-size: 14px;
    color: #222;
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0 75px 0 30px;
    box-sizing: border-box;
    background: transparent;
}
.schsearch .schseabtn{
    position: absolute;
    right: 45px;
    top: 0;
    height: 100%;
    width: 20px;
    background: url('../image/icon25.png') center no-repeat;
    background-size: 20px;
    cursor: pointer;
}
.morecont{
    margin-top: .3rem;
    border: 1px solid #D8D8D8;
    padding: 24px 25px;
}
.morecont .itemtop{
    border: 1px solid #D8D8D8;
}
.morecont .itembot{
    border: 1px solid #D8D8D8;
    border-top: 0;
}
.morecont .pagination li{
    line-height: 24px;
    background: #eef0f1;
    border: 0;
}
.morecont .pagination li.active{
    background: #ff3753;
}
.uploadcont{padding:1px 0;}
.uptit{
    font-size: 24px;
    color: #222;
    line-height: 1;
    margin-bottom: 40px;
}
.uptipsbox{
    border: 1px solid #D8D8D8;
    padding: 26px 30px;
    font-size: 14px;
    line-height: 22px;
    color: #888;
}
.uptipsbox .upt1{
    color: #222;
}
.uptipsbox h3{
    margin-top: 20px;
    font-size: 14px;
    color: #222;
}
.uploadmain{
    background: #F7F7F7;
    padding: 20px 30px;
    margin-top: 20px;
}
.uploadmain>h3{
    font-size: 14px;
    color: #888;
    line-height: 1.25;
}
.upswitch{
    padding: 20px 0 ;
    overflow: hidden;
}
.upswitch .item{
    float: left;
    font-size: 0;
    margin-right: 60px;
}
.upswitch .item input[type="radio"]{
    width: 18px;
    height: 18px;
    position: relative;
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 0;
}
.upswitch .item label{
    display: inline-block;
    vertical-align: middle;
    padding-left: 6px;
    font-size: 14px;
    color: #363738;
    cursor: pointer;
}
.upswitch .item input[type="radio"]:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #888888;
    border-radius: 50%;
    box-sizing: border-box;
}
.upswitch .item input[type="radio"]:checked:after{
    content: "";
    padding: 3px;
    border-color: #FF2D4A;
    background: #FF2D4A;
    background-clip: content-box;
}
.uptypecont{

}
.panebox{
    overflow: hidden;
}
.upbotbox{
    margin-top: 40px;
    overflow: hidden;
    text-align: center;
}
.upbotbox button{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
    background: #FF2D4A;
    border-radius: 2px;
    width: 90px;
    height: 26px;
    cursor: pointer;
    margin: 0 15px;
}
.filebox{
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    height: 40px;
    background: #FF2D4A;
    overflow: visible;
    border-radius: 2px;
}
.filebox>form,.filebox .file-chooser-uploader,
.filebox .form-group{height:100%;position: relative;}
.filebox .form-group input[type="file"]{
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.filebox .form-group>span{
    display: inline-block;
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size:16px;
}
.filebox .form-group span img{
    vertical-align: middle;
}
.filetips{
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
    height: 40px;
    width: 800px;
    line-height:40px;
    font-size: 14px;
    color: #222;
    position: relative;
}
.filetips>p{
    vertical-align: top;
    line-height: 1.5;
}
.filetips>p span{
    color: #888;
}
.resultboxs{
    margin-top: 24px;
    overflow: hidden;
    position: relative;
    margin-bottom: 14px;
}
.resultboxs .filename{
    line-height: 1;
    width: 100%;
    padding: 10px 0;
}
.resultboxs .filename span{
    display: inline-block;
    width: 15px;
    margin-left: 10px;
    cursor: pointer;
}
.resultboxs .filename span img{
    width: 100%;
}
.resultboxs .mp4link{
    border: 1px solid #D8D8D8;
    min-width: 930px;
    height: 40px;
    box-sizing: border-box;
    max-width: 100%;
    padding:0 20px;
}
.resultboxs .mp4link input{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #222;
    background: transparent;
    border: 0;
}
.panebox .txtbox{
    height: 204px;
    width: 580px;
    border: 1px solid #D8D8D8;
    padding: 20px;
    position: relative;
    box-sizing: border-box;
}
.txtbox textarea{
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
    background: transparent;
    font-size: 14px;
    line-height: 1.5;
    color: #222;
}
.txtbox .txtnum{
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 14px;
    color: #888;
}
.upboxs .shuoming{
    display: none;
    vertical-align: middle;
    width: .44rem;
    height: .44rem;
    background: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
    border-radius: 50%;
    text-align: center;
    color: #000;
    line-height: .42rem;
    font-size: .25rem;
}
.previewrap{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    display: none;
    z-index: 999;
}
.preview-close{
    position: absolute;
    top: .4rem;
    right: .7rem;
    width: .8rem;
    height: .8rem;
    background-image: url('../image/icon27.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 200%;
    cursor: pointer;
    z-index: 300;
}
.preview-close:hover{
    background-position: -0.8rem 0;
}
.pmainwrap{
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
    table-layout: fixed !important;
    padding: 0 .3rem;
    box-sizing: border-box;
}
.pmaincont{
    display: table-cell;
    vertical-align: middle;    
}
.swipercont{
    width: 1000px;
    max-width: 100%;
    height: 80%;
    /* background: rgba(0,0,0,0.5); */
    border-radius: 10px;
}
.swipercont .swiper-wrapper,
.swipercont .swiper-slide{
    height: 100%;
}
.swipercont .itembox{
    height: 100%;
}
.swipercont .itembox img{
    width: 100%;
}
.swipercont .swiper-button-next,
.swipercont .swiper-button-prev{
    position: fixed;
    width: .8rem;
    height: .8rem;
    margin-top: -.4rem;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 200%;
}
.swipercont .swiper-button-next{
    background-image: url('../image/icon29.png');
    right: .7rem;
}
.swipercont .swiper-button-prev{
    background-image: url('../image/icon28.png');
    left: .7rem;
}
.swipercont .swiper-button-next:hover{
    background-position: -0.8rem 0;
}
.swipercont .swiper-button-prev:hover{
    background-position: -0.8rem 0;
}
.swipercont .jjbox{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.5);
    border-radius: 0 0 10px 10px;
    color: #fff;
    padding: .3rem;
    font-size: 14px;
    line-height: 2;
    text-align: left;
    box-sizing: border-box;
}
.swipercont .jjbox p{
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-left: 70px;
}
.swipercont .jjbox p span{
    position: absolute;
    top: 0;
    left: 0;
}
.swipercont .jjbox p.jj{
    white-space: normal;
}
.previewtop{
    width: 100%;
    left: 0;
    top: 0;
    background: #000;
    text-align: center;
    z-index: 99;
}
.previewtop span{color: #fff;font-size: .28rem;display: none;}
.preview-share{
    display: none;
    position: absolute;
    right: .2rem;
    top: .18rem;
    width: .62rem;
    height: .5rem;
    background: url('../image/icon_lan.png') center no-repeat;
    background-size: contain;
}
.detshare{
    float: right;
    font-size: 0;
    width: 90px;
    height: 26px;
    line-height: 26px;
    background: #FF2D4A;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
}
.detshare img,.detshare span{
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}
.detshare img{
    width: 14px;
    margin-right: 5px;
}
.detcont{
    margin: 50px 74px;
}
.det-img{
    border-radius: 10px;
    overflow: hidden;
    /* height: 750px; */
}
.det-img img{
    max-width: 100%;
    /* height: 100%; */
    display: block;
    margin: 0 auto;
}
.detcont .det-bot{
    font-size: 30px;
    border: 0;
}
.det-bot .botinfo{
    padding: 25px 0;
}
.det-bot h4{
    font-size: 14px;
    color: #FF2D4A;
    margin: 0 auto 15px;
    text-align: left;
    line-height: 1;
}
.det-bot .det-jj{
    background: #F7F7F7;
    border: 1px solid #E5E4E4;
    font-size: 14px;
    color: #222;
    line-height: 1.5;
    padding: 20px;
    text-align: left;
}
.bdsharebuttonbox a {
    float: left;
}
.botinfo2{
    padding: 0 15px;
    line-height: 1.5;
    font-size: 14px;
}
.itembot .botinfo2 p.status {
    float: left;
    color: #ff3753;
}
.itembot .botinfo2 p.time {
    float: right;
    color: #555;
}
.deletefc{
    position: absolute;
    top: -0.12rem;
    right: -0.12rem;
    width: .4rem;
    height: .4rem;
    background: url('../image/icon31.png') center no-repeat;
    background-size: contain;
    cursor: pointer;
    z-index: 80;
}
.myfcnav{display: none;}
.myfcnav2{height: 0;padding-top: 0;padding-bottom:0;margin:.25rem 0;overflow:hidden;}
.deletelay{
    width: 400px;
    box-sizing: border-box;
    padding: .5rem .3rem;
    text-align: center;
    font-size: .18rem;
    color: #222;
    line-height: 1.5;
}
.deletelay .btnbox{
    overflow: hidden;
    text-align: center;
    margin-top: .5rem;
}
.deletelay .btnbox span{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    border-radius: 2px;
    width: 90px;
    height: 26px;
    cursor: pointer;
    margin: 0 15px;
}
.deletelay .btnbox span.confirm{
    color: #fff;
    background: #FF2D4A; 
    line-height: 26px;   
}
.deletelay .btnbox span.cancel{
    color: #888;
    background:#dadcdf;
    border: 1px solid #eef0f1; 
    line-height: 24px;   
}
.mobilepup{
    background: #eceeed;
}
.mobilepup .item{
    border-bottom: 1px solid #d5d7d6;
    background: #fff;
    text-align: center;
    font-size: .34rem;
    color: #030102;
    display: block;
    width: 100%;
}
.mobilepup .item p{
    display: inline-block;
    vertical-align: middle;
    padding: .3rem 0;
}
.mobilepup .item p span{
    display: block;
    color: #888;
    font-size: .24rem;
    line-height: 1;
    padding-top: .12rem;
}
.mobilepup .mbtnbox{
    margin-top: .12rem;
    background: #fff;
    text-align: center;
}
.mobilepup .mbtnbox .cancel{
    display: inline-block;
    width: 100%;
    padding: 0.3rem 0;
    line-height: 1.1;
    background: #fff;
    border: 0;
    outline: 0;
    font-size: .34rem;
    color: #030102;
}
.det-video{
    height: 563px;
}
.sch-crumbs2 .confirm{
    position: absolute;
    right: .3rem;
    color: #FF2D4A;
    font-size: .24rem;
    cursor: pointer;
    height: 100%;
}
.mobile-txtbox{
    background: #F7F7F7;
    border: 1px solid #E5E4E4;
    height: 4rem;
    box-sizing: border-box;
    padding: .2rem;
    margin: .3rem 0;
    position: relative;
}
.mobile-txtbox textarea{
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
    font-size: .22rem;
    color: #888;
    line-height: 2;
    background: transparent;
}
.mobile-txtbox .txtnum{
    position: absolute;
    bottom: 0.2rem;
    right: .2rem;
    font-size: .2rem;
    color: #888;
}
.mobile-imgbox{
    height: 5.25rem;
    background: #F7F7F7;
}
.mobile-imgbox img{
    width: 100%;
    height: 100%;
}
.mobile-videobox{
    width: 100%;
    height: 3.94rem;
    margin-top: 45%;
}
.playbox{
    height: 100%;
}
.layui-layer-page .layui-layer-content{overflow: visible;}
.listnodata {
    text-align: center;
    margin-top: 10%;
    margin-bottom: 10%;
}
.listnodata img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.listnodata p {
    font-size: 14px;
    color: #888;
    margin-top: 15px;
}
@media all and (max-width: 1199px) {
    .actcontainer{min-width: 100%;}
    .actcontainer .container {width: 100%;padding-left:20px;padding-right:20px;box-sizing: border-box;}
    .fixwrap .actshare,.fixwrap .backtop{display: none;}

    .title-pc{display: none;}
    .title-mobile{display: block;}
    .signform{margin-top: 20px;margin-bottom: 20px;}
    .mbox{width: 100%;text-align: center;}
    .mbox:nth-child(3) {text-align: center;}
    .foots .footin{width: 100%;padding-left: 20px;padding-right:20px;box-sizing: border-box;}
    .foots .footL p{line-height: 1.5;}
    .foots .footRBox p{line-height: 1.5;white-space: nowrap;}
    .pic01{
        bottom: 84%;
        right: 10%;
        width: .3rem;
    }
    .pic01-2{
        bottom: -8%;
        left: -.2rem;
        width: .3rem;
    }
    .pic01-3 {
        width: .4rem;
        top: 8%;
    }
    .pic02{
        width: .68rem;
    }
    .pic07{
        top: .2rem;
        right: 8%;
        width: .4rem;
    } 
    .pic06{
        bottom: -.2rem;
        left: -.2rem;
        width: .3rem;        
    } 
    .bannerbot p.huojtips{padding:0 .2rem;line-height: 1.25;text-align: justify;} 
    .paperbox{width: 100%;border-left: 1px solid #e2e2e2;}
}
@media all and (max-width: 1024px){
    .itembot a,.itemtop .topinfo{display: none;}
    .fclistcont .item .topinfo2{
        display: block;
    }
    .sch-crumbs {display: none;}
    .sch-crumbs2 {display: block;}
    .fengcaicont{padding-top: .85rem;}   
    .upboxs{margin-top: 0;top: -0.8rem;right: 0;}
    .yellow{margin-top: 1rem;} 
    .upboxs .shuoming{display: inline-block;}   
    .swipercont{height:auto;}
    .playbox{height: 5.9rem;}
    .swipercont .swiper-button-next, .swipercont .swiper-button-prev{display: none;}
    .previewrap{background: rgba(0,0,0,0.8);} 
    .previewtop{height: .85rem;line-height: .85rem;} 
    .preview-close{left: 0;top: .02rem;background-size: 400%;background-position: -.4rem;} 
    .previewtop span{display: inline-block;} 
    .preview-share{display: block;}
    .itembot .botinfo2 p.status{display: none;}
    .itembot .botinfo2 p.time{font-size: .2rem;width: 100%;text-align: left;}
    .myfcnav{display: block;}
    .myfcnav2{height: auto;}
    .schtitle {margin-top: 0.25rem;}
    .botinfo2{padding-bottom:0.1rem;}
    .detshare{
        position: fixed;
        right: .2rem;
        top: .18rem;
        width: .62rem;
        height: .5rem;
        background: url(../image/icon_lan.png) center no-repeat;
        background-size: contain;
        z-index: 100;
        font-size: 0;
    }
    .detshare img,.detshare span{display: none;}
    .detcont{margin:0;}
    /* .det-img{height: 7.38rem;} */
    .morecont{padding:0;border:0;}
    .det-video{height:5.54rem;}
}
@media all and (max-width: 768px) {
    .actbanner{
        height: 4.72rem;
        /*background: url(../image/banner-m.png) center no-repeat;*/
        background-size: cover;        
    }
    .bannerbot{bottom: 0.4rem;font-size: 0;}
    .bannerbot p{margin-top:0.05rem;}
    /*.bannerbot p.endtime{width: 4.5rem;}*/
    .act-txt,.actulbox{padding-left: .25rem;padding-right: .25rem;}
    /*.act-icontit{margin-top: .3rem;}*/
    .cont-pc{display: none;}
    .cont-mobile{display: block;}
    .act-nav li{width: 33.3333%;box-sizing: border-box;}
    .act-navbox2 .act-nav li{width: 25%;box-sizing: border-box;}
    .bdtop .p3{margin-top: 0;line-height: .34rem;}
    .p1-m,.p2-m{display: block;}
    .bdtop .p1, .bdtop .p2{display: none;}
    .bdtop .p2{text-align: right;}
    .bdtop .span1{margin-left: .25rem;float: right;}
    .signbox>label{width: 100%;}
    .signbox .singr{width: 100%;height: 45px;}
    .signbox{margin-bottom: 15px;}
    .singr input[type="text"]{
        background-color: #fff;
        border:1px solid #D8D8D8;
        border-radius: 0;
    }
    .Required .singr:after, .Required .singr2:after{opacity: 0;}
    .listdata{top: 44px;}
    .listdata li{line-height: 45px;}
    .yzm{ width: 100px;line-height: 35px;margin-top: 5px;}
    .singr input[type="text"].miniipt{width: 80%;}
    .singr2{width: 100%;}
    .gwlist{background: #fff;border-radius: 0;}
    .foots .footL,.foots .footR{width: 100%;box-sizing: border-box;}
    .foots .footR{margin-top: 20px;text-align: center;font-size: 0;}
    .foots .footRBox{width: 31%;margin-left: 0;margin-right: 3.5%;}
    .foots .footRBox:last-child{margin-right: 0;}
    .fixwrap{right: 0;}
    .jifenul li{width: 100%;}
    .act-navbox2 .act-nav li.active a:after{
        height: .04rem;
        border: .01rem solid #1F0000;
    }
    .zsinfolay{width: 95%;}
    .fclistcont .item{width: 50%;margin-bottom: .25rem;}

    .schtitle {margin-top: 0.25rem;}
    .schtitle .fcnav li {padding:0 .3rem;}
    .schtitle .fcnav li:first-child{padding-left:.3rem;border:1px solid #D8D8D8;border-radius:5px 0 0 5px;}
    .schtitle .fcnav li:nth-child(2){border:1px solid #D8D8D8;border-left: 0;border-radius:0 5px 5px 0;}
    .schtitle .fcnav li a{line-height: .54rem;height: .54rem;color: #222;}
    .schtitle .fcnav li.active{background: #FF2D4A;}
    .schtitle .fcnav li.active a{color: #fff;}
    .schsearch {width: 100%;margin-top: .3rem;height: .56rem;background: #fff;border-radius: .3rem;}
    .schsearch input[type="text"]{font-size: .2rem;padding:0 .8rem 0 .25rem;}
    .schsearch .schseabtn{right:.18rem;width:.44rem;background-size: .3rem;}
    .morecont{padding:0;border:0;}
    .fclistcont .itemtop{height:265px;}
    /* .det-img{height:5.46rem;} */
    .det-video{height:4.10rem;}
}
@media all and (max-width: 750px) {
    .act-txt,.act-txt2,.act-tit3,.act-tit3 p,.seeall{font-size: .2rem;}
    .act-navbox2 .act-nav li a{font-size: .2rem;}
    .act-navbox2 .act-nav li a{display: table;width: 100%;}
    .act-navbox2 .act-nav li a span{line-height: 1.2;display: table-cell;vertical-align: middle;}
    .act-tabbox table th,.act-tabbox table td{height: 0.8rem;}
    .act-tabbox table th{font-size: .22rem;}
    .act-tabbox table td{font-size: .2rem;}
    .bdtop .a1{margin-left: 0.2rem;}
    .fixwrap2{width: 1rem;height: 1rem;margin-top: -0.5rem;right: 0.25rem;}
    .act-navbox2 .act-nav li.active a{font-size: 0.22rem;}
    .act-tabbox .bdtab th:nth-child(1){width: 0.8rem;}
    .act-tabbox .bdtab th:nth-child(2){width: 1.45rem;}
    .act-tabbox .bdtab th:nth-child(4){width: 1rem;}
    .act-tabbox .bdtab th:nth-child(5){width: 1rem;}
    .act-tabbox .bdtab td:nth-child(2), .act-tabbox .bdtab td:nth-child(3){
        padding: 0 0.2rem;
    }
    .bdtop .p1, .bdtop .p2{margin-bottom: 0.2rem;}
    .title-mobile p{font-size: 0.3rem;}
    .signbox .singr{height: 0.82rem;}
    .listdata{top: 0.81rem;}
    .listdata li{line-height: 0.82rem;}
    .singr input[type="text"].miniipt{width: 68%;}
    .signbox{margin-bottom: 0.2rem;}
    .yzm{line-height: 0.62rem;margin-top: 0.1rem;}
    .actcontainer .container ,.title-mobile{padding-left:0.25rem;padding-right:0.25rem;}
    .topcode{
        margin: 0 0.2rem;
    }
    .topcode p{
        font-size: 0.2rem;
        padding-top: 0;
    }
    .topcode img{
        width: 0.8rem;
    }
    .foots .footin{padding-left:0.25rem;padding-right:0.25rem;}
    .foots .footR{margin-top: 0.2rem;}
    .foots .footL-txt1{font-size: 16px;}
    .foots .footL p{padding-top: 0.1rem;}
    .foots .footRBox img{width: 75%;}
    .foots .footL{padding:0 0.15rem;}

    .bannerbot p.huojtips{font-size: .18rem;margin-top: 0;}

    .info-table .infotab tr th:nth-child(1), .info-table .infotab tr td:nth-child(1){
        width: 15%;
    }
    .info-table .infotab .infoactbtn{
        width: 2rem;
        margin-right: .2rem;
    }
    .info-table .infotab .infoactbtn:nth-child(1){
        margin-bottom: .1rem;
    }
    .paperItem label{width: 1.6rem;}
    .paperItem .paper-txt{padding-left:.3rem;padding-right:.3rem;}
    .fclistcont .itemtop{height: 2.32rem;}
    .itembot .botinfo{padding:.2rem;line-height: .3rem;font-size: .26rem;}
    .fclistnav{padding:.25rem .2rem;}
    .fclistnav ul{height: .56rem;line-height: .56rem;}
    .fclistnav ul li{width: 1.65rem;box-sizing:border-box;}
    .upboxs{height: .56rem;line-height: .54rem;}
    .upboxs>a{font-size: .22rem;}
    .fclistcont .topinfo2{padding: 0 .2rem;}
    .fclistcont .topinfo2 p{font-size: .22rem;padding-left:5em;}
    .uptipsbox-mobile{padding:.3rem;font-size: .22rem;line-height: 1.5;}
    .uptipsbox-mobile h3{font-size: .22rem;margin-top: .2rem;}
    .swipercont .jjbox{font-size: .22rem;/* position: inherit; */max-height: 4.5rem;overflow-y: auto;}
    .swipercont .jjbox p{padding-left: 5em;}
    .deletelay{width: 7rem;font-size: .24rem;}
    .myfcnav2{padding-top: 0;padding-bottom:0;}
    /* .det-img{height:5.25rem;} */
    .det-video{height: 3.94rem;}
    .detcont .itembot .botinfo{padding-left:0;padding-right: 0;}
    .det-bot h4{font-size: .2rem;margin-bottom: .2rem;}
    .det-bot .det-jj{font-size: .2rem;font-size: .2rem;}
}
@media all and (max-width: 640px) {
    .pic02,.pic02-2{
        display: none;
    }
}
@media all and (max-width: 413px) {
    .bdtop .p3{margin-top: 0.2rem;float: left;}
    .singr input[type="text"].miniipt{width: 65%;}
    .foots .footL-txt1{font-size: 0.26rem;}
    .foots .footL p,.foots .footRBox p{font-size: 0.24rem;}
    .act-navbox2 .act-nav li a span{
        padding: 0 .1rem;
    }
}