.crumbs{
    padding-top: .3rem;
    line-height: 1;
}
.crumbs a{
    color: #FF2D4A;
    font-size: .2rem;
    text-decoration: none;
    cursor: pointer;
}
.crumbs span{
    color: #888;
    font-size: .2rem;
}
.sign-tit{
    font-size: 24px;
    color: #222;
    line-height: 1;
    padding-top: 40px;
}
.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: 14px;
    color: #555;
    text-align: center;
	margin-top: .25rem;
	margin-bottom: .3rem;
}
.Required .singr:after,.Required .singr2:after,.Required .singr3:after{
    content: "*";
    position: absolute;
    width: 15px;
    text-align: right;
    right: -15px;
    top: 0;
    line-height: 30px;
    color: #FF2D4A;
    font-size: 16px;
}
.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;
}
.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;
}
.mjjbox{
	float: left;
	width: 100%;
}
.singr3{
	width: 1105px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 0;
}
.tarea{
	width: 100%;
	height: 125px;
	display: inline-block;
    border: 1px solid #e2e2e2;
    margin: 0;
    padding: 14px;
    font-size: 14px;
    color: #555;
    line-height:1.5; 
    background-color: #F3F3F3;
    border-radius: 2px;
    box-sizing: border-box;
    text-align: justify;
}
.singr3 .tnum{
	position: absolute;
	bottom: 10px;
	right: 14px;
	color: #888;
	font-size: 14px;
}
.appento {
    display: inline-block;
    vertical-align: top;
    width: 1105px;
    overflow: hidden;
}
.wu-example {
    position: relative;
}
#uploader .filelist {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-right: -20px;
}
#uploader .filelist li {
    width: 180px;
    height: 200px;
    background-color: #F7F7F7;
    background-image: url(../images/appclick.png) ;
    background-position:center ;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    display: inline;
    border: 1px dashed #E5E4E4;
    margin-bottom: 20px;
    margin-right: 20px;
    float: left;
    overflow: hidden;
    font-size: 12px;
}
#p_click_file p {
    padding-top: 200px;
    font-size: 12px;
    color: #999999;
    margin: 0;
    padding-right: 0;
    line-height: 24px;
}
#uploader .filelist li p.title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    top: 5px;
    text-indent: 5px;
    text-align: left;
    font-size: 14px;
    color: #999; 
    line-height: 24px;   
}
#uploader .filelist li p.imgWrap {
    position: relative;
    z-index: 2;
    line-height: 200px;
    vertical-align: middle;
    overflow: hidden;
    width: 180px;
    height: 200px;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webit-transition: 200ms ease-out;
    -moz-transition: 200ms ease-out;
    -o-transition: 200ms ease-out;
    -ms-transition: 200ms ease-out;
    transition: 200ms ease-out;
    margin: 0;
}
#uploader .filelist li img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
/* 详情页 */
.indexbg{
    background:url('../images/bg-rect.png') left top repeat;
    padding: .54rem 0 .55rem;
    position: relative;
    overflow: hidden;
}
.topline{
    height: 1.2rem;
    width: 100%;
    background-color: #FF7E6B;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
}
.actbanner{
    width: 1200px;
    position: relative;
    height: 9.01rem;
    margin: 0 auto;
    position: relative;
}
.actbanner-in{
    width: 100%;
    height: 100%;
    background: url(../images/banner.png) center no-repeat;
    background-size: contain;
    position: relative;
}
.bannerbot{
    position: absolute;
    bottom: 0.75rem;
    text-align: center;
    width: 100%;
    left: 0;
}
.bannerbot a {
    display: inline-block;
    margin: 0 0.46rem;
    width: 2.68rem;
    height: .8rem;
    text-align: center;
    position: relative;
}
.bannerbot a.teasign{
    background: url('../images/btn1.png') center no-repeat;
    background-size: contain;
}
.bannerbot a.stusign{
    background: url('../images/btn2.png') center no-repeat;
    background-size: contain;    
}
.bannerbot a.havesign{
    background: url('../images/btn3.png') center no-repeat;
    background-size: contain;     
}
.bannerbot a.seezs{
    background: url('../images/btn4.png') center no-repeat;
    background-size: contain;     
}
.bannerbot a.gostudy{
    background: url('../images/btn5.png') center no-repeat;
    background-size: contain;       
}
.bannerbot a.endsign{
    background: url('../images/btn6.png') center no-repeat;
    background-size: contain;      
}
.pa01{
    position: absolute;
    top: 3.5rem;
    left: -.76rem;
    height: .5rem;
    z-index: 0;
}
.pa02{
    position: absolute;
    bottom: 2.1rem;
    right: -.76rem;
    height: .5rem;
    z-index: 0;    
}
.contbox{
    background-color: #FFF0ED;
    border-width: .14rem .04rem .04rem;
    border-style: solid;
    border-color: #000000;
    border-radius: .15rem;
    position: relative;
    margin-top: .3rem;
    padding-left: .6rem;
    padding-bottom: .8rem;
}
.pa03{
    position: absolute;
    height: 1.61rem;
    bottom: -.3rem;
    left: -.4rem;
}
.act-icontit {
    line-height: .53rem;
    font-size: 0;
    height: .53rem;
    margin-top: .4rem;
}
.act-icontit i {
    width: 100%;
    height: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
}
.act-icontit i img {
    height: 100%;
    display: block;
    margin: 0 auto;
}
.act-txt {
    font-size: 0;
    color: #210E06;
    font-weight: 400;
    text-align: justify;
    margin-top: .2rem;
    padding-right: .4rem;
    overflow: hidden;
}
.act-txt:nth-of-type(1),.act-txt:nth-of-type(2){
    display: inline-block;
    margin-right: .5rem;
}
.act-txt img{
    display: inline-block;
    vertical-align: middle;
    height: .46rem;
    margin-right: .14rem;
}
.act-txt span{
    font-size: .18rem;
    line-height: 2;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-left: -0.6rem;
    padding-left: 0.6rem;
    box-sizing: border-box;
}
.contbox .minitit{
    height: .2rem;
    margin-top: .35rem;
    margin-bottom: .3rem;
}
.contbox .minitit img{
    height: 100%;
    display: block;
}
.boxlc{
    height: .98rem;
}
.boxlc img{
    height: 100%;
    display: block;
    max-width: 100%;
}
.t-content{
    background-color: #FFF0ED;
    border-width: .1rem .04rem .04rem;
    border-style: solid;
    border-color: #000000;
    border-radius: .15rem;
    position: relative;
    margin-top: .3rem;
    padding-bottom: .4rem;
}
.dsboxl{
    padding-top:.1rem;
    background-color:#FFF0ED;
    position: relative;
}
.dsboxl .item {
    float: left;
    margin-left: .2rem;
    height: 2.66rem;
    width: 5.65rem;
    box-sizing: border-box;
    border: .04rem solid #000;
    border-radius: .2rem;
    margin-top: .2rem;
    padding: .16rem .15rem;
}
.dsboxl .ds-item{
    height: 100%;
    overflow: visible;
    display: block;
    cursor: pointer;
}
.ds-imgbox{
    float: left;
    width: 1.76rem;
    height: 100%;
    padding: 0 0 .11rem .14rem;
    box-sizing: border-box;
    position: relative;
}
.ds-imgbox img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: .2rem;
    border: .03rem solid #000;
    box-sizing: border-box;
    position: relative;
}
.ds-imgbox:before{
    content: "";
    position: absolute;
    left: 0;
    right: .14rem;
    bottom: 0;
    top: .11rem;
    background-color: #00EEFA;
    border: .03rem solid #000;
    border-radius: .2rem;
}
.ds-txt{
    float: right;
    width: 100%;
    height: 100%;
    margin-left: -1.76rem;
    box-sizing: border-box;
    padding-left: 2.05rem;
    position: relative;
}
.ds-txt .ds-name{
    font-size: .2rem;
    color: #222;
    line-height: 1.5;
    margin-bottom: .16rem;
}
.ds-txt .ds-infol{
    padding-bottom: .05rem;
    font-size: 0;
    overflow: hidden;
}
.ds-txt .ds-infol .span1 {
    float: left;
    font-size: .16rem;
    color: #000;
    line-height:2;
}
.ds-txt .ds-infol .span2 {
    float: left;
    font-size: .16rem;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height:2;
    margin-left: -.48rem;
    padding-left: .48rem;
    box-sizing: border-box;
}
.ds-goteach{
    position: absolute;
    bottom: .05rem;
    left: 2.05rem;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: .28rem;
    cursor: pointer;
}
.ds-goteach:before{
    content: "";
    position: absolute;
    bottom: -.04rem;
    top: .04rem;
    left: .06rem;
    right: -.06rem;
    background-color: #00EEFA;
    border: .02rem solid #000;
    border-radius: .2rem;
}
.ds-goteach span{
    position: relative;
    border: .02rem solid #000;
    background-color: #FF563D;
    border-radius: .2rem;   
    display: inline-block; 
    box-sizing: border-box;
    width: .96rem;
    height: .32rem;    
}
.ds-baishi,.ds-seezs{
    left: 3.2rem;
    color: #000;
}
.ds-baishi:before{
    background-color: #FF563D;
}
.ds-baishi span{
    background-color: #FEBD00;
}
.ds-bmxq{
    left: 3.14rem;    
}
.ds-bmxq span{
    background-color: #FF002C;
    width: 1.2rem;
}
.ds-seezs:before{
    background-color: #FF563D;
}
.ds-seezs span{
    background-color: #00EEFA;
    width: 1.2rem;
}
.ds-gostudy{
    left: 4.46rem;
    color: #000;
}
.ds-gostudy span{
    width: .86rem;
    background-color: #FB8BA1;
}
.ds-gostudy:before{
    background-color: #FFF0ED;
}
.pa04{
    position: absolute;
    bottom: 2.2rem;
    left: -.66rem;
    height: .5rem;
    z-index: 0;
}
.zhubanbox{
    margin-top: .3rem;
    background-color: #FFF0ED;
    border-width: .08rem .04rem .04rem;
    border-style: solid;
    border-color: #000;
    border-radius: .15rem;
    padding: 0 .6rem;
    position: relative;
}
.pa05{
    position: absolute;
    top: .15rem;
    left: 1.35rem;
    height: .86rem;
    z-index: 0;    
}
.zhubanlist{
    margin-top: .6rem;
}
.zhubanlist .item{
    margin-bottom: .27rem;
}
.zhubanlist .item h3{
    font-size: .2rem;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    margin-bottom: .12rem;
    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);
}
.zhubanlist .item p{
    font-size: .18rem;
    color: #000;
    line-height: 2;
    text-align: justify;
}
.botline{
    margin: .5rem .2rem 0;
    height: .1rem;
    overflow: hidden;
}
.botline img{
    height: 100%;
    display: block;
}
.zslay{
    background-color: #FFF0ED;
    border-width:.1rem .04rem .04rem ;
    border-style: solid;
    border-color: #000;
    border-radius: .15rem;
    height: 4rem;
    width: 8rem;
    position: relative;
    box-sizing: border-box;
}
.zstitle{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: .86rem;
    background: #FEDA22;
    border-bottom: .04rem solid #000;
    text-align: center;
    line-height: .82rem;
    font-size: 0;
    position: relative;
}
.zstitle>img{
    vertical-align: middle;
    height: .28rem;
}
.zstitle .close{
    position: absolute;
    top: 0;
    right: .4rem;
    width: .2rem;
    height: 100%;
    background: url('../images/icon-close.png') center no-repeat;
    background-size: .16rem;
    cursor: pointer;
}
.zslay .zstxt{
    text-align: center;
    font-size: .2rem;
    color: #210E06;
    margin-top: 12%;
}
.zsbtnbox{
    position: absolute;
    bottom: .25rem;
    text-align: center;
    width: 100%;
    left: 0;
}
.zsbtnbox .seezs{
    display: inline-block;
    width: 2.68rem;
    height: .72rem;
    text-align: center;
    position: relative;
    background: url(../images/btn7.png) center no-repeat;
    background-size: contain;
}
.zsbtnbox .zscancel{
    display: inline-block;
    width: 2.68rem;
    height: .72rem;
    text-align: center;
    position: relative;
    background: url(../images/btn8.png) center no-repeat;
    background-size: contain;
    margin-left: .35rem;    
}
.pa06{
    position: absolute;
    height: .33rem;
    right: 1.8rem;
    top: .6rem;
}
.pa07{
    position: absolute;
    height: .33rem;
    right: 2.4rem;
    top: 1.5rem;    
}
.boxlc-m{
    display: none;
    height: 4.2rem;
}
.boxlc-m img{
    display: block;
    height: 100%;
}
.rdregis{
    position: absolute;
    right: .3rem;
    top: .23rem;
    font-size: 0;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: .28rem; 
    z-index: 50; 
    background: url('../images/btn9.png') center no-repeat;
    background-size: contain;
    width: 2.2rem;
    height: .76rem; 
}
/* .rdregis:before {
    content: "";
    position: absolute;
    bottom: -.04rem;
    top: .04rem;
    left: .06rem;
    right: -.06rem;
    background-color: #00EEFA;
    border: .02rem solid #000;
    border-radius: .2rem;
}
.rdregis span {
    position: relative;
    border: .02rem solid #000;
    background-color: #FF563D;
    border-radius: .2rem;
    display: inline-block;
    box-sizing: border-box;
    width: 1.2rem;
    height: .32rem;
} */
.circlelink{
    background: #FF563D;
    border-radius: 50%;
    width: 1.1rem;
    height: 1.1rem;
    box-sizing: border-box;
    border: .02rem solid #231115;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.56);
    position: fixed;
    right: .2rem;
    bottom: 15%;
    display: table;
    text-align: center;
    z-index: 55;
}
.circlelink a{
    display: table;
    height: 100%;
    width: 100%;
}
.circlelink span{
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: .18rem;
    font-weight: bold;
    line-height: 2;
    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); 
}
.tzswrap{
    width: 850px;
    margin: 0 auto;
    position: relative;
}
.tzswrap .bgimg{
    display: block;
    width: 100%;
}
.tzswrap .tzscont{
    position: absolute;
    background: transparent;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 1.7rem;
}
.tzswrap .tzs-tit{
    margin-top: 2.15rem;
    height: .9rem;
}
.tzswrap .tzs-tit img{
    height: 100%;
    display: block;
    margin: 0 auto;
}
.tzswrap .tzs-namebox{
    margin-top: .95rem;
    font-size: 0;
    color: #000;
    height:.3rem;
}
.tzswrap span{
    display: inline-block;
    vertical-align: middle;
    font-size: .3rem;
    line-height: 1;
}
.tzswrap .tzs-name{
    border-bottom: 1px solid #000;
    margin-right: .1rem;
    min-width: 1.15rem;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
}
.tzswrap .tzs-txt{
    font-size: .28rem;
    color: #000;
    line-height: 2;
    text-align: justify;
    margin-top: .3rem;
}
.tzswrap .tzs-bot{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.tzs-bot>a{
    display: block;
    background:rgba(255,255,255,1);
    border:1px solid rgba(94,69,69,1);
    border-radius:37px;
    width: 2.7rem;
    height: .74rem;
    box-sizing: border-box;
    margin: 0 auto .2rem;
    font-size: .3rem;
    text-align: center;
    color: #5E4545;
    line-height: .74rem;
}
.tzs-bot>p{
    font-size: .26rem;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 1rem;
}
.lalisaibox{
    background-color: #FFF0ED;
    border-width: .14rem .04rem .04rem;
    border-style: solid;
    border-color: #000000;
    border-radius: .15rem;
    position: relative;
    margin-top: .3rem;
    height: 1.3rem;
    box-sizing: border-box;
    font-size: 0;
    line-height: 1.12rem;
    text-align: center;
}
.lalisaibox span,.lalisaibox a{
    display: inline-block;
    vertical-align: middle;
}
.lalisaibox span{
    font-size:.44rem ;
    color: #FEBD00;
    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);     
}
.lalisaibox a{
    margin-left: .3rem;
    cursor: pointer;
}
.lalisaibox a img{
    display: block;
    height: .76rem;
}
.llsteach{
    overflow: hidden;
}
.llsteach>p{
    text-align: center;
    font-size: .2rem;
    color: #210E06;
    line-height: 1.75;
    margin-top: .3rem;
    padding: 0 .3rem;
}
.llsteach>ul{
    overflow: hidden;
    font-size: 0;
    margin-top: .1rem;
    padding: 0 .3rem;
}
.llsteach>ul li{
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    line-height: .5rem;
    text-align: center;
}
.llsteach  li input[type="radio"]{
    display: inline-block;
    vertical-align: middle;
    width: .3rem;
    height: .3rem;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    margin: 0;
}
.llsteach  li label{
    font-size: .2rem;
    color: #210E06;
    padding-left: .1rem;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.llsteach  li input[type="radio"]:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: .02rem solid #090200;
    border-radius: 50%;
}
.llsteach  li input[type="radio"]:checked:after{
    content: "";
    background: #FF563D;
}
.ds-imgbox2{
    width: .97rem;
    padding: 0 0 .05rem .07rem;
}
.ds-imgbox2:before{
    border-radius: 50%;
    right: .07rem;
    top: .05rem;
}
.ds-imgbox2 img{
    border-radius: 50%;
}
.circlelist .dsboxl .item{
    height: 1.5rem;
}
.circlelist .ds-txt{
    padding-left: 1.07rem;
    margin-left: -.97rem;
}
.circlelist .ds-txt .ds-name{
    margin-bottom: .05rem;
}
.circlelist .meettime{
    font-size: .16rem;
    color: #febd00;
    display: block;
    line-height: 1.5;
    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);    
}
@media all and (max-width: 1199px) {
    .actcontainer{min-width: 100%;}
    .actcontainer .container ,.actbanner{width: 100%;padding-left:20px;padding-right:20px;box-sizing: border-box;}

    .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;}
    .pa01,.pa02,.pa04{display: none;}
    .boxlc{padding-right:.6rem;}
    .pa03{left: -20px;}
    .dsboxl{padding-left: .2rem;padding-right:.2rem;box-sizing: border-box;}
    .dsboxl .item{width: 100%;margin-left: 0;}
    .ds-txt .ds-infol .span2{width: 100%;}
}
@media all and (max-width: 1024px) {
    .topline{height: .56rem;}
    .actbanner{height: 7.39rem;}
    .indexbg{padding-top:.14rem;}
    .bannerbot a{height: .7rem;margin:0 .32rem;}
    .bannerbot{bottom: .6rem;}
    .zsbtnbox .seezs,.rdregis,.lalisaibox a img{height: .7rem;}
}
@media all and (max-width:850px) {
    .tzswrap{width: 100%;}
}
@media all and (max-width: 768px) {
    
    .singr3,.appento{width: 100%;}
    .tarea{height: 200px; }
    .signbox>label{width: 100%;}
    .signbox .singr{width: 100%;height: 45px;}
    .signbox{margin-bottom: 15px;}
    .singr input[type="text"],.tarea{
        background-color: #fff;
        border:1px solid #D8D8D8;
        border-radius: 0;
    }
    .Required .singr:after, .Required .singr2:after,.Required .singr3:after{opacity: 0;}
    .Required>label:after{
        content: "*";
        display: inline;
        color: #FF2D4A;
        line-height: 1;
        font-size: 14px;
    }
    .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;}

    .actbanner{height: 5.47rem;}
    .actbanner-in{background: url(../images/banner-m.png) center no-repeat;
    background-size: 100% 100%;}
    .bannerbot{bottom: .5rem;}
    .act-icontit{height: .33rem;margin-top: .3rem;}
    .contbox{padding-left:.3rem;padding-right:.3rem;}
    .pa03{
        right: -.1rem;
        left: auto;
        bottom: .6rem;
    }
    .boxlc{display: none;}
    .boxlc-m{display: block;}
    .act-txt:nth-of-type(1), .act-txt:nth-of-type(2){
        display: block;
        margin-right: 0;
    }
    .act-txt{padding-right:0;}
    .pa05{left: 1rem;}
    .pa06{z-index: 2;right: .8rem;}
    .pa07{right: 1.2rem;top: 1rem;}
    .zhubanbox{padding:0 .3rem;}
    .zslay{width: 7rem;}
    .rdregis{height: .45rem;width: 1.4rem;}
    .tzs-bot>p{margin-bottom: .75rem;}
}
@media all and (max-width: 750px) {

    .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.2rem;padding-right:0.2rem;}
    
    .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;}

    .actbanner{height: 5.43rem;padding-left: .2rem;padding-right:.2rem;}
    .act-txt span{font-size: .22rem;}
    .contbox .minitit{height: 0.22rem;}
    .ds-txt .ds-name{font-size: .24rem;margin-bottom: .05rem;}
    .ds-txt .ds-infol .span1{font-size: .22rem;width: .66rem;line-height: 1.5;}
    .ds-txt .ds-infol .span2{font-size: .22rem;margin-left: -.66rem;padding-left: .66rem;line-height: 1.5;}
    .ds-goteach{font-size: .2rem;}
    .circlelist .meettime{font-size: .22rem;}
    .ds-bmxq span,.ds-seezs span{width: 1.4rem;}
    .ds-gostudy{left: 4.66rem;}
    .zhubanlist .item h3{font-size: .24rem;}
    .zhubanlist .item p{font-size: .22rem;}
    .zslay .zstxt{font-size: .22rem;}
}
@media all and (max-width: 640px) {

}
@media all and (max-width: 413px) {

    .singr input[type="text"].miniipt{width: 65%;}
    .foots .footL-txt1{font-size: 0.26rem;}
    .foots .footL p,.foots .footRBox p{font-size: 0.24rem;}

}
