.mall-slider {
    margin: 0;
    background-image: url('images/mall/mall-sd-bg.png');
    background-size: 100% 100vh;
    background-repeat: no-repeat;
}

.col-left {
    padding-top: 150px
}

.col-right {
    padding-left: 40px
}

.col-right .i-list {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.col-right .i-item {
    background-color: #FFFFFF;
    width: 456px;
    height: 120px;
    border-radius: 5px;
    margin-top: 17px;
    display: flex;
    justify-content: flex-start;
    align-items: center;

}

.col-right .i-item img {
    width: 52px;
    height: 52px;
    margin: auto 40px;
}

.col-right .i-item p {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.tab {
    display: flex;
    justify-content: center;
}

.tab .text-tab {
    height: 80px;
    margin: 0 50px;
}

.mall .jingxuananli .tab .text-tab div{
    display: block!important;
    background: none;
    height: 4px;
}

.mall .tab .current div{
    background: #FC6034!important;
}
.mall .tab .current span{
    color: #FC6034;
}


.tab .text-tab span {
    cursor: pointer;
    font-size: 18px;
    color: #9DAAC0;
}



.tab .text-tab div {
    display: none;
    margin: 4px auto;
    background-color: #FC6034;
    height: 8px;
    width: 40px;
}

.pc-banner {
    background: url(images/app/dianshang.png.jpg) no-repeat center top/100% auto;
    width: 100%;
    float: left;
}

.swiper-container {
    width: 100%;
    margin: 35px 0;
}

.swiper-slide {
    -webkit-transition: transform 1.0s;
    -moz-transition: transform 1.0s;
    -ms-transition: transform 1.0s;
    -o-transition: transform 1.0s;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}

.swiper-slide-active, .swiper-slide-duplicate-active {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.none-effect {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.swiper-slide a {
    background: #fff;
    padding: 10px;
    display: block;
    border-radius: 14px;
}

@media screen and (min-width: 668px) {
    .pc-banner {
        background-size: auto 100%;
    }

    .swiper-container {
        margin: 20px 0 15px;
    }

    .swiper-slide-active, .swiper-slide-duplicate-active {
        -webkit-transform: scale(0.97);
        transform: scale(0.97);
    }

    .swiper-slide {
        -webkit-transform: scale(0.97);
        transform: scale(0.97);
    }

    .swiper-slide a:after {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        box-sizing: border-box;
        border: 10px solid #fff;
        content: "";
        width: 100%;
        height: 100%;
        background: url(images/top_slick_cover_bg01.png) 0 0 repeat;
        border-radius: 20px;
    }

    .swiper-slide a {
        padding: 5px;
        border-radius: 7px;
    }

    .swiper-slide img {
        border-radius: 7px;
    }
    
}

.swiper-slide-active a:after {
    background: none;
}

.swiper-slide img {
    width: 100%;
    border-radius: 14px;
    display: block;
}
