
@media only screen and (min-width: 769px){
        
    body{
        font-size: 14px;
        background-color: #ffff;
    }

    .slgw-carousel{
        width: 100%;
    }

    .floor{
        min-width: 1200px;
        width: 100%;
    }

    .slgw-floor-1{
        background-color: #f5f5f7;
    }

    .slgw-container{
        width: 1200px;
        margin: 0 auto;
    }

    .slgw-vds{
        width: 100%;
        background-color: #fff;
    }

    .slgw-vds-t{
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 70px;
        padding-bottom: 80px;
        color: #353948;
    }

    .slgw-vds-t1{
        font-family: AlibabaPuHuiTi-Medium;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 35px;
    }

    .slgw-vds-t2{
        color: #353948;
        font-size: 26px;
        line-height: 1.35;
        margin-bottom: 35px;
        font-family: AlibabaPuHuiTi-Medium;
    }

    .slgw-vds-t3{
        font-family: AlibabaPuHuiTi-Regular;
        font-size: 14px;
        line-height: 22px;
    }


    .slgw-vds-more-down{
        width: 100%;
        padding: 50px 0;
    }

    .slgw-vds-more-down-arr{
        width: 62px;
        height: 42px;
        background-image: url(../svg/ex-more.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        margin: 0 auto;
    }

    .slgw-vds-boxs{
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        /* justify-content: space-between; */
    }


    .slgw-vds-box{
        width: 393px;
        /* height: 230px; */
        margin-right: 10px;
        margin-bottom: 10px;
        background-color: #dadbdf;
        cursor: pointer;
    }


    .slgw-vds-boxs>div:nth-child(3n){
        margin-right: 0;
        margin-left: 1px;
    }

    .slgw-vd-img{
        width: 100%;
        height: 190px;
        overflow: hidden;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .slgw-vd-img > img{
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        /* transition: all 0.3s linear; */
        transition: all 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
    }

    .slgw-vd-mask{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        /* background-color: rgba(232 , 235 , 237 , 0.1); */
        z-index: 10;
        /* transition: all 0.3s linear; */
    }

    .slgw-vds-box:hover .slgw-vd-img > img{
       transform: scale(1.05);
    }

    .slgw-vd-bt{
        height: 40px;
        line-height: 40px;
    }

    .slgw-ex-t{
        padding-left:40px;
        width: 80%;
        height: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-family: AlibabaPuHuiTi-Medium;
        color: #353948;
        font-size: 18px;
    }

    .slgw-ex-play{
        width: 40px;
        height: 40px;
        background-image: url(../svg/ex-play.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 16px auto;
        background-color: #353948;
    }


    .sl-common-dialog{
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 1000;
        top: 0;
        left: 0;
    }

    .sl-mask{
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
    }

}

@media only screen and (max-width: 768px){        

    .slgw-carousel{
        width: 100%;
    }

    .yy-tip{
        position: absolute;
        top: 0.9rem;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .yy-tip1{
        font-size: 0.46rem;
        color: #e5e8eb;
        font-family: AlibabaPuHuiTi-Medium;
        margin-bottom: 0.3rem;
    }
    .yy-tip2{
        font-size: 0.26rem;
        color: #b9bac2;
        font-family: AlibabaPuHuiTi-Light;
    }

    .floor{
        width: 100%;
    }

    .slgw-floor-1{
        background-color: #ffff;
    }

    .slgw-container{
        margin: 0 auto;
        padding: 0 0.6rem;
    }

    .slgw-vds{
        width: 100%;
        padding-top: 1rem;
    }

    .slgw-vds-t{
        width: 100%;
    }
    
    .slgw-vds-t1{
        font-family: AlibabaPuHuiTi-Medium;
        font-size: 0.3rem;
        line-height: 1.35;
        margin-bottom: 0.5rem;
        color: #343949;
    }

    .slgw-vds-t2{
        color: #343949;
        font-size: 0.4rem;
        line-height: 1.35;
        margin-bottom: 0.5rem;
        font-family: AlibabaPuHuiTi-Medium;
    }

    .slgw-vds-t3{
        font-family: AlibabaPuHuiTi-Regular;
        font-size: 0.26rem;
        line-height: 0.5rem;
        text-align: justify;
        color: #343949;
        margin-bottom: 0.75rem;
    }


    .slgw-vds-more-down{
        width: 100%;
        padding-top: 0.2rem;
        padding-bottom: 0.8rem;
    }

    .slgw-vds-more-down-arr{
        width: 0.82rem;
        height: 0.62rem;
        background-image: url(../svg/ex-more.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        margin: 0 auto;
    }

    .slgw-vds-boxs{
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        
    }

    .slgw-vds-box{
        width: 100%;
        height: 3.8rem;
        margin-bottom: 0.6rem;
        background-color: #dadbdf;
        cursor: pointer;
    }

    .slgw-vd-img{
        width: 100%;
        height: 3rem;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        position: relative;
    }

    .slgw-vd-img > img{
        width: 100%;
    }

    .slgw-vd-mask{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        /* background-color: rgba(232 , 235 , 237 , 0.1); */
        z-index: 10;
        /* transition: all 0.3s linear; */
    }

    .slgw-vd-bt{
        height: 0.8rem;
        line-height: 0.8rem;
    }

    .slgw-ex-t{
        padding-left:0.4rem;
        width: calc(100% - 1rem);
        height: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-family: AlibabaPuHuiTi-Medium;
        color: #343949;
        font-size: 0.3rem;
    }

    .slgw-ex-play{
        width: 0.8rem;
        height: 0.8rem;
        background-image: url(../svg/ex-play.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 0.3rem auto;
        background-color: #353948;   
    }


    .sl-common-dialog{
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 1000;
        top: 0;
        left: 0;
    }

    .sl-mask{
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
    }

}


