html {
    background: #FAFAFA;
}

.business-body{
    min-height: 100vh;
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%);
}

.m-swiper-container {
    width: 100%;
    height: 100vh;
    position: relative;
}

.swiper-slide {
    height: 100%;
    font-size: .6rem;
    display: inline-flex;
  
}
.swiper-slide >div{
    padding-top: 6.266667rem;
}
.swiper-pagination {
    position: absolute;
    z-index: 56;
    right: 0rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    top: 0;
}

.swiper-pagination-bullet:focus {
    outline: 0rem;
}

.swiper-pagination-bullet-active {
    transform: scale(1.4);
}

.swiper-pagination-bullet {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 2rem !important;
    height: 2rem !important;
    margin-bottom: 2rem;
    opacity: 1;
    background: transparent;
}

.swiper-pagination-bullet img {
    /* border-radius: 50%; */
    width: 100%;
}

/* 改为 相对定位 */
.header_box2 {
    position: relative;
}

.business_title {
    font-size: 1.066667rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    margin: 2rem 0rem .666667rem 0rem;
}

.business_des {
    font-size: .6rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 1rem;
    width: 15.166667rem;
}
.business_imgbox{
     width: 37rem;
    margin-left: .6rem;
}
.business_imgbox img{
    width: 100%;
    height: 100%;
}
.businessicon{
    cursor: pointer;
}
.pc-swiper{
    display: block;
}
.pc-tabs{
    display: flex;
    width: 100%;
    border-bottom: 1px solid #D9D9D9;
    padding-top: 6rem;
    padding-bottom: 11px;
    position: relative;
}
.tasb-icon{
    width: 3.4rem;
    height: 3.4rem;
}
.tasb-title{
    color: #8289A3;
    font-size: 0.6rem;
    font-style: normal;
    font-weight: 500;
    margin-top: 0.7rem;
}
.activetab .tasb-title{
    color: #000;
}

.active-tabs{
    width: calc(100% / 7);
    height: 3px;
    background: #FE2C55;
    position: absolute;
    bottom: -1px;
    transition: left .3s;
}

.pc-tabs>div{
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
    cursor: pointer;
}

.pc-swiper-container{
    width: 100%;
    height: 27rem;
}
.pc-swiper-slide{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0.6rem;
}
.pc-swiper-slide>div{
    padding-top: 0;
}
.pc-swiper-slide .business_imgbox{
    width: 26rem;
}
.pc-swiper-slide .business_des{
    color: #8289A3;
    font-size: 0.6rem;
}
.pc-swiper-pagination{
    position: absolute;
    bottom: 2.3rem;
    left: 0;
}
.pc-swiper-active-pagin{
    color: #FE2C55;
    font-size: 0.733rem;
    font-weight: bolder;
}
.pc-swiper-pagin{
    color: #8289A3;
    font-size: 0.466rem;
    margin-left: 4px;
}

.m-swiper{
    display: none;
}
@media (max-width:765px){
    .swiper-slide{
        display: block;
    }
    .business_title{
        font-size: 24px;
    }
    .business_des{
        width: 100%;
        line-height: 20px;
        font-size: 15px;
    }
    .business_imgbox{
        /* display: none; */
        width: auto;
        padding-top: 20px !important;
    }
    .businessicon{
        width: 67px;
    }
    .swiper-slide >div{
        padding-top: 130px;
    }
    .m-swiper{
        display: block !important;
    }
    .pc-swiper{
        display: none !important;
    }
}