body {
    overflow-x: hidden;
    font-family: Source Han Sans, Source Han Sans;
}

.home,
#page_main_honor {
    overflow: hidden;
}

.home_container {
    position: relative;
    /* height: 100vh; */
    width: 100vw;
}

.body_container {
    position: absolute;
    background: rgba(18, 18, 18, 0.8);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#page_main_business {
    padding: 2rem 0 7.5rem 0;
}

.home_container {
    background: red;
    background: rgba(0, 0, 0, 0.7);
}

.home_container1 {
    padding-bottom: 7.5rem;
}

.common_body {
    width: 100%;
    padding: 0 16.25rem;
    background: pink;
}

.home_container1 {
    padding-top: 6.25rem;
}

.page_b_body {
    margin-top: 3.75rem;
    display: flex;
    gap: 6.75rem;
    align-content: center;
}

.page_b_body .cpn_left_box {
}

.page_b_body .cpn_right_box {
    padding: 2.75rem 6.5625rem;
    background: #f9f9f9;
    flex-shrink: 0;
    border-radius: 0.75rem;
}

.logo {
    height: 2.255625rem;
    width: 7rem;
}

.container_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.nav_list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
}

.show-nav .nav_list {
    color: #000;
}

.show-nav .nav_list .nav {
    color: #000;
}

.show-nav .nav_list .active {
    color: #be2221;
}

.show-nav .nav_list .active::before {
    background: #be2221;
}

.nav {
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.375rem;
    color: #a8abb2;
    user-select: none; /* 标准语法 */
}

.nav.active {
    position: relative;
    color: #fff;
    font-weight: bold;
}

.nav.active::before {
    position: absolute;
    content: "";
    width: 0.88rem;
    height: 0.13rem;
    background: #ffffff;
    border-radius: 0rem 0rem 0rem 0rem;
    left: 50%;
    bottom: -0.69rem;
    transform: translate(-50%, 0);
}

.cpn_title {
    line-height: 2.5rem;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 0.625rem;
}

.cpn_eng_title {
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: #1d1d1f;
    font-weight: bold;
    margin-bottom: 2.5rem;
}

.cpn_desc {
    color: #4f4f4f;
    font-size: 1.125rem;
    line-height: 2.5rem;
    margin-bottom: 110px;
}

.cpn_eng_desc {
    font-size: 1.0625rem;
    line-height: 1.5rem;
    margin-top: 1.25rem;
    margin-bottom: 2.5rem;
}

.cpn_btn {
    background: #ffffff;
    border-radius: 6.25rem 6.25rem 6.25rem 6.25rem;
    border: 1px solid #606061;
    padding: 0.75rem 2.5rem;
    width: fit-content;
    color: #1d1d1f;
    font-size: 1.5rem;
    box-sizing: border-box;
    cursor: pointer;
}

.cpn_right_box > div > div:first-child {
    margin-top: 0;
    color: #f91938;
    font-size: 3rem;
    line-height: 4.375rem;
}

.cpn_right_box > div > div:last-child {
    color: #4d4e50;
    font-size: 1.5rem;
    line-height: 2.1875rem;
}

.middle-num {
    margin: 2.9375rem 0;
}

.business_body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5rem;
}

.business_item {
    position: relative;
}

.business_item_card {
    width: 13.75rem;
    height: 18.75rem;
    background: #f91938;
    border-radius: 0.75rem 0.75rem 0.75rem 0.75rem;
}

.business_item_img {
    position: relative;
    z-index: 3;
    width: 18.75rem;
    height: 23.25rem;
    border-radius: 0.75rem 0.75rem 0.75rem 0.75rem;
}

.business_item_main {
    cursor: pointer;
}

.business_item_card.left,
.business_item_card.center,
.business_item_card.right {
    position: absolute;
    z-index: 2;
    top: -1.3125rem;
    left: -1.3125rem;
}

.business_item_card.center {
    bottom: -1.3125rem;
    top: unset;
    left: unset;
    right: -1.3125rem;
}

.business_item_card.right {
    position: absolute;
    right: -1.3125rem;
    left: unset;
}

.business_item_txt {
    margin-top: 3rem;
    border: 0.1875rem solid #1d1d1f;
    width: 18.75rem;
    padding: 0.625rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 2.875rem;
    font-size: 2rem;
}

#honor {
    background: #faf8f8;
}

#page_main_honor {
    padding: 5rem 0 7.5rem 0;
}

.yxl {
    font-weight: bold;
    text-align: center;
    margin-top: 0.625rem;
    line-height: 2.1875rem;
    font-size: 1.5rem;
}

#brand {
    background: #fff;
    padding: 7.5rem 0;
}

#swiper-slide-1,
#swiper-slide-2 {
    width: 87.5rem !important;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem 1.5rem;
}

#page_main_brand {
    overflow: hidden;
}

.brand-swiper {
    position: relative;
    /* overflow: hidden; */
    margin-top: 3.75rem;
}

.swiper-pagination {
    position: relative !important;
    margin-top: 2.5rem;
}

.swiper-pagination-bullet {
    width: 0.75rem;
    height: 0.75rem;
    background-color: #d8d8d8;
    background: #d8d8d8;
}

.swiper-pagination-bullet-active {
    background-color: #be2221;
}

.cpn_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cpn_box .cpn_name {
    font-size: 3.3125rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 1.5rem;
    text-align: center;
}

.cpn_box .cpn_desc {
    font-size: 2rem;
    color: #fff;
    text-align: center;
    line-height: 2.875rem;
}

.cpn_box .cpn_desc.first {
    margin-bottom: 1rem;
}

.cpn_box .cpn_desc.last {
    margin-bottom: 3.875rem;
}

.cpn_btns .success_cassie_btn {
    background: #be2221;
    color: #fff;
}

.cpn_btns .line_us_btn {
    background: #e7e7e7;
    color: #be2221;
}

.success_cassie_btn,
.line_us_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12.625rem;
    height: 3.5rem;
    border-radius: 9.375rem;
    font-size: 1.25rem;
    line-height: 1.625rem;
}

.cpn_btns {
    display: flex;
    gap: 1.25rem;
}

.cpn_btns > div {
    cursor: pointer;
}

#pageB,
#page_main_business,
#honor,
#brand {
    visibility: hidden;
}

.left_icon,
.right_radio {
    position: absolute;
}

.left_icon {
    top: 50%;
    left: -4.1875rem;
}

.right_radio {
    top: 0;
    right: 0;
    transform: translateY(-50%);
}

.swiper-honor .swiper-slide {
    background: #fff;
    height: 27.25rem;
    transform: scale(0.541);

    /* width:12.25rem!important;
    height:14.75rem; */
}

.swiper-honor .swiper-slide-active {
    background: #fff;
    height: 27.25rem;
    transform: scale(1);
    background: red;
}

.swiper-honor .swiper-slide-prev,
.swiper-honor .swiper-slide-next {
    background: pink;
    height: 27.25rem;
    transform: scale(0.773);
    background: pink;
}
