/*错误提示*/
.wrongTxt{
	width: 92%;
	margin:0.8rem 4%;
	color: #FE5F3F;
	font-size: 1rem;
	vertical-align: middle;
}

.wrongImg{
	height: 1rem;
	vertical-align: -2px;
}

/*跳转按钮*/
.successBtn{
	width: 100%;
	text-align: center;
}

.successBtn a{
	display: inline-block;
	width: 8rem;
	height: 2.2rem;
	line-height: 2.2rem;
	font-size: 1.1rem;
	color: #1496c8;
	border: 1px #1496C8 solid;
	border-radius: 5px;
}


/*遮罩弹框*/
.perWindow{
	width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.6);
}

.perWindow .qqZixunDiv{
	width: 80%;
	padding: 1.5rem 4%;
	border-radius: 20px;
	background: #fff;
	 position:absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform:translate(-50%,-50%);
}

/*舞泡提示*/
.perWindow .qqZixunDiv .perWinTop .wpTipsTitle{
	font-size: 1.2rem;
}

.wpTipsTxt{
	line-height: 1.5;
	color: #666;
	margin: 1.2rem 0;
}




/*bankCard*/
.perWindow .bankCardDiv{
	width: 100%;
	background: #fff;
	position:absolute;
    bottom: 4.5rem;
    left: 0;
}

.perWindow .bankCardDivSp{
	bottom:0;
}

.perWindow .bankCardDiv .perWinBankP1{
	width: 90%;
	height: 3rem;
	background: #eee;
	padding: 0 5%;
	line-height: 3rem;
	font-size: 1.15rem;
	color: #333;
}

.perWindow .bankCardDiv .cardTips{
	width: 90%;
	height: 2.8rem;
	margin: 0 auto;
}

.perWindow .bankCardDiv .cardTips .cardTips_l{
	height: 2.8rem;
	line-height: 2.8rem;
	float: left;
	font-size: 1.1rem;
	color: #666;
}

.perWindow .bankCardDiv .cardTips .cardTips_l span{
	display: inline-block;
	margin-left: 0.6rem;
	color: #333;
}

.perWindow .bankCardDiv .cardTips .cardTips_r{
	height: 2.8rem;
	float: right;
}

.perWindow .bankCardDiv .cardTips .cardTips_r img{
	margin-top: 0.8rem;
	height: 1.2rem;
	margin-left: 1rem;
}

.perWindow .bankCardDiv .addCard{
	display: inline-block;
	padding: 0 2rem;
	height: 2.4rem;
	background: #f6f6f6;
	line-height: 2.4rem;
	color: #666;
	font-size: 1rem;
	border-radius: 5px;
	margin-left: 5%;
	margin-bottom: 1.2rem;
}

.perWindow .bankCardDiv .addCard span{
	color: #999;
}

.bankCloseImg{
	float: right;
	height: 1.2rem;
	margin-top: 0.9rem;
}

/*QQ咨询*/
.perWindow .qqZixunDiv{
	width: 80%;
	padding: 1.5rem 4%;
	border-radius: 20px;
	background: #fff;
	 position:absolute;
    top:46%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform:translate(-50%,-50%);
}

.perWindow .qqZixunDiv .perCloseImg{
	height: 1.2rem;
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
}

.perWindow .qqZixunDiv .perWinTop img{
	height: 1.5rem;
	float: left;
}

.perWindow .qqZixunDiv .perWinTop span{
	display: inline-block;
	float: left;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 1.1rem;
	color: #1496c8;
	margin-left: 0.4rem;
}

.perWindow .qqZixunDiv input[type="text"],.perWindow .qqZixunDiv input[type="number"]{
	width: calc(94% - 2px);
	padding: 0 3%;
	height: 2.7rem;
	appearance: none;
	-webkit-appearance:none; 
	border: 0;
	outline:none;
	border: 1px #dcdcdc solid;
	border-radius: 8px;
	margin: 1.5rem 0;
	font-size: 1.05rem;
}

.perWindow .qqZixunDiv .perWinBtn{
	width: 100%;
	text-align: center;
}

.perWindow .qqZixunDiv .perWinBtn a{
	display: inline-block;
	height: 3rem;
	width: 42%;
	font-size: 1.1rem;
	color: #fff;
	background: #aaa;
	text-align: center;
	line-height: 3rem;
	border-radius: 8px;
}

.perWindow .qqZixunDiv .perWinBtn a.perWinBtnR{
	margin-left: 2rem;
	background: #1496c8;
}

.sureBtn{
	display: inline-block;
	width: 92%;
	margin: 2rem 4%;
	height: 3rem;
	background: #1496c8;
	font-size: 1.1rem;
	color: #fff;
	text-align: center;
	line-height: 3rem;
	border-radius: 5px;
}

#jbImgDiv img{
	width:100%;
}

/*会员*/

.hyTxt1{
	font-size: 1.1rem;
	color: #666;
	margin: 0.6rem 0;
	text-indent: 2.2rem;
}

.hyTitle{
	width: 100%;
	height: 3rem;
}

.line{
	display: inline-block;
	width: calc(50% - 5rem);
	float: left;
	height: 1.5rem;
	border-bottom: 1px #1496c8 solid;
}

.lineTitle{
	display: inline-block;
	width: 10rem;
	height: 3rem;
	text-align: center;
	line-height: 3rem;
	float: left;
	font-size: 1.1rem;
	color: #1496c8;
}

.hyTxt2{
	font-size: 1rem;
	color: #999;
	line-height: 1.5;
	margin-bottom: 0.2rem;
}

.hyBtn{
	display: inline-block;
	width: 100%;
	height: 2.6rem;
	font-size: 1.1rem;
	color: #fff;
	border: 0;
	background: #1496c8;
	border-radius: 5px;
	text-align: center;
	line-height: 2.6rem;
	margin-top: 1.5rem;
}

.hyColor1{
	color: #1496c8;
}

.hyColor2{
	color: #FF6040;
	font-size: 1.2rem;
}

.hyImg{
	display: inline-block;
	height: 10rem;
	margin: 1rem 0;
}
.moneyText{
	margin:1.5rem 0;
}
.moneyText p{
	margin-bottom:1rem;
	color:#666;
	font-size: 1rem;
}
.moneyText p.wpBlue{
	color: #1496c8;
}
/*..提示..*/
.outWindow{
	width: 100%;
	height: 100%; 
	position: fixed; 
	z-index: 1000;  
	top:0;  
	background-color: rgba(5, 5, 5, 0); 
}

.outWindow .outWindowTips{
	width: 100%; 
	padding: 0.5rem 0; 
	margin-top: 40%; 
	text-align: center;
}

.outWindow .outWindowTips .outWindowSpan{
	display: inline-block;
	padding: 0.4rem 1.5rem;
	background: #4b4b4b;
	color: #f2f2f2;
}

@media screen and (max-width:320px){
	.hyTxt1{font-size: 1rem;text-indent: 2rem;}
	.hyTxt2{font-size: 0.9rem;}
}

/**二维码**/
.f-tips {padding:2rem 4%;}
		.f-tips .title {font-size:1rem;text-align:center;position:relative;font-weight:inherit;}
		.f-tips .title:before {position:absolute;left:0;border-bottom:1px dashed #999;width:36%;height:1px;display:block;top:50%;content:'';}
		.f-tips .title:after {position:absolute;right:0;border-bottom:1px dashed #999;width:36%;height:1px;display:block;top:50%;content:''}
		.f-tips .QRcode {margin-top:1rem}
		.f-tips .QRcode p {color:#333;text-align:center;font-size:1.1rem;margin-bottom:.5rem;}
		.f-tips .QRcode .weixinNew {width:13rem;display:block;margin:0 auto;}
		.f-tips .QRcode-intro {margin-top:1rem}
		.f-tips .QRcode-intro p {color:#999;line-height:2rem;}
		.f-tips .QRcode-intro span {color:#666;font-size:1.1rem;
}