.box {
  position: relative;
  overflow: hidden;
}

.banner {
  position: relative;
  width: 100%;
  height: 788px;
  background-image: url(../images/banner.png);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}

.txt01 {
  padding-top: 80px;
  background: linear-gradient(0deg, rgba(252, 248, 241, 1) 0%, rgba(216, 189, 145, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
}

.txt02 {
  margin: 45px auto 0 auto;
}

.txt03 {
  font-size: 50px;
  background: linear-gradient(0deg, rgba(253, 233, 194, 1) 0%, rgba(216, 177, 125, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.card {
  margin: 15px auto 0 auto;
}

.title {
  position: relative;
  display: table;
  padding-bottom: 60px;
  margin: 0 auto;
  background: linear-gradient(0deg, rgba(254, 240, 215, 1) 0%, rgba(214, 185, 138, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 44px;
  font-weight: bold;
}

.title::after, .title::before {
  content: '';
  position: absolute;
  top: 20px;
  left: -408px;
  width: 398px;
  height: 24px;
  margin-bottom: 60px;
  background-image: url(../images/title02_l.png);
  background-repeat: no-repeat;
}

.title::before {
  left: auto;
  right: -408px;
  background-image: url(../images/title02_r.png);
}

.box01 {
  width: 100%;
  height: 700px;
  padding-top: 79px;
  background-image: url(../images/box01.png);
  background-position: center;
}

.box01 .wrap, .box02 .wrap {
  width: 1100px;
}

.box01 .title::after, .box01 .title::before {
  width: 217px;
  left: -227px;
  background-image: url(../images/title01_l.png);
}

.box01 .title::before {
  left: auto;
  right: -227px;
  background-image: url(../images/title01_r.png);
}

.tab_title {
  position: relative;
  width: 732px;
  height: 64px;
  border: 2px solid #d9be92;
  margin: 0 auto;
  line-height: 66px;
  background-color: #860101;
  border-radius: 40px;
  color: #e8d5b6;
  box-shadow: 0px 4px 18px 2px rgba(51, 0, 0, 0.3);
  z-index: 1;
}

.tab_title span {
  float: left;
  width: 50%;
  border-radius: 40px;
  text-align: center;
  cursor: pointer;
  font-size: 22px;
  transition: background-color .5s ease;
}

.tab_title span.active {
  background-color: #f7e6c9;
  color: #900;
}

.tab_change {
  position: relative;
  display: none;
  height: 382px;
  padding: 86px 80px 0 80px;
  margin-top: -32px;
  background: linear-gradient(90deg, rgba(254, 240, 215, 1), rgba(214, 185, 138, 1));
  border-radius: 20px;
}

.tab_change li {
  float: left;
  width: 890px;
  margin-bottom: 32px;
  font-size: 20px;
}

.tab_change li.list02 {
  width: 410px;
  float: right;
}

.tab_change li.list02.active a {
  color: #900;
}

.tab_change li img {
  float: left;
  margin-top: 2px;
  margin-right: 16px;
}

.tab_change.active {
  display: block;
}

.more {
  position: absolute;
  bottom: -63px;
  left: 50%;
  transform: translateX(-50%);
}

.box02 {
  width: 100%;
  height: 624px;
  padding-top: 80px;
  background-image: url(../images/box02.png);
  background-position: center;
}

.books_l {
  float: left;
  width: 444px;
  height: 422px;
  background-image: url(../images/books_r.png);
  background-repeat: no-repeat;
  text-align: center;
  font-weight: bold;
}

.books_l img {
  padding-top: 30px;
  margin: 0 auto;
}

.books_r {
  float: right;
  width: 444px;
  height: 422px;
  background-image: url(../images/books_r.png);
  background-repeat: no-repeat;
  text-align: center;
  font-weight: bold;
}

.books_txt01 {
  padding-top: 100px;
  padding-bottom: 40px;
  font-size: 38px;
  color: rgba(153, 0, 0, 1);
}

.books_txt02 {
  font-size: 36px;
  color: rgba(51, 51, 51, 1);
}

.books_btn {
  display: block;
  width: 250px;
  height: 70px;
  margin: 40px auto 0 auto;
  background: linear-gradient(135deg, rgba(134, 1, 1, 1), rgba(153, 0, 0, 1));
  opacity: 0.7;
  border-radius: 36px;
  line-height: 70px;
  font-size: 36px;
  color: rgba(252, 238, 212, 1);
  transition: opacity .5s ease;
}

.books_btn:hover {
  opacity: 1;
}

.box03 {
  width: 100%;
  height: 1076px;
  padding-top: 79px;
  background-image: url(../images/box03.png);
  background-position: center;
}

.tips {
  padding-bottom: 30px;
  text-align: center;
  font-size: 26px;
  color: #fff;
}

.tips span {
  color: #f4ea00;
}

.table {
  width: 100%;
  border: 2px solid #cc0000;
  border-radius: 8px 8px 0 0;
}

.table th:first-child {
  border-radius: 8px 0 0 0;
}

.table th:last-child {
  border-radius: 0 8px 0 0;
}

.table th, .table td {
  border-right: 1px solid #cc0000;
  padding: 20px 0;
  text-align: center;
  color: #fff;
}

/* .table tr:last-child td {
  border-bottom: none;
}

.table tr td:last-child {
  border-right: none;
} */

.table td {
  border-bottom: 1px solid #cc0000;
}

.table th {
  background-color: #f0ddbc;
  color: #900;
  font-weight: normal;
  font-size: 18px;
}

.box04 {
  width: 100%;
  height: 670px;
  padding-top: 80px;
  background-image: url(../images/box04.png);
  background-repeat: no-repeat;
}

.datum {
  width: 910px;
  height: 486px;
  margin: 0 auto;
  background: linear-gradient(135deg, rgba(237, 215, 175, 1), rgba(216, 173, 125, 1));
  border-radius: 20px;
  text-align: center;
}

.datum_txt01 {
  padding-top: 50px;
  padding-bottom: 28px;
  font-size: 36px;
  color: rgba(153, 0, 0, 1);
  font-weight: bold;
}

.datum_txt02 {
  padding-bottom: 40px;
  font-size: 24px;
}

.datum_txt02 span {
  color: #900;
}

/* 联动切换二维码 开始 */
.list-div {
  float: left;
  width: 435px;
  margin-left: 100px;
  text-align: left;
}

.list-div .row {
  position: relative;
  height: 58px;
  margin-bottom: 24px;
  cursor: default;
}

.list-div .selectBox {
  float: left;
  position: relative;
  width: 430px;
}

.list-div .selectBox cite {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  cursor: pointer;
  background: #fff url(../images/pic13.png) no-repeat 95% center;
  border-radius: 5px;
  box-shadow: 0 2px 27px rgba(115, 33, 0, .15);
  font-size: 20px;
  font-style: normal;
  line-height: 58px;
  text-indent: .75em;
  transition: all .2s;
}

.list-div .selectBox:hover cite {
  box-shadow: 0 0 3px #ffe259 inset;
}

.list-div .selectBox ul {
  display: none;
  position: absolute;
  left: 0;
  top: 58px;
  box-sizing: border-box;
  cursor: default;
  width: 430px;
  max-height: 230px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 3;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  line-height: 32px;
  text-indent: .75em;
}

.list-div .selectBox li:hover {
  background: #f8f8f8;
}

.code {
  float: right;
  margin-right: 100px;
}

.code img {
  width: 184px;
  height: 184px;
  border: 20px solid #fff;
  border-radius: 8px;
}

.box05 {
  width: 100%;
  height: 584px;
  padding-top: 80px;
  background-image: url(../images/box05.png);
  background-position: center;
}

.box05 .title {
  padding-bottom: 40px;
}

.box05_tips {
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}

.box05_tips span {
  background: linear-gradient(0deg, rgba(254, 240, 215, 1) 0%, rgba(214, 185, 138, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box05 .table span {
  color: #ff0;
}

.table_code {
  border: 8px solid #eadabb;
  margin: 0 auto;
  border-radius: 16px;
}

.table_txt01 {
  padding-top: 10px;
  padding-bottom: 6px;
  font-size: 18px;
}

.table_txt02 {
  color: #ff0;
}

.box06 {
  width: 100%;
  height: 166px;
  background-image: url(../images/box06.png);
  background-repeat: no-repeat;
}

.box06 p {
  float: left;
  padding-left: 20px;
  font-weight: bold;
  font-size: 60px;
  background: linear-gradient(0deg, rgba(254, 240, 215, 1) 0%, rgba(214, 185, 138, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 166px;
}

.box06 img {
  float: left;
  margin-top: -44px;
}

.box06_txt {
  float: left;
  padding-top: 52px;
  margin-left: 20px;
  font-size: 20px;
  color: rgba(234, 209, 168, 1);
  line-height: 34px;
}

.box06_btn {
  float: right;
  width: 300px;
  height: 66px;
  margin-top: 52px;
  background: linear-gradient(90deg, rgba(254, 240, 215, 1), rgba(214, 185, 138, 1));
  border-radius: 34px;
  text-align: center;
  line-height: 66px;
  color: rgba(153, 0, 0, 1);
  font-size: 20px;
}

.box07 {
  width: 100%;
  height: 831px;
  padding-top: 80px;
  margin-top: -1px;
  background-image: url(../images/box07.png);
  background-position: center;
}

.box07 ul {
  padding-top: 20px;
}

.box07 li {
  position: relative;
  float: left;
  width: 258px;
  height: 240px;
  margin-bottom: 70px;
  margin-right: 56px;
  background: linear-gradient(90deg, rgba(254, 240, 215, 1), rgba(214, 185, 138, 1));
  border-radius: 16px;
  text-align: center;
  transition: transform .5s ease;
}

.box07 li:nth-child(4n) {
  margin-right: 0;
}

.box07 li:hover {
  transform: translateY(-5px);
}

.box07 li img {
  position: absolute;
  top: -32px;
  left: 50%;
  border: 2px solid #9c0807;
  transform: translateX(-50%);
  border-radius: 50%;
}

.list_txt {
  padding-top: 50px;
  margin-bottom: 24px;
  font-size: 24px;
  color: rgba(153, 0, 0, 1);
}

.list_btn {
  width: 108px;
  height: 36px;
  margin: 0 auto 26px auto;
  line-height: 36px;
  background: linear-gradient(135deg, rgba(134, 1, 1, 1), rgba(153, 0, 0, 1));
  opacity: 0.7;
  border-radius: 18px;
  color: #fceed4;
  transition: opacity .5s ease;
}

.list_btn:hover {
  opacity: 1;
}

.box07 li:nth-child(n+4):nth-child(-n+8) {
  margin-bottom: 0;
}

.list_txt {
  margin-bottom: 10px;
}

.sale {
  line-height: 36px;
}

.list08 .list_tips {
  padding-top: 16px;
  color: #666;
}

.list_msg {
  padding-top: 50px;
  font-size: 30px;
  color: rgba(252, 238, 212, 1);
  text-align: center;
}

.box08 {
  width: 100%;
  height: 452px;
  padding-top: 80px;
  background-image: url(../images/box08.png);
  background-position: center;
}

.rec li {
  float: left;
  width: 374px;
  height: 260px;
  padding-top: 10px;
  margin-right: 30px;
  background: rgba(153, 0, 0, 1);
  border: 3px solid #cc0000;
  border-radius: 20px;
  transition: transform .5s ease;
}

.rec li:hover {
  transform: translateY(-5px);
}

.rec li:last-child {
  margin-right: 0;
}

.rec li img {
  width: 360px;
  height: 250px;
  margin: 0 auto;
  border-radius: 20px;
}

.box09 {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 0;
  background-image: url(../images/box09.png);
  background-position: center;
}

.region {
  padding-bottom: 50px;
}

.region a {
  float: left;
  width: 130px;
  height: 56px;
  margin-bottom: 30px;
  margin-right: 22px;
  line-height: 56px;
  text-align: center;
  color: #d19e74;
  background-color: #860101;
  border-radius: 12px;
  transition: background-color .5s ease;
  font-size: 20px;
}

.region a:nth-child(8n) {
  margin-right: 0;
}

.region a:hover {
  background-color: #f5e3c5;
  color: #900;
}

.fixed_wrap {
  height: 110px;
}

.fixed {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 110px;
  line-height: 110px;
  background-image: url(../images/fixed.png);
  background-repeat: no-repeat;
  z-index: 12;
}

.fixed.active {
  position: fixed;
}

.fixed p {
  float: left;
  font-size: 36px;
  font-weight: bold;
  background: linear-gradient(0deg, rgba(254, 240, 215, 1) 0%, rgba(214, 185, 138, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.join_book, .join_inter {
  float: left;
  width: 230px;
  height: 66px;
  margin-top: 25px;
  margin-left: 40px;
  background: linear-gradient(90deg, rgba(254, 240, 215, 1), rgba(214, 185, 138, 1));
  border-radius: 34px;
  line-height: 66px;
  text-align: center;
  color: rgba(153, 0, 0, 1);
  font-size: 22px;
  cursor: pointer;
  transition: opacity .5s ease;
}

.join_book:hover, .join_inter:hover {
  opacity: .9;
}

.join_inter {
  float: right;
  margin-left: 0;
}

.layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
  z-index: 12;
}

.alert_wrap {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 762px;
  padding-bottom: 32px;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(254, 240, 215, 1), rgba(214, 185, 138, 1));
  z-index: 13;
  text-align: center;
}

.alert_wrap p {
  padding-top: 40px;
  padding-bottom: 30px;
  font-size: 24px;
}

.alert_wrap p span {
  font-size: 28px;
  color: #900;
}

.fixed_region {
  padding: 0 40px;
}

.fixed_region a {
  float: left;
  width: 118px;
  height: 50px;
  border: 1px solid #990000;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #990000;
  transition: background .5s ease;
}

.fixed_region a:hover {
  background-color: #8b0101;
  color: #fedab6;
}

.fixed_region a:nth-child(5n) {
  margin-right: 0;
}

.close {
  position: absolute;
  top: -40px;
  right: 0;
  cursor: pointer;
}

@media only all and (max-width:1080px) {
  .banner {
    height: 14.7rem;
    background-size: auto 100%;
  }

  .txt01 {
    padding-top: 1rem;
    font-size: .9rem;
  }

  .txt02 {
    width: 12rem;
    margin: .5rem auto 0 auto;
  }

  .txt03 {
    font-size: 1rem;
  }

  .card {
    width: 10rem;
    margin: .9rem auto 0 auto;
  }

  .box .box_wrap {
    height: auto;
    padding-top: 1rem;
    padding-bottom: 0;
    margin-top: -1px;
    background-image: none;
    background-color: #990000;
  }

  .title {
    padding-bottom: 1rem;
    font-size: .9rem;
  }

  .title::after, .title::before {
    top: .4rem;
    left: -10.5rem;
    width: 10rem;
    height: .6rem;
    background-size: 100%;
  }

  .box01 .title::before, .box01 .title::after {
    display: none;
  }

  .title::before, .title::before {
    left: auto;
    right: -10.5rem
  }

  .box01 .wrap, .box02 .wrap {
    width: 94%;
  }

  .tab_title {
    width: 100%;
    height: 1.8rem;
    line-height: 1.8rem;
    border-radius: 1rem;
    border-width: 0.05rem;
  }

  .tab_title span {
    border-radius: 1rem;
    font-size: .8rem;
  }

  .tab_change {
    height: auto;
    padding: 1rem;
    margin-top: -.8rem;
    border-radius: .5rem;
  }

  .tab_change ul {
    padding-top: .5rem;
  }

  .tab_change li {
    float: none;
    width: 100%;
    margin-bottom: .6rem;
    font-size: .75rem;
  }

  .tab_change li img {
    width: .8rem;
    margin-right: .4rem;
  }

  .tab_change li.list02 {
    width: auto;
    float: none;
  }

  .more {
    width: 2rem;
    bottom: -1rem;
  }

  .books_l {
    width: 49%;
    height: 8.3rem;
    margin-top: 0;
    background-size: 100%;
  }

  .books_l img {
    width: 5.95rem;
    padding-top: .75rem;
  }

  .books_r {
    width: 49%;
    height: 8.3rem;
    margin-top: 0;
    background-size: 100%;
  }

  .books_txt01 {
    padding-top: 1.5rem;
    padding-bottom: .5rem;
    font-size: .8rem;
  }

  .books_txt02 {
    font-size: .8rem;
  }

  .books_btn {
    width: 6.25rem;
    height: 1.8rem;
    margin: 1rem auto 0 auto;
    border-radius: .9rem;
    line-height: 1.8rem;
    font-size: .9rem;
  }

  .tips {
    padding-bottom: .75rem;
    font-size: .8rem;
  }

  .table th {
    font-size: .75rem;
  }
  .table th:last-child {
    width: 20%;
  }
  .table th, .table td {
    padding: .1rem 0;
  }

  .datum {
    width: calc(100% - 1rem);
    height: auto;
    padding: 0 .5rem;
    border-radius: .3rem;
  }

  .datum_txt01 {
    padding-top: 1rem;
    padding-bottom: .5rem;
    font-size: .85rem;
  }

  .datum_txt02 {
    padding-bottom: 1rem;
    font-size: .8rem;
  }

  .list-div {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .list-div .row {
    height: 1.5rem;
    margin-bottom: 1rem;
  }

  .list-div .selectBox {
    width: 100%;
  }

  .list-div .selectBox cite {
    width: 100%;
    height: 100%;
    background-size: 94%;
    border-radius: .1rem;
    font-size: .7rem;
    line-height: 1.5rem;
    text-indent: .75em;
  }

  .box05 .title {
    padding-bottom: 1rem;
  }

  .box05_tips {
    padding-bottom: .5rem;
    font-size: 1rem;
  }

  .table_code {
    width: 4rem;
    margin: .5rem auto;
    border-width: .2rem;
    border-radius: .4rem;
  }

  .table_txt01 {
    padding-top: 0;
    padding-bottom: .15rem;
    font-size: .7rem;
  }

  .box07 ul {
    padding-top: .5rem;
  }

  .box07 li {
    width: 49%;
    height: 6.5rem;
    margin-bottom: 1.2rem;
    margin-right: 2%;
    border-radius: .4rem;
  }

  .box07 li:nth-child(even) {
    margin-right: 0;
  }

  .box07 li:nth-child(n+4):nth-child(-n+8) {
    margin-bottom: 1.2rem;
  }

  .box07 li img {
    top: -1rem;
    width: 2rem;
  }

  .list_txt {
    padding-top: 1.5rem;
    margin-bottom: .25rem;
    font-size: .85rem;
  }

  .list_btn {
    width: 4rem;
    height: 1.3rem;
    margin: 0 auto .5rem auto;
    line-height: 1.3rem;
    border-radius: 1rem;
  }

  .sale {
    line-height: 1.2rem;
  }

  .list08 .list_tips {
    padding-top: 0;
  }

  .list_msg {
    padding-top: 0;
    font-size: .75rem;
  }

  .rec li {
    width: calc(49% - .15rem);
    height: 5.4rem;
    padding-top: .25rem;
    margin-right: 2%;
    margin-bottom: .5rem;
    border: 0.075rem solid #cc0000;
    border-radius: .5rem;
  }

  .rec li:nth-child(even) {
    margin-right: 0;
  }

  .rec li img {
    width: 8rem;
    height: auto;
    margin: 0 auto;
    border-radius: .5rem;
  }

  .region {
    padding-bottom: 1rem;
  }

  .region a {
    width: 24.25%;
    height: 1.6rem;
    margin-bottom: .5rem;
    margin-right: 1%;
    line-height: 1.6rem;
    border-radius: .3rem;
    font-size: .7rem;
  }

  .region a:nth-child(4n) {
    margin-right: 0;
  }

  .box06 {
    position: relative;
    text-align: center;
  }

  .box06 img {
    position: absolute;
    top: 0;
    left: 0;
    float: none;
    width: 4rem;
    margin-top: -.5rem;
  }

  .box06 p {
    float: none;
    padding-left: 0;
    font-size: 1.2rem;
    line-height: inherit;
  }

  .box06_txt {
    float: none;
    padding-top: .5rem;
    margin-left: 0;
    font-size: .8rem;
    line-height: 1.3rem;
  }

  .box06_btn {
    display: block;
    float: none;
    width: 10rem;
    height: 1.65rem;
    margin: .5rem auto 0 auto;
    font-size: .8rem;
    line-height: 1.65rem;
    border-radius: 1rem;
  }

  /* 联动切换二维码 开始 */
  .list-div {
    float: none;
    width: 11.55rem;
    margin: 0 auto;
  }

  .list-div .row {
    height: 1.8rem;
    margin-bottom: .5rem;
  }

  .list-div label {
    width: 2.4rem;
    font-size: .7rem;
    line-height: 1.8rem;
  }

  .list-div .selectBox {
    width: 11.5rem;
  }

  .list-div .selectBox cite {
    border-radius: .15rem;
    background-size: .5rem;
    font-size: .7rem;
    line-height: 1.8rem;
  }

  .list-div .selectBox ul {
    top: 1.8rem;
    width: 11.5rem;
    max-height: 11rem;
    border-radius: .15rem;
    font-size: .75rem;
    line-height: 1.2rem;
  }

  .code {
    float: none;
    width: 5.5rem;
    height: 5.5rem;
    padding: .25rem;
    margin: 1rem auto;
  }

  .code img {
    width: 5rem;
    height: 5rem;
    border-width: .25rem;
  }

  .fixed {
    width: 100%;
    height: 2.8rem;
    ;
    line-height: 2.8rem;
  }

  .fixed p {
    display: none;
  }

  .join_book, .join_inter {
    width: 6.75rem;
    height: 1.7rem;
    margin-top: .5rem;
    margin-left: 1rem;
    border-radius: 1rem;
    line-height: 1.7rem;
    font-size: .75rem;
  }

  .fixed_wrap {
    height: 2.8rem;
  }

  .alert_wrap {
    width: 94%;
    padding-bottom: .8rem;
  }

  .fixed_region {
    padding: 0 1rem;
  }
  .alert_wrap p{
    padding-top: 1rem;
    padding-bottom: .75rem;
    font-size: .8rem;
  }
  .fixed_region a {
    width: calc(24.25% - 2px);
    height: 1.5rem;
    margin-right: 1%;
    line-height: 1.5rem;
    border-radius: .15rem;
    font-size: .8rem;
  }
  .alert_wrap p span{
    font-size: .8rem;
  }

  .fixed_region a:nth-child(5n) {
    margin-right: 1%;
  }
  .fixed_region a:nth-child(4n){
    margin-right: 0;
  }
  .close{
    width: 1.2rem;
    top: -1.5rem;
  }
}
