/* 公共弹窗 */
.mask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9998;
	background-color: #000;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}

.mask .load_img {
	position: fixed;
	top: 45%;
	left: 49%;
}

.pop-wrap {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 9999;
	margin:-248px 0 0 -350px;
	width: 700px;
	height:496px;
	background: #fff url(../../images/login_bg.png) no-repeat right bottom;
}

.pop-wrap02{
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 9999;
	margin:-115px 0 0 -200px;
	width: 400px;
	min-height:230px;
	height:auto;
	background-image:none;
	border-radius:10px;
}

.login_tab{ background:#f7f7f7; line-height:65px; height:65px;}
.login_tab a{ width:164px; text-align:center; color:#00ddd2; font-size:18px; display:inline-block; *display:inline; *zoom:1;}
.login_tab a.active{ background:#FFF; color:#000}
.pop-title {
	margin-top: -1px;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	color: #fff;
	background-color: #00ADA9;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;;
	text-align: center;
	font-weight: bold;
}

.pop-content {
	margin: 0 20px;
	padding: 40px 0;
	border-bottom: 1px solid #e6e4e4;
	color: #000;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
}

.pop-alert-btn, .pop-confirm-btn {
	margin: 0 20px;
	height: 60px;
	text-align: center;
}

.pop-alert-btn a, .pop-confirm-btn a {
	display: inline-block;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	color: #00ada9;
}

.pop-alert-btn a {
	width: 100%;
}

.pop-confirm-btn a {
	width: 49%;
}

.pop-confirm-btn .pop-sure {
	border-right: 1px solid #e6e4e4;
}

/* 登录、注册、找回密码 */
.login_img {
	position: absolute;
	top: -264px;
	left: 27%;
	margin-left: -140px;
	z-index: 10;
	width: 520px;
}

.login_wrap {
	position: relative;
	width:310px; 
	margin-left:40px;
}

.login_wrap label {
	width:40px;
	float:left;
}

.login_wrap input {
	border:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	font-size:14px;
	width:250px;
	vertical-align:top;
	padding:0 10px;
}

.pass_title {
	padding: 15px 0;
	text-align: center;
	font-size: 18px;
	color: #fff;
	margin-bottom: 20px;
	position: absolute;
	top: -89px;
	left: 223px;
	z-index: 9999;
	font-weight: normal;
}

.xt {
	position: absolute;
	top: -92px;
	right: 79px;
	z-index: 9999;
	width: 6px;
}

.pop-wrap .close {
	position: absolute;
	top: 0;
	right: 0px;
	z-index: 9999;
	font-size: 16px;
	color: #b2b2b2 !important;
	width:74px;
	text-align:center;
	line-height:64px;
}

.false {
	color: #ff0000;
	font-size: 12px;
	position: absolute;
	top: -20px;
	left: 0px;
	z-index: 9999;
	line-height:20px;
}

.input_wrap {position:relative; border:1px solid #e5e5e5; width:310px; height:40px; line-height:40px;  margin-top:20px; box-sizing:content-box;}
.input_wrap label{ margin:0px; padding:0px;}

.login_icon {width: 40px; float: left; height:40px; background-color:#f7f7f7; background-repeat: no-repeat; background-position:center; border-right:1px solid #e5e5e5; text-align:center;}
.login_user { background-image:url(../../images/user.png);}
.login_lock { background-image:url(../../images/lock.png);}

.input {
	border: none;
	outline: none;
	background: none;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
}

.default_btn {
	height: 40px;
	border-radius: 5px;
	background: #00ddd2;
	display: block;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	color: #fff;
}

.links {
	padding: 0 70px 20px;
}

.links a {
	font-size: 18px;
}

.register {
	color: #2f9a9b;
	float: left;
}

.find_pw {
	height:40px;
	text-align:right;
	line-height:40px;
	font-size:12px;
}
.find_pw a{
	color:#999;
}

.identify{ border:0px;}
.identify input{ border:1px solid #e5e5e5; width:174px; border-radius:0px; box-sizing:content-box;}
.yzm_btn { float:right; width:105px; text-align:center; background:#f7f7f7; height:42px; line-height:42px; color:#b2b2b2;}
.yzm_btn:hover{background:#00ddd2; color:#FFF;}

.send_msg {
	color: #fff;
	background: #ccc;
}
.agree_wrap {
	height:40px; line-height:40px; text-align:left
}

.agree_wrap input[type=checkbox]{
	width:14px; height:14px; margin:0 10px 2px 0; vertical-align:middle;
}

.agree_wrap a {
	color: #949ca4;
	font-size: 14px;
	padding-left: 5px;
}
.rgs_agree{ display: none;border:1px solid #00ddd2; width:550px; height:360px; position:absolute; z-index:9999; top:50%; left:50%; margin:-180px 0 0 -275px; background:#FFF}
.rgs_agree .rgs_header{ background:#00ddd2; position:relative; color:#FFF; text-align:center; font-size:18px; line-height:48px;}
.rgs_agree .rgs_header .rgs_close{position:absolute; color:#FFF; font-size:14px; right:0px; top:0px; width:70px; display:inline-block; text-align:center;}
.rgs_agree .rgs_con_box{ border:2px solid #f6f6f6; margin:10px; padding:10px; height:220px; }
.rgs_agree .rgs_content{height:220px; overflow-y:auto; color:#595959; font-size:12px; line-height:22px;}
.rgs_agree_btn{ width:134px; height:36px; line-height:36px; background:#00ddd2; text-align:center; font-size:18px; color:#FFF; border-radius:3px; display:inline-block;}
/*
//未使用
.welcome { text-align: center; line-height: 90px; color: #fff; font-size: 34px;}
.health_login_head { width: 100%;  padding: 15px 15px 0;}
.login_title { margin:0 20px; text-align: center; color: #fff; font-size: 24px;;  }
.login_head{
    width: 100%;
    padding: 15px 15px 0;
}
*/