.account__form {
    width: 100%;
    height: auto;
    border-radius: 10px;
    position: relative;
    overflow: hidden
}

.account__form .register__box {
    padding: 27px 36px 28px;
    display: block
}

.account__form .register__box .register-content-header span {
    font-size: 32px;
    line-height: 32px;
    color: #c39759;
    margin-top: 15px;
    vertical-align: middle
}

.account__form .register__box .register-content-header .haveAccount {
    color: #999;
    font-size: 14px;
    line-height: 14px;
    margin-top: 18px;
    float: right
}

.account__form .register__box .register-content-header .line1 {
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    color: #333;
    margin: -5px 0 9px;
    text-align: center;
}

.account__form .register__box .register-content-header .line2 {
    font-size: 12px;
    height: 12px;
    line-height: 12px;
    color: #999;
    margin: 0 0 21px;
    text-align: center;
}

.account__form .register__box .register-form {
    margin-top: 18px
}

.account__form .register__box .register-form .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    margin-bottom: 25px
}

.account__form .register__box .register-form .form-group .form-control {
    height: 33px;
    padding: 6px 9px;
    line-height: 21px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1;
    flex: 1;
    font-size: 12px;
    color: #666;
    background: #f0f0f0;
    border: none;
    box-shadow: none;
    outline: 0;
    -webkit-appearance: none;
    border-radius: 2px
}

.account__form .register__box .register-form .form-group .form-control::-webkit-input-placeholder {
    color: #999;
}
.account__form .register__box .register-form .form-group .form-control:-moz-placeholder {
    color: #999;
}
.account__form .register__box .register-form .form-group .form-control::-moz-placeholder {
    color: #999;
}
.account__form .register__box .register-form .form-group .form-control::-ms-input-placeholder {
    color: #999;
}

.account__form .register__box .register-form .form-group .alert-box {
    position: absolute;
    left: 0;
    top: 0;
    color: red
}

.account__form .register__box .register-form .form-group .alert-box .ajax-error,
.account__form .register__box .register-form .form-group .alert-box .error,
.account__form .register__box .register-form .form-group .alert-box .tips {
    white-space: nowrap;
    font-size: 12px;
    position: absolute;
    top: -18px;
    left: 0
}

.account__form .register__box .register-form .form-group .tips {
    color: #eaca7e;
    display: none
}

.account__form .register__box .register-form .form-group-phone {
    position: relative
}

.account__form .register__box .register-form .form-group-phone::before {
    position: absolute;
    content: '';
    left: 38%;
    top: 7px;
    width: 1px;
    height: 19px;
    background: #ddd
}

.account__form.productAF .register__box .register-form .form-group-phone::before {
    display: none;
}

.account__form .register__box .register-form .form-group-phone .form-control {
    width: 59%;
    padding: 6px 20px 6px 9px;
    background: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background: #f0f0f0;
    border-radius: 0 2px 2px 0
}

.account__form .register__box .register-form .form-group-phone #inputState {
    width: 38%;
    padding: 6px 5px 6px 12px;
    -ms-flex: none;
    flex: none;
    border-radius: 2px 0 0 2px;
    color: #999;
}

.account__form.productAF .register__box .register-form .form-group-phone #inputState {
    margin-right: 5px;
}

.account__form .register__box .register-form .form-group-code .verCode-btn {
    position: absolute;
    height: 30px;
    line-height: 30px;
    right: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    transform-origin: right top;
    cursor: pointer
}

.account__form .register__box .register-form .passwordIcon {
    position: absolute;
    top: 7px;
    right: 12px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/images/openaccount/p_hide.png) center center/cover no-repeat
}

.account__form .register__box .register-form .submit-openAccount {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border: none;
    outline: 0;
    font-weight: bold;
}

.account__form .register__box .register-form .bottomText {
    line-height: 20px;
    font-size: 12px;
    color: #666;
    margin-top: 10px;
    text-align: right
}

.account__form.productAF .register__box .register-form .bottomText {
    text-align: left;
}

.account__form.productAF .register__box .register-form .bottomText div:nth-child(1) {
    float: left;
}

.account__form.productAF .register__box .register-form .bottomText div:nth-child(2) {
    float: right;
}

@media (min-width:768px) {
    .account__form {
        -ms-flex-order: 1;
        order: 1;
        width: 480px;
        height: 550px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .account__form .register__box {
        padding: 42px 50px 0 50px
    }

    .account__form .register__box .register-content-header .line1 {
        font-size: 24px;
        height: 24px;
        line-height: 24px;
        margin: -5px 0 10px;
    }
    
    .account__form .register__box .register-content-header .line2 {
        font-size: 14px;
        height: 16px;
        line-height: 16px;
        margin: 0 0 30px;
    }

    .account__form .register__box .register-form {
        margin-top: 30px
    }

    .account__form .register__box .register-form .form-group {
        margin-bottom: 36px
    }

    .account__form .register__box .register-form .form-group .form-control {
        height: 46px;
        line-height: 34px;
        padding: 6px 14px;
        font-size: 16px
    }

    .account__form.productAF .register__box .register-form .form-group .form-control {
        font-size: 14px
    }

    .account__form .register__box .register-form .form-group-phone {
        border-radius: 10px
    }

    .account__form .register__box .register-form .form-group-phone::before {
        top: 11px;
        height: 20px
    }

    .account__form .register__box .register-form .form-group-phone #inputState {
        padding: 6px 9px;
    }

    .account__form.productAF .register__box .register-form .form-group-phone #inputState {
        margin-right: 10px;
    }

    .account__form .register__box .register-form .form-group-code .verCode-btn {
        position: absolute;
        height: 42px;
        line-height: 42px;
        display: -ms-flexbox;
        display: flex;
        font-size: 14px
    }

    .account__form .register__box .register-form .passwordIcon {
        top: 14px;
        cursor: pointer
    }

    .account__form .register__box .register-form .passwordIcon.phoneIcon {
        right: 10px;
        cursor: initial
    }

    .account__form .register__box .register-form .submit-openAccount {
        height: 46px;
        line-height: 46px;
        font-size: 18px
    }

    .account__form .register__box .register-form .bottomText {
        font-size: 14px;
        margin-top: 20px
    }
}

/* --------------------------------------------弹窗-------------------------------------------- */
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    transform: translate(0, -4%)
}

.modal.show {
    display: block
}

.modal.show .modal-dialog {
    transform: translate(0, 0)
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 16px;
    outline: 0
}

.modal-content .close {
    float: right;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    cursor: pointer
}

.modal-content .modal-txt {
    margin: 0;
    padding: 28px 16px 32px 16px;
    color: #666
}

.modal-content .falseModal-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.modal-content .falseModal-btn .btn {
    width: 120px;
    height: 38px;
    margin: 0 16px;
    line-height: 38px;
    font-size: 16px;
    color: #666;
    text-align: center;
    border-radius: 5px;
    padding: 0;
}

.modal-content .falseModal-btn .btn.false-back {
    border: 1px solid #cfab78;
    cursor: pointer;
    line-height: 36px;
}

.modal-content .falseModal-btn .btn.false-chat {
    background: #cfab78;
    text-decoration: none;
    color: #fff
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.4rem;
}

@media (min-width:576px) {
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }

    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
}
/* --------------------------------------------弹窗-------------------------------------------- */