@media screen and (min-width:1001px) {
    .shopline-nav{
        width: 100%;
        height: 50px;
        border-bottom: 1px solid #DCDCDC;
        display: flex;
        justify-content: space-between;

    }
    .shopline-nav .shopline-nav-item{
        height: 50px;
        position: relative;
        font-weight: 500;
        font-size: 19px;
        color: #666666;
        line-height: 30px;
        cursor: pointer;
    }

    .shopline-nav .shopline-nav-item.active{
        color: #2976BC;
    }
    .shopline-nav .shopline-nav-item.active::after{
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background: #317BBE;
        left: 0;
        bottom: -1px;
    }

    .shopline-content-box{
        width: 100%;
        margin-top: 36px;
    }
    .shopline-content-box .shopline-content{
        display: none;
    }

    .shopline-content-box .shopline-content.active{
        display: flex;
        justify-content: space-between;
    }

    .shopline-content .big-bg {
        width: 681px;
    }
    .sl-content{
        flex: 1;
        box-sizing: border-box;
        padding-left: 43px;
        padding-top: 7px;
    }

    .sl-content1{
        font-weight: 400;
        font-size: 16px;
        color: #000000;
        line-height: 30px;
        text-align: left;
    }
    .sl-content-item{
        display: flex;
        font-size: 16px;
        color: #333333;
        line-height: 28px;
    
    }

    .sl-content-item .item-icon{
        width: 24px;
        height: 24px;
        margin-right: 3px;
        flex-shrink: 0;
    }
    .sl-content-item div{
        text-align: left;
    }

    .sl-content-item span{
        font-weight: 600;
        
    }
    .sl-content3{
        font-weight: 400;
        font-size: 16px;
        color: #000000;
        line-height: 30px;
        text-align: left;
    }

    .shopfile-swiper{
        align-items: center;
        height: 476px;
        width: 100%;
        display: flex;
    }

    .shopfile-swiper .left-arrow-image{
        width: 58px;
        margin-right: 40px;
    }
    .shopfile-swiper .right-arrow-image{
        width: 58px;
        margin-left: 40px;
    }
    .shopfile-swiper .shopfile-swiper-content{
        background: #F7F8FA;
        border-radius: 12px;
        flex: 1;
        height: 100%;
        padding: 70px 58px 81px 58px;
        display: none;
        box-sizing: border-box;
        justify-content: space-between;
    }
    .shopfile-swiper .shopfile-swiper-content.active{
        display: flex;
    }

    .sf-img{
        width: 426px;
    }

    .sf-left-content .sf-title{
        font-weight: 500;
        font-size: 24px;
        color: #000000;
        line-height: 30px;
        text-align: left;
        margin-top: 16px;
    }
    .sf-left-content .sf-box{
        display: flex;
        margin-top: 15px;
    }
    .sf-left-content .sf-box .sf-box-item{
        width: 12px;
        height: 12px;
        background: #5380F7;
        border-radius: 1px;
        opacity: 0.3;
        margin-right: 8px;
    }
    .sf-left-content .sf-content{
        font-weight: 400;
        font-size: 16px;
        color: #333333;
        line-height: 30px;
        text-align: left;
        width: 358px;
        margin-top: 27px;
    }
    .prev{
        cursor: pointer;
    }

    .prev .left-arrow{
        display: block;
    }
    .prev .left_arrow_disabled{
        display: none;
    }

    .prev-disabled .left-arrow{
        display: none;
    }
    .prev-disabled .left_arrow_disabled{
        display: block;
    }

    .next{
        cursor: pointer;
    }
    .next .right-arrow{
        display: block;
    }
    .next .right-arrow_disabled{
        display: none;
    }

    .next.right-disabled .right-arrow{
        display: none;
    }
    .next.right-disabled .right-arrow_disabled{
        display: block;
    }

} 

@media screen and (max-width:1001px) {
    .shopline-nav{
        width: 100%;
        height: 50px;
        border-bottom: 1px solid #DCDCDC;
        display: flex;
        justify-content: space-between;

    }
    .shopline-nav .shopline-nav-item{
        height: 50px;
        position: relative;
        font-weight: 500;
        font-size: 16px;
        color: #666666;
        line-height: 30px;
        cursor: pointer;
    }

    .shopline-nav .shopline-nav-item.active{
        color: #2976BC;
    }
    .shopline-nav .shopline-nav-item.active::after{
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background: #317BBE;
        left: 0;
        bottom: -1px;
    }

    .shopline-content-box{
        width: 100%;
        margin-top: 36px;
    }
    .shopline-content-box .shopline-content{
        display: none;
    }

    .shopline-content-box .shopline-content.active{
        display: flex;
        justify-content: space-between;
    }

    .shopline-content .big-bg {
        width: 681px;
    }
    .sl-content{
        flex: 1;
        box-sizing: border-box;
        padding-left: 43px;
        padding-top: 7px;
    }

    .sl-content1{
        font-weight: 400;
        font-size: 16px;
        color: #000000;
        line-height: 30px;
        text-align: left;
    }
    .sl-content-item{
        display: flex;
        font-size: 16px;
        color: #333333;
        line-height: 28px;
    
    }

    .sl-content-item .item-icon{
        width: 24px;
        height: 24px;
        margin-right: 3px;
        flex-shrink: 0;
    }
    .sl-content-item div{
        text-align: left;
    }

    .sl-content-item span{
        font-weight: 600;
        
    }
    .sl-content3{
        font-weight: 400;
        font-size: 16px;
        color: #000000;
        line-height: 30px;
        text-align: left;
    }

    .shopfile-swiper{
        align-items: center;
        height: 476px;
        width: 100%;
        display: flex;
    }

    .shopfile-swiper .left-arrow-image{
        width: 58px;
        margin-right: 40px;
    }
    .shopfile-swiper .right-arrow-image{
        width: 58px;
        margin-left: 40px;
    }
    .shopfile-swiper .shopfile-swiper-content{
        background: #F7F8FA;
        border-radius: 12px;
        flex: 1;
        height: 100%;
        padding: 70px 58px 81px 58px;
        display: none;
        box-sizing: border-box;
        justify-content: space-between;
    }
    .shopfile-swiper .shopfile-swiper-content.active{
        display: flex;
    }

    .sf-img{
        width: 35%;
    }

    .sf-left-content .sf-title{
        font-weight: 500;
        font-size: 24px;
        color: #000000;
        line-height: 30px;
        text-align: left;
        margin-top: 16px;
    }
    .sf-left-content .sf-box{
        display: flex;
        margin-top: 15px;
    }
    .sf-left-content .sf-box .sf-box-item{
        width: 12px;
        height: 12px;
        background: #5380F7;
        border-radius: 1px;
        opacity: 0.3;
        margin-right: 8px;
    }
    .sf-left-content .sf-content{
        font-weight: 400;
        font-size: 16px;
        color: #333333;
        line-height: 30px;
        text-align: left;
        width: 358px;
        margin-top: 27px;
    }
    .prev{
        cursor: pointer;
    }

    .prev .left-arrow{
        display: block;
    }
    .prev .left_arrow_disabled{
        display: none;
    }

    .prev-disabled .left-arrow{
        display: none;
    }
    .prev-disabled .left_arrow_disabled{
        display: block;
    }

    .next{
        cursor: pointer;
    }
    .next .right-arrow{
        display: block;
    }
    .next .right-arrow_disabled{
        display: none;
    }

    .next.right-disabled .right-arrow{
        display: none;
    }
    .next.right-disabled .right-arrow_disabled{
        display: block;
    }
}   

