.login-box {
    width: 94.66vw;
    max-width: 370px;
    margin: 10px auto;
    background: #f2f2f2;
    position: relative;
}

.box-tit {
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #cfcfcf;
    padding-left: 15px;
}

.ewm-login-icon {
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.login-form {
    padding-bottom: 30px;
}

.form-cell {
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    margin: 20px auto 0;
    font-size: 18px;
}

.sign-btn,
.form-cell,
.sign-btn-login {
    width: 76vw;
    max-width: 320px;
    height: 42px;
    line-height: 42px;
    background: #fff;
}

.form-cell-tit {
    width: 16vw;
    max-width: 70px;
    text-align: center;
}

.form-cell-inp {
    font-size: 16px;
    outline: none;
    margin-left: 5px;
    padding-top: 2px;
}

.sign-btn,
.sign-btn-login {
    color: #db3535;
    border: 1px solid #db3535;
    border-radius: 25px;
    margin: 30px auto 0;
    cursor: pointer;
}

.other-content {
    margin: 20px auto;
    font-size: 16px;
    width: 90vw;
    max-width: 350px;
    cursor: pointer;
}

.btn-dc {
    color: #04a53b;
    border-bottom: 1px solid #04a53b;
    line-height: 1.2;
}

.web-footer {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 20px;
}

.register-box {
    width: 94.66vw;
    max-width: 600px;
    margin: 35px auto;
}

.select-tit {
    width: 140px;
    line-height: 42px;
}

.el-input--suffix .el-input__inner {
    width: 360px;
    height: 42px;
    border: 1px solid #666;
    border-radius: 10px;
    padding-left: 10px;
    font-size: 16px;
    outline: none;
    color: #555;
    cursor: pointer;
}

.down-load {
    background: #f2f2f2;
    padding: 20px 20px 30px 20px;
    margin-top: 50px;
    margin-bottom: 60px;
}

.down-load-icon {
    margin-top: -3px;
    margin-right: 8px;
}

.down-load-word {
    display: block;
    width: 64vw;
    max-width: 322px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #333;
    border-radius: 22px;
    background: #fff;
    color: #333;
    margin: 25px auto 0;
    cursor: pointer;
}

.login-ewm {
    padding-bottom: 20px;
}

.login-ewm-a {
    position: absolute;
    right: 15px;
    top: 0;
    display: inline-block;
    height: 47px;
    line-height: 47px;
    color: #04a53b;
    cursor: pointer;
}

.login-ewm-b {
    width: 122px;
    height: 122px;
    display: block;
    margin: 34px auto 18px;
}

.login-ewm-c {
    font-size: 14px;
    color: #666;
}

.get-again-ewm {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.7);
    justify-content: center;
    cursor: pointer;
    color: #e6a23c;
    text-align: center;
    font-size: 14px;
}

.forget-inner {
    max-width: 300px;
    width: 92vw;
    margin: 60px auto;
    padding: 0 15px;
}

.forget-inner .forget-write-email {
    width: 100%;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 16px;
    margin-bottom: 10px;
}

.forget-inner .f-w-e-btn {
    width: 160px;
    height: 36px;
    line-height: 36px;
    background: #04a53b;
    color: #fff;
    border-radius: 25px;
    margin: 25px auto 0;
    cursor: pointer;
}

.el-input__inner:hover {
    border: 1px solid #666 !important
}

@media only screen and (max-width: 480px) {
    .other-content{
        cursor: auto;
    }
    .sign-btn,
    .form-cell,
    .sign-btn-login {
        height: 9.3vw;
        line-height: 9.3vw;
    }

    .form-cell,
    .form-cell-inp,
    .other-content {
        padding-top: 0;
        font-size: 3.73vw;
    }

    .box-tit {
        height: 8.66vw;
        line-height: 8.66vw;
        font-size: 3.73vw;
        padding-left: 3.4vw;
    }

    .login-ewm {
        padding-bottom: 3vw;
    }

    .ewm-login-icon {
        height: 8.66vw
    }

    .login-ewm-a {
        height: 8.66vw;
        line-height: 8.66vw;
        font-size: 3.73vw;
    }

    .login-ewm-b {
        margin: 6vw auto 2.5vw;
    }

    .web-footer {
        display: none;
    }

    .down-load {
        font-size: 3.73vw;
        padding: 15px 10px;
        margin-top: 25px;
    }

    .down-load-word {
        margin: 15px auto 0;
        height: 8vw;
        line-height: 8vw;
    }

    .el-select {
        width: 90vw;
        margin: 0 2.33vw;
    }

    .el-input--suffix .el-input__inner {
        width: 100%;
    }

    .btn-footer {
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
        padding: 8px 0;
        border-top: 1px solid #e6e6e6;
    }

    .sign-btn {
        width: 92vw;
        max-width: 480px;
        margin: 0 auto;
    }

    .sign-btn-login {
        width: 77.33vw;
        margin: 5.6vw auto 0;
    }
}

@media only screen and (max-width: 999px) {
    .idx-logo {
        display: none;
    }

}

@media only screen and (min-width: 1000px) {
    .login-box {
        margin-top: 35px;
    }

    .header-tit {
        display: none;
    }
}
.ios-tips{
    color: #db3535;
    margin-top: 15px;
}