body {
	font-family:"微软雅黑";
    padding-bottom: 50px;
    background-color: #FFF;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
  margin-top: -15px;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 20px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 14px;
  background:#F8F8F8;
  border:#F8F8F8 solid 0px;
}
.form-signin input.has-error{border: #F94B4D solid 1px;}

.form-signin .form-control:focus {
  z-index: 2;
}
/*.form-signin input[type="email"] {
  font-family:"Microsoft YaHei"
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}*/

/*********new*********/

.top {
    width: 100%;
    height: 320px;
    background: #4f90c0;
}
.top .container{padding-top:60px;}

.form-signin input.mb20 {margin-bottom: 20px;}
.form{max-width: 640px; margin: 0 auto; background: transparent url(../images/login_bg.png) right bottom no-repeat; /*box-shadow: 1px 1px 3px #ddd;*/ padding-bottom:30px;}
.w494 {
    box-shadow: 0PX 0PX 25PX;
    max-width: 480px;
    background: #fff;
}

.mt-170{margin-top: -170px;}
.form .title {
    height: 40px;
    line-height: 40px;
    background: #394556;
    font-size: 16px;
    color: #fff;
    margin: 0px 10px 0px 8px;
    padding-left: 20px;
}

.form .form-signin .btn-primary {
    background: #418bc9;
    border: 0;
}
.form .form-signin .btn-primary:hover {color: #fff; background-color: #3580BD;}

.signin{height:50px; line-height:50px; text-align:right; color:#666;}

.signin a{font-size:16px; display: inline-block; color:#4f90c0; text-decoration:underline; padding-right: 30px; height:20px; line-height: 21px; background: transparent url(../images/nex.png) right 0px no-repeat;}

.checkbox a{text-decoration: none; color:#4f90c0;}
.checkbox {color:#666;}
.checkbox span.check-bg{width:16px; height:16px; background: url(../images/check.png) 0px 0px no-repeat; display: inline-block; position:absolute; z-index:99; top:2px; left:-2px;}
.checkbox span.check-bg-no{width:16px; height:16px; background: url(../images/check_a.png) 0px 0px no-repeat; display: inline-block; position:absolute; z-index:99; top:4px; left:0px;}

.tab {height:50px; line-height:50px; font-size:16px; color:#666; margin:30px auto 0px; text-align:center; max-width: 450px; border-bottom:#ebebeb solid 1px; }
.tab span{width:150px; display:inline-block; cursor: pointer;}
.tab span.tab-s{color:#00B48B; background: transparent url(../images/tab.png) right bottom no-repeat;}

.radio-box {height:50px; line-height:50px; font-size:14px; color:#666; margin:0 auto; text-align:left; padding-left:15px;}
.radio-box span{margin-right:40px; position:relative;}
.radio-box b.radio-s {width:20px; height:20px; background:#fff url(../images/select_a.png) 0px 0px no-repeat; display: inline-block; position:absolute; z-index:98; top:0px; left:-5px;}
.radio-box b.radio-n {width:20px; height:20px; background:#fff url(../images/select.png) 0px 0px no-repeat; display: inline-block; position:absolute; z-index:98; top:0px; left:-5px;}
.forget {height:50px; line-height:50px; text-align:right;}
.forget a{color:#3580BD;}

.form .mb40 {
    margin-bottom: 40px;
    margin: 0px 0px 40px;
}

.tip{color:#F64C4D; height:30px; line-height:30px; visibility:visible;}

.half{width:49.2%; display:inline-block;}


.code {
	width:100%;
    height: 40px;
    text-align: right;
    color: #666;
	clear: right;
}

.code .form-control{width:62%; float:left;}

.code .code-btn{float:right; height:40px;}

.code a.code-img{width:94px; height:38px; float:right; border:#00A681 solid 1px; display:inline-table; background:#F7FFE8; padding:0px; text-align:center; margin-top: 0px;  overflow:hidden; border-radius:5px;}
.code a.code-img img{margin:0px; border:0px; vertical-align:middle;}
.clear{clear:both;}

.agreement {
	border-top-left-radius:5px;
	border-top-right-radius:5px;
    max-width:960px;
    margin: 0 auto;
	margin-bottom:-80px;
    background: #fff;
    padding:30px  50px 100px;
	border:#efefef solid 1px;
}
.agreement .title {
    height: 60px;
    line-height: 60px;
    border-bottom:#ddd solid 1px;
    font-size: 26px;
    color: #333;
    margin-bottom:20px;
    text-align:center;
}
.text-center{margin:10px auto 0px;}
.agreement h3{font-size: 18px;}
.agreement p{padding-left:38px; margin-bottom:20px; line-height:24px; color: #666;}
.agreement ul{margin-left:28px; margin-bottom:30px; color: #666;}
.agreement .ml10{margin-left:10px;}