<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.box {
  position: relative;
  overflow: hidden;
}

.banner {
  width: 100%;
  height: 580px;
  background: url(../images/banner_bg.png) no-repeat top center;
  color: #FFFFFF;
  font-size: 40px;
}
.txt_01 {
  width: 662px;
  height: 72px;
  line-height: 70px;
  background: url(../images/txt01_bg.png) no-repeat top center;
  color: #DE1313;
  font-size: 36px;
  text-align: center;
  margin: 0 auto;
}
.txt_02 {
  margin: 46px auto 40px;
}
.txt_03 {
  margin: 0 auto;
  height: 66px;
  line-height: 66px;
  width: 1170px;
  background: linear-gradient(84deg, #FC0B0B, #870101, #FF0D0D);
  text-align: center;
  color: #FCDFB0;
  font-size: 30px;
}
.txt_03 span {
  position: relative;
}
.txt_03 span::before {
  content: '';
  width: 150px;
  height: 2px;
  background: #f4cda2;
  position: absolute;
  left: -160px;
  top: 50%;
  transform: translateY(-50%);
}
.txt_03 span::after {
  content: '';
  width: 150px;
  height: 2px;
  background: #f4cda2;
  position: absolute;
  right: -160px;
  top: 50%;
  transform: translateY(-50%);
}

.txt_container {
  width: 1200px;
  margin: 0 auto;
  padding-top: 96px;
}
.box_body {
  width: 1208px;
  margin: 0 auto;
  position: relative;
}
.box01 {
  margin-bottom: 60px;
}
.box_body .title {
  color: #FFFFFF;
  font-size: 48px;
  width: 591px;
  height: 135px;
  background: url(../images/title_bg.png) no-repeat top center;
  text-align: center;
  line-height: 140px;
  margin: 0 auto -20px;
}
.box01_content {
  width: 1208px;
  height: 715px;
  background: url(../images/book01_bg.png) no-repeat top center;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.tip {
  position: absolute;
  width: 131px;
  height: 123px;
  background: url(../images/tip_bg.png) no-repeat top center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #F0ED0C;
  font-size: 28px;
  font-weight: bold;
  top: 155px;
  z-index: 9;
  left: 30px;
}
.book_container {
  width: 1118px;
  height: 494px;
  background: #FEFDFD;
  position: absolute;
  top: 155px;
  left: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 40px 0 0;
}
.book_container .book_info {
  width: 56%;
}

.box01_content .book_img {
  width: 44%;
  margin-right: 40px;
  display: flex;
  justify-content: flex-end;
}
.box01_content .book_img img {
  width: 84%;
}
.box01_content .book_title {
  color: #151414;
  font-size: 24px;
  margin-bottom: 50px;
}
.box01_content .book_bq {
  margin-bottom: 15px;
}
.box01_content .book_bq span {
  display: inline-block;
  vertical-align: middle;
  color: #F81011;
  font-size: 18px;
  border: 1px solid #D61111;
  border-radius: 10px;
  height: 42px;
  line-height: 42px;
  padding: 0 26px;
  margin-right: 26px;
  overflow: hidden;
}
.box01_content .book_zp {
  position: relative;
  padding: 0 26px 0 65px;
  border: 1px solid #F81011;
  border-radius: 10px;
  height: 42px;
  line-height: 42px;
  color: #F81011;
  font-size: 18px;
  display: inline-block;
}
.box01_content .book_zp span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 54px;
  color: #FFFFFF;
  background: #F81011;
  text-align: center;
  border-radius: 10px 0 0 10px;
}
.box01_content .book_buy {
  display: flex;
  margin-top: 60px;
}
.box01_content .book_buy a {
  display: block;
  width: 204px;
  height: 72px;
  text-align: center;
  line-height: 65px;
  color: #100F0F;
  font-size: 24px;
  font-weight: bold;
  background: url(../images/buy_btn.png) no-repeat top center;
}
.box01_content .book_buy .book_price {
  margin-left: 40px;
}
.box01_content .book_buy p {
  color: #424141;
  font-size: 16px;
  text-decoration: line-through;
}
.box01_content .book_buy h5 {
  color: #FF0C0C;
  font-size: 30px;
  margin-top: -16px;
}
.box01_content .book_buy h5 span{
  font-size: 48px;
}
.box01_content.book02 {
  width: 1209px;
  height: 553px;
  margin: -1px auto 0;
  background: url(../images/book02_bg.png) no-repeat top center;
}
.book02 .tip {
  top: 38px;
}
.book02 .book_container {
  top: 38px;
}
.box02 {
  margin-bottom: 60px;
}
.box02_content {
  width: 1208px;
  height: 2148px;
  background: url(../images/book03_bg.png) no-repeat top center;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.book03_container {
  position: absolute;
  top: 165px;
  left: 20px;
  background: #FEFDFD;
  width: 1104px;
  height: 1958px;
  padding: 0 27px;
}
.book03_title {
  color: #FF0C0C;
  font-size: 48px;
  text-align: center;
  margin: 36px 0 56px;
}
.book03_title:first-child {
  margin: 56px 0;
}
.book03_title img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}
.book03_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.book03_item {
  background: #EEEEEE;
  border-radius: 10px;
  width: 510px;
  height: 334px;
  padding-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}

.book03_img {
  width: 70%;
  justify-content: flex-end;
  margin-right: 25px;
}
.book03_img img {
  width: 90%;
}
.book03_item .book03_info {
  width: 56%;
}
.book03_tit {
  color: #100F0F;
  font-size: 20px;
  text-align: left;
}
.book03_tip {
  color: #FF0C0C;
  font-size: 18px;
  margin: 28px 0 15px;
}
.book03_price {
  color: #FF0C0C;
  font-size: 30px;
  margin-bottom: 20px;
}
.book03_price span {
  font-size: 48px;
  font-weight: bold;
}
.book03_info a {
  display: block;
  width: 160px;
  height: 54px;
  color: #100F0F;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  line-height: 50px;
  background: url(../images/buy_btn.png) no-repeat top center;
  background-size: 100% 100%;
}
.box01_float01 {
  position: absolute;
  top: 270px;
  right: -280px;
}
.box01_float02 {
  position: absolute;
  top: 933px;
  left: -317px;
}
.box01_float03 {
  position: absolute;
  bottom: 0;
  right: -263px;
  z-index: -2;
}

.box02_float01 {
  position: absolute;
  top: 223px;
  left: -383px;
}
.box02_float02 {
  position: absolute;
  top: 700px;
  left: -304px;
}
.box02_float03 {
  position: absolute;
  top: 880px;
  right: -317px;
}
.box02_float04 {
  position: absolute;
  bottom: 788px;
  left: -252px;
  z-index: -2;
}
.box02_float05 {
  position: absolute;
  bottom: 122px;
  right: -837px;
}

@media only all and (max-width:1080px) {
  
.banner {
  height: 11rem;
  background-size: auto 100%;
  font-size: .8rem;
}
.txt_01 {
  width: 85%;
  height: 1.5rem;
  line-height: 1.4rem;
  background-size: 100% 100%;
  font-size: .75rem;
}
.txt_02 {
  width: 90%;
  margin: 1rem auto .8rem;
}
.txt_03 {
  margin: 0 auto;
  height: 1.4rem;
  line-height: 1.4rem;
  width: 90%;
  font-size: .7rem;
}

.txt_03 span::before {
  display: none;
}
.txt_03 span::after {
  display: none;
}

.txt_container {
  width: 100%;
  padding-top: 2rem;
}
.box_body {
  width: 92%;
}
.box01 {
  margin-bottom: 1.3rem;
}
.box_body .title {
  font-size: .8rem;
  width: 96%;
  height: 3.5rem;
  background-size: 100% 100%;
  line-height: 3.5rem;
  margin: 1rem auto;
}
.box01_content {
  width: 100%;
  height: auto;
  padding: 1.5rem 0;
  background: #FEFDFD;
  border-radius: .5rem;
}
.tip {
  position: absolute;
  width: 3rem;
  height: 3.7rem;
  background-size: 100% 100%;
  font-size: .7rem;
  top: 0;
  z-index: 9;
  left: 3%;
}

.book_container {
  width: 100%;
  height: auto;
  padding: 1.5rem;
  position: static;
  top: 0;
  left: 0;
  flex-direction: column;
  padding: 0;
  border-radius: .5rem;
}
.book_container .book_info {
  width: 90%;
}

.box01_content .book_img {
  width: 90%;
  margin-right: 0;
  display: flex;
  justify-content: center;
}
.box01_content .book_img img {
  width: 100%;
}
.box01_content .book_title {
  font-size: .75rem;
  margin-top: .8rem;
  margin-bottom: .8rem;
}
.box01_content .book_bq {
  margin-bottom: .6rem;
}
.box01_content .book_bq span {
  font-size: .6rem;
  border-radius: .4rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 .3rem;
  margin-right: .4rem;
}
.box01_content .book_zp {
  padding: 0 0 0 3rem;
  border-radius: .4rem;
  height: 2.5rem;
  line-height: 1.3;
  font-size: .65rem;
  display: flex;
  align-items: center;
}
.box01_content .book_zp span {
  width: 2.5rem;
  line-height: 2.5rem;
  border-radius: .4rem 0 0 .4rem;
}
.box01_content .book_buy {
  margin-top: 1rem;
}
.box01_content .book_buy a {
  width: 6rem;
  height: 2rem;
  line-height: 1.8rem;
  font-size: .75rem;
  background-size: 100% 100%;
}
.box01_content .book_buy .book_price {
  margin-left: 5%;
}
.box01_content .book_buy p {
  font-size: .6rem;
}
.box01_content .book_buy h5 {
  font-size: .7rem;
  margin-top: 0;
}
.box01_content .book_buy h5 span{
  font-size: .9rem;
}
.box01_content.book02 {
  width: 100%;
  height: auto;
  margin: 0 auto 0;
  background: none;
  padding: 2rem 0;
}
.book02 .tip {
  top: 2rem;
}
.book02 .book_container {
  top: 0;
  padding: 1.5rem 0;
}
.box02 {
  margin-bottom: 0;
}
.box02_content {
  width: 100%;
  height: auto;
  padding: 1.5rem 0;
  background: none;
}
.book03_container {
  position: static;
  top: 0;
  left: 0;
  background: #FEFDFD;
  border-radius: .4rem;
  width: 94%;
  height: auto;
  padding: .3rem 3%;
}
.book03_title {
  font-size: .8rem;
  margin: .6rem 0 1rem;
}
.book03_title:first-child {
  margin: 1rem 0;
}
.book03_title img {
  width: 10%;
  margin: 0 .2rem;
}

.book03_item {
  border-radius: .4rem;
  width: 96%;
  height: auto;
  padding: 1rem 2%;
  padding-right: 0;
  margin-bottom: .6rem;
}

.book03_img {
  width: 70%;
  justify-content: start;
  margin-right: .4rem;
}
.book03_img img {
  width: 90%;
}
.book03_item .book03_info {
  width: 56%;
}
.book03_tit {
  font-size: .75rem;
}
.book03_tip {
  font-size: .7rem;
  margin: .6rem 0 .4rem;
}
.book03_price {
  font-size: .7rem;
  margin-bottom: .4rem;
}
.book03_price span {
  font-size: .9rem;
}
.book03_info a {
  width: 6rem;
  height: 2rem;
  line-height: 1.8rem;
  font-size: .75rem;
  background-size: 100% 100%;
}
.box01_float01 {
  display: none;
}
.box01_float02 {
  display: none;
}
.box01_float03 {
  display: none;
}

.box02_float01 {
  display: none;
}
.box02_float02 {
  display: none;
}
.box02_float03 {
  display: none;
}
.box02_float04 {
  display: none;
}
.box02_float05 {
  display: none;
}
}
</pre></body></html>