/*文本提示样式*/
/*input::-webkit-input-placeholder {*/
/*    color: rgb(169, 169, 169);*/
/*    font-size: 24px;*/
/*    text-indent: 20px;*/
/*    width: 100%;*/
/*}*/

.breadcrumb {
    padding: 20px 0 0 0;
    font-size: 18px;
    font-weight: 400;
    color: #999999;
}

.breadcrumb img {
    width: 18px;
    height: 16px;
    margin-right: 8px;
}

.breadcrumb span, .breadcrumb a {
    line-height: 18px;
    color: #999999;
}

.home:hover {
    color: #c80025;
    cursor: pointer;
}


.registerEn {
    width: 100%;
    margin-top: 80px;
}

.registerEnCon {
    width: 64%;
    margin: 0 auto 140px;
    text-align: left;
    color: #3b3b3b;
    font-size: 24px;
}

#registerName {
    padding-top: 20px;
    font-size: 28px;
    font-family: 思源黑体;
    font-weight: 700;
}

#registerLine {
    height: 2px;
    background: #f2f2f2;
    margin: 23px auto 30px;
}

.registerAccount, .registerPassword, .registerReenterPassword, .registerEmail, .registerVerificationCode {
    margin-bottom: 22px;
}

.registerVerificationButton {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#registerAccountInput, #registerPasswordInput, #registerReenterPasswordInput, #registerEmailInput, .registerVerificationButton {
    width: 100%;
    margin: 4px auto 20px;
}

.registerAccountSpan, .registerPasswordSpan, .registerReenterPasswordSpan, .registerEmailSpan, .registerCodeSpan {
    font-size: 20px;
    line-height: 20px;
}

.registerInput, .registerVerificationCodeInput {
    width: 100%;
    height: 48px;
    background: #ffffff;
    border: 1px solid #707070;
    border-radius: 6px;
    text-indent: 20px;
    font-size: 24px;
}

#registerVerificationCodeInput {
    width: 70%;
}

#code {
    width: 22%;
    height: 48px;
    line-height: 24px;
    background: #999999;
    border-radius: 6px;
    font-size: 24px;
    /*font-family: Arial, Arial-Regular;*/
    font-family: 思源黑体;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    border: none;
}

#code:hover {
    cursor: pointer;
    opacity: 0.9;
    background: #c80025;
}

#registerSubmit {
    width: 100%;
    height: 48px;
    background: #c80025;
    border-radius: 6px;
    /*margin-top: 20px;*/
    font-size: 24px;
    /*font-family: Arial, Arial-Regular;*/
    font-family: 思源黑体;
    font-weight: 400;
    text-align: center;
    color: #f2f2f2;
    line-height: 14px;
    border: none;
}

#tip {
    font-size: 20px;
    color: #ffffff;
}

#registerSubmit:hover {
    cursor: pointer;
    opacity: .8;
}

#validateCue {
    color: red;
    display: flex;
    flex-flow: row;
    justify-content: center;
    width: 50%;
    margin-top: 10px;
    font-size: 20px;
    margin-left: 33%;
}

.errorTip {
    color: #c80025;
    width: 90%;
    margin-top: 10px;
    font-size: 20px;
}

/*平板*/
@media screen and (max-width: 1024px) {

    .breadcrumb {
        font-size: 14px;
    }

    .breadcrumb img {
        width: 14px;
        height: 13px;
        margin-right: 4px;
    }

    .registerEn {
        width: 84%;
        margin: 108px auto 100px;
    }

    .registerEnCon {
        width: 100%;
        margin-bottom: 110px;
    }

    #registerName {
        padding-top: 20px;
        font-size: 24px;
    }

    #registerLine {
        margin: 20px auto 27px;
    }

    #registerLine, .registerInput {
        width: 100%;
    }

    #registerVerificationCodeInput {
        width: 64%;
    }

    #code {
        width: 31%;
        line-height: 15px;
    }

    .registerAccountName, .registerPasswordName, .registerReenterPasswordName, .registerEmailName, .registerVerificationCodeName, #registerSubmit, #code {
        font-size: 20px;
    }

    .registerAccountSpan, .registerPasswordSpan, .registerReenterPasswordSpan, .registerEmailSpan, #tip {
        font-size: 18px;
    }

    #registerSubmit {
        margin-top: 56px;
    }

    #validateCue {
        width: 75%;
        margin-left: 24%;
    }
}

@media screen and (max-width: 800px) {

    .breadcrumb {
        font-size: 10px;
    }

    .breadcrumb img {
        width: 10px;
        height: 9px;
        margin-right: 4px;
    }

    .registerEn {
        margin: 60px auto 0;
    }

    .registerEnCon {
        margin-bottom: 60px;
        font-size: 16px;
    }

    #registerName {
        padding-top: 10px;
        font-size: 16px;
    }

    #registerLine {
        margin: 0.23rem auto 0.24rem;
    }

    .registerInput, .registerVerificationCodeInput {
        font-size: 14px;
        height: 36px;
        line-height: 36px;
        border-radius: 4px;
        text-indent: 10px;
    }

    #registerAccountInput, #registerPasswordInput, #registerReenterPasswordInput, #registerEmailInput, .registerVerificationButton {
        margin: 10px auto;
    }

    .registerAccount, .registerPassword, .registerReenterPassword, .registerEmail, .registerVerificationCode {
        margin-bottom: 0.2rem;
    }

    #registerAccountName, #registerPasswordName, #registerReenterPasswordName, #registerEmailName, #registerVerificationCodeName, #registerSubmit {
        font-size: 14px;
    }

    .registerAccountSpan, .registerPasswordSpan, .registerReenterPasswordSpan, .registerEmailSpan, #tip, .registerCodeSpan, #code, .errorTip {
        font-size: 12px;
    }

    #registerVerificationCodeInput {
        width: 3.18rem;
    }

    #code {
        width: 2.7rem;
        height: 36px;
        line-height: 36px;
        border-radius: 4px;
    }

    #registerSubmit {
        margin-top: 0.1rem;
        height: 36px;
        line-height: 36px;
        border-radius: 4px;
    }
}

