.add-padding{
	padding-top: 0!important;
}
.login-title{
    display: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.main__logo{
    display: flex;
    align-items: center;
    justify-content: flex-start;

}

.main__logo__content{
    margin-left: 10px;
}

.main__logo__content>.title{
    font-size: 28px;
    color: #40ba68;
    font-family: '微软雅黑';
    font-weight: bold;
}


.main__logo__content>.brief{
    font-size: 14px;
    color: #999999;
    font-family: '微软雅黑';
	margin-top: 6px;
}
#nav-section{
    display: none;
}

.sliderbar {
    display: none;
}

.header {
    height: auto;
    padding: 15px 0;
    border-bottom: 1px solid #E7E7E7;
}
.header>.content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.header>.content img {
    margin-left: 46px;
}
.header>.content>.line {
    height: 34px;
    width: 1px;
    background: #E7E7E7;
    margin: 0 22px;
}
.header>.content>.brief {
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:300;
    color: #333333;
}
.footer {
    display: none;
}

.login-input{
    margin-left: 0;
}
.register-logo{
    display: none;
}
.h5_code__button,.register-phone__tips,.h5__voice__tips{
    display: none;
}


.login-item {
    position: relative;
    margin-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
}
.login-item.login-item__phone{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.login-item.login-item__phone .append__main{
    color: #3DB965;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    position: relative;
    right: 0;
    width: auto;
    min-width: 135px;
    text-align: right;
    
    
}


.login-item.login-item__phone .append__main .code__button{
    border: none;
    outline: none;
    display: inline-block;
    background: none;
    
    
}
.login-item.login-item__phone .login-input{
    width: 100%;
    
}
.login-input::placeholder{
    color: #BEBEBE;
}



.login-title.findpassword-text {
    width: 150px;
    left: -90px;
    font-size: 15px;
}
.login-item .problem{

    width: 14px;
    height: 14px;
    display: inline-block;
    background: url('./../img/problem.png') no-repeat center center;
    background-size: cover;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    display: none;
}
.login-item .voice__code{
    width: 260px;
    height: 138px;
    background: white;
    padding: 20px 10px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    z-index: 11;
    top: 45px;
    text-align: center;
    display: none;
    box-shadow:0px 3px 6px rgba(0,0,0,0.12);
    border-radius: 2px;
}
.login-item .voice__code img{
    margin-bottom: 15px;
}
.login-item .voice__code .brief p{
    margin-bottom: 0px;
    line-height: 24px;
    font-size:14px;
font-family:Microsoft YaHei;
font-weight:400;
color: #333333;
}
.login-item .problem:hover .problem__brief{
    display: block;
}
.login-item .problem .problem__brief{
        width: 240px;
        height:34px;
        line-height: 34px;
        text-align: center;
        background:rgba(255,255,255,1);
        box-shadow:0px 3px 6px rgba(0,0,0,0.12);
        position: relative;
        top: -45px;
        color: #BEBEBE;
        font-size:12px;
        font-family:Microsoft YaHei;
        font-weight:400;
        left: -120px;
        display: none;

        
}
.login-item .problem .problem__brief::after{
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        bottom: -12px;
        width: 0;
        height: 0;
        border-width: 6px;
        border-style: solid;
        border-color: white transparent transparent transparent;
}
.login-item .problem .problem__brief span{
    color: #3DB965;
}
.login-item .show-pass{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.login-item .show-pass img{
    width: 20px;
    cursor: pointer;
    display: none;
}
.login-item .show-pass img.close__eyes{
    display: block;
}

.login-input {
    width: 100%;
    height: 48px;
    border: none;
    overflow: hidden;
    
    /* Gecko browsers */
    /* Webkit browsers */
    /* W3C syntax */
    color: #333;
    font-size: 14px;
    outline: none;
    
}

.login-input-phonecode {
    width: 180px;
    height: 48px;
    margin-left: 80px;
    border: 1px solid #d1d1d1;
    -moz-border-radius: 3px;
    /* Gecko browsers */
    -webkit-border-radius: 3px;
    /* Webkit browsers */
    border-radius: 3px;
    /* W3C syntax */
    color: #333;
    font-size: 14px;
    text-indent: 10px;
}

.send-phonecode-btn {
    margin-left: 10px;
    border: 1px solid #d1d1d1;
    -moz-border-radius: 3px;
    /* Gecko browsers */
    -webkit-border-radius: 3px;
    /* Webkit browsers */
    border-radius: 3px;
    /* W3C syntax */
    color: #444444;
    font-size: 14px;
    background-color: #fff;
    padding: 10px;
}

.send-phonecode-btn-dis {
    background-color: #d1d1d1;
}

.login-item.error {
    border-bottom: 1px solid #f50000;
}

.login-item.login-item__active {
    border-color: #5dc55d;
    outline: 0;
}

.login-error {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50px;
    font-size: 14px;
    color: #f50000;
    z-index: 10;
}

.login-remember {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.login-remember  .check{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.a__link{
    display: flex;
    align-items: center;
}
.login-remember .a__link__line{
    width:1px;
height:12px;
background:rgba(231,231,231,1);
display: inline-block;
margin: 0 7px;
}
.login-remember-btn {
    position: relative;
    border: 1px solid #d1d1d1;
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.login-remember-active-btn {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    transform: translate(-50%,-50%);
    background-color: #5dc55d;
    display: none;
}

.login-remember-text {
    margin-left: 10px;
    font-size: 14px;
}

a.login-remember-forget {
    color: #5dc55d;
    font-size: 14px;
}
.login-submit {
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    color: white;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 14px;
    border: none;
    background-color: #3DB965;
    cursor: pointer;
    display: block;
    border-radius:4px;
}
.login-tips{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family:PingFang SC;
    font-weight:400;

}
.login-tips .text{
    color: #999999;
    font-size:12px;
   
}
.login-tips .text a{
    color: #3DB965;
}
.login-tips .text a:visited{
    color: #3DB965;
}
.login-tips .toLogin{
    font-size:13px;
    color: #3DB965;
}
a.login-submit:hover,
a.login-submit:focus {
    color: white;
    background-color: #39a43c;
}

.login-submit.disable {
    background-color: #c0c0c0;
}

a.login-submit.disable:hover,
a.login-submit.disable:focus {
    color: white;
    background-color: #c0c0c0;
}

@media only screen and (max-width: 528px) {

    .header{
        display: none;
    }
    .sliderbar-up {
        
        display: none !important;
    }
    .login-title{
        display: block;
        font-size:14px;
        font-family:PingFang SC;
        font-weight:400;
        color: #333333;
    }
    .login-title {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        /* left: -20px;
        width: 90px;
        top: 12px;
        text-align: right;
        color: #444444;
        font-size: 14px;
        display: none; */
    }
    .login-input{
        padding-left: 43px;
        font-size:14px;
        font-family:PingFang SC;
        font-weight:400;
        text-indent: 43px;
    }
    .login-item.login-item__phone .append__main{
        min-width: 85px;
    }
    .register-logo{
        display: block;
        width: 71px;
        height: 54px;
        margin: 0 auto;
        margin-top: 39px;
        margin-bottom: 38px;

    }
    .register-logo img{
        width: 100%;
        height: 100%;
    }

    #nav-section,.footer-web,.phone-consult{
        display: none !important;
    }

    .register-layout{
        margin-top: 0 !important;
    }

    .login-item .append__main .code__button{
        display: none !important;
      

    }
    .login-item__phone{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .register-phone__tips{
        position: relative;
        right: 0;
        width: auto;
        max-width: 130px;
        font-size:11px;
        font-family:PingFang SC;
        font-weight:400;
        color: #999999;
        width: auto;
        text-align: right;
        min-width: 100px;
        display: none;
    }
    .login-item .append__main  .h5_code__button{

        width:auto;
        height:26px;
        border: 1px solid #40BF69;
        padding: 0 8px;
        border-radius:2px;
        background: none;
        font-size:12px;
        font-family:PingFang SC;
        font-weight:400;
        padding: 0 4px;
        outline: none;
        display: inline-block;
    }

    .login-item .append__main  .h5_code__button.border-none{
        border: none;
    }
    .login-submit{
        margin-top: 90px !important;
        height: 48px;
        line-height: 48px;
        margin-left: 0;
    }
    .login-tips{
        flex-flow: column-reverse;
    }
    .login-tips .toLogin{
        width: 100%;
        text-align: right;
    }
    .login-tips .text{
        width: 100%;
        text-align: center;
        margin-top: 55px;
    }
    .show-pass{
        display: none;
    }
    .h5__voice__wrap{
        display: none;
        transition: ease-in-out .3s;
        
    }

    .h5__voice__wrap .mask{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        background:rgba(0,0,0,0.6);
    }
    .voice__tips__content{
        padding: 20px 0;
        text-align: center;
        font-size:15px;
        font-family:PingFang SC;
        font-weight:400;
        color: #666666;
    }
    .h5__voice__tips{
        display: block;
        width:88%;
        height:auto;
        overflow: hidden;
        background: #FFFFFF;
        border-radius:4px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .voice__tips__footer{
        display: flex;
        border-top: 1px solid #E7E7E7;
    }
    .voice__tips__footer .button{
        flex: 1;
        height: 48px;
        outline: none;
        border: none;
        font-size:17px;
        font-family:PingFang SC;
        font-weight:400;
        background: white;
    }

    .voice__tips__footer .button.button__cancel{
        border-right: 1px solid #E7E7E7;
    }
    .h5__voice__tips  .voice__tips__header{
        height:45px;
        line-height: 45px;
        text-align: center;
        border-bottom: 1px solid #E7E7E7;
        font-size:17px;
        font-family:PingFang SC;
        font-weight:500;
    }


}