.section2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.45rem 0 0.96rem 0;
    background-image: linear-gradient(to bottom, #9b9a98, #ddd6d0);
}
.section2 .tabs {
    display: flex;
}
.section2 .tabs .tab {
    cursor: pointer;
    transition: all 0.5s;
    opacity: 0.4;
}
.section2 .tabs .tab:nth-of-type(1) {
    width: 2.1rem;
    position: relative;
}
.section2 .tabs .tab:nth-of-type(1)::before {
    content: "";
    width: 1px;
    height: 100%;
    top: 50%;
    background-color: rgba(88, 88, 88, 0.4);
    position: absolute;
    left: -1.65rem;
    transform: translateY(-50%);
}
.section2 .tabs .tab:nth-of-type(2) {
    width: 2.1rem;
    margin-right: 3.7rem;
    margin-left: unset;
}
.section2 .tabs .tab img {
    width: 100%;
}
.section2 .tabs .tab:hover {
    opacity: 1;
}
.section2 .tabs .active {
    opacity: 1;
    position: relative;
}
.section2 .sec-tabs {
    display: none;
    align-items: center;
    margin-top: 0.74rem;
}
.section2 .sec-tabs .sec-tab {
    font-size: 1.21rem;
    margin-right: 1.15rem;
    position: relative;
    cursor: pointer;
    transition: all 0.5s;
    opacity: 0.9;
}
.section2 .sec-tabs .sec-tab:nth-last-of-type(1) {
    margin-right: 0;
}
.section2 .sec-tabs .sec-tab:hover {
    color: #000;
    opacity: 1;
}
.section2 .sec-tabs .sec-tab.active {
    color: #000;
    opacity: 1;
}
.section2 .sec-tabs .sec-tab.active::after {
    position: absolute;
    bottom: -0.7rem;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 100%;
    background-color: rgba(202, 0, 16, 0.8);
    height: 0.2rem;
}
.section2 .sec-tabs.active {
    display: flex;
}
.section2 .swiper-box {
    width: 100%;
    margin-top: 3%;
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
}
.section2 .swiper-box .logo {
    position: absolute;
    right: 20%;
    top: -4%;
    width: 30%;
    opacity: 0.4;
}
.section2 .swiper-box .logo img {
    width: 100%;
}
.section2 .swiper-box .swiper-box-container {
    width: 100%;
}
.section2 .swiper-box .swiper-box-container .swiper-container {
    width: 100%;
}
.section2 .swiper-box .swiper-box-container .swiper-container .img-box {
    padding: 0 19%;
    position: relative;
}
.section2 .swiper-box .swiper-box-container .swiper-container .img-box img {
    width: 50%;
}
.section2 .swiper-box .swiper-box-container .detail-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    translate: none;
    rotate: none;
    scale: none;
    transform: translate(0px, 0px);
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 300px;
    z-index: 9;
}
.section2 .swiper-box .swiper-box-container .detail-box .t1 {
    color: #000;
    font-size: 0.29rem;
    letter-spacing: 1px;
    font-weight: bold;
}
.section2 .swiper-box .swiper-box-container .detail-box .t2 {
    font-size: 0.24rem;
    color: #000;
    letter-spacing: 1px;
    margin-top: 0.1rem;
}
.section2 .swiper-box .swiper-box-container .detail-box .btn {
    width: 4.45rem;
    height: 0.7rem;
    border-radius: 0.05rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.19rem;
    letter-spacing: 0.02rem;
    background-color: rgba(202, 0, 16, 0.8);
    margin-top: 0.5rem;
    transition: all 0.3s;
}
.section2 .swiper-box .swiper-box-container .detail-box .btn:hover {
    background-color: rgba(202, 0, 16, 0.8);
}
.section2 .swiper-box .swiper-box-container .swiper-button {
    top: 30%;
}
.section2 .swiper-box .swiper1-box {
    display: none;
}

@media (max-width: 1920px) {
    .section2 .swiper-box .swiper-box-container .swiper-container .img-box {
        padding: 0 26%;
    }
}
@media (max-width: 1366px) {
    .section2 .swiper-box .swiper-box-container .swiper-container .img-box {
        padding: 0 19%;
    }
}
@media (max-width: 1280px) {
    .section2 .swiper-box .swiper-box-container .swiper-container .img-box {
        padding: 0 28%;
    }
}
.section2 {
    height: auto;
    padding: 7.86rem 0;
}
.section2 .tabs .tab:nth-of-type(1) {
    width: 10.92rem;
}
.section2 .tabs .tab:nth-of-type(2) {
    width: 10.99rem;
}
.section2 .sec-tabs {
    margin-top: 4.06rem;
}
.section2 .sec-tabs .sec-tab {
    margin-left: 4.4rem;
    font-size: 1.1rem;
    text-align: center;
}
.section2 .swiper-box {
    margin-top: 2rem;
}
.section2 .swiper-box .swiper-box-container .swiper-container .img-box {
    padding: 0;
}
.section2 .swiper-box .swiper-box-container .detail-box .btn {
    margin-top: 1.5rem;
    width: 85%;
    height: 3.9rem;
    font-size: 1rem;
}
.section2 .swiper-button {
    display: none;
}
.mb-only {
    display: none !important;
}
@media (max-width: 767px) {
    .mb-only {
        display: block !important;
    }
}
.section2 .swiper-button {
    width: 100%;
    opacity: 1;
    position: absolute;
    top: 50%;
    transition: all 0.5s;
    z-index: 2;
    transform: translateY(-50%);
    padding: 0 0.7rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section2 .swiper-button .l,
.section2 .swiper-button .r {
    cursor: pointer;
    width: 4rem;
    height: 4rem;
    background: hsla(0, 0%, 100%, 0.15);
    border-radius: 0.54rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    transform: rotate(180deg);
}
.section2 .swiper-button .l img,
.section2 .swiper-button .r img {
    width: 0.7rem;
}

.section2 .swiper-container .swiper-slide{
    padding: 0 !important;
}

.btn-mvm {
    background-color: #c5132b;
    border: 0;
    color: #fff;
    height: 60px;
    width: 210px;
    padding-top: 16px !important;
    font-size: 18px;
}

.section2 .swiper-container {
    height: auto;
}

@media (min-width: 1920px) {
    .section2 .swiper-box .swiper-box-container .swiper-container .img-box img {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .section2 {
        height: auto;
        padding-top: 8rem;
        padding-bottom: 0;
    }
    .section2  .swiper-container {
        height: 340px;
    }
    .section2 .tabs .tab:nth-of-type(1) {
        width: 5.92rem;
    }
    .section2 .tabs .tab:nth-of-type(2) {
        width: 5.99rem;
    }
    .section2 .swiper-box .swiper-box-container .swiper-container .img-box img {
        width: 100%;
    }
    .section2 .swiper-button{
        display: none;
    }
    .section2 .btn-mvm{
        width: 65%;
    }
    .section2 .sec-tabs .sec-tab {
        margin-left: 1rem;
        font-size: 0.8rem;
    }
    #main_banner_1, #main_banner_2 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .main_banner{
        margin-bottom: 0 !important;
    }
}
