
@media screen and (max-width: 1271px) {
    .pc{
        display: none;
    }
    .mobile{
        display: block;
    }
    .swiper-container{
        width: 100% !important;
        height: 100% !important;
    }
    .jwyw{
        width: 100%;
        height: auto;
    }
    .swiper-slide a{
        height: auto;
    }
    .tab_title ul li{
        font-size: 1.3rem;
        height: 3rem;
        line-height: 3rem;
        width: 31%;
        margin-left: 2.5%;
        border-radius: 3px;
    }
    .tab_title ul li:first-child{
        margin-left: 0;
    }
    .tab_content div{
        margin: 0;
        padding: 0;
    }
    .content_active ul li{
        background-size: 0.5rem;
    }
    .content_active ul li a{
        font-size: 1.3rem;
        max-width:calc(100% - 12rem);
    }
    .content_active ul li span{
        font-size: 1.3rem;
    }
    .risk-media{
        width: 100%;
    }
    .risk-media:first-child{
        border: none;
    }
    .risk-media:last-child{
        padding: 0;
        margin: 0;
    }
    .mediatitle a{
        font-size: 1.3rem;
    }
    .mediatitle span{
        font-size: 1.5rem;
    }
    .media_ul li a{
        font-size: 1.3rem;
        max-width:calc(100% - 12rem);
    }
    .media_ul li span{
        font-size: 1.3rem;
    }
    .w{
        margin:0 auto ;
        width: 92%;
        padding-top:0.4rem;
    }
    .swiper-pagination-bullet{
        background-color: #fff;
        opacity: 1;
    }
    .swiper-pagination-bullet-active{
        opacity: 1;
        background-color:#24a719 !important;
    }
}
