html,
body {
    background-color: #FFFFFF;
}

.header {
    background-color: #4A53E6;
}

#captcha-element {
    width: 100%;
    height: 60px;
    border-radius: 6px;
    overflow: hidden;
}

#aliyunCaptcha-sliding-wrapper #aliyunCaptcha-sliding-body #aliyunCaptcha-sliding-slider {
    background: #FF7700 !important;
}

.model-card {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 110;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.model-card-content {
    max-width: 800px;
    width: 80%;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 34px 0px #0000001A;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    padding: 110px 90px;

}

#captcha-button {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FF7700;
    color: #ffffff;
    margin-top: 60px;
    cursor: pointer;
    border-radius: 6px;
}

.cpbj-box-box {
    max-width: 1130px;
    padding: 80px 0 30px;
    width: 100%;
    margin: auto;
    text-align: center;
}

.cpbj-box-box .cpbj-img {
    width: 100%;
}

.top-box {
    margin-top: 40px;
}

.center-box {
    box-shadow: 0px 5px 24px 0px #00000040;
    margin-top: 80px;
}

.bottom-box {
    /* padding: 0 2%; */
    margin-top: 40px;
}


/* 手机 版心 */
@media screen and (max-width: 768px) {
    .cpbj-box-box{
        margin-left: 16px;
        margin-right: 16px;
        width: fit-content;
    }

    #captcha-element {
        height: 50px;
    }


    .model-card-content {
        width: calc(100% - 40px);
        padding: 30px 20px;
        border-radius: 10px;
    }

    #captcha-button {
        height: 50px;
        margin-top: 20px;
    }

}

/* 小屏手机 */
@media screen and (max-width: 360px) {
    .model-card-content {
        width: calc(100% - 10px);
        padding: 20px 10px;
        border-radius: 5px;
    }
}