@charset "UTF-8";

.white-box {
	background-color: #fff;
}

.shop-info {
	padding: 20px;
	border-radius: 8px 8px 0 0;
}

.info-wrap {
	padding-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px dashed #d6d6d6;
}

.info-wrap .info-left {
	width: 450px;
}

.info-left .swiper-container {
	width: 100%;
	height: 450px;
	margin-left: auto;
	margin-right: auto;
}

.info-left .swiper-slide {
	background-size: cover;
	background-position: center;
}

.info-left .swiper-slide img {
	display: block;
	height: 100%;
	width: 100%;
}

.info-left .gallery-top {
	width: 100%;
}

.info-left .gallery-thumbs {
	height: 80px;
	box-sizing: border-box;
	padding: 10px 0;
	margin: 0 50px !important;
	width: auto;
}

.info-left .gallery-thumbs .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}

.info-left .gallery-thumbs .swiper-slide-active {
	opacity: 1;
}

.info-left .collect {
	margin-top: 20px;
	height: 22px;
	padding-left: 22px;
	line-height: 22px;
	cursor: pointer;
	background: url(../images/star1.png) no-repeat 0 center;
}

.info-left .collect.active {
	background: url(../images/star1-active.png) no-repeat 0 center;
}

.info-wrap .info-right {
	margin-left: 20px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
}
.info-wrap .shop-name {
	margin-bottom: 10px;
	font-size: 18px;
	color: #333;
	word-break: break-all;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.info-wrap .sold {
	margin-bottom: 20px;
	color: #999;
	font-size: 16px;
}
.info-wrap .price-box {
	padding: 15px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f5f5f5;
}
.info-wrap .price-box-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 28px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.info-wrap .price-box .price span {
	display: inline-block;
	line-height: 28px;
}
.info-wrap .price-box .price .label {
	width: 56px;
	margin-right: 10px;
}
.info-wrap .price-box .price-font {
	color: #e1251b;
	font-family: "D-DIN";
	font-weight: bold;
	font-size: 16px;
}
.info-wrap .price-box .price-font .price-num {
	font-size: 22px;
}
.info-wrap .price-box .price-view {
	width: 89px;
	height: 28px;
	line-height: 26px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e1251b;
	padding-left: 30px;
	background: url("../images/xygproductdetail/price_view.png") no-repeat left 8px center;
	color: #e1251b;
	font-size: 13px;
}
.info-wrap .price-box .price-view1 {
	width: 115px;
	height: 28px;
	line-height: 26px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e1251b;
	padding-left: 30px;
	background: url("../images/xygproductdetail/price_view1.png") no-repeat left 8px center;
	color: #e1251b;
	font-size: 13px;
}

.info-wrap .price-box-bottom {
	margin-top: 20px;
	line-height: 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.info-wrap .price-box-bottom .text {
	color: #333;
}

.info-wrap .price-box-bottom .bottom-item {
	width: 33.3334%;
	display: flex;
}
.info-wrap .price-box-bottom .bottom-itemgys {
	width: 60%;
	display: flex;
}
.delivery-loc {
	height: 30px;
}

.info-right .name {
	color: #999999;
	margin-right: 10px;
}

.info-right .item {
	margin-top: 20px;
}

.info-right .loc {
	display: inline-block;
	position: relative;
}

.info-right .loc p {
	width: 164px;
	height: 30px;
	border: 1px solid #d6d6d6;
	line-height: 28px;
	padding-left: 10px;
	position: relative;
	cursor: pointer;
	background: url(../images/arrow.png) no-repeat right 12px center;
}

.info-right .loc p.active + ul {
	display: block;
}

.info-right .loc ul {
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	top: 32px;
	z-index: 10;
	border-radius: 2px;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
	background: #fff;
	padding: 4px;
	max-height: 164px;
	overflow-y: auto;
}

.info-right .loc ul li {
	line-height: 26px;
	padding-left: 10px;
	cursor: pointer;
}

.info-right .loc ul li:hover {
	color: #e50012;
}

.info-right .err {
	display: none;
	padding-left: 22px;
	margin-left: 20px;
	background: url(../images/err.png) no-repeat 0 center;
}

.info-right .norms .color,
.info-right .colors .color {
	display: inline-block;
	vertical-align: middle;
}

.info-right .norms li,
.info-right .colors li {
	display: inline-block;
	height: 30px;
	line-height: 28px;
	padding: 0 10px;
	border: 1px solid #d6d6d6;
	margin-right: 6px;
	cursor: pointer;
}

.info-right .norms li.active,
.info-right .colors li.active {
	border: 1px solid #e1251b;
	color: #e1251b;
}

.colors li.disabled {
	border: 1px dashed #ccc;
	color: #999;
}

.info-right .count-con {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

.info-right .count-con > * {
	float: left;
}

.info-right .count-con span {
	cursor: pointer;
	width: 22px;
	height: 22px;
	background: #e5e5e5;
	line-height: 22px;
	cursor: pointer;
	font-size: 20px;
}

.info-right .count-con span.limit {
	color: rgba(153, 153, 153, 0.5);
}

.info-right .count-con input {
	display: inline-block;
	width: 34px;
	height: 22px;
	line-height: 20px;
	text-align: center;
	border: 1px solid #e5e5e5;
}

.info-right .count .remind {
	display: inline-block;
	color: #999;
}

.info-right .count .remind .red {
	color: #e1251b;
}

.confirm {
	margin-top: 20px;
}

.confirm .btn {
	display: inline-block;
	width: 132px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
	vertical-align: middle;
}

.confirm .btn.buy {
	background: #e1251b;
	color: #fff;
	margin-right: 20px;
}

.confirm .btn.add-cart {
	background: #fff url(../images/add-cart.png) no-repeat 16px center;
	color: #e1251b;
	padding-left: 20px;
	border: 1px solid #e1251b;
}

.label,
.unit {
	color: #999;
}

.sub-tt {
	position: relative;
	padding: 0 0 0 16px;
	font-weight: bold;
	color: #333;
	font-size: 16px;
	height: 24px;
	line-height: 24px;
}
.sub-tt:hover {
	color: #333;
}
.sub-tt::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	width: 4px;
	height: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #e1251b;
}

.other-supplier {
	position: relative;
	padding: 23px 0 20px;
}
.other-supplier .btns {
	position: absolute;
	right: 0;
	top: 23px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.other-supplier .btns a {
	padding: 0 10px;
	text-align: center;
	display: block;
	color: #333;
	height: 30px;
	line-height: 28px;
	border: 1px solid #d6d6d6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.other-supplier .btns a + a {
	margin-left: 10px;
}

.supplier-list {
	margin-top: 23px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 88px;
}
.supplier-list li {
	position: relative;
	padding: 0 23px;
}
.supplier-list li::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 38px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #d3d3d3;
}
.supplier-list li:nth-last-child(1)::before {
	display: none;
}

.supplier-item {
	padding: 10px;
	display: block;
	width: 135px;
	height: 88px;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid transparent;
}
.supplier-item .name {
	line-height: 21px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
}
.supplier-item .price {
	line-height: 26px;
	font-weight: bold;
	font-family: "D-DIN";
	color: #e1251b;
}
.supplier-item .price-unit {
	font-size: 10px;
}
.supplier-item .price-num {
	font-size: 22px;
}
.supplier-item .count {
	line-height: 21px;
}
.supplier-item .count .num {
	color: #666;
}
.supplier-item:hover {
	border: 1px solid #e1251b;
	background-color: #fff7f7;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

.shop-detail {
	margin-top: 20px;
}

.shop-similar {
	float: left;
	width: 274px;
	margin-right: 20px;
	border: 1px solid #e9e9e9;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
}
.shop-similar .similar-top {
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #d6d6d6;
}
.shop-similar .similar-type {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.shop-similar .similar-type li {
	padding: 0 12px;
	height: 27px;
	line-height: 27px;
	background-color: #f5f5f5;
	cursor: pointer;
}
.shop-similar .similar-type li.active {
	background-color: #e1251b;
	color: #fff;
}
.shop-similar .similar-type li + li {
	margin-left: 4px;
}
.shop-similar .similar-bd {
	padding: 20px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.shop-similar .similar-list {
	margin-top: 20px;
}
.shop-similar .similar-list li {
	height: 62px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}
.shop-similar .similar-list li .shop-img {
	width: 71px;
	height: 46px;
	margin-right: 6px;
}
.shop-similar .similar-list li .shop-img img {
	vertical-align: top;
	width: 100%;
	height: 100%;
}
.shop-similar .similar-list li .name-price {
	width: calc(100% - 71px - 6px);
}
.shop-similar .similar-list li .name-price .name {
	line-height: 21px;
	word-break: break-all;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #333;
}
.shop-similar .similar-list li .name-price .price {
	line-height: 21px;
	height: 21px;
	font-weight: bold;
	font-family: "D-DIN";
	color: #e1251b;
}
.shop-similar .similar-list li .name-price .price span {
	display: inline-block;
	vertical-align: top;
}
.shop-similar .similar-list li .name-price .price-unit {
	margin-top: 5px;
	line-height: 16px;
	height: 16px;
	font-size: 10px;
}
.shop-similar .similar-list li .name-price .price-num {
	font-size: 18px;
}
.shop-similar .similar-list li + li {
	margin-top: 15px;
}

.detail-wrap {
	padding: 0 20px 20px;
	width: calc(100% - 274px - 20px);
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.detail-wrap .detail-tab {
	position: static;
	width: 946px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #e9e9e9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.detail-wrap .detail-tab.sticky {
	position: fixed;
	top: 0;
	background-color: #fff;
	z-index: 10;
}
.detail-wrap .detail-tab li {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #666;
	cursor: pointer;
	font-size: 16px;
}
.detail-wrap .detail-tab li.active {
	color: #e1251b;
	border-bottom: 2px solid #e1251b;
}
.detail-wrap .detail-tab li + li {
	margin-left: 40px;
}

.detail-bd > li {
	padding-top: 20px;
}
.detail-bd > li .sub-tt {
	margin-bottom: 20px;
}

.detail-params .params-table {
	border-top: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
}
.detail-params .params-table td {
	padding: 14px 12px;
	line-height: 21px;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
}
.detail-params .params-table td:nth-child(1) {
	background-color: #f9f9f9;
	text-align: center;
	color: #999999;
}

.shop-desc .pic img {
	vertical-align: top;
}
.shop-desc .desc-text {
	margin-top: 20px;
	line-height: 21px;
}

body .layui-layer-title {
	font-size: 16px;
	display: flex;
	justify-content: space-between;
}

.introduce p {
	line-height: 24px;
	color: #555;
	margin-top: 10px;
}

.introduce img {
	display: block;
	width: 100%;
	margin: 15px 0;
}

.suspension {
	display: none;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	height: 62px;
	background: #fff;
	z-index: 1000;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
}

.suspension .container {
	display: flex;
	justify-content: space-between;
}

.suspension .btns {
	margin-top: 10px;
}

.suspension .name {
	width: 600px;
	line-height: 62px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.suspension .title {
	height: 50px;
	display: flex;
	justify-content: flex-start;
}

.suspension .title span {
	margin-right: 40px;
	height: 50px;
	line-height: 48px;
	border-bottom: 2px solid transparent;
	cursor: pointer;
}

.suspension .title span.active {
	color: #e1251b;
	border-bottom: 2px solid #e1251b;
}

.swiper2 {
	position: relative;
}

.swiper2 .swiper-slide {
	opacity: 1 !important;
}

.swiper2 .swiper-slide-active {
	border: 1px solid #e1251b;
}

.swiper2 .swiper-button-white {
	z-index: 10;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-top: -15px;
	background: #fff url(../images/swiper-arrow.png) no-repeat center;
}

.swiper2 .swiper-button-prev {
	transform: rotate(180deg);
}

/* 配送地址 */
.choose-address {
	position: relative;
}

.choose-address .address {
	float: left;
	padding-left: 9px;
	padding-right: 16px;
	color: #666;
	cursor: pointer;
	background: url(../images/mall/arr-close.png) no-repeat right;
}

.choose-address .drop {
	position: absolute;
	top: 29px;
	left: 0px;
	z-index: 1;
	box-sizing: border-box;
	padding-top: 5px;
	width: 400px;
	height: 182px;
	border: 1px solid #d5d4d4;
	background-color: #fff;
}

.choose-address .area-hd {
	padding: 0 5px;
	margin-bottom: 3px;
	height: 27px;
	border-bottom: 1px solid #d5d4d4;
}

.choose-address .area-hd-item {
	float: left;
	padding: 0 10px;
	border: 1px solid transparent;
	line-height: 26px;
	transition: all .2;
	cursor: pointer;
}

.area-hd-item.active, .area-hd-item:hover {
	border-color: #d5d4d4;
	border-bottom-color: #fff;
}

.choose-address .area-bd {
	position: relative;
}

.choose-address .area-bd-item {
	position: absolute;
	width: 100%;
	height: 144px;
	background-color: #fff;
	overflow: auto;
}

.choose-address .area-bd-item.active {
	z-index: 10;
}

.area-bd-item > span {
	float: left;
	margin: 5px 5px;
	padding: 0 4px;
	line-height: 24px;
	color: #222;
	cursor: pointer;
	transition: all .2s;
	min-width: 36px;
	text-align: center;
}

.area-bd-item .item-disabled {
	color: #ccc;
}


.area-bd-item > span:hover {
	color: #df3033;
}

.area-bd-item .item-disabled:hover {
	color: #ccc;
}

.store .store-address {
	float: left;
	margin-left: -5px;
	color: #999;
}

.store .store-prompt {
	margin: 0 10px;
	color: #999;
	float: left;
}

.store .store-prompt strong {
	margin-right: 5px;
	float: left;
	font-size: 12px;
}

/**
 * 3.0需要加载的样式
 * date: 2023-8-28
 * author: xhz;
 */
*, :before, :after {
	background-repeat:no-repeat;
	box-sizing:border-box;
}

.main {
    display: block;
}
 

/* 20241025 by fixed wzhchao */
.info-wrap .price-box{
	padding:20px 10px;
}
.price-box-top{
	margin-bottom:4px;
}
.info-wrap .price-box-bottom{
	margin-top:12px;
}
.info-wrap .price-box-bottom .text{
	flex:1;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.info-wrap .price-box .price-view {
	background: url("../images/xygproductdetail/price_view.png") no-repeat left 8px center #FFF5F5;
}
.supplier-item .count{
	color:#999;
}
.choose-address .address{
	padding-top:4px;
	padding-bottom:4px;
	border:1px solid #D6D6D6;
	color:#333;
	padding-right:33px;
	background:url('../images/xygproductdetail/arr_close.png') no-repeat right 10px center;
}
.price-box-top li a {
	width: auto !important;
	padding-right: 10px;
	display: inline-block;
}

.price-box-top ul {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

.price-box-top li + li {
	margin-top: 7px;
}

.layer-title-count {
	color:#E1251B;
}

.layer-title-word {
	font-size: 14px;
	display: inline-block;
	margin-top: 1px;
}