/* 产品详情页 --本币兑换参考价格添加下拉箭头 */
#goodsInfoContent .goods_freight_reference .country_reference{
	width: auto;
	display: inline-block;
	position: relative;
}
#goodsInfoContent .goods_freight_reference .country_reference:after {
	content: "";
	width: 14px;
	height: 8px;
	background: url(/pw/static/images/arrow-down.png) no-repeat center;
	position: absolute;
	right: 12px;
	top: 43%;
	pointer-events: none;
}
/* 产品详情页 --本币兑换参考价格添加下拉箭头*/
#small #mark {
	width: 150px;
	height: 150px;
	background-color: #fff;
	opacity: .5;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	text-align: center;
}

#big {
	width: 25rem;
	height: 22.8125rem;
	overflow: hidden;
	z-index: 80;
}

#big img {
	width: 25rem;
	height: 22.8125rem;
	position: absolute
}

.homepage_1_2 {
	margin: 0 auto;
	max-width: 1480px;
	padding: 0 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	background-color: #fff;
	margin-top: 40px;
}
.product-box{
	position: sticky;
	position: -webkit-sticky;
	top: 50px;
	z-index: 101;
}

.bq_3 {
	margin: 8px 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.border_shipping {
	width: 5px;
	height: 5px;
	background: #9ca0a4;
	border-radius: 50%;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 2px;
}

.ju_1 {
	display: flex;
	white-space: nowrap;
}

.tip_reference {
	color: #5e6061;
	font-size: 14px;
	line-height: 1.6;
	font-weight: bold;
	display: block;
}

/*商品规格*/
.spec_content {
	margin-bottom: 8px;
}

.xuan_1 {
	margin-top: 8px;
	width: 100%;
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
}

.eu_lug {
	width: auto;
	border: 1px solid #c9cdd0;
	display: flex;
	align-items: center;
	border-radius: 4px;
	margin-right: 16px;
	padding: 11px;
	cursor: pointer;
}

.eu_lug:hover {
	border: 2px solid #ffc356;
	padding: 10px;
}

.eu_lug.eu_lug_disable:hover {
	border: 1px dashed #c9cdd0
}

.eu_lug label {
	font-weight: 400;
	cursor: pointer;
}

.eu_lug1 {
	border: 2px solid #ffc356;
	background-color: rgba(255, 248, 231, 1);
	padding: 10px;
}
.essential-list.eu_lug_disable .essential-label{
	border: none;
}
.essential-list.eu_lug_disable{
	border-radius: 4px;
}
.eu_lug_disable {
	border: 1px solid #c9cdd0;
	background-color: #f5f7f8;
	pointer-events: none;
	cursor: default;
}

.eu_lug_disable .zuby_1 {
	color: #9ca0a4;
}

.zuby_1 {
	font-size: 14px;
	line-height: 1.6;
}

/*商品规格end*/

/*组合商品*/
.essential-content .bq_4{
	font-weight: bold;
}
.essential-list-box{
	height: auto;
}
/*.essential-list-box.hidden-goods{*/
/*	max-height: 223px;*/
/*	overflow: hidden;*/
/*}*/
.view-more-goods{
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	color: #ffc356;
	padding-top: 8px;
	cursor: pointer;
}
.essential-list{
	position: relative;
	margin-top: 8px;
}
.essential-list .checkedBtn{
	position: absolute;
	left: 5%;
	top: 47%;
	transform: translate(-20%,-30%);
}

.essential-label {
	width: 100%;
	border: 1px solid #c9cdd0;
	border-radius: 4px;
	display: flex;
	/*margin-top: 8px;*/
	padding: 15px 24px;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.essential-label:hover {
	border: 2px solid #ffc356;
	background-color: rgba(255, 248, 231, 1);
	padding: 14px 23px;
}

.essential-label.checked-active{
	border: 2px solid #ffc356;
	background-color: rgba(255, 248, 231, 1);
	padding:14px 23px;
}
.essential-label.essential-disable{
	border: 1px dashed #c9cdd0;
	background-color: #f5f7f8;
	pointer-events: none;
	cursor: default;
}
.checkedBtn{
	margin: 0;
}
.essential-product-box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	padding-left: 16px;
	padding-bottom: 20px;
	position: relative;
}
.essential-product-name{
	vertical-align: middle;
	font-size: 14px;
	color: #333;
	font-weight: 500;
}

.essential-price{
	font-size: 16px;
}
.essential-price.essential-price-discount{
	color: #EE4624;
}
.essential-box{
	position: absolute;
	right: -10px;
	bottom: -5px;
}
.essential-box del{
	font-size: 12px;
	color: #9CA0A4;
	padding-left: 8px;
}
.combination-goods-pop{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
	margin: 0;
	z-index: 999999999999999999;
	display: none;
}
.combination-goods-content{
	background: #FFFFFF;
	border-radius: 4px;
	padding: 40px 16px;
	width: 900px;
	/*margin: 0 auto;*/
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 999;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.combination-goods-img{
	width: 35%;
}
.combination-goods-img img{
	border: 1px solid #E7E7E7;
}
.combination-goods-info{
	width: 62%;
}
.combination-goods-info .bq_2{.essential-product-box
	font-size: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #E7E7E7;
}
.combination-price-box{
	padding: 24px 0;
}
.price.price-discount{
	color: #EE4624;
}
.price.price-discount del{
	color: #9CA0A4;
	font-size: 16px;
	padding-left: 8px;
}
.bundle-box del{
	color: #9CA0A4;
	font-size: 16px;
	padding-left: 8px;
}
#combinationFixed{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .5;
	background: #000;
	z-index: 999999999999999998;
}
.combination-button{
	background-color: #ffc356;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	border-radius: 4px;
	border: 1px solid #ffc356;
	padding: 13px;
	display: inline-block;
	margin-right: 20px;
	min-width: 120px;
}
.combination-button.more_goods{
	background: #FFFFFF;
	border: 1px solid #333333;
	color: #333333;
}
.combination-button.more_goods:hover{
	color: #333;
}
.combination-button:hover{
	color: #fff;
}
.combination-goods-content .icon-close{
	position: absolute;
	right: 8px;
	top: 8px;
	font-size: 20px;
	color: #9CA0A4;
	font-weight: bold;
	cursor: pointer;
}
.combination-goods-pop .spec_content .bq_4{
	font-size: 16px;
}
.spec_bundle_content{
	margin-bottom: 10px;
}
.bundle_spec_list{
	margin-bottom: 16px;
}
.bundled-total-box{
	padding: 16px 0;
	margin-top: 1.5rem;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.bundled-total-box span{
	font-size: 28px;
	font-weight: bold;
}
.bundled-total-box .total-text{
	font-size: 20px;
	font-weight: normal;
}
.label-img-box{
	display: inline-block;
	margin-left: 24px;
}
.view-bundle-goods{
	display: inherit;
	padding-top: 5px;
	position: absolute;
	bottom: -5px;
}
@media screen and (max-width: 768px){
	.combination-goods-content{
		width: 95%;
		padding: 15px;
	}
}
@media screen and (max-width: 576px){
	.combination-price-box{padding: 8px 0}
	.combination-goods-info .bq_2{
		margin-bottom: 0;
	}
	.combination-goods-img{
		width: 100%;
		margin-bottom: 16px;
	}
	.combination-goods-info{
		width: 100%;
	}
	.essential-label{
		padding: 15px;
	}
	.essential-label:hover {
		padding: 14px;
	}
}
/*组合商品end*/


.xiala1 {
	width: 100%;
	margin-top: 0.5rem;
}

/*购买和加入购物车按钮*/
.an_boss {
	margin-top: 1.5rem;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.an_1 {
	width: 48.5%;
}

.an_2 {
	width: 48.5%;
}

.an_boss_1 {
	margin-top: 1rem;
	width: 100%;
}

/*购买和加入购物车按钮end*/




/*Estimate shipping 按钮*/
.nbu_1 p {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 20px;
}

.form-control.estimate_country {
	padding: 11px 32px 11px 16px;
}

/*Estimate shipping 按钮end*/

/*快递服务*/
.goods_freight{ width:100%; /*display:inline-block;*/ position:relative}
.goods_freight h4{ width:100%; display:inline-block; font-size:14px;}
.goods_freight .tip{ color:#666; display:inline-block; font-size:14px;}
.goods_freight .country{ width:100%; display:inline-block; margin-top:5px;}
.goods_freight .country .cou{ color:#666; font-size:14px; display:inline-block;}
.goods_freight .country .form-control{ width:200px; display:inline-block; height:30px; line-height:30px; padding:0px;vertical-align: top; border-radius:0}
.goods_freight .country .jisuan_btn{ color:#000; font-size:12px; height:29px; border:1px #ccc solid; background:#eee;}
.goods_freight .result{ font-size:12px; color:#000; display:inline-block; width:100%; margin:5px 0px; color:#666;background: #fff;left: 0;}
.goods_freight .result a{ color:#666;}
.goods_btn{ width:100%; display:inline-block; margin-top:15px; font-size:14px;}
.goods_btn_nav{ margin-top:10px;}
.goods_freight .result .mc .tt{    height: 26px;    line-height: 26px;    font-size: 14px; color:#666;}
.goods_freight .result .mc .table{    margin-bottom: 10px;}
.goods_freight .result .mc .table thead tr th{ border-bottom:none;}
.goods_freight .btn-submit{ text-align:center;}
/*快递服务*/
/* 锚链接 */
.mao_1 {
	width: 100%;
	margin-top: 5rem;
	border-bottom: 1px solid #C9CDD0;
	display: block;
	padding-left: 0px;
}
.mao_1 .nav_content{
	max-width: 1440px;
	padding: 0 20px;
	box-sizing: border-box;
}
.nav_content {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	overflow: auto;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}

.nav-content-list {
	/*max-width: 1400px;*/
	/*margin: 0 auto;*/
}

.nav_content .product-name h4 {
	line-height: 1.5;
	font-size: 16px;
	font-weight: bold;
}

.nav_content .product-price {
	/*display: inline-block;*/
	margin-right: 20px;
	font-size: 20px;
	vertical-align: middle;
	font-weight: bold;

}
.mao_2 {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 80;
	display: none;
	background-color: #f5f7f8;
	padding: 0 40px;
	border-bottom: 1px solid #C9CDD0;
}

.m-block{
	display: none;
}
.pc-block{
	display: inline-block;
}
/* 模块二 */
.scrollspy-example #summary{
	border-top: none;
	padding: 0;
}
.fenk_1 {
	width: 25%;
	float: left;
}
.pw_BuyHtml .fenk_1{margin-right: 20px;}
.fenk_1 .zhi4_1{
	margin-bottom: 16px;
}
.comment_rank{
	cursor: pointer;
}

.fenk_2 {
	float: left;
}

.myWantComment {
	float: right;
}
.pw_BuyHtml .myWantComment{float: left;margin-bottom: 20px;}



.zdf_1 {
	display: flex;
	margin-top: 0.1rem;
}

.pihm_1 {
	font-size: 14px;
	line-height: 1.6;
	padding-left: 0.5rem;
}

.jdt_1 {
	width: 10rem;
	height: 1.25rem;
	margin-top: 0.15rem;
	border: 1px solid #c9cdd0;
}

.jdt_2 {
	height: 1.2rem;
	background-color: #ff9402;
}


.isTop {
	position: absolute;
	top: 0;
}

.isBottom {
	position: absolute;
	bottom: 0;
}



.more_view {
	color: #ffc356 !important;
	cursor: pointer;
	padding-left: 15px;
	padding-top: 10px;
	display: inline-block;
}

.buy_price .price {
	display: inline-block;
	font-size: 28px;
	font-weight: bold;
}

.buy_price .before_price {
	color: #9CA0A4;
	font-size: 16px;
	font-weight: bold;
}

/*手机端轮播图*/
.min_lb {
	display: none;
}
.uy_1 {
	display: block;
}
.l1 .swiper-wrapper {
	width: 100%;
	height: 100%;
}

/*手机端轮播图end*/
.btn {
	border-color: #ccc !important;
}

.goods_price .goods_number {
	padding-top: 10px;
}
.goods-number-box{
	display: flex;
	align-items: flex-end
}
.goods-number-box .help_msg{
	padding-left: 10px;
}
.goods_price .goods_number p {
	color: #5e6061;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
}
.goods_price .goods_number h3{
	font-weight: bold;
	padding-bottom: 8px;
}
.goods_ask_add {
	padding: 20px 0;
	background-color: #fff;
}

.form-edit-action {
	text-align: center;
	margin-top: 20px;
}

.form-edit-action .button-inquire-sumbit {
	text-align: center;
}

.standard_top_content {
	display: none;
	margin: 0 auto;
}

.content_top {
	/*padding: 0 2rem;*/
	max-width: 1400px;
	display: flex;
	justify-content: space-between;
	align-content: center;
	flex-wrap: wrap;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 80;
	margin: 0 auto;
}

.standard_title {
	line-height: 48px;
	background-color: var(--main-color);
	background-color: #ffc356;
	width: 50%;
	text-align: center;
	cursor: pointer;
	height: 48px;
}

.standard_button {
	line-height: 48px;
	background-color: #fff;
	width: 50%;
	text-align: center;
	cursor: pointer;
	height: 48px;
}

.standard_button .icon-cart {
	font-weight: bold;
}

.standard_title span {
	color: #fff;
}

.goods_freight_reference {
	margin-top: 20px;
}

.description_promote_info{
	padding-bottom: 20px;
}
.description_promote_info p{
	line-height: 1.5;
	padding-bottom: 8px;
}
/*ask select*/

/*购物车图标*/
.mobile-cart-box{
	display: inline-block;
}
.navbar_right_cart.goods-cart-box{
	position: fixed;
	right: 15px;
	bottom: 32%;
	background-color: #fff;
	padding: 9px;
	border-radius: 4px;
}
.navbar_right_cart.goods-cart-box .navbar_cart_menu{
	display: none;
}
.nav_addcart .add-cart-two{
	padding: 10px;
	font-size: 16px;
	line-height: 1;
}
/*购物车图标end*/


@media screen and (max-width: 1400px) {
	#big {
		position: absolute;
		left: 500px;
		top: 630px;
	}

	.homepage_1_2 {
		justify-content: center;
		padding: 0 40px;
	}
}
@media screen and (max-width: 1200px) {
	.pw_BuyHtml .fenk_1{width: 30%;}
}
@media screen and (max-width: 992px) {
	.pw_BuyHtml .fenk_1{width: 40%;}
	.bouytw_1 {
		margin-top: 1rem;
	}

	.homepage_1_2 {
		margin-top: 0;
		padding: 0;
	}

	.min_lb {
		display: block;
	}

	.uy_1 {
		display: none;
	}

	#big {
		position: absolute;
		left: 400px;
		top: 630px;
	}

	.mao_2 {
		top: 0;
		padding: 0 20px;
	}
	.mao_1{
		padding-left: 0px;
	}

}
@media screen and (max-width: 767px) {
	.nav_addcart{
		padding: 0 24px;
	}
	.nav_addcart .add-cart-two{
		width: 100%;
		border-radius:0;
		padding: 13px;
	}
	#xp_foot{
		margin-bottom: 40px;
	}
	.mobile-cart-box{
		position: fixed;
		bottom: 0;
		right: 0;
		width: calc(100% - 60px);
	}
	.navbar_right_cart.goods-cart-box{
		bottom: 0;
		left: 0;
		right: initial;
		top: initial;
		padding: 7px 16px;
		background-color: #fff !important;
		border-radius: 0px;
		border-top: 1px solid #E3E7EA;
		border-bottom: 1px solid #E3E7EA;
	}
}
@media screen and (max-width: 800px) {
	#big {
		position: absolute;
		left: 300px;
	}

	/*.nav_addcart {*/
	/*	display: none;*/
	/*}*/

	.standard_top_content {
		display: block;
	}

	.l1 .swiper-container {
		border: none;
	}
}

@media screen and (max-width: 671px) {
	#big {
		position: absolute;
		left: 210px;
	}
}

@media screen and (max-width: 660px) {
	.fenk_1 {
		width: 100%;
	}
	.pw_BuyHtml .fenk_1 {
		width: 60%;
		margin-right: 0px;
	}
}

@media screen and (max-width: 520px) {
	#big {
		position: absolute;
		left: 120px;
		top: 540px;
	}

	.myWantComment {
		width: 100%;
		margin-top: 20px;
	}

	.myWantComment p {
		text-align: center;
	}

	.fenk_2 {
		margin-top: 20px;
	}
	.pw_BuyHtml .fenk_1 {width: 100%;}
	.pw_BuyHtml .myWantComment{margin-bottom: 0;}
}

@media screen and (max-width: 576px) {
	.mao_1 .nav_content{padding: 0;}
	.jdt_2 {
		height: 1.1rem;
	}

	.an_1 {
		width: 100%;
	}

	.an_2 {
		width: 100%;
		margin-bottom: 16px;
	}

	.mao_2,
	.mao_1 {
		padding-right: 0px;
		padding-left: 0px;
	}
	.m-block{
		display: block;
	}
	.pc-block{
		display: none;
	}
	.essential-box{
		position: absolute;
		right: 0;
		bottom: -5px;
	}
	.mao_1 .nav_content .my_Affiliate_ul li:nth-child(3){
		margin-right: 0px !important;
	}
}

@media screen and (max-width: 440px) {
	.boss_1 {
		display: none;
	}
}