#root .edit-main {
	padding: 0;
}

.customlze-content {
	margin: 0 -15px;
}

.close-custom-content {
	display: none;
}

#root .z-edit-viewer {
    max-width: calc(100% - 374px);
    height: calc(var(--vh, 1vh)*90);
    left: 3%;
}

.z-design-list-panel .z-design-list .z-design-item .z-design-img-name .z-design-name {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/*商品描述*/

.nav-tabs {
	position: relative;
}

.nav-tabs:after {
	position: absolute;
	content: '';
	width: 33.3%;
	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.3%;
}

.nav-tabs.bottom-data-2:after {
	left: 66.6%;
}

.nav-tabs .nav-item {
	height: 100%;
	padding: 0;
}

.nav-tabs .nav-link {
	border: none;
	padding: .5rem 0;
}

.description {
	margin: 50px auto 30px;
}

.description .nav-tabs {
	width: 94%;
	margin: 0 auto;
	border-bottom: solid 1px #ccc;
}

.description .col-4 {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.5px;
}

.description .tab-content-show {
	width: 94%;
	margin: 0 auto;
	border-bottom: solid 1px #ccc;
	padding: 1rem;
	letter-spacing: 0.5px;
}

.description .details-info {
	color: #727070;
}

.description .tab-content-show .list-unstyled {
	padding: 10px 1rem 10px 30px;
	list-style: disc;
}

.table-box {
	width: 80%;
	border-bottom: none;
	margin: 0;
}

.table-box div.col-4 img {
	width: 90%;
}

.show-pc {
	display: block;
}

.show-phone {
	display: none;
}

.transform-45 {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

/*尺码表*/
.size__table thead tr:first-child {
	background-color: #fff;
	color: #413231;
	border-bottom: 2px solid #ccc;
}

.size__table tbody tr:nth-child(even) {
	background-color: #f2f2f2;
}

.size__table td,
.size__table th {
	padding: .7em 1em;
	text-align: center;
}

/*评论*/

.product-detail-review {
    width: 100%;
    padding: 0 10px 0 0;
}

.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 iframe {
	/*width:100%;*/
	vertical-align: top;
	zoom: 150%;
}

.reviwe-img-container .swiper-slide img {
	max-width: 100%;
}

.review-left-icon {
	display: block;
	white-space: nowrap;
	background-color: #000;
	color: #FFF;
	position: fixed;
	top: 50%;
	left: 0;
	margin-top: -30px;
	cursor: pointer;
	overflow: hidden;
	padding: 10px 15px;
	font-size: 12px;
	text-transform: uppercase;
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transform-origin: left top;
}

.review-left-icon span {
	padding-left: 5px;
	vertical-align: middle;
}


/*上传图片进度条*/

#myProgress {
	width: 170px;
	border-radius: 8px;
	display: inline-block;
	margin: 10px 0;
}

#review-progress {
	width: 80px;
	margin-top: 1rem;
	border-radius: 8px;
	display: inline-block;
}

#myBar {
	width: 10%;
	height: 18px;
	background-color: #7abaf9eb;
	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: 0 10px;
}

.icon-remove-sign:before {
	content: "\f057";
	font-size: 20px;
}

.ui-view-tips {
	background: yellow;
	margin: 5px auto;
	color: #000000;
	text-align: center;
	padding: 3px auto;
	line-height: 25px;
}

.text-color-f00 {
	color: #f00;
}

.m-b-1 {
	margin-bottom: .5rem;
}

.m-t-1 {
	margin-top: .5rem;
}

.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-detail {
	position: relative;
	padding-top: 80px;
}

.itmespstart-box {
	width: 50%;
	padding-left: 30px;
}

.items-search-box {
	width: 50%;
	overflow: hidden;
}

.items-search-box {
	position: relative;
}

.wr-btn {
	padding: 10px 15px;
	font-size: 14px;
	border: solid 2px gray;
	font-weight: 600;
	margin-top: 10px;
	background: #FFFFFF;
}

dl.items-common-list {
	display: flex;
	width: 100%;
	border-bottom: 1px #c5c4c4 dashed;
	margin-top: 20px;
	font-size: 14px;
}

dl.items-common-list:nth-of-type(10) {
	border: none;
}

.it-small-clum {
	margin-bottom: 0.5rem;
}

.pager {
	padding: 20px 0 0 0;
}

.pager .pages ol {
	display: inline;
	padding: 0;
}

.pager .pages li {
	display: inline;
	margin-right: 5px;
}

.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: 14px;
	font-weight: bold;
}

.review-wrap {
	margin-top: 30px;
	border-bottom: solid 1px #CCCACA;
	position: relative;
	display: none;
	padding-bottom: 16px;
}

.thankYou {
	overflow: hidden;
	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;
}

.v-close-review {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../../images/zeepec-sprite.png) 0 -61px / 24px auto no-repeat;
}

.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-button1 {
	display: inline-block;
	position: relative;
	height: 70px;
	width: 70px;
	cursor: pointer;
	border: dashed 1px #C3C3C3;
}

.web-addImg {
	display: inline-block;
	width: 34px;
	height: 34px;
	position: absolute;
	top: 17px;
	left: 17px;
	opacity: 1;
	background: url(../../images/zeepec-sprite.png) 0 5px / 34px auto no-repeat;
}

.upload-img-button1 #userFile1 {
	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;
}

.review-tpl {
	width: 100%;
}

.review-box {
	display: flex;
}

.items-common-list-left {
	width: 20%;
	padding-left: 30px;
}

.items-common-list-right {
	width: 80%;
}

.items-common-list-right .icon-star:before {
    color: #fcb200;
}

.write-review {
	margin-bottom: 10px;
	width: 60%;
}

.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;
}


/*五角星样式*/

.image-list-show1 .imgs {
	position: relative;
	display: inline-block;
	margin-top: 1rem;
}

.image-list-show1 .imgs .upload-images-list1 {
	height: 6rem;
	width: 6rem;
}

.image-list-show1 .imgs .close-image {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	text-align: center;
	line-height: 0.8rem;
	position: absolute;
	top: 0;
	right: -15px;
	cursor: pointer;
	z-index: 10;
}

.imgs-shua .imgs {
	position: relative;
	display: inline-block;
	margin-top: 1rem;
}

.imgs-shua .imgs .upload-images-list1 {
	height: 5rem;
	width: 5rem;
	margin-right: 13px;
}

.imgs-shua .imgs .close-image {
	display: inline-block;
	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;
}

.reviewAllImg {
	position: relative;
}

.myscrollbox {
	width: 96%;
	margin: 0 auto;
}

.myscrollbox ul li {
	height: 110px;
	list-style: none;
}

.myscrollbox ul li img {
	width: 100%;
	height: 100%;
}


/*评论图片左右箭头*/

.next-img {
	position: absolute;
	top: 50%;
	left: -7px;
	width: 26px;
	height: 26px;
	z-index: 10;
	cursor: pointer;
	background: url(../../images/zeepec-sprite.png) 0 -248px / 26px auto no-repeat;
}

.prev-img {
	position: absolute;
	top: 50%;
	right: -7px;
	width: 26px;
	height: 30px;
	z-index: 10;
	cursor: pointer;
	background: url(../../images/zeepec-sprite.png) 0 -211px / 26px auto no-repeat;
}

.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;
}


/*评论筛选select样式*/

.form-element {
	position: relative;
	padding: 3px 0;
	float: right;
	font-size: 14px;
}

.form-textbox {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	width: 120px;
	height: 20px;
	color: #333;
	text-align: left;
	border: 1px solid #000000;
	background: rgba(255, 255, 255, .8);
	background-clip: padding-box;
}

#billing-country_id,
#regionId {
	appearance: none !important;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	border: none !important;
	background: none !important;
}

#billing-country_id,
#regionId {
	width: 100%;
	border: 0 !important;
	outline: none !important;
}

select {
	direction: ltr;
	text-align: left;
	outline: none;
}

.form-element i.arrow {
	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: 10px;
	top: 11px;
	margin-top: -5px;
	color: blue;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.new-search-from {
	display: none;
}

.sidebar-panel.sidebar {
	z-index: 11;
}

.z-add-design-panel .add-design .back svg {
	width: 12px;
    height: 15px;
    margin-right: 3px;
}

.desing-configuration-panel .back svg {
	width: 12px;
    height: 12px;
    margin-right: 3px;
}

@media screen and (max-width: 1200px) {
	#root .z-edit-viewer {
		left: 10%;
	}
	.review-box {
	    display: block;
	}
	.itmespstart-box {
	    width: 100%;
	    padding-left: 0;
	    text-align: center;
	}
	.middle-star-list {
	    display: block;
	}
	.write-review {
	    width: 100%;
	    margin-bottom: 0;
	    padding-bottom: 10px;
	}
	.items-search-box {
	    width: 100%;
	    padding-left: 0;
	    padding-bottom: 10px;
	}
	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%;
	    display: flex;
	}
	.items-common-list-left dd:nth-of-type(1) {
	    width: 60%;
	}
	.items-common-list-right {
	    width: 100%;
	}
}

@media screen and (max-width: 1024px) {
	.thankYou {
	    height: 100px;
	}
	.clearfix {
	    border-bottom: none;
	}
}
@media screen and (max-width: 768px) {
	.footer {
		display: none;
	}
	
	.customlze-content {
		position: relative;
	}
	
	#root .z-edit-viewer {
	    left: 0;
	}
	
	.show-pc {
		display: none;
	}
	.m-show {
		display: block;
	}
	.show-phone {
		display: block;
	}
	.content>.main-content {
		width: 100%;
	}
	.show-phone #back-data h4 {
		font-size: 16px;
	}
	.goods-introduction {
		border-bottom: 1px solid #ccc;
		border-top: 1px solid #ccc;
		margin: .8rem 0 1rem;
	}
	.goods-introduction .tab-pane {
		position: relative;
	}
	.goods-introduction .tab-pane .icon-add {
		position: absolute;
		top: .5rem;
		right: .5rem;
	}
	.goods-introduction-content {
		display: none;
	}
	.opacity-phone-show {
		opacity: 1;
	}
	.font-s-pc-1-3-phone-1 {
		font-size: 1em;
		margin-bottom: 0;
		padding: 10px 0;
	}
	.font-weight-bold {
		font-weight: bold;
	}
	.border-bottom-phone {
		border-bottom: 1px solid #ccc;
	}
	.table-box {
		width: 100%;
		margin-top: 0 !important;
		margin-bottom: 1rem;
	}
	.table-box div.col-4 {
		width: 100%;
		text-align: center;
	}
	.table-box div.col-4 img {
		width: 60%;
	}
	.table-box .col-7 {
		width: 100%;
	}
	.show-phone .list-unstyled {
		padding: 10px 1rem 10px 30px;
		list-style: disc;
	}
	.panel-header-close {
		font-size: 14px;
		height: 20px;
	}
}


@media all and (max-height: 850px) {
    #root .z-edit-viewer {
	    height: calc(var(--vh, 1vh)*80);
	}
	.sidebar-panel.sidebar {
		height: calc(100% + 64px);
	}
}
@media all and (max-height: 700px) {
	#root .z-edit-viewer {		
		height: calc(var(--vh, 1vh)*100);
	}
	.sidebar-panel.sidebar {
		height: 100%;
	}
}
@media all and (max-height: 750px)
			and (max-width: 420px)
{
    #root .z-edit-viewer {
	    height: calc(var(--vh, 1vh)*90);
	}
}