@charset "utf-8";
/* 当前位置*/
.sition{ padding: 20px 0; }

/* 商品与信息*/
.goods-area{ display: inline-block; width: 100%; margin-bottom: 15px;}
/* 主图预览*/
.preview{width:450px; height:565px; float:left; position: relative;}
.preview .bigImg {position: relative;float: left;width: 450px;height: 450px;overflow: hidden;}
.bigImg #midimg{width:450px; height:450px;}
.bigImg #winSelector{width:285px; height:260px;}
#winSelector{position:absolute; cursor:crosshair; filter:alpha(opacity=15); -moz-opacity:0.15; opacity:0.15; background-color:#000; border:1px solid #fff;}
#bigView { position: absolute; border: 1px solid #959595; overflow: hidden; z-index: 999;}
#bigView img { position: absolute;}
/* smallImg */
.smallImg{position:relative; height:74px; margin-top:1px; background-color:#F1F0F0; padding:6px 5px 6px 0; width:445px; overflow:hidden;float:left;}
.scrollbutton{ background-color: #959595; color: #fff; width:14px; height:74px; line-height: 74px; text-align: center; cursor:pointer; position: absolute;top: 6px;}
.scrollbutton.smallImgUp{ left: 0; }
.scrollbutton.smallImgDown{ right: 0; }

.niny{ line-height:30px; color:#999; font-size:13px; position:absolute;bottom: 0;}

#imageMenu {height:74px; width:420px; overflow:hidden; margin:0 15px; float:left;}
#imageMenu li {height:74px; width:84px; overflow:hidden; float:left; text-align:center;}
#imageMenu li img{width:74px; height:74px;cursor:pointer;}
#imageMenu li#onlickImg img, #imageMenu li:hover img{ width:68px; height:68px; border:3px solid #959595;}

/* 商品信息*/
.goods-info{ width: 500px; margin: 0 20px; float: left; position: relative; }
.goods-info .state, .goods-info .state a{ color: #999;}
.goods-info .title{ font-size: 18px; font-weight: bold; line-height: 26px; margin: 10px 0;}
.goods-info .p-info dl{ display: flex; align-items: center; margin-top: 25px;}
.goods-info .p-info dl.p-line{ border-bottom: 1px solid #e1e1e1; padding-bottom: 15px;}
.goods-info .p-info dl.p-send dt{ width: auto; }
.goods-info .p-info dl.p-send a{ color: #2a97fc; }
.goods-info .p-info dt{ width: 60px; font-size: 13px; margin-left: 10px;}
.goods-info .p-info dd{ display: flex; align-items: center;}
.goods-info .p-info dd .price{ font-size: 26px; color: #f42f2f; font-family: Arial; font-weight: bold; margin: 0 15px 0 0;}
.goods-info .p-info dd .price-old{ color: #999; margin: 0 10px 0 30px; font-size: 12px;}
.goods-info .p-info dd .tag{ background-color: #F98686; margin: 0 10px 0 0;}
.goods-info .p-btn{ margin-top: 5px; position: relative; }
.goods-info .p-btn a, .goods-info .p-btn span{ width: 166px; text-align: center; padding: 0;}
.goods-info .btn-sold-out{ margin-left: 70px;}
.goods-info .btn-sold-out a, .goods-info .btn-sold-out a:hover{ font-weight: bold; margin: 0; background-color: #c2c2c2; color: #fff !important; padding: 0 80px; width: auto;}
.goods-info .p-btn .btn-buy{ border-color: #f42f2f; color: #f42f2f;}
.goods-info .doment{ padding: 15px 0 0 70px; font-size: 13px;}
.goods-info .spec a{ font-size: 14px;}
.goods-info .spec a.selected{ border: 1px solid #f42f2f; color: #f42f2f;}

/* 微信公众号导流*/
.goods-info .p-info{ position: relative; }
.goods-info .p-info .wx-buy{ background: url('../images/wx-buy.gif') no-repeat; background-size: 100%; text-align: right; width: 200px; height: 106px; position: absolute; right: 0; bottom: -15px;}
.goods-info .p-info .wx-buy img{ width: 95px; height: 95px; margin: 5px 5px 0 0;}

.wx-pro{ background: url('../images/wx-pro.gif') no-repeat; background-size: 100%; text-align: right; width: 750px; height: 143px; margin: 20px 0;}
.wx-pro img{ width: 125px; height: 125px; margin: 8px 9px 0 0;}

/* 物流*/
.logistics{ padding-top: 10px;border-top:1px solid #e1e1e1; padding:25px 10px 0;font-size:14px; margin-top: 25px;}
.logistics .label{ width: 60px; font-size: 13px; margin-left: 10px;}
.logistics-con{ display: flex; align-items: center;}
.logistics-con .red{ color: #f42f2f;}

/* 物流步骤*/
.process { display: flex;flex-wrap: nowrap;padding: 20px 10px;}
.process-wrap { display: flex;flex-direction: column;flex: 1;align-items: center;}
.process-step{ display: flex;align-items: center;width: 100%;}
.process-icon { background-color: #fb1a46; border-radius: 25px; width: 25px; height: 25px;display: flex; align-items: center; justify-content: center;}
.process-icon img{ width: 15px;height: 15px;}
.process-line { background-color: #bfbfbf;flex: 1;height: 3px;}
.process-name { font-size: 12px; padding-top: 5px;}

/* 店铺信息*/
.goods_shop{ width: 199px; border-left: 1px solid #f3f3f3; float: left; min-height: 565px; text-align: center;}
.goods_shop .pic{ display: inline-block; border: #f0f0f0 1px solid;}
.goods_shop .pic img{ max-width: 120px; }
.goods_shop h2{ font-size: 14px; font-weight: bold; margin-top: 15px; }
.goods_shop .btn{ width: 100px; height: 25px; line-height: 25px; margin-top: 10px;}
.goods_shop .num{ color: #777; font-size: 14px; margin: 10px 0 20px;}

/*.goods_shop .wx-order{ width: 150px; text-align: center; margin: 0 auto;}
.goods_shop .wx-buy{ background-color: #f76767; border-radius: 5px; color: #fff; padding: 10px 0; font-size: 15px; font-weight: bold;}
.goods_shop .wx-buy img{ width: 110px; margin-top: 6px;}*/

.goods_shop .packet{ background: url('../images/red-packet-bg.gif') no-repeat; border-radius: 5px; margin: 0 auto; width: 150px; height: 230px;}
.goods_shop .packet img{ width: 128px; margin-top: 11px; border-radius: 10px;}

/* 评价页商品信息*/
.subcate{ margin-bottom: 20px; }
.subcate .layui-btn{ margin: 20px 10px; display: block;}
.subcate .layui-btn:hover{ color: #fff !important; }

/* 其他商品*/
.goods-other{ width: 200px; border: 1px solid #eaeaea; margin-bottom: 40px;}
.goods-other h2{ font-size: 14px;line-height: 40px; padding: 0 10px;font-weight: bold;}
.goods-other ul li{ margin:5px 0 10px; border-top: 1px dotted #eaeaea;}
.goods-other ul li img{ width: 180px;height: 180px; margin: 0 0 10px 0;}
.goods-other ul .proinfo{ padding: 0 10px;}
.goods-other ul .proinfo h3{ font-weight: normal;font-size: 12px;height: 36px;overflow: hidden; line-height: 18px;}
.goods-other ul .proinfo .num{ padding: 5px 0 0;display: flex; align-items: center; justify-content: space-between;}
.goods-other ul .proinfo .num .price{ font-size: 18px; color: #f42f2f;}
.goods-other ul .proinfo .num .comment i{ color: #ccc; margin-right: 3px;}

/* 营养师点评*/
.dietician{background-color: #fff; border: 1px solid #dedede; border-radius: 5px; margin-bottom: 25px; padding: 10px 5px; position: relative;}
.dietician .tit{background-color: #fff; padding: 5px 10px; font-size: 18px; position: absolute; top: -20px; left: 15px;}
.dietician .dietician-con{ display: flex; margin: 15px 0 10px;}
.dietician .dietician-left{flex: 1.2; text-align: center; margin-top: 15px;}
.dietician .dietician-left img{display: block; margin: 0 auto; width: 90px; height: 90px; border-radius: 50%;}
.dietician .dietician-left span{ font-size: 16px; margin-top: 5px; display: inline-block; font-weight: bold;}
.dietician .dietician-right{flex: 7; padding-left: 10px; color: #666; padding-right: 20px; font-size: 1.4rem;}
.dietician .dietician-right p{ font-size: 16px; line-height: 30px; margin: 0;text-indent: 32px;}

/* 商品详情*/
.goods-details{ width: 975px; }
.goods-details .layui-tab{ margin-top: 0; border-width: 1px 0 0 0; box-shadow: none;}
.goods-details .layui-tab-title li{ font-weight: bold; }
.goods-details .layui-tab-title .layui-this{ border-top: 2px solid #f42f2f; color: #f42f2f; }

.goods-details h2{ font-size: 18px; font-weight: bold; line-height: 34px; border-bottom: 2px solid #333; margin-bottom: 20px; margin-top: 10px;}
.goods-details .parameter{ position: relative;}
.goods-details .parameter ul{border-top: 1px solid #EDEDED; display: inline-block;}
.goods-details .parameter li{ list-style: none;float: left;min-height: 42px;line-height: 42px;width: 100%;border: 1px solid #EDEDED;border-top: none;}
.goods-details .parameter strong{ width: 100px;text-align: center;padding-right: 10px;color: #333;font-weight: bold;float: left;background-color: #f5f5f5;}
.goods-details .parameter span.p-short{ width: 500px;padding-left: 10px;float: left;display: inline-block;vertical-align: middle;background-color: #fff;}
.goods-details .parameter span.p-long{ width: 825px;padding: 0 10px;display: inline-block;vertical-align: middle;background: #fff;}
.goods-details .parameter .pic img{ width: 305px;height: 313px;border: 1px solid #EDEDED;border-top: none;padding: 15px;position: absolute;right: -2px;top: 57px;background: #fff;}

/* 新申明*/
.declare{ width: 750px; padding-top: 10px;}
.health-food{ font-size: 14px; padding: 15px 0; display: flex; align-items: center;}
.health-food img{ width: 50px; padding-right: 15px;}
/* 消费者告知书+价格说明*/
.notification{ background-color: #f6f6f6; display: inline-block; padding: 10px 30px 20px;border: 1px solid #eaeaea;font-size: 14px;color: #666;line-height: 25px; width: 690px;}
.notification .notification-tit{ color: #333; text-align: center; padding: 10px 0;}
.notification .notification-right{ float: right; padding: 10px 0 0;}
.notification .tip{ text-indent: 28px; }
.notification ul{ list-style-type: decimal; padding-left: 16px;}

/* 用户评价*/
.evaluate #page{ text-align: center;  margin: 20px 0 0;}
.evaluate .evaluate-star{ display: flex; align-items: center;padding: 20px 20px 20px 40px; border-bottom: 1px solid #eee;}
.evaluate .evaluate-star .s-left{ display: inline-block; text-align: center;}
.evaluate .evaluate-star .s-left p{font-size: 46px; line-height: 45px;}
.evaluate .evaluate-star .s-left span{ font-size: 14px; color: #999;}
.evaluate .evaluate-star .s-middle{ display: inline-block; padding: 0 20px 0 40px;}
.evaluate .evaluate-star .s-middle li{ display: flex; align-items: center; margin-bottom: 10px;}
.evaluate .evaluate-star .s-middle li .layui-progress{ width: 200px; display: inline-block; margin: 0 10px; height: 12px;}
.evaluate .evaluate-star .s-middle li .layui-progress .layui-progress-bar{ height: 12px; }
.evaluate .evaluate-star .s-right{ display: inline-block; }

.evaluate-content dl{ border-bottom: 1px solid #ddd; display: flex; padding: 10px 0;}
.evaluate-content dl dt{ padding-right: 20px;}
.evaluate-content dl dt img{ border-radius: 50%; width: 50px; height: 50px;}
.evaluate-content dl dd{ padding: 15px 0; width: 100%;}
.evaluate-content dl dd .c-1{ border-bottom: 1px dashed #eee; padding-bottom: 10px;}
.evaluate-content dl dd .c-1 span{ float: right; color: #bbb;}
.evaluate-content dl dd .c-2, .evaluate-content dl dd .c-3{ margin-top: 10px; }
.evaluate-content dl dd .c-2 span{ margin-right: 5px; }
.evaluate-content dl dd .c-3 span{ color: #000; }
.evaluate-content dl dd .moip li{ display: inline-block; float: left; margin: 10px 10px 0 0;}
.evaluate-content dl dd .moip li:hover{ cursor: pointer; }
.evaluate-content dl dd .moip li img{ width:100px; height:100px;max-width: 500px;}
#tooltip{ position:absolute; display:none;}
#tooltip img{ max-width: 300px;}

.more-model-btn{ text-align: center; margin: 25px 0;}
.more-model-btn a{ font-size: 14px; text-align: center;}
.more-model{ text-align: center; }
.more-model img{ width: 180px; }

/* 猜你喜欢*/
.goods-like{ margin-bottom: 50px;}
.goods-like .title{ border-bottom: 1px solid #eaeaea; font-size: 18px; line-height: 34px; padding-bottom: 10px; margin-bottom: 10px;}
.goods-like .title .targ{ color: #bbb; font-size: 14px; padding-left: 20px;}

/* 相关资讯*/
.goods-list dl{ margin-bottom: 15px;}
.goods-list dl dt{ font-weight: bold; padding-bottom: 5px;}
.goods-list dl dd{ color: #999; height: 40px; line-height: 20px;}

/* 相关问答*/
.goods-list dl dd.related-ask{ display: flex; }
.goods-list dl dd.related-ask img{ width: 120px; padding-left: 10px; object-fit: cover;}

/* 微信扫码弹出框*/
.wx-model{ position: absolute; bottom: 43px; left: 221px; text-align: center; display: none;}
.wx-model-top{ background: url(../images/wx-model03.png) no-repeat; background-size: 100%; width: 214px; height: 133px; margin-bottom: -12px; margin-left: 5px;}
.wx-model-top img{ width: 78px; margin-top: 58px; margin-right: 6px;}
.wx-model-bottom img{  width: 186px;}

/* 查看积分用途*/
.integral-model{}
.integral-box{ display: inline-block;}
.integral-left dl{ border-right: 1px solid #e5e5e5; padding-right: 30px; margin-right: 30px; }
.integral-title{ font-size: 18px; font-weight: bold; text-align: center; padding-bottom: 20px;}
.integral-box dt{ font-size: 16px; font-weight: bold;}
.integral-box dd{ color: #666; padding-bottom: 10px;}