/*头部*/
.mui-bar{z-index: 1000;}
.mui-bar .mui-title{right: 10px;left: 10px;}
.mui-bar.ative{background: #f2f2f2;}
.mui-bar .search-form{background: #f7f7f7;}
.mui-bar .search-form .search-btn{float: right;}
.mui-bar .search-form .search-box{width:calc(100% - 65px);background: #f7f7f7;}
/*主要内容区域*/
#main{background: #f5f5f5;}
.m-hd-nav{width: 100%;padding:15px 10px;background: #fff;border-radius: 5px;margin: 10px 0;}
.m-hd-nav .nav-item{width: 25%;float: left;text-align: center;}
.m-hd-nav .nav-item .nav-icon{width: 60px;height: 60px;line-height: 60px;border-radius: 50%;
text-align: center;display: inline-block;}
.m-hd-nav .nav-item:nth-child(1) .nav-icon{background: #529cfb;}
.m-hd-nav .nav-item:nth-child(2) .nav-icon{background: #73d860;}
.m-hd-nav .nav-item:nth-child(3) .nav-icon{background: #9b64f6;}
.m-hd-nav .nav-item:nth-child(4) .nav-icon{background: #45c288;}
.m-hd-nav .nav-item:nth-child(5) .nav-icon{background: #ff664c;}
.m-hd-nav .nav-item .nav-icon .icon{color: #fff;font-size: 30px;}
.m-hd-nav .nav-item .nav-title{display: block;text-align: center;margin-top: 8px;}
/*热卖水果*/
.hot-sell-fruits{background: #fff;width: 100%;margin-bottom: 12px;padding-bottom: 15px;}
.hot-sell-fruits .sell-fruits-list{width: 100%;}
.sell-fruits-list .fruits-item{width: 25%;text-align: center;float: left;padding-top:15px;}
.sell-fruits-list .fruits-item .img{width: 100%;}
.sell-fruits-list .fruits-item .img img{width: 65px;height: 65px;border-radius: 50%;}
.sell-fruits-list .fruits-item .cate-name{display: block;margin:5px 0;}
.sell-fruits-list .fruits-item .price{display: block;color: #00a236;}
/*公告*/
.m-notice{position:relative;background: #fff;padding:0 8px;height: 35px;overflow: hidden;}
.m-notice .title{float: left;width: 55px;font-size: 16px;line-height: 35px;color: #F39800;}
.m-notice .list{position:absolute;left:55px;top:0px;float: left;width: calc(100% - 55px);}
.m-notice .list li{height: 35px;line-height: 38px;}
/*热门货源*/
.m-hot-sell{background: #fff;}
.m-hot-sell .sell-hd-title{height: 35px;text-indent:10px;border-bottom: 1px solid #e6e6e6;}
.m-hot-sell .sell-hd-title .title{height: 35px;line-height: 35px;font-size: 16px;float: left;font-weight: 400;}
.m-hot-sell .sell-hd-title .title .hot{font-size: 16px;color: #00a236;}
.m-hot-sell .sell-hd-title .slogan{display: block;float: left;line-height: 40px;color: #999;font-size: 12px;}
