body{
    background: #f4f4f4 !important;
}
.swiper-pagination-bullet{
    background: none;
    box-sizing: border-box;
    background: #ffffff !important;
    opacity: 1 !important;
}
.swiper-pagination-bullet-active{
    background: #d82f2d !important;
    border: none !important;
}

.swiper-container {
    width:100%;
    height:20rem;
}
.swiper-slide img{
    width: 100%;
    height: 100%;
}
.shops-info{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #ffffff;
    box-sizing: border-box;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
}
.qg-time{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    height:2.2rem;
    line-height: 2.2rem;
    display: flex;
    background:#ffffff;
}
.qg-time-in{
    width: 92%;
    margin: 0 auto;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
}
.qg-time .round{
    width:5px;
    height: 5px;
    background: #ee3230;
    display: inline-block;
    margin-right: 0.5rem;
    border-radius: 50%;
    margin-top:1rem;
}
.qg-time .time{
    font-size: 0.75rem;
    color: #ee3230;
}
.qg-time .xiangou-text{
    margin-left:auto;
    font-size:0.75rem;
    color:#2d2d2d;
}
.qg-time .xiangou-text span{
    color: #ee3230;
}
.shops-info .part-info1{
    height:2.55rem;
    line-height:2.55rem;
    width:100%;
    display:flex;
}
.shops-info .part-info1 .left{
    margin-right:auto;
    font-size:0.75rem;
    color:#ed201e;
}
.shops-info .part-info1 .left span{
    font-size:0.9rem;
}
.shops-info .part-info1 .right{
    font-size:0.65rem;
    color:#6b6b6b;
}
.shops-info .part-info1 .right1{
    font-size:0.65rem;
    margin-left:10px;
    color:#6b6b6b;
}
.man-text{
    margin-left: 10px;
    font-size:0.65rem;
    color:#6b6b6b;
}
.shops-info .part-info2{
    display:flex;
}
.shops-info .part-info2 .text{
    font-size:0.6rem;
    color:#6b6b6b;
    margin-right:1.5rem;
}
.shops-info .part-info2 .icon{
    background: url(../images/share-icon.png) no-repeat center center;
    background-size: 100% 100%;
    width:0.9rem;
    height:1rem;
    margin-left:auto;
}
.shops-info .part-info3{
    height:2rem;
    line-height:2rem;
    font-size:0.8rem;
    color:#6b6b6b;
}
.title-info{
    /*height:2.2rem;*/
    line-height: 2.2rem;
    width: 100%;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    font-size: 0.85rem;
    color: #3f3f3f;
}
.specs{
    width: 100%;
    /* height: 2.2rem; */
    /* line-height: 2.2rem; */
    background: #ffffff;
    overflow: hidden;
    padding-bottom: 0.5rem;
}
.specs-in{
    width:92%;
    margin: 0 auto;
    /* height: 2.2rem; */
    /* line-height: 2.2rem; */
    background: #f6f6f6;
    font-size: 0.65rem;
    color: #818181;
    box-sizing:border-box;
    padding:0.5rem;
}
.shops-specs{
    width: 100%;
    overflow: hidden;
    margin-top: 0.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    display: flex;
    margin-bottom: 0.5rem;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left:0.7rem;
    padding-right:0.7rem;
}
.shops-specs .lft-text{
    font-size:0.8rem;
    color:#3f3f3f;
    margin-right:auto;
    width:20%;
}
.shops-specs .rt-text{
    color:#6b6b6b;
    font-size:0.75rem;
    width:75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
}
.shops-specs .rt-text .icon{
    background: url(../images/more-icon.png) no-repeat center center;
    background-size: 100% 100%;
    height: 0.75rem;
    width: 0.55rem;
    display: inline-block;
    position: relative;
    top: 0.05rem;
    margin-left:0.25rem;
}
.shops-tabcon{
    width: 100%;
    overflow: hidden;
    padding-bottom: 2.65rem;
}
.shops-tabcon .tab-nav{
    width: 100%;
    overflow: hidden;
    height: 2.5rem;
    line-height: 2.5rem;
    display: flex;
    margin-bottom:1rem;
    background: #ffffff;
    justify-content:center;
}
.shops-tabcon .tab-nav .list-nav{
    width:5rem;
    text-align:center;
    font-size:0.8rem;
    color:#6b6b6b;
    position:relative;
    height:2.5rem;
}
.shops-tabcon .tab-nav .list-nav.active{
    color:#3f3f3f;
}
.shops-tabcon .tab-nav .list-nav.active .line{
    display:block;
}
.shops-tabcon .tab-nav .list-nav .line{
    width:4rem;
    height:2px;
    position:absolute;
    left:50%;
    margin-left:-2rem;
    bottom:0;
    background:#d82f2d;
    display:none;
}
.shops-tabcon .tab-common{
    width:100%;
    background:#ffffff;
    box-sizing:border-box;
    padding:1rem;
}
.shops-tabcon .tab-common .tab-con{
    width:100%;
    overflow:hidden;
    display:none;
}
.shops-tabcon .tab-common .tab-con:first-child{
    display:block;
}
.shops-tabcon .tab-common .tab-con .pic2{
    width: 100%;
    margin-top: 10px;
}
.buy-btn{
    width: 100%;
    height: 2.65rem;
    line-height:2.65rem;
    text-align:center;
    display: block;
    background: #d82f2d;
    color:#ffffff;
    font-size:0.9rem;
    position:fixed;
    bottom:0;
    left:0;
    right:0;
}
.buy-btn1{
    width: 92%;
    height: 2.65rem;
    line-height: 2.65rem;
    text-align: center;
    display: block;
    background: #d82f2d;
    color: #ffffff;
    font-size: 0.9rem;
    /* position: absolute; */
    /* bottom: 0.5rem; */
    /* left: 50%; */
    /* margin-left: -46%; */
    margin: 0 auto;
    margin-top: 2rem;
}
.layer-content {
    position: fixed;
    display: none;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    /* height: 16rem; */
    z-index: 9;
}
.close-icon{
    background: url("../images/close-icon.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    right: 0.75rem;
    top: 0.75rem;
    width: 11px;
    height: 11px;
}
.shop-num-info{
    display:flex;
    width:92%;
    margin:0 auto;
    margin-top:1rem;
}
.shop-num-info .left-img{
    width:4rem;
    height:4rem;
    margin-right:0.5rem;
}
.shop-num-info .left-img img{
    width:100%;
    height:100%;
    display:block;
    border-radius:0.25rem;
}
.shop-num-info .right-info{
    overflow:hidden;
}
.shop-num-info .right-info .number1{
    display:block;
    color:#ed201e;
    font-size:0.85rem;
    margin-top:1rem;
}
.shop-num-info .right-info .number2{
    font-size:0.75rem;
    color:#3f3f3f;
}
.buy-num{
    width:92%;
    margin:0 auto;
    margin-top:1rem;
}
.buy-num .tips{
    font-size:0.8rem;
    color:#3f3f3f;
}
.buy-num .tips span{
    float:right;
}
.buy-num .add-sub{
    overflow:hidden;
    margin-top:1rem;
    display:flex;
}

.buy-num .add-sub .jia{
    background: url("../images/jia-icon.png") no-repeat center center;
    background-size: 100% 100%;
    width: 0.85rem;
    height:0.85rem;
    display: block;
}
.buy-num .add-sub .input{
    display: block;
    width: 4rem;
    height:0.85rem;
    line-height: 0.85rem;
    text-align:center;
    font-size:0.75rem;
    color:#898989;
}
.buy-num .add-sub .jian{
    background: url("../images/jian-icon.png") no-repeat center center;
    background-size: 100% 100%;
    width: 0.85rem;
    height:3px;
    margin-top: 0.35rem;
    display: block;
}


.zhezhao-con {
    background-color: rgba(0,0,0,.7);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index:8;
}
.guige-info{

    width: 92%;

    margin: 0 auto;

    margin-top: 1.25rem;
}
.guige-info .title{

    font-size: 0.8rem;

    color: #3f3f3f;
}
.guige-info .guige-con{

    margin-top: 0.5rem;
}
.guige-info .guige-con .same-box{

    padding: 0.25rem 0.5em;

    border: 1px solid #e6e6e6;

    display: inline-block;

    border-radius: 4px;

    margin-right: 0.25rem;

    margin-bottom: 0.25rem;
}
.guige-info .guige-con .same-box.active{

    background: #cccccc;
}