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

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

.txt_container {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
}

.txt01 {
  width: 394px;
  height: 85px;
  background: url(../images/txt01_bg.png) no-repeat top center;
  text-align: center;
  color: #FBF7F7;
  font-size: 36px;
  line-height: 85px;
  margin: 0 auto;
}

.txt02 {
  margin: 20px auto;
}

.txt03 {
  width: 795px;
  height: 95px;
  background: url(../images/txt03_bg.png) no-repeat top center;
  color: #FFFFFF;
  font-size: 34px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
  padding-top: 28px;
}

.txt03 span {
  color: #C60102;
  font-size: 35px;
  display: inline-block;
  margin-left: 30px;
}

.box_container {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}

.title {
  text-align: center;
  color: #161313;
  font-size: 48px;
  font-weight: bold;
}

.title span {
  width: 71px;
  line-height: 71px;
  height: 71px;
  background: url(../images/title_bg.png) no-repeat top center;
  display: inline-block;
  text-align: center;
  color: #FFFFFF;
  font-size: 36px;
}

.title i {
  font-weight: bold;
  color: #E51D07;
  font-style: normal;
}

.box01 ul {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.box01 ul li {
  width: 287px;
  height: 90px;
  background: url(../images/tab_btn.png) no-repeat top center;
  line-height: 90px;
  text-align: center;
  color: #FFFFFF;
  font-size: 26px;
  cursor: pointer;
}

.box01 ul li.active, .box01 ul li:hover {
  background: url(../images/tab_btn_active.png) no-repeat top center;
}

.table_container {
  margin: 34px 0;
}

.table_container table {
  width: 100%;
  text-align: center;
  border-spacing: 0;
  box-shadow: 0px 2px 23px 0px rgba(188, 187, 187, 0.3);
  border-radius: 20px;
  overflow: hidden;
}

.table_container .tab_item {
  display: none;
}

.table_container .tab_item.active {
  display: block;
}

.table_container table thead {
  background: linear-gradient(0deg, #F8DDC7, #F9F0E0);
}

.table_container table th {
  line-height: 62px;
  color: #B11B1B;
  font-size: 22px;
  border-right: 1px solid #F3DEB9;
}

.table_container table td {
  font-size: 18px;
  color: #131212;
  height: 114px;
  border-top: 1px solid #F3DEB9;
  border-right: 1px solid #F3DEB9;
}

.table_container table td:last-child, .table_container table th:last-child {
  border-right: 0;
}

.table_container table td p {
  text-align: left;
  margin: 0 10px;
}

.table_container table td:first-child {
  color: #F73218;
}

.table_container table a {
  display: block;
  width: 146px;
  height: 42px;
  line-height: 42px;
  color: #FFFFFF;
  background: linear-gradient(90deg, #DC261D, #FC694F);
  margin: 0 auto;
  border-radius: 20px;
}

.buy_container {
  width: 1200px;
  height: 149px;
  background: url(../images/buy_bg.png) no-repeat top center;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding-left: 96px;
}

.buy_container p {
  color: #FFFFFF;
  font-size: 22px;
  text-align: center;
}

.buy_container .small {
  font-size: 20px;
}

.buy_container .big_color {
  font-size: 48px;
  color: #FCF048;
}

.buy_container .color {
  color: #FCF048;
}

.buy_container .big {
  font-size: 24px;
}

.buy_container a {
  display: block;
  width: 124px;
  height: 123px;
  background: url(../images/circle_bg.png) no-repeat top center;
  color: #DE2B21;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.6;
  box-sizing: border-box;
  padding-bottom: 10px;
}

.small_title {
  color: #E94232;
  font-size: 30px;
  text-align: center;
}

.small_title img {
  display: inline-block;
  vertical-align: middle;
}

.small_title span {
  color: #262121;
  font-size: 48px;
}

.book_info {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.book_list {
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
  background: url(../images/boot_bottom.png) no-repeat center bottom;
  box-sizing: border-box;
  padding: 0 100px 30px;
}

.book_info_item {
  width: 263px;
  height: 310px;
  box-shadow: 0px 2px 23px 0px rgba(188, 187, 187, 0.3);
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.book_info_item h3 {
  display: inline-block;
  height: 50px;
  background: linear-gradient(92deg, #FCB91C, #F9790C);
  position: absolute;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 0 30px 30px 0;
  color: #FFFFFF;
  font-size: 20px;
  top: 26px;
  left: -22px;
}

.book_info_item:nth-child(2) h3 {
  background: linear-gradient(92deg, #13E7B8, #14A8F2);
}

.book_info_item:nth-child(3) h3 {
  background: linear-gradient(92deg, #F16BFB, #7862FC);
}

.book_info_item:nth-child(4) h3 {
  background: linear-gradient(-90deg, #E22C1F, #FA840F);
}

.book_info_item h3 span {
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.book_info_item:nth-child(2n) {
  margin-top: 25px;
}

.book_info_item p {
  color: #000000;
  font-size: 15px;
}

.icon_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 95px;
  background: #FA8910;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.book_info_item:nth-child(2) .icon_bottom {
  background: #14B1EA;
}

.book_info_item:nth-child(3) .icon_bottom {
  background: #B567FB;
}

.book_info_item:nth-child(4) .icon_bottom {
  background: #E32C16;
}

.icon_bottom .icon {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box03 {
  background: #FBF2E7;
  padding: 60px 0;
}

.box03 .box_body {
  width: 1200px;
  margin: 30px auto 0;
  height: 607px;
  background: url(../images/hot_bg.png) no-repeat top center;
  display: flex;
  position: relative;
  padding: 40px;
  box-sizing: border-box;
}

.hot_book_container {
  width: 380px;
  height: 514px;
  background: url(../images/hot_book_bg.png) no-repeat top center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
}

.hot_book_container p {
  margin-top: 38px;
  color: #0E0D0D;
  font-size: 20px;
  text-align: center;
}

.hot_title {
  position: absolute;
  top: 44px;
  right: 18px;
}

.hot_des h1 {
  color: #FFFFFF;
  font-size: 36px;
}

.hot_des .light {
  width: 699px;
  height: 69px;
  background: url(../images/light_bg.png) no-repeat top center;
  box-sizing: border-box;
  padding-left: 64px;
  line-height: 1.7;
  margin: 26px 0;
  color: #FFFFFF;
  font-size: 18px;
}

.hot_des .light span {
  color: #FCF529;
  font-size: 20px;
}

.hot_des .lq_btn {
  display: block;
  width: 280px;
  height: 68px;
  text-align: center;
  line-height: 68px;
  background: linear-gradient(90deg, #FC9531, #F5673C);
  border-radius: 30px;
  color: #FFFFFF;
  font-size: 24px;
  margin-bottom: 40px;
}

.hot_des .lq_btn img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 18px;
}

.hot_des p {
  color: #FFFFFF;
  font-size: 22px;
  line-height: 1.7;
}

.hot_des p img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.hot_des .lkgm_btn {
  display: block;
  width: 274px;
  height: 87px;
  background: url(../images/go_btn.png) no-repeat top center;
  text-align: center;
  line-height: 74px;
  margin-top: 35px;
  color: #DF2C22;
  font-size: 24px;
}

.region {
  padding-top: 40px;
}

.region a {
  float: left;
  width: 128px;
  height: 54px;
  margin-right: 22px;
  margin-bottom: 25px;
  background: linear-gradient(128deg, #DC261D, #FC694F);
  text-align: center;
  line-height: 54px;
  font-size: 26px;
  transition: color .2s ease;
  color: #FFFFFF;
  border-radius: 28px;
}

.region a:hover {
  color: #B21A1B;
  background: linear-gradient(128deg, #FFE7C3, #FFD3A5);
}

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

@media only all and (max-width:1080px) {
  .banner {
    width: 100%;
    height: 12rem;
    background-size: auto 100%;
  }
  .txt_container {
    width: 100%;
    padding-top: 1rem;
    position: relative;
  }
  .banner_book {
    width: 4rem;
    height: 5rem;
    margin: 1rem auto;
  }
  .banner_right {
    width: 70%;
  }
  .txt01 {
    width: 9rem;
    height: 1.7rem;
    background-size: 100% 100%;
    font-size: .8rem;
    line-height: 1.7rem;
  }
  .txt02 {
    width: 90%;
    margin: .4rem auto .2rem;
  }
  .txt03 {
    position: absolute;
    left: 50%;
    margin-left: -7rem;
    top: 95%;
    width: 14rem;
    height: 1.9rem;
    background-size: 100% 100%;
    font-size: .7rem;
    padding-top: .6rem;
  }
  .txt03 span {
    font-size: .7rem;
    margin-left: .4rem;
  }
  .box_container {
    width: 95%;
    padding: .8rem 0;
  }
  .title {
    font-size: .8rem;
  }
  .title span {
    width: 1.6rem;
    line-height: 1.6rem;
    height: 1.6rem;
    background-size: 100% 100%;
    font-size: .8rem;
  }

  .box01 ul {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: .4rem;
  }
  .box01 ul li {
    width: 8rem;
    height: 2rem;
    background-size: 100% 100%;
    line-height:2rem;
    font-size: .7rem;
    margin: .2rem 0;
  }
  .box01 ul li.active, .box01 ul li:hover {
    background-size: 100% 100%;
  }
  .table_container {
    margin: .4rem 0;
  }
  .table_container table {
    border-radius: .8rem;
  }

  .table_container table th {
    line-height: 1.5;
    font-size: .7rem;
  }
  .table_container table td {
    font-size: .7rem;
    height: 7rem;
  }
 
  .table_container table td p {
    margin: 0 .2rem;
  }

  .table_container table a {
    width: 4.2rem;
    height: 1.4rem;
    line-height: 1.4rem;
    font-size: .6rem;
    border-radius: .8rem;
  }
  .buy_container {
    width: 100%;
    height: 6rem;
    background-size: auto 100%;
    padding-left: 0;
  }
  .buy_container p {
    font-size: .7rem;
  }
  .buy_container .small {
    font-size: .65rem;
  }
  .buy_container .big_color {
    font-size: .85rem;
  }

  .buy_container .big {
    font-size: .75rem;
  }
  .buy_container a {
    display: flex;
    width: 6rem;
    height: 4.1rem;
    background-size: 100% 100%;
    font-size: .7rem;
    padding-bottom: 0.3rem;
  }
  .small_title {
    font-size: .75rem;
  }

  .small_title span {
    font-size: .85rem;
  }
  .book_info {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: .4rem;
  }
  .book_list {
    width: 100%;
    margin-top: .4rem;
    background-size: 100%;
    box-sizing: border-box;
    padding: 0 1% 0.4rem;
    flex-wrap: wrap;
  }
  .book_list img {
    width: 46%;
    height: auto;
  }
  .book_info_item {
    width: 8rem;
    height: 11rem;
    padding: 0 .4rem;
    margin-left: .3rem;
    margin: .3rem 0 .3rem .3rem;
  }
  .book_info_item h3 {
    height: 1.6rem;
    line-height: 1.6rem;
    padding: 0 .3rem;
    border-radius: 0 .8rem .8rem 0;
    font-size: .75rem;
    top: .8rem;
    left: -.2rem;
  }
  .book_info_item h3 span {
    font-size: .8rem;
    margin-right: .4rem;
  }
  .book_info_item:nth-child(2n) {
    margin-top: 0;
  }
  .book_info_item p {
    font-size: .7rem;
  }
  .icon_bottom {
    height: 2.5rem;
  }
  .icon_bottom .icon {
    width: 1.8rem;
    height: 1.8rem;
  }
  .icon_bottom .icon img {
    width: 50%;
  }
  .box03 {
    padding: .8rem 0;
  }
  .box03 .box_body {
    width: 100%;
    margin: 30px auto 0;
    height: auto;
    background: none;
    background-color: #ED3914;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: .8rem;
    box-sizing: border-box;
  }
  .hot_book_container {
    width: 80%;
    height: auto;
    background: none;
    background-color: #FFFFFF;
    border: 1px solid #F2958C;
    margin: 0 auto;
    padding: 1rem 0;
  }
  .hot_book_container img {
    width: 60%;
    height: auto;
  }
  .hot_book_container p {
    margin-top: .8rem;
    font-size: .7rem;
  }
  .hot_title {
    width: 3.5rem !important;
    position: absolute;
    top: .3rem;
    right: .8rem;
  }
  .hot_des {
    margin-top: .8rem;
  }
  .hot_des h1 {
    font-size: .8rem;
    text-align: center;
  }
  .hot_des .light {
    width: 100%;
    height: 3.2rem;
    background: url(../images/light_bg.png) no-repeat top left;
    background-size: auto 100%;
    box-sizing: border-box;
    padding-left: 2.8rem;
    line-height: 1rem;
    margin: .6rem 0;
    font-size: .65rem;
    border-radius: .6rem;
  }
  .hot_des .light span {
    font-size: .7rem;
  }
  .hot_des .lq_btn {
    width: 8rem;
    height: 1.8rem;
    line-height: 1.8rem;
    border-radius: .8rem;
    font-size: .7rem;
    margin: 0 auto .6rem;
  }
  .hot_des .lq_btn img {
    width: .9rem;
    margin-left: .3rem;
  }
  .hot_des p {
    text-align: center;
    font-size: .7rem;
    line-height: 1.7;
  }
  .hot_des p img {
    width: .7rem;
    margin-right: .2rem;
  }
  .hot_des .lkgm_btn {
    display: block;
    width: 9rem;
    height: 2.8rem;
    background-size: 100% 100%;
    line-height: 2.5rem;
    margin: .6rem auto 0;
    font-size: .8rem;
    font-weight: bold;
  }
  /* 各地 */
  .region {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .region a {
    width: 24%;
    height: 1.8rem;
    margin-right: 1%;
    margin-bottom: .5rem;
    border-radius: .3rem;
    line-height: 1.8rem;
    font-size: .75rem;
  }
  .region a:nth-child(4n) {
    margin-right: 0;
  }
}