.swiper-container img {
    width: 100%;
}

/*.swiper-container.mt {*/
/*    margin-top: .88rem;*/
/*}*/

div {
    box-sizing: border-box;
}
.searchDiv {
    height: 1rem;
    padding: .15rem .1rem .15rem .2rem;
    /*background:#e1622f;*/
    text-align: center;
}

.searchDiv .searchArea {
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    height: 100%;
    width: 100%;
}

.searchArea .search {
    display: inline-block;
    box-sizing: border-box;
    float: left;
    padding: .2rem .3rem .1rem .1rem;
    text-align: left;
    color: #333;
    height: 100%;
    width: 85%;

}

.searchArea img {
    float: right;
    height: 100%;
}

.mask .searchArea {
    width: 85%;
    float: left;
}

.mask .searchDiv .cancel {
    color: #666;
    width: 15%;
    float: right;
    font-size: .32rem;
    line-height: .7rem;
}

.classify {
    /*background-color: #e1622f;*/
    white-space: nowrap;
    color: black;
    overflow-x: scroll;
    line-height: .6rem;
}

.classify li {
    display: inline-block;
    margin-left: .2rem;
    font-size: .24rem;
}

.classify li.red {
    color: #f96750;

}

.gates {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    padding: .1rem 0 0;
    width: 100%;
    background: #fff;
    color: #333;
    margin: .15rem 0;
    padding-bottom: 3px;
}

.gates > div {
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    text-align: center;
}

.gates > div > i {
    display: inline-block;
    width: .5rem;
    height: .5rem;
    background-size: 100%;
}

.gates > div.active {
    color: black;
}

.gates > div:nth-child(1) > i {
    background-image: url("../images/icon/icon_gift.png");
}

.gates > div:nth-child(1).active > i {
    background-image: url("../images/icon/icon_gift_a.png");
}

.gates > div:nth-child(2) > i {
    background-image: url("../images/icon/icon_card.png");
}

.gates > div:nth-child(2).active > i {
    background-image: url("../images/icon/icon_card_a.png");
}

.gates > div:nth-child(3) > i {
    background-image: url("../images/icon/icon_zan.png");
}

.gates > div:nth-child(3).active > i {
    background-image: url("../images/icon/icon_zan_a.png");
}

.gates > div:nth-child(4) > i {
    background-image: url("../images/icon/icon_plus.png");
}

.gates > div:nth-child(4).active > i {
    background-image: url("../images/icon/icon_plus_a.png");
}

.gates > div:nth-child(5) > i {
    background-image: url("../images/icon/icon_order.png");
}

.gates > div:nth-child(5).active > i {
    background-image: url("../images/icon/icon_order_a.png");
}

.entrances {
    box-sizing: border-box;
    width: 7.5rem;
}

.entrances > div {
    width: 3.6rem;
    float: left;
    margin: .0625rem;
    border: 1px solid #999;
    border-radius: 5px;
    height: 1.4rem;
    overflow: hidden;
}

.entrances > div > img {
    max-width: 25%;
    max-height: 90%;
    margin: .1rem .15rem .1rem .1rem;
    float: left;
}

.entrances > div > p {
    color: #666;
}

.entrances > div > h6 {
    margin-top: .3rem;
    font-weight: bold;
}

.goodListDiv {
    margin: .2rem 0;
    padding: .2rem;
    overflow: hidden;
    background-color: white;
}

.goodListDiv h6 {
    font-size: .30rem;
    margin: .1rem 0;
    font-weight: bold;
}

.goodListDiv img.big {
    width: 100%;
    float: left;
}

.goodListDiv img {
    box-sizing: border-box;
    width: 33.3%;
    padding: 2px;
    float: left;
}

.mask .hot {
    margin-bottom: .5rem;
}

.mask .hot > div, .mask .often > div {
    padding: 0 .2rem;
    overflow: hidden;
}

.mask .hot h6, .mask .often h6 {
    font-size: .36rem;
    margin: .2rem;
}

.mask .hot .hotItem {
    border: 1px solid #999;
    padding: .1rem .25rem;
    float: left;
    border-radius: 5px;
    margin: .15rem;
}

.mask .often {

}

.mask .often .oftenItem {
    background: #eee;
    border-radius: 50%;
    float: left;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    margin: .1rem .27rem 0 0;
}

.classifyMain {
    position: relative;
    /*top:1rem;*/
    bottom: 1rem;
    width: 7.5rem;
    overflow-y: scroll;
    margin-top: 50px;
}

.classifyMain .left, .classifyMain .right {
    float: left;
}

.classifyMain .left {
    box-sizing: border-box;
    width: 20%;
    text-align: center;
    padding: .1rem;
    height: 100%;
    border-right: 1px solid #f0f0f0;
    background-color: #FFFFFF;
}

.classifyMain ul.left li {
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    padding: .30rem 0;
    transition-duration: .3s;
}

.classifyMain ul.left li.active {
    color: orange;
    border-color: orange;
}

.classifyMain .right {
    width: 80%;
    padding: .0rem .1rem ;
    height: 100%;
    overflow-y: scroll;
}

.classifyGate {
    width: 100%;
    text-align: center;
    overflow: hidden;
    background: #FFFFFF;
    margin-top: 5px;
}

.classifyGate .gate {
    width: 33%;
    padding: .15rem;
    float: left;
}

.classifyGate .gate > p {
    padding-top: 5px;
}

.classifyGate .gate .imgBox {
    overflow: hidden;
    width: 100%;
    height: 1.5rem;
    position: relative;
    background: #fff;
}

.classifyGate .gate .imgBox img {
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.goodDetailHead {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: .88rem;
    line-height: .88rem;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    justify-content: center;
    position: fixed;
    background: #fafafa;
    z-index: 2000;
    top: 0;
}

.goodDetailHead > div {
    width: 18%;
}

.goodDetailHead > div.active {
    color: #f96750;
}

.goodDetailHead > div span {
    padding: .1rem;
}

.goodDetailHead > div.active span {
    border-bottom: 1px solid #f96750;
}

.goodDetailHead input[type=checkbox] {
    -webkit-appearance: checkbox;
    appearance: checkbox;
    vertical-align: text-bottom;
}
.section-good {
    background-color: #fff;
    overflow: hidden;
}
.goodHead {
    position: relative;
    overflow: hidden;
    background-color: white;
    /*border-bottom: 3px solid #eaeaea;*/
    padding: 0 5.3vw;
}
.goodHead .price-row {
    display: flex;
    justify-content: space-between;
    height: 10.7vw;
    width: 100%;
    margin-top: 3vw;
}
.goodHead .price-row .left-part{
    display: flex;
    height: 10.7vw;
}
.goodHead .price-row .priceNew{
    height: 10.7vw;
    color: #EE780C;
    font-size: 4.8vw;
    line-height: 8.5vw;
    font-family: SFUIText-regular;
}
.goodHead .price-row .priceOld{
    margin-left: 3vw;
    height: 10.7vw;
    color: #A6A6A6;
    font-size: 3.5vw;
    line-height: 8.5vw;
    font-family: SFUIText-regular;
    text-decoration: line-through;
}
.goodHead .right-part p{
    height: 10.7vw;
    line-height: 8.5vw;
    color: #A6A6A6;
    font-size: 3.5vw;
    font-family: SFUIText-regular;
}
.goodHead .goodName {
    width: 100%;
    line-height: 6.1vw;
    color: #101010;
    font-size: 4.3vw;
    text-align: left;
    margin-bottom: 3vw;
    font-family: PingFangSC-regular;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.brand-row {
    width: 100%;
    height: 11.2vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5.3vw;
    border-top: solid 1px #F3F3F3;
}
.brand-row .left-part {
    font-size: 3.5vw;
    color: #3b2424;
    display: flex;
    align-items: center;
}
.brand-row .left-part img {
    width: 7.5vw;
    height: 7.5vw;
    margin-right: 4.3vw;
}
.brand-row .right-part {
    font-size: 3.5vw;
    color: #A6A6A6;
}

.goodHead.mt14 {
    padding-top: 3.73vw;
    border-top: 1px solid #EFEFEF;
}
.goodHead > h6 {
    text-align: center;
    font-size: 3.73vw;
    font-weight:400;
    color: #323232;
    line-height: 5.33vw;
}
.goodHead > .amount {
    position: absolute;
    top:25%;
    left:30%;
}

/*.goodHead p {*/
/*    margin-right: .5rem;*/
/*}*/

.goodHead .btn-fu {
    margin: 1.06vw auto 2.4vw;
    text-align: center;
    width: 12.5vw;
    height: 5.06vw;
    line-height: 5.06vw;
    color: #fff;
    font-size: 3.2vw;
    background: #FFAA43;
}

.goodHead .goodSales {
    margin-top: 5vw;
    margin-bottom: 2.13vw;
    color:#BF6900;
    font-size:3.2vw;
    display: flex;
    justify-content: center;
}
.goodHead .goodSales span {
    margin: 0 2.66vw;
}

.section-con {
    margin-top: 2.66vw;
    padding: 0 6.66vw;
    background-color: #fff;
}
.section-con .good-con {
    height: 13.33vw;
    line-height: 13.33vw;
    display: flex;
}
.good-con .good-left {
    font-size: 3.73vw;
    color: #A4AAB3;
}
.good-con .good-right {
    color: #323232;
    font-size: 3.73vw;
    margin-left: 4.26vw;
    display: flex;
    flex: 1;
}
.good-right p {
    display: -webkit-box;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.good-con .good-right img {
    display: block;
    vertical-align: middle;
    width: 3.73vw;
    height: 3.73vw;
    padding-right: 1.86vw;
    margin: auto;
}
.section-con .good-con.active {
    border-top: 1px solid #EFEFEF;
}
.shopDiv {
    height: 1.0rem;
    position: relative;
    border-bottom: 3px solid #f0f0f0;
    background-color: white;
    margin-top: 4px;
}

.shopDiv > * {
    position: absolute;
}

.shopDiv > img {
    /*max-height:1.2rem;*/
    /*max-width:1.5rem;*/
    left: .5rem;
    top: .13rem;
}

.shopDiv > h6 {
    left: 2.4rem;
    top: .3rem;
    font-size: .32rem;
}

.shopDiv > div {
    bottom: .2rem;
    width: 2.2rem;
    padding: .1rem .2rem;
    border: 1px solid #eaeaea;
    text-align: center;
}

.shopBtn1 {
    left: 2.4rem;
}

.shopBtn2 {
    left: 4.8rem;
}

.shopBtn1 a:link {
    color: #333;
}

.shopBtn2 a:link {
    color: #333;
}

.goodImgs > img {
    width: 100%;
}

.buyDiv {
    padding-top: .2rem;
    width: 100%;
    overflow: hidden;
}

.buyDiv > div {
    font-size: .32rem;
    padding: .1rem .2rem;
    border-radius: 5px;
    margin-left: .2rem;
}

.buyDiv .buy {
    color: #E5511D;
    border-color: #F0CAB6;
    background: #FFE4D0;
}

.buyDiv .addCart {
    color: #FFF;
    border-color: #F40;
    background: #F40;
}

/**
详情页面评论
 */
.cmt_head {
    position: relative;
    padding: .3rem;
    /*border-bottom:1px solid #eaeaea;*/
    overflow: hidden;
    line-height: 30px;
}

.cmt_head img {
    border-radius: 50%;
    height: 0.6rem;
    width: 0.6rem;
    float: left;
    margin-right: .3rem;
    border: 1px solid red;
}

.cmt_head.name {
    margin-top: .4rem;
    margin-bottom: .3rem;
}

.cmt_content {
    padding: .3rem;
    overflow: hidden;
}

.cmt > div {
    border-bottom: 2px solid #FFFFFF;
    background-color: white;
    margin-bottom: 10px;
}

/**
 * 新增服务大厅首页样式
 */

.lobby_menu {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    padding: .1rem 0 0;
    width: 100%;
    color: #333;
    margin: .15rem 0;
    padding-bottom: 3px;
}
.lobby_menu div {
    text-align: center;
    position: relative;
    width: 50%;
    margin: 5px;
    height: 80px;
    background:#6aa4bf ;
    border: 1px solid #6aa4bf;
    border-radius: 5px;
}
.lobby_menu > div > i {
    display: inline-block;
    width: .5rem;
    height: .5rem;
    background-size: 100%;
}
.lobby_menu > div > span {
    display: block;
    position: absolute;
    left:50%;
    top:40%;
    color: white;
    font-size: 16px;
}
.lobby_img {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    left: 15%;
    top:18%
}


/*父级html，图片处理*/
.htmlImg img {
    max-width: 100% !important;

}

.htmlImg div {
    margin-top: 4px;
    background-color: white;
    max-width: 100%;

}

.collection_img {
    position: absolute;
    top: 33%;
    left: 3%;
}

/*类别样式*/
.goodCate .omit-1 {
    background-color: #fff;
    border: 0.26vw solid #A6A6A6;
    color: #A6A6A6;
    border-radius: 1.06vw;
    /*width: 18.66vw;*/
    padding: 0 2vw;
    text-align: center;
    margin-top: 20px;
    height: 8vw;
    line-height: 7.48vw;
    margin-right: 4vw;
}
.goodCate .cate-title {
    font-size: 3.73vw;
    font-weight: bold;
    color: #323232;
    display: flex;
}
.goodCate .cate-title p:last-child{
    padding-left: 3.2vw;
    font-size: 3.2vw;
    font-weight: 400;
    color: #4A4A4A;
}
.goodCate .omit-1.active {
    border: 0.26vw solid #FF8C00;
}
.goodCate .btn-cate {
    display: flex;
    flex-wrap: wrap;
}

.goodCate {
    overflow: hidden;
    padding: 4vw 6.66vw 3.46vw;
    background-color: white;
    border-top: 2.66vw solid #F6F6F6;
}


/**
详情分割
 */
.detail_prt {
    width: 100%;
    height: 14.66vw;
    line-height: 14.66vw;
    background-color: #fff;
    margin-top: 2.66vw;
    color: #323232;
    font-weight: bold;
    font-size: 3.73vw;
    padding: 0 6.66vw;
}

.no-more {
    height: 12vw;
    line-height: 12vw;
    text-align: center;
    color: #A4AAB3;
    font-size: 3.73vw;
    background: #F6F6F6;
}

.detail_remark,.cmt_remark {
    width: 100%;
    position: relative;
    background-color: #f0f0f0;
    height: 35px;
}

.detail_remark > div,.cmt_remark > div {
    position: relative;
    left: 45%;
    top:25%;
    width: 16px;
    height: 16px;

}
.detail_remark > div {
    background-image: url("/resources/static/images/icon/detail_remark.png");
}
.cmt_remark > div {
    background-image: url("/resources/static/images/icon/cmt_remark.png");
}

.detail_remark > span,.cmt_remark > span {
    display: block;
    position: absolute;
    left: 50%;
    top:30%;
    color:#8a8a8a;
}
.detail_remark > div:before,.cmt_remark > div:before {
    content: '';
    position: absolute;
    right: 0.5rem;
    top: .16rem;
    height: 0;
    width: 1rem;
    border-bottom: 1px solid #BFBEBE
}

.detail_remark > div:after,.cmt_remark > div:after {
    content: '';
    position: absolute;
    left: 1rem;
    top: .16rem;
    height: 0;
    width: 1rem;
    border-bottom: 1px solid #BFBEBE
}
.goodImgs {
    background-color: white;
    padding: 0 6.66vw;
    overflow: hidden;
}
/**
新增购物车数目图标
 */
.cart_count_circle{
    position: absolute;
    top: 0;
    right: -50%;
    transform: translateX(-30%);
    border-radius:100%;
    width: 4.26vw;
    height: 4.26vw;
    color: #fff;
    font-size: 3.2vw;
    text-align: center;
    line-height: 4.26vw;
    background-color: #FE2851;
    /*padding-top: 2px;*/
}
.cart_count_ellipse{
    position: absolute;
    top: 10%;
    right: 8%;
    border: 2px solid black ;
    border-radius:25%;
    background: white;
    width: 20px;
    height: 12px;
    text-align: center;
    line-height: 12px;
    /*padding-top: 2px;*/

}
.cart_img_div {
    position: relative;
}
