@charset "utf-8";

/* 登录 */
.regist_top{/*margin-top:2.0rem; */height:2.25rem; background: #2da6e0; font-size:.9rem; color: #fff; letter-spacing:3px; text-align: center; line-height:2.25rem;}
.regist_handel{margin:0 .9rem; padding-top:.3rem;}
.regist_tit{margin-top:1.3rem; font-size:.75rem; color: #2da6e0; font-weight: bold;}
.regist_infor{margin-top:.75rem; height:2.25rem; font-size:0.8rem; align-items: center; background:#fefcf7; border-radius: .3rem; box-sizing: border-box; border: 1px solid #c9c1ab; padding:0 .5rem 0 .7rem; }
.regist_infor .graph { width: 3.8rem;}
.depict{display: block; width:100%; box-sizing: border-box; font-size:0.75rem; height:2.2rem; line-height:2.2rem;color: #666666;}
.obtain{display: block; width: auto; font-size:0.75rem; color: #2da6e0; box-sizing: border-box; font-weight: bold; }
.regist_infor input::-webkit-input-placeholder {
  color: #cccccc;
  font-size: .7rem;
}
.regist_infor input:-moz-placeholder {
  color: #cccccc;
  font-size: .7rem;
}
.regist_infor input::-moz-placeholder {
  color: #cccccc;
  font-size: .7rem;
}
.regist_infor input:-ms-input-placeholder {
  color: #cccccc;
  font-size: .7rem;
}
.xieyi{margin-top:.8rem; text-decoration:underline; color: #2da6e0; font-size:.75rem; font-weight:bold; background:url(../../images/login/login_icon1.png) left center no-repeat; background-size:.8rem .8rem; padding-left: 1.2rem;}

.xieyi_read{background:url(../../images/login/login_icon2.png) left center no-repeat; background-size:.8rem .8rem;}
.xieyi_txt{margin-top:.6rem; font-size:.65rem; color: #666666;}
.registbtn{display: block; width: 9.5rem; height: 2.25rem; margin:5rem auto 0; text-align:center; color:#fff; font-size:0.9rem; line-height:2.25rem; border-radius:.3rem; background: #2da6e0; letter-spacing:2px; }

/* 弹窗 */
.user_know_bg{position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.6); z-index:100}
.user_know{
	width:90%;
	background: #fff;
	border-radius: .5rem;
	position: fixed;
	left: 50%;
	top: 50%;
	transform:translateX(-50%) translateY(-55%);
	box-sizing: border-box;
	padding:1.0rem .5rem 3.0rem 1.0rem;
	color: #333;
	font-size: .7rem;
}
.user_know span.be_close{
	width:1.5rem;
	height:1.5rem;
	background:url(../../images/login/close.png) no-repeat center;
	background-size:100% 100%;
	position:fixed;
	bottom:-2.0rem;
  left:50%;
  margin-left: -0.75rem;
}
.user_know h2{
	font-size: .9rem;
	text-align:center;
	font-weight: bold;
	margin-bottom: .6rem;
}
.user_know p{
	line-height: 1.0rem;
}
.user_know h3{
	font-weight: bold;
}
.user_know .txt{
	height: 25.0rem;
	overflow-y: scroll;
}
.user_know .user_btn{
	width:100%;
	height:3.0rem;
	position:fixed;
	bottom:0;
    right:0;
}
.user_know .user_btn a{
	display: block;
	width:8.0rem;
	height:2.0rem;
	margin:.5rem auto 0;
	background:#ccc;
	color: #fff;
	line-height: 2.0rem;
	text-align: center;
	font-size: .8rem;
  border-radius: .3rem;
}
.user_know .user_btn a.active{
  background: #2da6e0;;
}
/* 弹出框 */
.peers_model_wrap{position:fixed; left:0; top:0; width:100%; height: 100%; background: rgba(0,0,0,.5);z-index:20; }
.times_tips_model{ position:fixed; top:50%; left:10%; width:80%; transform: translateY(-60%); border-radius:0.5rem;  background:#fff; text-align: center; padding-top:1rem;}
.times_tips_tit{font-size:0.8rem; color:#2231c2; font-weight: bold;}
.times_tips_txt{ padding:.5rem 1rem 1rem; color: #333; font-size:0.7rem;}
.times_tips_btn{height: 2.0rem; font-size:0.75rem; line-height:2.0rem; border-top:1px solid #D9D9D9;}
.times_tips_btn a{display: block; text-align: center; font-weight: bold;}
.times_tips_btn .btn1{border-right:1px solid #D9D9D9; color:#2231c2;}












