body {
    margin: 0;
    min-width: 20rem;
}

#app {
    /* max-width: 45rem; */
    margin: 0 auto;
}

.banner {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.banner-pc {
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media (max-width: 667px) {
    .banner-pc {
        display: none;
    }
}

@media (min-width: 668px) {
    .banner {
        display: none;
    }
}


.tip {
    width: 100%;
    background: #EEEEEE;
    padding: 0.75rem 1.125rem;
    font-size: 14px;
    color: #C99E71;
    line-height: 24px;
}

.tip-text {
    color: #666666;
}

.questionnaire {
    background-color: #ffffff;
    padding: 1.5rem 1.125rem 2.125rem;
}

.questionnaire-title {
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #022361;
    line-height: 28px;
    text-align: center;
    margin-bottom: 0.75rem;
}

.questionnaire-text {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    margin-bottom: 0.75rem;
}

.questionnaire-item {
    margin-bottom: 1.5rem;
}

.questionnaire-item-title {
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 20px;
    margin-bottom: 0.75rem;
}

.questionnaire-options {
    padding-left: 1.3125rem;
}

.ant-radio-group {
    width: 100%;
}

.ant-radio-wrapper {
    width: 100%;
    margin-bottom: 0.75rem !important;
    align-items: baseline;
}

.ant-radio-checked .ant-radio-inner {
    border-color: #022361 !important;
    box-shadow: none !important;
}

.ant-radio-checked .ant-radio-inner::after {
    background-color: #022361 !important;
}

.ant-radio-group span.ant-radio+* {
    display: block;
    width: fit-content;
    padding-left: 0.5rem;
    padding-right: 1.3125rem;
    width: 100%;
}

.ant-checkbox-group {
    width: 100%;
}

.ant-checkbox-wrapper {
    width: 100%;
    margin: 0 !important;
    margin-bottom: 0.75rem !important;
    align-items: baseline;
}

/* .ant-checkbox,.ant-radio{
    transform: translateY(1px);
} */

.ant-checkbox-checked:after {
    border-color: #022361 !important;

}

.ant-checkbox-input:focus+.ant-checkbox-inner,
.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner {
    border-color: #022361 !important;
}

.ant-checkbox-checked .ant-checkbox-inner {
    border-color: #022361 !important;
    background-color: #022361 !important;
    box-shadow: none !important;
}

.ant-checkbox-checked .ant-checkbox-inner::after {
    background-color: #022361 !important;
}

.ant-checkbox-group span.ant-checkbox+* {
    display: block;
    width: fit-content;
    padding-left: 0.5rem;
    padding-right: 1.3125rem;
    width: 100%;
}

.question-wrap {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.88);
    line-height: 22px;
}

.question-text {
    flex: 1;
    width: 0;
}

.question-score {
    min-width: 3.25rem;
    margin-left: 0.5rem;
}


footer {
    width: 100%;
    height: 44px;
    display: flex;

}

.footer-btn {
    flex: 1;
    background: #022361;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.88);
    line-height: 44px;
    text-align: center;
    cursor: pointer;
}

.footer-reset {
    background: #D8D8D8;
    color: #000000;
}

.modal-wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(2, 2, 2, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal {
    width: calc(100% - 3.5rem);
    min-width: 20rem;
    max-width: 31.25rem;
    background-color: #ffffff;
    height: 352px;
    position: relative;
    border-radius: 0.5rem;
    padding: 1.5625rem 1.6875rem 0;

}

.modal-bg {
    background-image: url('https://cdn.hktalentvisa.cn/image/questionnaire/score-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
}

.modal-title {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 22px;
}

.modal-close {
    position: absolute;
    bottom: -4.25rem;
    left: 50%;
    transform: translateX(-50%);
    width: 2.875rem;
    height: 2.875rem;
    object-fit: cover;
    cursor: pointer;
}

.modal-score-image {
    display: block;
    margin: 2.0625rem auto 0.875rem;
    width: 13.125rem;
    height: 9.9375rem;
}

.modal-score {
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.score-number {
    margin-right: 0.5rem;
    font-size: 38px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #022361;
    line-height: 53px;
}

.modal-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal-score-tip {
    margin-top: 0.5rem;
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #022361;
    line-height: 25px;
}

.modal-content-qrcode {
    margin-top: 1rem;
    width: 6.875rem;
    height: 6.875rem;
}

.modal-content-text {
    margin-top: 1rem;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    text-align: center;
}

.modal-form {
    padding: 1.5rem 1rem;
    height: fit-content;
}

.ant-form-item-no-colon {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    margin-bottom: 0.5rem;
}

.ant-form-item-no-colon::before {
    display: none;
}

.ant-form-item {
    margin-bottom: 1.5rem !important;
}

.ant-form-item:last-child {
    margin-bottom: 0 !important;
}


.ant-input {
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border-radius: 0.5rem !important;
    border: 0.0625rem solid rgba(0, 0, 0, 0.15);
}

.ant-input:hover {
    border-color: #022361 !important;
}

.ant-input:focus {
    box-shadow: none !important;
    border-color: #022361 !important;
}

.modal .ant-btn-primary {
    width: 12.5rem;
    height: 3.375rem;
    background: #C99E71 !important;
    border: none;
    margin: 0 auto;
    display: block;
    border-radius: 4px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000 !important;
    line-height: 22px;
}