﻿*{
    margin:0;
    padding:0;
    border:none;
    outline:none;
    font-family:'Microsoft YaHei';
}
body{
    background:#fafafa;
}
a{
    color: #666;
    text-decoration:none;
}
ul,li{
    list-style:none;
}
:focus {
    outline: 0;
}
.header{
    height:95px;
    background:#fff;
  box-shadow: 0px 1px 3px 0px rgba(68, 68, 68, 0.11);
  position:relative;
}

.header>div{
    width:1200px;
    height:95px;
    margin:0 auto;
}
.header .logo{
    display:inline-block;
    margin-bottom:20px;
}
.header .logo a{
    display:inline-block;
    line-height:75px;
    height:75px;
    float:left;
}
.header .logo img{
    vertical-align:bottom;
}
.header .logo_text{
    display:inline-block;
    font-size:24px;
    float:left;
    margin-left:20px;
    color:#333;
    margin-top:44px;
}
.content{
    height:550px;
    background:#fff;
}
.content>div{
    width:425px;
    height:450px;
    padding:50px 0;
    margin:0 auto;
    position:relative;
}
#regiter .title{
    font-size:23px;
    color:#4e4e4e;
    text-align:center;
    margin-bottom:20px;
}
#formlogin .item {
    position: relative;
    z-index: 1;
}
#formlogin .item-fore1, #formlogin .item-fore2,#formlogin .item-fore3{
    position: relative;
    border: 1px solid #e6e6e6;
    height: 38px;
    width: 423px;
}
#formlogin .item .login-label {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 88px;
    height: 38px;
    line-height:38px;
    color:#646464;
    text-align:center;
    border-right: 1px solid #fff;
    background-color:#fff;
    background-position:center center;
    background-repeat:no-repeat;
}
#formlogin .itxt {
    line-height: 18px;
    height: 18px;
    border: 0;
    padding: 10px 0 10px 100px;
    width: 323px;
    float: none;
    overflow: hidden;
    font-size: 14px;
    color:#646464;
}
#formlogin .itxt::-webkit-input-placeholder{
    color:#bebebe
}
#formlogin .verify_show{
    display:block;
    margin-bottom:5px;
}
#formlogin .verify_hide{
    display:none;
}
#formlogin .item-fore3{
    width: 236px;
    float:left;
}
#formlogin .verify-code{
    float:left;
    margin:0 10px 0 15px;
    width:127px;
    height:40px;
}
#formlogin .verify-code~a{
    width:30px;
    height:30px;
    margin-top:5px;
    background:url(../images/change.png) center center no-repeat;
    background-size:cover;
    float:left;
}
.verify-ok{
    position:absolute;
    width:16px;
    height:16px;
    display:block;
    right:-21px;
    top:50%;
    margin-top:-8px;
    background:url(../images/verify-ok.svg) center center no-repeat;
    display:none;
}
.MesVeriBtn{
    width:173px;
    margin-left:14px;
    height:40px;
    background:#f0f0f0;
    color:#a4a4a4;
    display:inline-block;
    line-height:40px;
    text-align:center;
    font-size:14px;
    box-sizing:border-box;
    cursor:pointer;
}
.MesVeriBtn.active{
    width:171px;
    height:38px;
    line-height:38px;
    background:#fff;
    border:1px solid #42b64b;
    color:#42b64b
}
.text{
    height:30px;
    line-height:30px;
    font-size:13px;
    color:#787878;
}
.passstrength{
    position:relative;
    margin:8px 0;
    margin-left:40px;
    display:none;
    opacity:0;
}
.passstrength .pw-bar{
    background: url(../images/pwd-1.png) no-repeat;
    height: 14px;
    overflow: hidden;
    width: 179px;
}
.pw-bar-on {
    background: url(../images/pwd-2.png) no-repeat;
    width: 0px;
    height: 14px;
    position: absolute;
    top: 0;
    left: 0;
    transition: width .5s ease-in;
    -moz-transition: width .5s ease-in;
    -webkit-transition: width .5s ease-in;
    -o-transition: width .5s ease-in;
}
#formlogin .itxt.veri_code{
    width:136px;
}
#register{
    background:#e31d1a;
}
.registersubmit{
    display:block;
    height:50px;
    line-height:50px;
    text-align:center;
    background:none;
    color:#fff;
    font-size:18px;
    cursor:pointer;
    width:100%;
    margin-bottom:20px;
}
.registersubmit:hover{
    background:rgba(0,0,0,0.1);
}
.tip{
    font-size:14px;
    color:#707070;
}
.tip a{
    color:#e31d1a
}
.error{
    font-size:14px;
    height:16px;
    line-height:16px;
    color:#ff0000;
    margin:7px 0;
}
.footer{
    padding:40px;
    line-height:1.6;
    text-align:center;
    font-size:14px;
    color:#999999;
}
.close{
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background:rgba(0,0,0,0.3);
    z-index:99;
    display:none;
}
#agreement{
    position:fixed;
    width:800px;
    height:500px;
    top:50%;
    left:50%;
    margin-top:-300px;
    margin-left:-450px;
    background:#fff;
    z-index:9999;
    padding:50px;
    display:none;
}
#agreement #close{
    position:absolute;
    top:0;
    right:0;
    width:30px;
    height:30px;
    padding:10px;
    line-height:30px;
    text-align:center;
    font-size:20px;
   cursor:pointer;
}
#agreement .text{
    height:100%;
    overflow:auto;
    margin:0;
}