.box {
  position: relative;
  overflow: hidden;
  background-color: #A50000;
}

.banner {
  height: 556px;
  background: url(../images/banner_bg.png) no-repeat center top;
}

.banner_container {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  height: 100%;
  position: relative;
}

.txt2_container {
  display: flex;
  height: 107px;
  justify-content: flex-end;
}

.txt2 {
  height: 100%;
  width: auto;
}

.txt1 {
  margin: -38px auto 0;
}

.book {
  position: absolute;
  top: 19%;
  right: 5%;
}

.bps {
  position: absolute;
  top: 61%;
  left: 5%;
}

.light1 {
  position: absolute;
  bottom: 20px;
  left: -130px;
  animation: banner_light linear 2s infinite;
}

@keyframes banner_light {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

.light2 {
  position: absolute;
  bottom: 20px;
  right: -130px;
  animation: banner_light linear 2s infinite;
}

.box_container {
  background: url(../images/box_bg.png) no-repeat center top;
  height: 3102px;
}

.line {
  height: 1px;
}

.txt03 {
  margin: -23px auto 54px;
}

.title img {
  margin: 0 auto;
}

.box_body {
  width: 100%;
  height: 818px;
  background: url(../images/box01_bg.png) no-repeat center center;
  background-size: 100% 100%;
  margin-top: -78px;
  box-sizing: border-box;
  padding: 104px 82px 109px 77px;
}

.box02 .box_body {
  height: 908px;
  background: url(../images/box01_bg.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 115px 81px 121px 77px;
}

.box03 {
  margin-top: 80px;
}

.box03 .box_body {
  height: 626px;
  background: url(../images/box01_bg.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 112px 112px 112px 112px;
}

.box_inner {
  width: 100%;
  height: 100%;
  background: #fff;
  box-sizing: border-box;
}

.box01 .box_inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hot_book {
  height: 100%;
  width: 314px;
  background: url(../images/book_bg.png) no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hot_book h1 {
  color: #A40000;
  font-size: 42px;
}

.hot_book p {
  color: #6C0000;
  font-size: 20px;
  margin-top: 10px;
}

.hot_book img {
  margin: 38px 0;
}

.hot_book a {
  display: block;
  width: 100%;
  height: 82px;
  background: linear-gradient(#EE2F03, #BC171E);
  color: #FFFFFF;
  font-size: 34px;
  text-align: center;
  line-height: 82px;
}

.box01_r {
  flex: 1;
  height: 100%;
  box-sizing: border-box;
  padding: 30px 24px;
}

.box01_r ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.box01_r ul li {
  width: 160px;
  height: 55px;
  border: 1px solid #FF5400;
  border-radius: 9px;
  box-sizing: border-box;
  background: transparent;
  color: #FF5400;
  font-size: 24px;
  text-align: center;
  line-height: 53px;
  cursor: pointer;
}

.box01_r ul li.active {
  background: #FF5400;
  color: #FFFFFF;
}

.tab01_item {
  display: block;
  width: 160px;
  height: 225px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 0px rgba(191, 191, 191, 0.74);
  border-radius: 9px;
  overflow: hidden;
  margin-bottom: 20px;
}

.tab01_item img {
  width: 100%;
  height: 130px;
  background: #DCDCDC;
  border-radius: 9px 9px 0px 0px;
}

.tab01_item h3 {
  width: 92%;
  margin: 0 auto;
  color: #A40000;
  font-size: 25px;
  margin-top: 8px;
}

.tab01_item p {
  width: 92%;
  margin: 0 auto;
  color: #141414;
  font-size: 15px;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.tab01_body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.tab01_container {
  display: none;
}

.tab01_container.active {
  display: block;
}

.box02_t {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 26px 26px 0 26px;
  width: 100%;
  height: 400px;
}

.box02_l {
  width: 510px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.box02_l a {
  display: block;
  width: 120px;
  height: 169px;
  background: #E5E5E5;
  border-radius: 3px;
  margin-bottom: 12px;
}

.box02_r {
  width: 460px;
  height: 100%;
  position: relative;
}

.box02_r .box02_r1 {
  position: absolute;
  width: 149px;
  height: 224px;
  background: #CDCDCD;
  border-radius: 3px;
  left: 39px;
  top: 54px;
}

.box02_r .box02_r2 {
  position: absolute;
  width: 180px;
  height: 282px;
  background: #E6E6E6;
  border-radius: 3px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.box02_r .box02_r3 {
  position: absolute;
  width: 149px;
  height: 224px;
  background: #CDCDCD;
  border-radius: 3px;
  right: 39px;
  top: 54px;
}

.box02_r .gift_bg {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 5px;
  z-index: 3;
}

.box02_b {
  display: flex;
  justify-content: center;
  align-items: center;
}

.box02_b table {
  width: 50%;
  border-spacing: 0;
  text-align: center;
  color: #222222;
  font-size: 23px;
  border: 1px solid #940000;
  box-sizing: border-box;
}

.box02_b table td {
  height: 46px;
  border-right: 1px solid #940000;
  border-top: 1px solid #940000;
}

.box02_b table tr:first-child td {
  border-top: 0;
  color: #A40000;
  font-size: 25px;
  font-weight: bold;
}

.box02_b table td:last-child {
  border-right: 0;
}

.box02_b .table01 {
  background: #FFE3D0;
}

.box02_b .table02 {
  background: #FFD0B1;
  border-left: 0;
}

.btn_container {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.btn_container a {
  display: block;
  width: 503px;
  height: 144px;
  font-size: 45px;
  text-align: center;
  line-height: 120px;
}

.btn_container .btn1 {
  background: url(../images/btn2.png) no-repeat center center;
  background-size: 100% 100%;
  color: #FFFFFF;
}

.btn_container .btn2 {
  background: url(../images/btn1.png) no-repeat center center;
  background-size: 100% 100%;
}

.btn_container .btn2 span {
  background-image: -webkit-linear-gradient(180deg, #BA161F 0%, #F03003 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #F03003;
}

.region {
  padding-top: 30px;
}

.region a {
  float: left;
  display: block;
  width: 129px;
  height: 50px;
  background: linear-gradient(0deg, #BA161F, #F03003);
  border-radius: 9px;
  box-sizing: border-box;
  margin-bottom: 18px;
  text-align: center;
  line-height: 50px;
  font-size: 25px;
  color: #FFFFFF;
  transition: all .3s linear;
  margin-right: 12px;
}

.region a:hover {
  transform: translateY(-8px);
}

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

.fixed_bottom {
  width: 100%;
  height: 192px;
  position: fixed;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: url(../images/fixed_bottom.png) no-repeat center center;
}

.fixed_bottom .wrap {
  position: relative;
  height: 100%;
}

.fixed_txt {
  position: absolute;
  height: 90%;
  width: auto;
  left: 0;
  bottom: 0;
}

.yy_rk {
  position: absolute;
  left: 12%;
  top: 64%;
  width: 303px;
  height: 42px;
  background: #ffd24b;
  color: #151515;
  font-size: 30px;
  display: block;
  text-align: center;
  line-height: 42px;
  border-radius: 10px;
}

.go_a {
  display: block;
  width: 232px;
  height: 172px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.go_a img {
  width: 100%;
  height: 100%;
}

@media only all and (max-width:1080px) {

  .banner {
    height: 9rem;
    background-size: auto 100%;
  }

  .banner_container {
    width: 100%;
  }

  .txt2_container {
    height: 2.4rem;
  }



  .txt1 {
    width: 88%;
    margin: -1rem auto 0;
  }

  .book {
    width: 33%;
    height: auto;
    top: 24%;
  }

  .bps {
    width: 34%;
    height: auto;
    top: 62%;
  }

  .light1 {
    display: none;
  }

  .light2 {
    display: none;
  }

  .box_container {
    background: none;
    padding: 0 0 1rem;
    height: auto;
  }


  .txt03 {
    width: 90%;
    margin: 0 auto 1rem;
  }

  .title img {
    width: 90%;
    height: auto;
  }

  .box_body {
    width: 100%;
    height: auto;
    background: #BC3114;
    margin-top: -1.4rem;
    padding: .6rem .4rem;
    border: .4rem solid #ED937A;
    border-top-width: 1.8rem;
  }

  .box02 .box_body {
    width: 100%;
    height: auto;
    background: #BC3114;
    margin-top: -1.4rem;
    padding: .6rem .4rem;
    border: .4rem solid #ED937A;
    border-top-width: 1.8rem;
  }

  .box03 {
    margin-top: 1rem;
  }

  .box03 .box_body {
    width: 100%;
    height: auto;
    background: #BC3114;
    margin-top: -1.4rem;
    padding: .6rem .4rem;
    border: .4rem solid #ED937A;
    border-top-width: 1.8rem;
  }


  .box01 .box_inner {
    flex-direction: column;
  }

  .hot_book {
    height: auto;
    width: 100%;
    padding: 1rem 0;
  }

  .hot_book h1 {
    font-size: .8rem;
  }

  .hot_book p {
    font-size: .7rem;
    margin-top: .2rem;
  }

  .hot_book img {
    width: 40%;
    height: auto;
    margin: .6rem 0;
  }

  .hot_book a {
    width: 60%;
    height: 2rem;
    font-size: .8rem;
    line-height: 2rem;
  }

  .box01_r {
    height: auto;
    padding: .6rem;
  }

  .box01_r ul {
    flex-wrap: wrap;
    margin-bottom: .8rem;
  }

  .box01_r ul li {
    width: 49%;
    height: 1.8rem;
    border-radius: .4rem;
    font-size: .7rem;
    line-height: 1.8rem;
    margin: .2rem 0;
  }

  .tab01_item {
    width: 49%;
    height: 8.4rem;
    border-radius: .8rem;
    margin-bottom: .4rem;
  }

  .tab01_item img {
    height: 4.8rem;
    border-radius: .8rem .8rem 0px 0px;
  }

  .tab01_item h3 {
    font-size: .8rem;
    margin-top: .2rem;
  }

  .tab01_item p {
    font-size: .7rem;
  }



  .box02_t {
    flex-direction: column;
    padding: .6rem;
    height: auto;
  }

  .box02_l {
    width: 100%;
    justify-content: flex-start;
  }

  .box02_l a {
    width: 33%;
    height: 6.4rem;
    border-radius: .2rem;
    margin-bottom: .2rem;
    margin-right: .33%;
  }

  .box02_l a:nth-child(3n) {
    margin-right: 0;
  }

  .box02_r {
    width: 100%;
    height: 13rem;
  }

  .box02_r .box02_r1 {
    position: absolute;
    width: 6rem;
    height: 8rem;
    border-radius: .3rem;
    left: 8%;
    top: 3rem;
  }

  .box02_r .box02_r2 {
    width: 7rem;
    height: 10rem;
    top: 1rem;
    border-radius: .3rem;
  }

  .box02_r .box02_r3 {
    width: 6rem;
    height: 8rem;
    border-radius: .3rem;
    right: 8%;
    top: 3rem;
  }

  .box02_r .gift_bg {
    left: 0;
    bottom: 0;
  }

  .box02_b {
    flex-direction: column;
  }

  .box02_b table {
    width: 100%;
    font-size: .7rem;
  }

  .box02_b table td {
    height: 1.6rem;
    width: 50%;
  }

  .box02_b table tr:first-child td {
    font-size: .75rem;
  }

  .box02_b .table02 {
    margin-top: .4rem;
  }

  .btn_container {
    margin-top: 1rem;
  }

  .btn_container a {
    width: 48%;
    height: 3rem;
    font-size: .8rem;
    line-height: 2.5rem;
  }

  /* 地区开始 */
  .region {
    width: 100%;
    height: auto;
    border-radius: .4rem;
    padding: .2rem;
  }

  .region a {
    width: 23.6%;
    height: 1.6rem;
    margin-right: 1%;
    margin-bottom: .4rem;
    line-height: 1.6rem;
    font-size: .7rem;
  }

  .region a:nth-child(7n) {
    margin-right: 1%;
  }

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


  .fixed_bottom {
    height: 3rem;
    background-size: 100% 100%;
  }


  .fixed_txt {
    position: absolute;
    height: auto;
    width: 76%;
    left: 0;
    bottom: 0;
  }

  .yy_rk {
    display: none;
  }

  .go_a {
    width: 3.3rem;
    height: 2.8rem;
  }

}