textarea::-webkit-input-placeholder {
  color: #9FA0A0;
  font-family: 'Microsoft YaHei';
}
input::-webkit-input-placeholder {
  color: #9FA0A0;
  font-family: 'Microsoft YaHei';
}
textarea, input {
    font-family: 'Microsoft YaHei';
}
* img{
  display: block;
  width: 100%;
}
.header {
  position: fixed;
  width: 19.2rem;
  height: 0.8rem;
  line-height: 0.8rem;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}

.header h1 {
  width: 1.48rem;
  height: .46rem;
  background: url(../img/logo1.png) 0 0 no-repeat;
  background-size: 100%;
  float: left;
  margin: 0.17rem 1.24rem 0 0.58rem;
}

.header .navs {
  float: left;
  user-select: none;
}

.header .navs>li {
  float: left;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.16rem;
  margin-right: 0.64rem;
  color: #fff;
  cursor: pointer;
  position: relative;
}

.header .navs>li:hover p,
.header .navs>li.active p{
  color: #0096ff;
}
.header .navs>li p{
  font-size: 0.16rem;
  color: #fff;
}
.header .navs>li div{
  display: none;
  width: auto;
  min-width: 2rem;
  overflow: hidden;
  padding: 0 0.1rem;
  box-sizing: border-box;
  position: absolute;
  top: 0.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  background: rgba(0,0,0,0.8);
  cursor: default;
}
.header .navs>li div span{
  display: block;
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  cursor: pointer;
}
.header .navs>li div span:hover,
.header .navs>li div span:active{
  color: #0096ff;
}
.languageBox{
  float: right;
  height: 100%;
  padding: 0 0.2rem;
  position: relative;
  cursor: pointer;
}
.languageBox .lan_dq{
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  margin: 0.32rem 0.2rem 0 0;
  float: left;
}
.languageBox p{
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.8rem;
  float: left;
}
.lan_jt{
  display: block;
  width: 0.15rem;
  height: 0.09rem;
  margin: 0.35rem 0 0 0.2rem;
  float: left;
}
.lan_lists{
  display: none;
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
  padding-bottom: 0.2rem;
}
.lan_lists li{
  width: 100%;
  height: 0.5rem;
  font-size: 0.16rem;
  line-height: 0.5rem;
  text-align: center;
}
.lan_lists li:hover{
  background: #000;
}
.lan_lists li a{
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
}
.goSign {
  display: block;
  width: 1.6rem;
  height: 0.44rem;
  float: right;
  cursor: pointer;
  margin: 0.18rem 0.3rem 0 0.1rem;
  background: url(../img/index/login/nav_login.png) no-repeat top center;
  background-size: 100% 100%;
  font-size: 0;
}
.goingSign{
  display: none;
  height: 0.8rem;
  float: right;
  margin: 0 0.3rem 0 0.1rem;
}
.goingSign p{
  line-height: 0.8rem;
  font-size: 0.16rem;
  color: #fff;
}
.goingSign .user_name{
  float: left;
}
.goingSign .loginOut{
  width: 0.22rem;
  height: 0.26rem;
  font-size: 0;
  margin: 0.28rem 0 0 0.2rem;
  float: left;
  cursor: pointer;
  background: url(../img/index/login/login_out.png) no-repeat top center;
  background-size: 100% 100%;
}

.footer {
  width: 100%;
  height: 4rem;
  background-color: #25292f;
  overflow: hidden;
  text-transform: uppercase;
}

.footer .footer_top {
  width: 100%;
  height: 1.5rem;
  border-bottom: 0.01rem solid #50545b;
}

.footer .footer_top_top {
  width: 100%;
  height: 1rem;
  position: relative;
}
.footer_top_middle{
  height: 1rem;
}
.footer_top_left{
  width: 1.65rem;
  height: 0.44rem;
  background: url(../img/index/footer_btn.png) no-repeat top center;
  background-size: 100% 100%;
  font-size: 0;
  position: absolute;
  left: 0.57rem;
  top: 0.3rem;
  visibility: hidden;
}
.footer_top_left:hover{
  background: url(../img/index/footer_btn1.png) no-repeat top center;
  background-size: 100% 100%;
}
.footer_top_middle{
  width: 100%;
  text-align: center;
}
.footer_top_middle li{
  display: inline-block;
  color: #5a5859;
  font-size: 0.16rem;
  text-decoration: none;
  font-weight: bold;
}
.footer_top_middle li {
  cursor: pointer;
  display: inline-block;
  width: 0.58rem;
  height: 0.58rem;
  margin-right: 0.4rem;
  margin-top: 0.3rem;
}
.footer_top_middle li a{
  display: block;
  width: 100%;
  height: 100%;
}
.footer_top_middle li:last-child {
  margin-right: 0;
}
#img1 {
  background: url(../img/footer_d1.png) no-repeat;
  background-size: 100% 100%;
}

#img1:hover {
  background: url(../img/footer_d.png) no-repeat;
  background-size: 100% 100%;
}

#img2 {
  background: url(../img/footer_f1.png) no-repeat;
  background-size: 100% 100%;
}

#img2:hover {
  background: url(../img/footer_f.png) no-repeat;
  background-size: 100% 100%;
}
#img3 {
  background: url(../img/footer_t1.png) no-repeat;
  background-size: 100% 100%;
}

#img3:hover {
  background: url(../img/footer_t.png) no-repeat;
  background-size: 100% 100%;
}
#img4 {
  background: url(../img/footer_i1.png) no-repeat;
  background-size: 100% 100%;
}

#img4:hover {
  background: url(../img/footer_i.png) no-repeat;
  background-size: 100% 100%;
}
#img5 {
  background: url(../img/footer_y1.png) no-repeat;
  background-size: 100% 100%;
}

#img5:hover {
  background: url(../img/footer_y.png) no-repeat;
  background-size: 100% 100%;
}
#img6 {
  background: url(../img/footer_v1.png) no-repeat;
  background-size: 100% 100%;
}

#img6:hover {
  background: url(../img/footer_v.png) no-repeat;
  background-size: 100% 100%;
}
#img7 {
  background: url(../img/footer_r1.png) no-repeat;
  background-size: 100% 100%;
}

#img7:hover {
  background: url(../img/footer_r.png) no-repeat;
  background-size: 100% 100%;
}
.footer_top_bottom{
  width: 100%;
  text-align: center;

  margin-top: 0.1rem;
}
.footer_top_bottom p{
  font-size: 0.18rem;
  color: #595757;
  display: inline-block;
}
.footer_bottom {
  width: 100%;
}

.footer_bottom_icon {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  margin-top: 0.5rem;
}

.footer_bottom_icon img {
  display: inline-block;
  width: 1.5rem;
  height: 0.5rem;
  margin-right: 0.55rem;
}
.footer_bottom_icon img:last-child{
  width: 1.48rem;
  height: 0.46rem;
  margin-right: 0;
}

.footer_bottom_info {
  width: 100%;
  height: 0.14rem;
  text-align: center;
  margin-top: 0.4rem;
}

.footer_bottom_info ul {
  display: inline-block;
  height: 0.14rem;
}

.footer_bottom_info li {
  height: 0.14rem;
  float: left;
  cursor: pointer;
  display: inline-block;
  padding-right: 0.22rem;
  padding-left: 0.22rem;
  border-right: 1px solid #727171;
}

.footer_bottom_info li:last-child {
  border-right: 0;
}

.footer_bottom_info li a:link,
a:visited {
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #727171;
  line-height: 0.16rem;
  text-decoration: none;
}

.footer_bottom_info li a:hover,
a:active {
  color: #727171;
  text-decoration: none;
}

.footer_bottom_reserve {
  width: 100%;
  text-align: center;
  margin-top: 0.26rem;
}

.footer_bottom_reserve {
  width: 100%;
  font-size: 0.12rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 0.15rem;
}
.loginInBox{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99999999999999;
}
.lg_main{
	width: 6.88rem;
	height: 5.67rem;
	position: absolute;
	top: 50%;
	left: 50%;
	background: url(../img/login_bg.png) no-repeat top center;
	background-size: 100% 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.lg_close{
	width: 0.35rem;
	height: 0.32rem;
	float: right;
	margin: 0.24rem 0.35rem 0 0;
	font-size: 0;
	cursor: pointer;
}
.login_info{
	width: 4.86rem;
	background: rgba(0, 0, 0, 0.5);
	padding: 0.16rem 0;
	box-sizing: border-box;
	margin: 1.5rem auto 0;
}
.login_info .email,.login_info .language,.login_info .imgYzm,.emailYzm{
	width: 4.6rem;
	height: 0.5rem;
	position: relative;
	margin: 0 auto 0.24rem;
}
.login_info .imgYzm{
	margin-bottom: 0;
}
.login_info .imgYzm img{
  width: 1.6rem;
  height: 0.5rem;
  position: absolute;
  right: 0;
  top: 0;
}
.login_info .email input,.login_info .language  select,.imgYzm input,.emailYzm input{
	display: block;
	margin: 0;
	padding: 0 0.1rem;
	box-sizing: border-box;
	border-radius: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	outline: none;
  font-size: 0.18rem;
}
.imgYzm input{
	width: 2.9rem;
	float: left;
}
.imgYzm p{
	display: block;
	width: 1.58rem;
	height: 0.5rem;
	float: right;
	background: #515151;
	font-size: 0;
}
.emailYzm{
	margin-top: 0.46rem;
}
.emailYzm input{
	width: 2.9rem;
	float: left;
}
.emailYzm p{
	display: block;
	width: 1.58rem;
	height: 0.5rem;
	float: right;
	background: url(../img/yzm_btn.png) no-repeat top center;
	background-size: 100% 100%;
	font-size: 0.16rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 0.5rem;
}
.emailYzm p:hover{
	background: url(../img/yzm_btns.png) no-repeat top center;
	background-size: 100% 100%;
}
.agree_btn{
	width: 100%;
	overflow: hidden;
	margin-top: 0.4rem;
}
.agree_btn p{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 0.14rem;
	color: #fff;
}
.agree_btn p span{
	display: inline-block;
	width: 0.24rem;
	height: 0.24rem;
	background: #bababa;
	margin-right: 0.1rem;
}
.agree_btn p span img{
	display: block;
	width: 0.16rem;
	height: 0.13rem;
	margin: 0.06rem 0 0 0.04rem;
}
.agree_btn p a{
	color: #5fe2ff;
	margin-left: 0.04rem;
}
.submmit{
	width: 3.44rem;
	height: 0.93rem;
	margin: 0.3rem auto 0;
	background: url(../img/submmit.png) no-repeat top center;
	background-size: 100% 100%;
	font-size: 0;
  cursor: pointer;
}
.submmit:hover{
	background: url(../img/submmits.png) no-repeat top center;
	background-size: 100% 100%;
}
.successBox{
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999999999;
  background: rgba(0, 0, 0, 0.6);
}
.su_close{
  cursor: pointer;
  width: 0.3rem;
  height: 0.26rem;
  background: url(../img/close1.png) no-repeat top center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(3.85rem, -2.36rem);
  -moz-transform: translate(3.85rem, -2.36rem);
  -ms-transform: translate(3.85rem, -2.36rem);
  -o-transform: translate(3.85rem, -2.36rem);
  transform: translate(3.85rem, -2.36rem);
  z-index: 9999;
}
.successBox img{
  width: 8.5rem;
  height: 5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.guildBox{
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999999999;
  background: rgba(0, 0, 0, 0.6);
}
.guildBox .gb_main{
  width: 5.14rem;
  height: 6.91rem;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../img/guild_xq_bg.png) no-repeat top center;
  background-size: 100% 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.gb_close{
  cursor: pointer;
  width: 0.3rem;
  height: 0.26rem;
  margin: 0.2rem 0.2rem 0 0;
  float: right;
  caret-color: transparent;
}
.gb_info{
  width: 100%;
  padding: 0.1rem 0.2rem;
  box-sizing: border-box;
  overflow: hidden;
}
.gb_info h1{
  font-size: 0.26rem;
  width: 100%;
  margin-bottom: 0.2rem;
  color: #fff;
}
.gb_info p{
  width: 100%;
  display: block;
  text-align: left;
  font-size: 0.2rem;
  color: #fff;
  line-height: 1.8;
  border: 0.03rem solid #fff;
  padding: 0.16rem;
  box-sizing: border-box;
  max-height: 4.2rem;
  overflow: auto;
}



.signUpBox{
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999999;
}
.siu_main{
  width: 4.7rem;
  height: 7.9rem;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../img/index/login/bg.jpg) no-repeat top center;
  background-size: 100% 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.siu_close{
  width: 0.19rem;
  height: 0.18rem;
  float: right;
  margin: 0.2rem 0.2rem 0 0;
  font-size: 0;
  cursor: pointer;
}
.sign_info{
  width: 100%;
  padding: 0.16rem 0;
  box-sizing: border-box;
  margin: 1.2rem auto 0;
}
.siu_title{
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 0.2rem;
  color: #fefefe;
}
.siu_swiper{
  width: 100%;
  min-height: 6rem;
  margin-top: 0.3rem;
}
.siu_swiper .swiper-slide{
  width: 100%;
  height: 5rem;
  margin-top: 0.7rem;
}
.siu_swiper .swiper-pagination{
  height: 0.45rem;
  position: absolute;
  top: 0;
}
.siu_swiper .swiper-pagination-bullet{
  width: 1.37rem;
  height: 0.45rem;
  opacity: 1;
  border-radius: 0;
  caret-color: transparent;
  margin: 0 !important;
  position: relative;
}
.siu_swiper .swiper-pagination-bullet:nth-child(1){
  background: url(../img/index/login/create_account.png) no-repeat top center;
  background-size: 100% 100%;
}
.siu_swiper .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active{
  background: url(../img/index/login/create_account1.png) no-repeat top center;
  background-size: 100% 100%;
}
.siu_swiper .swiper-pagination-bullet:nth-child(1):after{
  content: "";
  position: absolute;
  top: 0.31rem;
  right: -0.07rem;
  width: 0.08rem;
  height: 0.08rem;
  background: #fff;
  border-radius: 50%;
}
.siu_swiper .swiper-pagination-bullet:nth-child(2):after{
  content: "";
  position: absolute;
  top: 0.31rem;
  right: 0.08rem;
  width: 0.08rem;
  height: 0.08rem;
  background: #fff;
  border-radius: 50%;
}
.siu_swiper .swiper-pagination-bullet:nth-child(2){
  background: url(../img/index/login/verify_email.png) no-repeat top center;
  background-size: 100% 100%;
}
.siu_swiper .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active{
  background: url(../img/index/login/verify_email1.png) no-repeat top center;
  background-size: 100% 100%;
}
.siu_swiper .swiper-pagination-bullet:nth-child(3){
  background: url(../img/index/login/create_password.png) no-repeat top center;
  background-size: 100% 100%;
}
.siu_swiper .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active{
  background: url(../img/index/login/create_password1.png) no-repeat top center;
  background-size: 100% 100%;
}
.siu_swiper .siu_next,.siu_submmit{
  width: 4rem;
  height: 0.5rem;
  background: #2b93f4;
  color: #fff;
  font-size: 0.18rem;
  text-align: center;
  line-height: 0.5rem;
  margin: 0.3rem auto;
  caret-color: transparent;
  cursor: pointer;
}
.disabled{
  background: #ccc !important;
  pointer-events: none !important;
}
.inputBox{
  width: 4rem;
  height: 0.4rem;
  margin: 0 auto;
  background: #fff;
  border-top: 0.08rem solid #edf4fa;
  border-bottom: 0.08rem solid #005eb5;
}
.inputBox input{
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.14rem;
  color: #000;
  margin: 0;
  padding: 0 0.1rem;
  outline: none;
  background: transparent;
  border: 0;
  box-sizing: border-box;
}
.inputBox input::-webkit-input-placeholder{
  color: #4e9bd7;
}
.inputBox input::-moz-input-placeholder{
  color: #4e9bd7;
}
.inputBox input::-ms-input-placeholder{
  color: #4e9bd7;
}
.inputBox input::-o-input-placeholder{
  color: #4e9bd7;
}
.inputBox input::input-placeholder{
  color: #4e9bd7;
}
.errInfo{
  width: 100%;
  padding: 0 0.35rem;
  color: #ff7e00;
  font-size: 0.14rem;
  margin: 0.1rem 0;
  box-sizing: border-box;
  visibility: hidden;
}
.errInfo img{
  width: 0.23rem;
  height: 0.23rem;
  display: inline-block;
  margin-top: -0.02rem;
}
.siu_sign1{
  font-size: 0.14rem;
  color: #fff;
  width: 150%;
  margin: 0 auto;
  text-align: center;
  margin-left: -25%;
}
.siu_sign1 a{
  font-size: 0.14rem;
  color: #00f1ff;
  text-decoration: underline;
}
.siu_jd,.siu_log{
  font-size: 0.14rem;
  color: #fff;
  width: 100%;
  text-align: center;
  margin: 0 0 0.2rem;
  position: relative;
}
.siu_jd span{
  float: right;
  margin-right: 0.36rem;
  position: absolute;
  right: 0;
  text-decoration: underline;
  cursor: pointer;
  caret-color: rgba(0,0,0,0);
}
.siu_log{
  margin: 0;
  text-decoration: underline;
  cursor: pointer;
  caret-color: transparent;
}
.siu_sign2{
  font-size: 0.16rem;
  color: #fff;
  margin-left: 0.36rem;
}
.siu_sign3{
  font-size: 0.16rem;
  color: #fff;
  margin: 0.12rem 0 0.22rem 0.36rem;
}
.siu_emailHref{
  color: #00f1fd;
  margin-left: 0.06rem;
}
.siu_resent{
  width: 100%;
  font-size: 0.16rem;
  color: #fff;
  text-align: right;
  padding-right: 0.36rem;
  box-sizing: border-box;
}
.siu_resent button{
  margin-left: 0.1rem;
  font-size: 0.16rem;
  background: transparent !important;
  border: 0;
  color: #ff7e00;
  cursor: pointer;
}
.siu_resent button:disabled{
  color: #ccc !important;
  cursor: not-allowed !important;
}
.siu_resent button.siu_time{
  margin-left: 0.05rem;
  color: #ff7e00;
  vertical-align: middle;
}
.siu_pass{
  margin-bottom: 0.15rem;
}


.newLoginBox{
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999999999999;
}
.nlg_main{
  width: 4.7rem;
  height: 7.9rem;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../img/index/login/bg.jpg) no-repeat top center;
  background-size: 100% 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.nlg_close{
  width: 0.19rem;
  height: 0.18rem;
  float: right;
  margin: 0.2rem 0.2rem 0 0;
  font-size: 0;
  cursor: pointer;
}
.nlg_info{
  width: 100%;
  padding: 0.16rem 0;
  box-sizing: border-box;
  margin: 1.2rem auto 0;
}
.nlg_title{
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 0.2rem;
  color: #fefefe;
}
.nlg_Email{
  margin: 0.6rem auto 0.2rem;
}

.nlg_submmit{
  width: 4rem;
  height: 0.5rem;
  background: #2b93f4;
  color: #fff;
  font-size: 0.18rem;
  text-align: center;
  line-height: 0.5rem;
  margin: 0.8rem auto 0.3rem;
  caret-color: transparent;
  cursor: pointer;
}
.nlg_fp,.nlg_sign{
  font-size: 0.16rem;
  color: #fff;
  text-align: center;
  margin: 0.12rem 0 0.22rem;
  text-decoration: underline;
  cursor: pointer;
  caret-color: transparent;
}



.retrievePassBox{
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999999;
}
.rep_main{
  width: 4.7rem;
  height: 7.9rem;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../img/index/login/bg.jpg) no-repeat top center;
  background-size: 100% 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.rep_close{
  width: 0.19rem;
  height: 0.18rem;
  float: right;
  margin: 0.2rem 0.2rem 0 0;
  font-size: 0;
  cursor: pointer;
}
.rep_info{
  width: 100%;
  padding: 0.16rem 0;
  box-sizing: border-box;
  margin: 1.2rem auto 0;
}
.rep_title{
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 0.2rem;
  color: #fefefe;
}
.rep_swiper{
  width: 100%;
  min-height: 6rem;
  margin-top: 0.1rem;
}
.rep_swiper .swiper-slide{
  width: 100%;
  height: 5rem;
}
.rep_sign1{
  font-size: 0.16rem;
  color: #fff;
  text-align: center;
  margin: 0.12rem 0 0.22rem;
  line-height: 0.3rem;
}
.rep_vfCode.inputBox{
  width: 2.34rem;
  margin: 0.3rem 0 0 0.35rem;
  float: left;
}
.rep_sendCode{
  width: 1.6rem;
  height: 0.48rem;
  font-size: 0.14rem;
  color: #fff;
  text-align: center;
  line-height: 0.48rem;
  background: #2b93f4;
  border: 0;
  float: right;
  margin: 0.3rem 0.35rem 0 0;
}
.vfCode_error{
  float: left;
  display: block;
  width: 100%;
  visibility: hidden;
}
.rep_jd{
  float: left;
  font-size: 0.14rem;
  color: #fff;
  width: 100%;
  text-align: center;
  margin: 0 0 0.2rem;
  position: relative;
}
.rep_jd span{
  float: right;
  margin-right: 0.36rem;
  position: absolute;
  right: 0;
  text-decoration: underline;
  cursor: pointer;
  caret-color: rgba(0,0,0,0);
}
.rep_next{
  float: left;
  width: 4rem;
  height: 0.5rem;
  background: #2b93f4;
  color: #fff;
  font-size: 0.18rem;
  text-align: center;
  line-height: 0.5rem;
  margin: 0.8rem 0 0.3rem 0.35rem;
  caret-color: transparent;
  cursor: pointer;
}
.rep_pass{
  margin: 0.3rem auto;
}
.rep_submmit{
  float: left;
  width: 4rem;
  height: 0.5rem;
  background: #2b93f4;
  color: #fff;
  font-size: 0.18rem;
  text-align: center;
  line-height: 0.5rem;
  margin: 0.8rem 0 0.3rem 0.35rem;
  caret-color: transparent;
  cursor: pointer;
}


.giftTcBox{
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.6);
}
.giftTcBox .giftB_main{
  width: 5rem;
  height: 6.72rem;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../img/index/collector/pop_box.png) no-repeat top center;
  background-size: 100% 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.giftB_close{
  cursor: pointer;
  width: 0.3rem;
  height: 0.27rem;
  margin: 0.2rem 0.2rem 0 0;
  float: right;
  caret-color: transparent;
}
.giftB_close img{
  display: block;
}
.giftB_info{
  width: 100%;
  padding: 0.1rem 0.2rem;
  box-sizing: border-box;
  overflow: hidden;
}
.giftB_info img{
  display: block;
  width: 2.03rem;
  height: 2.03rem;
  margin: 0.25rem auto;
}
.giftB_name{
  width: 100%;
  text-align: center;
  margin: 0.35rem 0 0.25rem 0;
  font-size: 0.34rem;
  color: #fff;
}
.giftB_text{
  display: block;
  width: 100%;
  max-height: 2.5rem;
  overflow: auto;
  font-size: 0.21rem;
  line-height: 1.6;
  color: #fff;
}

.shareTcBox{
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.6);
}
.shareTcBox .shareT_main{
  width: 5rem;
  height: 6.72rem;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../img/index/collector/pop_box.png) no-repeat top center;
  background-size: 100% 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.shareT_close{
  cursor: pointer;
  width: 0.3rem;
  height: 0.27rem;
  margin: 0.2rem 0.2rem 0 0;
  float: right;
  caret-color: transparent;
}
.shareT_close img{
  display: block;
}
.shareT_info{
  width: 100%;
  padding: 0.1rem 0.2rem;
  box-sizing: border-box;
  overflow: hidden;
}
.shareT_info h1{
  width: 100%;
  font-size: 0.26rem;
  color: #fff;
  text-align: center;
}
.shareT_inviteCount{
  width: 100%;
  text-align: center;
  font-size: 0.24rem;
  color: #4ebeff;
  margin-top: 0.4rem;
}
.shateT_info{
  width: 100%;
  text-align: center;
  font-size: 0.22rem;
  color: #fff;
  margin-top: 0.4rem;
  padding-bottom: 0.4rem;
  border-bottom: 0.01rem solid #bfc8d1;
  line-height: 1.6;
}
.shareT_copyBox,.shareT_fx_box{
  width: 100%;
  overflow: hidden;
}
.shareT_count{
  width: 3.05rem;
  height: 0.52rem;
  float: left;
  border: 0.02rem solid #4ebeff;
  box-sizing: border-box;
  text-align: center;
  line-height: 0.52rem;
  background: #fff;
  color: #4ebeff;
  font-size: 0.16rem;
}
.shateT_info2{
  width: 100%;
  text-align: center;
  font-size: 0.22rem;
  color: #fff;
  margin: 0.4rem 0;
}
.shareT_copy_btn{
  width: 1.44rem;
  height: 0.52rem;
  float: right;
  border: 0.01rem solid #fff;
  box-sizing: border-box;
  text-align: center;
  line-height: 0.52rem;
  background: #4ebeff;
  color: #fff;
  font-size: 0.16rem;
  cursor: pointer;
  caret-color: transparent;
}
.shareT_fx_title{
  width: 100%;
  text-align: center;
  font-size: 0.22rem;
  color: #fff;
  margin: 0.4rem 0 0.2rem;
}
.shareT_fx_box ul{
  display: block;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.shareT_fx_box ul li{
  width: 0.5rem;
  height: 0.5rem;
  display: inline-block;
  margin-right: 0.2rem;
  cursor: pointer;
}
.shareT_fx_box ul li:last-child{
  margin-right: 0;
}

.cdkListBox {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.8);
}
.cdkListBox .cdkListBox_main{
  width: 7.12rem;
  height: 8.08rem;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../img/index/cdkList_box.png) no-repeat top center;
  background-size: 100% 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cdkListBox_close{
  cursor: pointer;
  width: 0.58rem;
  height: 0.53rem;
  margin: 0.2rem 0.2rem 0 0;
  float: right;
  caret-color: transparent;
}
.cdkListBox_close img{
  display: block;
}
.cdkListBox_info {
  width: 4.45rem;
  height: 2.9rem;
  position: absolute;
  top: 2.55rem;
  right: 0.1rem;
}
.cdkListBox_info ul {
  width: 100%;
}
.cdkListBox_info ul li {
  width: 100%;
  height: 0.48em;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.cdkListBox_info ul li span {
  font-size: 0.2rem;
  width: 3.1rem;
  margin: 0 0.2rem;
}
.cdkListBox_info ul li img {
  display: inline-block;
  width: 0.77rem;
  height: 0.35rem;
  cursor: pointer;
}
.cdkListBox_btn {
  cursor: pointer;
  width: 2.2rem;
  height: 0.5rem;
  position: absolute;
  top: 5.8rem;
  left: 50%;
  transform: translateX(-50%);
}

.cdkSingleBox {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.8);
}
.cdkSingleBox .cdkSingleBox_main{
  width: 8.63rem;
  height: 2.28rem;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../img/index/collector/singleCdk.png) no-repeat top center;
  background-size: 100% 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cdkSingleBox_close{
  cursor: pointer;
  width: 0.3rem;
  height: 0.3rem;
  position: absolute;
  top: 0.7rem;
  right: 0.23rem;
  caret-color: transparent;
}
.cdkSingleBox_info {
  width: 4.8rem;
  height: 0.3rem;
  position: absolute;
  top: 0.75rem;
  left: 2.8rem;
}
.cdkSingleBox_info span {
  display: block;
  font-size: 0.26rem;
}

.unfinishBox {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.8);
}
.unfinishBox .unfinishBox_main{
  width: 8.63rem;
  height: 2.28rem;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../img/index/collector/unfinished.png) no-repeat top center;
  background-size: 100% 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.unfinishBox_close{
  cursor: pointer;
  width: 0.3rem;
  height: 0.3rem;
  position: absolute;
  top: 0.7rem;
  right: 0.23rem;
  caret-color: transparent;
}

.unSignInBox {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.8);
}
.unSignInBox .unSignInBox_main{
  width: 8.63rem;
  height: 2.28rem;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../img/index/collector/unSignIn.png) no-repeat top center;
  background-size: 100% 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.unSignInBox_close{
  cursor: pointer;
  width: 0.3rem;
  height: 0.3rem;
  position: absolute;
  top: 0.7rem;
  right: 0.23rem;
  caret-color: transparent;
}