.review-image-box {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	border-radius: 4px;
	overflow: hidden
}

.review-image-box .swiper-pagination {
	bottom: 12px
}

.review-image-box .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #fff;
	opacity: .3
}

.review-image-box .swiper-pagination-bullet-active {
	opacity: 1;
	background: #fff
}

.img-content-top {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.img-content-top .swiper-slide {
	width: 100%;
	height: 100%
}

.review-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer
}

.review-video-thumb {
	position: relative;
	width: 100%;
	height: 100%;
	cursor: pointer
}

.review-video-thumb .review-video-play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	z-index: 1;
	line-height: 1
}

.img-content {
	position: absolute;
	width: 100%;
	height: 68px;
	bottom: 0;
	left: 0;
	padding: 8px 12px;
	background-color: #00000080;
	border-radius: 4px;
	flex-wrap: nowrap;
	-webkit-overflow-scrolling: touch;
	transition: opacity .3s ease-in-out;
	opacity: 1
}

.img-content .swiper-slide {
	margin-right: 8px;
	width: 52px;
	height: 52px
}

.img-content img {
	border-radius: 4px;
	width: 52px;
	height: 52px;
	object-fit: cover;
	flex-shrink: 0;
	cursor: pointer;
	position: relative;
	border: 2px solid transparent;
	background-color: transparent
}

.img-content .swiper-slide-thumb-active img {
	border-color: #fff
}

.img-content .swiper-button-next,
.img-content .swiper-button-prev {
	width: 60px;
	height: 68px;
	margin-top: 0;
	top: 0;
	z-index: 2;
	transform: translateY(0)
}

.img-content .swiper-button-next:after,
.img-content .swiper-button-prev:after {
	width: 28px;
	height: 28px;
	background: #fff;
	border: 1px solid #d5d5d5;
	border-radius: 50%;
	font-size: 14px;
	--swiper-navigation-size: 14px;
	--swiper-navigation-color: #333;
	font-weight: 700;
	line-height: 26px;
	text-align: center
}

.img-content .swiper-button-next:hover:after,
.img-content .swiper-button-prev:hover:after {
	border-color: #333;
	background-color: #f6f6f6
}

.img-content .swiper-button-next {
	right: 0;
	border-radius: 0 4px 4px 0;
	background: linear-gradient(90deg, #0000 14.71%, #000)
}

.img-content .swiper-button-prev {
	left: 0;
	border-radius: 0 4px 4px 0;
	background: linear-gradient(-90deg, #0000 14.71%, #000)
}

.img-content .swiper-button-disabled,
.img-content .swiper-button-disabled:hover {
	opacity: 0
}

.review-zoom-container {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	justify-content: center;
	align-items: center;
	z-index: 99
}

.review-zoom-container .review-zoom-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #00000080;
	z-index: -1
}

.review-zoom-container .review-zoom-wrapper {
	border-radius: 4px;
	overflow: hidden;
	width: 130vh;
	height: 90vh;
	max-height: 800px;
	max-width: 1152px;
	padding: 20px 0 20px 20px;
	flex-direction: row;
	background-color: #fff;
	flex-wrap: nowrap;
	justify-content: stretch
}

@media only screen and (max-width: 1199px) {
	.review-zoom-container .review-zoom-wrapper {
		max-width: 1000px;
		margin-left: 5%;
		margin-right: 5%;
		width: 100%;
		max-height: 60vw
	}
}

@media only screen and (max-width: 800px) {
	.review-zoom-container .review-zoom-wrapper {
		max-width: 460px;
		margin: 0 auto;
		height: auto;
		flex-direction: column-reverse;
		max-height: none;
		padding: 16px
	}
}

.review-zoom-container .swiper {
	width: calc(90vh - 40px);
	height: calc(90vh - 40px);
	max-height: 760px;
	max-width: 760px;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	flex-shrink: 0;
	margin: 0;
	z-index: 1
}

@media only screen and (max-width: 1199px) {
	.review-zoom-container .swiper {
		width: calc(90vh - 40px);
		min-width: 400px;
		max-width: calc(60vw - 40px);
		height: calc(90vh - 40px);
		max-height: calc(60vw - 40px)
	}
}

@media only screen and (max-width: 800px) {
	.review-zoom-container .swiper {
		width: 100%;
		height: 0;
		padding-bottom: 100%;
		max-width: 428px;
		max-height: 428px
	}
	.review-zoom-container .swiper .swiper-wrapper {
		position: absolute;
		top: 0;
		left: 0
	}
}

.review-zoom-container .swiper-slide {
	height: 100%
}

.review-zoom-container .swiper-slide img {
	object-fit: contain;
	object-position: center;
	height: 100%;
	width: 100%
}

.review-zoom-container .swiper-slide .video-container {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative
}

.review-zoom-container .swiper-slide .video-container .review-video-play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	z-index: 9;
	line-height: 1;
	transition: opacity .3s ease, visibility .3s ease
}

.review-zoom-container .swiper-slide .video-container .review-video-play-icon.hidden {
	opacity: 0;
	visibility: hidden
}

.review-zoom-container .swiper-slide .video-container .video-player {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.review-zoom-container .swiper-slide .video-container .plyr--full-ui {
	width: 100%!important;
	max-height: 80vh
}

.review-zoom-container .swiper-slide .video-container .plyr__controls {
	transition: opacity .3s ease, visibility .3s ease;
	pointer-events: auto
}

.review-zoom-container .swiper-slide .video-container .plyr__control,
.review-zoom-container .swiper-slide .video-container .plyr__progress,
.review-zoom-container .swiper-slide .video-container .plyr__volume,
.review-zoom-container .swiper-slide .video-container .plyr__time {
	pointer-events: auto
}

.review-zoom-container .swiper-pagination-fraction {
	border-radius: 12px;
	background: #00000080;
	color: #fff;
	font-size: 16px;
	padding: 4px 10px;
	width: auto;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%)
}

.review-zoom-container .swiper-pagination-fraction * {
	line-height: 1
}

.review-zoom-container .swiper-button-prev,
.review-zoom-container .swiper-button-next {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #D5D5D5;
	background: #fff;
	font-size: 12px;
	--swiper-navigation-size: 12px;
	--swiper-navigation-color: #333;
	font-weight: 700;
	transform: translateY(-50%);
	z-index: 1;
	transition: all .1s linear
}

.review-zoom-container .swiper-button-prev:hover,
.review-zoom-container .swiper-button-next:hover {
	border-color: #333;
	background-color: #f6f6f6
}

.review-zoom-container .swiper-button-prev.swiper-button-disabled,
.review-zoom-container .swiper-button-next.swiper-button-disabled {
	opacity: 1;
	color: #999;
	border-color: #d5d5d5;
	background-color: #fff
}

.review-zoom-container .swiper-button-prev {
	left: 10px;
	top: 50.5%
}

.review-zoom-container .swiper-button-next {
	right: 10px;
	top: 50.5%
}

.review-zoom-container .preview-content {
	flex: 1;
	min-width: 200px;
	flex-shrink: 0;
	padding: 28px 0 0;
	position: relative;
	height: 100%;
	word-break: break-word;
	white-space: pre-wrap
}

.review-zoom-container .preview-content .close {
	position: absolute;
	top: -12px;
	right: 12px;
	width: 24px;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	text-align: center
}

.review-zoom-container .preview-content .close:hover {
	background: #ddd;
	border-radius: 4px
}

@media only screen and (max-width: 800px) {
	.review-zoom-container .preview-content .close {
		top: -8px;
		right: 0
	}
}

.review-zoom-container .preview-content .rank {
	padding: 10px 0
}

.review-zoom-container .preview-content .rank .s-r {
	width: 14px;
	height: 14px;
	font-size: 14px;
	line-height: 14px
}

.review-zoom-container .preview-content .preview {
	overflow-y: auto;
	max-height: calc(100% - 55px);
	font-size: 16px;
	line-height: 20px
}

.review-zoom-container .preview-content .preview::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	background-color: #eee
}

.review-zoom-container .preview-content .preview::-webkit-scrollbar-track {
	background-color: #fff
}

.review-zoom-container .preview-content .preview::-webkit-scrollbar-thumb {
	background-color: #eee
}

.review-zoom-container .preview-content .date {
	font-size: 14px;
	color: #666;
	margin: 4px 0;
	flex-shrink: 0;
	padding-left: 10px
}

.review-zoom-container .preview-content .user-country-image {
	margin-right: 10px
}

.review-item {
	/*padding: 0 20px;*/
	width: 100%;
	background: #fff;
	overflow-y: auto;
	height: 100%;
	flex-wrap: nowrap
}

.review-item .item-main-top {
	flex-wrap: nowrap;
	width: 100%
}

.review-item .user-img {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #ebebeb;
	color: #999;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
	margin-right: 4px
}

.review-item .user-img img {
	object-fit: cover;
	width: 100%;
	height: 100%
}

.review-item .name-date {
	flex: 1;
	flex-wrap: nowrap;
	width: calc(100% - 24px)
}

.review-item .name-date .name {
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	flex: 0 1 auto;
	padding-right: 8px
}

.review-item .name-date .country-img {
	width: 15px;
	height: 10px;
	border-radius: 1px;
	overflow: hidden;
	display: inline-block;
	margin-right: 4px
}

.review-item .name-date .review-date {
	font-size: 14px;
	color: #999;
	margin: 0 0 0 auto
}

.review-item .item-main-bottom {
	margin-top: 12px;
	flex: 1
}

.review-item .item-main-bottom .rank {
	padding: 0 0 12px;
	gap: 4px
}

.review-item .item-main-bottom .rank .s-r {
	width: 24px;
	height: 24px;
	font-size: 24px;
	line-height: 24px;
	margin: 0;
	background-size: 100%
}

.review-item .item-main-bottom .cont {
	color: #333;
	font-size: 16px;
	word-break: break-word
}

.review-item .item-main-bottom .toggle-preview-wrapper {
	width: 24px;
	height: 14px;
	border-radius: 14px;
	background-color: #d9d9d9;
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: center;
	line-height: 14px;
	cursor: pointer;
	transition: all .1s ease-in-out;
	z-index: 1
}

.review-item .item-main-bottom .toggle-preview-wrapper .btn-toggle-preview {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
	width: 24px;
	height: 14px;
	background: transparent;
	text-decoration: none;
	border: none;
	outline: 0;
	flex-grow: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false" style="display: inline-block; height: 24px; vertical-align: middle;"%3E%3Ccircle cx="12" cy="12" r="2.71" /%3E%3Ccircle cx="4" cy="12" r="2.71" /%3E%3Ccircle cx="20" cy="12" r="2.71" /%3E%3C/svg%3E')
}

.review-item .item-main-bottom .toggle-preview-wrapper:active {
	background-color: #333
}

.review-item .item-main-bottom .toggle-preview-wrapper:active .btn-toggle-preview {
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false" style="display: inline-block; height: 24px; fill: #fff; vertical-align: middle;"%3E%3Ccircle cx="12" cy="12" r="2.71" /%3E%3Ccircle cx="4" cy="12" r="2.71" /%3E%3Ccircle cx="20" cy="12" r="2.71" /%3E%3C/svg%3E')
}

.review-item .item-main-bottom .translate-content {
	border-radius: 4px;
	background-color: #f6f6f6;
	padding: 10px 32px 10px 10px;
	width: 100%;
	position: relative;
	margin-top: 6px
}

.review-item .item-main-bottom .translate-content .translate-close {
	color: #999;
	font-size: 12px;
	line-height: 1;
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px
}

.review-item .item-main-bottom .translate-content p {
	font-size: 14px;
	line-height: 18px
}

.review-item .item-main-bottom .translate-content img {
	margin-top: 10px;
	height: 14px;
	width: auto
}

.review-item .item-main-bottom .item-bottom {
	margin: 20px -20px 0 0;
	width: calc(100% + 20px);
	overflow-x: auto
}

.review-item .item-main-bottom .item-bottom .img-content {
	flex-wrap: nowrap;
	-webkit-overflow-scrolling: touch
}

.review-item .item-main-bottom .item-bottom .img-content img {
	margin-right: 15px;
	border-radius: 4px;
	width: 100px;
	height: 100px;
	object-fit: cover;
	flex-shrink: 0;
	cursor: pointer;
	position: relative
}

.review-item .association-box {
	width: 100%;
	height: 48px;
	padding: 4px;
	background-color: #f6f6f6;
	margin-top: 10px
}

.review-item .association-box:hover {
	background-color: #e9e9e9
}

.review-item .association-box img {
	width: 40px;
	height: 40px;
	margin-right: 6px
}

.review-item .association-box .icon {
	margin-left: 4px
}

.review-item .association-box .product-info {
	width: calc(100% - 54px)
}

.review-item .association-box .product-info * {
	font-size: 14px
}

.review-item .association-box .product-info .association__title {
	font-size: 12px;
	margin-top: 2px;
	text-decoration: underline
}

.review-item .association-box .product-info .icon {
	margin-left: 4px
}

.review-item .link-translate {
	color: #999;
	font-size: 16px;
	text-decoration-line: underline;
	display: inline-block;
	cursor: pointer;
	margin-top: 12px
}

@media only screen and (max-width: 800px) {
	.review-item {
		padding: 0;
		margin-bottom: 20px;
		max-height: calc(90vh - 500px)
	}
}

.review-detail-container {
	background-color: transparent;
	border-radius: 4px;
	position: absolute;
	z-index: 2;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%
}

.review-detail-container .review-detail-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-color: #00000080
}

.review-detail-container .review-detail-content {
	background-color: #fff;
	border-radius: 4px;
	position: absolute;
	max-height: 90%;
	z-index: 10;
	bottom: 0;
	width: 100%;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-direction: column
}

.review-detail-container .review-detail-content.translate-content {
	background-color: #f6f6f6
}

.review-detail-container .review-detail-header {
	text-align: right;
	height: 24px;
	padding: 4px
}

.review-detail-container .review-detail-header .close {
	font-size: 16px
}

.review-detail-container .review-detail-body {
	padding: 0 12px 12px;
	overflow-y: auto;
	height: calc(100% - 24px)
}

.review-detail-container .review-detail-body p {
	font-size: 14px;
	word-break: break-word;
	white-space: pre-wrap
}

.review-detail-container .review-detail-body .translate-link {
	color: #999;
	font-size: 12px;
	text-decoration: underline
}

.review-item {
	width: 100%;
	background: #fff;
	border: 1px solid #D5D5D5;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	z-index: 0
}

.review-item .review-content-box {
	padding: 12px;
	background-color: #fff
}

.review-item .item-info-box {
	margin-top: 12px
}

.review-item .user-img {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #ebebeb;
	color: #999;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	overflow: hidden;
	margin-right: 4px;
	flex-shrink: 0
}

.review-item .user-img img {
	object-fit: cover;
	width: 100%;
	height: 100%
}

.review-item .name-date {
	flex: 1;
	flex-wrap: nowrap;
	width: calc(100% - 20px)
}

.review-item .name-date .name {
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
	flex: 0 1 auto;
	padding-right: 8px
}

.review-item .name-date .country-img {
	width: 15px;
	height: 10px;
	border-radius: 1px;
	overflow: hidden;
	display: inline-block;
	margin-right: 8px
}

.review-item .name-date .review-date {
	font-size: 12px;
	color: #999;
	margin: 0 0 0 auto
}

.review-item .rank {
	padding: 0
}

.review-item .rank .s-r {
	width: 18px;
	height: 18px;
	background-size: 18px;
	margin-right: 2px
}

.review-item .rank .rank_count_rate {
	font-size: 20px;
	margin-right: 8px
}

.review-item .reviews-preview {
	position: relative;
	margin-top: 8px;
	word-break: break-word;
	/*white-space: pre-wrap*/
}

.review-item .reviews-preview .cont {
	color: #333;
	font-size: 14px;
	word-break: break-word;
	line-height: 17px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: -o-ellipsis-lastline;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical
}

.review-item .reviews-preview .cont.ellipsis1 {
	-webkit-line-clamp: 1
}

.review-item .reviews-preview .cont.ellipsis2 {
	-webkit-line-clamp: 2
}

.review-item .reviews-preview .cont.ellipsis3 {
	-webkit-line-clamp: 3
}

.review-item .reviews-preview .cont.ellipsis4 {
	-webkit-line-clamp: 4
}

.review-item .reviews-preview .cont.ellipsis5 {
	-webkit-line-clamp: 5
}

.review-item .reviews-preview .cont.ellipsis6 {
	-webkit-line-clamp: 6
}

.review-item .reviews-preview .cont.ellipsis7 {
	-webkit-line-clamp: 7
}

.review-item .reviews-preview .cont.ellipsis8 {
	-webkit-line-clamp: 8
}

.review-item .reviews-preview .cont.ellipsis9 {
	-webkit-line-clamp: 9
}

.review-item .reviews-preview .cont.ellipsis10 {
	-webkit-line-clamp: 10
}

.review-item .reviews-preview .cont.ellipsis11 {
	-webkit-line-clamp: 11
}

.review-item .reviews-preview .cont.ellipsis12 {
	-webkit-line-clamp: 12
}

.review-item .reviews-preview .cont.ellipsis13 {
	-webkit-line-clamp: 13
}

.review-item .reviews-preview .cont.ellipsis14 {
	-webkit-line-clamp: 14
}

.review-item .reviews-preview .cont.ellipsis15 {
	-webkit-line-clamp: 15
}

.review-item .reviews-preview .cont.ellipsis16 {
	-webkit-line-clamp: 16
}

.review-item .reviews-preview .cont.ellipsis17 {
	-webkit-line-clamp: 17
}

.review-item .reviews-preview .cont.ellipsis18 {
	-webkit-line-clamp: 18
}

.review-item .reviews-preview .cont.ellipsis19 {
	-webkit-line-clamp: 19
}

.review-item .reviews-preview .cont.ellipsis20 {
	-webkit-line-clamp: 20
}

.review-item .reviews-preview .cont.ellipsis21 {
	-webkit-line-clamp: 21
}

.review-item .reviews-preview .cont.ellipsis22 {
	-webkit-line-clamp: 22
}

.review-item .reviews-preview .cont.ellipsis23 {
	-webkit-line-clamp: 23
}

.review-item .reviews-preview .cont.ellipsis24 {
	-webkit-line-clamp: 24
}

.review-item .reviews-preview .cont.ellipsis25 {
	-webkit-line-clamp: 25
}

.review-item .reviews-preview .toggle-preview-wrapper {
	width: 24px;
	height: 14px;
	border-radius: 14px;
	background-color: #d9d9d9;
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: center;
	line-height: 14px;
	cursor: pointer;
	transition: all .1s ease-in-out;
	z-index: 1
}

.review-item .reviews-preview .toggle-preview-wrapper .btn-toggle-preview {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
	width: 24px;
	height: 14px;
	background: transparent;
	text-decoration: none;
	border: none;
	outline: 0;
	flex-grow: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false" style="display: inline-block; height: 24px; vertical-align: middle;"%3E%3Ccircle cx="12" cy="12" r="2.71" /%3E%3Ccircle cx="4" cy="12" r="2.71" /%3E%3Ccircle cx="20" cy="12" r="2.71" /%3E%3C/svg%3E')
}

.review-item .reviews-preview .toggle-preview-wrapper:active {
	background-color: #333
}

.review-item .reviews-preview .toggle-preview-wrapper:active .btn-toggle-preview {
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false" style="display: inline-block; height: 24px; fill: #fff; vertical-align: middle;"%3E%3Ccircle cx="12" cy="12" r="2.71" /%3E%3Ccircle cx="4" cy="12" r="2.71" /%3E%3Ccircle cx="20" cy="12" r="2.71" /%3E%3C/svg%3E')
}

.review-item .translate-content {
	border-radius: 4px;
	background-color: #f6f6f6;
	padding: 12px 40px 12px 12px;
	width: 100%;
	position: relative;
	margin-top: 12px
}

.review-item .translate-content .translate-close {
	color: #666;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	top: 0;
	right: 0;
	padding: 12px
}

.review-item .translate-content p {
	font-size: 16px;
	color: #666
}

.review-item .translate-content img {
	margin-top: 10px;
	height: 14px;
	width: auto
}

.review-item .association-box {
	width: 100%;
	height: 44px;
	padding: 4px;
	background-color: #f6f6f6;
	margin-top: 12px
}

.review-item .association-box img {
	width: 36px;
	height: 36px;
	margin-right: 6px
}

.review-item .association-box .icon {
	margin-left: 4px
}

.review-item .association-box .product-info {
	width: calc(100% - 42px)
}

.review-item .association-box .product-info * {
	font-size: 14px
}

.review-item .association-box .product-info .association__title {
	margin-top: 2px;
	font-size: 12px
}

.review-item .item-tool-box+.association-box {
	margin-top: 8px
}

.review-item .item-tool-box {
	margin-top: 8px;
	height: 14px;
	line-height: 14px
}

.review-item .item-tool-box:empty {
	height: 0;
	margin: 0
}

.review-item .item-tool-box--item {
	color: #999;
	font-size: 12px;
	text-decoration-line: underline;
	display: inline-block;
	cursor: pointer
}

.review-item .item-tool-box--item+.item-tool-box--item:before {
	content: "";
	margin: 0 12px;
	color: #999;
	height: 12px;
	width: 1px;
	background-color: #999;
	display: inline-block;
	vertical-align: middle
}

.review_rank_box {
	padding: 0;
	margin: 0 auto
}

.review_rank_box .rank {
	padding: 0
}

.review_rank_box .rank .s-r {
	width: 32px;
	height: 32px;
	background-size: 100%;
	line-height: 32px;
	margin: 0 2px
}

.review_rank_box .rank_count_rate {
	margin-right: 4px;
	font-size: 30px;
	line-height: 1
}

.review_rank_box .rank_count {
	height: 16px;
	line-height: 16px;
	padding-left: 16px;
	margin-left: 14px;
	border-left: 2px solid #d5d5d5
}

.review_rank_box .rank_count * {
	line-height: 16px;
	font-size: 16px
}

.review_authentication {
	margin-top: 12px
}

.review_authentication * {
	color: #03a803;
	line-height: 20px
}

.review_authentication .icon-review_authentication {
	margin-right: 4px
}

.review_authentication .icon-review_tip {
	margin-left: 12px;
	font-size: 16px
}

.review_authentication span {
	font-size: 16px;
	word-break: break-all;
	flex-shrink: 1
}

.review_authentication:hover span {
	text-decoration: underline
}

.review-sort-filter {
	margin: 28px auto 0;
	border-bottom: 1px solid #E7E4DF
}

.review-sort-item {
	font-size: 16px;
	margin-right: 24px;
	color: #666;
	padding-bottom: 18px;
	display: inline-block;
	cursor: pointer;
	position: relative
}

.review-sort-item:hover {
	color: #333
}

.review-sort-item.active {
	color: #333;
	font-weight: 700
}

.review-sort-item.active:after {
	content: "";
	height: 2px;
	width: 100%;
	background-color: #333;
	display: block;
	position: absolute;
	bottom: 0
}

.custom-select {
	position: relative;
	cursor: pointer;
	margin-left: 8px
}

.select-display {
	display: inline-flex;
	font-size: 16px;
	color: #333
}

.select-options {
	background: #fff;
	top: 32px;
	right: 0;
	box-shadow: 0 0 8px #0000001a;
	border-radius: 4px;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	width: max-content;
	position: absolute;
	padding: 8px 0;
	z-index: 3
}

.select-options:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
	top: -8px;
	right: 25px;
	transform: translate(-50%)
}

.select-options:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 9px solid rgba(0, 0, 0, .1);
	top: -10px;
	right: 25px;
	transform: translate(-50%);
	z-index: -1;
	filter: blur(1px);
	-webkit-filter: blur(1px);
	opacity: .2
}

.select-options li {
	padding: 12px 66px 12px 12px;
	font-size: 16px;
	color: #666;
	cursor: pointer;
	position: relative;
	min-width: 160px
}

.select-options li:hover {
	background-color: #f6f6f6
}

.select-options li.active {
	color: #333
}

.select-options li.active:after {
	content: "";
	position: absolute;
	display: block;
	top: 12px;
	right: 12px;
	width: 20px;
	height: 20px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.1421 4.21411C16.9573 4.21411 16.7801 4.28752 16.6494 4.41819L7.14209 13.9263L3.25978 10.0432C3.12911 9.91252 2.95189 9.83911 2.76709 9.83911C2.58229 9.83911 2.40506 9.91252 2.27439 10.0432C2.14372 10.1739 2.07031 10.3511 2.07031 10.5359C2.07031 10.7207 2.14372 10.8979 2.27439 11.0286L6.64937 15.4036C6.71404 15.4683 6.79085 15.5197 6.8754 15.5547C6.95994 15.5898 7.05057 15.6078 7.14209 15.6078C7.23361 15.6078 7.32423 15.5898 7.40878 15.5547C7.49332 15.5197 7.57013 15.4683 7.63481 15.4036L17.6348 5.40358C17.7655 5.27291 17.8389 5.09568 17.8389 4.91089C17.8389 4.72609 17.7655 4.54886 17.6348 4.41819C17.5041 4.28752 17.3269 4.21411 17.1421 4.21411ZM7.14209 14.0273L7.1926 13.9768L7.14209 13.9263L7.09158 13.9768L7.14209 14.0273Z' fill='%23333333'/%3E %3C/svg%3E")
}

.review-content {
	margin: 28px auto 0
}

.review-list {
	width: 100%;
	max-height: 546px;
	display: flex;
	gap: 14px;
	overflow: hidden;
	margin: 0 auto
}

.review-item {
	flex: 1;
	min-width: 0
}

.image-reviews-container {
	flex: 0 1 calc((100% - 42px)/4);
	min-width: 0;
	max-width: calc((100% - 42px)/4)
}

.review-item.has-image {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	height: 100%
}

.review-content-box {
	display: flex;
	flex-direction: column;
	height: 100%;
	flex-wrap: nowrap
}

.review-content-box .reviews-preview {
	flex: 1 1 100%;
	overflow: hidden;
	word-break: break-word;
	/*white-space: pre-wrap*/
}

.text-reviews-container {
	flex: 0 1 calc((100% - 42px)/4);
	display: flex;
	flex-direction: column;
	min-width: 0
}

.text-reviews-container .text-review-item {
	margin-bottom: 14px
}

.text-reviews-container .text-review-item:last-child {
	margin-bottom: 0
}

.text-reviews-container.single-item-full-width {
	height: auto
}

.text-reviews-container.single-item-full-width .review-item {
	width: 100%;
	flex: 1 0 auto;
	max-width: none;
	height: 100%
}

.text-reviews-container.two-items-side-by-side {
	width: 100%;
	flex: 0 0 100%;
	flex-direction: row;
	gap: 14px;
	justify-content: stretch;
	max-height: 370px;
	height: auto!important
}

.text-reviews-container.two-items-side-by-side .review-item {
	width: calc((100% - 42px)/4);
	flex: 0 1 calc((100% - 42px)/4);
	height: 240px;
	max-width: calc((100% - 42px)/4);
	margin-bottom: 0
}

.text-reviews-container[style*=height] .text-review-item.full-height {
	height: 100%;
	flex: 1
}

.text-reviews-container.max-height-container,
.text-reviews-container.max-height-container .review-item {
	height: 257px;
	overflow: hidden
}

.text-review-item.half-height,
.text-review-item.full-height {
	flex: 1
}

.text-review-item.minimal-height {
	flex: 0 0 auto;
	min-height: 70px
}

.text-review-item.remaining-height,
.text-review-item.proportional-height {
	flex: 1
}

.review_prompt .dialog-body {
	padding-top: 0
}

.review_prompt_content {
	list-style-type: none;
	padding-left: 0;
	padding-top: 6px
}

.review_prompt_info {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M13.2174 7.75301C13.3877 7.57021 13.4804 7.32844 13.476 7.07862C13.4716 6.82881 13.3704 6.59045 13.1937 6.41378C13.0171 6.23711 12.7787 6.13591 12.5257 6.1315C12.2791 6.12709 12.0373 6.21982 11.8545 6.39015L8.03594 10.2087L6.46736 8.64015C6.28457 8.46982 6.04279 8.37709 5.79298 8.3815C5.54316 8.38591 5.30481 8.48711 5.12814 8.66378C4.95146 8.84045 4.85026 9.07881 4.84585 9.32862C4.84145 9.57844 4.93418 9.82021 5.10451 10.003L7.35451 12.253C7.53531 12.4336 7.7804 12.535 8.03594 12.535C8.29147 12.535 8.53656 12.4336 8.71736 12.253L13.2174 7.75301Z' fill='%2303A803'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 9C18 10.1819 17.7672 11.3522 17.3149 12.4442C16.8626 13.5361 16.1997 14.5282 15.364 15.364C14.5282 16.1997 13.5361 16.8626 12.4442 17.3149C11.3522 17.7672 10.1819 18 9 18C7.8181 18 6.64778 17.7672 5.55585 17.3149C4.46392 16.8626 3.47177 16.1997 2.63604 15.364C1.80031 14.5282 1.13738 13.5361 0.685084 12.4442C0.232792 11.3522 -1.76116e-08 10.1819 0 9C3.55683e-08 6.61305 0.948211 4.32577 2.63604 2.63604C4.32577 0.948211 6.61305 0 9 0C11.3869 0 13.6761 0.948211 15.364 2.63604C17.0518 4.32577 18 6.61305 18 9ZM16.0714 9C16.0714 10.8755 15.3264 12.6741 14.0003 14.0003C12.6741 15.3264 10.8755 16.0714 9 16.0714C7.12454 16.0714 5.32589 15.3264 3.99974 14.0003C2.67359 12.6741 1.92857 10.8755 1.92857 9C1.92857 7.12454 2.67359 5.32589 3.99974 3.99974C5.32589 2.67359 7.12454 1.92857 9 1.92857C10.8755 1.92857 12.6741 2.67359 14.0003 3.99974C15.3264 5.32589 16.0714 7.12454 16.0714 9Z' fill='%2303A803'/%3E %3C/svg%3E");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 18px 18px;
	padding-left: 31px;
	min-height: 18px;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 21px;
	position: relative
}

.review_prompt_info:last-child {
	margin-bottom: 0
}

.review_prompt_info:before {
	content: "";
	position: absolute;
	left: 8px;
	top: -1px;
	opacity: .5;
	background-image: linear-gradient(to bottom, #03a803 0%, #03a803 66%, transparent 50%);
	background-size: 2px 6px;
	background-repeat: repeat-y;
	width: 2px;
	height: calc(50% - 10px);
	display: block;
	z-index: -1
}

.review_prompt_info:after {
	content: "";
	position: absolute;
	left: 8px;
	bottom: -18px;
	opacity: .5;
	background-image: linear-gradient(to bottom, #03a803 0%, #03a803 66%, transparent 50%);
	background-size: 2px 6px;
	background-repeat: repeat-y;
	width: 2px;
	height: calc(50% + 7px);
	display: block;
	z-index: -1;
	transform: rotate(180deg)
}

.review_prompt_info:last-child:after,
.review_prompt_info:first-child:before {
	content: none
}

.pagination {
	text-align: center;
	margin: 20px 0 0
}

.pagination-container {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center
}

.page-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 400;
	margin: 0 4px;
	background-color: #333;
	border: 1px solid #333;
	color: #fff;
	cursor: pointer;
	transition: all .2s ease;
	-webkit-user-select: none;
	user-select: none
}

.page-btn:hover:not(.disabled) {
	background-color: #333;
	color: #fff
}

.page-btn.active {
	font-weight: 700;
	color: #333;
	background-color: transparent
}

.page-next {
	padding-left: 2px
}

.page-prev {
	padding-right: 2px
}

.prev-btn.disabled,
.next-btn.disabled {
	background-color: #f2f2f2;
	color: #d5d5d5;
	border-color: #d5d5d5;
	cursor: not-allowed;
	pointer-events: none
}

.review .title {
	padding-bottom: 28px!important
}