body {
  background-color: #AB1A11;
}

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

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

.banner_container {
  padding-top: 40px;
  width: 1200px;
  margin: 0 auto;
}

.tit01 {
  margin: 0 auto;
  width: 476px;
  height: 68px;
  background: url(../images/txt01_bg.png) no-repeat center center;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding-top: 7px;
}

.txt02_container {
  margin-top: 460px;
  display: flex;
  justify-content: space-around;
}

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

.circle1 {
  margin-right: 10px;
}

.box_container {
  background: url(../images/box_bg.jpg) top center;
}

.box_body {
  width: 1200px;
  box-sizing: border-box;
  margin: 0 auto;
}

.box01 {
  box-sizing: border-box;
  padding: 76px 64px 0;
  height: 1500px;
  background: url(../images/box01_bg.png) no-repeat top center;
}

.box_title h1 {
  width: 548px;
  height: 90px;
  background: url(../images/title_bg.png) no-repeat top center;
  color: #982D31;
  font-size: 44px;
  margin: 0 auto;
  text-align: center;
  line-height: 80px;
}

.box_title p {
  text-align: center;
}

.box_title p span {
  text-align: center;
  color: #F8E3CD;
  font-size: 20px;
}

.box_title p span::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 1px;
  width: 50px;
  margin: 0 10px;
  background: #F7E2CC;
}

.box_title p span::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 1px;
  width: 50px;
  margin: 0 10px;
  background: #F7E2CC;
}

.bps_container {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 30px;
  height: 382px;
  background: url(../images/tuo_bg.png) no-repeat center bottom;
}

.bps_container h2 {
  width: 100%;
  position: absolute;
  bottom: 19px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 30px;
  color: #CB1B1E;
}

.bps_container h2 img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.bps_item {
  margin: 0 10px;
  width: 464px;
  padding: 8px;
  box-sizing: border-box;
  height: 288px;
  background: #CB1B1E;
  box-shadow: 0px 2px 9px 0px rgba(150, 13, 11, 0.49);
}

.bps_item .bps_book {
  width: 176px;
  height: 240px;
  margin-right: 24px;
}

.bps_inner {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0px 2px 9px 0px#EACC96 inset;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 15px;
}

.bps_inner div p {
  color: #000000;
  font-size: 18px;
  margin: 10px 0;
  padding-left: 10px;
  text-indent: -25px;
}

.bps_inner div img {
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}

.sys_container {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 26px 0;
  background: #A4231B;
}

.sys_title {
  text-align: center;
  box-sizing: border-box;
  padding-top: 18px;
  width: 79px;
  height: 209px;
  color: #982D31;
  font-size: 30px;
  font-weight: bold;
  margin-right: 14px;
  background: url(../images/sys_txt_bg.png) no-repeat top center;
}

.hp_conrainer {
  margin-left: 22px;
}

.hp_conrainer p {
  background: url(../images/hp_bg.png) no-repeat top center;
  width: 486px;
  height: 96px;
  color: #CB1B1E;
  font-size: 18px;
  text-align: center;
  line-height: 96px;
  font-weight: bold;
}

.hp_conrainer p span {
  font-size: 26px;
}

.swiper2 {
  position: relative;
  margin: 18px 0 30px;
}

.box4_book {
  width: 980px;
  margin: 0 auto;
}

.swiper2 .swiper-button-prev.swiper-button-white {
  background-image: url("../images/arrow01.png");
  background-size: 100%;
  width: 58px;
  height: 58px;
  cursor: pointer;
  top: 47%;
  transform: translateY(-50%);
  position: absolute;
  margin: 0;
  left: -17px;
}

.swiper2 .swiper-button-next.swiper-button-white {
  background-image: url("../images/arrow02.png");
  background-size: 100%;
  width: 58px;
  height: 58px;
  cursor: pointer;
  top: 47%;
  transform: translateY(-50%);
  position: absolute;
  margin: 0;
  right: -8px;
}

.box4_book_box {
  width: 238px;
  height: 272px;
  background: url(../images/book_img.png) no-repeat top center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.box4_book_box:hover {
  background: url(../images/book_active_bg.png) no-repeat top center;
}

.box4_book_box img {
  display: block;
  width: 80%;
  object-fit: contain;
}

.buy_btn {
  display: block;
  margin: 0 auto;
  width: 392px;
  height: 118px;
  background: url(../images/buy_btn.png) no-repeat top center;
  line-height: 90px;
  text-align: center;
  transition: transform .2s ease;
}

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

.buy_btn span {
  font-size: 40px;
  font-weight: bold;
  background: linear-gradient(-5deg, #FFFC57 0%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box02 .box_title, .box03 .box_title, .box04 .box_title, .box05 .box_title {
  margin: 30px auto;
}

.box02 .box_body, .box03 .box_body {
  border: 14px solid #E2BD9A;
  padding: 6px;
  background: linear-gradient(#B43B2B, #970E0C);
}

.body_inner {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 4px solid #F6DEA7;
  padding: 20px 40px;
}

.box02 ul, .box03 ul {
  display: flex;
  justify-content: space-around;
  margin-bottom: 15px;
}

.box02 ul li {
  width: 308px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: url(../images/box02_tab_active.png) no-repeat top center;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  padding-bottom: 10px;
}

.box03 ul li {
  width: 313px;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  padding-bottom: 7px;
  background: url(../images/box03_tab_active.png) no-repeat top center;
}

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

.box03 ul li h3 {
  color: #982D31;
  font-size: 26px;
}

.box02 ul li h3 {
  color: #982D31;
  font-size: 30px;
}

.box02 ul li p {
  color: #982D31;
  font-size: 20px;
}

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

.box02_tab_item {
  display: none;
  margin-bottom: 32px;
}

.box02_tab_item.active {
  display: block;
}

.box03_tab_item {
  display: none;
  margin-bottom: 10px;
}

.box03_tab_item.active {
  display: block;
}

.table_container {
  box-sizing: border-box;
  padding: 9px;
  width: 100%;
  background: #CB1B1E;
  box-shadow: 0px 2px 9px 0px rgba(150, 13, 11, 0.49);
}

.table_container table {
  width: 100%;
  text-align: center;
  border-spacing: 0;
  background: #FFFFFF;
}

.table_container table thead {
  background: linear-gradient(90deg, #FFF0CD, #EACC96);
}

.table_container table th {
  height: 60px;
  color: #982D31;
  font-size: 26px;
  border-right: 1px solid #F2E3E3;
}

.table_container table td {
  color: #000000;
  font-size: 20px;
  height: 60px;
  border-top: 1px solid #F2E3E3;
  border-right: 1px solid #F2E3E3;
}

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

.box03_tip {
  margin-top: 25px;
}

.box03_tip div {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 21px;
  border-radius: 0 30px 0 30px;
  border: 1px solid #EDD19E;
  margin: 5px 0;
}

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

.box03_tip div span {
  display: inline-block;
  vertical-align: middle;
  color: #FBE9C3;
  font-size: 22px;
}

.yy_container {
  width: 1085px;
  height: 184px;
  background: url(../images/yy_bg.png) no-repeat top center;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.yy_container div {
  margin-right: 58px;
}

.yy_container a {
  margin: 0;
}

.yy_container p {
  font-size: 28px;
  margin-left: 20px;
  background: linear-gradient(266deg, #FFFC6D 0%, #FFFECC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.yy_container h3 {
  width: 482px;
  height: 47px;
  text-align: center;
  line-height: 47px;
  color: #982D31;
  font-size: 28px;
  font-weight: normal;
  background: url(../images/yellow_bg.png) no-repeat top center;
}

.yy_container h3 span {
  font-size: 36px;
  font-weight: bold;
}

.yhq_container {
  height: 358px;
  display: flex;
  align-items: center;
  background: url(../images/yhq_bg.png) no-repeat top center;
}

.yhq_left {
  width: 45%;
  padding-left: 10%;
  box-sizing: border-box;
}

.yhq_left p {
  color: #E02125;
  font-size: 70px;
  font-weight: bold;
  margin-bottom: 8px;
}

.yhq_left p span {
  display: inline-block;
  vertical-align: middle;
  width: 66px;
  height: 66px;
  text-align: center;
  line-height: 66px;
  color: #FFFFFF;
  font-size: 44px;
  background: #E02125;
  margin-left: 10px;
  border-radius: 50%;
}

.yhq_left h1 {
  padding: 0 30px;
  display: inline-block;
  color: #E02125;
  font-size: 88px;
  border-top: 1px solid #E02125;
}

.yhq_left h1 span {
  font-size: 44px;
}

.yhq_right {
  margin-left: 40px;
}

.yhq_right h5 {
  color: #FFFFFF;
  font-size: 26px;
  width: 162px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 30px;
  background: #680509;
  margin-bottom: 16px;
}

.yhq_right p {
  margin: 8px 0;
    color: #000000;
    font-size: 20px;
    padding-left: 30px;
}

.yhq_right p::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #680509;
}

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

.more_item {
  width: 368px;
  height: 272px;
  border: 6px solid #E2BD9A;
  box-sizing: border-box;
  padding: 8px;
  background: linear-gradient(0deg, #912822, #BB4B46);
}

.more_inner {
  width: 100%;
  height: 100%;
  padding: 9px;
  overflow: hidden;
  background: #FFFECA;
  box-sizing: border-box;
}

.more_inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 地区开始 */

.region a {
  float: left;
  width: 176px;
  height: 78px;
  margin-right: 28px;
  margin-bottom: 26px;
  text-align: center;
  line-height: 78px;
  font-size: 28px;
  color: #982D31;
  background: url(../images/province.png) no-repeat top center;
}

.region a:hover {
  background: url(../images/provin_active.png) no-repeat top center;
}

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

.fixed_bottom {
  display: none;
  text-align: center;
  position: fixed;
  width: 100%;
  height: 114px;
  z-index: 99;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: url(../images/fix_bottom.png) no-repeat top center;
  background-size: auto 100%;
}

.fixed_bottom .container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fixed_bottom .container p {
  font-size: 40px;
  font-weight: bold;
  margin-right: 40px;
  background: linear-gradient(266deg, #FFFC6D 0%, #FFFECC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fixed_bottom .container a {
  width: 247px;
  height: 77px;
  line-height: 65px;
  background: url(../images/bottom_buy.png) no-repeat top center;
  margin: 10px 0 0 0;
}
.fixed_bottom .container a span{
  font-size: 30px;
}
.fixed_bottom .container p .old {
  text-decoration: line-through;
}

.fixed_bottom .container p .new {
  font-size: 74px;
}

@media only all and (max-width:1080px) {
  .banner {
    width: 100%;
    height: 14rem;
    background-size: auto 100%;
  }
  .banner_container {
    padding-top: .6rem;
    width: 100%;
  }
  .tit01 {
    width: 10rem;
    height: 1.6rem;
    background-size: 100% 100%;
    padding-top: .2rem;
  }
  .tit01 img {
    width: 80%;
  }
  .txt02_container {
    width: 80%;
    margin: 7rem auto 0;
  }
  .txt02_container img {
    width: 4rem;
  }
  .circle1 {
    width: .5rem !important;
    margin-right: .2rem;
  }
  .box_container {
    background: none;
  }
  .box_body {
    width: 96%;
  }
  .box01 {
    padding: .6rem .4rem;
    height: auto;
    background: none;
    border-radius: .8rem;
    border: .2rem solid #EFECC1;
    background-color: #960D0B;
  }
  .box_title h1 {
    width: 16rem;
    height: 2.5rem;
    background-size: 100% 100%;
    font-size: .8rem;
    line-height: 2.5rem;
  }
  .box_title p span {
    font-size: .7rem;
  }
  .box_title p span::before {
    width: 1rem;
    margin: 0 .2rem;
  }
  .box_title p span::after {
    width: 1rem;
    margin: 0 .2rem;
  }
  .bps_container {
    flex-direction: column;
    margin-top: .8rem;
    height: auto;
    padding-bottom: 3rem;
    background: url(../images/tuo_bg.png) no-repeat center bottom;
    background-size: 100%;
  }
  .bps_container h2 {
    bottom: 1.1rem;
    font-size: .8rem;
  }
  .bps_container h2 img {
    width: 2.2rem;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
  }
  .bps_item {
    margin: 0.2rem 0;
    width: 100%;
    padding: .2rem;
    box-sizing: border-box;
    height: auto;
    background: #CB1B1E;
    box-shadow: 0px 2px 9px 0px rgba(150, 13, 11, 0.49);
  }
  .bps_item .bps_book {
    width: 40%;
    object-fit: cover;
    height: auto;
    margin-right: 0;
  }
  .bps_inner {
    padding: 0 .2rem;
  }
  .bps_inner div {
    width: 53%;
    margin-left: 5%;
  }
  .bps_inner div p {
    font-size: .7rem;
    margin: .4rem 0;
    padding-left: .3rem;
    text-indent: -.7rem;
  }
  .bps_inner div img {
    width: .6rem;
    margin-right: .2rem;
  }
  .sys_container {
    margin-top: .8rem;
    flex-wrap: wrap;
    padding: .4rem 0;
  }
  .sys_container img {
    width: 8rem;
  }
  .sys_title {
    padding-top: .7rem;
    width: 3rem;
    height: 6rem;
    font-size: .8rem;
    margin-right: .4rem;
    background-size: 100% 100%;
  }
  .hp_conrainer {
    margin-left: 0;
  }
  .hp_conrainer p {
    background-size: 100% 100%;
    width: 15rem;
    height: 3rem;
    font-size: .7rem;
    line-height: 3rem;
  }
  .hp_conrainer p span {
    font-size: .85rem;
  }
  .swiper2 {
    margin: .2rem 0 .6rem;
  }
  .box4_book {
    width: 90%;
    margin: 0 auto;
  }
  .swiper2 .swiper-button-prev.swiper-button-white {
    width: 2rem;
    height: 2rem;
    left: -.3rem;
  }
  .swiper2 .swiper-button-next.swiper-button-white {
    width: 2rem;
    height: 2rem;
    right: -.2rem;
  }
  .box4_book_box {
    width: 7.5rem;
    height: 8.3rem;
    background-size: 100% 100%;
  }
  .box4_book_box:hover {
    background-size: 100% 100%;
  }
  .buy_btn {
    width: 10rem;
    height: 3rem;
    background-size: 100% 100%;
    line-height: 2.6rem;
    transition: transform .2s ease;
  }
  .buy_btn span {
    font-size: .9rem;
  }
  .box02 .box_title, .box03 .box_title, .box04 .box_title, .box05 .box_title {
    margin: .7rem auto;
  }
  .box02 .box_body, .box03 .box_body {
    border: .3rem solid #E2BD9A;
    padding: .2rem;
  }
  .body_inner {
    border: .1rem solid #F6DEA7;
    padding: .4rem;
  }
  .box02 ul, .box03 ul {
    margin-bottom: .4rem;
  }
  .box02 ul li {
    width: 8rem;
    height: 4rem;
    background-size: 100% 100%;
    padding-bottom: .4rem;
  }
  .box03 ul li {
    width: 5rem;
    padding: 0 .2rem .1rem;
    height: 2.8rem;
    background-size: 100% 100%;
  }
  .box03 ul li.active, .box03 ul li:hover {
    background-size: 100% 100%;
  }
  .box03 ul li h3 {
    font-size: .7rem;
  }
  .box02 ul li h3 {
    font-size: .8rem;
  }
  .box02 ul li p {
    font-size: .7rem;
  }
  .box02 ul li.active, .box02 ul li:hover {
    background-size: 100% 100%;
  }
  .box02_tab_item {
    display: none;
    margin-bottom: .8rem;
  }
  .box03_tab_item {
    margin-bottom: .5rem;
  }
  .table_container {
    padding: .2rem;
  }
  .table_container table th {
    height: 2rem;
    font-size: .75rem;
  }
  .table_container table td {
    font-size: .7rem;
    height: 2rem;
  }
  .box03_tip {
    margin-top: .2rem;
  }
  .box03_tip div {
    padding: .2rem .3rem;
    border-radius: 0 .8rem 0 .8rem;
    margin: .2rem 0;
  }
  .box03_tip div img {
    width: .8rem;
  }
  .box03_tip div span {
    font-size: .7rem;
  }
  .yy_container {
    width: 100%;
    height: auto;
    background: none;
    border: 1px solid #EDD19E;
    margin: 0 auto;
    border-radius: 0 1rem 0 1rem;
    flex-direction: column;
    padding: .2rem 0;
  }
  .yy_container div {
    margin-right: 0;
  }
  .yy_container a {
    margin: 0;
  }
  .yy_container p {
    font-size: .7rem;
    margin-left: 0;
    text-align: center;
  }
  .yy_container h3 {
    width: 13rem;
    height: 1.6rem;
    margin: .4rem 0;
    line-height: 1.6rem;
    font-size: .7rem;
    background-size: 100% 100%;
  }
  .yy_container h3 span {
    font-size: .75rem;
  }
  .yhq_container {
    height: auto;
    background: none;
    flex-direction: column;
  }
  .yhq_left {
    width: 5rem;
    background: linear-gradient(90deg,#FFFEC9,#F4F295);
    margin-bottom: .6rem;
    border-radius: .8rem;
    text-align: center;
    padding: .3rem 0;
  }
  .yhq_left p {
    font-size: .7rem;
    margin-bottom: .3rem;
  }
  .yhq_left p span {
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    font-size: .6rem;
    margin-left: .2rem;
  }
  .yhq_left h1 {
    padding: 0 .2rem;
    font-size: .8rem;
  }
  .yhq_left h1 span {
    font-size: .7rem;
  }
  .yhq_right {
    width: 90%;
    margin: 0 auto;
    background: #FFFFFF;
    border: .3rem solid #E2BD9A;
    padding: .6rem;
    box-sizing: border-box;
  }
  .yhq_right h5 {
    font-size: .6rem;
    width: 4rem;
    height: 1.2rem;
    line-height: 1.2rem;
    border-radius: .8rem;
    margin-bottom: .2rem;
  }
  .yhq_right p {
    margin: .2rem 0;
    font-size: .5rem;
    padding-left: 0;
  }
  .yhq_right p::before {
    margin-right: .2rem;
    width: .3rem;
    height: .3rem;
  }
  .more_container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: .6rem;
  }
  .more_item {
    width: 8.5rem;
    height: 6.1rem;
    border: .2rem solid #E2BD9A;
    padding: .1rem;
    margin: .2rem 0;
  }
  .more_inner {
    padding: .15rem;
  }
 
  /* 地区开始 */
  .region {
    padding-bottom: .4rem;
  }
  .region a {
    width: 4.2rem;
    height: 2rem;
    margin-right: .4rem;
    margin-bottom: .3rem;
    line-height: 2rem;
    font-size: .7rem;
    background-size: 100% 100%;
  }
  .region a:hover {
    background-size: 100% 100%;
  }
  .region a:nth-child(6n) {
    margin-right: .4rem;
  }
  .region a:nth-child(4n) {
    margin-right: 0;
  }
  
  .fixed_bottom {
    display: none;
  }
}