<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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&gt;div {
	background: #fff;
	width: 80%;
	height: 1px;
	transition: all .5s;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-around
}

.popup&gt;div .title {
	padding: 30px 0;
	text-align: center;
	border-bottom: 1px solid #dbdbdb
}

.popup&gt;div .butbox {
	display: flex;
	justify-content: center
}

.popup&gt;div .butbox p {
	width: 48%;
	text-align: center;
	padding: 5px 0;
	cursor: pointer
}

.popup&gt;div .butbox p.nobut {
	border-left: 1px solid #dbdbdb
}

.popup.popupshow {
	z-index: 999999;
	opacity: 1
}

.popup.popupshow&gt;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
}

.pc_banner2 {
	position: relative;
	width: 1190px;
	margin: 30px auto
}

.pc_banner2 .banner_box .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center
}

.pc_banner2 .banner_box .swiper-slide.swiper-slide-active .item {
	opacity: 1
}

.pc_banner2 .banner_box .swiper-slide .item {
	overflow: hidden;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	display: flex;
	position: relative;
	border: 1px solid #f3f3f3;
	opacity: 0
}

.pc_banner2 .banner_box .swiper-slide .item img {
	width: 100%
}

.pc_banner2 .pc_banner2_pagination {
	bottom: 10px;
	right: 10px;
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end
}

.pc_banner2 .pc_banner2_pagination .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	margin: 0 5px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #d3785b;
	opacity: 1;
	border-radius: 0;
	background: #fff;
	border: 1px solid #d3785b
}

.pc_banner2 .pc_banner2_pagination .swiper-pagination-bullet-active {
	color: #fff;
	background: #d3785b
}
</pre></body></html>