﻿@charset "utf-8";

/*登录 页面*/

.register-header{
    height: 100px;
    line-height: 100px;
    width: 1200px;
    margin: auto;
    background-color: #fff;
    vertical-align: top;
}
.register-header h1{
    height: 60px;
    display: inline-block;
    vertical-align: middle;
}
.register-header p{
    float: right;
    display: inline-block;
    vertical-align: middle;
    /*margin-left: 440px;*/
}

.register-header p span{
    font-size: 14px;
}

.register-header .call-number{
    color: #666666;
}

.register-header .call-phone{
    color: #ff6324;
    margin-right: 20px;
}

.register-header p a{
    font-size: 14px;
    color: #2b2b2b;
    margin-left: 15px;
}

.register-container{
    position: relative;
    width: 100%;
    height: 568px;
    background-color: #14a1fb;
}

.yuan{
    position: absolute;
    left: 625px;
    top: 389px;
}

.small-dian{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.m-radius{
    position: absolute;
    left: 70px;
    top: 0;
}



.register-content{
    position:absolute;
    top:0;
    left:50%;
    width: 1200px;
    height:568px;
    margin-left: -600px;
}
.register-content ul li:last-child{
    float:right;
}

.register-left{
    display: inline-block;
    width: 790px;
    height: 565px;
}

.register-left a{
    display: block;
    width:100%;
    height:100%;
}
.register-lef{
    position: relative;
    margin-top: 67px;
    margin-left: 122px;
}

.register-lef p{
    margin-bottom: 37px;
}

.register-lef .img-foot{
    position: absolute;
    left: -8px;
    z-index: 9;
}

.register-rig{
    margin-top:32px;
    /*margin-left: 185px;*/
    background-color: #fff;
    padding-bottom: 30px;
}
.register-box{
    width: 360px;
    background-color: #fff;
    overflow: hidden;
}

.register-name{
    font-size: 20px;
    color:#2496f6;
    margin:30px auto;
    text-align: center;
    letter-spacing: 2px;
}

.register-id,.register-pass{
    position: relative;
    background-color: #fff;
    margin-bottom: 10px;
}

.register-peo{
    position: absolute;
    left: 52px;
    top: 15px;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../../images/v_1901/register.png) -61px -1px no-repeat;
}

/*.register-pass input{*/
/*display: block;*/
/*width: 235px;*/
/*height: 50px;*/
/*border: none;*/
/*padding-left: 55px;*/
/*font-size: 14px;*/
/*color: #2b2b2b;*/
/*margin: auto;*/
/*background-color: #fafafa;*/
/*}*/

.register-id input,.register-pass input{
    display: block;
    width: 235px;
    height: 50px;
    padding-left: 55px;
    font-size: 14px;
    color:#2496f6;
    margin: auto;
    border:none;
    background-color:#eaf5ff;
}

.register-id input::-webkit-input-placeholder {
    color:#2496f6;
}

.register-pass input::-webkit-input-placeholder {
    color:#2496f6;
}

.register-word{
    position: absolute;
    left: 52px;
    top: 15px;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../../images/v_1901/register.png) -88px -1px no-repeat;
}
.log_oks {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 290px;
    margin: auto;
}
.register-check{
    padding-top: 5px;
    vertical-align:top;
}
.register-check input{
    margin-left: 40px;
    vertical-align: middle;
}
.register-check span{
    font-size: 14px;
    color: #2b2b2b;
    margin-left: 13px;
    vertical-align: middle;
}
.forget-pass2 {
    font-size: 14px;
    color: #2496f6;
}
.register-btn a{
    display: block;
    width: 290px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #fff;

    margin: 20px auto 10px;
    border-radius: 2px;
    letter-spacing: 5px;
}

.reg-now {
    background-color: #b4b2b2;
}

.reg-sure{
    background-color:#2496f6;
}

.register-other {
    width: 290px;
    margin: auto;
    padding-bottom: 17px;
    text-align: right;
}

.forget-pass{
    float: left;
    font-size: 14px;
    color: #2b2b2b;
}
.register-now {
    float: right;
    font-size: 14px;
    color: #2496f6;
}

.register-line{
    width: 290px;
    margin: 24px auto;
    text-align: center;
    color: #c1c1c1;
    font-size: 14px;
}

.register-else{
    position: relative;
    width: 290px;
    margin: auto;
}
.register-else a span{

    display: inline-block;
    width: 28px;
    height: 25px;
}
.register-else a{
    display: inline-block;
    width: 65px;
    height: 35px;
    line-height: 35px;
    padding-left: 35px;
    font-size: 14px;
    color: #2b2b2b;
    background-color: #fafafa;
    border-radius: 2px;
}

.register-qq{
    float: left;
}

.register-qq span{
    position: absolute;
    left:7px;
    top: 7px;
    background: url("../../images/v_1901/register.png") -31px -1px no-repeat;
}

.register-wx{
    float: right;
}

.register-wx span{
    position: absolute;
    left:194px;
    top: 7px;
    background: url("../../images/v_1901/register.png") -1px -1px no-repeat;
}
.register-footer{
    position: fixed;
    left:0;
    bottom: 0;
}
.register-bottom{
    width: 100%;
    height:100px;
}

.register-base{
    width: 1200px;
    line-height: 100px;
    text-align: center;
    margin:auto;
    font-size: 12px;
    color: #666666;
}



.big-bg{
    position: relative;
    width:100%;
    height: 568px;
    margin: auto;
}

.big-bg img{
   position: absolute;
    top:0;
    left:50%;
    margin-left: -1280px;
    display: block;
    width:2560px;
    height:100%;

}

.login-row{
    width: 290px;
    margin: auto;
    text-align: center;
}

.login-row a{
    margin: 0 25px 0 33px;
}

.login-qq{
     display: inline-block;
    width:35px;
    height: 35px;
    background: url("../../images/v_1901/qq-l.png")no-repeat center;
    background-size: 100% 100%;
}

.login-wx{
    display: inline-block;
    width:35px;
    height: 35px;
    background: url("../../images/v_1901/wei-xin.png")no-repeat center;
    background-size: 100% 100%;
}

.tab-head{
    text-align: center;
    padding: 40px 0;
}

    .tab-head span {
        font-size: 20px;
        color: #999;
        font-weight: bold;
    }

.tab-head span:hover{
    cursor: pointer;
}

.tab-head i{
    font-size: 20px;
    color: #999;
    margin: 0 15px;
    font-style: normal;
}

.active-tab{
    color: #2496f6 !important;
}

.phone-icon{
    position: absolute;
    left: 58px;
    top: 15px;
    display: inline-block;
    width: 14px;
    height: 21px;
    background: url(../../images/v_1901/phone-new.png) no-repeat center;
    background-size: 100% 100%;
}

.send-mess{
    position: absolute;
    top: 10px;
    right: 43px;
    display: inline-block;
    padding: 0.4rem 0.5rem;
    text-align: center;
    background-color: #2496f6;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
}

.register-pass .add-puts{
    display:inline-block;
    width: 150px;
    height: 50px;
    padding-left: 15px;
    font-size: 14px;
    color: #2496f6;
    margin-left: 35px;
    border: none;
    background-color: #eaf5ff;
    vertical-align: middle;
}

.yan-picture{
    display: inline-block;
    width:90px;
    height: 50px;
    vertical-align: middle;
}

.yan-picture:hover{
    cursor: pointer;
}
.yan-picture img{
    width:100%;
    height:100%;
}

.box-login{
    overflow-x: hidden;
}

.disabled1 {
    position: absolute;
    top: 10px;
    right: 43px;
    display: inline-block;
    padding: 0.4rem 0.5rem;
    background: gainsboro;
    color: black;
    display: none;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
}