body{
	background: #fafafa;
}
.bole-page{
	width: 7.5rem;
	margin: 0 auto;
	background: linear-gradient(223deg, #0A0070 0%, #6F00A7 72%, #E100D1 100%);
	min-height: 100vh;
	padding-bottom: 0.9rem;
	position: relative;
	overflow: hidden;
}
.bole-bg{
	background:#9600b5 url(../imgs/bole-bg.png) no-repeat center top/cover;
	/*min-height: 14.13rem;*/
}

@font-face{
     font-family: 'Montserrat-Bold'; 
     src: url('../fonts/Montserrat-Bold.otf') format('truetype');
}


.bole-header{
	padding: 0.65rem 0.57rem 0;
}
.bole-header h2{
	font-size: 0.68rem;
}
.bole-header h2 img{
	display: inline-block; margin-right: 0.16rem;
	width: 1.2rem; height: 1.2rem; border-radius: 1.2rem;
}
.bole-header h3{
	font-size: 0.45rem; font-weight: bold; margin-top: 0.3rem;
}
.bole-header h4{
	font-size: 0.28rem; margin-top: 0.25rem;
	height: 0.57rem;
	background: linear-gradient(90deg, #9710A5 0%, rgba(155, 29, 168, 0) 100%);
	line-height: 0.57rem;
	padding-left: 0.04rem;
}
/**/
.bole-invite{
	margin-top: 0.48rem;
	padding: 0 0.57rem 0;
}
.bole-invite .info  li{
	padding-left: 2rem;
	position: relative;
	margin-bottom: 1rem;
}
.bole-invite .info label{
	font-size: 0.32rem;
	position: absolute; left: 0; top: -0.05rem;
}
.bole-invite .info label.b{
	top: auto; bottom: -0.05rem;
}
.bole-invite .info p{
	font-size: 0.35rem; font-weight: bold;
	background: url(../imgs/bole-arr.png) no-repeat left top/0.11rem ;
	padding-left: 0.2rem;
	line-height: 1;
	font-family: Montserrat-Bold;

}
.bole-invite .qrreg{
	margin-top: 0.2rem;
	font-size: 0.28rem;
	text-align: center;
}
.bole-invite .qrreg img{
	display: inline-block;
	padding: 0.05rem;
	background: #fff;
	border-radius: 0.06rem;
	width: 2.35rem;
}
.bole-invite .qrreg p{
	margin-top: 0.2rem;
}

.bole-invite .partner{
	margin-top: 0.54rem;
	font-size: 0.32rem;
	text-align: center;
}
.bole-invite .partner h4{
	font-weight: bold;
}
.bole-invite .partner img{
	margin-top: 0.27rem;display: inline-block;
}
/**/
.bole-reg{
	background: rgba(216, 216, 216, 0.2);
border-radius: 0.16rem;
	 margin: 0.6rem 0.24rem 0 0.4rem;
	 padding: 0.7rem 0.25rem;
}
.bole-reg li{
	height: 1.58rem; position: relative;
}
.bole-reg .input{
	height: 0.96rem;
	background: rgba(255,255,255,0.12);
border-radius: 0.52rem;
	padding: 0 0.45rem;
	position: relative;
	overflow: hidden;

}
.bole-reg .input .txt{
	display: inline-block;
	font-size: 0.24rem;
	height: 0.96rem;
	line-height: 0.96rem;
	width: 100%;
	background: none;
	border: none;
	color: #fff;
	padding-left: 0.45rem;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 0.32rem auto;
	
}

.bole-reg .input .txt-globe{
	background-image: url(../imgs/bole-input-globe.png);
	color: rgba(255,255,255,0.6);
}
.bole-reg .input .txt-globe.active{
	color: #fff;
}
.bole-reg .input .txt-tele{
	background-image: url(../imgs/bole-input-tele.png);
	width: 5.2rem;
}
.bole-reg .input .txt-code{
	width: 3.72rem;
	background-image: url(../imgs/bole-input-mail.png);
}
.bole-reg .input .txt-mail{
	width: 5.2rem;
	background-image: url(../imgs/bole-input-mail.png);
}
.bole-reg .input .txt-pass{
	width: 5.2rem;
	background-image: url(../imgs/bole-input-pass.png);
}
.bole-reg .input .btn{
	position: absolute; right: 0; top: 0;
	height: 0.96rem;
	font-size: 0.24rem;
	padding: 0 0.45rem;
	border-radius:0 0.52rem 0.52rem 0;
	min-width: 1.1rem;
	color: #fff;
	border: none;
	background: none;
	cursor: pointer;
}
.bole-reg .input .btn-globe{
	background: url(../imgs/bole-rightarr.png) no-repeat right 0.4rem center/0.16rem auto;
	padding-right: 0.75rem;
	text-align: right;
}
.bole-reg .input .btn-close{
	background: url(../imgs/bole-inputclose.png) no-repeat center/0.2rem auto;
}
.bole-reg .input .btn-code{
	/*background: url(../imgs/bole-inputline.png) no-repeat left center/0.01rem auto;*/
	padding-left: 0.27rem;
	width: 1.92rem;
}
.bole-reg .nocode{
	text-align: right;
	margin-top: 0.16rem;
	padding-right: 0.44rem;
	font-size: 0.2rem;
	position: absolute; right: 0; bottom: 0.17rem;
}
.bole-reg .sbmt{
	width: 100%;
height: 0.8rem;
background: #FF00FF;
border-radius: 0.52rem;
color:#fff;
font-size: 0.3rem;
border: none;
cursor: pointer;
}
.bole-reg .sbmt:disabled{
	background: #CCCCCC;
	cursor: default;
	
}
.bole-reg .err{
	font-size: 0.24rem;
	color: #E02020;
	margin-top: 0.12rem;
}

.bole-reg .input-code .err{

}
.bole-reg .rule{
	margin-bottom: 0.16rem;
	font-size: 0.2rem;
	height: auto;
}
.bole-reg .rule input{
	margin-left: 0.2rem;
	width: 0.2rem; height: 0.2rem;
}
.bole-reg .rule a{
	/*text-decoration: underline;*/
}
.bole-reg .footlink{
	padding: 0 0.2rem;
	overflow: hidden;
	font-size: 0.2rem;
	margin-top: 0.16rem;
}
.rule-content{
	background: #fff;
	/*padding: 0.2rem;*/
	text-align: left;
	color: #000;
	font-size: 0.16rem;
}
.rule-content h2{
	font-size: 0.28rem;
	text-align: center;
	font-weight: bold !important;
	margin-bottom: 0.2rem;
}
.rule-content h3{
	font-size: 0.28rem; font-weight: bold !important; margin-bottom:0.15rem; text-align: left !important;
}
.rule-content p{
	margin-bottom: 0.1rem;
}
/**/
.bole-regsucc{
	margin: 0.61rem 0.32rem 0;
	background: rgba(216, 216, 216, 0.2);
border-radius: 0.16rem;
padding: 1rem 0.4rem 1.42rem;
text-align: center;
}
.bole-regsucc .img h4{
	font-size: 0.28rem; text-align: center; margin-top: 0.22rem;
}
.bole-regsucc .img  img{
	display: inline-block; width: 0.76rem; 
}
.bole-regsucc .txt{
	margin-top: 0.6rem; 
}
.bole-regsucc .txt h2{
	font-size: 0.24rem;
}
.bole-regsucc .txt p{
	margin-top: 0.6rem; font-size: 0.2rem;
}

/**/
.bole-footer{
	text-align: center; margin-top: 1.6rem;
}
.bole-footer img{
	width: 1.59rem; display: inline-block;
}
/*地区弹窗*/
.bole-areacodejs{
	position: fixed;
	width: 7.5rem;
	left: 50%;   top: 0; bottom: 0; background: #fff;
	color: #000;
	padding-top: 1rem;
	margin-left: -11.25rem;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	visibility: hidden;
	opacity: 0;
}
.bole-areacodejs.showed{
	margin-left: -3.75rem;
	visibility: visible;
	opacity: 1;
}
.bole-areacodejs .head{
	font-size: 0.36rem;
	text-align: center;
	height: 1rem; line-height: 1rem;
	width: 7.5rem;
	position: absolute; left: 0; right: 0;  top: 0;
}
.bole-areacodejs .head >button{
	background: url(../imgs/bole-areacode-arr.png) no-repeat center/0.21rem auto;
	width: 1rem; height: 1rem;
	position: absolute; left: 0; top: 0; border: none; cursor: pointer;
}
.bole-areacodejs .body{
	margin: 0 0 0 0.2rem;
	height: calc( 100vh - 1rem);
	overflow-y: scroll;
}
.bole-areacodejs .body dl{
	margin-right: 0.8rem;
}
.bole-areacodejs .body dt,
.bole-areacodejs .body dd{
	border-bottom: #ececec solid 1px;
	height: 0.95rem;
	line-height: 0.95rem;
	font-size: 0.32rem;
}
.bole-areacodejs .body dt{
	font-weight: bold;
}
.bole-areacodejs .body dd{
	position: relative; cursor: pointer;
}
.bole-areacodejs .body dd span{
	position: absolute; right: 0; top: 0;
}
.bole-areacodejs .abc{
	position: absolute; right: 0; top: 1rem;
	width: 0.8rem; text-align: center;
	font-size: 0.28rem;
	line-height: 1.4;
	color: #57a1ba;
	
}
.bole-areacodejs .abc dt,
.bole-areacodejs .abc dd{
	
}
.bole-areacodejs .abc a{
	font-family: Montserrat-Bold;
}
/*验证码滑块*/
.verify-wrap{
	width: 100% !important;
	height: 0.8rem !important;
}
.verify-wrap .drag-progress{
	height: 0.8rem !important;
}
.verify-wrap .fix-tips, .verify-msg{
	line-height: 0.8rem !important;
	font-size: 0.24rem !important;
}
.verify-wrap .drag-btn{
	width: 0.9rem !important;
	height: 0.8rem !important;
}

/*2021.12.23英文版*/
.bole-en .bole-header h3{
	font-size: 0.4rem;
}
.bole-en .bole-invite .info label{
	font-size: 0.22rem;
	width: 1.7rem;
}
