.footer{
    background: transparent;
    margin-top: 66px;
}
.footer .link{
    color: #ffffff;
}
.footer .link a{
    color: #ffffff;
}
.footer .text P{
    color: #abb7cd;
}
.w{
    width: 1300px;
}
.logo{
    /*margin-top: 70px;*/
}
.logo a{
    display: block;
}
.logo p{
    font-size: 18px;
    color: #ffffff;
    margin-left: 10px;
    margin-top: 26px;
}
.sigin{
    background: #ffffff;
    height: 536px;
    margin-top: 60px;
}
.sigin .imgs{
    width: 374px;
    height: 273px;
    margin-left: 180px;
    margin-top: 76px;
}
.sigin .form{
    width: 526px;
}
.sigin .tab{
    margin-top: 40px;
    margin-bottom: 20px;
}
.sigin .tab span{
    font-size: 20px;
    color: #333333;
    padding-bottom: 14px;
    position: relative;
    cursor: pointer;
}
.sigin .tab span:last-child{
    margin-left: 36px;
}
.sigin .tab span.current{
    color: #0096df;
}
.sigin .tab span.current::after{
    content: "";
    display: block;
    width: 34px;
    height: 4px;
    background: #0096df;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.sigin .form_s{
    width: 385px;
}
.sigin  .tab_content{
    display: none;
}
.sigin .first{
   display: block;
}
.sigin .input{
    width: 100%;
    height: 52px;
    line-height: 52px;
    border: 1px solid #dadada;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 14px;
}
.sigin .input img{
    width: 21px;
    left: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.sigin .input input{
    display: block;
    font-size: 14px;
    color: #666666;
    width: 340px;
    height: 100%;
    line-height: 52px;
}



.checkbox input{
    display: block;
    border: 1px solid #dcdcdc;
    width: 18px;
    height: 18px;
    position: relative;
    cursor: pointer;
    margin-right: 4px;
}
.checkbox input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.checkbox input[type="checkbox"]:checked::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: url(../img/dd.png) no-repeat center / cover;

}
.form_s .dl{
    width: 100%;
    display: block;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    background: #33abe5;
    margin-top: 26px;
}
.form_s .other{
    text-align: center;
    margin-top: 30px;
}
.form_s .other h4{
    display: inline-block;
    font-weight: 400;
    position: relative;
    color: #999999;
    font-size: 14px;
}
.form_s .other h4::after,.form_s .other h4::before{
    content: "";
    display: block;
    width: 78px;
    height: 0;
    border-top: 1px solid #f2f2f2;
    position: absolute;
    top: 50%;
}
.form_s .other h4::after{
    right: 0;
    transform: translate(120%,-50%);
    -webkit-transform: translate(120%,-50%);
    -moz-transform: translate(120%,-50%);
    -ms-transform: translate(120%,-50%);
    -o-transform: translate(120%,-50%);
}
.form_s .other h4::before{
    left: 0;
    transform: translate(-120%,-50%);
    -webkit-transform: translate(-120%,-50%);
    -moz-transform: translate(-120%,-50%);
    -ms-transform: translate(-120%,-50%);
    -o-transform: translate(-120%,-50%);
}
.other .dl_link{
    text-align: center;
}
.other .dl_link a{
    display: inline-block;
    text-align: center;
    margin: 0 25px;
    margin-top: 28px;
}
.other .dl_link a img{
    margin: 0 auto;
    display: block;
    width: 40px;
}
.other .dl_link a span{
    font-size: 14px;
    color: #999999;
    line-height: 24px;
}
.sigin .form_s .yzm #phone1{
    width: 252px;
    height: 52px;
    line-height: 52px;
    border: 1px solid #dadada;
    box-sizing: border-box;
    font-size: 14px;
}
.sigin .form_s .yzm #btnSendCode1{
    line-height: 52px;
    height: 52px;
    border: 1px solid #dadada;
    text-align: center;
    width: 118px;
    box-sizing: border-box;
    background: #33abe5;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
}
.sigin .form_s .yzm #btnSendCode1.current{
    background: transparent;
    color: #666666;
    cursor: none;
}