.content>.container {
	width: 100%;
	background-color: #f6f6f6;
	margin-top: 70px;
}

.web-goods-detail-content {
	overflow-x: hidden;
	padding: 0 15px;
	width: 98%;
	margin: 0 auto;
}

.web-product-price-box {
	font-size: 20px;
	margin-bottom: 0;
}

.web-item-no {
	font-size: 14px;
	margin-bottom: 25px;
	color: #3d3d3d;
}

.swiper-goods-list .swiper-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.swiper-goods-list .swiper-wrapper .swiper-slide {
	width: 48%;
	margin: 0 1%;
	margin-bottom: 20px;
}


/* 图片展示部分 */

.hd .on {
	opacity: 1;
	border-color: #000;
}


/* 图片展示 响应式 */

@media screen and (max-width: 1199px) {
	#pic-play .hd {
		display: none;
	}
	.swiper-goods-list .swiper-slide .pic img {
		width: 100%;
	}
	.video-poster {
		position: relative;
	}
	.videoBtn {
		background: url(../../images/videobtn.png) no-repeat;
		background-size: 100% 100%;
		height: 80px;
		width: 80px;
		position: absolute;
		top: calc(50% - 50px);
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 10;
	}
	.swiper-goods-list .swiper-wrapper {
		flex-wrap: initial;
	}
	.swiper-goods-list .swiper-wrapper .swiper-slide {
		width: 100%;
		margin: 0;
		margin-bottom: 0;
	}
}


/* 系列商品列表 */

li.goods-show-list {
	border: 1px solid #ccc;
	width: 75px;
	margin-right: .5rem;
	overflow: hidden;
	text-align: center;
	padding: 8px 4px 4px;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

li.goods-show-list.section {
	border: 1px solid #636161;
}

.goods-show-list img {
	width: 50px;
	height: 50px;
	margin: 0 auto;
}

.short-name {
	font-size: 12px;
	color: #999;
	margin-top: 3px;
	margin-bottom: 0;
	line-height: 1.2;
}

.col-12 #form_prod .list-unstyled li.section {
	border: solid 1px red;
}


/* 尺寸选择框  */

.web-specification {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
	align-items: center;
}

.web-specification .text-capitalize {
	margin-right: 10px;
	font-size: 14px;
}

.goods-size-btn {
	display: inline-block;
	margin: 1px 10px 3px 0;
	cursor: pointer;
	border: 1px solid #ccc;
	padding: 0 5px;
	height: 24px;
	line-height: 22px;
	width: 135px;
	position: relative;
	overflow: hidden;
	text-align: center;
	color: #000;
}

li.choosed-good {
	border: #000 solid 1px;
	line-height: 22px;
	background: inherit;
	letter-spacing: 0.5px;
}

.web-product-img {
	padding-right: 20px;
	width: 60%;
	padding-right: 5%;
}

.web-product-info {
	padding-left: 20px;
	width: 30%;
	max-width: 30%;
}

.web-activity-rules {
	margin: 3px 0;
}

.web-activity-rules span {
	font-size: 12px;
	color: #000;
	border: solid 1px #000;
	padding: 0px 3px;
	display: inline-block;
	margin-bottom: 5px;
	font-weight: 500;
	letter-spacing: 0.3px;
}

.web-activity-rules .web-activity-0 {
	margin-right: 10px;
}

.m-also-like-set {
	display: none;
}


/* 商品数量  */

.web-qty-box {
	margin-top: 15px;
}

.change-goods-num {
	display: inline-block;
	position: relative;
	margin: 0 0 8px 0;
}

.change-goods-num input.goods-num {
	height: 28px;
	border: none;
	width: 6rem;
	background-color: #f6f6f6;
}

.change-goods-num input.goods-num:focus {
	outline: none;
}

.goods-num-btn:focus,
.goods-num-btn:active {
	background-color: #9dcad8;
}

.goods-num-pre {
	top: 0;
	left: 0;
	background: url(../../images/product-minus.svg) no-repeat 50% 65% / 10px 11px;
}

.goods-num-next {
	top: 0;
	right: 0;
	background: url(../../images/product-add.svg) no-repeat 50% 57% / 12px 12px;
}

.goods-num-btn {
	height: 24px;
	width: 24px;
	position: absolute;
	text-align: center;
	cursor: pointer;
	display: inline-block;
}

.web-swiper-prev-icon {
	height: 10px;
	width: 24px;
	text-align: center;
	display: inline-block;
	background: url(../../images/kaykelly-sprite-new.png) 0 -769px / 24px auto no-repeat;
}

.web-swiper-next-icon {
	height: 10px;
	width: 24px;
	text-align: center;
	display: inline-block;
	background: url(../../images/kaykelly-sprite-new.png) 0 -792px / 24px auto no-repeat;
}


/* 商品尺寸 */

.size-guide {
	color: #f00;
	text-transform: uppercase;
	font-size: 12px;
}


/* 商品结算 */

#add-cart-and-checkout-btn {
	margin-top: 20px;
}

.btn-add-to-cart,
.btn-checkout {
	width: 80%;
	border: 1px solid #272422;
	background: #000;
	text-align: center;
	white-space: nowrap;
	color: #fff;
	text-transform: uppercase;
	height: 50px;
	letter-spacing: 1.5px;
	line-height: 50px;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}

.btn-add-to-cart:hover {
	color: #fff;
}

.btn-add-to-cart:focus,
.btn-add-to-cart:active,
.btn-checkout:focus,
.btn-btn-checkout:active {
	outline: none;
	box-shadow: none;
	background-color: #4a4a4a;
}

.btn-checkout {
	background-color: #000;
	color: #fff;
}

.web-size-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}


/* 商品提示 */

.if-no-data {
	display: none;
	color: #f00;
	font-size: 12px;
	padding-left: 10px;
}


/* 商品 介绍  pc */

.nav-tabs {
	position: relative;
}

.show-pc .nav-tabs {
	width: 100%;
}

.nav-tabs:after {
	position: absolute;
	content: '';
	width: 33%;
	height: 3px;
	background-color: #222;
	left: 0;
	bottom: 0;
	-webkit-transition: left .3s, right .3s;
	transition: left .3s, right .3s;
}

.nav-tabs.bottom-data-0:after {
	left: 0;
}

.nav-tabs.bottom-data-1:after {
	left: 33%;
}

.nav-tabs.bottom-data-2:after {
	left: 66%;
}

.nav-tabs .nav-item {
	height: 100%;
	padding: 0;
}

.nav-tabs .nav-link {
	border: none;
	padding: .5rem;
}

.tab-content-show .container {
	text-align: left;
	margin: 0;
}

#back-data {
	padding-left: 0;
	padding-right: 0;
	font-size: 14px;
	padding-bottom: 0;
}

#back-data h4 {
	display: block;
	height: auto;
	position: relative;
	text-transform: uppercase;
	padding: 8px 0;
	width: 100%;
	letter-spacing: 1px;
	font-size: 14px;
	margin-bottom: 0;
}

#back-data ul {
	color: #3d3d3d;
}


/*  猜你喜欢   may you like */

.web-maylike {
	margin: 2rem 0 4rem;
}

.web-maylike-title {
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 25px;
	font-size: 18px;
	letter-spacing: 0.8px;
}

.web-product-title {
	color: #000;
	padding: 5px 3px 0;
	letter-spacing: 0.5px;
	font-size: 12px;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.web-product-price {
	text-align: center;
	font-family: "NeutrafaceText-Demi";
}

.web-product-sellPrice {
	font-size: 16px;
	text-decoration: line-through;
	color: #000000;
}

.web-product-discountAmount {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	letter-spacing: 0.5px;
	white-space: nowrap !important;
	margin-left: 5px;
}

.swiper-may-you-like {
	width: 96%;
	margin: 0 auto;
}

.swiper-may-you-like .swiper-wrapper .swiper-slide {
	text-align: center;
}

.swiper-may-you-like .swiper-wrapper .swiper-slide img {
	width: 100%;
}

.web-maylike .v-swiper-button-next,
.web-maylike .swiper-container-rtl .v-swiper-button-prev {
	background: url(../../images/kaykelly-sprite-new.png) 0 -1144px / 25px auto no-repeat;
	right: 0;
}

.web-maylike .v-swiper-button-prev,
.web-maylike .swiper-container-rtl .v-swiper-button-prev {
	background: url(../../images/kaykelly-sprite-new.png) 0 -1105px / 25px auto no-repeat;
	left: 0;
}

.web-maylike .v-swiper-button-prev,
.web-maylike .v-swiper-button-next {
	width: 25px;
	height: 25px;
	margin-top: 0;
	top: 50%;
}


/* size-table 展示 */

.goods-size-table.container {
	width: 50%;
}

.goods-size-table {
	padding: 2rem;
	background-color: #f1f1f1;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 150;
	height: 80%;
	margin: auto;
	overflow-y: auto;
	overflow-x: hidden;
}

.goods-size-table .table-striped thead tr {
	background-color: #fff;
}

.goods-size-table .table-striped tbody tr:nth-of-type(even) {
	background-color: #fff;
}

.goods-size-table .different-size-btn {
	padding: .5rem;
	border: 1px solid #dedede;
	cursor: pointer;
	background-color: #f2f2f2;
}

.goods-size-table .different-size-btn.choose-size-btn {
	background-color: #fff;
}

.goods-size-table tr th {
	text-align: center;
}

.goods-size-table tr td {
	text-align: center;
}

.goods-size-table .table {
	border: 1px solid #dedede;
	display: none;
}

.goods-size-table .table.table-show {
	display: table;
}

.goods-size-table .icon-size-table-close {
	width: 3rem;
	position: absolute;
	top: 0;
	right: 0rem;
	font-size: 2em;
}

.goods-size-table .size-introduction h4 {
	font-size: 1.1em;
	font-weight: bold;
}

.goods-size-table .size-introduction h5 {
	font-size: 1em;
	font-weight: bold;
}

.goods-size-table .size-introduction p {
	margin-bottom: .5rem;
}

.size-introduction .size-image {
	text-align: center;
}

@media screen and (max-width: 1199px) {
	.goods-size-table.container {
		width: 70%;
	}
}


/* 评论区 */

.sort-filter li {
	float: left;
	margin-right: .5rem;
}

.pages ul li {
	float: left;
	margin-right: .5rem;
}

.pages ul li a {
	line-height: 14px;
	border: 1px solid #999;
	color: #999;
	font-size: 12px;
	padding: 2px 5px;
}

.tab-content-show {
	width: 100%;
}

.nav-tabs .col-3 a {
	color: gray;
	font-size: 14px;
	font-weight: bold;
}

.tab-content-show #back-data h4,
.show-phone #back-data h4 {
	display: none;
}

.tab-content-show #back-data ul,
.show-phone #back-data ul {
	padding-left: 0;
}

.tab-content-show #back-delivery h4,
.tab-content-show #back-return-policy h4,
.tab-content-show p {
	font-size: 14px;
}

.cart-products-list a {
	color: black;
}

.may-like {
	width: 100%;
	text-align: center;
}

.mb-4 {
	margin-top: 7px;
}

#form_prod {
	margin-top: 10px;
	position: relative;
}


/*商品详情页产品介绍*/

.nav-tabs .nav-item {
	flex: none;
	width: 33.33%;
	max-width: 33.33%;
}

.color-inp {
	margin-top: 7px;
	margin-left: 10px;
}

.nav-tabs .col-3 a:hover {
	color: #000000;
}

.showBorder {
	border: solid 1px #ccc;
	border-radius: 50%;
}


/*商品详情页左侧轮播图*/

.swiper-prev,
.swiper-next {
	display: none;
}

.gallery-left {
	height: 350px;
}

.swiper-slide-left {
	width: 60px !important;
	height: 60px !important;
	cursor: pointer;
	border: 1px solid #ccc;
}

.hd li {
	opacity: 0.5;
}

.gallery-left .swiper-slide-thumb-active {
	opacity: 1;
	border-color: #000;
}

iframe,
embed,
object {
	max-width: 100%;
}

.container-goods-video {
	display: none;
	position: absolute;
	background-color: #ccc;
	top: 0rem;
	right: 4rem;
	line-height: 0;
}

.goods-video-close {
	height: 18px;
	width: 18px;
	background-color: #000;
	position: absolute;
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 16px;
	top: -3px;
	right: -3px;
	cursor: pointer;
}

.mobile-videobox {
	display: none;
	height: 1.5rem;
	position: absolute;
	bottom: -1.8rem;
	font-weight: 500;
	line-height: 1.7rem;
	background: url(../../images/video_pc.png) no-repeat left center;
	background-size: 1.3rem 1.3rem;
	text-indent: 1.5rem;
	text-transform: Uppercase;
}

.product-detail-review {
	width: 80%;
	margin: 30px auto;
}

.middle-star-list {
	display: flex;
}

.middle-star-list dt {
	font-size: 22px;
	padding: 0 0 10px 0;
	color: #000;
	font-weight: normal;
}

.middle-star-list dt .i-sub-num {
	color: #111111;
	font-size: 30px;
}

.middle-star-list p {
	display: inline;
	font-size: 16px;
	font-weight: bold;
}

.product-details-list,
.product-details-list ul,
.product-details-list li {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.product-details-list .top,
.product-details-list .top-border {
	border-bottom: 1px solid #ccc;
}

.product-detail {
	position: relative;
}

.also-like-set .container {
	width: 100%;
}

.also-like-set .top,
.also-like-swiper .top,
.also-like-set .top-border,
.also-like-swiper .top-border {
	border-top: 1px solid #ebebeb;
}

.also-like-set,
.also-like-set ul,
.also-like-set li,
.also-like-swiper,
.also-like-swiper ul,
.also-like-swiper li {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.8;
	letter-spacing: 0.8px;
}

.also-like-set .title,
.also-like-swiper .title {
	display: block;
	height: auto;
	position: relative;
	text-transform: uppercase;
	padding: 20px 0;
	width: 100%;
	letter-spacing: 1px;
	font-size: 14px;
	/*background: #fff;*/
}

.product-details-list .title {
	display: block;
	height: auto;
	text-transform: uppercase;
	padding: 10px 0;
	width: 100%;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.8px;
	/*background: #fff;*/
}

.also-like-set .close {
	width: 25px;
	height: 25px;
	position: absolute;
	display: none;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 27px;
	background: url(../../images/close_tab.png) no-repeat;
	background-size: 100%;
	opacity: .8;
	z-index: 99;
}

.also-like-set .title i {
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	font-size: 13px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	font-weight: 700;
	right: 20px;
	top: 32px;
	margin-top: -5px;
	color: blue;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.also-like-set .content {
	color: #3d3d3d;
	line-height: 1.9;
	padding: 0;
	padding-bottom: 10px;
	display: none;
}
.also-like-swiper .content {
	display: none;
	color: #3d3d3d;
	line-height: 1.9;
	padding: 0;
	padding-bottom: 10px;
}

.also-like-set {
	margin-top: 30px;
}

.sort-filter {
	float: right !important;
}

.itmespstart-box {
	width: 50%;
	padding-left: 30px;
}

.items-search-box {
	width: 50%;
}

.items-search-list {
	list-style: none;
	float: right !important;
}

.items-search-list li label {
	font-size: 14px;
	padding-right: 5px;
	color: #000;
	margin-bottom: 0;
}

.items-search-list li .ui-select {
	width: 130px;
	line-height: 16px;
}

.ui-select {
	border: 1px solid #000;
	background-color: #fff!important;
}

#wr-btn {
	padding: 10px 15px;
	font-size: 14px;
	border: solid 1px gray;
	font-weight: bold;
	margin-top: 10px;
	background: inherit;
}

dl.items-common-list {
	display: flex;
	width: 100%;
	border-bottom: solid 1px #ccc;
	font-size: 14px;
	padding: 30px 0;
	letter-spacing: 0.8px;
	position: relative;
}

.it-small-clum {
	margin-bottom: 0.5rem;
}

.pager {
	font-size: 11px;
	padding: 20px 8px;
	text-align: center;
}

.next-page {
	margin-top: 4px;
}

.pager .pages ol {
	display: inline;
}

.pager .pages li {
	display: inline;
	margin: 0 2px;
}

.next-page a {
	display: inline-block;
	line-height: 14px;
	border: 1px solid #999;
	color: #999;
	font-size: 12px;
	padding: 2px 5px;
}

.items-search-box .span1 {
	font-size: 16px;
	font-weight: bold;
}

.customerName {
	color: #000000;
	font-weight: bold;
}

.customerTime {
	color: gray;
	position: absolute;
	top: 30px;
	right: 30px;
}

#review {
	margin-top: 30px;
	position: relative;
	display: none;
	padding-bottom: 16px;
}

.thankYou {
	height: 200px;
	width: 100%;
	text-align: center;
	border-bottom: solid 1px #CCCACA;
	position: relative;
	display: none;
}

.close-thank {
	position: absolute;
	right: 5px;
	top: 3px;
}

.thankYou p {
	font-size: 20px;
	line-height: 200px;
}

.close-review {
	position: absolute;
	top: -25px;
	right: 5px;
	width: 30px;
	height: 30px;
	line-height: 25px;
	text-align: center;
	cursor: pointer;
}

.form-item {
	margin-bottom: 20px;
}

.review-form-item__label {
	text-align: right;
	vertical-align: middle;
	float: left;
	font-size: 14px;
	color: #48576a;
	line-height: 1;
	padding: 11px 12px 11px 0;
	box-sizing: border-box;
}

.my-review-form {
	font-size: 12px;
	color: #3e3e3e;
}

.review-input__inner {
	width: 100% !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: none;
	border-radius: 4px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	color: #1f2d3d;
	font-size: inherit;
	height: 36px;
	line-height: 1;
	outline: 0;
	padding: 3px 10px;
	transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
}

.upload-img-button {
	display: inline-block;
	position: relative;
	height: 70px;
	width: 70px;
	cursor: pointer;
	border: dashed 1px #C3C3C3;
}

.addImg {
	position: absolute;
	top: 19px;
	left: 19px;
	opacity: 1;
}

.upload-img-button #userFile {
	width: 100%;
	height: 100%;
	opacity: 0;
}

input[type="file"] {
	background-color: #fff;
	border: 1px solid #ccc;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
}

.review-submit {
	border-width: 0;
	border-radius: 0;
	color: #FFFFFF;
	font-size: 16px;
	width: 150px;
	height: 36px;
	background-color: #000000;
	cursor: pointer;
	margin-left: 20px;
}

[class^="icon-"] {
	width: auto;
	height: auto;
	line-height: normal;
	vertical-align: baseline;
	background-image: none;
	background-position: 0% 0%;
	background-repeat: repeat;
	margin-top: 0;
}

.back-delivery .icon-add {
	display: none;
}

.icon-star-empty:before {
	content: "\f006";
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	text-decoration: inherit;
	display: inline-block;
	speak: none;
}

.review-tpl {
	width: 100%;
}

.review-box {
	display: flex;
	padding: 20px 0;
	border-bottom: solid 1px #ccc;
}

.write-review {
	margin-bottom: 10px;
	width: 60%;
}

.write-review span {
	font-size: 14px;
}

.items-common-list-left {
	width: 23%;
	padding-left: 30px;
}

.items-common-list-right {
	width: 77%;
}

.web-review-description {
	width: 70%;
}

.rating {
	display: flex;
}

.cleanfloat {
	margin-left: 20px;
	padding: 0;
}

.cleanfloat::after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}


/*清浮动*/

.cleanfloat li {
	list-style: none;
	height: 25px;
	line-height: 30px;
	float: left;
	font-size: 25px;
	margin: 5px;
	color: #ccc;
	cursor: pointer;
}


/*五角星样式*/

.hs,
.cs {
	color: #ffc600 !important;
}


/*五角星点击后样式*/

.totalScore {
	margin: 0;
	padding: 0;
	margin-top: 5px;
}

.totalScore::after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}


/*清浮动*/

.totalScore li {
	list-style: none;
	height: 30px;
	line-height: 30px;
	float: left;
	font-size: 30px;
	margin: 5px;
}


/*五角星样式*/

.web-review-count {
	margin-left: 10px;
	padding-top: 2px;
	font-size: 14px;
}

.image-list-show .imgs {
	position: relative;
	display: inline-block;
	margin-top: 1rem;
}

.image-list-show .imgs .upload-images-list {
	height: 6rem;
	width: 6rem;
}

.image-list-show .imgs .close-image {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	text-align: center;
	line-height: 0.8rem;
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	background-color: #000;
	cursor: pointer;
}

.imgs-shua .imgs {
	position: relative;
	display: inline-block;
	margin-top: 1rem;
}

.imgs-shua .imgs .upload-images-list {
	height: 5rem;
	width: 5rem;
	margin-right: 13px;
}

.imgs-shua .imgs .close-image {
	display: inline;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 0.8rem;
	position: absolute;
	top: -6px;
	right: 0;
	cursor: pointer;
	z-index: 10;
}

.review-star-txt {
	color: #ffc600;
	font-size: 18px;
	padding-left: 10px;
	height: 40px;
	line-height: 38px;
}

#mybtns {
	width: 626px;
	display: block;
	height: 42px;
}

.reviewAllImg {
	position: relative;
}

#myscrollbox {
	width: 96%;
}

#myscrollbox ul {
	padding: 0;
	list-style: none;
}

#myscrollbox ul li {
	height: 110px;
	list-style: none;
}

#myscrollbox ul li img {
	width: 100%;
	height: 100%;
}

.next-img {
	position: absolute;
	top: 50%;
	left: -15px;
	height: 30px;
	z-index: 10;
	cursor: pointer;
}

.prev-img {
	position: absolute;
	top: 50%;
	right: -15px;
	height: 30px;
	z-index: 10;
	cursor: pointer;
}

.mark {
	display: none;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: #000;
	background: raba(0, 0, 0, 0.75);
	opacity: 0.75;
	position: fixed;
	top: 0;
	left: 0;
}

.rv-img-box {
	width: 800px;
	height: 650px;
	overflow: hidden;
	background-color: #000!important;
}

.scale-a {
	-webkit-animation: scaleAmove 0.5s ease-in-out 1;
	-moz-animation: scaleAmove 0.5s ease-in-out 1;
	-o-animation: scaleAmove 0.5s ease-in-out 1;
	-ms-animation: scaleAmove 0.5s ease-in-out 1;
	animation: scaleAmove 0.5s ease-in-out 1;
}

.poup-contaier {
	min-width: 320px;
	display: none;
	border-radius: 3px;
	background-color: #fff;
	z-index: 10;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -25%;
	margin-top: -25%;
	overflow: hidden;
}

.poup-title {
	height: 35px;
	color: #000;
	font-size: 16px;
	line-height: 30px;
	padding: 0 0.625rem;
	position: relative;
}

.rv-img-box .close {
	color: #fff!important;
}

.poup-title .close {
	position: absolute;
	right: 10px;
	top: 3px;
	cursor: pointer;
	color: #999;
}

.reviwe-img-container {
	width: 100%;
	height: 94%;
	margin: 0 auto;
}

.reviwe-img-container .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 15px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.reviwe-img-container .swiper-slide img {
	max-width: 100%;
}

.maylike .swiper-container {
	width: 96%;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.totalScore .bg {
	background: url(/images/emptystar.png)no-repeat;
	width: 93px;
	height: 16px;
}

.totalScore .bg div {
	background: url(/images/star.png)no-repeat;
	height: 100%;
}

.items-com-img img {
	margin-right: 10px;
}


/*上传图片进度条*/

.image-list-show {
	margin-left: 1rem;
}

#myProgress {
	width: 170px;
	border-radius: 8px;
	display: inline-block;
	margin-left: 1rem;
}

#review-progress {
	width: 80px;
	border-radius: 8px;
	display: inline-block;
	margin-top: 2rem;
}

#myBar {
	width: 10%;
	height: 18px;
	background-color: #f38f14cc;
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
	text-align: center;
	line-height: 18px;
	color: white;
	border-radius: 8px;
}

.close-schedule {
	margin-left: 10px;
}

.icon-remove-sign:before {
	content: "\f057";
	font-size: 20px;
}


/*商品描述部分*/

.p-t-pc-6-pad-2 {
	padding-top: 3.5rem;
}

.web-product-name {
	font-size: 20px;
	font-weight: bold;
	color: #525151;
	letter-spacing: 0.3px;
	line-height: 1.5;
}

.border-bottom-phone {
	border: none;
}

.p-t-pc-2-phone-1 {
	padding-top: 1.5rem;
}

.show-pc {
	display: block;
}

.show-phone {
	display: none;
}

.font-s-1-7 {
	font-size: 1.3em;
}

.spec span,
.spec-1 span {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.5px;
}

.text-delete {
	text-decoration: line-through;
	font-size: 14px;
}


/* 旋转 */

.transform-45 {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.show-phone .container {
	margin-top: 1rem;
}

.web-goods-detail-info {
	margin-top: 50px;
}


/*预计收货时间提示*/

.estimatedText {
	padding-bottom: 8px;
	letter-spacing: 0.5px;
	font-size: 12px;
	margin-left: 10px;
	text-transform: lowercase;
}

.estimatedText em {
	display: inline-block;
	vertical-align: middle;
	margin-top: 3px;
}

.pre-sale-box {
	display: none;
	width: 80%;
}

.pre-sale-con {
	display: none;
	margin: 5px 0;
	padding: 8px 0;
	background: #fae607;
}

.pre-sale-box .circle {
	display: inline-block;
	width: 3px;
	height: 3px;
	background: #868585;
	border-radius: 50%;
	margin: 0 5px 2px 3px;
}

.pre-sale {
	font-size: 12px;
	color: #3a3939;
	line-height: 1.2;
	letter-spacing: 0.5px;
}

.web-show {
	display: block !important;
}

.web-hide {
	display: none !important;
}


/*预计收货时间*/

.delivery-expectation .show-box,
.delivery-expectation .etd-explanation {
	display: none;
}

.delivery-expectation .etd-explanation {
	padding: 2px 10px 2px 23px;
	font-size: 12px;
	letter-spacing: 0.5px;
	color: #908f8f;
}

.delivery-expectation .show-box {
	width: 475px;
	margin-top: 5px;
	padding: 10px;
	letter-spacing: 1.2px;
}

.delivery-expectation .show-box .delivery-message {
	margin-top: 6px;
}

.delivery-expectation .show-box .delivery-message ul {
	padding-left: 0;
	color: #000;
	list-style: none;
	font-size: 12px;
}

.delivery-expectation .show-box .delivery-message ul li .circle {
	display: inline-block;
	width: 3px;
	height: 3px;
	background-color: #868585;
	border-radius: 50%;
	margin: 0 10px 2px 0;
}

.delivery-expectation .show-box .delivery-message ul li .deliveryTypePrice {
	padding-left: 8px;
}


/* loading */

.delivery-expectation #loading-model {
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: rgba(0, 0, 0, 0.1);
	z-index: 100;
}

.delivery-expectation #loading-model .loading-circle {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.delivery-expectation #loading-model .loading .loading-circle:after,
.delivery-expectation #loading-model .loading .loading-circle:before {
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	background-repeat: no-repeat;
	margin: auto;
	position: absolute;
	background-color: #fff;
}

.delivery-expectation #loading-model .loading .loading-circle:before {
	width: 100%;
	height: 100%;
	-webkit-animation: loading 1.5s linear infinite;
	animation: loading 1.5s linear infinite;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .2))), -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .4))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, .6))), -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .6)), to(#000));
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2)), linear-gradient(90deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .4)), linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .6)), linear-gradient(270deg, rgba(0, 0, 0, .6), #000);
	background-position: 0 0, 100% 0, 100% 100%, 0 100%;
	background-size: 50% 50%;
}

.delivery-expectation #loading-model .loading .loading-circle:after {
	width: 90%;
	height: 90%;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAYAAAAe2bNZAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAATISURBVFhH7VdbKKVdGHaenMY5h5gmZa7EGMwQCTknkaIhM01Nws3gRikkhwvkzlCU8w1JYXDnVFxJ5Hwmh5zP58P79yzft2Zv297/pt2fi/+plf29613veqy13uddS41eEf4nIw+cTHh4ODk5OVFCQgKtrKwIVmmcnZ1Rfn4+vXv3jjw9Penr16+UkZFBAQEB5OHhQW5ubtTf30/39/fCCGl0d3czH4yFf1JSktDzAE7G2NiY1NTU6NOnTzQxMSFYZbG6ukr+/v6krq7O/MWmq6tLxcXFdHFxIXjKoqamRmrM58+fhZ4HcDKWlpbMAYynp6cF69NYXFwkFxcXqcA5OTkKiQCNjY3cX1NTk7y9vYWeB7yIzNzcHLm7u/PAaIWFhf89mY2NDYqMjORBxYZtqqiooOvra8FTFiolc3p6St+/f+cBIyIi6Pfv32Rubs6+9fT0qKWlhW5vb4UR0lAZmZubGyooKODBHB0d2Sph4qqqKhYcdhDr6ekRRklDJWRABIHECW1tbWl4eFjofUj5oqIinmEfPnyg+fl5ofcvXkRmampKsBLTjI6ODrYF6DcxMaE/f/7IaMn5+TllZmbyyfz8/Ghvb0/ofcCzyUCQxsbGBCuxFTA1NWV9+vr61NTUJPdMPD5T0dHRbCtFPJuMs7MzS10ASvzx40dm19bWpurqarZlirC1tUUhISF80rS0NLZqQF1dHbcrRebLly90eHjINCM0NJQPhqgpSltJ4LxAycWxlZWVdHd3R+3t7dymFBnUqKWlJcrLy2PfOJTp6enskD4Hk5OTbMsRQ0tLiwYGBqirq0t5Mpj4/fv3zOnNmzdsUFRUFFupl2BkZISsra1ZHMT38fEhDQ0N5cjACVmjo6PDfqMFBgbKZIUyQLb19vbyAoyGBBDTXykywcHBTEWRmuKguLg42t3dFTz/HSAyNDREdnZ2nAjSHuVC/FaKDEjs7+/T+Pg4t6GlpKTQ8fGx4K0YOMAQPnEs/pmjoyPq7OzkNqXI4PIzMzPDbG1tbfzsYHlzc3Pp6uqK9cnD7OwseXl58UkRb319nfXV1tZyu1JkcOFBJgBI5dLSUr7P0BpohTzRw1aieIoTWllZSV3U6uvreZ9SZB7XJqhqcnIyD2JoaEjNzc0yhKBLP3/+5H5GRkasjEBfRKikUOIMhYWF8UBv376lvr4+Xp9AJCsri/djJRsaGmQIq4QMsLOzw0qFGMzBwYGdLUh9SUkJt6OhBDyl1iojA2D/zczMeEDIAF4LFhYW3BYfH08nJyfCCGmolAy2BRkGeZcMKv729fWlg4MDwVsWKiUDILVxHpBZYmA0FMbl5WXB62monAywsLDA771i+/HjB8s8RVCajLjvuEIoIrO2tkZBQUE8qGTw8vJyhaIoqTMomBBHSXAySFekpKurq9wX5fb2NicCXwMDA7KxsWFbhm9MAFGUd+/B5Qw+II6/mEsSnAxeiFgdXKjEm54kMEFZWRmr6vb29mxbU1NTqbW1lS03rgoghuKIuvYYOPwowPDBWx1+uJ5IgpP59esXxcbGMvHa3NwUrH9xeXnJ3sogm5iYyHyhxLiIZWdns2KIcxMTE0Ojo6PCKGkMDg4yv2/fvrGGV6gkOJnXgFdEhugfoS5WG76x2eQAAAAASUVORK5CYII=);
	background-size: 75% 75%;
	background-position: 60% 50%;
}

@keyframes loading {
	from {
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		/* IE 9 */
		-moz-transform: rotate(0deg);
		/* Firefox */
		-webkit-transform: rotate(0deg);
		/* Safari 和 Chrome */
		-o-transform: rotate(0deg);
		/* Opera */
	}
	to {
		transform: rotate(360deg);
	}
}


/*缺货提示*/

.out-of-stock {
	display: none;
	letter-spacing: 0.5px;
	color: #f00;
	padding: 8px 5px;
	margin-top: 5px;
	font-weight: 600;
}

.out-of-stock .circle {
	display: inline-block;
	width: 3px;
	height: 3px;
	margin: 0 3px 3px 0;
	background: #868585;
	border-radius: 50%;
}

.web-to-cashback {
	margin-top: 15px;
	text-align: center;
	width: 80%;
	height: 50px;
}

.web-detail-look-book {
	text-align: center;
	width: 98%;
	margin: 20px auto 0;
}
.web-detail-look-book-title {
	text-transform: uppercase;
	padding: 8px 0;
	letter-spacing: 1px;
	font-size: 18px;
	font-weight: bold;
}
.web-detail-look-book-btn {
	margin-bottom: 20px;
}
.web-detail-look-book-btn a {
	font-size: 14px;
	font-weight: 400;
	color: #000;
	border-bottom: solid 1px #000;
}
.web-detail-look-book .web-detail-look-book-swiper {
	position: relative;
	padding: 0 30px;
}
.look-book-item-url {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background-color: #888;
    padding: 5px 12px;
    border-radius: 15px;
    display: none;
}

@media screen and (min-width: 1025px) {
	.row .show-pc {
		width: 100%;
		text-align: center;
		margin-top: 1rem;
	}
}

@media screen and (min-width: 1200px) {
	.swiper-prev.show,
	.swiper-next.show {
		display: block;
	}
}

@media screen and (max-width: 1600px) {
	#myscrollbox ul li {
		height: 90px;
	}
	.web-product-info {
		width: 40%;
		max-width: 40%;
	}
}

@media screen and (max-width: 1400px) {
	#myscrollbox ul li {
		height: 75px;
	}
}

@media screen and (max-width: 1200px) {
	.content>.container {
		width: 90%;
	}
	.web-product-img {
		width: 50%;
		max-width: 50%;
	}
	.web-product-info {
		padding-left: 20px;
		width: 50%;
		max-width: 50%;
	}
	.web-product-info {
		padding: 0 15px;
	}
	.web-product-img {
		padding-right: 15px;
	}
	.itmespstart-box {
		width: 100%;
		padding-left: 0;
		text-align: center;
	}
	.items-search-box {
		width: 100%;
		padding-left: 0;
		padding-bottom: 10px;
	}
	.write-review {
		width: 100%;
		margin-bottom: 0;
		padding-bottom: 10px;
	}
	.review-box {
		display: block;
	}
	.middle-star-list {
		display: block;
	}
	dl.items-common-list {
		display: block;
		position: relative;
	}
	.items-common-box dl:nth-of-type(1) {
		margin-top: 30px;
	}
	.items-common-list-left {
		padding-left: 0;
		width: 100%;
	}
	.items-common-list-right {
		width: 100%;
	}
	dl.items-common-list {
		padding: 15px 0;
	}
	.customerTime {
		position: absolute;
		right: 5px;
		top: 20px;
		font-size: 12px;
	}
	.com-text {
		font-size: 13px;
		letter-spacing: 0.8px;
	}
	.mod-videobox {
		display: none;
	}
	.col-xl-2 {
		display: none;
	}
	#myscrollbox ul li {
		height: 130px;
	}
	.swiper-goods-list {
		padding-bottom: 17px;
	}
	.swiper-goods-list .swiper-pagination {
		bottom: 0;
	}
}

@media screen and (max-width: 1024px) {
	.web-product-img {
		width: 100%;
		max-width: 100%;
	}
	.web-product-info {
		width: 100%;
		max-width: 100%;
	}
	.container-goods-video {
		top: 1rem;
		right: 2.5rem;
	}
	.row .show-pc {
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	.row dd .show-pc {
		width: 100%;
		text-align: left;
		margin-top: 0;
	}
	.rv-img-box {
		width: 100%!important;
		height: 100%!important;
		margin: 0!important;
		top: 0!important;
		left: 0!important;
		z-index: 10000!important;
	}
	#myscrollbox ul li {
		height: 130px;
	}
	.web-goods-detail-content {
		padding: 0 15px;
		width: 100%;
	}
	.web-goods-detail-info {
		margin-top: 15px;
	}
	.product-detail-review {
		width: 100%;
	}
	.web-review-description {
		width: 100%;
	}
	.web-detail-look-book .swiper-button-next,
	.web-detail-look-book .swiper-button-prev {
		display: none;
	}
}

@media screen and (min-width: 1024px) {
	.reviwe-img-container .swiper-slide img {
		max-width: 800px;
		max-height: 606px;
	}
	.reviwe-img-container {
		width: 100%;
		height: 606px;
		margin: 0 auto;
	}
	#swiper-wrapper-common {
		height: 606px;
	}
}

@media screen and (max-width: 768px) {
	.show-pc {
		display: none;
	}
	.show-phone {
		display: block;
	}
	.web-product-name {
		font-size: 16px;
		color: #686767;
		margin-bottom: 3px;
	}
	.border-bottom-phone {
		border-bottom: 1px solid #ccc;
	}
	.font-s-pc-1-3-phone-1 {
		font-size: 14px;
		font-weight: bold;
	}
	.p-t-pc-6-pad-2 {
		padding-top: 0;
	}
	.reviewAllImg p {
		padding: 5px 0;
	}
	.thankYou {
		height: 100px;
	}
	.thankYou p {
		font-size: 16px;
		line-height: 100px;
	}
	.also-like-set {
		margin-top: 25px;
	}
	.change-goods-num {
		margin-bottom: 0;
	}
	.imageSize {
		font-size: 12px;
	}
	.goods-size-table.container {
		width: 100%;
	}
	.goods-size-table .table {
		width: 115%;
		max-width: 115%;
	}
	.goods-size-table {
		padding: 1.5rem 1rem 1rem 1rem;
		height: 60%;
		bottom: 0;
		top: auto;
		left: auto;
		right: auto;
		overflow-y: hidden;
	}
	.goods-size-table .ins-cms-table-bottom {
		height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
	}
	.goods-size-table tr th,
	.goods-size-table tr td {
		padding: .5rem;
		font-size: 12px;
	}
	.goods-size-table .size-introduction h4 {
		font-size: 13px;
		font-weight: bold;
		margin-bottom: .3rem;
	}
	.goods-size-table .size-introduction h5 {
		font-size: 12px;
		font-weight: normal;
		margin-bottom: .2rem;
	}
	.goods-size-table .size-introduction p {
		font-size: 10px;
		margin-bottom: .2rem;
	}
	.goods-size-table .size-introduction .size-image {
		padding-right: 0;
	}
	.goods-introduction {
		border-bottom: 1px solid #ccc;
		border-top: 1px solid #ccc;
		margin-top: .8rem;
	}
	.goods-introduction .container {
		padding-top: 8px !important;
		padding-left: 0;
		width: 100%;
	}
	.goods-introduction .tab-pane {
		position: relative;
	}
	.goods-introduction .tab-pane .icon-add {
		position: absolute;
		right: .5rem;
		display: block !important;
	}
	.goods-introduction-content {
		display: none;
	}
	.btn-add-to-cart,
	.btn-checkout {
		height: 50px;
		width: 100%;
	}
	.content>.container {
		width: 100%;
		margin-top: 55px;
	}
	.sort-filter {
		width: 100%;
	}
	.sort-filter li {
		width: 100%;
		float: none;
	}
	.sort-filter li .ui-select {
		display: block;
		width: 100%;
		margin-bottom: .5rem;
	}
	.mobile-videobox {
		display: block;
		left: 41%;
		z-index: 10;
	}
	.container-goods-video {
		right: 1.2rem !important;
	}
	.m-swiper-img {
		padding: 0;
		width: 100%;
	}
	.swiper-may-you-like {
		width: 100%;
	}
	.swiper-may-you-like .swiper-wrapper {
		display: flex;
		flex-wrap: wrap;
	}
	.swiper-may-you-like .swiper-wrapper .swiper-slide {
		width: 46%;
		margin: 0 2%;
		margin-bottom: 15px;
	}
	.web-maylike .v-swiper-button-next,
	.web-maylike .swiper-container-rtl .v-swiper-button-prev,
	.web-maylike .v-swiper-button-prev,
	.web-maylike .swiper-container-rtl .v-swiper-button-prev {
		display: none;
	}
	.delivery-expectation .show-box {
		width: 100%;
	}
	#myProgress {
		width: 100px;
		border-radius: 8px;
		margin-left: 10px;
	}
	#myscrollbox ul li {
		height: 100px;
	}
	.estimatedText {
		padding: 0;
	}
	.pre-sale-box {
		width: 100%;
	}
	.web-maylike {
		margin-bottom: 1rem;
		margin-top: 30px;
	}
	.web-maylike-title,
	.product-details-list .title {
		font-size: 14px;
	}
	.pc-also-like-set {
		display: none;
	}
	.m-also-like-set {
		display: block;
	}
	#back-data ul {
		font-size: 13px;
		letter-spacing: 0.3px;
	}
	.web-item-no {
		font-size: 13px;
	}
	.also-like-set ul {
		border-bottom: 1px solid #ebebeb;
	}
	.also-like-set #back-data ul {
		border-bottom: none;
	}
	.web-to-cashback {
		width: 100%;
	}
	.web-detail-look-book {
		width: 100%;
	}
	.web-detail-look-book .web-detail-look-book-swiper {
		padding: 0;
		margin: 0 -15px;
	}
	.web-detail-look-book-info  {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 15px;
		align-items: center;
	}
	.web-detail-look-book-title {
		font-size: 13px;
		font-weight: 500;
	}
	.web-detail-look-book-btn {
		margin-bottom: 0;
	}
	.web-detail-look-book-btn a {
		font-size: 12px;
	}
}

@media screen and (max-width: 500px) {
	.container-goods-video {
		right: 1rem;
	}
}