* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box
}

body {
	font-family: PingFangSC-Ultralight, sans-serif
}

body div,body span,body i,body s,body p {
	font-size: 14px
}

html,body,ul,li,ol,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,form,fieldset,legend,img {
	margin: 0;
	padding: 0
}

fieldset,img,input,button {
	border: none;
	padding: 0;
	margin: 0;
	outline-style: none
}

ul,ol {
	list-style: none
}

input,textarea,select {
	border-color: #e1e1e1;
	outline: none;
	font: 12px/1.5 "微软雅黑","宋体",arial
}

s,i,em {
	font-style: normal;
	text-decoration: none
}

.col-red {
	color: #C81623 !important
}

a {
	outline: none;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent
}

a:focus {
	outline: 0
}

a:link,a:visited {
	color: #333;
	text-decoration: none
}

a img {
	border: none
}

.clearfix {
	*zoom: 1
}

.clearfix:after {
	display: block;
	content: "\200B";
	clear: both;
	height: 0
}

.dimg img:hover {
	-webkit-animation: tada 1s .2s ease both;
	-moz-animation: tada 1s .2s ease both;
	animation: tada 1s .2s ease both
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale(1)
	}

	10%,20% {
		-webkit-transform: scale(0.9) rotate(-3deg)
	}

	30%,50%,70%,90% {
		-webkit-transform: scale(1.1) rotate(3deg)
	}

	40%,60%,80% {
		-webkit-transform: scale(1.1) rotate(-3deg)
	}

	100% {
		-webkit-transform: scale(1) rotate(0)
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scale(1)
	}

	10%,20% {
		-webkit-transform: scale(0.9) rotate(-3deg)
	}

	30%,50%,70%,90% {
		-webkit-transform: scale(1.1) rotate(3deg)
	}

	40%,60%,80% {
		-webkit-transform: scale(1.1) rotate(-3deg)
	}

	100% {
		-webkit-transform: scale(1) rotate(0)
	}
}

@-moz-keyframes tada {
	0% {
		-moz-transform: scale(1)
	}

	10%,20% {
		-moz-transform: scale(0.9) rotate(-3deg)
	}

	30%,50%,70%,90% {
		-moz-transform: scale(1.1) rotate(3deg)
	}

	40%,60%,80% {
		-moz-transform: scale(1.1) rotate(-3deg)
	}

	100% {
		-moz-transform: scale(1) rotate(0)
	}
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg)
	}

	70% {
		-webkit-transform: perspective(400px) rotateY(10deg)
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		opacity: 1
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg)
	}

	70% {
		-webkit-transform: perspective(400px) rotateY(10deg)
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		opacity: 1
	}
}

@-moz-keyframes flipInY {
	0% {
		-moz-transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}

	40% {
		-moz-transform: perspective(400px) rotateY(-10deg)
	}

	70% {
		-moz-transform: perspective(400px) rotateY(10deg)
	}

	100% {
		-moz-transform: perspective(400px) rotateY(0deg);
		opacity: 1
	}
}

.container {
	padding-left: 0;
	padding-right: 0
}

@media (max-width: 991px) {
	.container {
		padding-left: 0;
		padding-right: 0
	}
}

@media (max-width: 768px) {
	.container .row {
		margin: 0
	}
}

@media (min-width: 768px) {
	.container .row>[class*="col-"] {
		padding: 0
	}
}

@media (max-width: 768px) {
	.container .row>[class*="col-"] {
		padding: 0 6px
	}
}

#detail_show {
	margin-top: 48px
}

#detail_show .imgBox {
	width: 100%;
	height: 100%
}

#detail_show .imgBox img {
	width: 100%;
	height: 100%
}

#detail_show .imgBox .fotorama__nav {
	text-align: left
}

#detail_show #con_r {
	margin-bottom: 48px
}

@media (min-width: 1024px) {
	#detail_show #con_r .con_r {
		padding-left: 64px
	}
}

@media (max-width: 768px) {
	#detail_show #con_r .con_r [class*="col-"] {
		padding: 0
	}
}

#detail_show #con_r .con_r .entry-title {
	width: 80%;
	font-size: 24px;
	font-family: PingFang SC;
	font-weight: 800;
	color: #000000;
	line-height: 28px
}

#detail_show #con_r .con_r .sku {
	margin: 14px 0 0px 0;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #000000;
	line-height: 28px
}

#detail_show #con_r .con_r .sku span {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #000000;
	line-height: 28px;
	opacity: 0.5
}

#detail_show #con_r .con_r .price {
	display: flex;
	align-items: center
}

#detail_show #con_r .con_r .price .rate {
	display: flex;
	margin-right: 14px
}

#detail_show #con_r .con_r .price .rate i {
	margin-right: 4px
}

#detail_show #con_r .con_r .price .amount {
	font-size: 22px;
	font-family: PingFang SC;
	color: #F4A51C
}

#detail_show #con_r .con_r .price .amount span {
	font-size: 24px;
	color: #F4A51C
}

#detail_show #con_r .con_r .bt-mess {
	margin-top: 28px
}

#detail_show #con_r .con_r .bt-mess p {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #000000;
	line-height: 28px
}

#detail_show #con_r .con_r .tm-epo-element-label:hover {
	cursor: pointer
}

#detail_show #con_r .con_r .tm-epo-element-label {
	width: 100%
}

#detail_show #con_r .con_r .tm-epo-element-label span {
	color: grey;
	margin-left: 8px;
	font-size: 13px
}

#detail_show #con_r .con_r .tm-epo-element-label i {
	float: right
}

#detail_show #con_r .con_r .tm-description {
	margin-bottom: 24px
}

#detail_show #con_r .con_r .tm-extra-product-options-container ul {
	display: flex;
	justify-content: space-between
}

#detail_show #con_r .con_r .tm-extra-product-options-container ul li {
	margin-bottom: 24px
}

#detail_show #con_r .con_r .tm-extra-product-options-container ul li label:hover {
	cursor: pointer
}

#detail_show #con_r .con_r .tm-extra-product-options-container ul li label input {
	display: none
}

#detail_show #con_r .con_r .tm-extra-product-options-container ul li label img {
	border-radius: 50%
}

#detail_show #con_r .con_r .tm-extra-product-options-container ul li label span {
	display: flex;
	flex-direction: column;
	text-align: center
}

#detail_show #con_r .con_r .tm-extra-product-options-container ul li label span img {
	margin-bottom: 14px;
	border: 2px solid #fff
}

#detail_show #con_r .con_r .tm-totals-form-main {
	margin-top: 36px;
	padding: 26px 14px 18px;
	background-color: #EEEEEE
}

#detail_show #con_r .con_r .tm-totals-form-main .final del {
	margin-left: 18px;
	font-size: 14px;
	font-family: PingFang SC;
	text-decoration: line-through;
	color: #010101;
	opacity: 0.5
}

#detail_show #con_r .con_r .tm-totals-form-main .final del span {
	font-size: 14px;
	color: #010101;
	opacity: 0.5
}

#detail_show #con_r .con_r .tm-totals-form-main .final-des {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #010101;
	opacity: 0.5
}

#detail_show #con_r .con_r .tm-totals-form-main .tc-row hr {
	border-color: #D2D2D2
}

.bottom-solid {
	display: none;
}

.margin-b-10 {
	display: none;
}

.hr {
	display: none;
}

.grid {
	display: table !important;
}

.grid div {
	float: none !important;
	width: 100% !important;
}

.grid .width-45p {
	display: table-header-group !important;
}

.grid img {
	margin-bottom: 10px;
}
@media (min-width: 320px) {
	.grid .margin-b-15 .padding-t-15 {
		columns:1;
	}
}
@media (min-width: 1024px) {
	.grid .margin-b-15 .padding-t-15 {
		columns:2;
	}
}
.grid .margin-b-15 .padding-t-15 {
	margin: 14px auto;
	column-gap: 7px;
	display: block;
	flex-wrap: nowrap;
}

#detail_show #con_r .con_r .tm-totals-form-main .prod_des ul {
	display: flex
}

#detail_show #con_r .con_r .tm-totals-form-main .prod_des ul li {
	margin-right: 16px
}

#detail_show #con_r .con_r .tm-totals-form-main .prod_des ul li i {
	color: #F4A51C;
	font-size: 18px
}

#detail_show #con_r .con_r .tm-totals-form-main .prod_des ul li span {
	margin-left: 6px;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #010101;
	opacity: 0.5
}

#detail_show #con_r .con_r .buttons_added {
	margin-top: 30px;
	padding: 6px 0;
	width: 8%;
	float: left;
	border: 1px solid #D2D2D2
}

#detail_show #con_r .con_r .buttons_added input {
	width: 100%;
	padding-left: 4px
}

#detail_show #con_r .con_r .single_add_to_cart_button {
	float: left;
	margin-top: 30px;
	width: 42%;
	padding: 7px 0;
	background: #000;
	color: #fff;
	margin-left: 16px
}

#detail_show #con_r .con_r .cart_rigth {
	margin-left: 20px;
	float: left;
	margin-top: 30px
}

#detail_show #con_r .con_r .posted_in {
	width: 100%;
	display: block;
	clear: both;
	content: '';
	margin-top: 24px
}

#detail_show #con_r .con_r ul {
	line-height: 28px
}

@media (max-width: 991px) {
	#detail_show #con_r .con_r .entry-title {
		margin-top: 14px;
		width: 100%;
		font-size: 16px
	}

	#detail_show #con_r .con_r .entry-title h1 {
		font-size: 16px
	}

	#detail_show #con_r .con_r .bt-mess {
		margin-top: 14px
	}

	#detail_show #con_r .con_r .tm-extra-product-options-container ul {
		flex-wrap: wrap
	}

	#detail_show #con_r .con_r .tm-extra-product-options-container ul li {
		width: 24%
	}

	#detail_show #con_r .con_r .tm-totals-form-main .prod_des ul {
		display: block
	}
}

.tab_mess {
	margin-top: 30px;
	width: 100%
}

.tab_mess .tab_tit {
	width: 100%
}

.tab_mess .tab_tit ul {
	display: flex;
	width: 100%;
	border-top: 2px solid #f4a51c
}

.tab_mess .tab_tit ul li:hover {
	cursor: pointer
}

.tab_mess .tab_tit ul li {
	padding: 11px 34px;
	text-align: center;
	font-size: 18px;
	font-family: PingFang SC;
	color: rgba(0,0,0,0.5)
}

.tab_mess .tab_tit ul .active {
	color: #ffffff;
	background-color: #f4a51c
}

.tab_mess .tab_box {
	margin-top: 24px
}

.tab_mess .tab_box .tab_tit {
	margin-top: 20px;
	border-top: 6px solid #F4A51C !important;
	padding-top: 24px
}

.tab_mess .tab_box .tab_tit h3 {
	float: left
}

.tab_mess .tab_box .tab_tit i {
	float: right
}

.tab_mess .tab_box .tab_con {
	display: none
}

.tab_mess .tab_box .tab_con .size_box {
	margin-top: 38px;
	display: flex;
	justify-content: space-between;
	background: #fcfcfc;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

.tab_mess .tab_box .tab_con .size_box .size_le {
	width: 47%
}

.tab_mess .tab_box .tab_con .size_box .size_le .table {
	width: 100%
}

.tab_mess .tab_box .tab_con .size_box .size_le .table td {
	padding: 19px
}

.tab_mess .tab_box .tab_con .size_box .size_le .table th {
	padding: 19px
}

.tab_mess .tab_box .tab_con .size_box .size_ri {
	width: 50%;
	display: flex
}

.tab_mess .tab_box .tab_con .size_box .size_ri .size_img {
	position: relative
}

.tab_mess .tab_box .tab_con .size_box .size_ri .size_des {
	position: absolute;
	top: -5%;
	right: 50%;
	display: flex;
	align-items: center
}

.tab_mess .tab_box .tab_con .size_box .size_ri .size_des .line {
	float: left;
	width: 70px;
	line-height: 20px;
	height: 1px;
	background-color: rgba(0,0,0,0.4)
}

.tab_mess .tab_box .tab_con .size_box .size_ri .size_des .txt {
	margin-left: 6px;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #000000;
	opacity: 0.6
}

.tab_mess .tab_box .tab_con .size_box .size_ri .size_des:nth-child(2) {
	top: 23%;
	right: -54%
}

.tab_mess .tab_box .tab_con .size_box .size_ri .size_des:nth-child(3) {
	top: 26.5%;
	right: -47%
}

.tab_mess .tab_box .tab_con .size_box .size_ri .size_des:nth-child(4) {
	top: 32%;
	right: -30%
}

.tab_mess .tab_box .tab_con .size_box .size_ri .size_des:nth-child(5) {
	top: 41%;
	right: -27%
}

.tab_mess .tab_box .tab_con .size_box .size_ri .size_des:nth-child(6) {
	top: 92%;
	right: -54%
}

.tab_mess .tab_box .tab_con .size_box .size_ri .size_imgBox {
	position: relative
}

.tab_mess .tab_box .tab_con .size_box .size_ri .size_imgBox img {
	margin: 0 auto;
	width: 400px;
}

.tab_mess .tab_box .tab_con .content {
	margin-top: 48px;
	display: flex;
	justify-content: space-between
}

.tab_mess .tab_box .tab_con .content .con_le {
	width: 30%
}

.tab_mess .tab_box .tab_con .content .con_ri {
	width: 64%
}

.tab_mess .tab_box .tab_con .content .con_ri h3 {
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #5F5F5E
}

.tab_mess .tab_box .tab_con .content .con_ri p {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #000000;
	opacity: 0.5;
	line-height: 26px
}

/* .tab_mess .tab_box .tab_con .tw {
	margin-top: 74px
}

.tab_mess .tab_box .tab_con .tw .tw_top h3 {
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #5F5F5E
}

.tab_mess .tab_box .tab_con .tw .tw_top p {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #000000;
	line-height: 26px;
	opacity: 0.5
}

.tab_mess .tab_box .tab_con .tw .tw_con,.tab_mess .tab_box .tab_con .tw .tw_con1 {
	margin-top: 32px
}

.tab_mess .tab_box .tab_con .tw .tw_con ul,.tab_mess .tab_box .tab_con .tw .tw_con1 ul {
	display: flex;
	justify-content: space-between
}

.tab_mess .tab_box .tab_con .tw .tw_con ul li,.tab_mess .tab_box .tab_con .tw .tw_con1 ul li {
	width: 20%;
	text-align: center
}

.tab_mess .tab_box .tab_con .tw .tw_con ul li img,.tab_mess .tab_box .tab_con .tw .tw_con1 ul li img {
	margin: 0 auto;
	margin-bottom: 12px
}

.tab_mess .tab_box .tab_con .tw .tw_con1 ul {
	flex-wrap: wrap
}

.tab_mess .tab_box .tab_con .tw .tw_con1 ul li {
	width: 17%;
	margin-bottom: 24px
}

.tab_mess .tab_box .tab_con .tw .tw_con1 ul li span {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #000000
}

.tab_mess .tab_box .tab_con .tw .tw_con1 ul li p {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #000000;
	line-height: 19px;
	opacity: 0.5
} */

.tab_mess .tab_box .tab_con .img_show {
	margin-bottom: 20px
}

.tab_mess .tab_box .tab_con .img_show .row {
	margin: 0
}

@media (max-width: 768px) {
	.tab_mess .tab_box .tab_con .img_show [class*='col-'] {
		padding: 0;
		width: 100%
	}
}

@media (min-width: 1024px) {
	.tab_mess .tab_box .tab_con .img_show [class*='col-'] {
		padding: 0 8px
	}
}

.tab_mess .tab_box .tab_con .img_show [class*='col-'] .img_show_des h3 {
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #5F5F5E
}

.tab_mess .tab_box .tab_con .img_show [class*='col-'] .img_show_des p {
	margin-top: 14px;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 26px;
	color: #000000;
	opacity: 0.5
}

.tab_mess .tab_box .tab_con .img_show .masonry1 {
	margin: 20px auto;
	columns: 2;
	column-gap: 20px
}

.tab_mess .tab_box .tab_con .img_show .masonry1 .item {
	width: 100%;
	break-inside: avoid;
	margin-bottom: 20px
}

.tab_mess .tab_box .tab_con .rate_box {
	display: flex;
	justify-content: center;
	margin: 36px 0 38px 0
}

.tab_mess .tab_box .tab_con .rate_box .comment {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	width: 160px;
	height: 138px;
	padding: 12px 0;
	background: #FFFFFF;
	border: 1px solid #000000;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.28);
	border-color: rgba(0,0,0,0.28);
	border-radius: 14px;
	text-align: center
}

.tab_mess .tab_box .tab_con .rate_box .comment span {
	font-size: 42px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #000000;
	opacity: 0.9
}

.tab_mess .tab_box .tab_con .rate_box .comment h4 {
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #000000;
	opacity: 0.5
}

.tab_mess .tab_box .tab_con .rate_box .comment .rate {
	display: flex;
	justify-content: center;
	align-items: center
}

.tab_mess .tab_box .tab_con .rate_box .comment .rate span {
	margin-left: 10px;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #000000;
	opacity: 0.8
}

.tab_mess .tab_box .tab_con .rate_box .progress_bar {
	margin-left: 80px
}

.tab_mess .tab_box .tab_con .rate_box .progress_bar .progress_bar_bigBox {
	display: flex;
	margin-bottom: 4px
}

.tab_mess .tab_box .tab_con .rate_box .progress_bar .rate {
	width: 84px;
	padding-top: 4px
}

.tab_mess .tab_box .tab_con .rate_box .progress_bar .rate i {
	float: right
}

.tab_mess .tab_box .tab_con .rate_box .progress_bar .progress_bar_box {
	width: 220px;
	height: 26px;
	padding-top: 8px;
	padding-left: 8px
}

.tab_mess .tab_box .tab_con .rate_box .progress_bar .progress_bar_box .progress {
	height: 5px;
	margin-bottom: 0
}

.tab_mess .tab_box .tab_con .rate_box .progress_bar .progress_bar_box .progress .progress-bar-danger {
	background-color: #EF001E
}

.tab_mess .tab_box .tab_con .rate_box .progress_bar .percentage {
	text-align: center;
	margin-left: 12px
}

.tab_mess .tab_box .tab_con .rate_box .progress_bar .percentage span {
	display: block;
	width: 51px;
	height: 20px;
	border: 1px solid #000000;
	border-color: rgba(0,0,0,0.8);
	opacity: 0.8;
	border-radius: 4px
}

.tab_mess .tab_box .tab_con .tab_big_tit {
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.tab_mess .tab_box .tab_con .tab_big_tit ul {
	display: flex
}

.tab_mess .tab_box .tab_con .tab_big_tit ul li:hover {
	cursor: pointer
}

.tab_mess .tab_box .tab_con .tab_big_tit ul .active {
	border-color: #F4A51C
}

.tab_mess .tab_box .tab_con .tab_big_tit ul li {
	padding: 20px 0;
	margin-right: 54px;
	border-bottom: 3px solid #fff
}

.tab_mess .tab_box .tab_con .tab_big_tit span:hover {
	cursor: pointer;
	opacity: 0.8
}

.tab_mess .tab_box .tab_con .tab_big_tit span {
	display: inline-block;
	width: 155px;
	height: 36px;
	background: #F4A51C;
	color: #fff;
	text-align: center;
	line-height: 36px
}

.formBox {
	display: none;
	margin-top: 20px;
}

.tab_mess .tab_box .tab_con .formBox h3 {
	margin-top: 18px;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #000000
}

.tab_mess .tab_box .tab_con .formBox .form-group {
	margin-top: 24px
}

.tab_mess .tab_box .tab_con .formBox .form-group label:before {
	content: '*';
	color: #F4A51C
}

.tab_mess .tab_box .tab_con .formBox .form-group label {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #000
}

.tab_mess .tab_box .tab_con .formBox .form-group .value {
	margin-top: 12px;
	width: 100%;
	display: flex
}

.tab_mess .tab_box .tab_con .formBox .form-group .value i {
	margin-right: 4px
}

.tab_mess .tab_box .tab_con .formBox .form-group .value input {
	border: 1px solid #e1e1e1;
	width: 100%;
	height: 36px
}

.tab_mess .tab_box .tab_con .formBox .form-group .value textarea {
	border-color: #e1e1e1;
	width: 100%
}

.tab_mess .tab_box .tab_con .formBox .wd50 {
	width: 49%;
	float: left
}

.tab_mess .tab_box .tab_con .formBox .fr {
	float: right
}

.tab_mess .tab_box .tab_con .formBox .submit_box {
	padding: 12px 0 24px 0;
	clear: both;
	display: flex;
	justify-content: center;
	content: ''
}

.tab_mess .tab_box .tab_con .formBox .submit_box .post_btn,.tab_mess .tab_box .tab_con .formBox .submit_box .cancel_btn:hover {
	cursor: pointer
}

.tab_mess .tab_box .tab_con .formBox .submit_box .post_btn,.tab_mess .tab_box .tab_con .formBox .submit_box .cancel_btn {
	width: 101px;
	margin-left: 20px;
	height: 36px;
	background: #F4A51C;
	color: #fff;
	line-height: 36px;
	text-align: center
}

.tab_mess .tab_box .tab_con .formBox .submit_box .cancel_btn {
	border: 1px solid #e1e1e1;
	background: none;
	color: rgba(0,0,0,0.8)
}

.tab_mess .tab_box .tab_con .comment_list {
	margin-top: 38px
}

.tab_mess .tab_box .tab_con .comment_list .masonry1 {
	margin: 20px auto;
	columns: 2;
	column-gap: 20px
}

.tab_mess .tab_box .tab_con .comment_list .masonry1 .comment_list_box {
	width: 49%;
	border: 1px solid #e1e1e1;
	padding: 30px 34px 34px 28px;
	margin-bottom: 16px
}

.tab_mess .tab_box .tab_con .comment_list .masonry1 .comment_list_box .list_tit {
	display: flex;
	justify-content: space-between
}

.tab_mess .tab_box .tab_con .comment_list .masonry1 .comment_list_box .list_tit span {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #000000
}

.tab_mess .tab_box .tab_con .comment_list .masonry1 .comment_list_box .list_tit span:nth-child(2) {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #000000;
	opacity: 0.6
}

.tab_mess .tab_box .tab_con .comment_list .masonry1 .comment_list_box .list_rate {
	margin-top: 10px;
	display: flex
}

.tab_mess .tab_box .tab_con .comment_list .masonry1 .comment_list_box .list_rate i {
	margin-right: 6px
}

.tab_mess .tab_box .tab_con .comment_list .masonry1 .comment_list_box p {
	margin-top: 28px;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #000000;
	opacity: 0.6
}

.tab_mess .tab_box .tab_con .comment_list .masonry1 .comment_list_box .product_box {
	background: #F9F9F9;
	padding: 12px;
	margin-top: 14px;
	display: flex;
	justify-content: space-between
}

.tab_mess .tab_box .tab_con .comment_list .masonry1 .comment_list_box .product_box .img_box {
	width: 18%;
	height: 0;
	padding-bottom: 24%;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover
}

.tab_mess .tab_box .tab_con .comment_list .masonry1 .comment_list_box .product_box .box_txt {
	width: 80%;
	padding-left: 14px;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.tab_mess .tab_box .tab_con .comment_list .masonry1 .comment_list_box .product_box .box_txt a {
	color: #292929;
	line-height: 21px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical
}

.tab_mess .tab_box .tab_con .comment_list .masonry1 .comment_list_box .product_box .box_txt span {
	padding: 8px;
	display: inline-block;
	width: 44%;
	background-color: #F4A51C;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	font-weight: 400
}

.tab_mess .tab_box .tab_con .comment_list .masonry1 .comment_list_box .product_box .box_txt span a {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 400
}

@media (max-width: 991px) {
	.tab_mess .tab_box .tab_con .comment_list .masonry1 .comment_list_box .product_box {
		padding: 6px
	}

	.tab_mess .tab_box .tab_con .comment_list .masonry1 .comment_list_box .product_box .box_txt span {
		width: 48%;
		padding: 4px 2px
	}
}

.tab_mess .tab_box .tab_con .comment_list .masonry1 .comment_list_box .rate_box:hover a {
	color: #EF001E;
	text-decoration: underline
}

.tab_mess .tab_box .tab_con .comment_list .masonry1 .item {
	width: 100%;
	break-inside: avoid;
	margin-bottom: 20px
}

.tab_mess .tab_box .tab_con .comment_list .listChange {
	width: 100%;
	margin: 42px 0 48px;
	text-align: center
}

.tab_mess .tab_box .tab_con .comment_list .listChange .listChangeBox {
	display: flex;
	justify-content: center;
	align-items: center
}

.tab_mess .tab_box .tab_con .comment_list .listChange .listChangeBox .arrow_le:hover {
	cursor: pointer
}

.tab_mess .tab_box .tab_con .comment_list .listChange .listChangeBox .arrow_ri:hover {
	cursor: pointer
}

.tab_mess .tab_box .tab_con .comment_list .listChange .listChangeBox .countbox {
	margin: 0 14px
}

.tab_mess .tab_box .tab_con .comment_list .listChange .listChangeBox .countbox a {
	margin-left: 4px;
	border: 1px solid #e1e1e1;
	color: #000;
	opacity: 0.8;
	padding: 6px 10px
}

.tab_mess .tab_box .tab_con .comment_list .listChange .listChangeBox .countbox .active {
	background-color: #F4A51C;
	opacity: 1;
	color: #fff;
	border: none
}

.tab_mess .tab_box .tab_con .comment_list .listChange span {
	padding: 6px 18px;
	width: 14%;
	color: #fff;
	background-color: #F4A51C
}

.tab_mess .tab_box .tab_con .show_toggle {
	display: block
}

.tab_mess .tab_box .toggle {
	display: block;

}

@media (max-width: 991px) {
	.tab_mess .tab_box .tab_con {
		clear: both;
		content: '';
		display: block
	}

	.tab_mess .tab_box .tab_con .size_box {
		flex-wrap: wrap;
	}

	.tab_mess .tab_box .tab_con .size_box .size_le {
		width: 100%
	}

	.tab_mess .tab_box .tab_con .size_box .size_ri {
		width: 100%
	}

	.tab_mess .tab_box .tab_con .size_box .size_ri .size_imgBox img {
		margin: left
	}

	.tab_mess .tab_box .tab_con .content {
		flex-wrap: wrap
	}

	.tab_mess .tab_box .tab_con .content .con_le,.tab_mess .tab_box .tab_con .content .con_ri {
		width: 100%
	}

	.tab_mess .tab_box .tab_con .content .con_ri {
		margin-top: 24px
	}

	.tab_mess .tab_box .tab_con .tw {
		margin-top: 32px
	}

	.tab_mess .tab_box .tab_con .tw .tw_con ul {
		flex-wrap: wrap
	}

	.tab_mess .tab_box .tab_con .tw .tw_con ul li {
		width: 31%
	}

	.tab_mess .tab_box .tab_con .tw .tw_con1 ul {
		flex-wrap: wrap
	}

	.tab_mess .tab_box .tab_con .tw .tw_con1 ul li {
		width: 48%
	}

	.tab_mess .tab_box .tab_con .img_show {
		padding-top: 20px
	}

	.tab_mess .tab_box .tab_con .img_show .img_show_des p {
		margin-top: 6px !important
	}

	.tab_mess .tab_box .tab_con .img_show .masonry1 {
		columns: 1
	}

	.tab_mess .tab_box .tab_con .img_show .masonry1 .item {
		margin-bottom: 6px
	}

	.tab_mess .tab_box .tab_con .mess_show .mess_show_des h2,.tab_mess .tab_box .tab_con .mess_show .mess_show_des1 h2,.tab_mess .tab_box .tab_con .mess_show .mess_show_des2 h2 {
		margin-bottom: 12px
	}

	.tab_mess .tab_box .tab_con .mess_show .mess_show_des ul,.tab_mess .tab_box .tab_con .mess_show .mess_show_des1 ul,.tab_mess .tab_box .tab_con .mess_show .mess_show_des2 ul {
		margin-left: 0
	}

	.tab_mess .tab_box .tab_con .mess_show .mess_show_des ul li,.tab_mess .tab_box .tab_con .mess_show .mess_show_des1 ul li,.tab_mess .tab_box .tab_con .mess_show .mess_show_des2 ul li {
		margin-bottom: 12px
	}

	.tab_mess .tab_box .tab_con .mess_show .mess_show_des1 ul li {
		width: 24%
	}

	.tab_mess .tab_box .tab_con .mess_show .mess_show_des2 ul li {
		width: 100%;
		margin-bottom: 6px
	}

	.tab_mess .tab_box .tab_con .mess_show .table {
		margin-top: 16px
	}

	.tab_mess .tab_box .tab_con .rate_box {
		margin-top: 48px;
		flex-wrap: wrap
	}

	.tab_mess .tab_box .tab_con .rate_box .progress_bar {
		margin-top: 20px;
		margin-left: 0
	}

	.tab_mess .tab_box .tab_con .rate_box .progress_bar .rate {
		width: 70px
	}

	.tab_mess .tab_box .tab_con .tab_big_tit ul li {
		margin-right: 12px;
		padding: 16px 0
	}

	.tab_mess .tab_box .tab_con .tab_big_tit span {
		width: 108px
	}

	.tab_mess .tab_box .tab_con .comment_list {
		margin-top: 12px
	}

	.tab_mess .tab_box .tab_con .comment_list .masonry1 {
		columns: 1
	}

	.tab_mess .tab_box .tab_con .comment_list .masonry1 .item {
		margin-bottom: 6px
	}
}

.tab_mess .recommended {
	width: 90%;
	float: right;
	padding-top: 12px;
	border-top: 2px solid #F4A51C
}

.tab_mess .recommended .recommended_artice {
	margin-top: 0px
}

.tab_mess .recommended .recommended_artice .artice_tit:hover {
	cursor: pointer
}

.tab_mess .recommended .recommended_artice .artice_tit {
	padding: 12px 0px;
	padding-left: 14px;
	font-weight: bold;
	color: #292929;
	font-size: 14px;
	border-bottom: none
}

.tab_mess .recommended .recommended_artice .artice_tit i:hover {
	cursor: pointer
}

.tab_mess .recommended .recommended_artice .artice_tit i {
	margin: 0 6px
}

.tab_mess .recommended .recommended_artice .artice_con {
	display: none;
	padding-left: 18px
}

.tab_mess .recommended .recommended_artice .artice_con a:hover {
	color: #f4a51c;
	font-weight: bold
}

.tab_mess .recommended .recommended_artice .artice_con a {
	border-bottom: none;
	display: block;
	padding: 8px 0px;
	padding-left: 38px
}

.tab_mess .recommended .products_box .ri {
	margin-left: 10px;
	width: 76%;
}

.products_box {
	margin-top: 12px;
	margin-bottom: 30px
}

.tab_mess .recommended .products_box .products_con:hover {
	border-color: #F4A51C
}

.tab_mess .recommended .products_box .products_con:last-child {
	border-bottom: none
}

.tab_mess .recommended .products_box .products_con {
	border-bottom: 1px solid #E9E9E9;
	display: flex;
	justify-content: space-between;
	padding: 14px 0
}

.tab_mess .recommended .products_box .products_con .le {
	width: 20%;
	height: 0;
	padding-bottom: 36%;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover
}

.tab_mess .recommended .products_box .products_con .le a {
	display: inline-block;
	overflow: hidden
}

.tab_mess .recommended .products_box .products_con .le img:hover {
	transform: scale(1.1, 1.1)
}

.tab_mess .recommended .products_box .products_con .blog_ri {
	width: 64%;
	margin: 2px 0 0 10px;
	display: flex;
	justify-content: space-around;
	flex-direction: column
}

.tab_mess .recommended .products_box .products_con .blog_ri p a:hover {
	color: #F4A51C;
	text-decoration: underline
}

.tab_mess .recommended .products_box .products_con .blog_ri p a {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #000000;
	opacity: 0.8;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.tab_mess .recommended .products_box .products_con .blog_ri .rate {
	margin-top: -6px
}

.tab_mess .recommended .products_box .products_con .blog_ri .rate i img {
	display: inline;
	width: 12px
}

.tab_mess .recommended .products_box .products_con .blog_ri .rate span {
	margin-left: 6px;
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #000000;
	opacity: 0.8
}

.tab_mess .recommended .products_box .products_con .blog_ri .prodct_des del {
	font-size: 14px;
	font-weight: 400;
	color: #898989
}

.tab_mess .recommended .products_box .products_con .blog_ri .prodct_des span {
	margin-left: 8px;
	font-size: 14px;
	font-weight: bold;
	color: #F4A51C
}

.tab_mess .product_list {
	padding-left: 20px;
	margin-top: 48px
}

.tab_mess .product_list .product_tit {
	font-size: 18px;
	font-weight: bold;
	color: #292929
}

.tab_mess .product_list .products_box {
	margin-top: 16px;
	padding: 0 10px;
	border: 1px solid #e9e9e9
}

.tab_mess .product_list .products_box .products_con:hover {
	border-color: #aa0084
}

.tab_mess .product_list .products_box .products_con {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	border-bottom: 1px solid #e9e9e9
}

.tab_mess .product_list .products_box .products_con .le {
	width: 40%;
	height: 0;
	padding-bottom: 40%;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover
}

.tab_mess .product_list .products_box .products_con .le a {
	display: inline-block;
	overflow: hidden
}

.tab_mess .product_list .products_box .products_con .le img:hover {
	transform: scale(1.1, 1.1)
}

.tab_mess .product_list .products_box .products_con .ri {
	width: 54%;
	display: flex;
	flex-direction: column;
	justify-content: space-around
}

.tab_mess .product_list .products_box .products_con .ri .rate {
	display: flex;
	margin-bottom: 10px
}

.tab_mess .product_list .products_box .products_con .ri p:hover a {
	color: #aa0084;
	text-decoration: none
}

.tab_mess .product_list .products_box .products_con .ri .prot_price del {
	color: #9d9d9d;
	margin-right: 10%
}

.ri p {
	height: 67%;
}

.prot_price bdi {
	color: #f4a51c;
	font-weight: 800;
}

.woocommerce-Price-currencySymbol {
	color: #000;
}

.recommended_tit span {
	font-size: 16px;
	font-weight: bold;
	;
}

.tab_mess .product_list .products_box .products_con .ri .prot_price span {
	font-weight: bold;
	color: #aa0084
}

.tab_label {
	margin: 38px 0
}

.tab_label .tab_tit {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.tab_label .tab_tit h3 {
	font-size: 26px;
	font-family: PingFang SC;
	font-weight: 800;
	color: #010101
}

.tab_label .tab_tit .line {
	width: 32%;
	height: 1px;
	background-color: #000000
}

.tab_label .label_con {
	margin-top: 54px
}

.tab_label .label_con ul {
	display: flex;
	justify-content: space-between
}

.tab_label .label_con ul li {
	text-align: center;
	width: 14%
}

.tab_label .label_con ul li img {
	margin: 0 auto 24px
}

@media (max-width: 991px) {
	#detail_show #con_r {
		margin-bottom: 0
	}

	.tab_mess {
		margin-top: 0
	}

	.tab_mess .tab_box .tab_tit {
		border-top: 3px solid #F4A51C !important;
		margin-top: 46px !important
	}

	.tab_mess .tab_box .tab_tit h3 {
		font-size: 16px
	}

	.tab_mess .recommended {
		width: 100%;
		border-top: 3px solid #F4A51C;
		margin-top: 28px
	}

	.tab_mess .recommended .recommended_artice .artice_tit span {
		font-size: 16px
	}

	.tab_label .tab_tit h3 {
		font-size: 18px
	}

	.tab_label .label_con {
		margin-top: 20px
	}

	.tab_label .label_con ul {
		margin-top: 32px;
		flex-wrap: wrap
	}

	.tab_label .label_con ul li {
		padding: 18px 20px;
		border-radius: 5px;
		background-color: rgba(11,11,11,0.06);
		display: flex;
		align-items: center;
		text-align: left;
		width: 100%;
		margin-bottom: 20px
	}

	.tab_label .label_con ul li img {
		margin-left: 0;
		margin-right: 8px;
		margin-bottom: 0
	}
}
@media (min-width: 320px){
	.sel_hook_icon {
		line-height: normal;
		display: none;
		position: absolute;
		right: 0%;
		top: 38%;
		font-size: 22px !important;
		color: #F4A51C;
		background-color: #fff;
		border-radius: 50%
	}
}
@media (min-width: 1024px){
	.sel_hook_icon {
		line-height: normal;
		display: none;
		position: absolute;
		right: 8%;
		top: 48%;
		font-size: 38px !important;
		color: #F4A51C;
		background-color: #fff;
		border-radius: 50%
	}
}


@media (min-width: 320px) {
	.swiper {
		width: 100%
	}

	.swiper .swiper_left {
		width: 20%
	}

	.swiper .swiper_left .small_list {
		height: 395px;
		overflow: hidden;
		position: relative
	}

	.swiper .swiper_left .small_list ul li {
		margin-bottom: 10px;
		cursor: pointer
	}

	.swiper .swiper_left .small_list ul .on {
		border: 2px solid #F4A51C
	}

	.swiper .swiper_left .move_btn {
		display: flex;
		justify-content: space-between;
		width: 100%;
		padding: 10px 0
	}

	.swiper .swiper_left .move_btn .prev {
		width: 48%;
		text-align: center;
		cursor: pointer
	}

	.swiper .swiper_left .move_btn .prev button {
		width: 100%;
		height: 100%
	}

	.swiper .swiper_left .move_btn .prev button:hover i {
		opacity: 1 !important
	}

	.swiper .swiper_left .move_btn .next {
		width: 48%;
		text-align: center;
		cursor: pointer
	}

	.swiper .swiper_left .move_btn .next button {
		width: 100%;
		height: 100%
	}

	.swiper .swiper_left .move_btn .next button:hover i {
		opacity: 1 !important
	}

	.swiper .swiper_right {
		width: 80%;
		margin-left: 2%
	}

	.swiper .swiper_right .swiper_right_img {
		height: 427px
	}

	.product_details {
		width: 100%
	}
}

@media (min-width: 768px) {
	.swiper {
		width: 100%
	}

	.swiper .swiper_left {
		width: 20%
	}

	.swiper .swiper_left .small_list {
		height: 836px;
		overflow: hidden;
		position: relative
	}

	.swiper .swiper_left .small_list ul li {
		margin-bottom: 10px;
		cursor: pointer
	}

	.swiper .swiper_left .small_list ul .on {
		border: 2px solid #F4A51C
	}

	.swiper .swiper_left .move_btn {
		display: flex;
		justify-content: space-between;
		width: 100%;
		padding: 10px 0
	}

	.swiper .swiper_left .move_btn .prev {
		width: 48%;
		text-align: center;
		cursor: pointer
	}

	.swiper .swiper_left .move_btn .prev button {
		width: 100%;
		height: 100%
	}

	.swiper .swiper_left .move_btn .next {
		width: 48%;
		text-align: center;
		cursor: pointer
	}

	.swiper .swiper_left .move_btn .next button {
		width: 100%;
		height: 100%
	}

	.swiper .swiper_right {
		width: 80%;
		margin-left: 2%
	}

	.swiper .swiper_right .swiper_right_img {
		height: 868px
	}
}

@media (min-width: 1024px) {
	.swiper {
		width: 100%
	}

	.swiper .swiper_left {
		width: 20%
	}

	.swiper .swiper_left .small_list {
		height: 458px;
		overflow: hidden;
		position: relative
	}

	.swiper .swiper_left .small_list ul li {
		margin-bottom: 10px;
		cursor: pointer
	}

	.swiper .swiper_left .small_list ul .on {
		border: 2px solid #F4A51C
	}

	.swiper .swiper_left .move_btn {
		display: flex;
		justify-content: space-between;
		width: 100%;
		padding: 10px 0
	}

	.swiper .swiper_left .move_btn .prev {
		width: 48%;
		text-align: center;
		cursor: pointer
	}

	.swiper .swiper_left .move_btn .prev button {
		width: 100%;
		height: 100%
	}

	.swiper .swiper_left .move_btn .next {
		width: 48%;
		text-align: center;
		cursor: pointer
	}

	.swiper .swiper_left .move_btn .next button {
		width: 100%;
		height: 100%
	}

	.swiper .swiper_right {
		width: 80%;
		margin-left: 2%
	}

	.swiper .swiper_right .swiper_right_img {
		height: 490px
	}

	.product_details {
		width: 52%
	}
}

@media (min-width: 1300px) {
	.swiper {
		width: 100%
	}

	.swiper .swiper_left {
		width: 20%
	}

	.swiper .swiper_left .small_list {
		height: 646px;
		overflow: hidden;
		position: relative
	}

	.swiper .swiper_left .small_list ul li {
		margin-bottom: 10px;
		cursor: pointer
	}

	.swiper .swiper_left .small_list ul .on {
		border: 2px solid #F4A51C
	}

	.swiper .swiper_left .move_btn {
		display: flex;
		justify-content: space-between;
		width: 100%;
		padding: 10px 0
	}

	.swiper .swiper_left .move_btn .prev {
		width: 48%;
		text-align: center;
		cursor: pointer
	}

	.swiper .swiper_left .move_btn .prev button {
		width: 100%;
		height: 100%
	}

	.swiper .swiper_left .move_btn .next {
		width: 48%;
		text-align: center;
		cursor: pointer
	}

	.swiper .swiper_left .move_btn .next button {
		width: 100%;
		height: 100%
	}

	.swiper .swiper_right {
		width: 92%;
		margin-left: 2%
	}

	.swiper .swiper_right .swiper_right_img {
		height: 678px
	}

	.product_details {
		width: 52%
	}
}

.add_ipt {
	padding: 10px;
	font-size: 16px !important
}

.total_box {
	display: flex;
	flex-wrap: wrap
}

@media (min-width: 320px) {
	.total_box_left,.total_box_right {
		width: 100%
	}

	.total_box_right {
		margin-top: 10px
	}
}

@media (min-width: 1024px) {
	.total_box_left,.total_box_right {
		width: 50%
	}
}

.total_box_right {
	display: flex;
	padding: 5px;
	justify-content: space-between
}

.total_box_btn {
	background-color: #5f5f5e;
	color: #fff;
	font-weight: bold;
	padding: 13px 20px 11px
}

.total_box_icon {
	width: 43px;
	height: 43px;
	background-color: #5f5f5e;
	text-align: center;
	line-height: 43px;
	cursor: pointer
}

.tm-extra-product-options-totals .price.amount.options, .tm-extra-product-options-totals .price.amount.fees, .tm-extra-product-options-totals .price.amount.subscription-fee {
	font-size: 14px !important;
}

.comment_list1 {
	display: none;
}

@media (min-width: 1024px) {
	.content-single-wrapper .col-lg-5{
		width: 45% !important;
	}
}


.tab_box .tab_con h3 {
	margin-top: 30px;
}