/***************************************公共样式 WangYu*************************************/
body{background:#f9f9fa;}
*{box-sizing: border-box;}
.table-row{display: table-row;}
.table-cell{display: table-cell;}
.f12{font-size: .12rem;}
.f16{font-size: .16rem;}
.f18{font-size: .18rem;}
.f20{font-size: .20rem;}
.f22{font-size: .22rem;}
.f24{font-size: .24rem;}
.f26{font-size: .26rem;}
.f28{font-size: .28rem;}
.f30{font-size: .30rem;}
.f32{font-size: .32rem;}
.f35{font-size: .35rem;}
.f40{font-size: .40rem;}
.mt10{margin-top:.1rem;}
.mt20{margin-top:.2rem;}
.mt30{margin-top:.3rem;}
.mt50{margin-top:.5rem;}
.mt200{margin-top:2rem;}
.ml20{margin-left:.2rem;}
.mb20{margin-bottom:.2rem;}
.mb30{margin-bottom:.3rem;}
.mb40{margin-bottom:.4rem;}
.block{display: block;}
.mb35{margin-bottom: .35rem;}
.pd15{padding: .15rem 0;}
.pd25{padding: .25rem 0;}
.pt30{padding-top: .3rem;} 
.pb20{padding-bottom: .2rem;} 
.pb30{padding-bottom: .3rem;}
.lh40{line-height: .4rem;}
.lh60{line-height: .6rem;}
.c3{color:#333;} 
.c0{color:#000;} 
.cgold{color:#cfa159;}
.c6{color:#666;}
.colorO{color:#fcaa2c;}  
.green{color:#23ba0f;}
.red{color:#f55959;}
.yell{color:#fbc02d;}
.cgrey{color:#808080;}
.clight{color:#565656;}
.cdeep{color:#323232;}
.cf{color:#fff;}
.bgbg{background:#f9f9fa!important;}
.bgorange{background:#fcaa2c;}
.bggrey{background: #a4a4a4;}
.bgred{background: #f55959;}
.bgyell{background: #fbc02d;}
.bgf{background: #fff;}
.weight{font-weight: bold;line-height: 2em;}
.w100{width:100%;}
.flex{
	display: flex;
	box-sizing: border-box;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding:.3rem;
}
.nopt{padding:0 .2rem .3rem .2rem;}
.noptd{padding:0 .3rem;}
.pd4060{padding:.4rem 0 .6rem 0;}
.mtf60{margin-top: -.6rem;}
.noborder{border:none!important;}
.nomargint{margin-top: 0!important;}

/***************************************首页头部 WangYu*************************************/
.head_index{
	position: fixed;
	top:0;
	left:0;
	z-index: 98;
	width:100%;
	height: .88rem;
	background:#fff;
	box-sizing:border-box;
	padding:0 .2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.head_index .iconBox{
	height: .43rem;
}
.head_index .iconBox img{ 
	height:.43rem;
	margin-left: .15rem;
}
.head_index .logo{ 
	width:2.73rem;
	height: .69rem;
}
.zoom{
	width:100%;
	height: .88rem;
}
.headMask{
	width:100%;
	height: 100%;
	background:rgba(0,0,0,.4);
	position: fixed;
	top:0;
	left: 0;
	display: none;
	z-index: 99;
}
aside{
	position: fixed;
	top:0;
	right: 0;
	width:3.6rem;
	height: 100%;
	box-sizing: border-box;
	padding-bottom: .5rem;
	background: #fff;
	overflow-y: scroll;
	display: none;
	z-index: 100;
}
aside .loginBox{
	padding:.55rem 0 .37rem ;
	text-align: center;
}
aside .loginBox img{
	width:2rem;
}
aside .loginBox .loginFont{
	color:#556080;
	margin-top: .3rem;
}
.aside .loginBox .loginFont a{
	font-size: .32rem
}
aside .navTitle>li{
	width:3.2rem;
	height: .7rem;
	line-height: .7rem;
	border-radius: 5px;
	background: #fbc02d;
	color:#fff;
	font-size:.32rem;
	margin: 0 auto .25rem auto; 
	text-align: center;
	position: relative; 
}
aside .navTitle>li>a{
	font-size: .32rem;
	display: inline-block;
	width:100%;
}
aside .navTitle>li>.arrow{
	width:.3rem;
	height: .7rem;
	background: url(../../images/mobile/head_04.png) no-repeat center; 
	background-size: .22rem;
	position:absolute;
	top:0;
	right: .4rem;  
	transition:0.5s; 
} 
aside .navTitle>ul>li{
	width:3.2rem;
	margin:0 auto;
	line-height: .65rem;
	text-align: center;
	font-size: .25rem;
	color:#646464;
	border-bottom:1px solid #e1e1e1;
}
aside .navTitle>ul>li>a{
	font-size: .25rem;
	display: inline-block;
	width:100%;
}
/***************************************公共头部 WangYu*************************************/
.head{
	width:100%;
	height: .88rem;
	line-height: .88rem; 
	background: #fff;
	position: fixed;
	padding:0 .3rem;
	box-sizing: border-box;
	border-bottom: .01rem solid #e9eaef;
	z-index: 1000;
	/* d6d7dc */
}

.head .back{
	width:.22rem;
	height: .38rem;
	margin-top: .25rem;
} 
.head .span{
	position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
/***************************************公共尾部 WangYu*************************************/
footer{
	width:100%;
	padding:.3rem 0;
	background:#f0f1f5;
	text-align: center; 
	color:#999;
}
footer .foot1{
	width:1.3rem;
	margin:0 auto;
	background: url(../../images/mobile/index_pc.png) no-repeat left;
	background-size:.32rem .3rem; 
	font-size: .2rem;
	padding-left: .2rem;
    color: #666;
    margin-bottom: .1rem;
}
footer ul li{
	font-size:.17rem;
	line-height: .23rem;
	border-right:2px solid #999;
	padding:0 .2rem;
	display:inline-block;
}
footer ul li:nth-child(3){
	border-right:none;
}
footer ul li a{
	font-size: .23rem;
}
footer p{
	line-height: .4rem;
	font-size: .17rem;
}
/***************************************首页 WangYu*************************************/
.index{width:100%;} 
.index nav figure{
	margin:0;
	width:1.4rem;
	text-align: center;
}
.index nav figure img{width:.8rem;}
.index nav figcaption{
	font-size: .25rem;
	line-height: .75rem;
	color:#323232;
}
.index .btn{
	padding:0 .5rem;
	border-radius: 5px;
	text-align: center;
	line-height: .65rem;
	height: .65rem;
}
.swiper-slide img{
	width:7.5rem;
	height: 3.05rem;
}
.index .bsy{
	box-shadow: 2px 2px #f5e2b3;
}
.index .bsr{
	box-shadow: 2px 2px #f8bdbd;
}

.index .fourpro div{
	width: 1.65rem;
    background: #fff;
    box-sizing: border-box;
    padding: .2rem 0 .2rem .2rem;
    box-shadow: 4px 4px #f7f7fa;
    border-radius: 5px;
}
.index .newsTitle{
	padding:0 1.5rem;
	height: .9rem; 
	border-top:2px solid #f2f2f2;
	border-bottom:2px solid #f2f2f2;
}
.index .newsTitle span{
	font-size: .27rem;
	color:#565656;
}
.index .newsTitle span.active{
	border-bottom: 2px solid #fbc12f;
	line-height: .85rem;
}
.index ul.newsList{
	width:100%;
	box-sizing: border-box;
	padding:0 .2rem;
}
.index ul.newsList li {
	width:100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: .76rem;
	line-height: .76rem;
	color:#808080;
	font-size: .24rem;
	padding:0 .3rem;
	box-sizing: border-box;
	border-bottom:1px solid #f2f2f2;
}
.index ul.newsList li.bg{
	border:none;
	background: url("../../images/mobile/index_more.png") no-repeat center;
	background-size: .63rem .49rem;
}
.index .ad{
	padding:0 .3rem;
	height: .56rem;
	border-bottom: 1px solid #e1e1e3;
}
.index .ad img{
	width:.13rem;
}
.index .ad p{
	width: 5rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.index .download{
	width:2rem;
	height: .5rem;
	line-height: .5rem;
	border-radius: 5px;
	border:1px solid #696969; 
	outline:.06rem #f1f1f1;
	background: #9e9e9e;
	margin-bottom: .1rem;
}
.index .download.bgy{
	background: #fbc433;
	border:1px solid #c9a02f; 
}
.index .download span{ 
	width:.5rem;
	height: .45rem;
	background:#808080  url(../../images/mobile/index_04.png) no-repeat center;
	background-size: .23rem;
}
.index .download.bgy span{
	background:#d6ac40  url(../../images/mobile/index_04.png) no-repeat center;
	background-size: .23rem;
}
.index .download p{
	display: inline-block;
	vertical-align: top;
	width: 1.45rem;
}
.index img.pc{
	width:2.2rem;
}
.index img.star{
	width:3.28rem;
}
.index img.trade{
	width:1.45rem;
	margin-top:.5rem;
}
.index .mtf20{
	margin-top:-.2rem;
}
/********************************平台下载 WangYu*****************************/
.download{width:100%;}
.download .pl100{
	padding-left: 1.35rem;
	width:4.75rem;
	box-sizing: border-box;
}
.download .pl100 img{
	width:3rem;
}
.download .loadBox{
	border:1px solid #d6d7dc;
	width:6.9rem;
	margin:.3rem auto;
	border-radius: 5px ;
	box-sizing: border-box;
	padding:.3rem;
	background:#fff;
}
.download .loadBox .flex{
	align-items: flex-start;
	padding:0;
}
.download .loadBox .desc{ 
	flex:2;
}
.download .loadBox .ercode{
	width:2.15rem;
	flex:1;
}
.download .loadBox .downBtn{
	border-radius: 5px ;
	border:1px solid #666;
	width:2.1rem;
	box-sizing: border-box;
	height: .5rem;
	line-height: .5rem;
	padding-left: .58rem;
	background:url(../../images/mobile/download_03.png) no-repeat .3rem;
	background-size: .19rem .26rem;
}
.download .loadBox .downBtn1{
	background:url(../../images/mobile/download_04.png) no-repeat .3rem;
	background-size: .19rem .26rem;
}
/********************************最新公告，金盛新闻列表 WangYu*****************************/
.list{
	width:100%;
}
.list .newsList{
	width:7.1rem;
	margin:.3rem auto;
	background: #fff;
	border-radius: 5px;
	border:1px solid #f3f2f2;
	padding:.17rem .17rem .1rem;
	box-sizing: border-box;
}
.list .newsList li{
	border-bottom: 1px solid #f7f7f7;
	line-height: .88rem;
	color:#323232;
	padding-left: .15rem;
	font-size: .25rem;
	width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list div.bg{
	width:100%;
	border:none;
	height: .8rem;
	background: url("../../images/mobile/index_more.png") no-repeat center;
	background-size: .63rem .49rem;
}
/********************************内容页  WangYu**************************************/
.articalBox{
	width:7rem;
	box-sizing: border-box;
	border:1px solid #e1e1e1;
	padding:.35rem .25rem;
	border-radius: 10px;
	margin:.3rem auto;
	background: #fff;
}

.articalBox img{
	width:100%;
}
.articalBox .articalT{
	width:100%;
	box-sizing: border-box;
	padding: 0 .2rem .2rem;
	font-size: .32rem;
	color:#323232;
	margin-bottom:.3rem;
	border-bottom:2px solid #fcaa2c;
}
.articalBox .articalD p,.articalBox .articalD div,.articalBox .articalD strong,.articalBox tr td,.articalBox span{
	font-size: .22rem;
	line-height: .4rem;
}
.articalBox a{font-size: .24rem; }
/********************************最新优惠 资金存取WangYu*****************************/
.discount{
	width:100%;
	box-sizing: border-box;
}
.discount .act{
	width:100%;
	position: relative;
}
.discount .act .maskAct{
	display: inline-block;
    background: rgba(0,0,0,.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: .32rem;
    text-align: center;
    font-style: normal;
    color: #fff;
    line-height: 2.5rem;
}
.discount .act,.act img{
	width:100%;
}
.discount.pd16{
	padding: 0 .16rem .3rem;
}
.discount .act.mb5{
	margin-bottom: .05rem;
} 
/********************************牌照监管 WangYu*****************************/
.regulator{
	background: #fff;
	width:7.1rem;
	margin:.2rem auto;
	box-sizing: border-box;
	padding:.4rem .2rem ;
}
.regulator .license img{
	width:5rem;
} 
.regulator .w580{
	width:5.8rem;
	display: block;
}
.regulator .mt50{
	margin-top: .5rem;
}
.regulator .look{
	width:2.2rem;
	height: .65rem;
	line-height: .65rem;
	text-align: center;
	background:#fcaa2c;
	color:#fff;
	border-radius: 5px;
}
/********************************   积分商城 WangYu*****************************/
.mall_box {
    width: 7.5rem;
    height: auto;
    margin: 0 auto;
}

.mall_box img {
    width: 7.5rem;
    height: 2.9rem;
}

.mall_box .listBox {
    width: 100%;
    padding: .2rem;
    background: #f1f1f1;
    display: none;
}

.mall_box .listBox .list {
    width: 100%;
    padding: .2rem;
    background: #fff;
    border: 1px solid #d7d8dd;
    border-radius: 4px;
    margin: 10px auto;
}

.mall_box .listBox .list .imgl {
    width: 2.4rem;
    height: 2.0rem;
}

.mall_box .listBox .list .imgm {
    width: 6.7rem;
    height: 1.68rem;
    margin-top: 1.1rem;
}

.mall_box .listBox .list .right {
    padding: .1rem .3rem .2rem .4rem;
}

.mall_box .listBox .list .title {
    font-size: .32rem;
    color: #323232;
    margin-bottom: .17rem;
}

.mall_box .listBox .list .desc,.mall_box .listBox .list p,.mall_box .listBox .list .desc {
    font-size: .24rem;
    color: #646464;
    line-height: .33rem;
}

.mall_box .listBox .list .change {
    width: 100%;
    height: .68rem;
    line-height: .68rem;
    border-radius: 5px;
    background: #fcaa2c;
    font-size: .28rem;
    color: #fff;
    text-align: center;
    margin-top: .3rem;
    clear: both;
}

.scoreMask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.2);
    display: none;
}

.scoreMask .close {
    width: .5rem;
    height: .5rem;
    line-height: .5rem;
    font-size: .5rem;
    position: absolute;
    top: .2rem;
    right: .2rem;
}

.scoreMask .scorePop {
    width: 7.1rem;
    height: 5.4rem;
    position: absolute;
    top: 50%;
    left: .2rem;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 3px;
    border: 1px solid #d6d7dc;
    padding: 1rem .3rem .3rem;
}

.scoreMask .scorePop img {
    width: 1.6rem;
    height: 1.6rem;
    display: block;
    margin: 0 auto .4rem;
}

.scoreMask .scorePop .scoreP {
    font-size: .28rem;
    color: #323232;
    text-align: center;
    margin-bottom: 1rem;
}

.scoreMask .scorePop .scoreBtn {
    width: 100%;
    height: .68rem;
    line-height: .68rem;
    background: #fcaa2c;
    border-radius: 5px;
    font-size: .28rem;
    color: #fff;
    text-align: center;
}
/********************************   金盛学堂 WangYu*****************************/
.schoolBox{
	width:96%;
	border-radius: 5px; 
	border:1px solid #e1e1e1;
	margin: .2rem auto .8rem;
}
.schoolBox .tabs {
	width:100%;
	height: .85rem;
	background:#fff; 
}
.schoolBox .tabs span{ 
	font-size: .28rem;
	color: #323232;
	height: .85rem;
	line-height: .85rem;
}
.schoolBox .tabs span.focus{
	border-bottom:1px solid #fcaa2c;
}
.schoolBox  .tab{
	width:100%;
	height: .82rem;
	line-height: .82rem;
	background:#fff;
}
.schoolBox  .tab img{
	vertical-align: middle;
	margin-right: .33rem;
}
.schoolBox  .tab .img1{
	width:.37rem;
	height: .44rem;
}
.schoolBox  .tab .img2{
	width:.44rem;
	height: .44rem;
	margin-right: .33rem;
}
.schoolBox  .tab>div{
	width: 50%;
    height: .6rem;
    margin: .11rem auto;
    text-align: center;
    display: inline-block;
    line-height: .6rem;
}
.schoolBox  .tab>div:nth-child(1){
	border-right: 1px solid #ffd595;
}
.schoolBox  .tab>div.focus>span{
	color:#ffd595;
}
.schoolBox  .tab>div>span{
	font-size: .28rem;
	color:#999;
	vertical-align: middle;
}
.schoolBox .contentBox ul{
	width:100%;
	background:#efefef;
	padding:0 .33rem;
	color:#fcaa2c;
}
.schoolBox .contentBox ul li{
	width:100%;
	height: .83rem;
	line-height: .83rem;
	border-bottom: 1px solid #e1e1e1;
	font-size: .28rem;
	color:#646464;  
	padding-left: .1rem;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
}
.schoolBox .contentBox ul li:not(.more)::before{
	content:'•';
	color:#fcaa2c;
	font-size: .5rem;
	margin-right: .1rem;
	vertical-align: middle;
} 
.schoolBox .contentBox ul li.more img{
	width:.63rem;
	height: .49rem;
	display: block;
	margin:.2rem auto;
}
/********************************   黄金技术分析 WangYu*****************************/
.analyse{
	width:100%;
	height:auto; 
}
.analyse .sugList{
	width: 6.7rem;
    margin: 0 auto;
    padding: .2rem;
	border-bottom:1px solid #d1d1d1;
}
.analyse .sugDetail {
	width:100%;
	padding:.2rem .4rem 0;
	border-top: 1px solid #fcaa2c;
	border-bottom: 1px dotted #ccc7c7;
	background:#fff;
}
.analyse .sugDetail .upArrow{
	width:100%;
	height:.8rem;
	background: url("../../images/mobile/uparrow.png") no-repeat center center;
	background-size: .38rem .26rem; 
}
/********************************   独家策略 WangYu*****************************/
.tacticsBox{
	width:94%;
	margin:.2rem auto;
	border:1px solid #f0f0f0;
	border-radius: 5px;
	background:#fff;
}
.tacticsBox.bg{
	background:#fff url("../../images/mobile/teacher_01.png") no-repeat right -.2rem bottom -.2rem;
	background-size: 3.78rem 5.13rem;
}
.tacticsBox>.title{
	width:100%;
	height: .78rem;
	line-height: .78rem;
	background:#f0f0f0;
	font-size: .32rem;
	color:#323232;
	padding-left: .2rem;
}
.tacticsBox>.title i{
	width:.2rem;
	height: .2rem;
	line-height: .2rem;
	border-radius: 50%;
	background:#ffa800;
	margin-right: .2rem;
	display: inline-block;
}
.tacticsBox .desc{
	width:100%;
	padding:.3rem .25rem .35rem; 
}
.tacticsBox.bg .desc{
	width:4.2rem;
}
.tacticsBox .desc .title{
	font-size: .28rem;
	color:#323232;
	line-height: .7rem;
}
.tacticsBox .desc .content{
	font-size: .24rem;
	color:#646464;
	line-height: .4rem;
}
.tacticsBox .tacticsList{
	width:95%;
	margin:0 auto;
	border-bottom: 1px solid #e1e1e1;
	padding: .2rem .1rem ;
}
.tacticsBox .tacticsList .list{
	font-size: .28rem;
	color:#323232;
	line-height: .4rem;
	width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tacticsBox .tacticsList .time{
	text-align: right;
	font-size: .18rem;
	color:#999;
}
.tacticsBox .tacticsList.more{
	border:none;
}
.tacticsBox .tacticsList.more img{
	width:.63rem;
	height: .49rem;
	display: block;
	margin:0 auto;
}
/********************************  金盛课堂 独家策略 内容页 WangYu*****************************/
.sc_detailBox{
	width:100%;
	height: auto;
	padding:.25rem .2rem .7rem;

}
.sc_detailBox .detail{
	width:100%;
	border-radius: 5px;
	border:1px solid #e1e1e1;
	background:#fff;
	padding:0 .3rem .3rem;
	margin-bottom: .5rem;
}
.sc_detailBox .detail  .titleBox{
	width:100%;
	padding:.2rem 0;
	border-bottom:2px solid #fcaa2c;
}
.sc_detailBox .detail  .titleBox .title{
	font-size: .32rem;
	color:#323232; 
}
.sc_detailBox .detail  .titleBox .time{
	font-size:.15rem;
	color:#9a9a9a; 
	text-align: right;
	margin-top: .1rem;
}
.sc_detailBox .detail h2{
	width:100%;
	line-height: .75rem;
	border-bottom:2px solid #fcaa2c;
	font-size: .32rem;
	color:#323232; 
}
.sc_detailBox .detail .content{
	padding:.2rem;
	font-size: .24rem;
	color:#646464;
}
.sc_detailBox .detail .content img{
	width:100%;
}
.sc_detailBox .moreBox{
	padding: .2rem .3rem .2rem .4rem;
}
.sc_detailBox .moreBox .pre{
	color:#646464;
	font-size: .24rem;
	margin-top:.25rem;
}
.sc_detailBox .moreBox .pre span{
	font-size: .24rem;
	color:#fcaa2c;
	width: 5rem;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}
/********************************  联系我们 WangYu*****************************/
.contactBox{
	width:100%;
	padding:.4rem .2rem; 
}
.contactBox .contact{
	width:100%;
	border:1px solid #e1e1e1;
	border-radius: 5px;
	background:#fff;
	height: auto; 
	margin-bottom: .2rem; 
}
.contactBox .contact>p{
	width:100%;
	padding-left:.3rem;
	height: .88rem;
	line-height: .88rem;
}
.contactBox .contact>p:nth-child(1){
	font-size: .28rem;
	color:#323232;
	border-bottom:1px solid #e1e1e1;
}
.contactBox .contact>p:nth-child(2){
	font-size: .24rem;
	color:#646464;
}
.contactBox .contact.flex{
	padding:.3rem .15rem;
	align-items: initial;
}
.contactBox .contact .imgBox{
	width:50%;
}
.contactBox .contact .imgBox img{
	display: block;
	margin:0 auto;
	width:1.44rem;
	height: 1.5rem;
} 
.contactBox .contact .imgBox p{
	font-size: .2rem;
	color:#999;
	text-align: center;
}
.contactBox .contact .imgBox p:nth-child(2){
	font-size: .24rem;
	color:#646464;
	line-height: 0.5rem;
}
/********************************  登录 存取款 找回密码  WangYu*****************************/
.loginBox{
	width:100%;
	box-sizing: border-box;
	padding:.5rem .4rem;

}
.loginBox .text{
	font-size: .28rem;
	color:#323232;
}
.loginBox .getCode{
	font-size: .26rem;
	color:#fff;
	background: #fbc02d;
	width:2rem;
	height: .68rem;
	line-height: .68rem;
	text-align: center; 
	margin-left:.15rem;
	border-radius: 5px;
}
.loginBox span.text{
	width:1.8rem;
	display: inline-block;
}
.loginBox .line{
	width:100%;
	height: .68rem;
	line-height: .68rem;
	background:#fff;
	margin:.15rem 0;
	border:1px solid #d1d1d1;
	border-radius: 5px;
}
.loginBox .line.w430{
	width:4.8rem;
	display: inline-block;
}
.loginBox .line.w220{
	width:2.6rem;
	display: inline-block;
}
.loginBox .line input, .line textarea {
	width:90%;
	height: 100%;
	font-size: .26rem;
	color:#d1d1d1;
	margin-left:.3rem;
	line-height: .68rem;
}
.loginBox .line.h15{
	height: 1.5rem;
} 
.loginBox .line.h15 textarea{
	line-height: .45rem;
}
.loginBox .line select{
	width:100%;
	height: 100%;
	font-size: .26rem;
	color:#d1d1d1;
	padding-left: .3rem;
} 
.loginBox  .line.yzm{
	width:4.3rem;
	display: inline-block;
	vertical-align: middle;
}
.loginBox .check{
	width:.3rem;
	height: .3rem;
	font-size: .2rem;
	line-height: .3rem;
	text-align: center;
	border:1px solid #d1d1d1;
	border-radius: 5px;
	vertical-align: middle;
}
.loginBox .verifyimg{
	display: inline-block;
	width:2rem;
	height: .68rem; 
	margin-left: .15rem;
	vertical-align: middle;
}
.loginBox .remember{
	font-size:.28rem;
	color:#323232;
	margin-left:.2rem;
	vertical-align: middle; 
}
.loginBox .loginBtn{
	width:100%;
	height:.75rem;
	line-height: .75rem;
	text-align: center;
	background:#fbc02d;
	color:#fff;
	font-size: .32rem;
	margin:.9rem auto .5rem;
	border-radius: 5px;
}
.loginBox .flex span{
	width:2.6rem;
	height: .75rem;
	text-align: center;
	line-height: .75rem;
	font-size: .32rem;
	color:#fff;
	background: #fcaa2c;
	border-radius: 5px;
}
.loginBox .flex span:nth-child(2){
	background:#fff;
	color:#323232;
}
/********************************  注册 WangYu*****************************/
.register{
	background:#f2f2f2;
	width: 100%; 
	padding: .2rem;
	box-sizing: border-box;
}   
.register .w25{
	width:25%;
} 
.register .w40{
	width:40%;
} 
.register .w50{
	width:50%;
}
.register .w65{width:65%;}
.register .w70{width:70%;}   
.register .w75{width:75%;}  
.register .error{font-size: .24rem;color:red;}  
.register .vt{vertical-align: top}
.register .none{width:100%;height: .2rem;}
.register .loading{display: none; width:100%;  height: 100%; position: fixed; top:0; left:0;  box-sizing: border-box; padding-top:40%;z-index: 100 }
.register .loading img{ width:2.30rem;  height: 2.30rem; display: block; margin:0 auto; }
.register .container{width:100%;background: #fff;border-radius:5px;box-sizing: border-box; padding: .3rem .2rem .4rem;}
.register .container p{margin-bottom:.05rem;}
/************** 模拟注册 WangYu************/

.register h3{color:#323232;font-size: .35rem;line-height:.6rem;text-align: center;}
.register .wy_line{width:100%;height:.74rem;line-height: .74rem;margin:0 auto .3rem auto;border-radius:5px; }
.register .bg1{background:url("../../images/mobile/wy_register_11.png") no-repeat .24rem center;padding-left: .78rem;box-sizing: border-box;background-size: .31rem; }
.register .bg2{background:url("../../images/mobile/wy_register_16.png") no-repeat .24rem center;background-size: .31rem; }
.register .bg4 {background: url(../../images/mobile/wy_register_03.png) no-repeat 14px center;  padding-left: 48px; box-sizing: border-box; background-size: 19px; }
.register .bg3 {background: url(../../images/mobile/wy_register_08.png) no-repeat 14px center;  padding-left: 48px;  box-sizing: border-box;  background-size: 19px;}
.register .wy_border{border:1px solid #d1d1d1;}
.register .wy_line .w75{width:4.5rem;padding-left: .78rem;box-sizing: border-box;border-radius: 5px;}
.register .wy_line .w22{width:1.8rem;margin-left: .2rem;text-align: center;color:#fff;font-size: .25rem;border-radius: 5px;}
.register .wy_line input{width:90%;border:none;height: .7rem;margin-top:.02rem;line-height:.7rem;font-size: .26rem; }
.register .contact{text-align: right;font-size:.24rem; line-height: .38rem;}
.register .registerBtn{width:100%;margin:.34rem auto .10rem;color:#fff;text-align: center;font-size: .3rem; height:.75rem;line-height:.75rem;border-radius:4px; }

/************** 注册成功 WangYu ***********/
.register .w145x{width:1.45rem;display: block;margin:0 auto;}
.register .userInfo{width:70%;background: #fff7e8;box-sizing: border-box;padding:.30rem;margin:0 auto ;}
.register .userInfo.mt30{margin-top:.30rem;border-bottom:1px solid #dedede;}
.register .succBox{width:100%;box-sizing: border-box;padding:.3rem;border-bottom:1px solid #e7e7e7;}
.register .borderno{border:none;}
.register .w120x{width:1.2rem;margin-top:.30rem;}
.register .succBox .w75{width:80%;padding-left: .35rem;box-sizing: border-box;}
.register .btns{background: #fcaa2c;border-radius: .30rem;height: .66rem;line-height: .66rem;text-align: center;color:#fff;font-size: .3rem;}
.register .w215x{width:2.15rem;}
.register .w100x{width:1rem;}
/************** 真实注册 WangYu ***********/
.register label{margin-bottom: 0;font-weight: 500;}
.register .form-group{margin: .2rem auto;  box-sizing: border-box;  width: 100%;  border-radius: 5px;  }
.register .form-group input{width:100%;box-sizing: border-box;border-radius: 5px; border: 1px solid #ddd;   padding: 0 .3rem 0 .7rem;   }
.register #imgVerify{vertical-align:middle;width:65%;display: inline-block;background: url(../../images/mobile/wy_register_14.png) no-repeat .2rem ;background-size:.36rem .32rem}
.register #verifyimg{width: 31%; vertical-align: middle; margin-left: .1rem; border-radius: 6px;}
.register .form-border{border-radius: 5px; border: 1px solid #ccc;  padding: 0 .3rem 0 .7rem;background: url(../../images/mobile/wy_register_16.png) no-repeat .2rem ;background-size:.36rem .32rem }
.register .form-group:nth-child(1) input{background: url(../../images/mobile/wy_register_03.png) no-repeat .2rem ;background-size:.36rem .4rem }
.register .form-group:nth-child(2) input{background: url(../../images/mobile/wy_register_06.png) no-repeat .2rem ;background-size:.36rem .27rem }
.register .form-group:nth-child(3) input{background: url(../../images/mobile/wy_register_08.png) no-repeat .2rem ;background-size:.36rem .29rem }
.register .form-group:nth-child(4) input{background: url(../../images/mobile/wy_register_11.png) no-repeat .2rem ;background-size:.31rem .41rem }

.register .table-responsive {border-radius: 5px;}
.register .btn{padding:0.5rem 0.4rem;}
.register .protocol{display: block; margin-bottom: .10rem; font-weight: 400; font-size: .22rem;}
.register .checkbox{width:.20rem;height: .20rem;line-height: .20rem;vertical-align: middle;border-radius:3px; border:1px solid #999;text-align: center; font-size: .15rem;}
.register .yzmBtn{ width: 2.1rem; background: #fcaa2c;   border-radius: 5px;  height: .66rem;  line-height: .66rem;  text-align: center; color: #fff; font-size: .28rem; }
.register .classify{width:100%;padding:.3rem .05rem;box-sizing: border-box;}
.register .classify .flexBox{width:100%;height: 1.5rem;display: flex;justify-content: space-between;}
.register .classify .flexBox1{width:100%;display: flex;justify-content: space-between;}

.register .hight{display: none;} 
.register .classify .flexBox label{display: block;width:32%;position: relative;}
.register .classify .flexBox .accountFlex{z-index: 10;background:#fff;position:absolute;top:0;left:0;width:100%;box-sizing: border-box;padding:.13rem 0px;box-shadow: 0px 0px 2px 1px #efebeb;}
.register .classify .flexBox .accountFlex .f14{font-size: .13rem;}
.register .classify .flexBox .accountFlex.active{border:1px solid #fcaa2c;background:#fef2de url(../../images/mobile/wy_register01.png) no-repeat right bottom;background-size: .52rem;}
.register .classify .flexBox .accountFlex.active p{color:#fcaa2c;}
.register .classify .flexBox .accountFlex.active h6{color:#ae6d00;}
.register .classify .flexBox label .classRadio{position: absolute;top:10%;right: 10%;z-index: 2;}
 
.form-control {
    width: 100%;  
    font-size: .28rem;
    line-height: .66rem;
    color: #55595c;
    background: #fff;  
    box-sizing: border-box;
}











