/*主体内容块*/
.abtest-container{display:block;}
.header .mod{
    background:#99CCCD;
    height:55px;
	width:100%;
	border-bottom:3px solid #D8E1E0
}
.header .mod .hd{
	width:960px;
	margin:0 auto;
	height:52px;
	line-height:52px;
}
.ui-alogo{
    display:block;
    background:url(/info/openweb/images/web/icon/logo.jpg) no-repeat;
	width:135px;
    height:42px;
	margin: 6px 0 0;
}
.footer .mod{
    width:960px;
	margin:0 auto;
	display:block;
}
.footer .mod .hd{
    text-align:center;
}

.accountArea{
	 width:960px;
	margin:40px auto;
	display:block;
	}
.tipsleft{ float:left; width:460px; height:350px;}
.loginArea{float:right; height:350px;width:430px; }
.h2t{ text-align:left; font-size:16px;}
.tipsleft .bot{ background:#F7F9F8; border:1px solid #D3DFDF ; padding:15px; margin:50px 10px;line-height: 22px;}

/*li 元素行高*/
.line30 li{
	color:#999;
    vertical-align: middle;
	height:30px;
	line-height:30px;
}
.line30 input{
    display:inline-block;
    margin-right:5px;
    vertical-align: middle;
}
/*登录框样式*/
.pop_login fieldset {
    overflow: hidden;
    padding: 20px 20px 0 20px;
}


.pop_login .form_line,.pop_login .form_line_btn {
    display: block; float:left
}
.pop_login .label {
    display: none;
}
.pop_login .element {
    float: left;
    padding: 0 0 16px 1px;
    /*width: 100%;*/
	width:266px;
}
.pop_login .show_text_tips {
    position: relative;
}
.pop_login .text_tips{
    display:none;
	float:left;
	width:150px;
	height:37px;
	line-height:37px;
	*line-height:40px;
	_line-height:37px;
	margin-bottom:-37px;
	overflow:hidden;
	padding:0 2px 0 10px;
	color:#999;
	cursor:text;
	font-size:14px;
}
.pop_login .text_tips2{
	float:left;
	height:37px;
	line-height:37px;
	*line-height:40px;
	_line-height:37px;
	margin-bottom:-37px;
	overflow:hidden;
	padding:0 2px 0 10px;
	color:#999;
	cursor:text;
	font-size:14px;
}
.pop_login .show_text_tips .text_tips {
    display: block;
}
.pop_login .text{
    float:left;
	width:225px;
	height:33px;
	line-height:33px\9;
	padding:1px 1px 1px 6px;
	border:1px solid #9AB2CA;
	border-right-color:#C3D3E3;
	border-bottom-color:#C3D3E3;
	font-size:20px;
	letter-spacing:1px;
	background-color:transparent;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.pop_login .text:focus,.pop_login .focus{
	transition:border linear .2s,box-shadow linear .5s;
	-moz-transition:border linear .2s,-moz-box-shadow linear .5s;
	-webkit-transition:border linear .2s,-webkit-box-shadow linear .5s;
	outline:none;border-color:#ff670f;
	box-shadow:0 0 8px #ff670f;
	-moz-box-shadow:0 0 8px #ff670f;
	-webkit-box-shadow:0 0 8px #ff670f;
}
.ime_disabled{/*ime-mode:disabled;*/}
.pop_login .form_line_verify {
    display: none;
}
.pop_login .input_wrap {
    float: left;
    width: 112px;
}
.pop_login .verify_wrap{
    float:left;
	width:130px;
	margin-left:8px;
	text-align:right;
}
.pop_login .verify_wrap img{
   vertical-align: middle;
}
.pop_login .form_line_verify .text_tips{
    width:100px;
	display: block;
}

.pop_login .form_line_verify .text{
    width:103px;
    height:33px;
    line-height:53px\9;
}
.w103{
    width:103px;
}
.ico_lock_open, .ico_lock_close {
    background: url(/info/openweb/images/web/bg/bg_01.png) no-repeat;
    display: inline-block;
    overflow: hidden;
}
.ico_lock_open, .ico_lock_close {
    cursor: pointer;
    height: 17px;
    vertical-align: middle;
    width: 13px;
}
.ico_lock_open {
    background-position: -203px -260px;
}
.ico_lock_close {
    background-position: -190px -260px;
}
.pop_login .ico_lock_open{
 float: left;
    left: -19px;
    position: relative;
    top: 13px;
}
.pop_login .ico_lock_close{
 float: left;
    left: 255px;
    position:absolute;
    top: 9px;
}

.pop_login .safe_mode{
    float:left;
	width:100%;
	height:22px;
	line-height:22px;
	_line-height:20px;
	color:#2C9E62;
	margin-bottom:-22px;
	clear:both;
}
.pop_login .form_error {
    width:260px;
    color: #FF2E28;
    margin: 5px 0 0 1px;
    overflow: hidden;
    padding: 5px 0;
	float:left;

}
.kj_msbtn {
 background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(230,230,230,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
 padding:1px 1px 1px 6px;
	border:1px solid #CCCCCC;
    height:36px;
	line-height:36px;
    padding:0 10px;
	float:left; margin-left:5px; display:inline
}
.pop_login .form_line_btn {
    height: 47px;
    padding-top: 7px;
}
.pop_login .form_line_btn .element {
    padding-bottom: 0;
}

button.btn_blue {
	
    background-color:#33A9A9;
    display: block;
    height: 39px;
    width: 158px;
	 border-bottom:1px solid #33A9A9;
	border:1px solid #4E9697;
	font-size:18px;
	color:#fff; cursor:pointer
    font-weight:bolder;
}

.ui-line{
	height:40px;
	line-height:40px;
	display:block;
	
}
.pop_login .pwdctrl_wrap{
    float:left;
	width:278px;
	height:35px;
	border:1px solid #9AB2CA;
	border-right-color:#C3D3E3;
	border-bottom-color:#C3D3E3;
	overflow:hidden;
}
.pop_login .pwdctrl_wrap object,.pop_login .pwdctrl_wrap embed{
    height:35px;
	width:278px; border:none
}
#USR_PSWP {
    border: 0;
    float: left;
    height: 35px;
    width: 220px;
}
#USR_PSWP_down {
    background-color: #ddd;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
/*标签元素颜色值*/
.c999{
    color:#999;
}
.c666{
    color:#666;
}
.c3ccc{
    color:#ccc;
}
.c738{
    color:#73880a; 
}
.cff6{
    color:#ff670f;
}
.mt18{
    margin-top:18px;
}
html .show {
    display: block;
}
html .hide{
    display:none;
}
img, fieldset {
    border: medium none;
}
html .visible {
    position: static;
}

.logintype{
  float: left;
  margin: 20px 0 0 20px;
}


.text_tips_ag{position:absolute;top:0;left:0}
.linksArea .bd{ padding-left: 43px;
    width: 325px;}
.home_tab_li{ border-bottom: 1px solid #D6DCDC;
    height: 32px;
    padding-left: 32px;}
	.home_tab_li li{ float:left; width:130px; text-align:center;display:inline-block}
	.home_tab_li a{color:#999;margin-bottom:-1px; height:30px; line-height:30px;width:130px;height:30px; float:left}


.home_tab_lihover a{  border-bottom: 2px solid #666666;color: #666666;height: 30px;line-height: 30px;margin-bottom: -1px;text-decoration: none;width: 130px;font-weight:bold}
.home_tab_lihover2 a{  border-bottom: 2px solid #666666;color: #666666;height: 30px;line-height: 30px;margin-bottom: -1px;text-decoration: none;width: 130px;font-weight:bold}
.tipsleft .bot{ line-height: 20px;color:#999}
.home_tab_li li{margin-left: 10px;}
.button.btn_blue{font-weight:bold}	
/*快捷登录页面样式优化*/
.loginArea1{float:right;width:330px;margin-right:110px;border:1px solid #D6DCDC;}
.home_tab_li1{height:45px;}
.home_tab_li1 li{ float:left; width:164px; text-align:center;display:inline-block;height:45px;line-height:45px;font-size:14px;font-weight:bolder;}
.home_tab_li1 a{color:#666;height:45px; line-height:45px;width:164px;float:left;text-decoration:none;background: none repeat scroll 0 0 #F6F6F6;}
.home_tab_li1 a:hover{text-decoration:none;}
.home_tab_lihover1 a{color: #999;text-decoration: none;background:#ffffff;}
.pop_login .element1 {float: left;padding: 0 0 16px 1px;width:280px;}
.pop_login .text1{float:left;width:280px;height:35px;line-height:35px;border:1px solid #9AB2CA;border-right-color:#C3D3E3;border-bottom-color:#C3D3E3;font-size:20px;letter-spacing:1px;background-color:transparent;}
.pop_login .text2{float:left;width:160px;height:35px;line-height:35px;border:1px solid #9AB2CA;border-right-color:#C3D3E3;border-bottom-color:#C3D3E3;font-size:20px;letter-spacing:1px;background-color:transparent;}
.kj_msbtn2 {
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(230,230,230,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
border:1px solid #CCCCCC;
height:36px;
line-height:36px;
float:left; margin-left:5px; display:inline;
color:#666;
width:118px;
}
.linksArea .bd1{width:280px;padding-left:20px;}
.ui-line a{color:#999;}
.ui-line a:hover{color:#999;text-decoration:none;}
.phone_verify_ckeckbox_font a{color:#999;}
.phone_verify_ckeckbox_font a:hover{color:#999;text-decoration:none;}

.leftBox_h{height:190px;}
.adBox{width:470px;height:145px; margin-top:10px;}
.lbl{height:30px;line-height:30px;color:#999;}














