.sec1_best_container,
.sec3_trendpick_container,
.sec2_new .headtext,
.footer_area_container{
    width: 1840px;
    margin: 0 auto;
}


.banner{
    width: 100%;
    height: 800px;

    background: url(../img/banner2.jpg) no-repeat center / cover;
    margin-bottom: 48px;
}

.header_area{
    width: 100%;
    height: 80px;
    padding: 20px;
    position: fixed;
    z-index: 999;

    display: flex;
    align-items: center;
    justify-content: space-between;

    /* border-bottom: 1px solid #222; */

    color: #222;
    font-size: 1.5rem;
    font-weight: 500;
}

.header_area.active{
    background-color: #fff;
    box-shadow: 0px 1px 4px 0px;
}

.header_area .hambur{
    width: 25px;
    height: 20px;
    cursor: pointer;
    position: relative;

    display: none;
}
.header_area .hambur span{
    width: 100%;
    height: 2px;
    background-color: #222;

    position: absolute;
    top: 0;
    left: 0;
}
.header_area .hambur span:nth-child(2){
    top: 50%;
}

.header_area .hambur span:nth-child(3){
    top: 100%;
}

.ham_menu{
    width: 100%;
    height: 100vh;
    background-color: #fff;

    position: fixed;
    top: 0;
    left: -100%;

    z-index: 9999;

    transition: 0.3s;
}

.ham_menu.active{
    left: 0%;
}

.ham_menu .ham_header{
    height: 50px;

    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 12px 20px;

    border-bottom: 1px solid #222;

    position: relative;
}

.ham_menu .ham_header .menu_close{
    width: 18px;
    height: 18px;

    position: relative;
    cursor: pointer;
}

.ham_menu .ham_header .menu_close span{
    width: 100%;
    height: 2px;
    background-color: #222;

    position: absolute;
    top: 50%;
    left: 0;

    transform: rotate(45deg);
}

.ham_menu .ham_header .menu_close span:last-child{
    transform: rotate(-45deg);
}
.ham_menu .ham_header .menu_logo{
    width: 100px;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.ham_menu .ham_header .menu_icon{
    display: flex;
}
.ham_menu .ham_header .menu_icon a{
    width: 20px;
    height: 20px;
    margin-left: 12px;
}

.ham_menu .ham_main_menu .menu{
    width: 100%;
    height: 232px;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
}

.ham_menu .ham_main_menu .menu li{
    height: 40px;
    font-size: 16px;
    line-height: 40px;
}

.ham_menu .ham_main_menu .menu li:first-child{
    font-weight: 700;
    font-size: 18px;
}

.header_area .shop_cate .shop{ 
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_area .shop_cate .shop .cate{
    margin-right: 16px;
}

.header_area .logo{
    width: 200px;
    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header_area .my_cate .my{
    display: flex;
}
.header_area .my_cate .my li{
    margin-right: 16px;
    line-height: 80px;
}


.header_area .my_cate .my li:last-child{
    margin-right: 0;
}

.header_area .my_cate .my .icon{
    width: 27px;
    height: 27px;
}

/* ------------------------------------------------------------ */
/* sec1_best */

.sec1_best .swiper{
    width: 100%;
    height: 410px;
    margin-bottom: 38px;
}

.sec1_best .swiper .swiper-wrapper .swiper-slide a{
    background: url(../img/BEST/best1_h.jpg) no-repeat center / contain;
    width: 350px;
    height: 350px;
}

.swiper .swiper-wrapper .swiper-slide:nth-child(2) a{
    background: url(../img/BEST/best2_h.jpg) no-repeat center / contain;
}

.swiper .swiper-wrapper .swiper-slide:nth-child(3) a{
    background: url(../img/BEST/best3_h.jpg) no-repeat center / contain;
}

.swiper .swiper-wrapper .swiper-slide:nth-child(4) a{
    background: url(../img/BEST/best4_h.jpg) no-repeat center / contain;
}

.swiper .swiper-wrapper .swiper-slide:nth-child(5) a{
    background: url(../img/BEST/best5_h.jpg) no-repeat center / contain;
}

.swiper .swiper-wrapper .swiper-slide:nth-child(6) a{
    background: url(../img/BEST/best6_h.jpg) no-repeat center / contain;
}

.swiper .swiper-wrapper .swiper-slide:nth-child(7) a{
    background: url(../img/BEST/best7_h.jpg) no-repeat center / contain;
}

.swiper .swiper-wrapper .swiper-slide:nth-child(8) a{
    background: url(../img/BEST/best8_h.png) no-repeat center / contain;
}

.swiper .swiper-wrapper .swiper-slide:nth-child(9) a{
    background: url(../img/BEST/best9_h.jpg) no-repeat center / contain;
}

.swiper .swiper-wrapper .swiper-slide:nth-child(10) a{
    background: url(../img/BEST/best10_h.jpg) no-repeat center / contain;
}


.swiper .swiper-wrapper .swiper-slide:nth-child(11) a{
    background: url(../img/BEST/best11_h.jpg) no-repeat center / contain;
}

.swiper .swiper-wrapper .swiper-slide:nth-child(12) a{
    background: url(../img/BEST/best12_h.jpg) no-repeat center / contain;
}


.swiper-wrapper .swiper-slide a img{
    object-fit: contain;
    transition: 0.2s;
}

.sec1_best .swiper .swiper-wrapper .swiper-slide a img:hover{
    opacity: 0;
}

.sec1_best_container{
    position: relative;
}

.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    margin-top: 38px;
    position: absolute;
    opacity: 1 !important;
    left: 50% !important;
    bottom: -38px !important;
    transform: translate(-50%);

    height: 5px !important;
    width: 850px !important;

}

.swiper-scrollbar-drag{
    width: 354.16px !important;
}



.headtext{
    font-size: 36px;
    font-weight: 700;
    color: #222;

    margin-bottom: 52px;
}
.open_sans{
    font-size: 18px;
    color: #222;
}
.sale{
    font-size: 18px;
    color: #e9564f;
    font-weight: 700;
}
.price{
    font-size: 18px;
    color: #777;
}

.price{
    display: flex;
    margin-top: 4px;
}

.price .sale{
    margin-right: 12px;
}
/* ------------------------------------------------ */

.sec2_container{
    width: 100%;
    height: 744px;
    margin-bottom: 48px;

    position: relative;
}



.men.container{
    background: url(../img/new_men.jpg) no-repeat top / cover;

    display: none;
    justify-content: right;

}
.woman.container{
    background: url(../img/new_woman.jpg) no-repeat top / cover;

    display: none;
    justify-content: right;

}
.kids.container{
    background: url(../img/new_kids.jpg) no-repeat top / cover;

    display: none;
    justify-content: right;
}
/* .men_container, */
.sec2_new_container .container.on{
    display: flex;
}

.sec2_new .menu{
    font-size: 24px;
    font-weight: 700;
    padding-top: 40px;

    position: absolute;
    top: 40px;
    left: 40px;
}

.sec2_new .menu li{
    margin-bottom: 16px;
}

.sec2_new .menu li.on{
    color:#fff;
}



.sec2_new .swiper{
    width: 1200px;
    margin-top: 85px;
    margin-bottom: 85px;
    margin-right: 0;
}

.sec2_new .swiper .swiper-slide{
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;

    margin-right: 20px;
}

.sec2_new .swiper .swiper-slide:last-child{
    margin-right: 0px;
}

.sec2_new .swiper .swiper-slide .textbox{
    width: 100%;
    height: 78px;
    margin-top: 12px;
    margin-left: 16px;
}

/* ------------------------------------------------ */
.sec3_trendpick .trend_container{
    display: flex;
    margin-right: -20px;
}

.sec3_trendpick .trend_container .trend_content{
    width: calc(25% - 20px);
    height: 100%;
    margin-right: 20px;
}

.sec3_trendpick .trend_container .trend_content .con_img{
    height: 445px;
}

.con_items_info{
    margin-top: 48px;
    margin-bottom: 100px;
}
.items_info{
    display: flex;
   
    align-items: center;
}

.items_info .item{
    width: 135px;
    height: 135px;
    margin-right: 24px;
}

.sec4_shuhua{
    background: url(../img/sec4_shuhuaBg.jpg) no-repeat top / cover;
    height: 826px;

    display: flex;
    justify-content: right;
}

.sec4_shuhua .textbox{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    margin-right: 20px;

    width: 850px;
    height: 100%;
}

.sec4_shuhua .textbox .text,
.sec4_shuhua .textbox .more{
    font-weight: 600;
    font-size: 38px;
    color: #fff;
}

.sec4_shuhua .textbox .more{
    width: 350px;
    height: 100px;

    margin-top: 52px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 100px;

    transition: 0.3s;
}

.sec4_shuhua .textbox .more:hover{
    background-color: rgba(0, 0, 0, 0.5)
}

/* ---------------------------------------------- */
/* sec5_news */
.sec5_news{
    margin-top: 48px;
}
.sec5_news_container{
    width: 1600px;
    margin: 0 auto;
}
.sec5_news .sec5_news_container{
    display: flex;
    justify-content: space-between;
}
.sec5_news .sec5_news_container .headtext{
    margin-bottom: 68px;
}
.sec5_news .sec5_news_container .covernat_news .news{
    width: 600px;
    height: 60px;

    line-height: 60px;
    border-bottom: 1px solid #d9d9d9;
    cursor: pointer;
}

.sec5_news .sec5_news_container .covernat_news .news:first-child{
    border-top: 1px solid #d9d9d9;
}

.sec5_news .sec5_news_container .newopen .newopen_contaner{
    display: flex;
}
.sec5_news .sec5_news_container .newopen .newopen_contaner .covernat_news{
    font-size: 18px;
    color: #222;
}

.sec5_news .sec5_news_container .newopen .newopen_contaner .open_img{
    width: 445px;
    height: 300px;
    margin-right: 20px;
}

.sec5_news .sec5_news_container .newopen .newopen_contaner .open_textbox .headtext{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
}

.sec5_news .sec5_news_container .newopen .newopen_contaner .open_textbox .info{
    font-size: 18px;
    color: #777;
    margin-bottom: 68px;
}

.sec5_news .sec5_news_container .newopen .newopen_contaner .open_textbox .btn{
    width: 445px;
    height: 88px;

    font-size: 36px;
    font-weight: 500;
    text-align: center;
    line-height: 88px;

    border: 1px solid #222;

    transition: 0.3s;
}

.sec5_news .sec5_news_container .newopen .newopen_contaner .open_textbox .btn:hover{
    background-color: rgba(255, 255, 255, 0.8);
    color: #2e2e2e;
}

/* --------------------------------------- */
/* footer_area */

.footer_area{
    margin-top: 48px;
    background-color: #d9d9d9;
    height: 350px;
}

.footer_area .footer_t{
    width: 100%;
    height: 100px;

    display: flex;
    justify-content: space-between;
    align-items: center;

    border-bottom: 1px solid #a2a2a2;
}

.footer_area .footer_t .left{
    display: flex;
    font-weight: 600;
}

.footer_area .footer_t .left li{
    margin-right: 88px;
}

.footer_area .footer_t .right{
    display: flex;
}

.footer_area .footer_t .right .icon{
    width: 40px;
    height: 40px;

    margin-right: 24px;
}

.footer_area .footer_b{
    height: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_area .footer_b li{
    margin-bottom: 8px;
}

/* ------------------------------ */
@media (max-width : 1600px){
    .sec1_best_container,
    .sec2_new .headtext,
    .sec3_trendpick_container,
    .footer_area_container{
        width: 1200px;
        margin: 0 auto;
    }

    .banner{
        height: 650px;
    }

    .headtext {
        font-size: 32px;
        margin-bottom: 36px;
    }

    .header_area{
        font-size: 18px;
    }

    .sec1_best .swiper {
        width: 100%;
        height: 350px;
        margin-bottom: 38px;
    }

    .sec1_best .swiper .swiper-wrapper .swiper-slide{
        height: 30px;
    }

    .sec1_best .swiper .swiper-wrapper .swiper-slide a {
        background: url(../img/BEST/best1_h.jpg) no-repeat center / contain;
        width: 240px;
        height: 240px;
    }

    .sec1_best .swiper .swiper-wrapper .swiper-slide{
        font-size: 16px;
        
    }
    .sec1_best .swiper .swiper-wrapper .swiper-slide .open_sans{
        width: 80%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
        height: 5px !important;
        width: 850px !important;
    }

    .swiper .swiper-wrapper .swiper-slide:nth-child(2) a{
        background: url(../img/BEST/best2_h.jpg) no-repeat center / contain;
    }
    
    .swiper .swiper-wrapper .swiper-slide:nth-child(3) a{
        background: url(../img/BEST/best3_h.jpg) no-repeat center / contain;
    }
    
    .swiper .swiper-wrapper .swiper-slide:nth-child(4) a{
        background: url(../img/BEST/best4_h.jpg) no-repeat center / contain;
    }
    
    .swiper .swiper-wrapper .swiper-slide:nth-child(5) a{
        background: url(../img/BEST/best5_h.jpg) no-repeat center / contain;
    }
    
    .swiper .swiper-wrapper .swiper-slide:nth-child(6) a{
        background: url(../img/BEST/best6_h.jpg) no-repeat center / contain;
    }
    
    .swiper .swiper-wrapper .swiper-slide:nth-child(7) a{
        background: url(../img/BEST/best7_h.jpg) no-repeat center / contain;
    }
    
    .swiper .swiper-wrapper .swiper-slide:nth-child(8) a{
        background: url(../img/BEST/best8_h.png) no-repeat center / contain;
    }
    
    .swiper .swiper-wrapper .swiper-slide:nth-child(9) a{
        background: url(../img/BEST/best9_h.jpg) no-repeat center / contain;
    }
    
    .swiper .swiper-wrapper .swiper-slide:nth-child(10) a{
        background: url(../img/BEST/best10_h.jpg) no-repeat center / contain;
    }
    
    .swiper .swiper-wrapper .swiper-slide:nth-child(11) a{
        background: url(../img/BEST/best11_h.jpg) no-repeat center / contain;
    }
    
    .swiper .swiper-wrapper .swiper-slide:nth-child(12) a{
        background: url(../img/BEST/best12_h.jpg) no-repeat center / contain;
    }
    

    /* .sec2_new .headtext {
        margin-top: 100px;
        margin-left: 140px;
        margin-bottom: 48px;
    } */

    .sec2_new .swiper {
        width: 900px;
        margin-top: 85px;
        margin-bottom: 85px;
        margin-right: 0;
    }

    .sec2_new .menu {
        top: 40px;
        left: 140px;
    }

    .sec3_trendpick{
        margin-top: 0px;
    }

    .sec3_trendpick .trend_container .trend_content .con_img {
        height: 260px;
    }

    .sec3_trendpick .trend_container .trend_content {
        width: calc(25% - 12px);
        margin-right: 12px;
    }
    .trend_container .con_items_info .item{
        width: 100px;
        height: 100px;
    }

    .trend_container .con_items_info .info{
        width: 180px;
    }
    .trend_container .con_items_info .open_sans{
        width: 80%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .sec4_shuhua {
        height: 700px;
    }

    .sec5_news_container{
        width: 1200px;
        margin: 0 auto;
    }

    .sec5_news .sec5_news_container .headtext {
        margin-bottom: 48px;
    }

    .sec5_news .sec5_news_container .covernat_news .news {
        width: 480px;
    }

    .sec5_news .sec5_news_container .newopen .newopen_contaner .open_img {
        width: 320px;
        height: 216px;
    }

    .sec5_news .sec5_news_container .newopen .newopen_contaner .open_textbox .info {
        margin-bottom: 48px;
    }

    .sec5_news .sec5_news_container .newopen .newopen_contaner .open_textbox .btn {
        width: 327px;
        height: 65px;
        font-size: 24px;
        font-weight: 500;
        line-height: 65px;
    }
}

@media (max-width : 1200px){
    .sec1_best_container,
    .sec3_trendpick_container,
    .footer_area_container{
        width: 960px;
        margin: 0 auto;
    }

    .header_area .hambur{
        display: block;
    }

    .header_area .shop_cate,
    .header_area .my_cate .login,
    .header_area .my_cate .mypage{
        display: none;
    }

    .header_area .my_cate .my .icon{
        line-height: 45px;
    }


    .sec2_new .headtext {
        margin-top: 100px;
        margin-left: 100px;
        margin-bottom: 48px;
    }

    .sec2_new .menu {
        top: 40px;
        left: 100px;
    }

    .sec2_new .swiper {
        width: 700px;
        margin-top: 85px;
        margin-bottom: 85px;
        margin-right: 0;
    }
    .sec2_new{
        margin-bottom: -150px;
    }

    .sec2_container {
        margin-bottom: 0px;
    }

    .trend_container .con_items_info .item {
        width: 75px;
        height: 75px;
    }
    
    .trend_container .con_items_info .info {
        font-size: 12px;
        width: 120px;
    }

    .trend_container .con_items_info .info .open_sans{
        font-size: 16px;
    }

    .con_items_info {
        margin-top: 24px;
        margin-bottom: 100px;
    }

    .sec4_shuhua {
        height: 480px;
    }

    .sec4_shuhua .textbox {
        margin-right: 24px;
        width: 560px;
        height: 100%;
    }

    .sec4_shuhua .textbox .text, .sec4_shuhua .textbox .more {
        font-weight: 600;
        font-size: 32px;
        color: #fff;
    }

    .sec4_shuhua .textbox .more {
        width: 300px;
        height: 80px;
        margin-top: 48px;
        line-height: 80px;
        transition: 0.3s;
    }
    
    .sec5_news_container{
        width: 960px;
        margin: 0 auto;
    }
    
    .sec5_news .sec5_news_container .newopen .newopen_contaner .open_img {
        width: 300px;
        height: 206px;
    }

    .sec5_news .sec5_news_container .newopen .newopen_contaner {
        display: block;
    }

    .sec5_news .sec5_news_container .newopen .newopen_contaner .open_img {
        display: none;
    }

    .sec5_news .sec5_news_container .newopen .newopen_contaner{
        width: 445px;
    height: 300px;
        background: url(../img/매장.jfif) no-repeat center /cover;
        
        position: relative;
    }

    .sec5_news .sec5_news_container .newopen .newopen_contaner .bg{
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
    }

    .sec5_news .sec5_news_container .newopen .newopen_contaner .open_textbox{
        width: 100%;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        padding: 24px;
    }

    .sec5_news .sec5_news_container .newopen .newopen_contaner .open_textbox .btn {
        border: 1px solid #fff;

    }

    .sec5_news .sec5_news_container .newopen .newopen_contaner .open_textbox .headtext,
    .sec5_news .sec5_news_container .newopen .newopen_contaner .open_textbox .info {
        color: #fff;
    }            
    .sec5_news .sec5_news_container .newopen .newopen_contaner .open_textbox {
        position: absolute;
        top: 0;
        left: 0;

        color: #fff;
    }

}

@media (max-width : 900px){
    .header_area,
    .sec1_best_container,
    .sec3_trendpick_container,
    .footer_area_container{
        width: 100%;
        padding: 0 16px;
    }

    .sec1_best .swiper .swiper-wrapper .swiper-slide a {
        background: url(../img/BEST/best1_h.jpg) no-repeat center / contain;
        width: 140px;
        height: 140px;
    }

    .sec1_best .swiper {
        width: 100%;
        height: 200px;
        margin-bottom: 38px;
    }

    
    .swiper .swiper-wrapper .swiper-slide:nth-child(2) a{
        background: url(../img/BEST/best2_h.jpg) no-repeat center / contain;
    }
    
    .swiper .swiper-wrapper .swiper-slide:nth-child(3) a{
        background: url(../img/BEST/best3_h.jpg) no-repeat center / contain;
    }
    
    .swiper .swiper-wrapper .swiper-slide:nth-child(4) a{
        background: url(../img/BEST/best4_h.jpg) no-repeat center / contain;
    }
    
    .swiper .swiper-wrapper .swiper-slide:nth-child(5) a{
        background: url(../img/BEST/best5_h.jpg) no-repeat center / contain;
    }
    
    .swiper .swiper-wrapper .swiper-slide:nth-child(6) a{
        background: url(../img/BEST/best6_h.jpg) no-repeat center / contain;
    }
    
    .swiper .swiper-wrapper .swiper-slide:nth-child(7) a{
        background: url(../img/BEST/best7_h.jpg) no-repeat center / contain;
    }
    
    .swiper .swiper-wrapper .swiper-slide:nth-child(8) a{
        background: url(../img/BEST/best8_h.png) no-repeat center / contain;
    }
    
    .swiper .swiper-wrapper .swiper-slide:nth-child(9) a{
        background: url(../img/BEST/best9_h.jpg) no-repeat center / contain;
    }
    
    .swiper .swiper-wrapper .swiper-slide:nth-child(10) a{
        background: url(../img/BEST/best10_h.jpg) no-repeat center / contain;
    }
    
    
    .swiper .swiper-wrapper .swiper-slide:nth-child(11) a{
        background: url(../img/BEST/best11_h.jpg) no-repeat center / contain;
    }
    
    .swiper .swiper-wrapper .swiper-slide:nth-child(12) a{
        background: url(../img/BEST/best12_h.jpg) no-repeat center / contain;
    }
    
    .sec2_new .headtext {
        margin-top: 68px;
        margin-left: 16px;
        margin-bottom: 0px;
    }

    .sec2_new .menu {
        display: flex;
        position: static ;
        font-size: 18px;
        margin-left: 16px;
    }

    .sec2_new .menu li .cate{
        width: 109px;
        height: 36px;

        border: 1px solid #222;
        border-radius: 18px;

        text-align: center;
        line-height: 36px;

        margin-right: 8px;
    }
    .sec2_new .menu li.on {
        color: #fff;
        background-color: #222;
        border-radius: 18px;
        margin-right: 8px;
    }

    .sec2_new {
        margin-bottom: -50px;
    }
    .sec5_news .sec5_news_container .headtext{
        text-align: center;
        margin-top: 48px;
    }

    .sec5_news .sec5_news_container {
        width: 480px;
        
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sec5_news .sec5_news_container .covernat_news .news {
        text-align: center;
    }

    .sec5_news .sec5_news_container .newopen .newopen_contaner .bg {
        display: none;
    }

    .sec5_news .sec5_news_container .newopen .newopen_contaner .open_img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .sec5_news .sec5_news_container .newopen .newopen_contaner {
        width: 445px;
        height: 300px;
        background: none;
        position: static;
    }

    .sec5_news .sec5_news_container .newopen .newopen_contaner .open_textbox {
        position: static;
        top: 0;
        left: 0;
        color: #222;
    }

    .sec5_news .sec5_news_container .newopen .newopen_contaner .open_textbox .btn {
        border: 1px solid #222;

    }

    .sec5_news .sec5_news_container .newopen .newopen_contaner .open_textbox .headtext,
    .sec5_news .sec5_news_container .newopen .newopen_contaner .open_textbox .info {
        color: #222;
    }           
    
    .footer_area {
        margin-top: 324px;
        background-color: #d9d9d9;
        height: 350px;
    }

    .footer_area .open_sans{
        font-size: 16px;
    }

    .footer_area .footer_t {
        display: block;
        line-height: 50px;
    }

    .footer_area .footer_t .left li {
        margin-right: 16px;
    }

    .footer_area .footer_b {
        display: block;
        margin-top: 12px;
    }

    .footer_area .footer_b .left_textbox{
        margin-bottom: 24px;
    }

}

@media (max-width : 760px){
    .banner{
        background: url(../img/shuhua_m.png) no-repeat center / cover;
    }
    .header_area .my_cate .my li:last-child{
        display: none;
    }
    .header_area .logo{
        width: 120px;
    }

    .header_area .my_cate .my li{
        margin-left: 16px;
        margin-right: 0;
    }

    .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
        opacity: 0 !important;
    }

    .men.container {
        background: url(../img/men_m.png) no-repeat top left / cover;
    }

    .woman.container {
        background: url(../img/woman_m.png) no-repeat top left / cover;
    }
    .kids.container {
        background: url(../img/kids_m.png) no-repeat top left / cover;
    }

    .swiper-wrapper{
        margin-left: 16px;
    }

    .swiper-slide {
        width: 146px;
    }

    .sec2_new .swiper .swiper-slide {
        margin-right: 4px;
    }

    .swiper-slide .open_sans{
        font-size: 16px;
        font-weight: 600;
        width: 80%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;

    }
    .sec2_new .swiper .swiper-slide .textbox {
        width: 100%;
        height: 48px;
        margin-top: 4px;
        margin-left: 8px;
    }
    .price .sale {
        margin-right: 4px;
    }

    .price {
        font-size: 16px;
        color: #777;
    }

    .con_items_info {
        display: none;
    }

    .sec3_trendpick .trend_container{
        padding: 0;
        margin-right: 0;
        flex-wrap: wrap;

        margin-bottom: 48px;
    }

    .sec3_trendpick .trend_container .trend_content{
        width: 50%;
        margin-right: 0px;
    }
    .sec3_trendpick .trend_container .trend_content .con_img {
        height: 100%;
        margin-bottom: -4px;
    }

    .sec4_shuhua{
        background: url(../img/sec4_shuhua_m.jpg) no-repeat top / cover;
        height: 386px;
    }

    .sec4_shuhua .textbox {
        display: flex;
        margin-top: 0px;
        margin-right: 0px;
        width: 100%;
        height: 100%;
    }
    .sec4_shuhua .textbox .text{
        font-weight: 500;
        width: 315px;
        font-size: 18px;
    }
    .sec4_shuhua .textbox .more {
        font-weight: 600;
        font-size: 24px;
        color: #fff;
        margin-top: 36px;
    }

    .sec5_news .sec5_news_container {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 20px;
    }
    .sec5_news .sec5_news_container .news{
        width: 100%;
    }

    .sec5_news .sec5_news_container .covernat_news .news {
        width: 100%;
        text-align: left;
    }

    .sec5_news .sec5_news_container .covernat_news .news .open_sans{
        font-size: 16px;
        font-weight: 600;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .footer_area_container .open_sans,
    .footer_area_container .open_sans a{
        font-size: 14px;
    }

    .footer_area .footer_t .right .icon {
        width: 32px;
        height: 32px;
        margin-right: 24px;
    }

}
