#login{
    padding-bottom: 140px;
}
.login-header{
    background-color: #fff;
    border-bottom: 1px solid #E6ECF2;
}
.header-con{
    display: flex;
    justify-content: space-between;
    width: 1024px;
    margin: 0 auto;
    padding: 20px 0;
}
@media screen and (max-width: 1024px) {
    .header-con {
        width: 960px;
    }
}
.header-con .logo{
    display: flex;
    justify-content: space-between;
}
.header-con .logo .logo-left img{
    width: 190px;
    height: 63px;
    cursor: pointer;
}
.header-con .logo .logo-des{
    margin-left: 40px;
    font-size: 24px;
    color: #333;
    line-height: 63px;
}
.header-con .tel{
    display: flex;
    color: #09F;
    line-height: 63px;
}
.header-con .tel .constoum,.contract{
    display: flex;
}
.header-con .tel .constoum{
    position: relative;
    padding-right: 20px;
    cursor: pointer;
}
.header-con .tel .constoum:hover {
    color: #f60;
}
.header-con .tel .constoum .line{
    position: absolute;
    right: 0;
    top: 24px;
    width: 1px;
    height: 15px;
    background-color: #E6ECF2;
}
.header-con .tel .icon-cus{
    display: block;
    margin-top: 23px;
    font-size: 16px;
    margin-right: 5px;
}
.header-con .tel .contract{
    margin-left: 20px;
    color: #f60;
}
.header-con .tel .icon-call{
    display: block;
    font-size: 20px;
    margin-top: 20px;
    margin-right: 10px;
}
.header-con .tel .contract span {
    font-size: 16px;
}
.login-footer{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    color: #333;
    background-color: #fff;
}
.login-footer .footer{
    width: 100%;
    background-color: #EDF0F2;
}
@media screen and (max-width: 1024px) {
    .login-footer .footer {
        width: 960px;
    }
}
.login-footer .footer-con{
    display: flex;
    width: 632px;
    height: 58px;
    line-height: 58px;
    margin: 0 auto;
}
.login-footer .footer-con .line{
    width: 1px;
    height: 11px;
    margin-top: 24px;
    background-color: #DAE0E6;
}
.login-footer .footer-con .first-in{
    margin-right: 10px;
}
.login-footer .footer-con .second-in{
    margin-left: 10px;
}
.login-footer .footer-con .second-in a:hover{
    color: #f60;
}
.vdicon-left{
    position: absolute;
    left: 10px;
    top: 15px;
    font-size: 16px;
    color: #666;
}
.vdicon-right{
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    color: #666;
    cursor: pointer;
}
.error-tips,.error-tips2,.success-tips{
    position: relative;
    display: none;
    margin-top: 5px;
    padding-left: 20px;
    color: #E64545;
}
.error-BorColor{
    border-color: #E64545;
}
.success-tips{
    color: #13BF13;
}
.vderror{
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 16px;
    color: #E64545;
}
.vdsuccess{
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 16px;
    color: #13BF13;
}
.get-verify{
    position: absolute;
    top: 1px;
    right: 1px;
}
.get-verify p{
    width: 100px;
    height: 43px;
    background-color: #F5F7FA;
    border-left: 1px solid #CED3D9;
    text-align: center;
    line-height: 45px;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
}
.get-verify .text:hover{
    background-color: #EDF0F2;
    border-color: #B6BABF;
    border-left-color: #CED3D9;
}
.get-verify .time,.icon-rotate .time{
    color: #C2C6CC;
}
.dialog-tips{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
}
.dialog-tips .content{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1000;
    transform: translate(-50%,-50%);
    width: 450px;
    background-color: #fff;
    border-radius: 3px;
}
.dialog-tips .content .title{
    height: 34px;
}
.dialog-tips .content .icon-delete{
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 10px 0 0;
    font-size: 24px;
    color: #ccc;
    cursor: pointer;
}
.dialog-tips .content .icon-delete:hover{
    color: #333;
}
.dialog-tips .content .des{
    display: flex;
    padding: 0 20px;
}
.dialog-tips .content .des .icon-caution2{
    font-size: 32px;
    color: #f60;
}
.dialog-tips .content .des span{
    width: 100%;
    margin-left: 10px;
    padding-top: 5px;
    color: #666;
}
.dialog-tips .content .type{
    display: flex;
    justify-content: flex-end;
    padding: 20px 20px;
}
.dialog-tips .content .type .status{
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    margin-left: 10px;
    cursor: pointer;
}
.dialog-tips .content .type .know{
    background-color: #09f;
    color: #fff;
}
.dialog-tips .content .type .know:hover{
    background-color: #008AE5;
}
.dialog-tips .content .type .confirm{
     background: #F5F7FA;
     border: 1px solid #CED3D9;
 }
.dialog-tips .content .type .confirm:hover{
    background: #EDF0F2;
}
.hideDiv{
    display: none;
}
.showDiv{
    display: block;
}
.sliding-bar{
    display: none;
    margin-bottom: 20px;
}
.slide-con{
    display: flex;
}
.nc_scale{
    height: 45px !important;
}
.nc-container .nc_scale .scale_text{
    height: 45px !important;
    line-height: 47px !important;
}
.nc-lang-cnt{
    margin-right: 20px !important;
    font-size: 14px !important;
    color: #333 !important;
}
.nc-lang-cnt b{
    font-weight: normal !important;
}
.btn_slide{
    width: 50px !important;
    height: 45px !important;
    font-size: 16px !important;
    text-align: center !important;
    line-height: 45px !important;
    border: solid 1px #DAE0E6 !important;
    box-shadow: #ccc 0px 0px 3px !important;
    border-radius: 3px !important;
}
.btn_ok{
    width: 50px !important;
    height: 45px !important;
    font-size: 24px !important;
    text-align: center !important;
    line-height: 45px !important;
    border: solid 1px #DAE0E6 !important;
    box-shadow: #ccc 0px 0px 3px !important;
    border-radius: 3px !important;
}
.nc_bg{
    background-color: #E1FAE1 !important;
    border: solid 1px #57D957 !important;
    border-right-width: 0 !important;
    border-radius: 3px 0 0 3px;
}
.errloading{
    width: 320px !important;
    padding: 0 !important;
    border: none !important;
}
.errloading .icon_warn{
    display: none;
}
