@charset "utf-8";
/* CSS Document */
input, select, button {
    margin: 0;   
    padding: 0;   
    vertical-align: middle;
    
}
/*登录弹窗*/
.login_box { float:left; width:260px; padding-top:50px; padding-left:65px;}
.login_title {font-size:18px;color:#a7070f;height:35px;}
.login_cc{}
.point {
	color:#0087cb;
	width:230px;
	height:37px;
	line-height:35px;
	float:left;
	display:none;
}
.lcc_text{
	color:#333;
	margin-top:15px;
	width:250px;
	border:1px solid #cdcccc;
	position: relative;
	z-index:1;
	height:35px;
	overflow: hidden;
	float: left;}
	
.lcc_text:hover{
	border:1px solid #1ba3e7;
	-moz-box-shadow: 0px 0px 3px #1ba3e7;
	-webkit-box-shadow: 0px 0px 3px #1ba3e7;
	box-shadow: 0px 0px 3px #1ba3e7;
}
.lcc_text .input {
	border:1px solid #f3f3f3;
	font-size:14px;
	width:230px;
	height:33px;
*margin-top:-1px;
	line-height:33px;
	padding:0 10px;
	position:relative;
	z-index:3;
	background:none;
	
}
.lcc_text span {
	position: absolute;
	top:0px;
	left:0;
	height:35px;
	line-height:35px;
	padding:0 10px;
	z-index:2;
	font-size:14px;
	color:#999;
}

.forget {margin:10px 5px 5px; float:left; height:30px;font-size:13px;color:#999; width:250px;}
.forget span{ display:inline-block; width:100px;font-size:13px;color:#999;}
.forget a { display:inline-block; padding-left:3px;color:#0099e9; font-size:13px;}
.forget a:hover {color:#0082c6;}

.login_Btn{ height:48px; margin:0px auto; }
.login_Btn a{ display:block; line-height:48px; background-color:#f1af01;text-align:center;font-size:16px;color:#FFF;border-radius:5px; font-weight:bold;}
.login_Btn a:hover {
	background-color:#C58E01;
}


/*登录ie不兼容没用到的样式*/
.k_sj,.k_mm,.k_yzm{height:30px; margin-top:15px;}
.k_sj input,.k_mm input {width:230px;height:20px; border:1px solid #cfcfcf;float:left;font-size:14px;color:#666; padding:5px 10px;}
.k_yzm input {width:100px; height:20px;border:1px solid #cfcfcf;float:left;font-size:14px;color:#666; padding:5px 10px;}
.yzm {
    float: left;   
    height: 30px;
    width: 80px;
	margin:0px 5px;
    cursor: pointer;
}
.k_yzm span {    
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #000;
    float: right;
}
/*没用到的注册*/
.register_HDB {overflow:hidden;margin:10px 29px;}
.reg_Ul {overflow:hidden;}
.reg_Ul li {overflow:hidden;margin-top:15px;}
.reg_Ul li span {display:inline-block;width:70px;height:50px;line-height:50px;font-size:14px;color:#000;float:left;}
.reg_Ul li .reg_input1 {width:318px;height:48px;line-height:48px;text-indent:10px;font-size:14px;color:#666;border:1px solid #cfcfcf;}
.reg_Ul li .reg_input2 {width:120px;height:48px;line-height:48px;text-indent:10px;font-size:14px;color:#666;border:1px solid #cfcfcf;float:left;}
.reg_Ul li #huoYzm {width:100px;height:38px;line-height:38px;border:1px solid #cfcfcf;font-size:14px;color:#666;float:left;margin:5px 0 0 5px;text-align:center;cursor: pointer;}
.reg_Ul li #huoYzm.thisHui,
.reg_Ul li #huoYzm.thisHui:hover {background-color:#ccc;color:#fff;cursor: default;}
.reg_Ul li #huoYzm:hover {background-color:#fcfcfc;}
.forget2 {margin:0 30px;text-align:left;height:30px;font-size:14px;color:#999;}
.forget2 a {color:#0099e9;}
.forget2 a:hover {color:#0082c6;}
#dt_review_box {display:none;}


/*用到的注册部分css样式定义*/
.head-section {
    position: relative;
    border-bottom: 1px solid #c10100;
    margin-bottom: 10px;
}
.cf {
    zoom: 1;
}
.head-section ul {
    margin-left: 10px;
}
.head-section li {
    display: inline-block;
    margin-right: 3px;
    zoom: 1;
}

.head-section li a {
	position: relative;
	display: block;
	padding: 0 10px;
	line-height: 35px;
	font-size: 16px;
	font-weight: bold;
	zoom: 1;
	color:#c10100; 
}
.head-section span.login-guide {
    position: absolute;
    right: 0;
    bottom: 5px;
    font-size: 14px;
    font-weight: normal;
}
#signup-form {
    position: relative;
    margin-bottom: 20px;  
}
.field-group {    
	margin: 5px 0;
    line-height: 21px;
    padding: 10px 0 10px 120px;
	position: relative;
	zoom: 1;
}
.field-group label {
width: 110px;
padding-top: 4px;
position: absolute;
left: 0;
font-size: 14px;
text-align: right;
color: #333333;
}

.common-form .f-text, .field-group .f-text, .field-group--small .f-text {
    width: 220px;
    height: 21px;
    padding: 5px;
    border: 1px solid #ccc;
    line-height: 21px;
    vertical-align: top;
    margin-bottom: 3px;
}

.f-text, .field-group--small .f-text {
	font-size: 14px;
    width: 220px;
    height: 21px;
    padding: 5px;
    border: 1px solid #ccc;
    line-height: 21px;
    vertical-align: top;
    margin-bottom: 3px;
}
.inline-tip {
    padding: 5px 8px 5px 24px;
    color: #666;
    background: #e5f5ff url(../images/skin/sys-icons-16.png) 5px -93px no-repeat;
    border: 1px solid #a4dbfe;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.email-auto {
    position: absolute;
    top: 104px;
    left: 120px;
    width: 232px;
    color: #666;
    font-size: 12px;
    background: #fff;
    box-shadow: 0 1px 3px #c0ddf6;
    overflow: hidden;
    z-index: 1;
}
.email-title {
    color: #666;
    padding: 3px 5px;
    border: 1px solid #6db5a0;
    border-bottom: 0;
}
.email-list {
    border: 1px solid #6db5a0;
    border-top: 0;
}
.field-group--password {
    padding-bottom: 26px;
}
.pw-strength {
	position: absolute;
	width: 232px;
	top: 45px;
	left: 120px;
	background-color: #E69E86;
}
.pw-strength__bar {
    background: #aebeb0;
    height: 16px;
    width: 0;
    overflow: hidden;
}
.pw-strength__letter {
    position: absolute;
    top: 0;
    left: 0;
}
.pw-strength__label {
    display: block;
    float: left;
    text-align: center;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    width: 76px;
    border-right: 2px solid #FFF;
    color: #ffffff;
}
.pw-strength__label--noborder {
    border-right: 0;
}
.field-group select {
    height: 30px;
    padding: 0px 5px 5px;
    border: 1px solid #c0c0c0;
    line-height: 30px;
    vertical-align: top;
    margin-bottom: 3px;
}
input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    background: #fff;
}
.field-group--ok .inline-tip {
    height: 20px;
    width: 24px;
    padding: 6px 0;
    background-color: transparent;
    background-position: 6px 8px;
    border: 0;
}
.common-form .captcha img {
    height: 30px;
    vertical-align: top;
    border: 1px #CCC solid;
    cursor: pointer;
}
.common-form a.inline-link {
    margin: 0 0 0 4px;
    font-size: 12px;
    line-height: 32px;
    vertical-align: top;
    zoom: 1;
}
#signup .operate {
    margin-top: 10px;
}
.btn {
    color: white;
    background-color: #c10100;   
}
.btn, .btn-normal, .btn-hot {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    padding: 6px 25px 6px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    font-family: 'SimSun', Arial;
    letter-spacing: .1em;
    text-align: center;
    text-decoration: none;
    border-width: 0 0px 0px 0;
    border-style: solid;
    background-repeat: repeat-x;   
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
  
    cursor: pointer;
}
#signup .terms {
    font-size: 12px;
}