ul{
    list-style: none;
}
a{
    color: #000;
}
/*.home-fui-swipe .fui-swipe-wrapper .fui-swipe-item img{*/
/*    height: 450px;*/
/*}*/
.home_title{
    border-bottom: 1px solid #d6d6d6;
    padding: 10px 0;
    text-align: center;
}
.fui-page, .fui-page-group{
    background: #fff;
}
.hot_title{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
}
.hot_nav{
    display: flex;
    height: 200px;
}
.hot_nav_img{
    width: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.hot_nav_img img{
    width: 100%;
    height: 100%;
}
.hot_nav_main{
    width: 50%;
    background-color: #f1f1f1;
}
.hot_nav_info{
    width: 100%;
    text-align: center;
}
.hot_nav_title{
    font-size: 30px;
    padding-top: 20px;
}
.hot_nav_retouch{
    font-size: 12px;
    color: #2e2e2e;
    padding-top: 10px;
}
.down_icon{
    width: 8px;
    height: 8px;
    /* margin-top: 10px; */
    margin: 8px 0;
}
.hot_nav_list{
    display: flex;
    /* justify-content: space-evenly; */
    flex-wrap: wrap
}
.hot_nav_list_a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.hot_nav_item{
    /*margin: 0 4%;*/
    /*width: 42%;*/
    /*height: 24px;*/
    /*background-color: #fff;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*border-radius: 15px;*/
    /*justify-content: center;*/
    /*margin-bottom: 8%;*/
    /*font-size: 13px;*/
    /*color: #949494;*/
    margin: 0 10%;
    width: 80%;
    height: 30px;
    background-color: #fff;
    display: flex;
    align-items: center;
    border-radius: 15px;
    justify-content: center;
    margin-bottom: 3%;
    font-size: 13px;
    color: #949494;
}
.commodity_list{
    display: flex;
    width: 100%;
    padding: 0 1% 30px;
    flex-wrap: wrap;
}
.commodity_img{
    height: 0;
    width: 100%;
    display: flex;
    padding-bottom: 100%;
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.commodity_item{
    width: 50%;
    padding: 0 1%;
    margin-top: 10px;
    height: auto;
}
.commodity_price{
    padding-top: 15px;
    /* padding-bottom: 20px; */
}
.price_discount{
    color: #f90404;
    font-size: 16px;
}
.price_discount i{
    font-size: 14px;
    font-style: normal;
}
.price_original{
    font-size: 12px;
    color: #9b9b9b;
    text-decoration: line-through; 
}
.price_original i{
    font-style: normal;
}
.commodity_title{
    font-size: 12px;
    padding-top: 10px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gift_block{
    background: #f4f4f4;
    padding-top: 20px;
}

.icon_list{
    display: flex;
    justify-content: space-around;
}
.icon_item{
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 15%;
}
.icon_item img{
    width: 20px;
    height: 20px;
    margin: 0 auto;
}
.icon_title{
    font-size: 10px;
    color: #000000;
    padding-top: 10px;
    padding-bottom: 5px;
}
.icon_english{
    font-size: 8px;
    color: #777777;
}
.gift_main{
    margin: 30px 10px 0;
    padding: 20px 10px;
    background: #fff;
    border-radius: 10px;
}
.gift_head{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gift_title{
    font-size: 16px;
}
.gift_retouch{
    font-size: 12px;
    padding-left: 5px;
    color: #a1a1a1;
}
.gift_list{
    display: flex;
    flex-wrap: wrap;
}
.gift_list .commodity_item{
    width: 49%;
    margin-top: 20px;
    height: auto;
}
.gift_price{
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}
.commodity_saving{
    margin-top: 10px;
    color: #f74d4d;
    padding: 4px 6px;
    border: 1px solid #f74d4d;
    border-radius: 5px;
    display: inline-block;
    font-size: 12px;
}
.commodity_footer{
    display: flex;
    justify-content: space-between;
}
.commodity_shopCart img{
    width: 40px;
    /* height: 40px; */
}
.allCommodity .classification{
    display: flex;
    justify-content: space-around;
    padding: 20px 0;
    background: #f4f4f4;
}
.allCommodity .classification_item{
    font-size: 14px;
    color: #000;
    padding: 0;
}
.allCommodity .classification .active{
    color: #f2131d;
    position: relative;
}
.allCommodity .classification .active::before{
    content: "";
    width: 100%;
    height: 3px;
    background-color: #f2131d;
    position: absolute;
    bottom: -8px;
    border-radius: 10px;
}