@font-face {
    font-family: 'iconfont';
    src: url('/static/css/iconfont/iconfont.ttf?t=1661408427057') format('truetype');
  }
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*{
    margin: 0;
    padding: 0;
}
.ml10{
    margin-left: 15%;
}
.w80{
    width: 70%;

}
header{
    height: 35px;
    background-color: #fafafa;
    border-bottom: 1px solid #eee;
}
.nav-shop{
    display: flex;
    justify-content: space-between;
}
ul li{
    list-style: none;
}
.nav-left{
    display: flex;
    justify-content: space-around;
    color: #666;
}
a{
    text-decoration: none;
}
.nav-left a{
    color: #666;
}
.nav-left li{
    line-height: 35px;
    margin: 0 10px;
    font-size: 12px;
}
.nav-right{
    display: flex;
}
.nav-right li{
    margin: 0 10px;
    font-size: 12px;
}
.nav-right li a{
    color: #666;
    line-height: 35px;
}
.nav-shop li a:hover{
    color: #ef1f1f;
}
.logo_search{
    display: flex;
    justify-content: space-between;
    height: 120px;
    margin-top: 32px;
}
.logo_search .logo{
    width: 280px;
    height: 70px;
}
.search{
    display: flex;
}
.search button{
    width: 120px;
    height: 48px;
    font-size: 18px;
    line-height: 46px;
    font-weight: 700;
    border: 2px solid #ef1f1f;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -1px;
    position: relative;
    color: #fff;
    background-color: #ef1f1f;
    border-color: #ef1f1f;
    box-sizing: content-box;
    position: relative;
    left: -2px;
}
.logo_search .logo img{
    width: 100%;
    height: 100%;
}

.input-wrapper{
    width: 468px;
    height: 48px;
    border: 2px solid #ef1f1f;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-radius: 4px;
    /* margin-left: 98px; */

}
.input-wrapper input{
    height: 48px;
    padding-left: 16px;
    outline: 0;
    border: 0;

}

.mynav{
    margin: 0;
    display: flex;
    list-style: none;
    background-color: #fff;
    max-width: 90vw;
    position: relative;
}
.mynav>li{
    min-width: 130px;
    transition: 0.3s;
    max-width: 130px;
}
.mynav li a{
    padding: 8px 0;
    border-radius: 5px;
}
.mynav>li>a:hover{
    background-color: #ef1f1f;
    color:#fff;
}
.mynav li:hover .mynav li a{
    color: #fff;
}
.mynav li a{
    color: #000;
    text-decoration: none;
    letter-spacing: 3px;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.mynav li a span{
    position: relative;
    transition: 0.3s;
}
.mynav li a span::before{
    content: attr(data-text);
    position: absolute;
    transform: translateY(130%);
}
.mynav li a:hover span{
    transform: translateY(-130%);
}
.mynav li:hover .menu_nav{
    display: block;
}
.menu_nav{
    /* margin-top: 10px; */
    border-radius: 5px;
    width: 750px;
    height: 400px;
    border: 2px solid #eee;
    background-color: #fff;
    position: absolute;
    display: none;
    z-index: 1000;
    left: 130px;
}
.menu_nav .item{
    padding: 10px 20px;
    position: absolute;
    display: flex;
    box-sizing: content-box;
    width: 750px;
}
.menu_nav .item span{
    font-size: 14px;
    font-weight: 600;

}
.menu_nav .item ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.menu_nav .item ul li a{
    color: #666;
    font-size: 12px;

}
.menu_nav .item ul li a:hover{
    color: #ef1f1f;
}
.menu_nav .item ul li{
    margin-right: 20px;
}
.auto_nav{
    overflow: auto;
}
.type_nav{
    width: 70%;
    height: 380px;
    overflow: auto;
}
.type_nav::-webkit-scrollbar{
    width: 4px;
    height: 4px;
}

.type_nav::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
    background: rgba(239, 31, 31, 0.4);

}

.type_nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);

    border-radius: 0;

    background: rgba(0,0,0,0.1);

}

.type_good_nav{
    height:380px;
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.type_good_nav .fa{
    display: flex;
    height: 9%;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    cursor: pointer;
}
.type_good_nav .fa:hover{
    color: #ef1f1f;
}
.nav_good_item{
    height: 80%;
    overflow: hidden;
    position: relative;
}
.nav_good{
    height: 150px;
    width: 100%;
    box-sizing : border-box;
    padding: 10px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #eee;
    text-align: center;
    margin-bottom: 1.6%;

}
.nav_good img{
    width: 100%;
    height: 70%;
    object-fit: cover;
    transition: .3s;
}
.nav_good img:hover{
    transform: scale(1.1);
}
.nav_good p{
    color: #666;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
    height: 36px;
}
.nav_good em{
    color: #fff!important;

}
.nav_good:hover p{
    display: none;
}
.nav_good:hover  h4{
    transform: translateY(-3px);
}
.nav_good h4{
    height: 36px;
    background-color: rgba(239, 31, 31, 0.8);
    position: relative;
    top: 10px;
    line-height: 36px;
}
body{
    height: 1000px;
}
#main-swipe{
    display: flex;
    padding-top: 20px;
    border-radius: 5px;
    padding-bottom: 40px;
}
.swipe_left{
    width: 80%;
    height: 350px;
}
.swipe_left img{
    object-fit: cover;
    background-position: center;

}
.login_right{
    width: 18%;
    margin-left: 2%;
    background-color: #fff;
    border-radius: 5px;
    padding: 16px;
    box-sizing: border-box;
    max-height: 350px;
}
.avatar-area>div:first-child{
    display: flex;
    align-items: center;
}
.avatar-area>div>p{
    color: #333;
    font-size: 12px;
    margin-left: 15px;
}
.avatar-area img{
    border-radius: 50%;
}
.avatar-area button{
    outline: 0;
    border: 0;
    background-color: #ef1f1f;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    /* width: 222px; */
    padding: 8px 15px;
    margin-top: 20px;
    width: 100%;
}
.login_right .center div{
    margin: 10px 0 15px 0;
    width: 40%;
    text-align: center;
}
.login_right .center div .iconfont{
    font-size: 24px;
}
.login_right .center  .car{
    color: #ff604d;
}
.login_right .center .ord{
    color: #00dc9e;
}
.login_right .center div p{
    font-size: 12px;
    color: #333;
}
.login_right .center{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.tab{
    margin-top: 10px;
}
.tab div span{
    color: #666;
    font-size: 12px;
}
.tab .notice{
    color: #ef1f1f;
    cursor: pointer;
}
.tab .line{
    width: 25px;
    position: absolute;
    left: 0;
    border-bottom: 2px solid #ef1f1f;
    margin-top: 5px;
    left: 11px;

}
#notice p a{
    color: #333;
    font-size: 12px;
    white-space:nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 30px;
    cursor: pointer;
}
#notice p a:hover{
    color: #ef1f1f;
}
#notice p:first-child{
    margin-top: 10px;
}
#store_area{
    background-color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 25px;
}
#store_area h2 small{
    font-size: 16px;
    color: #999;
    font-weight: normal;
    padding-left: 10px;
}
.store_list_area{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.store_list_area .fa{
    font-size: 30px;
    color: #eee;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.store_list_area .fa:hover{
    color: #ef1f1f;
}
.store_detail img{
    border-radius: 50%;
}
.store_list_area{
    border-bottom: 1px solid #eee;
}
.store_list_area ul{
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
    position: relative;
}
.store_list_area ul li{
    /* padding: 20px 50px;
    width: calc((100%-50px)/5); */
    cursor: pointer;
    /* min-width: 214px; */
    padding: 20px 0;
    min-width: 275px;
}
.store_detail p {
    color: #666;
    font-size: 16px;
    margin-top: 10px;
}
.store_detail{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.current_store{
    border-bottom: 5px solid #ef1f1f;
}
.current_store_a{
    color: #ef1f1f!important;

}
.content_store_name{
    /* width: 90%; */
    overflow: hidden;
    position: relative;
    width: 1100px;
}
.store_content{
    height: 470px;
    margin-top: 20px;
    display: flex;
}
.store_desc{
    width: 17%;
    height: 100%;
    background-color: red;
}
.store_goods{
    width: 81%;
    margin-left: 2%;
    height: 100%;
}
.store_desc {
    border-radius: 5px;
}
.store_desc img{
    width: 100%;
    height: 100%;
    background-position: center;
    border-radius: 5px;
}
.store_goods ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-basis: 20px;
    box-sizing: border-box;
    height: 100%;
}
.store_goods ul li{
    height: 50%;
    width: calc((100% - 48px) / 5);
    position: relative;

}
.store_goods ul li div{
    /*width: 100%;*/
    /*height: 200px;*/
    width: 165px;
    height: 165px;
}
.store_goods ul li div img{
    width: 100%;
    height: 100%;
    transition: 0.3s;
    overflow: hidden;
}

.store_goods ul li div img:hover{
    transform: scale(1.2);
}
.store_goods ul li div strong{
    position: absolute;
    bottom: 0;
}
.store_goods ul li div strong em{
    color: #ef1f1f;
}
.store_goods ul li div p{
    font-size: 14px;
    color: #333;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0;
    cursor: pointer;
}
.store_goods ul li div p:hover{
    color: #ef1f1f;
}
.img_store{
    width: 165px!important;
    height: 165px!important;
    overflow: hidden;
    cursor: pointer;
}
.good_list_area{
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    flex-wrap: wrap;
}
.good_area{
    width: 49%;
    height: 490px;
    background-color: #fff;
    margin-top: 20px;
    border-radius: 5px;
    position: relative;
    min-width: 652px;
}
.type_area{
    height: 48%;
    /*background: linear-gradient(to right,RGB(56,49,33),#fff);*/
    padding: 20px 40px;
    box-sizing: border-box;
}
.type_area h2{
    font-size: 30px;
}
.type_area p{
    margin-top: 10px;
}
.type_area{
    color: #fff;
}
.type_area .line{
    background-color: #fff;
    width: 46px;
    height: 4px;
    margin-top: 15px;
}
.type_label{
    width: 60%;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}
.type_label button{
    width: 36%;
    outline: 0;
    border: 0;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 15px;
    margin-right: 8%;
    line-height: 1.5;
    cursor: pointer;
}
.type_label button:hover{
    background-color: rgba(255,255,255,0.1);
}
.type_name_area{
    padding: 20px 40px;
}
.type_name_area ul li:first-child{
    margin-left: 0;
}
.type_name_area ul li{
    margin: 0 20px;
}
.type_name_area ul li a{
    color: #333;
}
.type_name_area ul{
    display: flex;
}
.goods{
    overflow: hidden;
    position: relative;
    height:180px;
    box-sizing: border-box;
    display: flex;
}
.goods>div:first-child{
    /* margin-left: 40px; */
}
/*.goods div:nth-child(4){*/
/*    margin-right: 80px;*/
/*}*/
.type_good{
    position: relative;
    overflow: hidden;
    /* padding: 0 40px; */
    width: 600px;
    margin: 0 auto;

}
.type_good .good_info{
    cursor: pointer;
    margin-right: 40px;
    min-width: 120px;
    max-width: 120px;
    /* float: left; */
}
.type_good .good_info strong{
    color: #ef1f1f;
}

.touch-bav{
    opacity: 0;
}
.good_info_img{
    width: 100%;
    height: 120px;
    overflow: hidden;
}
.good_info_img img:hover{
    transform: scale(1.2);
}
.good_info_img img{
    width: 100%;
    height: 100%;
    transition: 0.3s;
    object-fit: cover;
    background-position: center;
}
.good_info p{
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.good_info p:hover{
    color: #ef1f1f;
}
.touch-bav .left-good{
    display: flex;
    align-items: center;
    font-size: 30px;
    padding: 15px 10px;
    background: rgba(0,0,0,0.4);
    top: 68%;
    position: absolute;
    left: 0;
    /*left: 40px;*/
    cursor: pointer;
    color: #fff;
}
.touch-bav .right-good{
    display: flex;
    align-items: center;
    font-size: 30px;
    padding: 15px 10px;
    background: rgba(0,0,0,0.4);
    top: 68%;
    position: absolute;
    right: 0;
    cursor: pointer;
    color: #fff;
}


#forYou_area{
    background-color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 25px;
    margin-top: 20px;
}
#forYou_area h2 small{
    font-size: 16px;
    color: #999;
    font-weight: normal;
    padding-left: 10px;
}
.forYou_area{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.forYou_good{
    height: 350px;
    width: calc( (100% - 40px) /5 );
    background: #fff;
    cursor: pointer;
    border: 1px solid #eee;
    margin-bottom: 20px;
}
.forYou_img_area{
    height: 61%;
    overflow: hidden;
    box-sizing: content-box;
}
.forYou_img_area img{
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.forYou_img_area img:hover{
    transform: scale(1.1);
}
.forYou_info_area{
    margin-top: 10px;
}
.forYou_info_area ul{
    display: flex;
    justify-content: space-between;
}
.forYou_info_area ul>li:first-child{
    color: #ef1f1f;
    margin-left: 10px;
}
.forYou_info_area ul li:last-child{
    color: #999;
    margin-right: 10px;
    font-size: 14px;
}
.forYou_info_area ul li small{
    font-size: 12px;
}
.forYou_info_area ul li strong{
    font-size: 20px;
    font-weight: 600;
}
.forYou_info_name{
    height: 34px;
    margin-left: 10px;
    margin-top: 20px;
}
.forYou_info_name span{
    font-size: 12px;
    color: #333;
    line-height: 1.5;
}
.forYou_info_name span:hover{
    color: #ef1f1f;
}
.forYou_info_address{
    margin-left: 10px;
    margin-top: 20px;
}
.forYou_info_address p{
    color: #999;
    font-size: 12px;
}
.forYou_info_address span{
    color: #ef1f1f;
    font-weight: 600;
    margin-left: 20px;
}
.forYou_good:hover{
    border: 1px solid #ef1f1f;
}
footer{
    /*height: 300px;*/
    background-color: #333;
    padding: 60px 300px;
    box-sizing: border-box;
    text-align: center;
}
footer ul{
    display: flex;
    justify-content: space-around;
}
footer ul h3{
    color: #fff;
    margin-bottom: 20px;
}
footer ul .footer_list p a{
    color: #999;
    line-height: 25px;
    font-size: 14px;
}
.site_info{
    margin-top: 20px;
    border-top: 1px solid #404040;
    box-sizing: border-box;
    padding: 20px 100px;
    text-align: center;
}
.site_info p {
    color: #999; 
    font-size: 14px;
}
.site_info p span{
    color: #999; 
    font-size: 14px;
    line-height: 25px;
}
.site_info p span a{
    color: #999; 
    font-size: 14px;
    line-height: 25px;
    margin-left: 10px;
}
.site_info p span a:hover{
    color: #ef1f1f;
}
.full{animation: 5s ease; position: fixed; top: 0;z-index: 10000; width:100%;background-color: #fff;float:left;height:88px; padding:10px 15%;box-sizing: border-box;}
.fixed{ position: fixed; top: 0; left: 0;right:0; margin:auto !important; z-index: 10000; background-color: #fff ;float:none !important; }