@charset "utf-8";

.overflow-y-hidden {
	overflow-y: hidden
}

body,
html {
	font-size: 14px
}

.top300 {
	padding-top: 0
}

.blue {
	color: #3a8ee6;
	cursor: pointer
}

.blue:hover {
	text-decoration: underline
}

.clearfloat:after {
	content: '';
	width: 0;
	height: 0;
	display: block;
	clear: both
}

.lf {
	float: left
}

.rg {
	float: right
}

.gray {
	color: #dbdbdb
}

.yellow {
	color: #87c13f
}

.windth80 {
	width: 80%;
	margin: 0 auto
}

.popup {
	transition: all .5s;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: rgba(0, 0, 0, .5);
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0
}

.popup>div {
	background: #fff;
	width: 80%;
	height: 1px;
	transition: all .5s;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-around
}

.popup>div .title {
	padding: 30px 0;
	text-align: center;
	border-bottom: 1px solid #dbdbdb
}

.popup>div .butbox {
	display: flex;
	justify-content: center
}

.popup>div .butbox p {
	width: 48%;
	text-align: center;
	padding: 5px 0;
	cursor: pointer
}

.popup>div .butbox p.nobut {
	border-left: 1px solid #dbdbdb
}

.popup.popupshow {
	z-index: 999999;
	opacity: 1
}

.popup.popupshow>div {
	height: 150px
}

.radio_box {
	display: inline-block;
	position: relative;
	margin-right: 20px;
	width: 80px
}

.radio_box.on_message {
	width: 30px;
	margin-right: 0
}

.radio_box input[type=checkbox],
.radio_box input[type=radio] {
	width: 20px;
	height: 20px;
	opacity: 0
}

.radio_box label {
	cursor: pointer;
	position: absolute;
	left: 5px;
	top: 3px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: url(../images/radio_n.png) center/cover;
	display: flex;
	align-items: center
}

.radio_box.square label {
	border-radius: 0;
	background: url('../images/Asset 2xhdpi.png') center/cover
}

.radio_box.single label {
	border-radius: 0;
	background: url('../images/Asset 4xhdpi.png') center/cover
}

.radio_box label span {
	position: absolute;
	display: block;
	width: 80px;
	left: 30px
}

.radio_box input:checked+label::after {
	position: absolute;
	content: "";
	width: 5px;
	height: 10px;
	top: 3px;
	left: 6px;
	border-top: none;
	border-left: none
}

.radio_box input:checked+label::after {
	position: absolute;
	content: "";
	width: 5px;
	height: 10px;
	top: 3px;
	left: 6px;
	border-top: none;
	border-left: none
}

.radio_box input:checked+label {
	background: url(../images/radio_y.png) center/cover
}

.radio_box.square input:checked+label {
	background: url('../images/Asset 3xhdpi.png') center/cover
}

.radio_box.single input:checked+label {
	background: url('../images/Asset 5xhdpi.png') center/cover
}

.service_style1 {
	position: relative;
	width: 100%;
	padding: 20px 0;
	background: #f6f6f6
}

.service_style1 .service_style1_content {
	width: 100%;
	margin-left: auto;
	margin-right: auto
}

.service_style1 .title {
	padding-bottom: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}

.service_style1 .title .title_content {
	padding: 0 20px;
	font-size: 23px;
	color: #333;
	font-weight: 600;
	width: 100%;
	display: flex;
	align-items: center
}

.service_style1 .title .title_content span {
	margin: 0 20px
}

.service_style1 .title .title_content i {
	flex-grow: 2;
	border-bottom: 2px solid #000
}

.service_style1 .product_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap
}

.service_style1 .product_box .product_item {
	color: #000;
	width: 30%;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	border-bottom: 15px
}

.service_style1 .product_box .product_item a {
	display: block
}

.service_style1 .product_box .product_item a>div {
	padding: 0 10px
}

.service_style1 .product_box .product_item a.class_box {
	padding: 10px;
	border-top: 1px solid #e2e2e2
}

.service_style1 .product_box .product_item div {
	font-size: 20px
}

.service_style1 .product_box .product_item div.img_box {
	height: 337px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 0
}

.service_style1 .product_box .product_item div.img_box img {
	height: 100%;
	margin: 0 auto
}

.service_style1 .product_box .product_item div.product-vendor {
	color: #828282;
	font-size: 12px;
	margin-top: 5px;
	font-weight: 700;
	display: flex;
	align-items: center
}

.service_style1 .product_box .product_item div.product-vendor i {
	font-size: 18px;
	margin-right: 5px
}

.service_style1 .product_box .product_item div.product-vendor span {
	padding-top: 5px
}

.service_style1 .product_box .product_item div.product_name {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #333;
	font: 15px Arial, Tahoma, sans-serif;
	margin-top: 5px;
	height: 38px;
	font-weight: 600
}

.service_style1 .product_box .product_item:hover div .hover {
	opacity: .8
}

.service_style1 .product_box .product_item .discount {
	text-decoration: line-through;
	line-height: 1.2;
	display: inline-block;
	margin-bottom: 2px;
	color: #999;
	font: 12px Arial, Tahoma, sans-serif
}

.service_style1 .product_box .product_item .old_price {
	color: #000;
	font: 14px Arial, Tahoma, sans-serif;
	font-weight: 700
}

.service_style1 .product_box .product_item .price {
	font-size: 14px;
	margin: 0 3px;
	color: #e95144;
	font-weight: 700;
	font-family: tahoma
}

.service_style1 .product_box .product_item .price2 {
	color: #323232 !important;
	font-size: 13px !important
}
