.header-box {
    padding-top: 20px;
    position: relative;
    color: #434D5E;
    margin-bottom: 55px;
}

.header-box .title {
    font-size: 21px;
    line-height: 33px;
}

.header-box .desc {
    font-family: 'OPPOSans-M';
    font-size: 14px;
    line-height: 22px;
}

.main-box {
    position: relative;
    margin-bottom: 100px;
}

.main-box .contents{
    font-size: 14px;
}
.answer-process-bar {
    background: #F1F1F1;
    border-radius: 9px;
    height: 18px;
    line-height: 18px;
    position: relative;
    color: #BAC0CC;
    font-size: 9px;
    position: relative;
}

.answer-process-bar .complete {
    position: absolute;
    right: 5px;
    top: 0;
}

.answer-process-bar .dib {
    text-align: right;
    font-size: 9px;
    border-radius: 9px;
    height: 18px;
    line-height: 18px;
    color: white;
    background: linear-gradient( 270deg, #F3868F 0%, #FFDFD2 100%);
    position: relative;
}


.answer-process-bar .dib:before {
    content: ' ';
    position: absolute;
    top: -20px;
    right: 10px;
    width: 22px;
    height: 19px;
    background-image: url("/Public/images/depression/icon_process.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.question-box {
    background: #F6F6F6;
    border-radius: 18px;
    margin-top: 40px;
    padding: 42px 46px 10px;
}

.question-box .question-title {
    font-size: 27px;
    line-height: 44px;
}

.question-box .question-option-list {

}

.question-box .question-option {
    background: white;
    border-radius: 26px;
    border: 0px solid #9BA6BA;
    margin: 18px 0;
    font-size: 16px;
    color: #6A7484;
    padding: 7px 25px;
    font-family: 'OPPOSans-B';
    cursor: pointer;
}

.question-box .question-option .contents {
    margin-left: 10px;

}

.question-box .active {
    background: rgba(243,134,143,0.17);
    border-radius: 26px;
    border: 1px solid #F3868F;
    position: relative;
    padding-left: 35px;
}

.question-box .active:before {
    content: ' ';
    position: absolute;
    top: 10px;
    left: 25px;
    width: 30px;
    height: 30px;
    background-image: url("/Public/images/depression/icon30_right.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.footer-start-box {
    text-align: center;
    margin: 49px auto 45px;
    justify-content: center;
    display: none;
}

.start-btn {
    font-size: 13px;
    text-align: center;
    color: white;
    width: 123px;
    height: 47px;
    line-height: 47px;
    background: linear-gradient( 270deg, #FD898C 0%, #E88193 100%);
    border-radius: 35px;
    display: flex;
    justify-content: center;
}


.start-btn .icon_button_arrow {
    background-image: url("/Public/images/depression/button_arrow.png");
    background-position: center;
    background-size: 12px;
    background-repeat: no-repeat;
    width: 26px;
    display: inline-block;
}

.icon-change-left {
    content: ' ';
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translate(0,-50%);
    width: 30px;
    height: 30px;
    background-image: url("/Public/images/depression/list_left_arrow.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.quiz-sub, .quiz-next {background: white !important;}
.icon-change-right {
    content: ' ';
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translate(0,-50%);
    width: 30px;
    height: 30px;
    background-image: url("/Public/images/depression/list_right_arrow.png") !important;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.beijig_1 {width: 35%}