@charset "UTF-8";

.temporary-top-box{
    margin-top: var(--header-height);
    width: 100%;
    padding-top: 29px;
    margin-bottom: 39px;
}
.temporary-top-box .tm-top-info{
    align-items: center;
    justify-content: space-between;
}
.temporary-top-box .tm-top-info .tm-top-l{
    width: 21%;
    height: 404px;
    padding: 15px 0;
    background: #F4F6F9;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.temporary-top-box .tm-top-info .tm-top-l .ttl-top-box{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 0 30px;
}
.temporary-top-box .tm-top-info .tm-top-l .ttl-top-box .xian{
    width: 3px;
    height: 16px;
    background: #D92A1D;
    margin-right: 10px;
}
.temporary-top-box .tm-top-info .tm-top-l .ttl-top-box .ttl-title{
    font-size: var(--app-fs-18);
    color: #000000;
}
.temporary-top-box .tm-top-info .tm-top-l .ttl-list-item{
    display: flex;
    width: 100%;
    align-items: center;
    /* justify-content: space-between; */
    font-size: var(--app-fs-16);
    color: #3D3D3D;
    margin-bottom: 8px;
    position: relative;
    padding: 0 30px;
}
.temporary-top-box .tm-top-info .tm-top-l .ttl-list-item:hover a.item{
    color: #D92A1D;
}
.temporary-top-box .tm-top-info .tm-top-l .ttl-list-item .ttl-subbox{
    display: none;
    padding: 15px;
    width: 240px;
    height: 100px;
    position: absolute;
    border: 1px solid #ccc;
    right: -240px;
    top: -56px;
    background: #F4F6F9;
    z-index: 20;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.temporary-top-box .tm-top-info .tm-top-l .ttl-list-item .ttl-subbox a:hover{
    color: #D92A1D;
}
.temporary-top-box .tm-top-info .tm-top-l .ttl-list-item:hover .ttl-subbox{
    display: block;
}
.temporary-top-box .tm-top-info .tm-top-l .ttl-list-item .iconfont{
    color: #757575;
}
.temporary-top-box .tm-top-center{
    width: 57%;
    height: 404px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.temporary-top-box .tm-top-center .swiper-mall-banner{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.temporary-top-box .tm-top-center .swiper-mall-banner .page-img{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.temporary-top-box .tm-top-center .swiper-mall-banner .banner-text-box{
    position: absolute;
    top: 70%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.temporary-top-box .tm-top-center .swiper-mall-banner  .swiper-pagination-banner{
    bottom: 40px;
    top: auto;
    width: 301px;
    height: 4px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.temporary-top-box .tm-top-center .swiper-mall-banner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #fff;
}
.temporary-top-box .tm-top-center .swiper-mall-banner .swiper-pagination-progressbar{
    background: rgba(255, 255, 255, .1);
}
.temporary-top-box .tm-top-r{
    width: 20%;
}
.temporary-top-box .tm-top-r .tm-top-r-item{
    width: 100%;
    height: 195px;
    border-radius: 10px;
    padding: 15px;
    background: #F4F6F9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.temporary-top-box .tm-top-r .tm-top-r-item .ttr-title-box{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.temporary-top-box .tm-top-r .tm-top-r-item .ttr-title-box .ttr-title{
    font-size: var(--app-fs-18);
    color: #000000;
    margin-right: 11px;
}
.temporary-top-box .tm-top-r .tm-top-r-item .ttr-title-box .ttr-subtitle{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1px 5px;
    /* width: 55px; */
    /* height: 20px; */
    font-size: var(--app-fs-12);
    color: #fff;
    border-radius: 2px;
    background: #D92A1D;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
.temporary-top-box .tm-top-r .tm-top-r-item .ttr-list-item{
    display:inline-block;
    width: 100%;
    font-size: var(--app-fs-16);
    color: #3D3D3D;
    line-height: 1.4;
}
.temporary-top-box .tm-top-r .tm-top-r-item .ttr-list-item:hover{
    color: #D92A1D;
}
.temporary-top-box .tm-top-r .tm-top-r-item.hot-food{
    margin-top: 14px;
}
.temporary-top-box .tm-top-r .tm-top-r-item.hot-food .ttr-subtitle{
    background: #FF0745
}
.temporary-top-box .tm-top-r .tm-top-r-item.hot-food .ttr-live-box{
    justify-content: space-between;
}
.temporary-top-box .tm-top-r .tm-top-r-item.hot-food .ttr-live-box a{
    display: inline-block;
    width: 49%;
    height: 133px;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.temporary-top-box .tm-top-r .tm-top-r-item.hot-food .ttr-live-box a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.temporary-top-box .tm-top-r .tm-top-r-item.hot-food .ttr-live-box a:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.temporary-commodity-box{
    margin-bottom: 20px;
}
.temporary-commodity-box .tcb-tab-box{
    width: 100%;
    margin-bottom: 24px;
    align-items: center;
}
.temporary-commodity-box .tcb-tab-box .ttb-l{
    align-items: baseline;
    background: #FFE1CC;
    font-size: var(--app-fs-14);
    color: #D92A1D;
    padding: 4px 8px;
    margin-right: 35px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.temporary-commodity-box .tcb-tab-box .ttb-l .iconfont{
    margin-right: 5px;
}
.temporary-commodity-box .tcb-tab-box .ttb-r{
    font-size: var(--app-fs-14);
    color: #000000;
}
.temporary-commodity-box .tcb-tab-box .ttb-r a{
    margin-right: 45px;
}
.temporary-commodity-box .tcb-tab-box .ttb-r a.active{
    color: #D92A1D;
}
.temporary-commodity-box .tcb-tab-box .ttb-r a:last-child{
    margin-right: 0;
}
.temporary-commodity-box .tcb-tab-box .ttb-r a:hover{
    color: #D92A1D;
}
.temporary-commodity-box .tcb-list-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.temporary-commodity-box .tcb-list-box .tcb-list-item{
    width: 19%;
    margin-bottom: 33px;
    position: relative;
}
.temporary-commodity-box .tcb-list-box .tcb-list-item .tli-wrapper{
    padding-bottom: 100%;
    position: relative;
    display: block;
    margin-bottom: 14px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.temporary-commodity-box .tcb-list-box .tcb-list-item .tli-wrapper .tli-img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}
.temporary-commodity-box .tcb-list-box .tcb-list-item .tli-title{
    font-size: var(--app-fs-16);
    color: #3D3D3D;
    line-height: 1.5;
    height: calc(2em * 1.5);
}
.temporary-commodity-box .tcb-list-box .tcb-list-item .tli-price{
    font-size: var(--app-fs-16);
    color: #D92A1D;
    align-items: baseline;
    margin-top: 5px;
}
.temporary-commodity-box .tcb-list-box .tcb-list-item .tli-price span{
    font-size: var(--app-fs-12);
}
.temporary-commodity-box .tcb-list-box .tcb-list-item:hover .tli-title{
    color: #D92A1D;
}
.temporary-commodity-box .tcb-list-box .tcb-list-item:hover .tli-img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.temporary-commodity-box .tcb-list-box .tcb-list-item .tli-off-box{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 75px;
    height: 25px;
    border-radius: 12.5px;
    font-size: var(--app-fs-12);
    color: #fff;
    font-weight: 800;
    background: #D92A1D;
    -webkit-border-radius: 12.5px;
    -moz-border-radius: 12.5px;
    -ms-border-radius: 12.5px;
    -o-border-radius: 12.5px;
}
.temporary-ad-box{
    margin-bottom: 45px;
}
.temporary-ad-box .temporary-ad-info{
    width: 100%;
    justify-content: space-between;
}
.temporary-ad-box .temporary-ad-info a{
    width: 49%;
    height: 160px;
    overflow: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.temporary-ad-box .temporary-ad-info a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.temporary-ad-box .temporary-ad-info a:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.temporary-recommend-box{
    width: 100%;
    margin-bottom: 40px;
}
.temporary-recommend-box .tr-info{
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.temporary-recommend-box .tr-info .tr-info-title{
    width: 7%;
    font-size: var(--app-fs-18);
    color: #D92A1D;
}
.temporary-recommend-box .tr-info .tr-info-xian{
    width: 92%;
    height: 1px;
    background:#D8D8D8;
}
.temporary-ad-bottom{
    display: block;
    width: 100%;
    height: 160px;
    overflow: hidden;
}
.temporary-ad-bottom img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.temporary-ad-bottom:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

/* 快消商城侧边栏 */
.temporary-sider{
    position: fixed;
    top: 50%;
    right: 3%;
    z-index: 12;
    width: 50px;
    border-radius: 50px;
    padding: 28px 0;
    border: 1px solid #D8D8D8;
    background: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.temporary-sider .temporary-sider-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    cursor: pointer;
}
.temporary-sider .temporary-sider-item .iconfont{
    font-size: var(--app-fs-22);
    color: #D92A1D;
}
.temporary-sider .temporary-sider-item p{
    font-size: var(--app-fs-12);
    color: #4C4C4C;
}
.temporary-sider .temporary-silder-back i{
    font-size: var(--app-fs-12);
    color: #D92A1D;
}
.temporary-sider .temporary-silder-back{
    width: 25px;
    height: 25px;
    background: #F4F6F9;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
}

/* 分类二级页面 */
.category-page-top{
    width: 100%;
    margin-top: var(--header-height);
    padding-top: 51px;
    margin-bottom: 40px;
}

.category-page-top .cpt-info-fl{
    display: flex;
    align-items: center;
    padding-bottom: 21px;
    border-bottom: 1px solid #D8D8D8;
}

.category-page-top .cpt-info-fl .cpt-title{
    display: flex;
    align-items: center;
    margin-right: 26px;
}
.category-page-top .cpt-info-fl .cpt-title p{
    font-size: var(--app-fs-18);
    color: #D92A1D;
}
.category-page-top .cpt-info-fl .cpt-title p:last-child{
    color: #4C4C4C;
    margin-left: 10px;
}
.category-page-top .cpt-info-fl .cpt-info-bread{
    display: flex;
    align-items: center;
    font-size: var(--app-fs-14);
    color: #757575;
}
.category-page-top .cpt-info-fl .cpt-info-bread span{
    margin: 0 10px;
}
.category-page-top .cpt-info-fl .cpt-info-bread a:hover{
    color: #D92A1D;
}
.category-page-top .cpt-info-btns{
    display: flex;
    align-items: center;
    margin-top: 21px;
}
.category-page-top .cpt-info-btns .cpt-btn{
    font-size: var(--app-fs-14);
    color: #4C4C4C;
    padding: 4px 12px;
    margin-right: 15px;
    border: 1px solid #B5B5B5;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    position: relative;
    height: 32px;
}
.category-page-top .cpt-info-btns .cpt-btn .cpt-btn-box{
    display: none;
    text-align: center;
    width: 200px;
    background: #fff;
    z-index: 3;
    position: absolute;
    top: 31px;
    left: 0;
    padding: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.category-page-top .cpt-info-btns .cpt-btn:hover .cpt-btn-box{
    display: block;
}
.category-page-top .cpt-info-btns .cpt-btn .cpt-btn-box input{
    width: 49%;
    padding-left: 10px;
}
.category-page-top .cpt-info-btns .cpt-btn .cpt-btn-box .cpt-btn-submit{
    width: 80px;
    height: 25px;
    background: #D92A1D;
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
    border-radius: 5px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.category-page-top .cpt-info-btns .cpt-btn:last-child{
    margin-right: 0;
}
.category-page-top .cpt-info-btns .cpt-btn.active{
    border-color: #D92A1D;
    color: #D92A1D;
}
.category-page-top .cpt-info-btns .cpt-btn:hover{
    border-color: #D92A1D;
    color: #D92A1D;
}
.category-page-top .cpt-info-btns .el-select{
    width: 6%;
    height: 32px;
}
.category-page-top .cpt-info-btns .el-select .el-input{
   height: 32px;
   text-align: center;
}
.category-page-top .cpt-info-btns .el-select .el-input__inner{
    height: 32px;
    border-color: #B5B5B5;
    padding: 0 12px;
}
.category-page-top .cpt-info-btns .el-select .el-input__inner::placeholder{
    color: #4C4C4C;
    text-align: center;
}
.category-page-top .cpt-info-btns .el-select  .el-input__suffix{
    display: none;
}
.temporary-commodity-box .tcb-list-item .tli-btm-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}
.temporary-commodity-box .tcb-list-item .tli-btm-box .compy-name{
    font-size: var(--app-fs-14);
    color: #3D3D3D;
}
.temporary-commodity-box .tcb-list-item .tli-btm-box .tli-btm-zx{
    display: flex;
    align-items: baseline;
}
.temporary-commodity-box .tcb-list-item .tli-btm-box .tli-btm-zx .iconfont{
    font-size: var(--app-fs-14);
    color: #D92A1D;
}
.temporary-commodity-box .tcb-list-item .tli-btm-box .tli-btm-zx p{
    font-size: var(--app-fs-14);
    color: #757575;
    margin-left: 6px;
    white-space: nowrap;
}
.temporary-commodity-box .temporary-commodity-pagination .el-pagination{
    display: flex;
    align-items: center;
}
.temporary-commodity-box.category{
    margin-bottom: 50px;
}

/* 商品详情 */
.mall-details-top{
    width: 100%;
    margin-top: var(--header-height);
    padding-top: 46px;
    margin-bottom: 40px;
}
.mall-details-top .mall-dt-info{
    width: 100%;
    /* background: #fff; */
    border-bottom: 1px solid #D8D8D8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
}
.mall-details-top .mall-dt-info .mall-dt-l{
    align-items: center;
}
.mall-details-top .mall-dt-info .mall-dt-l .mall-dt-l-img{
    width: 50px;
    height: 50px;
    margin-right: 20px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.mall-details-top .mall-dt-info .mall-dt-l .mall-dt-l-name{
    font-size: var(--app-fs-18);
    color: #000;
    font-weight: 500;
}
.mall-details-top .mall-dt-info .mall-dt-l .layui-rate{
    padding: 0;
}
.mall-details-top .mall-dt-info .mall-dt-l .layui-rate li i.layui-icon{
    font-size: var(--app-fs-18);
    margin-right: 3px;
}
.mall-details-top .mall-dt-info .mall-dt-l .mall-dt-l-sub{
    display: flex;
    align-items: center;
}
.mall-details-top .mall-dt-info .mall-dt-l .mall-dt-number{
    font-size: var(--app-fs-14);
    color: #D92A1D;
    margin: 0 10px;
}
.mall-details-top .mall-dt-info .mall-dt-l .mall-dt-xian{   
    display: inline-block;
    width: 2px;
    height: 14px;
    background: #B5B5B5;
    margin-right: 10px;
}
.mall-details-top .mall-dt-info .mall-dt-l .mall-dt-text{
    font-size: var(--app-fs-12);
    color: #B5B5B5;
}
.mall-details-top .mall-dt-info .mall-dt-r{
    align-items: center;
}
.mall-details-top .mall-dt-info .mall-dt-r .mall-dt-r-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 102px;
    height: 30px;
    font-size: var(--app-fs-14);
    color: #4C4C4C;
    border-radius: 5px;
    border: 1px solid #B5B5B5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.mall-details-top .mall-dt-info .mall-dt-r .mall-dt-r-btn .iconfont{
    color: #D92A1D;
    margin-right: 8px;
    font-weight: 600;
}
.mall-details-top .mall-dt-info .mall-dt-r .mall-dt-r-btn:last-child{
    margin-left: 14px;
}
.mall-details-content{
    margin-bottom: 66px;
}
.mall-details-content .mall-d-content-top{
    display: flex;
}
.mall-details-content .mall-d-content-top .img-box{
    width: 625px;
    height: 450px;
    position: relative;
    margin-right: 40px;
}
.mall-details-content .mall-d-content-top .img-box .img-box-swiper{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.mall-details-content .mall-d-content-top .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mall-details-content .mall-d-content-top .date-box{
    z-index: 2;
    position: absolute;
    top: 26px;
    left: 35px;
    width: 180px;
    text-align: center;
    padding: 6px 15px 10px;
    border-radius: 10px;
    background: #D92A1D;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.mall-details-content .mall-d-content-top .date-box .date-box-title{
    font-size: var(--app-fs-14);
    color: #fff;
}
.mall-details-content .mall-d-content-top .date-box .date-time{
    width: 100%;
    border-radius: 4px;
    margin-top: 5px;
    padding: 5px;
    background: #FFFFFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.mall-details-content .mall-d-content-top .date-box .date-time #test2{
    color: #D92A1D;
    font-size: var(--app-fs-16);
}
.mall-details-content .mall-d-content-top .date-box .date-time span{
    color: #D92A1D;
    font-size: var(--app-fs-16);
}
.mall-details-content .mall-d-content-top .texts-box{

} 
.mall-details-content .mall-d-content-top .texts-box .texts-box-title{
    font-size: var(--app-fs-24);
    color: #000;
    font-weight: 500;
    line-height: 1.25;
    text-align: justify;
}
.mall-details-content .mall-d-content-top .texts-box .texts-box-subtitle{
    font-size: var(--app-fs-12);
    color: #B5B5B5;
    margin-top: 5px;
}
.mall-details-content .mall-d-content-top .texts-box .texts-price-box{
    display: flex;
    align-items: center;
    padding: 15px 0;
    margin-top: 15px;
    margin-bottom: 20px;
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
}
.mall-details-content .mall-d-content-top .texts-box .texts-price-box .price1{
    color: #D92A1D;
    font-size: var(--app-fs-18);
    margin-right: 10px;
}
.mall-details-content .mall-d-content-top .texts-box .texts-price-box .price1 span{
    font-size: var(--app-fs-24);
}
.mall-details-content .mall-d-content-top .texts-box .texts-price-box .price2{
    color: #757575;
    font-size: var(--app-fs-18);
    margin-right: 20px;
}
.mall-details-content .mall-d-content-top .texts-box .texts-price-box  .offer{
    font-size: var(--app-fs-14);
    color: #D92A1D;
    padding: 5px 10px;
    border-radius: 5px;
    background: #FFF5E8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.mall-details-content .mall-d-content-top .texts-box .texts-box-item{
    font-size: var(--app-fs-16);
    color: #3D3D3D;
}
.mall-details-content .mall-d-content-top .texts-box .texts-box-item .label{
    color: #757575;
    margin-right: 10px;
}
.el-radio-button .el-radio-button__inner:hover {
    color: #606266;
}
.texts-box-item .el-input__inner:focus{
    border-color: #c0c4cc !important;
}
.texts-box-item .el-input__inner:hover{
    border-color: #c0c4cc !important;
}
.el-input-number__decrease:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled),.el-input-number__increase:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled){
    border-color: #c0c4cc !important;
}
.el-input-number__decrease:hover,.el-input-number__increase:hover{
    color: #606266 !important;
}
.mall-details-content .mall-d-content-top .texts-box .texts-box-item.gg{
    margin-top: 11px;
}
.mall-details-content .mall-d-content-top .texts-box .texts-box-item.sl{
    margin-top: 14px;
}
.mall-details-content .mall-d-content-top .texts-box-btns{
    display: flex;
    align-items: center;
    margin-top: 20px;
    border-top: 1px solid #D8D8D8;
    padding-top: 20px;
}
.mall-details-content .mall-d-content-top .texts-box-btns .btns-item{
    padding: 8px 20px;
    font-size: var(--app-fs-16);
    color: #fff;
    margin-right: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.mall-details-content .mall-d-content-top .texts-box-btns .btns-item.buy{
    background: #D92A1D;
    cursor: pointer;
}
.mall-details-content .mall-d-content-top .texts-box-btns .btns-item.car{
    background: #FFA201;
    cursor: pointer;
}
.mall-details-content .mall-d-content-top .texts-box-btns .btns-item.sc{
    color: #3D3D3D;
    border: 1px solid #B5B5B5;
    cursor: pointer;
}
.mall-details-content .mall-d-content-top .texts-box-btns .btns-item:last-child{
    margin-right: 0;
}
.mall-details-tab{
    margin-bottom: 25px;
}
.mall-details-tab .mall-d-tab-box{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #D8D8D8;
}
.mall-details-tab .mall-d-tab-box .mall-d-tab-item{
    font-size: var(--app-fs-18);
    color: #757575;
    margin-right: 30px;
    padding-bottom: 15px;
    cursor: pointer;
}
.mall-details-tab .mall-d-tab-box .mall-d-tab-item.active{
    color: #D92A1D;
    border-bottom: 2px solid #D92A1D;
}
.mall-details-comment{
    margin-bottom: 30px;
}
.mall-details-comment .mall-d-c-title{
    font-size: var(--app-fs-22);
    color: #000;
    font-weight: 500;
}
.mall-details-comment .mall-d-c-sub{
    font-size: var(--app-fs-18);
    color: #757575;
    margin: 10px 0;
}
.mall-details-comment .mall-d-c-item{
    width: 100%;
    display: flex;
    align-items: start;
    padding-top: 10px;
}
.mall-details-comment .mall-d-c-item img{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    object-fit: cover;
    overflow: hidden;
    margin-right: 20px;
}
.mall-details-comment .mall-d-c-item .item-texts{
    font-size: var(--app-fs-16);
    color: #757575;
    width: 100%;
}
.mall-details-comment .mall-d-c-item .item-texts .infos{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 15px;
}
.mall-details-comment .mall-d-c-item .item-texts .infos p{
    font-size: var(--app-fs-18);
    color: #3D3D3D;
}
.mall-details-comment .mall-d-c-item .item-texts .infos div{
    cursor: pointer;
}
.mall-details-comment .mall-d-c-more{
    width: 130px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D8D8D8;
    margin-top: 30px;
    position: relative;
    left: 50%;
    margin-left: -65px;
    font-size: var(--app-fs-18);
    color: #757575;
}
.mall-details-params{
    margin-bottom: 30px;
}
.mall-details-params .params-title{
    font-size: var(--app-fs-22);
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
}
.mall-details-params .params-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mall-details-params .params-list .params-item{
    width: 50%;
    height: 50px;
    display: flex;
    align-items: center;
}
.mall-details-params .params-list .params-item .params-label{
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;
    background: #d6edfc;
    padding-left: 15px;
}
.mall-details-params .params-list .params-item .params-text{
    padding-left: 20px;
    flex: 1;
}
.mall-details-b{
    margin-bottom: 30px;
}
.mall-details-b .mall-details-t{
    font-size: var(--app-fs-22);
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
}
.mall-details-b img{
    max-width: 100%;
}

/* 店铺详情 */
.shop-top{
    width: 100%;
    margin-top: var(--header-height);
    padding-top: 46px;
    margin-bottom: 24px;
}
.shop-top .shop-top-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #fff;
    padding: 26px 35px;
}
.shop-top .shop-top-info .shop-t-l{
    display: flex;
    align-items: center;
}
.shop-top .shop-top-info .shop-t-l .shop-logo{
    width: 80px;
    height: 80px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    overflow: hidden;
    object-fit: cover;
    margin-right: 25px;
}
.shop-top .shop-top-info .shop-t-l .shop-t-item{
    align-items: center;
}
.shop-top .shop-top-info .shop-t-l .shop-t-item .shop-t-name{
    font-size: var(--app-fs-24);
    color: #000;
    line-height: 16px;
}
.shop-top .shop-top-info .shop-t-l .shop-t-item a{
    font-size: var(--app-fs-12);
    color: #B5B5B5;
    margin-left: 10px;
}
.shop-top .shop-top-info .shop-t-l .shop-t-item .layui-rate{
    padding: 3px;
    padding-left: 0;
}
.shop-top .shop-top-info .shop-t-l .shop-t-item .mall-dt-number{
    font-size: var(--app-fs-16);
    color: #D92A1D;
    font-weight: 500;
    margin-left: 5px;
}
.shop-top .shop-top-info .shop-t-l .shop-t-item .num{
    font-size: var(--app-fs-12);
    color: #B5B5B5;
    margin-right: 10px;
}
.shop-top .shop-top-info .shop-t-r{
    display: flex;
    align-items: center;
}
.shop-top .shop-top-info .shop-t-r .shop-r-btn{
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 5px;
    border: 1px solid #B5B5B5;
}
.shop-top .shop-top-info .shop-t-r .shop-r-btn p{
    font-size: var(--app-fs-14);
    color: #4C4C4C;
    margin-left: 5px;
}
.shop-top .shop-top-info .shop-t-r .shop-r-btn .iconfont{
    font-size: var(--app-fs-14);
    color: #D92A1D;
}
.shop-top .shop-top-info .shop-t-r .shop-r-btn:last-child{
    margin-left: 20px;
}
.shop-top .shop-top-info .shop-t-r .shop-r-btn:last-child .iconfont{
    color: #4C4C4C;
}
.shop-privilege{
    margin-bottom: 21px;
}
.shop-privilege .shop-privilege-info{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 43px 50px;
    border-radius: 6px;
    background: #D92A1D;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    -ms-border-radius:6px;
    -o-border-radius:6px;
}
.shop-privilege .shop-privilege-info .shop-pri-title{
    font-size: var(--app-fs-20);
    color: #fff;
    font-weight: 600;
}
.shop-privilege .shop-privilege-info .shop-swiper{
    width: 90%;
    height: 72px;
    overflow: hidden;
    position: relative;
}
.shop-privilege .shop-privilege-info .shop-swiper .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
    border-radius: 6px;
    border: 1px solid #FFA201;
    background: #FFFAF3;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    padding: 0 5px;
}
.shop-privilege .shop-privilege-info .shop-swiper .swiper-slide .price{
    text-align: center;
    color: #D92A1D;
}
.shop-privilege .shop-privilege-info .shop-swiper .swiper-slide .xian{
    width: 1px; 
    height: 29px;
    background: #FFA201;
}
.shop-privilege .shop-privilege-info .shop-swiper .swiper-slide .texts{
    font-size: var(--app-fs-14);
    color: #757575;
}
.shop-privilege .shop-privilege-info .shop-swiper .swiper-slide .texts .time{
    font-size: var(--app-fs-12);
}
.shop-privilege .shop-privilege-info .shop-swiper .swiper-slide  .btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 53px;
    height: 33px;
    border-radius: 5px;
    background: #FFE8CB;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: var(--app-fs-14);
    color: #D92A1D;
    cursor: pointer;
}
.shop-privilege .shop-privilege-info .swiper-button-prev{
    left: 120px;
    font-size: 20px;
    color: #fff;
}
.shop-privilege .shop-privilege-info .swiper-button-next{
    font-size: 20px;
    color: #fff;
}
.shop-tab-box{
    margin-bottom: 19px;
}
.shop-tab-box .shop-t-info{
    width: 100%;
    height: 72px;
    background: #fff;
    padding-left: 50px;
    padding-right: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.shop-tab-box .shop-t-info .shop-t-list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.shop-tab-box .shop-t-info .shop-t-list a{
    font-size: var(--app-fs-18);
    color: #3D3D3D;
    margin-right: 35px;
}
.shop-tab-box .shop-t-info .shop-t-list a.active{
    color: #D92A1D;
}
.shop-tab-box .shop-t-info .shop-t-list a:hover{
    color: #D92A1D;
}
.shop-page-top{
    margin: 0;
    padding: 0;
}
.shop-page-top .cpt-info{
    background: #fff;
    padding: 33px 29px;
}
.shop-page-top .cpt-info-btns{
    margin-top: 0;
}
.shop-c-list .shop-c-l-info{
    width: 100%;
    background: #fff;
    padding: 33px 29px;
    padding-top: 0;
}

/* 购买弹窗 */
.buy-dialog-mask{
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .3);
    z-index: 2;
}
.buy-dialog-content{
    padding: 20px 15px;
    position: fixed;
    left: 50%;
    top: 58%;
    width: 30%;
    height: auto;
    background: #fff;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    z-index: 3;
}
.buy-dialog-content .buy-d-title{
    font-size: 20px;
    color: #000;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.buy-dialog-content .bpt-item{
    margin-bottom: 15px;
    font-size: var(--app-fs-18);
    align-items: center;
}
.buy-dialog-content .bpt-item .label{
    color: #000;
    font-weight: 700;
    width: 120px;
}
.buy-dialog-content .bpt-item .text{
    color: #D92A1D;
    font-weight: 700;
    font-size: var(--app-fs-20);
}
.buy-dialog-content .bpt-btn{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 40px;
    margin-top: 15px;
    background: #D92A1D;
    font-size: var(--app-fs-16);
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.buy-dialog-content .iconfont{
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 15px;
    color: #000;
    font-weight: 700;
    font-size: var(--app-fs-20);
}
.buy-dialog-content .bpt-address-box{
    margin-top: 15px;
}
.buy-dialog-content .bpt-address-box .bpt-ab-edit{
    cursor: pointer;
    margin-right: 15px;
    margin-bottom: 15px;
    text-align: right;
    color: #D92A1D;
    font-weight: 700;
    font-size: var(--app-fs-16);
}
.buy-dialog-content .bpt-address-box .bpt-ab-title{
    color: #000;
    font-weight: 700;
    font-size: var(--app-fs-18);
    text-align: center;
}
.buy-dialog-content .bpt-address-box .bpt-ab-item{
    margin-bottom: 15px;
}
.buy-dialog-content .bpt-address-box .bpt-ab-item .bpt-label{
     color: #000;
    font-weight: 700;
    font-size: var(--app-fs-16);
    text-align: center;
    margin-right: 10px;
    width: 15%;
}
.buy-dialog-content .bpt-address-box .bpt-ab-item .el-input{
    flex: 1;
}
.buy-dialog-content .bpt-address-box .bpt-ab-item .el-cascader{
    flex: 1;
}
.buy-dialog-content .scroll-box{
    max-height: 400px;
    overflow-y: scroll;
}
@media (max-width: 1280px){
    .temporary-sider{
        right: 20px;
    }
    .temporary-top-box .tm-top-info .tm-top-l{
        padding: 15px;
    }
    .shop-privilege .shop-privilege-info{
        padding: 30px;
    }
    .shop-privilege .shop-privilege-info .swiper-button-prev{
        left: 8%;
    }
    .shop-privilege .shop-privilege-info .shop-swiper .swiper-slide{
        padding: 0 5px;
    }
}
@media (max-width: 996px){
    .shop-top .shop-top-info,.shop-privilege .shop-privilege-info{
        padding: 15px;
    }
    .shop-privilege .shop-privilege-info .swiper-button-prev,.shop-privilege .shop-privilege-info .swiper-button-next{
        display: none;
    }
    .shop-privilege .shop-privilege-info .shop-swiper{
        width: 95%;
    }
}
@media (max-width: 768px){
    .temporary-top-box .tm-top-info{
        flex-wrap: wrap;
    }
    .temporary-top-box .tm-top-info .tm-top-l{
        width: 49%;
    }
    .temporary-top-box .tm-top-center{
        width: 49%;
    }
    .temporary-top-box .tm-top-r{
        width: 100%;
        margin-top: 15px;
    }
    .temporary-commodity-box .tcb-list-box .tcb-list-item{
        width: 32%;
        margin-bottom: 15px;
    }
    .temporary-top-box .tm-top-r .tm-top-r-item{
        height: auto;
    }
    .temporary-top-box .tm-top-center{
        height: 300px;
    }
    .temporary-commodity-box .temporary-commodity-pagination .el-pagination{
        flex-wrap: wrap;
    }
    .temporary-commodity-box .temporary-commodity-pagination .el-pagination__jump{
        margin-top: 15px;
    }
    .category-page-top{
        margin-bottom: 20px;
        padding-top: 30px;
    }
    .category-page-top .cpt-info-fl{
        flex-wrap: wrap;
    }
    .category-page-top .cpt-info-fl .cpt-info-bread{
        width: 100%;
        margin-top: 15px;
    }
    .temporary-commodity-box.category{
        margin-bottom: 30px;
    }
    .mall-details-top .mall-dt-info{
        flex-wrap: wrap;
        padding-bottom: 20px;
    }
    .mall-details-top .mall-dt-info .mall-dt-l{
        width: 100%;
        margin-bottom: 15px;
    }
    .mall-details-content .mall-d-content-top{
        flex-wrap: wrap;
    }
    .mall-details-content .mall-d-content-top .img-box{
        width: 100%;
        height: 340px;
        margin-right: 0;
        margin-bottom: 15px;
        margin-right: 0;
    }
    .mall-details-content .mall-d-content-top .texts-box{
        width: 100%;
    }
    .mall-details-content .mall-d-content-top .texts-box .texts-price-box{
        margin: 10px 0;
        padding: 10px 0;
    }
    .mall-details-content{
        margin-bottom: 30px;
    }
    .mall-details-tab{
        margin-bottom: 15px;
    }
    .mall-details-params .params-title{
        margin-bottom: 15px;
    }
    .mall-details-params .params-list .params-item{
        width: 100%;
        min-height: 70px;
    }
    .mall-details-content .mall-d-content-top .texts-box-btns{
        margin-top: 15px;
        padding-top: 15px;
    }
    .mall-details-top{
        padding-top: 30px;
        margin-bottom: 20px;
    }
    .mall-details-top .mall-dt-info .mall-dt-r{
        width: 100%;
        justify-content: center;
    }
    .mall-details-top .mall-dt-info .mall-dt-l .mall-dt-l-sub{
        flex-wrap: wrap;
    }
    .mall-details-top .mall-dt-info .mall-dt-l .mall-dt-l-img{
        margin-right: 10px;
    }
    .mall-details-top .mall-dt-info .mall-dt-l .mall-dt-l-text{
            width: 83%;
    }
    .shop-top .shop-top-info{
        flex-wrap: wrap;
    }
    .shop-top .shop-top-info .shop-t-l{
        width: 100%;
        margin-bottom: 15px;
    }
    .shop-top .shop-top-info .shop-t-r{
        width: 100%;
        justify-content: center;
    }
    .shop-top .shop-top-info .shop-t-l .shop-logo{
        margin-right: 15px;
    }
    .shop-top .shop-top-info .shop-t-l .shop-t-ltexts{
        width: 70%;
    }
    .shop-top{
        padding-top: 30px;
    }
    .shop-tab-box .shop-t-info{
        flex-wrap: wrap;
        height: auto;
        padding: 15px;
    }
    .shop-tab-box .shop-t-info .shop-t-list{
        width: 100%;
        margin-bottom: 15px;
        justify-content: space-between;
    }
    .shop-tab-box .shop-t-info .shop-t-list a{
        margin-right: 0;
    }
    .shop-tab-box .shop-t-info .shop-t-search{
        width: 100%;
    }
    .shop-page-top{
        padding-top: 0;
        margin-bottom: 0;
    }
    .shop-page-top .cpt-info{
        padding: 15px;
    }
    .shop-c-list .shop-c-l-info{
        padding: 15px;
        padding-top: 0;
    }
    .buy-dialog-content .bpt-item .el-radio{
        margin: 0;
        margin-bottom: 10px;
    }
    .buy-dialog-content .bpt-item .el-radio.is-bordered+.el-radio.is-bordered{
        margin-left: 0;
    }
    .buy-dialog-content .bpt-item .label{
        width: 90px;
    }

}
@media (max-width: 530px){
    .temporary-sider{
        display: none;
    }
    .temporary-top-box .tm-top-info .tm-top-l{
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }
    .temporary-top-box .tm-top-center{
        width: 100%;
    }
    .temporary-top-box{
        padding-top: 15px;
        margin-bottom: 25px;
    }
    .temporary-commodity-box .tcb-tab-box{
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .temporary-commodity-box .tcb-tab-box .ttb-r{
        width: 100%;
        display: flex;
        margin-top: 15px;
        flex-wrap: wrap;
    }
    .temporary-commodity-box .tcb-tab-box .ttb-r a{
        margin-right: 0;
        width: 33%;
        text-align: center;
        margin-bottom: 10px;
    }
    .temporary-commodity-box .tcb-list-box .tcb-list-item{
        width: 49%;
    }
    .temporary-ad-box .temporary-ad-info{
        flex-wrap: wrap;
    }
    .temporary-ad-box .temporary-ad-info a{
        width: 100%;
        margin-bottom: 15px;
    }
    .temporary-ad-box{
        margin-bottom: 30px;
    }
    .temporary-recommend-box .tr-info .tr-info-title{
        width: 25%;
    }
    .temporary-recommend-box{
        margin-bottom: 25px;
    }
    .temporary-top-box .tm-top-info .tm-top-l .ttl-top-box{
        padding: 0;
    }
    .temporary-top-box .tm-top-info .tm-top-l .ttl-list-item{
        padding: 0;
    }
    .buy-dialog-content{
        width: 80%;
    }
}