<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.news-section {
  width: 1200px;
  height: auto;
  display: block;
  margin: 30px auto 50px auto;
  background-color: #ffffff;
}

.news-section a {
  color: #000000;
}

.video {
  width: 670px;
  height: 380px;
  display: block;
  float: left;
  background-color: #000000;
}

.news {
  width: 500px;
  height: auto;
  display: block;
  float: left;
  margin-left: 30px;
  color: #000000 !important;
}

.news h3 {
  font-weight: 900;
  line-height: 40px;
  margin-bottom: 20px;
}

.news ul li {
  font-size: 18px;
  line-height: 58px;
}

.news-more a{
  color: #888888;
}

.iframe-box {
  margin-right: -20px;
}

header {
	width: 100%;
	height: auto;
}

header img {
	width: 100%;
	height: auto;
}

.pc {
	display: block;
	width: 100%;
	height: auto;
}

.pc img {
	width: 100%;
	height: auto;
}

.procedure .pc img {
	width: 1032px;
	height: auto;
}

.app {
	display: none;
}

.app img {
	width: 100%;
	height: auto;
}

.ntroduction p {
	font-family: "æ€æºé»‘ä½“";
	font-size: 20px;
	margin-top: 33px;
}

.ntroduction p:nth-of-type(1) {
	margin-top: 70px;
}

.ntroduction button {
	width: 319px;
	height: 86px;
	background-image: linear-gradient(to right, #ff9535, #ffe900);
	border-radius: 5px;
	border: none;
	margin: 55px auto 20px;
}

.ntroduction .app button a {
	color: #fff;
	font-family: "æ€æºé»‘ä½“";
	font-size: 45px;
	font-weight: bold;
}

.ntroduction .app&gt;a {
	display: block;
	font-size: 28px;
	color: #ff9435;
	margin-bottom: 45px;
}

.ntroduction .pc button a {
	color: #fff;
	font-family: "æ€æºé»‘ä½“";
	font-size: 45px;
	font-weight: bold;
}

.ntroduction .pc&gt;a {
	display: block;
	font-size: 28px;
	color: #ff9435;
	margin-bottom: 45px;
}

.title-1 {
	width: 100%;
	height: 76px;
	background: url(../img/t-01.jpg) no-repeat center 0;
}

.procedure img {
	margin-top: 80px;
	margin-bottom: 80px;
}

.title-2 {
	width: 100%;
	height: 76px;
	background: url(../img/t-02.jpg) no-repeat center 0;
}

.middle {
	width: 1180px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 30px;
}

.rule {
	background: #183ea0;
}

.rule .middle {
	padding-top: 50px;
}

.rule .middle h4 {
	font-family: "æ€æºé»‘ä½“";
	font-size: 28px;
	font-weight: bold;
	color: #ffd50d;
	margin: 20px auto 20px;
}

.rule .middle p {
	font-family: "æ€æºé»‘ä½“";
	font-size: 20px;
	line-height: 36px;
	color: #ffffff;
}

.rule .middle .ewm {
	width: 132px;
	height: 132px;
	margin: 10px auto;
}

footer {
	width: 100%;
	height: auto;
	background: #183ea0;
	padding-top: 30px;
}

footer img {
	width: 100%;
	height: auto;
}

.book-box {
	font-size: 12px !important;
	height: auto;
	background: url(../img/bookbg-02.jpg) repeat 0 0;
	background-size: 100% 100%;
}

.book-box .book {
	width: 100%;
}

.book-box h1 {
	font-family: "æ€æºé»‘ä½“";
	font-weight: bold;
	font-size: 36px;
	color: #5e503c;
	margin: 40px auto;
}

.book-link {
	height: 159px;
}

.book-link a {
	display: block;
	float: left;
	width: 110px;
	height: 159px;
	margin-left: 34px;
}

.book-link a img {
	width: 100%;
	height: 100%;
}

.book-name {
	width: 100%;
	height: 95px;
	background: url(../img/shujia-01.jpg) no-repeat center;
  margin-bottom: 25px;
}

.book-name span {
	display: block;
	width: 110px;
	height: auto;
	padding-top: 27px;
	float: left;
	margin-left: 34px;
	text-align: center;
	font-family: "æ€æºé»‘ä½“";
	font-size: 18px;
}

.btn-star {
  width: 60vw;
  height: auto;
  margin: 10px auto;
}

.btn-star img {
  width: 100%;
  height: auto;
}

.role-links {
  width: auto;
  height: 80px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  background-color: #ffffff;
}

.role-links a {
  color: rgb(255, 151, 51) !important;
  font-weight: 600;
  font-size: 18px;
  margin: 0 10px;
  display: block;
  height: 30px;
  margin-top: 25px;
  float: left;
  border-bottom: 2px rgb(255, 151, 51) solid;
}

@media(max-width:768px) {
  .role-links a {
    font-size: 14px !important;
  }

  .news-section {
    width: 100% !important;
    height: auto;
    display: block;
    margin: 30px 0 20px -15px;
    background-color: #ffffff;
  }

  .video {
    width: 100vw !important;
    height: auto;
    display: block;
    float: left !important;
    background-color: #000000;
  }

  .news {
    width: 100vw !important;
    height: auto;
    display: block !important;
    float: left !important;
    margin: 0;
    padding: 20px;
    color: #000000 !important;
  }

  .news h3 {
    font-weight: 900;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .news ul li {
    font-size: 18px;
    line-height: 46px;
  }

	header {
		width: 100%;
		height: auto;
	}

	.pc {
		display: none;
	}

	.app {
		display: block;
		width: 100%;
		height: auto;
	}

	.book-box {
		height: auto;
		background: url(../img/bookbg-02.jpg) repeat-x 0 0;
		background-size: 100% 100%;
	}

	.book-box h1 {
		font-family: "æ€æºé»‘ä½“";
		font-weight: bold;
		font-size: 1.7em;
		color: #5e503c;
		margin: 2.3em auto;
	}

	.book-link {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		height: 8.8em;
	}

	.book-link a {
		display: block;
		float: left;
		width: 7.2rem;
		height: 8.8em;
		margin-left: 0;
	}

	.book-link a img {
		width: 100%;
		height: 100%;
	}

	.book-name {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		width: 100%;
		height: 4.5em;
		background: url(../img/shujia-02.png) no-repeat center 0;
		background-size: 100% 100%;
	}

	.book-name span {
		display: block;
		width: 7.2rem;
		height: auto;
		padding-top: 1em;
		float: left;
		margin-left: 0;
		text-align: center;
		font-family: "æ€æºé»‘ä½“";
		font-size: 1em;
	}

	.ntroduction p {
		font-family: "æ€æºé»‘ä½“";
		font-size: 1.3em;
		margin-top: 1em;
	}

	.ntroduction p:nth-of-type(1) {
		margin-top: 3em;
	}

	.ntroduction button {
		width: 17em;
		height: 5em;
		border-radius: 0.5em;
		margin: 3em auto 1.5em;
	}

	.ntroduction button a {
		color: #fff;
		font-family: "æ€æºé»‘ä½“";
		font-size: 3em;
		font-weight: bold;
	}

	.ntroduction&gt;a {
		font-size: 1.3em;
		margin-bottom: 2.2em;
	}

	.title-1 {
		width: 100%;
		height: 5em;
		background: url(../img/t-01-a.jpg) no-repeat center 0;
		background-size: cover;
	}

	.procedure img {
		margin-top: 3.5em;
		margin-bottom: 3.5em;
	}

	.title-2 {
		width: 100%;
		height: 5em;
		background: url(../img/t-02-a.jpg) no-repeat center 0;
		background-size: cover;
	}

	.middle {
		width: 100%;
	}

	.rule .middle {
		padding-top: 1.5em;
	}

	.rule .middle h4 {
		font-size: 1.5em;
		margin: 1em auto 1em;
	}

	.rule .middle p {
		font-size: 1.2em;
		line-height: 1.8em;
	}

	.rule .middle .ewm {
		width: 11em;
		height: 11em;
		margin: 0.5em auto;
	}

	footer {
		padding-top: 4em;
	}
}
</pre></body></html>