html,body {
    font-size: 14px;
    font-family: "微软雅黑", Helvetica, Tahoma, Arial, sans-serif;
    color: #000;
    background-color: #f5f5f5;
    margin: 0;
    padding: 0;
}
ul,li{list-style-type: none;list-style: none;}
img {
    border: 0;
}
.cf:before,.cf:after {
    display: table;
    content: "";
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/* 登录页样式
------------------------------------------ */

.login-main {
    margin: 0 auto;
    width:1200px;
}
.login-header {
    height:120px;
    line-height: 50px;
    background-color: #f5f5f5;
}
.login-header .wp{width: 1100px;margin:0 auto;}
.login-header .logo{height: 100px;width: 500px;float: left; padding-top: 20px;}
.logo img{height:auto;} 

.regist-to-login{margin-top:35px; width: auto; float: right; }
.regist-to-login li{float: left; list-style-type: none; margin-left: 20px; }
.regist-to-login li a {
	width:auto;
	display: block;
	line-height:34px;
	padding: 0 8px;
    height: 34px;
    text-decoration: none;
	background:#FF8925;
	color:#fff;
	text-align:center;
	border-radius:3px 3px;
}

.login-body {
    height: 450px;
    background: #fff;
}
.login-body .pr {
    position: relative;
    height: 320px;
    padding-top:50px;
}

.banner {width:850px; height:320px;  float: left; overflow: hidden;margin-left: 0px; position: relative;}
.banner .pic{ position:relative; z-index:0; margin: 0px; }
.banner .pic img { width:850px; height:320px; display: block;margin: 0px; padding: 0px;}
.banner .hd { width:100%; position: absolute; bottom: 10px; text-align: center; font-size:0; z-index:1; }
.banner .hd li{margin: 0 5px; background: url(../images/dot.png) no-repeat 0 -16px; height: 16px; overflow: hidden; width: 16px; cursor: pointer;
		display:inline-block; *display:inline; zoom:1;  _background: url(../images/dot8.png) no-repeat 0 -16px;
	}
.banner .hd .on{ background-position:0 0; }
.banner .prev,
.banner .next { width: 60px; height: 90px; margin: -60px 0 0; display: none; background: url(../images/ad_ctr.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; filter:alpha(opacity=20);opacity:0.2;  }
.banner .prev { left: 0; }
.banner .next { background-position: 0 -90px; right: 0; }
.banner .prev:hover,
.banner .next:hover { filter:alpha(opacity=50) !important;opacity:0.5 !important;}

.left{width: 350px; float: left;}

button.regist-btn {
	width:150px;
	height:40px;
	margin-right:5px;
	border:none;
	cursor:pointer;
	font-size:16px;
	border-radius:3px;
	border-bottom-right-radius:none;
	border-bottom-left-radius: none; 
	background:#ededed;
	color:#888;
}
button.on {
	background:#00acff;
	color:#fff;
}

.left .mian{box-shadow: 0 0 2px #041A36;}
.login-form {
    width: 290px;
    float: right;
    padding:0px 30px 13px;
    background-color: #fff;
}

.login-form .check-tips {
    color: #ff0000;
    margin-top: 10px;
}
.login-form .item-box {
    /* box-shadow: 0 1px 3px rgba(170, 170, 170, 0.8) inset; */
    /* background-color: #fff; */
}
.login-form .item-box .item {
    border-radius: 5px;
}
.login-form .item {
    padding: 3px 10px 3px 12px;
    border: 1px solid #ececec;
    margin-bottom:10px;
}
.login-form .focus {
    border: 1px solid #A6E1F3;
    box-shadow: 0 0 12px #BAF7FF;
}
.login-form .icon-login-user,
.login-form .icon-login-pwd,
.login-form .icon-login-verifycode,
.login-form .icon-login-phone {
    display: inline-block;
    margin-right: 6px;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    background: url("../images/icon24_login.png") no-repeat;
}
.login-form .icon-login-phone{
    background-position: -80px 0;
}
.login-form .icon-login-user {
    background-position: 0 0;
}
.login-form .icon-login-pwd {
    background-position: -48px 0;
}
.login-form .icon-login-verifycode {
    background-position: -24px 0;
}
.login-form input {
    padding: 8px 0;
    width: 220px;
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    font-family: "微软雅黑", arial, sans-serif;
    vertical-align: middle;
    border: 0 none;
    background-color: #fff;
    outline: 0;
    resize: none;
    color:#686868;
    *padding: 7px 0;
}
#itemBox {
    position: relative;
}
.placeholder_copy {
    display: none;
    position: absolute;
    left: 48px;
    font-size: 16px;
    color: #ADADAD;
}
.placeholder_un {
    top: 13px;
}
.placeholder_pwd {
    top: 69px;
}
.placeholder_check {
    top: 125px;
}
.login-form .focus   {
}
.login-form .verifycode input {
    width: 124px;
    font-size:16px;
}
.login-form .verifycode img {
    vertical-align: middle;
}
.login-form .login_btn_panel {
    margin: 20px 0 10px;
}
.login-form .login-btn {
    padding: 3px 0;
    width: 100%;
    height: 48px;
    font-size: 22px;
    font-weight: bold;
    font-family: '微软雅黑',arial,verdana;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 0;
    background-color: #40C402;
}
.login-form .login-btn:hover {
    background-color: #42EC00;
}
.login-form .login-btn[disabled] {
    opacity: 0.6;
    filter: alpha(opacity=60);
    cursor: default;
    box-shadow: none;
}
.login-form .login-btn .in {
    display: none;
}
.login-form .log-in .in {
    display: inline-block;
}
.login-form .log-in .on {
    display: none;
}
.icon-loading {
    display: inline-block;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    vertical-align: -3px;
    background: url(../images/loading_icon.gif) no-repeat 0 0;
}

/* 底部 */
.login-footer {
    line-height: 2.0;
    text-align: right;
    color: #999;
    position:fixed;
    bottom:0;
    width:100%;
}
.login-main p{
    position:fixed;
    bottom:0;
    margin:0;
    text-align:center;
    left:0;
    right:0;
    background:#30333F;
}
.footer-link a {
    color: #2A72C5;
    text-decoration: none;
}
.footer-link a:hover {
    text-decoration: underline;
}
.footer-link span {
    color: #2A72C5;
    margin: 0 4px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.reloadverify{
    color:#69C3FF;
}

img.verifyimg{
	border: 1px solid #ececec;
    cursor: pointer;
}

/*

body {margin:0;padding:0;}
h1, h2, h3, h4, h5, h6 {
	font-family:"Hiragino Sans GB","helvetica","microsoft yahei";
}
.logo {
	margin-top:50px;
	height: 120px;
	background:url("../images/logo.png") top center no-repeat;
}
.main {
	margin-top:50px;
	min-width:600px;
	padding:35px 0 30px 230px;
	position:relative;
}

button.regist-btn {
	width:150px;
	height:40px;
	margin-right:5px;
	border:none;
	cursor:pointer;
	font-size:16px;
	border-radius:3px;
	background:#ededed;
	color:#888;
}
button.active {
	background:#00acff;
	color:#fff;
}
input.txt-input {
	width:310px;
	height:40px;
	padding:10px;
	border:1px solid #ccc;
	border-radius:0;
}

input.btn-input {
	width:310px;
	height:40px;
}
div.phone-box {
	width:310px;
	margin-bottom:15px;
}
div.phone-box input.phone-txt{
	border-radius:0;
	height:40px;
}
div.phone-box span.phone-btn{
	border-radius:0;
	height:39px;
}
.regist-to-login{
margin-top:20px;
float: right; 
}
.regist-to-login li{
	float: left;
	list-style-type: none;
	margin-left: 20px;
}
.regist-to-login li a {
	width:auto;
	display: block;
	line-height:34px;
	padding: 0 8px;
    height: 34px;
    text-decoration: none;
	background:#FF8925;
	color:#fff;
	text-align:center;
	border-top:3px solid #FFC86E;
	border-radius:3px 3px 0 0;
}
.code-area {
	position:relative;
	margin-top: 15px;
}
.code-img {
	position:absolute;
	left:130px;
	top:0px;
}
.welcome-back {
	width:310px;
	text-align:center;
	color:#aaa;
}

.container p a{color: #333;}


.top-alert-tips{position:fixed; top:0; left:50%; margin-left:-300px; width:600px; z-index:10099; background:#1dbd03; border-bottom-left-radius:10px;border-bottom-right-radius:10px; color:#fff; height:50px; line-height:50px; white-space:nowrap; padding:0 20px;}
.alert-success{background:#1dbd03;}
.alert-error{background:#fb1d0f;}
.top-alert-tips .close{ position:absolute; top:10px; right:0px; width:30px; height:30px; line-height:30px; color:#fff; font-size:22px;}
*/