*{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
html,body{
    font-size: 0.83vw;
}


.swiper,.swiper-slide{
    height: 26.25rem;
}

.customer_box{
    width: 40rem;
    /* height: 30rem; */
}

.tab.active{
    background: #FF5A00;
    color: #FFFFFF;
}
.active img:first-child{
    display: none;
}
.active img:nth-child(2){
    display: block !important;
}

.fixed .box{
    border: 1px solid #EEE;
}

.fsk{
    flex-shrink: 0;
}

.titlebg{
    position: relative;
    z-index: 1;
}
.titlebg::after{
    content: '';
    background: #EB6100;
    transform: skew(-45deg);
    width: 6rem;
    height: 0.75rem;
    position: absolute;
    bottom: 0;
    left: 0.25rem;
}

.bgs{
    background-size: 100% 100% !important;
}