<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "gbk";
@import url("base.min.css");
.header img {
	display: block;
	width: 100%;
}

div.content {
	min-width: 1400px;
	width: 100%;
	background: #e1faf3;
	padding-bottom: 80px
}

div.content .con {
	max-width: 1000px;
	margin: 0 auto;
	background: #FFF;
	position: relative;
}
div.content img {
	display: block;
	width: 100%;
}
.window {
	position: absolute;
	width: 193px;
	top: 30px;
	left: -200px;
	background: url("../img/bg-top.png?v=1.0.0") top center no-repeat;
	background-size: 193px 68px;
	padding-top: 68px;
}
.window .window-wrapper{
	width: 150px;
	margin: auto;
	padding: 10px 10px 20px;
	background: #fff;
	 border-radius: 0 0 60px 60px;
}
.window .line{
	border-top:1px dashed #ff4439;
	margin: 10px 0;
}
.window .item {
	background : #ff4439;
	background-size: 150px 12px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	cursor: pointer
}
.window .btm {
	background: url("../img/bg-bto.png") center no-repeat;
	background-size: 20px 30px;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
}</pre></body></html>