.top-head {
    display: flex;
    flex-wrap: nowrap;
}

.top-head>div {
    flex: 1;
    height: 12px;
}

.bottom-footer {
    font-weight: 400;
    font-size: 0.937rem;
    color: #FFFFFF;
    line-height: 1.312rem;
    padding: 14px 0;
    text-align: center;
    background-color: #0ABAB5;
}

.main-body {
    background: url('../images/questionnaire/bg.png');
    background-size: 100%;
    padding: 20px 0 200px;
    width: 100%;
    height: 100%;
}

.content {
    padding: 30px 228px 110px;
    background: #FFFFFF;
    border-radius: 38px;
}

.content-head {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 20px;
}

.content-head .about-decorate {
    /* width: 10%; */
    flex: 1;
}

.content-head .about-decorate hr {
    margin: 10px 0;
    color: #1DABA7;
    background-color: #1DABA7;
}

.content-head .title {
    font-weight: 500;
    font-size: 1.875rem;
    color: #F88E1C;
    line-height: 2.625rem;
    padding: 0 30px;
}

.content .info {
    font-weight: 400;
    font-size: 1.125rem;
    color: #525F6B;
    line-height: 2.5rem;
}


.list-info li {
    font-weight: 400;
    font-size: 1.125rem;
    color: #525F6B;
    line-height: 1.562rem;
}

.list-info li:not(:last-child) {
    margin-bottom: 26px;
}

.list-info li::marker {
    color: #F88E1C;
}

.custom-list li:before {
    content: ''; /* 伪元素内容为空 */
    position: absolute;
    left: 0; /* 左对齐 */
    top: 50%; /* 垂直居中 */
    transform: translateY(-50%); /* 垂直居中调整 */
    width: 10px; /* 定义标记宽度 */
    height: 10px; /* 定义标记高度 */
    background-color: #0cbaa4; /* 自定义标记颜色 */
    border-radius: 50%; /* 圆形标记 */
}

.submit,
.print-button {
    display: flex;
    align-items: center;
    background: #F6AA58;
    border-radius: 6px 19px 6px 19px;
    padding: 13px 50px;
    border: 0;
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 1.562rem;
    margin: 40px auto 0;
}
.print-button  {
    margin: 0 0 0 auto;
    justify-content: center;
    width: 220px;
    text-align: center;
}

.logo-image {
    /* width: 60%; */
    width: auto;
}

.submit-btn {
    display: flex;
    align-items: center;
    background: #F6AA58;
    border-radius: 6px 19px 6px 19px;
    padding: 13px 50px;
    border: 0;
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 1.562rem;
    margin: 40px auto 0;
}

.submit-btn img {
    width: 14px;
}

#student-basic-info label.form-label {
    font-weight: 400;
    font-size: 1rem;
    color: #34414D;
    line-height: 1.375rem;
}

#student-basic-info input.form-control,
#student-basic-info select.form-select,
#student-basic-info textarea.form-control {
    border-radius: 0;
}

#student-basic-info input.form-control::placeholder {
    color: #8A939B;
}

.button-wrapp {
    display: flex;
    justify-content: space-between;
}

.button-wrapp .prev-btn,
.button-wrapp .next-btn {
    border: 0;
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 1.562rem;
    display: inline-flex;
    align-items: center;
}

.button-wrapp .prev-btn {
    padding: 14px 58px;
    background: #2599CD;
    border-radius: 6px 19px 6px 19px;
}

.button-wrapp .prev-btn img {
    margin-right: 10px;
}

.button-wrapp .next-btn {
    padding: 14px 30px;
    background: #F6AA58;
    border-radius: 6px 19px 6px 19px;
}

.button-wrapp .next-btn img {
    margin-left: 10px;
}

.progress-container .progress-title {
    text-align: right;
    font-weight: 400;
    font-size: 0.875rem;
    color: #8A939B;
    line-height: 1.25rem;
    margin-bottom: 11px;
}

.progress-container .progress {
    border-radius: 0;
    height: 4px;
    background-color: #E6E6E7;
}

.progress-container .progress .progress-bar {
    background-color: #0ABAB5;
}

.questionnaire-body {
    padding: 60px 38px 30px;
}

.questionnaire-body .questionnaire-title {
    font-weight: 500;
    font-size: 1.75rem;
    color: #34414D;
    line-height: 2.375rem;
}

.questionnaire-body .questionnaire-option>.item {
    margin-top: 20px;
    border: 1px solid #C1CAD9;
    padding: 9px 20px;
    font-weight: 400;
    font-size: 1.125rem;
    color: #525F6B;
    line-height: 1.562rem;
    cursor: pointer;
}

.questionnaire-body .questionnaire-option>.item.active {
    background: #0ABAB5;
    color: #fff;
    border: 1px solid #0ABAB5;
}

.complete-container {
    text-align: center;
    margin: 30px 0 130px;
}

.complete-container .image {
    width: 120px;
}

.complete-container .title {
    font-weight: 500;
    font-size: 1.75rem;
    color: #34414D;
    line-height: 2.375rem;
    margin-top: 28px;
}

.complete-container .info {
    font-weight: 400;
    font-size: 1.125rem;
    color: #525F6B;
    line-height: 1.562rem;
}

@media(max-width: 1440px) {
    .content {
        padding: 30px 80px 110px;
    }
}

@media(max-width: 765px) {
    .header-logo {
        padding: 0 40px;
    }

    .content {
        padding: 60px 20px 60px;
    }

    .content .title {
        font-size: 1.375rem;
        line-height: 1.875rem;
    }

    .content .info,
    .content .list-info li {
        font-size: 0.937rem;
        line-height: 1.875rem;
    }

    .list-info li:not(:last-child) {
        margin-bottom: 10px;
    }

    .logo-image {
        width: 100%;
    }

    .main-body {
        padding: 20px 0 100px;
    }

    .button-wrapp {
        flex-wrap: wrap;
    }
    
    .button-wrapp .prev-btn,
    .button-wrapp .next-btn {
        font-size: 0.875rem;
        line-height: 1.25rem;
        padding: 10px 15px;
        width: 100%;
        margin-bottom: 15px;
        justify-content: center;
    }

    .questionnaire-body {
        padding-left: 0;
        padding-right: 0;
    }

    .questionnaire-body .questionnaire-title {
        font-size: 1.25rem;
        line-height: 1.625rem;
        font-weight: 500;
    }

    .button-wrapp .prve-btn img {
        margin-right: 8px;
    }

    .button-wrapp .next-btn img {
        margin-left: 8px;
    }

    .button-wrapp img {
        width: 14px;
    }

    .questionnaire-body .questionnaire-option>.item {
        font-size: 1rem;
        line-height: 1.375rem;
    }

    .complete-container {
        margin: 30px 0 60px;
    }

    .print-button {
        margin: 30px auto 0;
    }
}