.swiper-container1 .swiper-slide,
.swiper-container1 .swiper-slide img{
    width: 100%;
    height: 9.5334rem;
}
.swiper-container1 .swiper-pagination{
    bottom: .5rem;
}
.swiper-container1 .swiper-pagination .swiper-pagination-bullet{
    width: .2rem;
    height: .2rem;
    border: 3px solid #fff;
    margin: 0 .2rem;
    opacity: 1;
    background: rgba(0,0,0,0);
}
.swiper-container1 .swiper-pagination .swiper-pagination-bullet-active{
    background: #fff;
}
.m-tab{
    display: flex;
    justify-content: space-around;
}
.m-tab span{
    display: inline-block;
    width: 2rem;
    height: .6rem;
    text-align: center;
    line-height: .6rem;
    font-size: 26px;
    border-radius: .3rem;
}
.m-tab .active{
    color: #fff;
    background: #e24203;
}
.m-list{
    padding-bottom: .6rem;
}
.m-list ul li{
    padding: 0.3334rem 0 0.3334rem 0.2667rem;
    display: flex;
    line-height: 1;
    align-items: flex-end;
    position: relative;
}
.m-list ul li::before{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #b9b9b9;
    position: absolute;
    left: 0;
    top: 0.48rem;
}
.m-list ul li a{
    width: 6.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 26px;
    color: #000;
}
.m-list ul li img{
    margin-left: auto;
    margin-right: 5px;
}
.m-list>a:last-child{
    width: 5.3334rem;
    height: 0.72rem;
    text-align: center;
    line-height: 0.72rem;
    font-size: 22px;
    margin: 0.25rem auto 0;
    border: 1px solid #d2d2d2;
    border-radius: .36rem;
}
.m-list .m-focus{
    display: flex;
    padding: 0.6rem 0;
}
.m-list .m-focus>img{
    width: 3.7334rem;
    height: 2.1rem;
    margin-right: .2rem;
}
.m-list .m-focus>div{
    width: 5.2rem;
    flex:1;
}
.m-list .m-focus>div>p:first-child{
    font-size: 24px;
    font-weight: bold;
    color: #000;
    line-height: 0.4667rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.m-list .m-focus>div>p:nth-child(2){
    font-size: 20px;
    color: #959595;
    line-height: .5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.m-list .m-focus>div div{
    display: flex;
    height: .7rem;
    align-items: center;
}
.m-list .m-focus>div div img{
    margin-right: .15rem;
}
.g-m-list{
    padding-top: 0;
    padding-bottom: 0;
}
.g-business .swiper-container .swiper-slide{
    position: relative;
    width: 100%;
    height: 3.4134rem;
}
.g-business .swiper-container .swiper-slide a,
.g-business .swiper-container .swiper-slide img{
    width: 100%;
    height: 100%;
}
.g-business .swiper-container .swiper-slide span{
    position: absolute;
    display: inline-block;
    width: 2.1334rem;
    height: 0.6934rem;
    line-height: 0.6934rem;
    color: #fff;
    text-align: center;
    background-color: #0391e2;
    font-size: 26px;
    font-weight: bold;
    left: .4rem;
    bottom: 0.2667rem;
}
.g-business .swiper-container .swiper-pagination{
    bottom: 0.3334rem;
    left: 40%;
}
.g-business .swiper-container .swiper-pagination .swiper-pagination-bullet{
    width: 0.16rem;
    height: 0.16rem;
    opacity: 1;
    border-radius: 50%;
    margin: 0 0.1rem;
    background: rgba(255, 255, 255, .6);
}
.g-business .swiper-container .swiper-pagination .swiper-pagination-bullet-active{
    background: #e24203;
}
.m-business img{
    width: 2.1067rem;
    height: 2.1067rem;
}
.m-business span{
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #2c2a2b;
    margin-top: .3rem;
}
