﻿.btn-red {
    border: 1px solid #f1190e;
    background-color: #f1190e;
}
.rules_content, .rules_content p, .rules_content div {
    color: black;
    text-align: left;
    margin-bottom: 5px;
}

.index {
}

    .index .content {
        position: absolute;
        top: 0px;
        bottom: 43px;
        left: 0px;
        right: 0px;
    }

        .index .content iframe {
            position: absolute;
            left: 0px;
            right: 0px;
            bottom: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            border: none;
            display: none;
        }

            .index .content iframe.active {
                display: inherit;
            }

    .index .bottom {
        height: 60px;
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
    }

    .index .bottom {
        height: 65px;
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
    }

        .index .bottom ul {
            position: fixed;
            bottom: 0px;
            left: 0px;
            right: 0px;
            z-index: 99;
        }

            .index .bottom ul li {
                display: block;
                float: left;
                height: 45px;
                background-color: white;
                width: 20%;
                position: relative;
                border-top: 1px solid rgba(73, 161, 191, 0.15);
                min-height: auto;
                overflow: initial;
            }

                .index .bottom ul li span {
                    color: black;
                    font-size: 20px;
                    display: block;
                    text-align: center;
                    line-height: 30px;
                }

                .index .bottom ul li a {
                    color: black;
                    font-size: 12px;
                    display: block;
                    text-align: center;
                    height: 20px;
                    line-height: 18px;
                    position: absolute;
                    width: 100%;
                    bottom: 0px;
                    z-index: 101;
                }

                .index .bottom ul li.active,
                .index .bottom ul li.active a,
                .index .bottom ul li.active span {
                    color: #d00b0b;
                }

                .index .bottom ul li.scan span {
                    background: #d00b0b;
                    border-radius: 50%;
                    width: 40px;
                    height: 40px;
                    position: absolute;
                    bottom: 20px;
                    left: 50%;
                    margin-left: -20px;
                    color: white;
                    font-size: 30px;
                    line-height: 40px;
                    z-index: 101;
                }

                .index .bottom ul li.scan:after {
                    content: ' ';
                    display: block;
                    width: 50px;
                    height: 50px;
                    position: absolute;
                    border-radius: 50%;
                    background-color: #ffffff;
                    z-index: 100;
                    top: -20px;
                    left: 50%;
                    margin-left: -25px;
                    box-shadow: 0px -1px 1px rgba(208,41,40, 0.6);
                }

/* =================================home=================================== */
.header-search-box {
    background: none;
    border: none;
    background-color: #2c8ff0;
    box-shadow: 0px 1px 10px rgb(0 0 0 / 30%);
}
    .header-search-box .search input {
        background-color: white;
    }
.home {
    padding-top: 54px;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    min-height: calc(100% + 1px);
    overflow: scroll;
}

    .home .quick-link {
        position: relative;
        height: 86px;
        margin: 0px 0 15px 0px;
    }

        .home .quick-link ul {
            position: absolute;
            left: 0px;
            right: 0px;
          
            background: white;
            border-radius: 10px;
            box-shadow: 0px 2px 3px rgba(0,0,0,.3);
        }

            .home .quick-link ul li {
                display: block;
                float: left;
                height: 88px;
                background-color: white;
                width: 25%;
                position: relative;
             
                padding-top: 12px;
            }



                .home .quick-link ul li span {
                    color: #101010;
                    font-size: 26px;
                    display: block;
                    height: 44px;
                    width: 44px;
                    text-align: center;
                    line-height: 43px;
                    left: 50%;
                    margin-left: -22px;
                    position: absolute;
                    border: 1px solid rgb(0 0 0 / 10%);
                    border-radius: 50%;
                    font-weight: lighter;
                }

               

                .home .quick-link ul li a {
                    color: black;
                    font-size: 12px;
                    display: block;
                    text-align: center;
                    height: 20px;
                    line-height: 18px;
                    position: absolute;
                    width: 100%;
                    bottom: 10px;
                }

    .home .notice {
        height: 38px;
        background-color: white;
        position: relative;
        padding-left: 35px;
        line-height: 36px;
        width: 100%;
        overflow: hidden; 
        white-space: nowrap; 
            overflow: hidden;  
            text-overflow: ellipsis; 
            -o-text-overflow: ellipsis;  
    }
        .home .notice .mui-slider .mui-slider-group .mui-slider-item {
            font-size: 14px;
            height: 38px;
            overflow: hidden;
        }
.home .notice:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0px;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #c8c7cc;
}
        .home .notice span {
            position: absolute;
            left: 5px;
            top: 5px;
            font-size: 23px;
            display: block;
            height: 25px;
            width: 25px;
            line-height: 25px;
            color: red;
        }

    .home .ad {
        margin: 5px 10px 15px 10px;
    }

        .home .ad img {
            display: block;
            width: 100%;
            border-radius: 5px;
            display: block;
            width: 100%;
            border-radius: 5px;
            box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
        }

    .home .groupbox {
        overflow: hidden;
        margin-top: 4px;
    }

        .home .groupbox > .title {
            font-weight: 400;
            font-size: 16px;
            color: rgb(16, 16, 16);
            font-style: normal;
            letter-spacing: 0px;
            text-decoration: none;
            background: white;
            line-height: 1;
            padding: 14px 11px;
            box-shadow: 0px 1px 4px rgba(0, 0, 0,.4);
        }

        .home .groupbox .title > span {
            display: block;
            float: left;
            width: 26px;
            height: 26px;
            background: red;
            color: white;
            font-size: 18px;
            border-radius: 0px 0px 50% 50%;
            margin-top: -4px;
            text-align: center;
            margin-right: 8px;
            line-height: 1.3;
        }

        .home .groupbox .title a {
            color: #9E9E9E;
            font-size: 14px;
            float: right;
        }

            .home .groupbox .title a span {
                font-size: 12px;
            }

        .home .groupbox .list {
            padding: 0.6rem 0.6rem 0 0.6rem;
            overflow: hidden;
            clear: both;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

            .home .groupbox .list .box {
                display: block;
                min-width: 100px;
                width: 100%;
                border-radius: 0.2rem;
                margin-bottom:0.6rem;
            }

                .home .groupbox .list .box .contain {
                   
                    
                    background: white;
                    margin-left: 0px;
                    position: relative;
                    overflow: hidden;
                    display:flex;
                    width:100%;
                }

                    .home .groupbox .list .box .contain .no {
                        position: absolute;
                        top: -1px;
                        left: -1px;
                        width: 35px;
                        height: 35px;
                        overflow: hidden;
                        border-radius: 5px 0px 0px 0px;
                        border-top: 1px solid rgba(200, 199, 204, 0.5);
                        border-left: 1px solid rgba(200, 199, 204, 0.5);
                    }

                        .home .groupbox .list .box .contain .no:before {
                            content: "\e631";
                            font-size: 38px;
                            position: absolute;
                            top: 0px;
                            left: 0px;
                            width: 35px;
                            height: 35px;
                            line-height: 30px;
                            color: #f23e2f;
                        }

                        .home .groupbox .list .box .contain .no span {
                            position: absolute;
                            color: white;
                            left: 4px;
                            top: 0px;
                            font-size: 12px;
                            transform: rotate(-39deg) scale(0.9);
                        }

                            .home .groupbox .list .box .contain .no span.len3 {
                                left: 1px;
                                top: 1px;
                            }

                    .home .groupbox .list .box .contain .buybar {
                        position: absolute;
                        right: -3px;
                        width: 35px;
                        font-size: 12px;
                        height: 20px;
                        line-height: 17px;
                        text-align: center;
                        bottom: 80px;
                        overflow: hidden;
                        border-radius: 10px 0px 0px 10px;
                        border-top: 1px solid rgba(200, 199, 204, 0.5);
                        border-left: 1px solid rgba(200, 199, 204, 0.5);
                        background: #f2862f;
                        transform: scale(.85);
                        box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
                    }

                        .home .groupbox .list .box .contain .buybar span {
                            font-size: 12px;
                            color: white;
                        }

                .home .groupbox .list .box .top {
                    border-bottom: 1px solid rgba(200, 199, 204, 0.5);
                    padding-right: 0.2rem;
                    z-index: 0;
                    width: 10rem;
                }
                .home .groupbox .list .box .right{
                     width:100%;
                }
                    .home .groupbox .list .box .top .integral {
                        position: absolute;
                        right: 0px;
                        height: 20px;
                        font-size: 14px;
                        background-color: #f7d314;
                        color: white;
                        border-radius: 5px 0 0 5px;
                        line-height: 1;
                        padding: 3px 5px;
                        display: none;
                    }

                        .home .groupbox .list .box .top .integral:after {
                            content: "ç§¯åˆ†";
                        }


                .home .groupbox .list .box .top img {
                    width: 100%;
                    border: none;
                    display: block;
                    height: 100%;
                }

                .home .groupbox .list .box .title {
                    font-size: 14px;
                    text-align: left;
                    line-height: 18px;
                    overflow: hidden;
                    height: 42px;
                    padding: 5px 5px 0px 5px;
                    text-align: justify;
                    color: black;
                }

                    .home .groupbox .list .box .title.more {
                        font-size: 12px;
                    }

                .home .groupbox .list .box .price {
                    font-size: 12px;
                    padding: 8px 10px 3px 10px;
                    display: flex;
                    flex-direction: row;
                    justify-content: space-between;
                }

                    .home .groupbox .list .box .price span {
                        font-size: 12px;
                        float: left;
                    }

                        .home .groupbox .list .box .price span.left {
                            font-size: 1.4rem;
                            color: red;
                        }
                        .home .groupbox .list .box .price span.count {
                            width: 6rem;
                            color: gray;
                        }
                            .home .groupbox .list .box .price span.left:before {
                                
                            }

                        .home .groupbox .list .box .price span.right {
                            font-size: 12px;
                            transform: scale(0.78);
                            color: #757575;
                            line-height: 25px;
                            float: none;
                        }

                .home .groupbox .list .box .bottom {
                    height: 23px;
                    margin-left: 10px;
                    margin-right: 10px;
                    margin-bottom: 10px;
                    clear: both;
                    display: flex;
                    justify-content: space-between;
                }

                    .home .groupbox .list .box .bottom a {
                        font-size: 12px;
                        color: black;
                        margin: 0px;
                        text-align: center;
                        display: block;
                        line-height: 23px;
                    }

                        .home .groupbox .list .box .bottom a.cart {
                            min-height: auto;
                            overflow: hidden;
                            height: 23px;
                            width: 23px;
                            font-size: 16px;
                            line-height: 25px;
                            padding-right: 1px;
                             
                            color: rgb(0 0 0 / 60%);
                            border-radius: 50%;
                            border: 1px solid rgb(0 0 0 / 20%);
                        }

                        .home .groupbox .list .box .bottom a.buy {
                            border-radius: 13px 13px 13px 13px;
                            background: #f1190e;
                            min-height: auto;
                            overflow: hidden;
                            color: white;
                            min-width: 40px;
                            padding: 0px 10px;
                        }
/* =================================center=================================== */
.center {
    -webkit-overflow-scrolling: touch;
    height: 100%;
    min-height: calc(100% + 1px);
    overflow: scroll;
}

    .center label {
        font-size: 16px;
    }

.mui-table-view-cell:after {
    left: 0px;
}

.center .mui-content .top {
    height: 140px;
    background-color: rgb(44, 143, 240);
    padding: 10px;
    position: relative;
}

    .center .mui-content .top .main {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        height: 70px;
        transform: translateY(-50%);
    }

        .center .mui-content .top .main .center-left {
            position: absolute;
            left: 20px;
            top: 0;
            right: 30px;
            height: 70px;
        }

            .center .mui-content .top .main .center-left .head-img {
                width: 70px;
                height: 70px;
                border-radius: 50%;
                background-repeat: no-repeat;
                background-position: center center;
                background-size: cover;
            }

                .center .mui-content .top .main .center-left .head-img img {
                    width: 70px;
                    height: 70px;
                    border-radius: 5px;
                }

            .center .mui-content .top .main .center-left .info {
                position: absolute;
                left: 90px;
                right: 0;
                top: 0;
                color: white;
            }

                .center .mui-content .top .main .center-left .info > div {
                    margin-top: 10px;
                }

                .center .mui-content .top .main .center-left .info .nickname {
                    font-size: 22px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

                .center .mui-content .top .main .center-left .info .label {
                    font-size: 12px;
                    width: 100%;
                    height: 22px;
                    overflow: hidden;
                }

                    .center .mui-content .top .main .center-left .info .label > span {
                        line-height: 1;
                        padding: 5px 8px;
                        border-radius: 20px;
                        background-color: rgba(0, 0, 0, .1);
                        float: left;
                        margin-right: 3px;
                    }

        .center .mui-content .top .main .center-right {
            position: absolute;
            color: rgba(255, 255, 255, .8);
            right: 10px;
            top: -30px;
            font-size: 14px;
        }

            .center .mui-content .top .main .center-right .iconfont {
                font-size: 14px;
            }

.center .mui-content .mui-table-view.title:after {
    background: none;
}

.center .mui-content .mui-table-view.title li .left span {
    height: 26px;
    width: 26px;
    font-size: 26px;
    text-align: center;
    line-height: 26px;
    margin-top: -2px;
}

.center .mui-content .mui-table-view.title.fun li .left span {
   
}

.center .mui-content .mui-table-view.catalog {
    margin-top: 0px;
    overflow: hidden;
    position: inherit;
}

    .center .mui-content .mui-table-view.catalog span.iconfont {
        font-size: 1.6em;
    }

    .center .mui-content .mui-table-view.catalog .mui-media-body {
        font-size: 13px;
        line-height: 18px;
        height: 18px;
        margin-top: 2px;
    }

.center .mui-content .mui-table-view > li {
    overflow: hidden;
    color: #101010;
    background-color: #fff;
}

    .center .mui-content .mui-table-view > li.logout .left span.iconfont {
        
    }

    .center .mui-content .mui-table-view > li.advice .left span.iconfont {
         
    }
    .center .mui-content .mui-table-view > li.agreement .left span.iconfont {
      
    }
    .center .mui-content .mui-table-view > li.about .left span.iconfont {
        
    }
    .center .mui-content .mui-table-view > li.service .left span.iconfont {
        
    }

.center .mui-content .mui-table-view.m20 {
    margin-top: 10px;
}

.center .mui-content .mui-table-view.catalog li {
    padding: 0px 15px;
}


.center .mui-content .mui-table-view:before {
    height: 0;
}

.center .mui-content .mui-table-view > li a .left {
    float: left;
}

.center .mui-content .mui-table-view > li a .right {
    float: right;
    font-size: 14px;
    color: #999;
}

.center .mui-content .mui-table-view > li .left label {
    margin-left: 35px;
}

.center .mui-content .mui-table-view > li .left .iconfont {
    font-size: 24px;
    position: absolute;
}




/* =================================cart=================================== */
.cart {
    -webkit-overflow-scrolling: touch;
    height: 100%;
    min-height: calc(100% + 1px);
    overflow: scroll;
}

    .cart .nodata {
        background: none;
        margin-top: 50%;
        display: none;
        box-shadow:none;
    }

        .cart .nodata .iconfont {
            font-size: 90px;
            color: #e1e3e5;
            height: 80px;
        }

    .cart .bottom .mui-table-view {
        padding-bottom: 5px;
    }

    .cart .bottom li {
        padding-top: 10px;
        margin-top: 10px;
    }

    .cart .bottom .price {
        font-size: 28px;
        color: #f1190e;
    }

        .cart .bottom .price:before {
            font-size: 18px;
            color: #f1190e;
        }


    .cart .mui-card-content .box {
        height: 110px;
        position: relative;
        margin-bottom: 10px;
        padding: 33px 0px;
    }
        .cart .mui-card-content .box .mui-checkbox, .cart .mui-card-content .box .mui-radio {
            height: 35px;
            width: 35px;
            margin-left: 10px;
            margin-top: 10px;
        }
            .cart .mui-card-content .box .mui-checkbox input, .cart .mui-card-content .box .mui-radio input {
                left: 4px;
            }
    .cart .mui-checkbox input[type=checkbox]:checked:before, .cart .mui-radio input[type=radio]:checked:before {
        color: #f1190e;
    }
    .cart .bottom label.mui-checkbox {
        padding-right: 16px;
        padding-left: 30px;
    }
    .cart .bottom .mui-checkbox input[type=checkbox] {
        position: absolute;
        top: -2px;
        left: 0px;
    }
.cart .mui-card-content .box:after {
    position: absolute;
    right: 0;
    bottom: -15px;
    left: 15px;
    height: 1px;
    content: '';
    /* -webkit-transform: scaleY(.5); */
    transform: scaleY(.5);
    background-color: #c8c7cc;
}

        .cart .mui-card-content .box .title {
            font-size: 14px;
            color: #333;
            height: 31px;
            overflow: hidden;
            line-height: 1.2;
        }

        .cart .mui-card-content .box .specs {
            margin: 6px 0 1px 0;
            height: 20px;
            overflow: hidden;
        }

            .cart .mui-card-content .box .specs ul li {
                float: left;
                padding: 2px 4px;
                font-size: 12px;
                height: 16px;
                line-height: 1;
                color: #757575;
                background-color: #eaeaea;
                margin-right: 5px;
                display: block;
                border-radius: 3px;
            }

        .cart .mui-card-content .box .price span {
            font-size: 22px;
            color: red;
        }

            .cart .mui-card-content .box .price span em {
                color: black;
                font-size: 12px;
            }

        .cart .mui-card-content .box .price {
            position: absolute;
            bottom: 0px;
        }

            .cart .mui-card-content .box .price span:before {
                font-size: 18px;
                color: red;
            }

        .cart .mui-card-content .box:first-child:before {
            display: none;
        }

        .cart .mui-card-content .box .left {
            border-radius: 5px;
            height: 95px;
            width: 95px;
            position: absolute;
            top: 15px;
            left: 54px;
        }

        .cart .mui-card-content .box .right {
            position: absolute;
            left: 155px;
            right: 0px;
            bottom: 0px;
            top: 15px;
            padding: 0px 10px;
        }

        .cart .mui-card-content .box img {
            height: 95px;
            width: 95px;
            border-radius: 5px;
        }

    .cart .mui-card-content .mui-card-content-inner {
        padding: 0px;
        overflow: hidden;
    }

    .cart .mui-card-content .box .right .count {
        position: absolute;
        background-color: #f7f7f7;
        border-radius: 5px;
        height: 30px;
        right: 15px;
        bottom: 0px;
    }

        .cart .mui-card-content .box .right .count > span, .cart .mui-card-content .box .right .count > div {
            display: block;
            float: left;
            width: 30px;
            height: 30px;
            padding: 0px;
            margin: 0px;
            color: black;
            text-align: center;
            line-height: 31px;
        }

            .cart .mui-card-content .box .right .count > span.minus {
                border-radius: 5px 0px 0px 5px;
            }

            .cart .mui-card-content .box .right .count > span.plus {
                border-radius: 0px 5px 5px 0px;
            }

            .cart .mui-card-content .box .right .count > span.plus {
            }

        .cart .mui-card-content .box .right .count > div {
            width: 40px;
            border-left: 1px solid #fff;
            border-right: 1px solid #fff;
            line-height: 30px;
            height: 30px;
        }

            .cart .mui-card-content .box .right .count > div input {
                height: 24px;
                line-height: 24px;
                padding: 0px;
                font-size: 12px;
                text-align: center;
                margin: 0px;
                background-color: #f7f7f7;
                border: none;
                font-weight: bold;
            }

    .cart .bottom {
        width: 100%;
         
        font-size: 12px;
        box-sizing: border-box;
        height: 70px;
        margin-top: 20px;
        
    }

 
/* =================================catalog=================================== */
.catalog {
    -webkit-overflow-scrolling: touch;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

    .catalog .left {
        position: absolute;
        top: 55px;
        left: 0;
        bottom: 0;
        width: 99px;
        overflow: scroll;
        padding-bottom: 50px;
       
    }

        .catalog .left li {
            display: block;
            height: 50px;
            line-height: 50px;
            text-align: center;
            font-size: 14px;
            box-sizing: content-box;
            border-left: 3px solid #efeff4;
            padding-right: 3px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-decoration: none;
        }
            .catalog .left li.words_len_10, .catalog .left li.words_len_9, .catalog .left li.words_len_8, .catalog .left li.words_len_7, .catalog .left li.words_len_6, .catalog .left li.words_len_5 {
                font-size: 12px;
            }
            .catalog .left li.active {
                background: white;
                border: none;
                border-left: 3px solid #E91E63;
            }

    .catalog .right {
        position: absolute;
        top: 55px;
        right: 0;
        left: 99px;
        bottom: 0;
        overflow: scroll;
        background: white;
        padding-bottom: 50px;
       
    }

        .catalog .right .catalog-list {
        }
        .catalog .right .catalog-list>div {
            display:none;
        }
            .catalog .right .catalog-list > div.active{
                display:inherit;
            }
            .catalog .right .catalog-list .box {
                height: 118px;
                overflow: hidden;
                background: white;
                padding: 10px;
                position: relative;
            }

                .catalog .right .catalog-list .box:after {
                    content: ' ';
                    background: #c8c7cc;
                    height: 1px;
                    display: block;
                    position: absolute;
                    bottom: 0px;
                    width: 100%;
                    left: 0px;
                    -webkit-transform: scaleY(.5);
                    transform: scaleY(.5);
                }

                .catalog .right .catalog-list .box:last-child:after {
                    display: none;
                }

                .catalog .right .catalog-list .box .conver {
                    height: 97px;
                    width: 97px;
                    border-radius: 5px;
                    border: none;
                    box-shadow: none;
                }

                    .catalog .right .catalog-list .box .conver img {
                        height: 97px;
                        width: 97px;
                        border-radius: 5px;
                        border: 1px solid rgba(200,199,204,0.4);
                    }

                .catalog .right .catalog-list .box .info {
                    position: absolute;
                    top: 0px;
                    left: 105px;
                    right: 0px;
                    height: 110px;
                    padding: 10px 10px;
                }

                    .catalog .right .catalog-list .box .info .title {
                        font-size: 14px;
                        color: #333;
                        max-height: 32px;
                        overflow: hidden;
                        line-height: 1.2;
                    }

                    .catalog .right .catalog-list .box .info .specs {
                        margin: 0px 0 1px 0;
                        height: 48px;
                        overflow: hidden;
                    }

                        .catalog .right .catalog-list .box .info .specs ul li {
                            float: left;
                            padding: 3px 6px;
                            font-size: 12px;
                            line-height: 1;
                            color: #757575;
                            background-color: #d7d7db;
                            margin-right: 4px;
                            display: block;
                            border-radius: 10px;
                            margin-top: 4px;
                        }

                    .catalog .right .catalog-list .box .info .price {
                        position: absolute;
                        bottom: 4px;
                    }
                        .catalog .right .catalog-list .box .info .price i {
                            font-size: 12px;
                            text-decoration: line-through;
                        }
                            .catalog .right .catalog-list .box .info .price i.count {
                                color: gray;
                                text-decoration: none !important;
                            }
                        .catalog .right .catalog-list .box .info .price span {
                            font-size: 22px;
                            color: red;
                            
                        }

                            .catalog .right .catalog-list .box .info .price span:before {
                                font-size: 18px;
                            }

                    .catalog .right .catalog-list .box .info .cart {
                        position: absolute;
                        bottom: 4px;
                        right: 9px;
                        background: red;
                        height: 32px;
                        width: 32px;
                        /* border-radius: 50%; */
                        border-radius: 10px;
                        line-height: 1.5;
                        text-align: center;
                        padding-right: 2px;
                        min-height: 32px;
                        overflow: hidden;
                    }

                        .catalog .right .catalog-list .box .info .cart span {
                            font-size: 22px;
                            color: #fdfdfd;
                        }
/***************收银台******************/

.cashier {
     
}
 

      

    .cashier .center {
        margin-bottom: 20px;
    }
    .cashier .address {
        background-color: white;
        position: relative;
        color: #000;
        padding: 5px 15px;
        line-height: 1.8;
    }
        .cashier .address a {
            color: #000;
            display: block;
        }
        .cashier .address .town, .cashier .address .contact {
            font-size: 12px;
        }
        .cashier .address .street {
            font-size: 16px;
            font-weight: bold;
        }
        .cashier .address span.iconfont {
           
            font-size: 14px;
            color: #999;
            position: absolute;
            top: 50%;
            right: 10px;
            width: 25px;
            height: 25px;
            text-align: center;
            margin-top: -12px;
        }
        .cashier .center strong.name {
            font-size: 18px;
        }
    .cashier .center .price {
        font-size: 30px;
        color: red;
        position: relative;
        padding-left: 20px;
    }
        .cashier .center .price:before {
            font-size: 24px;
            color: #f1190e;
            position: absolute;
            left: 0px;
            bottom: 0px;
        }
    .cashier .mui-card-header {
        font-size: 14px;
        min-height: 0px;
        padding-top: 10px;
        padding-bottom: 8px;
        height: 40px;
    }
    .cashier .mui-table-view-cell {
        overflow: hidden;
       
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .cashier .paylist .mui-table-view-cell {
       display:none;
    }
    /* 浏览器平台、PC端平台*/
    .cashier .paylist.platform2 .mui-table-view-cell, .cashier .paylist.platform1 .mui-table-view-cell {
        display:inherit;
    }
    .cashier .paylist.platform3 .mui-table-view-cell.WePay, .cashier .paylist.platform4 .mui-table-view-cell.WePay {
        display: inherit;
    }
    .cashier .paylist.platform4 .mui-table-view-cell.AliPay  {
        display: inherit;
    }
.cashier .mui-table-view-cell a {
    height: 58px;
    line-height: 33px;
    padding-left: 60px;
}

    .cashier .mui-table-view {
        padding-bottom: 5px;
    }

        .cashier .mui-table-view.wechat .alipay, .cashier .mui-table-view.wechat .AliPay {
            display: none;
        }

        .cashier .mui-table-view.alipay .wepay, .cashier .mui-table-view.alipay .WePay {
            display: none;
        }

    .cashier .mui-table-view-cell img {
        width: 35px;
        height: 35px;
        position: absolute;
        left: 15px;
        border-radius: 2px;
        box-shadow: 0px 1px 5px rgba(0, 0, 0, .1);
    }

    .cashier .bottom {
        width: 100%;
        color: #fff;
        font-size: 12px;
        box-sizing: border-box;
        height: 70px;
        display: none;
    }

        .cashier .bottom a, .cashier .bottom a:active {
            border: 1px solid #f1190e;
            background-color: #f1190e;
            color: white;
            border-radius: 20px;
            line-height: 1;
            letter-spacing: 1px;
            font-size: 18px;
            display: block;
            margin: 0px 20px;
            padding: 10px;
            height: 42px;
        }

            .cashier .bottom a:active {
                border: 1px solid #c30900;
                background-color: #c30900;
                color: white;
            }

    .cashier .mui-card-content .box {
        height: 65px;
        position: relative;
        margin-bottom: 10px;
        padding: 33px 0px;
    }

        .cashier .mui-card-content .box:after {
            position: absolute;
            right: 0;
            bottom: -15px;
            left: 15px;
            height: 1px;
            content: '';
            /* -webkit-transform: scaleY(.5); */
            transform: scaleY(.5);
            background-color: #c8c7cc;
        }

        .cashier .mui-card-content .box .title {
            font-size: 15px;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .cashier .mui-card-content .box .price span {
            font-size: 22px;
            color: red;
        }

            .cashier .mui-card-content .box .price span em {
                color: black;
                font-size: 12px;
            }

        .cashier .mui-card-content .box .price {
            position: absolute;
            bottom: 0px;
        }

            .cashier .mui-card-content .box .price span:before {
                font-size: 18px;
                color: red;
            }

        .cashier .mui-card-content .box:first-child:before {
            display: none;
        }

        .cashier .mui-card-content .box .left {
            border: 1px solid rgba(200, 199, 204, 0.5);
            border-radius: 5px;
            height: 52px;
            width: 52px;
            position: absolute;
            top: 15px;
            left: 15px;
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
        }

        .cashier .mui-card-content .box .right {
            position: absolute;
            left: 80px;
            right: 0px;
            bottom: 0px;
            top: 15px;
        }

        .cashier .mui-card-content .box img {
            height: 50px;
            width: 50px;
            border-radius: 5px;
        }

    .cashier .mui-card-content .mui-card-content-inner {
        padding: 0px;
        overflow: hidden;
    }

    .cashier .mui-card-content .box .right .count {
        position: absolute;
        background-color: #f7f7f7;
        border-radius: 5px;
        height: 25px;
        right: 15px;
        bottom: 0px;
    }

        .cashier .mui-card-content .box .right .count > span, .cashier .mui-card-content .box .right .count > div {
            display: block;
            float: left;
            width: 25px;
            height: 25px;
            padding: 0px;
            margin: 0px;
            color: black;
            text-align: center;
            line-height: 26px;
        }

            .cashier .mui-card-content .box .right .count > span.minus {
                border-radius: 5px 0px 0px 5px;
            }

            .cashier .mui-card-content .box .right .count > span.plus {
                border-radius: 0px 5px 5px 0px;
            }

            .cashier .mui-card-content .box .right .count > span.plus {
            }

        .cashier .mui-card-content .box .right .count > div {
            width: 35px;
            border-left: 1px solid #fff;
            border-right: 1px solid #fff;
            line-height: 24px;
            height: 24px;
        }

            .cashier .mui-card-content .box .right .count > div input {
                height: 24px;
                line-height: 24px;
                padding: 0px;
                font-size: 12px;
                text-align: center;
                margin: 0px;
                background-color: #f7f7f7;
                border: none;
                font-weight: bold;
            }

.detail{
    min-height:100%;
}
    .detail .banner {
        box-shadow: 1px 1px 5px 0px black;
    }
    .detail .groupbox {
        color: #9e9e9e;
        position: relative;
        width: 100%;
        padding: 0px 16px;
        font-size: 14px;
        box-sizing: border-box;
        background-color: #fff;
        margin-top: 12px;
        line-height: 40px;
    }
        
    .detail .navigate-right:after {
        right: 15px;
        content: '\e583';
        font-family: Muiicons;
        font-size: inherit;
        line-height: 1;
        position: absolute;
        top: 50%;
        display: inline-block;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        text-decoration: none;
        color: #bbb;
        -webkit-font-smoothing: antialiased;
    }
    .detail .express-target.navigate-right:after {
        right: -1px;
    }
        .detail .groupbox > div {
            line-height: 40px;
            position: relative;
        }
            .detail .groupbox > div:before {
                position: absolute;
                right: 0;
                bottom: 0;
                left: 0px;
                height: 1px;
                content: '';
                -webkit-transform: scaleY(.3);
                transform: scaleY(.3);
                background-color: #c8c7cc;
            }
            .detail .groupbox > div:last-child:before {
               content:'';
               display:none;
            }
        .detail .groupbox label {
            color: black;
            margin-right: 10px;
        }
    .detail .goods-title {
        overflow: hidden;
        background: #fff;
       
        padding: 10px;
    }
        .detail .goods-title .price span {
            font-size: 32px;
            color: #f2270c;
            padding: 10px 0px;
            line-height: 40px;
        }
            .detail .goods-title .price span:before {
                font-size: 28px;
            }
        .detail .goods-title .title {
            color: #262626;
            overflow: hidden;
            font-size: 20px;
            vertical-align: middle;
            text-align: justify;
            line-height: 1.2;
        }
            .detail .goods-title .title .remark {
                color: #9e9e9e;
                padding: 5px 0px 0px 0px;
            }
    .detail .goods-detail {
        color: #262626;
        overflow: hidden;
        font-size: 16px;
        vertical-align: middle;
        text-align: justify;
        padding: 0px;
        padding-bottom: 100px;
    }
        .detail .goods-detail .goods-detail-title {
            text-align: center;
            font-weight: bold;
            line-height: 50px;
        }
        .detail .goods-detail .goods-detail-content {
             
        }
            .detail .goods-detail .goods-detail-content img {
                width: 100%;
                border: 0;
                vertical-align: top;
                display: inline;
                user-select: none;
            }
            .detail .goods-detail .goods-detail-content .text {
                color: #000;
                font-size: 14px;
                line-height: 22px;
                padding: 5px;
                font-family: 微软雅黑;
                font-size: small;
                padding: 15px 10px;
            }
                .detail .goods-detail .goods-detail-content .text p, .detail .goods-detail .goods-detail-content .text div {
                    color: #000;
                    text-indent: 2em;
                    font-family: 微软雅黑;
                    font-size: 16px;
                    text-align: justify;
                    text-justify: inter-word;
                    overflow: hidden;
                    line-height: 1.9;
                }
    .detail .bottom {
        background-color: #fff;
        position: relative;
        height: 50px;
        position: fixed;
        width: 100%;
        z-index: 1;
        bottom: 0px;
        box-shadow: 0px 0px 4px rgba(0,0,0 , 0.1);
    }
        .detail .bottom .left{
            width:80px;
            text-align:center;
        }
            .detail .bottom .left .cart {
                overflow: inherit;
                min-width: inherit;
                min-height: inherit;
                text-align: center;
                margin: 6px;
            }
                .detail .bottom .left .cart span {
                    display: block;
                    font-size: 20px;
                }
                .detail .bottom .left .cart span.text {
                    font-size:12px;
                }
        .detail .bottom .right {
            position: absolute;
            left: 80px;
            top: 0px;
            right: 0px;
            bottom: 0px;
            /* flex: auto; */
            display: flex;
            text-align: center;
        }
        .detail .bottom .add-cart, .detail .bottom .buy {
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            flex: 1;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -webkit-align-items: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            position: relative;
            z-index: 10;
            height: 38px;
            line-height: 1;
            background-image: -webkit-linear-gradient( 315deg,#f2140c,#f2270c 70%,#f24d0c);
            background-image: linear-gradient( 135deg,#f2140c,#f2270c 70%,#f24d0c);
            color: #fff;
            font-size: 16px;
            border-radius: 21px;
            margin: 6px 5px 0 0;
            box-sizing: border-box;
            padding: 0 10px;
            cursor: pointer;
            -webkit-user-select: none;
        }
        .detail .bottom .buy {
            background-image: -webkit-linear-gradient( 315deg,#ffba0d,#ffc30d 69%,#ffcf0d);
            background-image: linear-gradient( 135deg,#ffba0d,#ffc30d 69%,#ffcf0d);
        }
.mui-table-view-cell p {
    margin-bottom: 0;
    line-height: 2;
}
.mui-table-view .mui-media-object.mui-pull-right {
    margin-left: 10px;
    max-width: 100px;
}
@media screen and (max-width: 350px) {
    .home .notice .mui-slider .mui-slider-group .mui-slider-item {
        font-size: 12px;
        
    }
    
}
 
@media (min-width: 320px) {
    .mui-popup {
        width: 300px !important;
    }
    .rules_content, .rules_content p, .rules_content div, .rules_content div span, .rules_content p span {
        font-size: 12px !important;
    }
}
@media (min-width: 340px) {
    .mui-popup {
        width: 320px !important;
    }

    .rules_content, .rules_content p, .rules_content div, .rules_content div span, .rules_content p span {
        font-size: 12px !important;
    }
}
@media (min-width: 360px) {
    .mui-popup {
        width: 320px !important;
    }

    .rules_content, .rules_content p, .rules_content div, .rules_content div span, .rules_content p span {
        font-size: 14px !important;
    }
}