@charset "utf-8";
/*.star_rate {
	width: 100%;
	max-width: 280px;
	height: 10px;
	position: relative;
	display: block;
	line-height: 12px;
	font-size: 12px;
	color: #333;
	margin: 5px auto
}
.star_rate hr {
	position: absolute;
	border: 0;
	border-bottom: 1px solid #ccc;
	height: 3px;
	margin: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: calc(50% - 50px)
}
.star_rate hr:first-child {
	left: 0
}
.star_rate hr:last-child {
	right: 0
}*/
.jq-ry-container {
	margin: 0 auto;
	position: relative;
	line-height: 0;
	display: block;
	cursor: pointer;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
.jq-ry-container[readonly=readonly] {
	cursor: default
}
.jq-ry-container>.jq-ry-group-wrapper {
	position: relative;
	width: 100%
}
.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group {
	position: relative;
	line-height: 0;
	z-index: 10;
	white-space: nowrap
}
.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg {
	display: inline-block
}
.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-normal-group {
	width: 100%
}
.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-rated-group {
	width: 0;
	z-index: 11;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden
}
