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

.section_title_box {
    display: flex;
    align-items: flex-start;
}

.section_title_img {
    width: 77px;
    height: 12px;
}

.section_title_box .right {
    transform: rotateY(180deg);
}

.section_title_text {
    font-size: 20px;
    font-weight: 700;
    color: #103C86;
}

.section_title_box .white {
    color: #ffffff;
}

.section_btn {
    width: fit-content;
    min-width: 200px;
    height: 34px;
    box-sizing: border-box;
    text-align: center;
    line-height: 34px;
    background: #3157C4;
    color: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 10px 0px rgba(49, 87, 196, 0.47);
    border-radius: 48px;
}

.tips {
    color: #999999;
    font-size: 12px;
}

/* 展开按钮 */
.openBtn {
    color: #103C86 !important;
    font-weight: normal;
}

/* 表格 */
.table_wrap {
    width: 100%;
    padding-top: 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.table {
    width: calc(100% - 14px);
    box-sizing: border-box;
    overflow: hidden;
    transform: translateY(8px);
    font-size: 14px;
    color: #013466;
    background: #ffffff;
    border-radius: 12px 12px 0px 0px;
    box-shadow: 0px 0px 10px 0px rgba(8, 45, 106, 0.1);
}

.table_header {
    width: 100%;
    box-sizing: border-box;
    background: #103C86;
}

.table_header .th {
    width: 100%;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}

.table_body {
    width: 100%;
    box-sizing: border-box;
    background: #ffffff;
}

.table_body .tr:nth-child(even) {
    background: #EEF2F9;
}

.table_body .tr {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

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

.table_footer {
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bgline {
    width: 100%;
    height: 48px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.bgline_inner {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    line-height: 40px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.85);
    background: #103C86;
    border-radius: 0px 0px 12px 12px;
    box-shadow: inset 0px 4px 8px 0px rgba(255, 255, 255, 0.3);
}

.bgline_triangle_left {
    width: 7px;
    height: 8px;
    position: absolute;
    left: 0px;
    bottom: 40px;
    transform: rotateY(180deg);
}

.bgline_triangle_right {
    width: 7px;
    height: 8px;
    position: absolute;
    right: 0px;
    bottom: 40px;
}

/* section2 */
.section2 .th {
    padding: 0px 40px;
    align-items: center;
    justify-content: space-between;
}

.section2 .table_body {
    height: 380px;
}

.section2 .tr {
    padding: 0px 40px;
    align-items: center;
    justify-content: space-between;
}

/* section4 */
.section4 .table .th {
    padding-left: 40px;
    font-size: 15px;
    color: #FFFFFF;
    text-align: left;
}

.section4 .table .tr {
    width: 100%;
    padding: 20px 40px 0px 40px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    color: #013466;
}

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


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

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

.section4 .table  .tr_value{
     text-align: right;
}

.section4 .table_footer {
    display: flex;
    flex-direction: column;
    align-items: center;

}

/* section6 */
.section6 .table_wrap {
    padding-top: 0px;
}

.section6 .th {
    padding: 0px 20px;
}

.section6 .table_body {
    height: 430px;
}

.section6 .table_body .tr {
    padding: 0px 20px;
    height: 64px;
}

.section6 .table_footer {
    padding-top: 0px
}

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

.swiper .swiper-pagination .swiper-pagination-bullet {
    opacity: 0.2;
    background: rgba(16, 60, 134, 1);
}

.swiper .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: rgba(16, 60, 134, 1);
}

/* section7 */
.swiper_case {
    width: 100%;
}

.swiper_case .swiper-wrapper {
    width: 100%;
    padding: 30px 0px;
    box-sizing: border-box;
}

.swiper_case .swiper-slide {
    width: 100%;
    height: 235px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.swiper_case .swiper-slide-active {
    padding: 4px;
    border-radius: 12px;
    border: 1px solid #3157c4;   
}

.swiper_case .swiper-slide-active .mask {
    display: none;
}

.swiper_case .swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.swiper_case .swiper-slide .mask {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    background: rgba(2555, 2555, 2555, 0.1);
    backdrop-filter: blur(1px);
    position: absolute;
    top: 0px;
    left: 0px;
}


/* 动态样式 */
.swiper-slide0 {
    opacity: 1 !important;
    transform: perspective(200px) scale(1.5, 1.08);;
}

.swiper-slide1 {
    opacity: 1 !important;
    transform: perspective(200px) scale(1, 0.9) rotateY(-7deg) translateX(-35%);
}

.swiper-slide-1 {
    opacity: 1 !important;
    transform: perspective(200px) scale(1, 0.9) rotateY(7deg) translateX(35%);
}

.swiper-slide-other {
    opacity: 0;
}