*{
    margin: 0;
    padding: 0;
    text-decoration:none;
}
.clear{
    clear: both;
}
body{
    background: #F2F3F4;
    max-width:750px;
    margin: auto;
}
.fl{
    float:left;
}

.fr{
    float:right;
}

.mescroll{
    padding-bottom: 100px;

}

/*.mescroll-upwarp{*/
/*    padding-bottom: 20px !important;*/
/*}*/

.box-header{
    background: linear-gradient(30deg, #FF8E00 0%, #FF4633 100%);
    padding:5px 0 ;
}
.box-seach{
    width: 92%;
    height:37px;
    border: 2px solid #FF522B;
    margin:auto;
    border-radius:28px;
    background: #fff;
}

.box-seach .seach-icon{
    width: 28px;
    margin: 8px 0 0 15px;
    padding-right:11px;
    border-right: 1px solid #DBDDE0;
    
}

.box-seach .seach-input{
    margin: 8px 0 0 5px;
    border:none;
    background: rgba(0,0,0,0);
    font-size: 16px;
}

.box-seach .seach-button{
    width:64px;
    height:29px;
    margin: 2px 2px 0 0;
    color:#fff;
    border-radius:28px;
    border:none;
    background: linear-gradient(180deg, #FF8E00 0%, #FF4633 100%);
}

.box-category {
    height:40px;
    width:100%;
    margin-top:10px;
    /*position: absolute;*/
    overflow: scroll;
    z-index: 2;
    /*background: #ea741c;*/
    /*background: -webkit-linear-gradient(top, #e2581c 0%, #ec7d1c  100%);*/
    /*background: -o-li0ear-gradient(top, #e2581c 0%, #ec7d1c  100%);*/
    /*background: -moz-linear-gradient(top, #e2581c 0%, #ec7d1c  100%);*/
    /*background: -ms-linear-gradient(top, #e2581c 0%, #ec7d1c  100%);*/
}
.box-category::-webkit-scrollbar {
    display: none;
}
.box-category ul {
    list-style: none;
}
.box-category ul li {
    width: 80px;
    height:30px;
    color:#fff;
    float: left;
    text-align:center;
    font-size: 18px;
    font-weight: bold;
}


.category-title{
    position: relative;
    right:0px;
    top:-40px;
    /*background: -webkit-linear-gradient(left, #FF5600 0%, #FD700D  100%);*/
    /*background: -o-linear-gradient(left, #FF5600 0%, #FD700D  100%);*/
    /*background: -moz-linear-gradient(left, #FF5600 0%, #FD700D  100%);*/
    /*background: -ms-linear-gradient(left, #FF5600 0%, #FD700D  100%);*/
    background: #FF5600;
    color:#fff;
    padding:3px;
    font-size: 13px;
    width:60px;
    float:right;
    z-index: 2;
}
.category-title img{
    width:18px;
    float:left;
    margin-right:2px;
}


.box-banner{
    width:100% ;
    height: 200px;
    top: 20px;
}



.box-category-plate{
    width:92%;
    /*border:1px solid black;*/
    /*height:400px;*/
    margin:auto;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
   
    
    
    background: #fff;
     padding:20px 5px;
    box-shadow: 0px 4px 16px 0px #dedeec;
    border-radius: 5px;
}

.box-category-plate .plate{
    width:49%;
    margin-right:1%;
    padding-left: 10px;
}

.box-category-plate .plate .title{
     font-size: 14px;
     font-weight: bold;
}
.box-category-plate .plate .title .title-img{
    width:50px;
}

.box-category-plate .plate .sub-title{
    font-size: 12px;
}

.box-category-plate .plate .goods-imgs{
    width:95%;
    margin-top:10px;
    
}
.box-category-plate .plate .goods-imgs img{
    
    width:65px;
    height:65px;
    border-radius:5px;
    float:left;
    margin-right:5px;
}






.box-notice{
    width: 92%;
    height: 40px;
    /*border: 1px solid black;*/
    margin:50px auto 0;
    
    box-shadow: 0px 4px 16px 0px #DEDEEC;
    border-radius: 8px;
}


.box-notice .hot-icon{
    width: 22px;
    margin-left:5px;
}

.box-notice .horn-icon{
    width: 30px;
    margin-top:5px;
    margin-left:5px;
}
.box-notice .notice-list{
    margin-left:5px;
}

.box-notice .notice-list .notice-detail{
    color:#2F3449;
    font-size:14px;
    line-height:40px;
}



.box-navigation{
    width:92%;
    margin:auto;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
}
.box-navigation .navigation-li{
    flex: 0 0 20%;
    margin-top:15px;
}

.box-navigation .navigation-li .icon{
    display: block;
    margin: auto;
    width:40px;
}
.box-navigation .navigation-li .text{
    text-align: center;
    font-size: 10px;
    color:#51576E;
    margin-top:5px;
}



.box-activity{
    overflow: hidden;
    width:92% ;
    margin:10px auto 0;
    border-radius:10px;
}

.box-activity .header{
    background: linear-gradient(180deg, #FA3E2B 0%, #FF8E00 100%);
    height:50px;
    border-radius:10px 10px 0 0 ;
}
.box-activity .header .icon{
    width: 30px;
    margin:10px 0 0 10px;
}
.box-activity .header .title{
    line-height:50px;
    margin-left:10px;
    color:#fff;
}
.box-activity .header .more{
    line-height:50px;
    font-size:13px;
    color:#fff;
    margin-right:10px;
}
.box-activity .content img{
    width:100%;
}


.box-category-list{
    width:92%;
    margin:10px auto 0;
    white-space: nowrap;/*文本不会换行，文本会在在同一行上继续*/
    overflow-y:auto;/*可滑动*/
    
}
.box-category-list .box-category-ul{
    width:92%;
    margin: auto;
    white-space: nowrap;/*文本不会换行，文本会在在同一行上继续*/
    overflow-y:auto;/*可滑动*/
    
}

.box-category-list .box-category-ul .category-detail{
    width:85px;
    display: block;
    float: left;
    text-align: center;
    color:#51576E;
    /*border-right:1px solid #C8CBD3;*/
}

.box-category-list .box-category-ul .active{
    color:#FF522B;
    height: 30px;
    border-bottom: 4px solid #FF522B;
    
}


.box-goods-list{
    /*margin-bottom:10px;*/
}


.box-goods-list .goods-item{
    display: flex;
    /*justify-content: space-between;*/
    width:94%;
    height:120px;
    /*border:1px solid black;*/
    margin: auto;
    border-radius: 5px;
    background:#fff;
    margin-top: 10px;
}
.box-goods-list .goods-left{
    margin:10px 0 0 10px;
}
.box-goods-list .goods-left .goods-img{
    width:100px;
    height:100px;
    border-radius: 10px;
}

.box-goods-list .goods-right{
    color:#222B3D;
    margin:10px 0 0 10px;
    width:100%;
}

.box-goods-list .goods-right .goods-title{
    font-size:14px;
    color:#222B3D;
    font-weight: bold;
    overflow: hidden;
    height:40px;
    width: 94%;
}
.box-goods-list .goods-right .goods-sale-num{
    color:#808184;
    font-size: 13px;
    margin-top:10px;

}

.box-goods-list .goods-right .goods-price{
    color:#DC3131;
    margin-top:5px;
    font-size: 20px;
}

.box-goods-list .goods-right .goods-buy-button{

}
.box-goods-list .goods-right .goods-buy-button .button-img{
    width: 100px;
    right: 5px;
    margin-top: -35px;
    position: relative;
    float: right;
}




