.header-box {
    background-image: url("/Public/images/depression/img_home_topsof.png");
    background-position: top right;
    background-size: 50%;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 300px;
}

.header-box .icon-logo {
    width: 127px;
    height: 24px;
    padding-top: 15px;
}
.header-box .icon-logo img {max-width: 100%}
.header-box .header-info {padding: 55px 0 0 26px; width: 420px}
.header-box .title-info {
    color: #434D5E;
    font-weight: normal;
    font-size: 31px;
    color: #434D5E;
}
.header-box .sub-title {
    display: flex;
    font-size: 12px;
    margin-top: 20px;
    color: #434D5E;
    line-height: 24px;
    font-family: 'OPPOSans-M';
    margin-bottom: 34px;
}

.header-box .sub-title div {margin-right: 64px}

.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;
}

.desc-info {
    font-size: 11px;
    color: #434D5E;
    line-height: 17px;
    margin-top: 27px;
    width: 80%;
}

.desc-info .title{
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 16px;
}

.desc-info .contents{

}

.contents p {margin: 10px 0}
.desc-info .remark{
    color: #6A7484;
}
.main-box {

}

.list-content {

}

.list-content .row-content {
    display: flex;
    margin-top: 76px;
}

.list-content .row-content .row-cover {
    width: 321px;
    height: 240px;
    margin-right: 41px;
}

.list-content .row-content .row-cover img {
    max-width: 100%;
}


.list-content .row-content .row-desc {
    width: 387px;
    font-size: 12px;
    line-height: 16px;
    font-family: 'OPPOSans-M';
    padding-right: 30px;
}

.list-content .row-content .row-desc .title {
    font-size: 20px;
    font-family: 'OPPOSans';
    margin-bottom: 14px;
}

.list-content .row-content .row-desc .sub-title {
    font-size: 14px;
    font-family: 'OPPOSans';
    margin-bottom: 5px;
    margin-top: 29px;
}

.list-content .row-content .row-desc .start-box {
    margin-top: 27px;
}

.comment-list {
    padding-bottom: 10px;
}
.comments .title {
    background-image: url("/Public/images/depression/img_home_title.png");
    background-position: center;
    background-size: 22px;
    background-repeat: no-repeat;
    font-size: 20px;
    text-align: center;
    height: 100px;
    line-height: 100px;
}

.comments .comment-info {
    position: relative;
    padding: 20px 30px;
    width: 240px;
    height: 234px;
    background: #FFFDFD;
    font-size: 12px;
    line-height: 16px;
    background: #FFFDFD;
    box-shadow: 3px 10px 12px 0px rgba(252, 137, 141, 0.16);
    font-family: 'OPPOSans-M';
}

.comments .comment-info .header-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background: linear-gradient( 270deg, #FD898C 0%, #E88193 100%);
}

.user-box {
    display: flex;
    font-family: 'OPPOSans';
    margin-bottom: 15px;
}

.user-box .user-covers {
    width: 50px;
}

.user-box .user-covers .avatar {
    height: 47px;
    width: 47px;
    border-radius: 47px;
    border: 2px solid #FFE4E4;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.user-box .user-cover {}

.user-box .user-info {
    background: white;
    background-color: white;
    padding-top: 16px;
    margin-left: 15px;
}

.user-box .user-info .user-name {
    color: #434D5E;
    line-height: 16px;
}
.user-box .user-info .user-type {
    font-size: 12px;
    color: #F6868E;
    line-height: 16px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("/Public/images/depression/list_left_arrow.png") !important;
    background-size: contain !important;
    left: 0 !important;
    width: 15px !important;
    height: 32px !important;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("/Public/images/depression/list_right_arrow.png") !important;
    background-size: contain !important;
    right: 0 !important;
    width: 15px !important;
    height: 32px !important;
}

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