body {
    line-height: 16px;
}

.mui-bar-nav {
    background: #fff;
    min-width: 320px;
}

.mui-content .body-window {
    max-width: 640px;
    margin: 0 auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: 320px;
    z-index: 1;
}

.berich-new-num {
    display: none;
    position: fixed;
    top: 218px;
    left: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #FF613C;
    font-size: 16px;
    color: #FFF;
    letter-spacing: 0;
    border-radius: 100%;
    z-index: 10;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mui-bar-nav .mui-title {
    font-size: 16px;
    color: #333;
    letter-spacing: 0;
}

.berich-site {
    float: right;
    margin-top: 11px;
}

.berich-site:after {
    display: block;
    content: " ";
    clear: both;
}

.berich-site i {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    background: url(../images/address@2x.png) no-repeat center;
    background-size: contain;
}

.berich-site span {
    display: block;
    float: left;
    max-width: 70px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 5px;
    font-size: 14px;
    color: #333;
    letter-spacing: 0;
}

.berich-site em {
    display: block;
    float: right;
    width: 20px;
    height: 20px;
    background: url(../images/drop-down@2x.png) no-repeat center;
    background-size: contain;
}

.berich-banner-img {
    width: 100%;
    margin-bottom: 0;
}

.berich-banner-img img {
    width: 100%;
}

.berich-search {
    margin-top: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
}

.berich-search-main {
    margin-left: 15px;
    margin-right: 15px;
    height: 35px;
    border: 1px solid #CCCCCC;
    border-radius: 100px;
}

.berich-search-main:after {
    display: block;
    content: " ";
    clear: both;
}

.berich-search-main i {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 7px;
    margin-left: 11px;
    background: url(../images/search@2x.png) no-repeat center;
    background-size: contain;
}

.berich-search-main input[type=text] {
    float: left;
    height: 33px;
    line-height: 33px;
    width: 85%;
    padding-left: 5px;
    font-size: 14px;
    color: #333;
    outline: 0;
    border: 0;
}

.berich-search-main input::-webkit-input-placeholder {
    color: #B2B2B2;
}

.berich-search-main input:-moz-placeholder {
    color: #B2B2B2;
}

.berich-search-main input::-moz-placeholder {
    color: #B2B2B2;
}

.berich-search-main input:-ms-input-placeholder {
    color: #B2B2B2;
}

.berich-commodity {
    width: 100%;
    margin-top: 10px;
}

.berich-commodity-title {
    width: 100%;
    height: 44px;
    background: #fff;
    text-align: center;
    line-height: 44px;
    border: 1px solid #f2f2f2;
}

.berich-commodity-title i {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/store@2x.png) no-repeat left center;
    background-size: contain;
    vertical-align: middle;
}

.berich-commodity-title span {
    margin-top: 0;
    margin-left: 10px;
    font-size: 14px;
    color: #FF613C;
}

.berich-commodity-title.other i {
    background: url(../images/supermarket@2x.png) no-repeat left center;
    background-size: contain;
}

.berich-commodity-title.other span {
    color: #868686;
}

.berich-commodity-show {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
}

.berich-commodity-breviary {
    width: 100%;
    position: relative;
}

.berich-commodity-breviary .mui-row {
    margin-bottom: 10px;
    padding-top: 10px;
}

.berich-commodity-market {
    width: 90%;
    margin: 0 auto;
}

.berich-commodity-good {
    width: 80%;
    padding-top: 10px;
    margin: 0 auto;
}

.other-berich {
    margin-top: 10px;
}

.other-berich .other-berich-main>.berich-commodity-show {
    margin-top: 10px;
}

.other-berich .other-berich-main>.berich-commodity-show:first-child {
    margin-top: 0;
}

.berich-commodity-detail {
    display: block;
    text-decoration: none;
}

.berich-commodity-detail .market {
    display: block;
    width: 100%;
    height: 115px;
}

.berich-commodity-market .market-name {
    margin-top: 20px;
    font-size: 14px;
    color: #333;
    letter-spacing: 0;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.berich-commodity-market .market-name.extra {
    padding-bottom: 0;
}

.berich-commodity-detail .market-name {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
    letter-spacing: 0;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.berich-commodity-detail .good {
    display: block;
    width: 100%;
    height: 100px;
}

.berich-commodity-market .good-name {
    margin-top: 10px;
    height: 30px;
    line-height: 15px;
    font-size: 12px;
    color: #333;
    letter-spacing: 0;
    display: -webkit-box;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.berich-commodity-good .good-name {
    margin-top: 10px;
    font-size: 12px;
    color: #333;
    text-align: center;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.test {
    display: block;
    text-decoration: none;
    padding-top: 100%;
    width: 100%;
    visibility: visible;
    position: relative;
}

.test img {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.berich-commodity-buy {
    margin-top: 7px;
}

.berich-commodity-buy:after {
    display: block;
    content: " ";
    clear: both;
}

.berich-commodity-buy span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #FF613C;
    letter-spacing: 0;
    text-align: center;
}

.berich-commodity-buy i {
    display: block;
    float: left;
    width: 43%;
    margin-left: 5px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    font-style: normal;
    color: #888;
    letter-spacing: 0;
    text-decoration: line-through;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.berich-commodity-buy em {
    display: block;
    float: right;
    width: 25px;
    height: 25px;
    background: url(../images/shopping_cart@2x.png) no-repeat center;
    background-size: contain;
}

.berich-supermarket-more {
    background: #fff;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-top: 1px solid #f2f2f2;
}

.berich-supermarket-more:after {
    display: block;
    content: " ";
    clear: both;
}

.berich-supermarket-more span {
    font-size: 14px;
    color: #333;
}

.berich-supermarket-more i {
    margin-left: 5px;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/new_zf_more@2x.png) no-repeat center;
    background-size: contain;
    vertical-align: middle;
}

.berich-commodity-seemore {
    margin: 0 auto;
    margin-bottom: 10px;
    width: 90%;
    background: #FF613C;
    border: 1px solid #FF613C;
    border-radius: 17px;
    height: 24px;
    line-height: 22px;
    text-align: center;
}

.berich-commodity-seemore.current {
    background: #fff;
}

.berich-commodity-seemore span {
    font-size: 12px;
    color: #FFF;
    letter-spacing: 0;
}

.berich-commodity-seemore.current span {
    color: #FF613C;
}

.berich-commodity-seemore i {
    display: inline-block;
    margin-left: -5px;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    background: url(../images/look_over@2x.png) no-repeat center;
    background-size: contain;
}

.berich-commodity-seemore.current i {
    background: url(../images/pack_up_14@2x.png) no-repeat center;
    background-size: contain;
}

.seemore-triangle {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #FFD8BC;
    margin: 0 auto;
    display: none;
}

.berich-commodity-lookover {
    width: 100%;
    background: #FFD8BC;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
}

.berich-lookover-main {
    width: 95%;
    background: #fff;
    margin: 0 auto;
}

.berich-lookover-packup {
    width: 100%;
    height: 50px;
    background: #fff;
    line-height: 50px;
    text-align: center;
}

.berich-lookover-packup:after {
    display: block;
    content: " ";
    clear: both;
}

.berich-lookover-packup span {
    font-size: 14px;
    color: #333;
    letter-spacing: 0;
}

.berich-lookover-packup i {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/new_zf_back@2x.png) no-repeat center;
    background-size: contain;
    margin-left: 5px;
    vertical-align: middle;
}

.loding-more {
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #888;
    text-align: center;
    background: #f2f2f2;
}

.mui-btn-blue,
.mui-btn-primary,
input[type=submit] {
    color: #333;
    background: none;
    border: none;
}

.mui-btn,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    color: #888;
    background: none;
    border: none;
}

.mui-poppicker-header {
    background: #fff;
}

.mui-picker {
    background: #fff;
}

.berich-micro {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}

.berich-micro .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: #000;
    opacity: .5;
}

.berich-micro-main {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 999;
    width: 80%;
    margin-left: -40%;
    height: 276px;
    margin-top: -148px;
    background: #fff;
    padding-top: 20px;
    border-radius: 5px;
}

.berich-micro-main img {
    display: block;
    width: 107px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.berich-micro-main p {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 16px;
    color: #444;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 25px;
}

.berich-micro-know {
    display: block;
    width: 50%;
    height: 35px;
    background: #EA5404;
    border-radius: 3px;
    font-size: 14px;
    color: #FFF;
    letter-spacing: 0;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
}

.shop_cart {
    position: fixed;
    bottom: 30%;
    right: 10px;
    width: 50px;
    height: 50px;
    background: url(../images/shopping_cart_up@2x.png) no-repeat center;
    background-size: contain;
    z-index: 5;
}

.shop_cart span {
    display: block;
    float: right;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 100%;
    font-size: 12px;
    color: #FF613C;
    background: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
    margin-right: 3px;
}

.mui-bar-nav .mui-title i {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/drop-down@2x.png) no-repeat center;
    background-size: contain;
    margin-left: 5px;
    vertical-align: middle;
}

.berich-header-search {
    display: block;
    float: right;
    width: 20px;
    height: 20px;
    background: url(../images/screen@2x.png) no-repeat center;
    background-size: contain;
    margin-top: 12px;
    margin-right: 15px;
}

.berich-shopchoice {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}

.berich-shopchoice-main {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    background: #fff;
}

.berich-shopchoice-select {
    width: 100%;
    margin-top: 44px;
}

.berich-shopchoice-select p {
    margin: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #333;
    letter-spacing: 0;
    border-bottom: 1px solid #ddd;
}

.berich-shopchoice-select .current {
    color: #FF613C;
}

.mui-table-view-cell {
    padding: 12px 15px;
}

.mui-table-view-cell>a:not(.mui-btn) {
    color: #333;
    font-size: 14px;
}

.mui-table-view-cell>a:not(.mui-btn).title {
    color: #FF613C;
}

.mui-popup-title {
    margin-top: 10px;
    font-size: 18px;
    color: #333;
}

.mui-popup-title+.mui-popup-text {
    margin: 20px 5px;
    font-size: 14px;
    color: #333;
}

.mui-popup-button {
    font-size: 16px;
    color: #888;
}

.mui-popup-button.mui-popup-button-bold {
    color: #FF613C;
    font-weight: normal;
}

.berich-supermarket-bound .mui-col-xs-4 {
    width: 33.33333333%;
    height: 0;
    padding: 5px;
    padding-bottom: 30%;
    overflow: hidden;
    position: relative;
}

.supermarket-bound-oprating {
    width: 50px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #FF613C;
}

.supermarket-bound-oprating.active {
    background: #FF613C;
    color: #fff;
}

.wrap .supermarket-bound-img {
    width: 64px;
    height: 64px;
    border-radius: 5%;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

@media screen and (min-width:375px) {
    .mui-slider .supermarket-bound-img {
        width: 80px;
        height: 80px;
    }
}

.supermarket-bound-content {
    width: 100%;
    padding-left: 10px;
}

.supermarket-bound-content .title {
    padding-right: 5px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

.supermarket-bound-content .address {
    font-size: 14px;
    color: #888;
    line-height: 21px;
    padding-right: 5px;
    margin-bottom: 5px;
}

.supermarket-bound-content .person {
    font-size: 14px;
    color: #888;
    padding-right: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mui-toast-container {
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
}

.berich-supermarket-exhibition {
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.supermarket-exhibiton-classify {
    width: 100%;
    overflow: auto;
    background: #f2f2f2;
}

.supermarket-exhibiton-goods {
    width: 100%;
}

.exhibition-goods-detail {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 8px;
    position: relative;
}

.exhibition-goods-detail:after {
    content: '';
    position: absolute;
    left: 5%;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 95%;
    background-color: rgba(0, 0, 0, 0.2);
    display: block;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.2);
    transform: scaleY(0.2);
}

.exhibition-goods-detail .goods-img {
    width: 64px;
    margin: auto;
}

.exhibition-goods-detail img {
    width: 64px;
    height: 64px;
    display: block;
}

.exhibition-goods-detail .goods_href {
    display: block;
    overflow: hidden;
}

.exhibition-goods-detail .title {
    line-height: 16px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    white-space: normal;
    display: -webkit-box;
}

.exhibition-goods-detail .sales {
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #888;
}

.exhibition-goods-detail .price:after {
    display: block;
    content: " ";
    clear: both;
}

.exhibition-goods-detail .price span {
    display: block;
    float: left;
    max-width: 43%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 25px;
    font-size: 14px;
    color: #FF613C;
    letter-spacing: 0;
}

.exhibition-goods-detail .price em {
    display: block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 25px;
    font-size: 12px;
    color: #888;
    text-decoration: line-through;
    font-style: normal;
    margin-left: 8px;
}

.goods-detail-cart {
    display: block;
    float: right;
    width: 25px;
    height: 25px;
    background: url(../images/shopping_cart@2x.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 70%;
    bottom: 8px;
}

.exhibiton-goods-single {
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
}

.exhibiton-goods-single.show {
    display: block;
}

.exhibition-seeall span {
    display: block;
    float: left;
    height: 26px;
    width: 27%;
    background: #f2f2f2;
    line-height: 26px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    color: #888;
    letter-spacing: 0;
    margin-left: 10px;
    margin-bottom: 8px;
    border-radius: 1px;
}

.exhibition-seeall em {
    display: block;
    float: left;
    height: 26px;
    width: 27%;
    background: #fff;
    text-align: center;
    margin-left: 10px;
    margin-bottom: 10px;
    border-radius: 1px;
}

.exhibition-seeall em i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/drop-down@2x.png) no-repeat center;
    background-size: contain;
    margin-top: 3px;
}

.exhibition-seeall .active {
    background: url(../images/drop-up@2x.jpg) no-repeat center;
    background-size: contain;
}

.exhibition-seeall .hide {
    display: none;
}

.exhibition-seeall .show {
    display: block;
}

.exhibition-seeall span.current {
    background: #FF613C;
    color: #fff;
}

.berich-supermarket-searchresult {
    width: 100%;
    margin-top: 2px;
}

.apply-for {
    width: 100%;
    margin-top: 10px;
    background: #fff;
}

.apply-for-item {
    width: 100%;
}

.apply-for-item:after {
    display: block;
    content: " ";
    clear: both;
}

.apply-for-left {
    width: 30%;
    height: 48px;
    float: left;
}

.apply-for-left span {
    padding-left: 13px;
    line-height: 48px;
    font-size: 14px;
    color: #888;
}

.apply-for-right {
    width: 70%;
    float: left;
}

.apply-for-right.small {
    height: 48px;
    padding-left: 8px;
    border-bottom: 1px solid #f2f2f2;
}

.apply-for-right:after {
    display: block;
    content: " ";
    clear: both;
}

.apply-for-right em {
    display: block;
    float: left;
    width: 80%;
    height: 48px;
    font-style: normal;
    font-size: 14px;
    color: #333;
    line-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.apply-for-right em input {
    height: 41px;
    line-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 5px;
    font-size: 14px;
    color: #333;
    width: 95%;
    outline: 0;
    border: 0;
}

.refund-complement {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 13px;
    font-size: 12px;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.refund-complement em {
    font-style: normal;
}

.refund-warn {
    line-height: 24px;
    padding-left: 16px;
    color: #FF613C;
}

.refund-warn .icon {
    width: 16px;
    height: 16px;
    line-height: 16px;
    margin-right: 4px;
    display: inline-block;
    text-align: center;
    background: #FF613C;
    color: #fff;
    border-radius: 50%;
}

.apply-for-right em b {
    display: inline-block;
    max-width: 44%;
    height: 48px;
    line-height: 48px;
    font-size: 12px;
    color: #888;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.apply-for-right .apply-for-price {
    margin-right: 18px;
    color: #333;
}

.apply-for-right i {
    display: block;
    float: right;
    height: 20px;
    width: 20px;
    background: url(../images/drop-down@2x.png) no-repeat center;
    background-size: contain;
    margin-right: 10px;
    margin-top: 14px;
}

.apply-for-right textarea {
    padding-left: 0;
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    color: #333;
    outline: 0;
    border: 0;
    overflow-y: auto;
    resize: none;
    padding-top: 12px;
}

.apply-uploading {
    margin-top: 10px;
    width: 100%;
    background: #fff;
    padding-top: 15px;
}

.apply-uploading:after {
    display: block;
    content: " ";
    clear: both;
}

.apply-uploading-left {
    width: 30%;
    float: left;
}

.apply-uploading-left span {
    padding-left: 13px;
    font-size: 14px;
    color: #888;
}

.apply-uploading-right {
    width: 70%;
    float: left;
}

.apply-upload-img {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 13px;
    margin-bottom: 15px;
    position: relative;
    border: 1px solid #dcdcdc;
}

.apply-upload-img i {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/photo@2x.png) no-repeat center;
    background-size: contain;
    margin: 0 auto;
    margin-top: 15px;
}

.apply-upload-img span {
    position: absolute;
    font-size: 14px;
    color: #DDD;
    bottom: 4px;
    right: 4px;
}

.apply-upload-img input {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 8px;
    left: 5px;
    outline: 0;
    border: 0;
    opacity: 0;
    overflow: hidden;
}

.upload-img-after {
    position: relative;
    display: none;
}

.upload-img-after img {
    width: 58px;
    height: 58px;
    overflow: hidden;
}

.upload-img-after em {
    position: absolute;
    top: -5px;
    right: -5px;
    display: block;
    width: 15px;
    height: 15px;
    background: #FF613C;
    border-radius: 100%;
    line-height: 13px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
}

.apply-submit {
    margin-top: 30px;
    margin-bottom: 30px;
}

.apply-submit a {
    display: block;
    background: #FF613C;
    border-radius: 100px;
    width: 90%;
    padding: 12px 20px;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    margin: 0 auto;
}

.applyfor-later {
    margin-bottom: 50px;
}

.applylater-info {
    width: 100%;
}

.applylater-info .time {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-size: 14px;
    color: #888;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.applylater-info-main {
    width: 90%;
    margin: 0 auto;
    padding: 20px 20px;
    background: #fff;
    border-radius: 5px;
    position: relative;
}

.applylater-info-main.opratelater {
    background: #FF613C;
}

.applylater-info-main.opratelater p {
    color: #fff;
}

.applylater-info-main .right {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 15px solid #fff;
    border-bottom: 10px solid transparent;
    right: -15px;
    top: 15px;
}

.applylater-info-main .left {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 15px solid #FF613C;
    border-bottom: 10px solid transparent;
    left: -15px;
    top: 15px;
}

.applylater-info-main .title {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
}

.applylater-info-main .content {
    margin: 0;
    margin-top: 9px;
    font-size: 14px;
    color: #888;
    line-height: 20px;
}

.apply-for-footer {
    bottom: 0;
    height: 45px;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.applyfor-alter {
    display: block;
    width: 100%;
    height: 45px;
    background: #fff;
    font-size: 14px;
    color: #888;
    letter-spacing: 0;
    line-height: 45px;
    text-align: center;
}

.applyfor-repeal {
    display: block;
    width: 100%;
    height: 45px;
    background: #FF613C;
    font-size: 14px;
    color: #FFF;
    letter-spacing: 0;
    line-height: 45px;
    text-align: center;
}

.mui-slider-indicator .mui-indicator {
    width: 8px;
    height: 8px;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 50%;
    margin: 0 6px;
}

.mui-slider-indicator .mui-indicator.mui-active {
    background: #FF613C;
}

.mui-slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-bottom: 1px solid #f2f2f2;
}

#mui-slider {
    max-height: 136px;
}

@media screen and (max-width: 375px) {
    #mui-slider {
        max-height: 120px;
    }
}

.mui-slider img {
    width: 100%;
    height: 100%;
}


/* 未绑定致富门店 */

.berich-not-bound {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
    margin-top: 10px;
    text-align: center;
}

.berich-not-bound i {
    display: inline-block;
    width: 72px;
    height: 72px;
    background: url(../images/shop@2x.png) no-repeat center;
    background-size: contain;
}

.berich-not-bound p {
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
}

.berich-not-bound .mark-title {
    margin-top: 16px;
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}

.berich-not-bound .bind-go {
    display: block;
    height: 36px;
    width: 140px;
    background: #FF613C;
    border: 1px solid #FF613C;
    border-radius: 3px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    margin: 0 auto;
}

.berich-supermarket-list {
    width: 100%;
    background: #fff;
    border-top: 1px solid #F2F2F2;
    padding-top: 15px;
    padding-bottom: 8px;
}

.market-list-img {
    display: block;
    text-decoration: none;
    width: 80%;
    height: 0;
    padding-bottom: 80%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.market-list-img img {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.market-list-detail {
    margin-right: 20px;
}

.market-list-title {
    margin-bottom: 8px;
}

.market-list-title:after {
    display: block;
    content: " ";
    clear: both;
}

.market-list-title .name {
    display: block;
    text-decoration: none;
    float: left;
    width: 75%;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 24px;
}

.market-list-bind {
    display: block;
    float: left;
    width: 25%;
    height: 24px;
    border: 1px solid #FF613C;
    border-radius: 2px;
    font-size: 12px;
    color: #FF613C;
    line-height: 22px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.market-list-bind.active {
    background: #FF613C;
    color: #fff;
}

.market-list-address {
    font-size: 14px;
    color: #888;
    margin-bottom: 5px;
}

.market-list-num {
    font-size: 14px;
    color: #888;
    margin-bottom: 0;
}

.exhibition-seeall {
    width: 100%;
    background: #ffffff;
    margin-top: 8px;
    position: relative;
    overflow: hidden;
}

.exhibition-seeall:after {
    clear: both;
    content: '';
    position: absolute;
    left: 5%;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 95%;
    background-color: rgba(0, 0, 0, 0.2);
    display: block;
    z-index: 15;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.2);
    transform: scaleY(0.2);
}

.search-commodity-all {
    display: block;
    float: right;
    width: 20px;
    height: 20px;
    background: url(../images/Rectangle%205@2x.png) no-repeat center;
    background-size: contain;
    margin-top: 13px;
    margin-right: 5px;
}

.berich-rank-handle {
    width: 100%;
    border-bottom: 1px solid #F2F2F2;
    background: #fff;
    height: 50px;
    line-height: 50px;
}

.berich-rank-handle .rank_type {
    height: 50px;
    text-align: center;
}

.berich-rank-handle .rank_type span {
    font-size: 14px;
    color: #333;
    letter-spacing: 0;
    line-height: 50px;
}

.berich-rank-handle .rank_type .current {
    color: #FF613C;
}

.rank-handle-price {
    display: inline-block;
    width: 7px;
    height: 12px;
    margin-left: 1px;
    vertical-align: middle;
}

.rank-handle-price em {
    display: block;
    width: 7px;
    height: 5px;
    margin-bottom: 1px;
}

.rank-handle-price .top {
    background: url(../images/upward@2x.png) no-repeat center;
    background-size: cover;
}

.rank-handle-price .top.active {
    background: url(../images/upwardState@2x.png) no-repeat center;
    background-size: cover;
}

.rank-handle-price .below {
    background: url(../images/down@2x.png) no-repeat center;
    background-size: cover;
}

.rank-handle-price .below.active {
    background: url(../images/downState@2x.png) no-repeat center;
    background-size: cover;
}


/***************************************二期代码wp*****************************************/


/*扶贫商品*/

.berich-supermarket-bound-wp {
    z-index: 999;
    width: 100%;
    /* height: 108px; */
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    background-size: cover;
}

.berich-supermarket-bound-wp .wrap {
    width: 100%;
    position: relative;
    padding: 10px 0;
    z-index: 9;
}

.berich-supermarket-bound-wp .wrap .tle {
    font-size: 12px;
    color: #FFFFFF;
}

.berich-supermarket-bound-wp .supermarket-bound-oprating {
    position: absolute;
    background: #FF613C;
    border-radius: 2px;
    font-size: 12px;
    color: #FFFFFF;
    right: 10px;
    bottom: 26px;
}

.berich-supermarket-bound-wp .supermarket-bound-content p {
    font-weight: 600;
    color: #fff;
}

.berich-supermarket-bound-wp .supermarket-bound-oprating2 {
    position: absolute;
    bottom: 20px;
    right: 10px;
    width: 50px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #FF613C;
    background: #FF613C;
    border-radius: 2px;
    font-size: 12px;
    color: #FFFFFF;
}

.berich-supermarket-bound-wp .bt {
    font-size: 10px;
    color: #FFFFFF;
}

.berich-supermarket-bound-wp .mui-col-xs-4 {
    padding-bottom: 23%;
}


/*.berich-supermarket-bound{ padding-top: 50px;}*/


/*致富门店*/

.berich-commodity-title i.gray {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/supermarket@2x.png) no-repeat left center;
    background-size: contain;
    vertical-align: middle;
}

.carousel-box .carousel {
    width: 100%;
    height: 250px;
    background: #fff;
    text-align: center;
}

.carousel-box .carousel img {
    width: 170px;
    height: 170px;
    margin-bottom: 10px;
}

.opt_floor_gap .mui-table-view:before,
.opt_floor_gap .mui-table-view:after {
    background-color: transparent
}

.Tab-wrap {
    background: #fff;
}

.tab-box {
    border-bottom: 1px solid #f2f2f2;
}

.tab-tle {
    width: 80%;
    margin: auto;
    text-align: center;
    overflow: hidden;
    height: 44px;
    line-height: 42px;
}

.tab-tle span {
    font-size: 14px;
    color: #868686;
    float: left;
    width: 50%;
    cursor: pointer;
    display: block;
    position: relative;
}

.tab-tle span.active:after {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #FF613C;
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -50px;
}

.hr {
    height: 10px;
    background: #F2F2F2;
    width: 100%;
}

.hero .title {
    font-size: 16px;
    color: #333333;
    text-align: center;
    padding: 20px 0;
}

.fppm-list {
    overflow: hidden;
    padding: 20px 0;
}

.fppm-list li a {
    width: 50%;
    float: left;
    text-align: center;
}

.fppm-list li p {
    font-size: 20px;
}

.fppm-list li p span {
    color: #FE623D;
}

.fppm-list li b {
    font-size: 14px;
    color: #888888;
    font-weight: 500;
}

.fppm-list:after {
    content: '';
    display: block;
    width: 1px;
    background: #E3E3E3;
    height: 50px;
    position: absolute;
    left: 50%;
}

.fppm-list2 li a {
    width: 100%;
}

.fppm-list2:after {
    background: transparent;
}

.hero-tab-tle {
    border-bottom: 1px #E3E3E3 solid;
    text-align: center;
    overflow: hidden;
}

.hero-tab-tle span {
    font-size: 14px;
    color: #868686;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

.hero-tab-tle span.active {
    border-bottom: 2px solid #FF613C;
    font-size: 14px;
    color: #FF613C;
}

.hr {
    height: 10px;
    background: #F2F2F2;
    width: 100%;
}

.ry-list {
    width: 95%;
    margin: auto;
    overflow: hidden;
}

.ry-list li {
    text-align: center;
    color: #fff;
    float: left;
    width: 45%;
    overflow: hidden;
    margin: 10px 0 10px 10px;
    border-radius: 4px;
}

.ry-list li b {
    font-size: 18px;
    color: #fff;
    display: block;
    font-weight: 500;
}

.ry-list li b:after {
    content: '';
    background: #fff;
    height: 2px;
    display: block;
    width: 10px;
    margin: 10px auto;
}

.ry-list li p {
    font-size: 14px;
    color: #fff;
}

.ry-list li .li-one {
    background: url(../images/fpns@2x.png) no-repeat center;
    background-size: cover;
    padding: 20px 0;
    height: 89px;
    width: 100%;
}

.ry-list li .li-two {
    background: url(../images/zmcg@2x.png) no-repeat center;
    background-size: cover;
    padding: 20px 0;
    height: 89px;
    width: 100%;
}

.hero-tab-list-cont {
    border-bottom: 1px #E3E3E3 solid;
    padding: 15px 0;
}

.hero-tab-list .icon {
    margin-top: 30px;
}

.hero-tab-list .icon img {
    width: 30px;
    height: 30px;
    display: block;
    margin: auto;
}

.hero-tab-list .icon font {
    font-size: 20px;
    color: #FE623D;
    text-align: center;
    display: block;
    margin-top: 10px;
}

.hero-tab-list-pic {
    border-radius: 100%;
    width: 60px;
    height: 60px;
    overflow: hidden;
    float: left;
}

.hero-tab-list-pic img {
    width: 100%;
}

.hero-tab-list-txt {
    padding-left: 10px;
    float: left;
}

.hero-tab-list-txt .tle b {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #333333;
    margin: 10px 0;
    font-weight: 500;
    max-width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hero-tab-list-txt .tle .sicon {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
}

.hero-tab-list-txt p {
    font-size: 14px;
    color: #888888;
    max-width: 150px;
    /* overflow: hidden;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;*/
}

.hero-tab-list-txt p font {
    display: inline-block;
    max-width: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.hero-tab-list-txt p span {
    display: inline-block;
    vertical-align: middle;
}


/*底部红包提醒*/

.honbaotx {
    opacity: 0.8;
    z-index: 999;
    background: #FF613C;
    text-align: center;
    color: #fff;
    height: 40px;
    line-height: 40px;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 16px;
}

.honbaotx i {
    display: inline-block;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    border: 1px #fff solid;
    text-align: center;
    line-height: 20px;
    font-style: normal;
    font-weight: 500;
    margin-left: 10px;
}

.qhb-wrap,
.qhb-wrap1 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    /*margin-top: -100px; */
    z-index: 999;
}

.qhb-wrap1 {
    margin-left: -160px;
}

.qhb-main {
    background: url(../images/txdl@2x.png) no-repeat;
    background-size: cover;
    width: 200px;
    height: 200px;
    text-align: center;
    margin-bottom: 40px;
}

.qhb-main2 {
    background: url(../images/zlgm@2x_new.png) no-repeat;
    background-size: cover;
    width: 300px;
    height: 300px;
    text-align: center;
    margin-bottom: 40px;
}

.qhb-main2 p {
    padding-top: 260px;
    color: #EEC53E;
    font-size: 14px;
    padding-left: 50px;
}

.qhb-main b {
    font-size: 18px;
    color: #333333;
    font-weight: 500;
    padding: 15px 0;
    display: block;
}

.qhb-main b.ts {
    font-size: 12px;
    color: #959595;
}

.qhb-main p {
    font-size: 14px;
    color: #333333;
}

.qhb-main p.orange {
    font-family: 'PingFangSC-Semibold';
    font-size: 16px;
    color: #FF613C;
}

.qhb-btn-1,
.qhb-btn-2 {
    font-size: 18px;
    display: block;
    background: #fff;
    border-radius: 30px;
    width: 132px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: auto;
}

.qhb-btn-1 {
    width: 110px;
    color: #FF613C;
    margin: 20px auto;
}

.qhb-btn-2 {
    color: #FFA38C;
}


/*.qhb-wrap1 .qhb-btn-1{ margin-left: 33%;}*/


/* 致富门店改动 */

.pro_top {
    position: relative;
    top: 0;
    width: 100%;
}

.pro_bottom {
    position: relative;
    width: 100%;
    ;
}

.carousel-item .carousel-text {
    color: #333;
    margin-bottom: 4px;
}

.berich-commodity-lookover {
    position: relative;
}

.berich-commodity-lookover:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 14px solid #FFD8BC;
    position: absolute;
    left: 48%;
    top: -12px;
}

.berich-commodity-breviary:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.12);
    display: block;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
}


/* 三期-致富门店详情 */

#slider .mui-segmented-control.mui-segmented-control-inverted~.mui-slider-group .mui-slider-item {
    border-bottom: none;
}

#slider .mui-segmented-control.mui-segmented-control-inverted .mui-control-item {
    /* 正常 */
    background: #fff;
    line-height: 50px;
    /* color:#FFC4C4; */
}

#slider .mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active {
    line-height: 47px;
    border-bottom: none;
    position: relative;
    /* 正常 */
    color: #FF613C;
    /* 过年 */
    /* color:#FFFFFF; */
}

#slider .mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active:after {
    content: '';
    width: 70px;
    height: 2px;
     /* 正常 */
    background: #FF613C;
    /* 过年 */
    /* background: #FFFFFF; */
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -35px;
}

.mui-fullscreen .mui-segmented-control~.mui-slider-group {
    position: absolute;
    top: 50px;
}

.berich-search-result .mui-search input[type=search] {
    background: #fff;
    color: #333;
    border-radius: 30px;
    border: 1px solid #f2f2f2;
}

.berich-search-result .mui-search .mui-placeholder {
    margin-left:10px;
    text-align: left;
    height: 44px;
    line-height: 44px;
}

.berich-search-result .mui-search:before {
    margin-top: -22px;
}

.berich-search-result .mui-input-row .mui-input-clear~.mui-icon-clear {
    top: 12px;
    right: 4px;
}

.berich-search-classify {
    width: 44px;
    height: 44px;
    background: url("../images/classify.png")no-repeat center center;
    background-size: 20px 20px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    color: #ffffff;
    font-size: 10px;
}


/* 商品预定 */

.s-fastOrder {
    padding: 8px 16px;
    background: #fff;
}

.s-fastOrder .s-foodList {
    overflow: hidden;
    padding: 8px 0;
    border-bottom: 1px solid #f2f2f2;
}

.s-fastOrder .s-foodList .s-food-img {
    width: 64px;
    height: 64px;
    float: left;
}

.s-fastOrder .s-foodList .s-food-content {
    width: calc(100% - 120px);
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.s-fastOrder .s-foodList .s-food-content .s-food-title {
    line-height: 18px;
    margin-bottom: 4px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    white-space: normal;
    display: -webkit-box;
}

.s-fastOrder .s-foodList .s-food-content .button {
    height: 32px;
    line-height: 30px;
    padding: 4px 6px;
    background: #FF613C;
    color: #ffffff;
    font-size: 12px;
    border-radius: 16px;
    -moz-box-shadow: 2px 2px 5px #888;
    -webkit-box-shadow: 2px 2px 5px #888;
    box-shadow: 2px 2px 5px #888;
}

.s-fastOrder .s-foodList .s-food-operate {
    width: 56px;
    float: left;
}

.s-fastOrder .s-foodList .s-food-operate .button {
    line-height: 30px;
    width: 100%;
    margin-top: 14px;
    border: 1px solid #FF613C;
    border-radius: 6px;
    color: #ff613c;
    display: block;
    text-align: center;
}


/* 店铺公告 */

.marquee-box {
    height: 44px;
    line-height: 44px;
    /* 正常 */
    background: #fff;
    /* 过年 */
    /* background:#AD1613; */
    position: relative;
}

.marquee-box .iconBox {
    width: 113px;
    height: 44px;
    /* background: #fff; */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    /* 正常 */
    color: #ff613c;
    /* 过年 */
    /* color:#FFFFFF; */
    font-weight: 600;
}

.marquee-box .notice-icon {
    margin-left: 10px;
    width: 23px;
    height: 44px;
    float: left;
    display: inline-block;
    background: url(../images/dpgg.png)no-repeat 1px center;
    /* background-size: 24px 24px; */
}


/*上下切换式公告*/

.notice-list-box {
    /* color:#FFE4E4 !important; */
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    margin: 11px auto;
}

.notice-list-wrapper {
    margin-left: 110px;
    height: 44px;
    padding-left: 16px;
    overflow: hidden;
    position: relative;
}

/* 点
.notice-list-wrapper:after {
    content: '';
    display: inline-block;
    border-radius: 100%;
    background: #b2b2b2;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 4px;
    top: 50%;
    margin-top: -3px;
} */

.notice-list-wrapper ul li {
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 专区 */
.group-purchase {
    /* 正常 */
    background: #f2f2f2;
    /* 过年 */
    /* background: #AD1613; */
}

.group-purchase .group-item {
    display: block;
    width: 99.3%;
    /* margin: auto; */
    /* height: 80px; */
    /* margin: 16px auto; */
    border-radius: 10px;
    position: relative;
}
.group-purchase .first_img:nth-child(odd) a {
    float: right;
}

.group-purchase .group-item b {
    width: 100%;
    line-height: 26px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mobile_title_wrap {
    /* margin-bottom: 10px; */
    background: #fff;
    line-height: 56px;
    /* background-color:#AD1613; */
    height: 56px;
    text-align: center;
}

/* 正常镇店之宝 */
.mobile_title_wrap i {
    height: 2px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    background: #333;
    margin-top: -4px;
}
/* .mobile_title_wrap i:nth-child(1) {
    margin-right:14px;
    height: 40px;
    width: 40px;
    display: inline-block;
    vertical-align: middle;
    background-image: url('../images/zdzb.png');
    background-size:100% 100%;
}
.mobile_title_wrap i:nth-child(3) {
    margin-left:14px;
    transform:scale(-1,1);
    height: 40px;
    width: 40px;
    display: inline-block;
    vertical-align: middle;
    background-image: url('../images/zdzb.png');
    background-size:100% 100%;
} */
.mobile_title_wrap span {
    background: #fff;
    display: inline-block;
    /* padding: 0 8px; */
    font-size: 16px;
    /* 正常 */
    color: #333333;
    /* 过年 */
    /* color:#FDE1B6; */
    /* background: #AD1613; */
}


/*.mobile_title_wrap span:before, .mobile_title_wrap span:after {  width: 4px;  height: 4px;content: ''; display: inline-block; border-radius: 100%;  background: #333333; margin: 5px 8px;  }*/

.mobile_title_wrap .title {
    font-size: 16px;
    color: #333333;
    border-left: 4px solid #FF613C;
    padding-left: 8px;
    margin: 0;
}

.hot-main {
    /* 正常 */
    background: #fff;
    /* 过年 */
     /* background: #AD1613; */
    margin-bottom: 30px;
}


/* 商品展示 */

.list-cards {
    /* 正常 */
    /* background: #f2f2f2; */
    /* background:#AD1613; */
}

.list-card .list-title {
    margin-top: 8px;
    font-size: 14px;
    color: #444;
    height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-card .list-info .price {
    color: #FF613C;
}

.list-card .list-info .old {
    float: right;
    color: #888;
    font-size: 12px;
}

.list-card .list-info .saleNum {
    color: #888;
    font-size: 12px;
}

.block-link {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #888;
    line-height: 40px;
}


/* 商品分类 */

.all_classify_box {
    width: 100%;
    background: #fff;
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    z-index: 999;
}

.all_classify_box .all_classify_content {
    padding-left: 16px;
    padding-top: 8px;
    padding-bottom: 60px;
    box-sizing: border-box;
}

.all_classify_box .exhibiton-classify {
    overflow: hidden;
    border-bottom: 1px solid #f2f2f2;
}

.all_classify_box .exhibiton-classify p {
    color: #333;
    padding: 20px 8px;
    margin-bottom: 0;
    position: relative;
}

.all_classify_box .exhibiton-classify p:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/drop-down@2x.png")no-repeat center;
    background-size: contain;
    transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -10px;
}

.all_classify_box .exhibiton-classify .subClass {
    width: 45%;
    float: left;
    color: #333;
    padding: 20px 16px;
    background: #f2f2f2;
    margin-right: 8px;
    margin-bottom: 8px;
    border-radius: 6px;
}

.all_classify_box .exhibiton-classify .subClass.current {
    color: #fff;
    background: #FF613C;
}

.all_classify_box .exhibiton-classify.current p {
    color: #FF613C;
}


/* 店铺简介 */

.store-msg {
    /*margin-top: 10px;*/
    margin-bottom: 60px;
}

.store-msg .store-msg-total {
    padding: 12px 16px;
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
}

.store-msg .store-msg-total .store-msg-unit {
    text-align: center;
}

.store-msg .store-msg-total .store-msg-unit:first-of-type {
    border-right: 1px solid #f2f2f2;
}

.store-msg .store-msg-total .store-msg-num {
    font-weight: 500;
}

.store-msg .store-msg-total .store-msg-title {
    margin-top: 10px;
    margin-bottom: 0;
}

.store-msg .store-msg-content {
    background: #fff;
}

.store-msg .store-msg-content .store-msg-item {
    padding: 16px 0;
    border-bottom: 1px solid #f2f2f2;
}

.store-msg .store-msg-content .store-msg-item li {
    padding: 10px 16px 10px 20px;
    overflow: hidden;
}

.store-msg .store-msg-content .link-li {
    padding: 14px 20px;
}

.store-msg .store-msg-name {
    width: 25%;
    float: left;
    color: #888;
}

.store-msg .store-msg-text {
    width: 75%;
    float: left;
    word-wrap: break-word;
}

.poor-story {
    margin-top: 10px;
    background: #fff;
}

.poor-story .poor-story-title {
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    text-align: center;
    position: relative;
}

.poor-story .poor-story-title:before {
    content: '';
    width: 100px;
    position: absolute;
    left: 50%;
    bottom: 0;
    right: auto;
    top: 50%;
    height: 1px;
    border-bottom: 1px dashed #979797;
    display: block;
    margin-left: -144px;
}

.poor-story .poor-story-title:after {
    content: '';
    width: 100px;
    position: absolute;
    right: 50%;
    bottom: 0;
    left: auto;
    top: 50%;
    height: 1px;
    border-bottom: 1px dashed #979797;
    display: block;
    margin-right: -144px;
}

.mui-slider .mui-slider-group .mui-slider-item img.supermarket-bound-img {
    width: 84px;
    height: 84px;
    border-radius: 50%;
}

.supermarket-bound-content .title {
    margin-top: 10px;
}


/* 三期致富中心首页 */

.mystore_item {
    padding: 10px 16px;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
}

.mystore_item .storeClickArea {
    width: calc(100% - 100px);
    height: 100px;
    position: absolute;
    top: 0;
    z-index: 99;
}

.mystore_item .mystore_pic {
    max-width: 80px;
    max-height: 80px;
}

.mystore_item .mystore_pic img {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 4px;
}

@media screen and (max-width: 321px) {
    .mystore_item .mystore_pic img {
        width: 68px;
        height: 68px;
    }
}

.mystore_item .mystore_pic i {
    z-index: 9;
    width: 20px;
    height: 22px;
    display: block;
    position: absolute;
    top: 0;
    left: 10px;
    background: url(../images/guanzhu@2x.png) no-repeat;
    background-size: contain;
}

.mystore_item .mystore-list {
    padding-left: 8px;
}

.mystore_item .mystore-list .mystore_name {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.mystore_item .mystore-list .mystore_subtext {
    font-size: 12px;
    color: #888;
    font-weight: 500;
    line-height: 20px;
    margin: 5px 0;
}

.mystore_item .mystore-list .mystore_fens {
    color: #333;
}

.mystore_item .mystore-list .mystore_story {
    float: right;
    color: #ff613c;
}

.berich-commodity .banner {
    height: 150px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.banner .banner_center {
    width: 178px;
    height: 108px;
    position: absolute;
    top: 50%;
    margin-top: -54px;
    left: 50%;
    margin-left: -89px;
}

.banner .center_name {
    width: 150px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    bottom: 12px;
    left: 50%;
    margin-left: -75px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.fp-cont-img {
    position: relative;
}

.fp-cont-img:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    background: transparent;
    border-top: 0 solid transparent;
    border-bottom: 15px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    left: 5%;
    top: -15px;
}

.fp-cont-img .mui-segmented-control.mui-scroll-wrapper {
    height: 152px;
}

.fp-cont-img .mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active {
    border-bottom: none;
}

.fp-cont-img .mui-segmented-control.mui-segmented-control-inverted .mui-control-item {
    padding: 0;
}

.fp-cont-img .mui-scroll-wrapper .mui-scroll {
    height: 170px;
}

.list a .pic {
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: relative;
}

.list a .pic img {
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.list a span {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 联系客服 */

.mui-table-view-cell.link-li {
    padding: 12px 20px;
    font-size: 16px;
}

.mui-table-icon {
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
}

.mui-table-icon-1 {
    background: url("../images/icons/service_tel.png")no-repeat center center;
    background-size: 36px 36px;
}

.mui-table-icon-2 {
    background: url("../images/icons/service_msg.png")no-repeat center center;
    background-size: 36px 36px;
}


/*店铺名片*/

.storeCard {
    width: 100%;
    background: #fff;
    position: fixed;
    right: -100%;
    bottom: 0;
    z-index: 999;
}

.top-bg {
    background: url(../images/fpyxbbj@2x.png) no-repeat center;
    background-size: cover;
    height: 150px;
    color: #fff;
    line-height: 360px;
    overflow: hidden;
    padding: 0 10px;
}

.fp-title {
    background: #fff;
    padding-bottom: 15px;
}

.fp-title .pic {
    overflow: hidden;
    position: relative;
    left: 50%;
    margin-left: -35px;
    top: -40px;
}

.fp-title .pic img.tx {
    width: 70px;
    height: 70px;
    border-radius: 100%;
}

.fp-title .pic img.wjx {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 16px;
    height: 16px;
}

.fp-title .txt {
    color: #333333;
    text-align: center;
    margin-top: -40px;
}

.fp-title .txt h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 10px auto;
}

.dp-tle {
    margin: 30px auto;
    text-align: center;
}

.dp-tle span {
    font-size: 16px;
    color: #888;
}

.dp-tle:before,
.dp-tle:after {
    content: '';
    display: inline-block;
    background: #eee;
    height: 1px;
    width: 30%;
    vertical-align: middle;
    margin: 0 10px;
}

.code-pic {
    width: 180px;
    height: 180px;
    margin: auto;
    overflow: hidden;
}

.code-pic img {
    display: block;
    max-width: 100%;
}

.fx-btn,
.fx-btn:hover {
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #FF613C;
    border-radius: 71px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    display: block;
    margin: 30px auto;
}

.icon-menu.mui-icon {
    display: inline-block;
    width: 44px;
    height: 44px;
    background: url('../images/fl.png')no-repeat center;
    background-size: 20px 20px;
}

.refund_all_text {
    font-size: 16px !important;
    width: 100%;
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.refund_all_text div span:nth-child(1) {
    margin-left: 20px;
    /*left:10%;*/
}

.refund_all_text div a {
    margin-top: -6px;
    color: gray;
    float: right;
    margin-right: 20px;
    left: 50%;
    padding: 5px;
    border: 1px solid gray;
    border-radius: 30px;
}

.refund_all_text_x div {
    position: relative;
    width: 80px;
    height: 80px;
}

.refund_all_text_x o {
    bottom: 0;
    line-height: 24px;
    color: white;
    height: 24px;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    text-align: center;
    position: absolute;
}

.refund_all_text_x {
    padding-top: 20px;
    width: 90%;
    margin: auto;
}

.refund_all_text_x div {
    display: inline-block;
}

.refund_all_text_x img {
    position: absolute;
    width: 80px;
    height: 80px;
}
/* .new_year{

    background-color:#AB0A07 !important;
    background-image: url('../images/qhlbj.png');
    background-size: 100% 100%;
} */
