/* 公共样式 */
/* 标题 */
.section_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section_title_name {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-top: -6px;
}

.section_title .white {
    color: #ffffff;
}

/* 提示 */
.tips {
    color: #999999;
    font-size: 12px;
}

/* 咨询按钮 */
.btn {
    text-align: center;
    padding: 8px 30px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    background: #CE0259;
    border-radius: 54px;
    box-shadow: 0px 4px 10px 0px rgba(206, 2, 89, 0.33);
    cursor: pointer;
}

/* 展开收起按钮 */
.open_btn_wrap {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.open_btn {
    display: inline-block;
    width: fit-content;
    padding: 4px 10px;
    margin-left: 6px;
    line-height: 16px;
    font-size: 12px;
    color: #FFFFFF;
    background: #BF165E;
    text-align: center;
}

/* 走马灯指示器 */
/* .carousel_wrap {
    width: 100%;
    box-sizing: border-box;
}

.carousel_wrap .el-carousel__button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(191, 22, 94, 0.2);
    opacity: 1;
    box-sizing: border-box;
}

.carousel_wrap .el-carousel__indicator.is-active .el-carousel__button {
    background: rgba(191, 22, 94, 1);
} */

/* tips */
.require_tips {
    width: var(--view-width);
    box-sizing: border-box;
    padding-top: 12px;
}

.require_tips_item {
    display: flex;
    align-items: flex-start;
    line-height: 20px;
}

.require_tips_item .dot {
    width: 4px;
    height: 4px;
    margin-top: 10px;
    margin-right: 10px;
    border-radius: 50%;
    background: #999999;
    transform: scale(0.8);
}

.section6 .require_tips {
    color: #999999;
    font-size: 12px;
    width: 100%;
    padding-top: 0px;
}


/* 表格 */
.table_wrap {
    width: var(--view-width);
    padding-top: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.table_wrap .bgline {
    width: 100%;
    height: 26px;
    padding: 10px 6px 0px 6px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #790637;
    border-radius: 20px;
}

.table_wrap .bgline_inner {
    width: 100%;
    height: 100%;
    background: #CE0259;
    border-radius: 16px;
}

.table {
    width: calc(100% - 12px);
    padding-top: 30px;
    padding-bottom: 32px;
    margin-top: -10px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 16px;
    box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.08);
    backdrop-filter: saturate(100%) blur(8px);
    -webkit-backdrop-filter: saturate(100%) blur(4px);
    --tr-left-padding: 24px;
}

.table_header {
    width: 100%;
    padding: 0px 10px 16px 10px;
    box-sizing: border-box;
    overflow: hidden;
}

.table_header .th {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    line-height: 40px;
    font-size: 15px;
    font-weight: 700;
    color: #CE0259;
    border-radius: 54px;
    background: #FFF1F7;
    border: 1px solid #CE0259;
}

.table_header .th .td {
    box-sizing: border-box;
}

.table_body {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.table_body .tr {
    width: 100%;
    height: 40px;
    padding: 0px 20px 0px var(--tr-left-padding, 24px);
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
    line-height: 40px;
    font-size: 14px;
    color: #500022;
}

.table_body .tr:nth-child(odd) {
    background: #FFF1F7;
}

.table_footer {
    width: calc(100% - 40px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* section2 */
.section2 .table_body .tr .td {
    text-align: center;
}

.section2 .table_footer .btn {
    margin-top: 16px;
}

/* section4 */
.section4 .table {
    padding: 30px 20px 30px 20px;
    align-items: flex-start;
}

.section4 .table .th {
    font-size: 15px;
    color: #BF165E;
    text-align: left;
}

.section4 .table .tr {
    width: 100%;
    padding-top: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.section4 .table .tr_label {
    display: flex;
    align-items: flex-start;
}

.section4 .table .tr_label_type {
    font-size: 15px;
    color: #000000;
    margin-right: 18px;
}

.section4 .table .tr_label_subType {
    font-size: 14px;
    color: #666666;
}

.section4 .table .tr_label_subType div,
.section4 .table .tr_value div {
    padding-bottom: 6px;
}

.section4 .table_footer {
    width: 100%;
    padding-top: 20px;
}

.section6 .table {
    box-shadow: 0px 4px 12px 7px rgba(0, 0, 0, 0.08);
}

.section6 .table .th {
    display: flex;
    align-items: center;
    text-align: center;
}

.section6 .table_body .tr {
    height: 64px;
    /* min-height: 40px; */
    padding: 6px 0px 6px 20px;
    line-height: 20px;
    box-sizing: border-box;
}

/* 轮播 */
.swiper-container{
    width:100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
    opacity: 0.2;
    background: rgba(191, 22, 94, 1);
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: rgba(191, 22, 94, 1);
}

/* section2 轮播 */
.section2 .swiper-container-rank {
    width: 100%;
    height: 400px;
}

.section2 .swiper-container-rank .swiper-wrapper .swiper-slide {
    height: 360px;
    overflow: hidden;
}



/* section6 轮播 */
.section6 .swiper-container-course {
    width: 100%;
    height: 360px;
}

.section6 .swiper-container-course .swiper-wrapper .swiper-slide {
    height: 320px;
    overflow: hidden;
}

/* section7 轮播 */
.section7 .swiper-container-case {
    width: 100%;
    height: 260px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.section7 .swiper-container-case .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 300ms;
    box-sizing: border-box;
}

.section7 .swiper-container-case .swiper-slide_box {
    width: 116px;
    height: 110px;
    background: #ffffff;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s;
    position: relative;
}

.section7 .swiper-container-case .swiper-slide_box .mask {
    width: 100%;
    height: 100%;
    background: rgba(2555, 2555, 2555, 0.8);
    position: absolute;
    top: 0px;
    left: 0px;
}

.section7 .swiper-container-case .swiper-slide_box .img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.section7 .swiper-container-case .swiper-slide-active .swiper-slide_box,
.section7 .swiper-container-case .swiper-slide-duplicate-active .swiper-slide_box {
    padding: 2px;
    border: 1px solid #CE0259;
    border-radius: 6px;
    z-index: 999;
    transform: scale(2.2,2.22);
}

.section7 .swiper-container-case .swiper-slide-active .swiper-slide_box .mask,
.section7 .swiper-container-case .swiper-slide-duplicate-active .swiper-slide_box .mask {
    display: none;
}