@charset "utf-8";
/* CSS Document */
/**/
.header-wrap{
    width:100%;
    background-color: #3F80CC;
    padding-top:50px;
    padding-bottom:30px;
}
.header{
    width:1200px;
    margin:0 auto;
    height:53px;
    line-height: 53px;
    background-color: #3F80CC;
}
.header-left{
    width:199px;
    height:53px;
}
.header-right{
    color:#fff;
}
.login-area{
    position: absolute;
    width: 410px;
    height: 450px;
    background-color: #fff;
    right: 0;
    top: 50%;
    margin-top: -225px;
    border-radius: 5px;
}
.login-wrap {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.tab-wrap{
    width: 100%;
    position: relative;
}
.tab-wrap::after {
    content: '';
    width: 410px;
    height: 0px;
    border-bottom: 1px solid #d6d7dc;
    position: absolute;
    bottom: 0;
    left: 0;
}
.tab{
    width: 262px;
    margin:0 auto;
    position: relative;
}
.tab li{
    width:33.3%;
    font-size: 14px;
    margin: 28px 0;
    text-align: center;
    cursor: pointer;
    float: left;
}
.tab li.active {
    font-size: 16px;
    color: #409eff;
}
.tab-line {
    width: 86px;
    z-index: 1;
    left: 0;
    bottom: 0;
    height: 2px;
    position: absolute;
    border-radius: 3px;
    background-color: #409eff;
    transition: all .5s;
}
.tab-line.r {
    left: 143px;
}
.tab-line.l {
    left: 0
}
.login-main{
    width:100%;
    height:373px;
    position: relative;
}
.login-main div.account-login,.login-main div.phone-login{
    display:none;
}
.account-login {
    margin: 45px 72px;
}
.phone-login {
    margin: 45px 72px;
}
.goRegister {
    font-size: 12px;
    margin-top: 30px;
    display: block;
    margin-left: 95px;
}
.goRegister span{
    font-size: 12px;
    color: #3366ff;
}
.wechat-login{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 245px;
    height: 271px;
    margin-left: -125.5px;
    margin-top: -135.5px;
}
.wechat-login > img{
    width:245px!important;
    height:245px;
    border:1px solid #999;
    display:block;
    margin:0 auto;

}
.wechat-login p{
    font-size:12px;
    margin:10px auto;
    text-align: center;
    color:#000;
}
.wechat-login .shade{
    background-color: #000;
    opacity: 0.7;
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    width:100%;
    height:100%;
    font-size:20px;
    color:#fff;
    text-align: center;
    display:none;
    cursor:pointer;
}
.wechat-login .shade span{ 
    color:#fff;
    display: block;
    margin-top: 25px;
}
.wechat-login .shade .refresh{
    width:50px;height:50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}
.input-area{
    height: 40px;
    border-radius: 20px;
    margin: 20px auto;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #aaa;
    position: relative;
}
.textCode-wrap{
    height:40px;
    line-height: 40px;
    margin:20px auto;
    position:relative;
}
.textCode{
    width:90px;
    height:40px;
    border-radius:20px;
    margin:0px auto;
    line-height: 40px;
    text-align:center;
    background-color: #fff;
    border:1px solid #aaa;
}
.textCode input{
    width:60px;
    display: inline-block;
    margin:0 auto;
    border:none;
    outline:none;
    font-size:12px;
}
.show-textCode{
    text-align: center;
    background-color: transparent;
    width:70px;
    height:30px;
    border-radius:5px;
    margin-left:3px;
    margin-top:5px;
    cursor:pointer;
}
.get-phone-code{
    margin-left:5px;
    width:90px;
    height:40px;
    background-color:#3366ff;
    font-size:12px;
    text-align: center;
    border-radius:10px;
    color:#fff;
    cursor:pointer;
}
.input-area input{
    width:230px;
    display: inline-block;
    margin:0 auto;
    border:none;
    outline:none;
}
.account-function{
    padding:0 26px;
}
.account-function span{
    font-size:12px;
    cursor:pointer;
    color:#333;
}
.login-button{
    background-color: #3366ff;
    width:150px;
    color:#fff;
    font-size:12px;
    height:40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    margin:25px auto;
    cursor:pointer;
}
.footer{
    width:960px;
    line-height: 30px;
    font-size:12px;
    color:#333;
    margin:0 auto;
    text-align: center;
}
.footer div {
    font-size:12px;
}
.footer a{
    text-decoration: none;
    color:#333;
    margin-right:5px;
    margin-left:5px;
    font-size: 12px;
}

.tips{
    font-size:10px;
    color:red;
    position:absolute;
    top:30px;
    left:18px;
    display: none;
}
.input-area.loginname-error .tips{
    display: block;
}
.banner{
    width:100%;
    position: relative;
}


