<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	line-height: 1.14;
	box-sizing: border-box;
}

body {
	font-family: "Microsoft YaHei", sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #FFFFFF;
	overflow-x: hidden;
}

a {
	color: inherit;
}

a:hover {
	color: inherit;
}

img {
	max-width: 100%;
	display: block;
}

.wrapper {
	width: 1200px;
	margin: 0 auto;
}

.wrapper:after,
.wrapper:before,
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

body {
	background: #a40c13;
	background: url(../images/bj.png) center;
}

.aud-banner {
	height: 994px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.aud-banner p{
	text-align: center;
	margin: 0 auto;
	color: #eb1c00;
	padding: 100px 0;
	font-weight: bold;
	font-size: 36px;
}
.text1{
	background: url(../images/text1.png) no-repeat center;
	width: 750px;
	height: 186px;
	margin: 0 auto;
}
.aud-box {
	position: relative;
	margin-top: -200px;
	padding-bottom: 35px;
}

.aud-card {
	padding: 10px;
	border-radius: 20px;
	position: relative;
	background: #ff0000;
}

.aud-problem {
	background: #fdf2e7;
	border-radius: 20px;
	overflow: hidden;
}

.aud-problem img {
	width: 100%;
	display: block;
}

.aud-row {
	margin-top: 60px;
}

.aud-tit {
	text-align: center;
}

.aud-tit h2 {
	color: #fff;
	font-size: 50px;
	font-weight: bold;
}

.aud-tit h2 span {
	display: inline-block;
	color: #fddfa4;
}

.aud-tit h2 span:before {
	width: 70px;
	height: 42px;
	background: url(../images/tit-l.png);
	display: inline-block;
	content: "";
	margin-right: 10px;
}

.aud-tit h2 span:after {
	width: 70px;
	height: 42px;
	background: url(../images/tit-r.png);
	display: inline-block;
	content: "";
	margin-left: 10px;
}

.aud-tit p {
	font-size: 20px;
	color: #ffffff;
	margin-top: 10px;
}

.aud-card-box {
	border-radius: 20px;
	background: #fdf1e5;
	background-image: linear-gradient(#fcfbf5, #fedfca);
}

.aud-part {
	margin-top: 65px;
	position: relative;
}

.aud-part-tit {
	position: absolute;
	left: 0;
	margin-top: -35px;
	right: 0;
	text-align: center;
}

.aud-part-tit h2 {
	background: #f9553d;
	border: 7px solid #fddfa4;
	width: auto;
	display: inline-block;
	padding: 10px 65px;
	background: #f9553d;
	font-size: 34px;
	color: #fff8fc;
	font-weight: bold;
	border-radius: 65px;
	box-shadow: 0 3px 8px #f8ada4;

}

.fc-yellow {
	color: #fde063;
}

.aud-part-main {
	padding: 70px 35px 20px;
}

.aud-part-switch {
	position: relative;
}

.aud-part-switch .img {
	background: url(../images/aud-bg01.png) no-repeat;
	width: 250px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	padding: 0 30px;
	color: #fee787;
	font-size: 25px;
	font-weight: bold;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
}

.aud-part-switch .img span {
	line-height: 1.3;
	display: inline-block;
	vertical-align: middle;
}

.aud-part-item {
	background: #fff8f0;
	border: 15px solid #ffae0b;
	border-radius: 20px;
	overflow: hidden;
	height: auto;
}

.aud-part-item+.aud-part-item {
	margin-top: 0px;
}

.aud-part-item .item-l {
	width: 425px;
	float: left;
	border-right: 1px dashed #763512;
	background: #fff7d5;
}

.aud-part-item .item-r {
	width: 570px;
	float: right;
	margin: 30px 35px 15px 0;
}

.aud-part-item .item-r h3 {
	font-size: 28px;
	font-weight: bold;
	color: #491b0e;
	position: relative;
	margin-bottom: 20px;
}

.aud-part-item .item-r h3:before {
	content: "";
	width: 3px;
	height: 28px;
	background: #491b0e;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.aud-part-item .attr {
	margin-bottom: 6px;
}

.aud-part-item .attr span {
	padding: 7px 15px;
	background: #ffead3;
	font-size: 20px;
	color: #e01833;
	border-radius: 20px;
	display: inline-block;
}

.aud-part-item .desc {
	font-size: 20px;
	color: #491b0e;
	line-height: 1.5;
	padding-bottom: 15px;
}

.aud-part-item .qr {
	text-align: center;
	padding: 10px 0;
}

.aud-part-item .qr img {
	width: 203px;
	height: 203px;
	display: inline-block;
	margin-bottom: 8px;
	border: 5px solid #d03135;
	border-radius: 10px;
}

.aud-part-item .qr p {
	font-size: 20px;
	color: #491b0e;
}

.aud-part-tips {
	text-align: center;
	margin-bottom: 10px;
}

.aud-part-tips span {
	margin-top: 20px;
	padding: 12px 20px;
	background: #f9553d;
	display: inline-block;
	border-radius: 50px;
	color: #fff;
	font-size: 20px;
}

.aud-part-tips span i {
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}

.aud-part-tips-1yuan {
	text-align: center;
	margin-bottom: 10px;
}

.aud-part-tips-1yuan span {
	width: 270px;
	height: 79px;
	margin-top: 20px;
	padding: 12px 20px;
	background: url(../images/1yuan.png) no-repeat;
	display: inline-block;
	border-radius: 50px;
	color: #fff;
	font-size: 20px;
}

.aud-part-tips-2yuan {
	text-align: center;
	margin-bottom: 10px;
}

.aud-part-tips-2yuan span {
	width: 270px;
	height: 79px;
	margin-top: 20px;
	padding: 12px 20px;
	background: url(../images/xuexi.png) no-repeat;
	display: inline-block;
	border-radius: 50px;
	color: #fff;
	font-size: 20px;
}
.aud-part-span {
	margin-top: 0px !important;
}

.aud-part-table table {
	width: 100%;
	background: #ffffff;
	border-radius: 20px;
	overflow: hidden;
	border-collapse: collapse;
	border: 1px solid #cccccc;
	box-shadow: 0 1px 1px #ccc;
}

.aud-part-table table th {
	height: 80px;
	font-size: 26px;
	color: #d03135;
	font-weight: bold;
	text-align: center;
	background: #fff0be;
}

.aud-part-table table td {
	text-align: center;
	padding: 20px 0;
	border-bottom: 1px solid #cccccc;
	color: #491b0e;
}

.aud-part-table table img {
	display: inline-block;
	width: 254px;
}

.aud-part-table h3 {
	font-size: 26px;
	color: #491b0e;
}

.aud-part-table .txt {
	text-align: left;
	font-size: 20px;
	color: #491b0e;
	line-height: 1.5;
	padding-top: 25px;
}

.vtop {
	vertical-align: top;
}

.aud-pack,
.aud-class,
.aud-other {
	margin-top: 30px;
}

.aud-pack-list {
	padding: 20px 0 20px 40px;
	height: auto;
	overflow: hidden;
}

.aud-pack-btn {
	padding: 32px 0 40px;
	margin: 0 55px;
	text-align: center;
	border-top: 1px dashed #763512;
}

.aud-pack-btn img {
	display: inline-block;
}

.aud-pack-btn img:hover {
	opacity: 0.9;
}

.aud-pack-list li {
	width: 191px;
	height: 60px;
	background: #fd8526;
	border-radius: 10px;
	text-align: center;
	line-height: 60px;
	font-size: 24px;
	color: #fff;
	cursor: pointer;
	margin-right: 23px;
	margin-bottom: 15px;
	float: left;
}

.aud-pack-list li a {
	display: block;
	line-height: 60px;
}

.aud-pack-list li.active,
.aud-pack-list li:hover {
	background: #f13833;
	background-image: linear-gradient(to right, #ee2e2f, #fe6643);
}

.aud-boon {
	margin-top: 25px;
}

.aud-class-table {
	padding: 28px;
}

.aud-class-table table {
	width: 100%;
	text-align: center;
	background: #fff;
	border-collapse: collapse;
	box-shadow: 0 1px 1px #cfcfcf;
	border-radius: 20px;
	overflow: hidden;
}

.aud-class-table table td,
.aud-class-table table th {
	text-align: center;
	width: 20%;
}

.aud-class-table table th {
	height: 60px;
	background: #fff0be;
	font-size: 22px;
	color: #d34542;
	font-weight: bold;
}

.aud-class-table table td {
	padding: 15px 0;
	font-size: 22px;
	color: #333333;
	border-bottom: 1px solid #cfcfcf;
}

.aud-class-table .btn {
	display: inline-block;
	padding: 10px 15px;
	background: #fd8526;
	color: #fff;
	border-radius: 30px;
}

.aud-class-table .btn:hover {
	background: #f9553d;
}

.aud-other ul {
	padding: 30px 0 40px 30px;
	height: auto;
	overflow: hidden;
}

.aud-other li {
	float: left;
	margin: 0 26px;
}

.aud-other li img {
	width: 323px;
}

.aud-boon-box {
	padding: 65px 55px 60px;
	height: auto;
	overflow: hidden;
}

.aud-boon-from {
	width: 470px;
	float: left;
}

.aud-boon-from li {
	margin-bottom: 15px;
}

.aud-boon-from li:last-child {
	margin-bottom: 0;
}

.aud-boon-from select {
	width: 100%;
	height: 70px;
	border: 1px solid #b0aea9;
	padding: 0 20px;
	font-size: 20px;
	color: #333333;
	background: url(../images/tr.png) no-repeat right 25px center #fff;
}

.aud-boon-from .qrs {
	height: auto;
	overflow: hidden;
	margin-right: -18px;
}

.aud-boon-from .qrs-item {
	float: left;
	margin-right: 18px;
	text-align: center;
}

.aud-boon-from .qrs-item img {
	width: 223px;
	height: 223px;
	border: 1px solid #b0aea9;
}

.aud-boon-from .qrs-item .txt {
	margin-top: 8px;
	color: #333333;
	font-size: 20px;
}

.aud-boon-qr {
	width: 705px;
	margin-top: 60px;
	text-align: center;
	margin: 0 auto;
}

.aud-boon-qr ul {
	height: auto;
	overflow: hidden;
	margin-right: -18px;
	display: inline-block;
}

.aud-boon-qr li {
	float: left;
	margin-right: 18px;
	text-align: center;
	display: inline;
}

.aud-boon-qr li img {
	width: 223px;
	height: 223px;
	border: 1px solid #b0aea9;
}

.aud-boon-qr li .txt {
	margin-top: 20px;
	font-size: 20px;
	color: #333333;
	line-height: 1.6;
}

.swiper-button-next {
	background: url(../images/btn-next.png) no-repeat;
	width: 48px;
	height: 48px;
	right: -20px;
	margin-top: -24px;
}

.swiper-button-prev {
	background: url(../images/btn-prev.png) no-repeat;
	width: 48px;
	height: 48px;
	left: -20px;
	margin-top: -24px;
}

.sidebar {
	width: 140px;
	position: fixed;
	right: 1px;
	bottom: 100px;
}

.sidebar .img {
	width: 130px;
	height: 131px;
	position: absolute;
	top: -100px;
}

.sidebar .img .close {
	position: absolute;
	right: -10px;
	top: 55px;
	background: url(../images/close.png);
	width: 20px;
	height: 20px;
	display: inline-block;
	cursor: pointer;
}

.sidebar .img img {
	width: 130px;
	height: 131px;
}

.sidebar .list {
	background-color: #fd8525;
	overflow: hidden;
	border-radius: 80px;
	padding-bottom: 35px;
}

.sidebar .list ul {
	margin-top: 35px;
}

.sidebar .list ul li {
	font-size: 18px;
	color: #FFFFFF;
	border-bottom: 1px solid #e01833;
	height: 45px;
	text-align: center;
	line-height: 45px;
}

.sidebar .list ul li:hover {
	color: #e01833;
}

.sidebar .list ul li:last-child {
	border-bottom: 0;
}

.sidebar .list .gotop {

	background: url(../images/gotop.png) no-repeat center bottom;
	padding-bottom: 25px;


}
</pre></body></html>