
.mode_webapp{
    padding: 0px;
}
html,body{
    margin: 0;
    padding: 0;
    background-color: #f5f7f7!important;
    /* margin-bottom: 50px; */
}
body{
     padding-bottom: 60px;
}
/* 头部 */
.header{
    height: 44px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header i{
    font-size: 18px;
    margin-left: 15px;
    color: #5d5d5d;
}
.header p{
    color: #5d5d5d;
    width: 100%;
    font-size: 18px;
    text-align: center;
}
/* 轮播 */
#goods_details #goods_banner{
    width: 100%;
    height: 374px;    
}
#goods_details #goods_banner ul{
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
#goods_details #goods_banner img{
    width: 100%;
    height: 374px;
}
/* .display{
    display: none;
} */
/* 商品信息 */
#goods_details .details{
    width: 100%;
    padding: 15px;
    background-color: #fff;
}
#goods_details .details a{
    color: #131210;
}
#goods_details .details a h4{
    font-size: 16px;
}
.cb3764d{
    color: #b3764b;
}
#goods_details .details .money{
   padding-bottom: 14px;
}
#goods_details .details .money .won{
    font-size: 16px;
}
#goods_details .details .money .sellingPrice{
    font-size: 20px;  
} 
#goods_details .details .money .originalPrice{
    color: #bbbbbb;
    padding-left: 20px;  
    font-size: 14px;
}
#goods_details .details .money .primeCost{
    text-decoration:line-through;
    color: #bbbbbb;
    font-size: 14px;
}
#goods_details .details .stock{
    color: #bbbbbb;
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
    font-size: 14px;
}
/* 商家信息 */
#goods_details .info{
    height: 94px;
    background-color:#fff; 
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}
#goods_details .info .logo{
    width: 100px;
    height: 50px;
}
#goods_details .info .vendorName{
    margin-left: 10px;
}
#goods_details .info .vendorName a{
    color: #000;
    font-size: 16px;
}
#goods_details .info .vendorName span{
    display: inline-block;
    width: 30px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #db9c5a;
}
/* #goods_details .info .vendorName .star{
    width: 100px;
    height: 16px;
} */
.star{
    width: 58px!important;
    height: 16px!important;
    display: inline-block;
    font-size: 10px;
    color: #db9c5a!important;
    text-align: center;
    line-height: 16px;
    background-color: #fbf4ed!important;
}
.star i{
    font-size: 12px;
    color: #db9c5a;  
}
#goods_details .info .collection .Store{
    margin-bottom: 10px!important;
}
#goods_details .info .collection p{
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #888;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 10px;
}
#goods_details .info .collection a{
    text-decoration: none;
    color: #000;
}
.bdb9c5a{
    color: #db9c5a!important; 
    border:1px solid #db9c5a!important;
}

/* 商品详情 */
#goods_details .description .title{
    margin: 20px;
    text-align: center;
    color: #888;
    padding: 10px 0 10px 0;
}
#goods_details .description .title img{
    width: 20px;
    height: 18px;
}
#goods_details .description .content{
    background-color: #fff;
    width: 100%;
}
#goods_details .description .content img{
    width: 100%;
}

/* 底部 */
#page-foot{
    background-color: #fff;
    height: 50px;
    width: 100%;
    position: fixed;
    bottom: 0px;
}
#page-foot #page-foot-fixed{
    height: 50px;
}
#page-foot #page-foot-fixed #header_bar{
    height: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#page-foot #page-foot-fixed #header_bar a{
    text-decoration: none;
    color: #000;
}
#page-foot #page-foot-fixed #header_bar a span{
    font-size: 14px;
}
#page-foot #page-foot-fixed #header_bar a .ico{
    width: 100%;
    height: 30px;
}
#page-foot #page-foot-fixed .ico .icon-kefu{
    font-size: 25px;
}
#page-foot #page-foot-fixed .ico .icon-dianpu{
    font-size: 22px;
}

#page-foot #page-foot-fixed .ico .icon-shoucang{
    font-size: 23px;
}
#page-foot #page-foot-fixed .ico .icon-ziyuan{
    font-size: 20px;
    color: #db9c5a;
}

#page-foot #page-foot-fixed .add{
    color: #db9c5a!important;
}
#page-foot #page-foot-fixed .add{
    margin-top: 10px;
}
#page-foot #page-foot-fixed .add .ico span{
    border: 1px solid #db9c5a;
    display: inline-block;
    width: 84px;
    height: 38px!important;
    line-height: 38px!important;
    text-align: center;
    border-radius: 4px;
}
#page-foot #page-foot-fixed #header_bar a{
    height: 50px;
}
.bb3764d{
    background-color: #db9c5a;
    color: #fff;
}



/* 点击加入购物车弹出内容 */
/* #addMerchandise{
    position: relative;
} */
#addMerchandise .content{
    background-color: #fff;
    width: 100%;
    position: fixed;
    bottom: 0px;
}
#addMerchandise .content .tradeName{
    display: flex;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #ececec;
    position: relative;
}
#addMerchandise .content .tradeName img{
    width: 120px;
    height: 116px;
    margin-top: -20px;
    margin-left: 10px;
    border-radius: 7px;
}
#addMerchandise .content .tradeName #close{
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 20px;
}
#addMerchandise .content .tradeName .title{
    width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 20px!important;
    margin-left: 14px!important;
    color: #131210;
    font-size: 16px;
}
.quantity-sum{
    display: flex;
    align-items: center;
}
.inventory{
    font-size: 14px;
    color: #888989;
    margin-right: 11px;
    /* margin-top: 8px; */
}
#addMerchandise .content .tradeName .singPrice{
    display: flex;
    align-items: center;
    margin-left: 20px;
}
#addMerchandise .content .tradeName .singPrice span{
    color: #db9c5a;
    margin-top: 5px;
    font-size: 16px;
}
#addMerchandise .content .tradeName .singPrice .wholesale{
    margin: 0px;
}
#addMerchandise .content .tradeName .singPrice .wholesale span{
    color: #888989;
    font-size: 14px;
}
#addMerchandise .content .tradeName .singPrice .wholesale .price{
    text-decoration:line-through;
}

.kind{
    height: 185px;
    overflow:auto;
}
.disable{
    pointer-events: none;
    cursor: default;
    background-color: #f1f1f1!important;
    color: #d2d2d2!important;
}
#addMerchandise .content .tradeName .price{
    color: #db9c5a;
    font-size: 16px;
}
#addMerchandise .content .colorClassification{
    border-bottom: 1px solid #ececec;
    padding-bottom: 16px;
}
#addMerchandise .content .colorClassification .title{
    font-size: 14px;
    color: #ababab;
    padding-bottom: 8px;
    padding-left: 6px;
}
#addMerchandise .content .colorClassification .color{
    width: 100%;
    margin-left: 2px;
    overflow: hidden;
}
#addMerchandise .content .colorClassification .color span{
    min-width: 58px;
    height: 29px;
    line-height: 29px;
    display: inline-block;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    color: #131210;
    margin-bottom: 10px;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 6px;
    padding-right: 6px;
    background-color: #f1f1f1;
    float: left;
}
#addMerchandise .content .quantity{
    height: 60px;
    /* margin-top: 10px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ececec; 
}
#addMerchandise .content .quantity .title{
    font-size: 14px;
    color: #ababab;
    padding-left: 6px;
    margin: 0px;
}
#addMerchandise .content .quantity .btn{
    font-size: 18px;
    box-shadow: none;
    width: 98px;
    height: 28px;
    padding: 0px;
    border: 1px solid #f0f0f0;
}
#addMerchandise .content .quantity .btn .reduce{
    display: inline-block;
    width: 29px;
    height: 26px;
    background-color: #f2f2f2;
    text-align: center;
    line-height: 30px;
    color: #888989;
    font-size: 12px;
}
#addMerchandise .content .quantity .btn .add{
    display: inline-block;
    width: 29px;
    height: 26px;
    background-color: #f2f2f2;
    text-align: center;
    line-height: 30px;
    color: #888989;
    font-size: 12px;
}
#addMerchandise .content .quantity .btn .sum{
    font-style:normal;
    font-size: 14px;
    width: 28px;
    display: inline-block;
}
#addMerchandise .content .btn1{
    width: 90%;
    height: 40px;
    background-color: #db9c5a;
    color: #fff;
    font-size: 16px;
    margin-left: 50%;
    transform: translate(-50%);
    box-shadow: none;
    border: none;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 7px;
}
p{
    margin: 0px;
    padding: 0px;
}
/* 颜色选择切换 */
.active{
    background-color: #db9c5a !important;
    color: #fff !important;
}

a{
    text-decoration: none!important;
    color: #131210!important;
}
.navColor{
    color: #4d2343!important;
    border-bottom: 2px solid #4d2343;
}

/* 顶部悬浮导航 */
.suspendedNav{
    width: 100%;
    height: 44px;
    background-color: #fff;
    display: none;
    z-index: 999;
}
.suspendedNav ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-around;
}
.suspendedNav ul li{
    width: 30px;
    line-height: 42px;
    font-size: 14px;
    color: #131210;
    box-sizing: border-box;
}

/* 会员折扣 */
#goods_details{
    position: relative;
}
.member{
    width: 240px;
    height: 50px;
    position: absolute;
    top: 362px;
    z-index: 90;
    border-radius: 0 25px 25px 0;
    background-color: #e15854;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.member .member-grade{
    width: 52px;
    height: 40px;
    border: 1px solid #fff;
    margin-right: 4px;
}
.member .member-grade p{
    margin: 0px;
}
.member .member-grade .grade{
    color:#e54a4a;
    background-color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
}
.member .member-grade .discount{
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.member .member-discount{
    color: #fff;
    margin-top: 8px;
    padding-right: 10px;
}
.member .member-discount .discount-price{
    font-size: 16px;
    color: #fff;
}
.member .member-discount .price{
    font-size: 20px;
}

/* 右侧悬浮 */
.rightSuspend{
    width: 41px;
    height: 80px;
    background-color: #7f7f7f;
    position: fixed;
    right: 0px;
    bottom: 85px;
    text-align: center;
    border-radius: 6px 0 0 6px;
    display: none;
    z-index: 99;
}
.rightSuspend p{
    margin: 0px;
    width: 33px;
    height: 1px;
    margin: 0 auto;
    background-color: #b2b2b2;
}
.rightSuspend .suspend-shoppingcart{
    width: 41px;
    height: 40px;
    text-align: center;
    position: relative;
}
.rightSuspend .suspend-shoppingcart img{
    width: 24px;
    height: 20px;
    margin-top: 9px;
}
.rightSuspend .suspend-shoppingcart .circle{
    min-width: 14px;
    height: 12px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 25px;
    position: absolute;
    top: 6px;
    right: 7px;
    text-align: center;
    line-height: 12px;
    font-size: 10px;
    color: #fff;
}
.rightSuspend .suspend-backTop{
    width: 41px;
    height: 40px;
    text-align: center;
}
.rightSuspend .suspend-backTop img{
    width: 15px;
    height: 16px;
    margin-top: 12px;
}

.rightSuspend1{
    width: 41px;
    height: 40px;
    background-color: #7f7f7f;
    position: fixed;
    right: 0px;
    bottom: 125px;
    text-align: center;
    border-radius: 6px 0 0 6px;
    z-index: 999;
}
.rightSuspend1 .suspend-shoppingcart{
    width: 41px;
    height: 40px;
    text-align: center;
    position: relative;
}
.rightSuspend1 .suspend-shoppingcart img{
    width: 24px;
    height: 20px;
    margin-top: 9px;
}
.rightSuspend1 .suspend-shoppingcart .circle{
    min-width: 14px;
    height: 12px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 25px;
    position: absolute;
    top: 6px;
    right: 7px;
    text-align: center;
    line-height: 12px;
    font-size: 10px;
    color: #fff;
}

.u-flyer {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    position: fixed;
    z-index: 9999;
}
 #msg {
    position: fixed;
    top: 400px;
    right: 10px;
    z-index: 10000;
    width: 1px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, .4);
    display: none;
}

/* 商品评论 */
p{
    margin: 0px!important;
    padding: 0px;
}
.goodsComments{
    min-height: 153px;
    background-color: #fff;
    margin-top: 10px;   
}
.goodsComments .goodsComments-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 45px;line-height: 45px;
    border-bottom: 1px solid #f0f0f0;
}
.goodsComments .goodsComments-title .comments-title{
    margin-left: 15px!important;
}
.goodsComments .goodsComments-title .comments-title .comments{
    color:#353535;
    font-size: 14px;
    font-weight: 600;
}
.goodsComments .goodsComments-title .comments-title .highPraise{
    color: #888989;
    font-size: 14px;
    margin-left: 10px;
}
.goodsComments .goodsComments-title .comments-title .highPraise span{
    color: #db9c5a;
}
.goodsComments .goodsComments-title .lokAll{
    margin-right: 15px!important;
    color: #888989;
    font-size: 13px;
}
.goodsComments .goodsComments-title .lokAll i{
    font-size: 10px;
}
.goodsComments .goodsComments-content .critics{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 15px 15px 15px!important;
}
.goodsComments .goodsComments-content .critics .critics-details{
    display: flex;
    align-items: center;
}
.goodsComments .goodsComments-content .critics .critics-details .critics-name{
    color: #888989;
    font-size: 14px;
    max-width: 140px;
    max-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.merchantsMember {
    margin-left: 18px!important;
}
.merchantsMember img{
    width: 27px;
    height: 13px;
}
.regularMembers{
    margin-left: 8px!important;
}
.regularMembers img{
    width: 15px;
    height: 15px;
}
.goodsComments .goodsComments-content .critics .critics-details .star{
    margin-left: 20px;
}
.goodsComments .goodsComments-content .critics .date{
    color: #888989;
    font-size: 12px;
}
.goodsComments .goodsComments-content .comments-content{
    color: #888989;
    font-size: 14px;
    margin: 0 15px 0px 15px!important;
    padding-bottom: 22px;
}








