@charset "utf-8";

html{
	background-color: #e7eefd;
}
body {
	_width: 100%;
	_height: 100%;
	color: #37373b;
	background-color: #ffffff;
	_background-image: url(about: blank);
	_background-attachment: fixed;
	margin: 0px auto;
	/*overflow-x:hidden;*/
}

/* 适配手机  */
@media (min-device-width : 300px) and (max-device-width : 800px){
	@media (min-width:320px){
		html{
			font-size:15px;
		}
	}
	@media (min-width:375px){
		html{
			font-size:20px;
		}
	}
	@media (min-width:440px){
		html{
			font-size:24px;
		}
	}
	@media (min-width:520px){
		html{
			font-size:26px;
		}
	}
	@media (min-width:640px){
		html{
			font-size:28px;
		}
	}
	@media (min-width:750px){
		html{
			font-size:30px;
		}
	}
}

@charset "utf-8";

/*
 
 
 
 * 
 * Style - Register
 * Version: 3.0
 */

/* ---------- Register ---------- */
html{
	background-color: #e7eefd;
	
}
body {
	_width: 100%;
	_height: 100%;
	color: #37373b;
	background-color: #ffffff;
	_background-image: url(about: blank);
	_background-attachment: fixed;
	margin: 0px auto;
	/*overflow-x:hidden;*/
}
.BG{
	background-color: #fafafa;
	background-color: #e7eefd;
	
}

.emailfailwrap{
    width: 700px;
    height: 380px;
    margin-top: 45px;
    display: inline-block;
    background: #fff;
    text-align:center;
    color:#c5292b;
}
.emailsuswrap {
    width: 700px;
    height: 480px;
    margin-top: 45px;
    display: inline-block;
    background: #fff;
    text-align:center;
}
p.emlsusl1{
	color:#c5292b;
	padding-top:100px;
	width:340px;
	margin:0 auto;
}
p.emlsusl2{
	padding-top:40px;
	padding-bottom:40px;
	width:340px;
	margin:0 auto;
}
p.emlsusl3{
	color:#666666;
	width:340px;
	margin:0 auto;
	text-align:left;
}
.main .login {
	width: 340px;
	height: 280px;
	float: left;
	margin: 120px 0 0 80px;
}

#registerForm p{
	font-size: 12px;
	color: #999999;
	padding-left:17px;
	margin-bottom: 10px;
	letter-spacing:1px;
}


#registerForm span.requiredField{
	padding-right: 3px;
	color: #FF6D6D;
	font-size: 0.8rem;
}
#registerForm .gender label {
   margin-right:20px;
}
#registerForm .gender label  input{
  margin-right:5px;
}
#registerForm .submit {
	cursor: pointer;
	outline: none;
	blr: expression(this.hideFocus = true);
}

#registerForm .skip{
	font-size: 12px;
	color: #d8d8d8;
}
#registerForm .skip td{
	padding-left: 190px;
}
#registerForm .mradio{
	margin-left:-30px;
}
input,label{
	vertical-align:middle;
	margin-top:-1px; 
	margin-bottom:1px;
} 

#registerForm input.authcode:hover {
	-webkit-transition: box-shadow linear 0.2s;
	-moz-transition: box-shadow linear 0.2s;
	-ms-transition: box-shadow linear 0.2s;
	-o-transition: box-shadow linear 0.2s;
	transition: box-shadow linear 0.2s;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	border: 1px solid #3abeb3;
	background: none;
}
#registerForm input.text {
	width: 14rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 0.8rem;
    padding: 0px 1rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid;
    border-color: #d8d8d8;
    background: none;
    /* float: left; */
    /* margin-left: 67px; */
}
#registerForm input.text:hover {
	-webkit-transition: box-shadow linear 0.2s;
	-moz-transition: box-shadow linear 0.2s;
	-ms-transition: box-shadow linear 0.2s;
	-o-transition: box-shadow linear 0.2s;
	transition: box-shadow linear 0.2s;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	border: 1px solid #3abeb3;
	background: none;
}



input.btnauthcode {
	width:8.67rem;
    height: 2.53rem;
    display: inline-block;
    display: -moz-inline-stack;
    color: #646464;
    cursor: pointer;
    blr: expression(this.hideFocus = true);
    border: 1px solid #d8d8d8;
    background-color:#f6f6f6;
    text-align:center;
}

input.btnauthcode:hover {
	border: 1px solid #d8d8d8;
    background-color:#e7e5e6;
}

span.mobileblack{
	background: url(../images/mobileregicon.png) 0px 0px no-repeat;
	padding-left:20px;
	font-weight:bold;
	font-size:20px;
	color:#3f3f3f;
}

span.mobilegary{
	margin-left:10px;
	font-weight:bold;
	font-size:16px;
	color:#949494;
}


a.mobileblue{
	margin-left:10px;
	font-weight:bold;
	font-size:16px;
	color:#3362b0;
	text-decoration:underline;
}

div.registerAgreement .agreement {
	height: 448px;
	line-height: 24px;
	padding: 0px 4px;
	color: #999999;
	overflow-y: scroll;
	border: 1px solid #e6e6e6;
	text-align:left;
}
div.registerAgreement {
    position: absolute;
    background: #fff;
    width: 90%;
    height: 90%%;
    top: 5%;
    left: 5%;
    border: 1px solid #DBDBDB;
    z-index: 100;
}
div.registerAgreement .box{
	margin-left:6px;
}
div.registerAgreement .title {
  font-size: 12px;
  font-weight: normal;
  padding-left: 10px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  background-color: #3abeb3;
  position: relative;
  text-align:left;
}

div.registerAgreement .title .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  cursor: pointer;
  background: url(../images/ico_close.png?1393977) 30px center no-repeat;
}

div.btmlogin{
    height: 1rem;
    text-align: center;
    font-size: 0.8rem;
    color: #9c9c9c;
    padding: 1rem 0;
}

div.btmthrlogin{
	padding: 10px 60px 5px 17px;
	margin-top:30px;
}

div.btmthrlogin span{
	line-height:47px;
	margin-right:10px;
}


#bandMobileForm input.authcode{
	width: 130px;
	height: 38px;
	line-height: 38px;
	padding: 0px 4px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid ;
	border-color:#d8d8d8;
	background: none;
}
#bandMobileForm input.authcode:hover {
	-webkit-transition: box-shadow linear 0.2s;
	-moz-transition: box-shadow linear 0.2s;
	-ms-transition: box-shadow linear 0.2s;
	-o-transition: box-shadow linear 0.2s;
	transition: box-shadow linear 0.2s;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	border: 1px solid #74b9ef;
	background: none;
}
#bandMobileForm input.text {
	width: 270px;
	height: 38px;
	line-height: 28px;
	padding: 0px 4px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid ;
	border-color:#d8d8d8;
	background: none;
}
#bandMobileForm input.text:hover {
	-webkit-transition: box-shadow linear 0.2s;
	-moz-transition: box-shadow linear 0.2s;
	-ms-transition: box-shadow linear 0.2s;
	-o-transition: box-shadow linear 0.2s;
	transition: box-shadow linear 0.2s;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	border: 1px solid #74b9ef;
	background: none;
}
#bandMobileForm input.piccaptcha {
    width: 130px;
    margin-right:10px;
}
#bandMobileForm input.captcha {
    width: 130px;
}

#bandMobileForm tr.fieldErrorRedTr td {
    height: 30px;
    text-align: left;
    vertical-align: top;
    font-size: 14px;
}
#bandMobileForm table.bandmobile{
	margin-top:60px;
	width:370px;
}
#bandMobileForm p{
	text-align:center;
	line-height:30px;
}
#bandMobileForm p.last{
	margin-bottom:30px;
}
#bandMobileForm .submit:hover {
    background: #b30003;
}
#bandMobileForm .submit {
    width: 350px;
    height: 42px;
    line-height: 37px;
    margin-bottom: 10px;
    color: #ffffff;
    cursor: pointer;
    outline: none;
    blr: expression(this.hideFocus = true);
    border: none;
    background: #c5292c;
}
#bandMobileForm td.center{
	text-align:center;
}
a.backtoindex{
	color:#3164af;
}
#bandMobileForm a.backtoindex:hover{
	text-decoration: underline;
}
#bandMobileForm .cap_ch:hover {
    cursor: pointer;
    text-decoration: underline;
    text-decoration-color: #000000;
}
#bandMobileForm .cap_ch {

    font-size: 12px;
    position: relative;
    top: 4px;
    left: 5px;
    display: inline-block;
}




.main .registerForm{
	width: 480px;
	height: 520px;
	font-size: 16px;
    margin: 0 auto;
    text-align: center;
}
.registerForm .title{
	font-size: 20px;
	color: #c32022;
	letter-spacing:1px;
	padding:10px 0 5px 17px;
	margin-bottom:30px;
}
.registerForm p{
	font-size: 12px;
	color: #999999;
	padding-left:17px;
	margin-bottom: 10px;
	letter-spacing:1px;
}

.registerForm th {
	width: 80px;
	padding-left:15px;
	height:40px;
	font-weight:500;
}
.registerForm td {
	padding-left: 20px;
	font-weight: normal;
}

.registerForm tr.tip th{
	height:30px;
	vertical-align:top;
}
.registerForm tr.tip td{
	height:30px;
	text-align:left;
	vertical-align:top;
	font-size:14px;
}

.registerForm span.requiredField{
	padding-right: 3px;
	color: #FF6D6D;
	font-size: 12px;
}
.registerForm .gender label {
   margin-right:20px;
}
.registerForm .gender label  input{
  margin-right:5px;
}
.registerForm .submit {
	width: 378px;
	height: 42px;
	line-height: 37px;
	margin-bottom: 10px;
	color: #ffffff;
	cursor: pointer;
	outline: none;
	blr: expression(this.hideFocus = true);
	border: none;
	background: #c5292c;
}

.registerForm .skip{
	font-size: 12px;
	color: #d8d8d8;
}
.registerForm .skip td{
	padding-left: 190px;
}
.registerForm .mradio{
	margin-left:-30px;
}
input,label{
	vertical-align:middle;
	margin-top:-1px; 
	margin-bottom:1px;
} 

.registerForm input.authcode:hover {
	-webkit-transition: box-shadow linear 0.2s;
	-moz-transition: box-shadow linear 0.2s;
	-ms-transition: box-shadow linear 0.2s;
	-o-transition: box-shadow linear 0.2s;
	transition: box-shadow linear 0.2s;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	border: 1px solid #74b9ef;
	background: none;
}
.registerForm input.text {
	width: 270px;
	height: 38px;
	line-height: 28px;
	padding: 0px 4px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid ;
	border-color:#d8d8d8;
	background: none;
}
.registerForm input.text:hover {
	-webkit-transition: box-shadow linear 0.2s;
	-moz-transition: box-shadow linear 0.2s;
	-ms-transition: box-shadow linear 0.2s;
	-o-transition: box-shadow linear 0.2s;
	transition: box-shadow linear 0.2s;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	border: 1px solid #74b9ef;
	background: none;
}


/** my  css **/

.login-header{
	width: 100%;
    height: 2rem;
    margin: 0 auto;
    padding: 0.5rem 0;
    background: #fff;
}
.login-header img{
    width: auto;
    height: 2rem;
    float: left;
    margin-left: 1rem;
}

.head-title{
    height: 2rem;
    vertical-align: middle;
    line-height: 2rem;
    float: left;
    margin: auto;
    margin-left: 1rem;
    border-left: 1px solid #d8d8d8;
    padding-left: 1rem;
    font-size: 1rem;
    font-weight: 500;
    color: #9c9c9c;
}
.preinfo_back{
	width:1200px;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}

.wrap{
    width: 18rem;
    height: auto;
    display: inline-block;
    background: #fff;
    /* position: relative; */
    margin-top: 1rem;
}

.wrap table{
	width:100%;
	height:100%;
}
.wrap table td{
	text-align: center;
    text-align: -webkit-center;
}

.table-title{
    font-size: 1rem;
    text-align: center;
    height: 3rem;
    line-height: 3rem;
    font-weight: 500;
    width: 16rem;
}

.tip{
	height:2rem;
	vertical-align: top;
	text-align: left;
}

/*修改input默认文本的 颜色 */
input::-webkit-input-placeholder{
	color:#9c9c9c;
}
input:-moz-placeholder{
	color:#9c9c9c;
}
input::-moz-placeholder{
	color:#9c9c9c;
}
input:-ms-input-placeholder{
	color:#9c9c9c;
}
input.authcode{
    width: 7.8rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 0.8rem;
    padding: 0px 1rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid;
    border-color: #d8d8d8;
    background: none;
    /* float: left; */
    /* margin-left: 67px; */
}
input.btnauthcode {
    width: 6rem;
    height: 2rem;
    display: -moz-inline-stack;
    color: #3abeb3;
    cursor: pointer;
    blur: expression(this.hideFocus = true);
    border: 1px solid #3ab3b3;
    background-color: #9feae3;
    /* text-align: center; */
    font-size: 0.8rem;
    /* float: left; */
    /* margin-left: 20px; */
}
input.btnauthcodedisable{
    width: 6rem;
    height: 2rem;
    display: -moz-inline-stack;
    color: #3abeb3;
    cursor: pointer;
    blur: expression(this.hideFocus = true);
    border: 1px solid #3ab3b3;
    background-color: #9feae3;
    text-align: center;
    font-size: 0.8rem;
/*     float: left;
    margin-left: 20px; */
    background-color:#e7e5e6;
}
.agreeOrNot{
    text-align: left;
    padding-left: 1rem;
    /* margin-top: -20px; */
    margin-bottom: 1rem;
    height: 1rem;
    /* line-height: 20px; */
}
/* .agreeOrNot input[type="checkbox"] { */
/* 	display:none; */
/* } */
.agreeButton{
	float:left;
	width:20px;
	height:20px;
	border:none;
	background-image:url(../images/select_true.png);
	background-size:16px 16px;
	background-position:left center;
	background-repeat:no-repeat;
}

#registerForm .submit {
    /* float: left; */
    /* margin-left: 67px; */
    width: 16rem;
    height: 2rem;
    line-height: 2rem;
    margin-bottom: 0;
    color: #ffffff;
    cursor: pointer;
    outline: none;
    blr: expression(this.hideFocus = true);
    border: 1px solid #3abeb3;
    background: #3abeb3;
    border-radius: 5px;
    font-size: 1rem;
    padding: 0;
}

#registerForm .submit:hover {
	background: #e7e5e6;
	color:#3abeb3;
}

label.fieldErrorRed {
	line-height: 1rem;
    color: #c52b2b;
    padding-left: 0px;
    margin-left: 1.5rem;
    margin-top: 5px;
    float: left;
}
.clbu {
    color: #3abeb3;
}

a:visited{
    color: #3abeb3;
}
