html,body{height: 100%}
.category{display: flex;    justify-content: center;    background: #fff;    height: 100%;padding-bottom: 50px;}
.category .first-cart{width: 25%;    background: #f6f6f6;    height: 100%;}
.category .first-cart .first-change .first-tap{text-align: center;    font-size: 15px;    color: #000;    line-height: 50px;}
.category .first-cart .first-change .first-tap.active{background: #fff;    font-size: 16px !important;    font-weight: bold;}
.category .first-cart .first-change .first-tap span{display: block;    height: 50px;    overflow: hidden;}
.category .first-cart .first-change .first-tap.active span{border-left: 4px solid #E5352E}
.category .second-cart{width: 75%; height: 100%}
.category .second-cart .second-view{padding: 0 10px ;position: relative;height: 100%}
.category .second-cart .second-view .mui-scroll-wrapper.tag{height: 30px;padding-top: 10px}
.category .second-cart .second-view .shadow{position: absolute;background: url('../images/index/shadow.png')  no-repeat;width: 10px;height: 30px;background-size: 100% 100%;right: 5px;top: 5px;}
.category .second-cart .second-view .mui-scroll-wrapper .mui-scroll .mui-control-item{padding: 0;margin:0 8.5vw 0 0;font-size: 15px;color: #000;border-bottom: none;line-height: 20px;}
.category .second-cart .second-view .mui-scroll-wrapper .mui-scroll .mui-control-item.mui-active{font-weight: bold;background: linear-gradient(to bottom,transparent 70%,#E5352E,#F9BDBD)}
.category .second-cart .second-view .conduct{margin-top: 20px;width: 100%;height: 70px;background-size: cover;background-repeat: no-repeat;border-radius: 5px;}

.title{font-size: 13px;line-height: 26px;margin-top: 10px;}

.store{top: 170px;}
.store .store-list{padding:0 10px;}
.store .store-list .store-detail{background: #F6F6F6;border-radius: 5px;box-sizing: border-box;box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);margin-bottom: 5px;display: flex;padding:12px;}
.store .store-list .store-detail .store-left{flex:1;flex-direction: column;justify-content: space-between;align-items: flex-start}
.store .store-list .store-detail .store-left .store-title{font-size: 13px;line-height: 1;color: #000;}
.store .store-list .store-detail .store-left .store-num span{font-size: 13px;line-height: 1;color: #000;font-weight: bold;margin-left: 5px;}
.store .store-list .store-detail .store-left  .store-phone{}
.store .store-list .store-detail .store-left   a{background-color: #E5352E;color: #fff;font-size: 12px;line-height: 1;text-align: center;padding: 2px 15px;border-radius: 2px;}
.store-right{width: 100px;margin-left: 10px;}
.store-img{width: 100px;height: 55px;background-position: top center;background-repeat: no-repeat;background-size: cover}