body {
  background-color: #151514;
}

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

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

.banner_container {
  padding-top: 0;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  padding: 105px 0 0;
  text-align: center;
}
.icon {
  position: absolute;
  z-index: 0;
  animation: turn 3s linear infinite;
}
@keyframes turn {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.icon1 {
  top: 0;
  right: -80px;
}
.icon2 {
  top: 120px;
  right: -40px;
}
.icon3 {
  top: 260px;
  left: -140px;
}
.icon4 {
  top: 40px;
  left: 0px;
}
.light {
  width: 100%;
  position: absolute;
  top: 0;
  height: 640px;
  background: url("../images/light.png") no-repeat top center;
  background-size: 100%;
  animation: shinDong 1s infinite ease-in-out alternate;
  z-index: 1;
}
@keyframes shinDong {
  0% {
    opacity: 0.4;
  }
}
.txt02 {
  font-size: 34px;
  font-family: Lantinghei SC;
  font-weight: 600;
  color: #ffffff;
}
.txt02::before,
.txt02::after {
  content: "";
  display: inline-block;
  width: 61px;
  height: 2px;
  background: #ffffff;
  vertical-align: middle;
  margin: 0 20px;
  margin-top: -2px;
}
.txt03 {
  width: 953px;
  height: 136px;
  background: url("../images/txt_bg1.png") no-repeat center;
  margin: 320px auto 32px;
  line-height: 130px;
  color: #fff;
  font-size: 50px;
  font-family: FZMeiHei-M07S;
}
.txt04 {
  width: 1074px;
  height: 77px;
  background: url("../images/txt_bg.png") no-repeat center;
  margin: 32px 0 0;
  line-height: 77px;
  box-sizing: border-box;
  padding: 0 42px;
  font-size: 30px;
  font-family: Lantinghei SC;
  font-weight: 600;
  color: #ffe4b5;
  text-shadow: 0px 2px 0px #000000;
  text-align: left;
  position: relative;
}
.buy {
  position: absolute;
  right: -140px;
  top: 8px;
  width: 206px;
  height: 60px;
  background: url("../images/buy_bg.png") no-repeat center;
  text-align: center;
  line-height: 60px;
  z-index: 99;
}
.buy a {
  font-size: 28px;
  font-family: Lantinghei SC;
  font-weight: 600;
  color: #141414;
  text-shadow: none;
}
.box1 {
  margin-top: 52px;
  position: relative;
  z-index: 1;
}
.box1-content {
  width: 1072px;
  height: 410px;
  background: url("../images/vs.png") no-repeat center;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 50px 80px;
}
.box1-content h2 {
  font-size: 49px;
  font-family: Lantinghei SC;
  font-weight: 800;
  color: #ffe4b5;
  text-shadow: 0px 2px 0px #000000;
  margin-bottom: 40px;
}
.box1-content li {
  font-size: 20px;
  font-family: Lantinghei SC;
  font-weight: 600;
  color: #ffe4b5;
  text-shadow: 0px 2px 0px #000000;
  margin-top: 30px;
  position: relative;
}
.box1-content li::before {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  background: url("../images/icon5.png") no-repeat center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.box1-fl li {
  padding-left: 30px;
}
.box1-fl li::before {
  left: 0;
}
.box1-fr li {
  text-align: right;
  padding-right: 30px;
}
.box1-fr li::before {
  right: 0;
}

.box-content {
  width: 1200px;
  margin: -140px auto 0;
  background: #201d1e;
  position: relative;
  box-sizing: border-box;
  padding: 0 30px;
}
.box-content::before {
  content: "";
  display: block;
  width: 1200px;
  height: 60px;
  background: url("../images/top.png") no-repeat center;
  position: absolute;
  top: -60px;
  left: 0;
}
.box-content::after {
  content: "";
  display: block;
  width: 1920px;
  height: 113px;
  background: url("../images/division.png") no-repeat center;
  position: absolute;
  bottom: -100px;
  left: -360px;
}
.box2 {
  padding: 55px 0 86px;
}
.title {
  text-align: center;
  font-size: 45px;
  font-family: Lantinghei SC;
  font-weight: 800;
  color: #ffffff;
  position: relative;
  height: 50px;
  line-height: 50px;
}
.title::before,
.title::after,
.fx-title::before,
.fx-title::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../images/titleL.png") no-repeat center;
  position: absolute;
}
.title::before,
.fx-title::before {
  top: 0px;
  left: 366px;
}
.title::after,
.fx-title::after {
  transform: rotate(180deg);
  right: 356px;
  bottom: 0;
}
.box2-ul {
  margin-top: 50px;
}
.box2-ul li {
  float: left;
  width: 270px;
  height: 291px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  margin-right: 20px;
  box-sizing: border-box;
  padding: 18px;
  text-align: center;
}
.box2-ul li:last-child {
  margin-right: 0;
}
.box2-ul li h2 {
  font-size: 30px;
  font-family: Lantinghei SC;
  font-weight: 800;
  color: #ffe4b5;
  text-shadow: 0px 2px 0px #000000;
  margin-bottom: 40px;
  position: relative;
}
.box2-ul li h2::after {
  content: "";
  display: block;
  width: 175px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: -20px;
  left: 0;
}
.box2-ul li p {
  font-size: 20px;
  font-family: Lantinghei SC;
  font-weight: 200;
  color: #ffffff;
  text-shadow: 0px 2px 0px #000000;
  margin-bottom: 20px;
}
.box3-tab {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.base {
  width: 50%;
  text-align: center;
  height: 60px;
  background: rgba(255, 228, 181, 0);
  border: 1px solid rgba(255, 228, 181, 0.1);
  line-height: 60px;
  font-size: 30px;
  font-family: Lantinghei SC;
  font-weight: 800;
  color: #ffffff;
  opacity: 0.7;
  text-shadow: 0px 2px 0px #000000;
  cursor: pointer;
}
.base.active {
  border: 1px solid rgba(255, 228, 181, 1);
  background: #80735f;
  opacity: 1;
}
.tab-item {
  display: none;
  background: rgba(255, 228, 181, 0);
  border: 1px solid #ffe4b5;
}
.tab-item.active {
  display: block;
}
.tab-item table {
  width: 100%;
  text-align: center;
}
.tab-item thead tr {
  background: rgba(255, 228, 181, 0.2);
  height: 60px;
}
.tab-item thead th {
  font-size: 20px;
  font-family: Lantinghei SC;
  font-weight: 800;
  color: #ffe4b5;
  text-shadow: 0px 2px 0px #000000;
  border: 1px solid rgba(255, 228, 181, 0.3);
}
.tab-item tbody td {
  border: 1px solid rgba(255, 228, 181, 0.3);
  height: 80px;
  font-size: 20px;
  color: #fff;
  line-height: 2em;
  text-shadow: 0px 2px 0px #000000;
  box-sizing: border-box;
  padding: 20px;
}
.tab-item thead th:nth-child(1) {
  width: 20%;
}
.tab-item thead th:nth-child(2) {
  width: 10%;
}
.tab-item thead th:nth-child(3) {
  width: 25%;
}
.tab-item thead th:nth-child(4) {
  width: 12%;
}
.zx {
  width: 84px;
  height: 30px;
  background: linear-gradient(
    8deg,
    rgba(183, 148, 80, 0.68),
    rgba(251, 244, 197, 0.68),
    rgba(178, 148, 104, 0.68)
  );
  border-radius: 10px;
  display: block;
  margin: auto;
  text-shadow: none;
  line-height: 30px;
}
.box3-tips {
  font-size: 14px;
  font-family: Lantinghei SC;
  font-weight: 200;
  color: #ffe4b5;
  margin-top: 10px;
}
.box4 {
  padding: 60px 0 87px;
}
.box4-title {
  font-size: 18px;
  font-family: Lantinghei SC;
  font-weight: 200;
  color: #ffffff;
  text-align: center;
  margin: 19px 0 40px;
}
.box4-title::before,
.box4-title::after {
  content: "";
  display: inline-block;
  width: 67px;
  height: 1px;

  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.6) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  vertical-align: middle;
  margin: 0 10px;
}
.box4-title::before {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 100%
  );
}
.box4-content {
  height: 287px;
  background: url("../images/box4_bg.png") no-repeat;
  background-position: 76px center;
  position: relative;
  box-sizing: border-box;
}
.day {
  position: absolute;
  display: flex;
  /* justify-content: center; */
  align-items: center;
}
.day-fl {
  margin-right: 10px;
  position: relative;
}
.day-fl::before {
  content: "";
  display: block;
  position: absolute;
  width: 165px;
  height: 39px;
  background: url("../images/dy.png") no-repeat center;
  border-radius: 50%;
  bottom: -26px;
  left: -22px;
  opacity: 0.5;
}
.day-fl::after {
  content: "";
  display: block;
  position: absolute;
  width: 27px;
  height: 27px;
  background: url("../images/icon5.png") no-repeat center;
  left: 0;
  right: 0;
  margin: auto;
}
.day1 .day-fl::after,
.day2 .day-fl::after,
.day3 .day-fl::after,
.day4 .day-fl::after {
  bottom: -55px;
}
.day5 .day-fl::after,
.day6 .day-fl::after,
.day7 .day-fl::after,
.day8 .day-fl::after {
  top: -55px;
}
.day img {
  display: block;
  width: 123px;
  height: 82px;
}
.day1,
.day2,
.day3,
.day4 {
  top: 0;
}
.day5,
.day6,
.day7,
.day8 {
  bottom: 0;
}
.day1 {
  left: 20px;
}
.day2 {
  left: 312px;
}
.day3 {
  left: 604px;
}
.day4 {
  left: 896px;
}
.day5 {
  left: 896px;
}
.day6 {
  left: 604px;
}
.day7 {
  left: 312px;
}
.day8 {
  left: 20px;
}
.day-detail {
  font-size: 18px;
  color: #fff;
}
.time {
  color: #ffe4b5;
}
.box5-content {
  margin-top: 50px;
  height: 865px;
  background: url("../images/box5_bg.png") no-repeat center;
  position: relative;
}
.goods {
  position: absolute;
  display: flex;
}
.goods1 {
  left: 0;
  top: 0;
}
.goods2 {
  right: 0;
  top: 0;
}
.goods3 {
  left: 0;
  bottom: 0;
}
.goods4 {
  right: 0;
  bottom: 0;
}
.goods-fl img,
.goods-fl {
  width: 250px;
  height: 376px;
}
.goods1 .goods-fr,
.goods3 .goods-fr {
  margin-left: 34px;
}
.goods2 .goods-fr,
.goods4 .goods-fr {
  text-align: right;
  margin-right: 34px;
}
.goods-fr h2 {
  font-size: 24px;
  font-family: Lantinghei SC;
  font-weight: 800;
  color: #ffe4b5;
  line-height: 36px;
  margin-bottom: 20px;
  position: relative;
}
.goods-fr h2::after {
  content: "";
  display: block;
  width: 183px;
  height: 1px;
  background: #ffe4b5;
  position: absolute;
  bottom: -10px;
}
.goods1 .goods-fr h2::after,
.goods3 .goods-fr h2::after {
  left: 0;
}
.goods2 .goods-fr h2::after,
.goods4 .goods-fr h2::after {
  right: 0;
}
.goods-fr p {
  font-size: 18px;
  font-family: Lantinghei SC;
  font-weight: 200;
  color: #ffffff;
  line-height: 30px;
}
.goods .swiper-button-prev,
.goods .swiper-button-next {
  width: 40px;
  height: 40px;
  background: url("../images/prev.png") no-repeat center;
}
.goods .swiper-button-next {
  transform: rotate(180deg);
}
.box6 {
  margin: 85px 0;
}
.box6-content {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.box6-fl {
  /* margin-right: 20px; */
}
.box6-fl li {
  width: 383px;
  height: 113px;
  background: rgba(255, 228, 181, 0.1);
  border: 1px solid rgba(255, 228, 181, 0.2);
  margin-bottom: 10px;
  text-align: center;
  line-height: 113px;
  font-size: 30px;
  font-family: Lantinghei SC;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.5);
  text-shadow: 0px 2px 0px #000000;
  cursor: pointer;
  box-sizing: border-box;
}
.box6-fl li:hover,
.box6-fl li.active {
  background: #63594c;
  color: #ffe4b5;
  border: 1px solid rgba(255, 228, 181, 0.4);
  width: 405px;
  border-right: 0;
  box-sizing: border-box;
  padding-right: 22px;
  position: relative;
}
.box6-fr {
  width: 748px;
  background: #63594c;
  box-sizing: border-box;
  border: 1px solid rgba(255, 228, 181, 0.4);
  padding: 30px;
  margin-left: -1px;
}
.box6-tab {
  display: none;
}
.box6-tab.active {
  display: flex;
  justify-content: space-between;
}
.tab-swiper {
  position: relative;
  width: 80px;
  height: 337px;
  margin-right: 10px;
  padding-top: 30px;
}
.tab-swiper img {
  width: 80px;
  height: 80px;
  background: #ffffff;
}
.tab-swiper .swiper-container {
  height: 337px;
}
.bigImg img {
  width: 597px;
  height: 397px;
  background: #ffffff;
}
.tab-swiper .swiper-button-prev,
.tab-swiper .swiper-button-next {
  width: 80px;
  height: 26px;
  background: url("../images/topPrev.png") no-repeat center;
}
.tab-swiper .swiper-button-prev {
  top: 20px;
  left: 0;
}
.tab-swiper .swiper-button-next {
  transform: rotate(180deg);
  top: 397px;
  right: 0;
}
.box7-content {
  margin-top: 50px;
  height: 500px;
  background: url("../images/box7_bg.png") no-repeat center;
  box-sizing: border-box;
  padding: 40px 25px 0 60px;
}
.box7-tips {
  text-align: right;
  font-size: 19px;
  font-family: "FZLTZHK";
  color: rgb(251, 245, 213);
  margin-bottom: 15px;
}
.box7-ul li {
  float: left;
  margin-bottom: 31px;
  height: 33px;
  line-height: 33px;
  background: linear-gradient(
    9deg,
    rgba(178, 148, 104, 0.7) 0%,
    rgb(251, 244, 197) 47%,
    rgba(183, 148, 80, 0.7) 100%
  );
  display: inline-block;
  padding: 0 22px;
  border-radius: 30px;
  position: relative;
}
.box7-ul li::after {
  content: "";
  display: block;
  position: relative;
  width: 1px;
  height: 34px;
  background: rgb(210, 191, 161);
  bottom: -0px;
  left: 0;
  right: 0;
  margin: auto;
}
.book img {
  display: block;
  width: 100%;
}
.li1 {
  margin-left: 40px;
}
.li2 {
  margin-left: 179px;
}
.li3 {
  margin-left: 127px;
}
.li4 {
  margin-left: 42px;
}
.li5 {
  margin-left: 25px;
}
.box8 {
  margin: 285px 0 80px;
}
.fx-title {
  width: 1200px;
  height: 156px;
  background: url("../images/fx_bg.png") no-repeat center;
  text-align: center;
  line-height: 126px;
  font-size: 45px;
  font-family: Lantinghei SC;
  font-weight: 800;
  color: #ffe4b5;
  position: absolute;
  top: -156px;
  left: 0;
}
.fx-title::before,
.fx-title::after {
  background: url("../images/titleL2.png") no-repeat center;
}
.fx-title::before {
  top: 40px;
  left: 485px;
}
.fx-title::after {
  bottom: 60px;
  right: 485px;
}
.box8-content {
  background: #201d1e;
  border-radius: 2px;
  position: relative;
  box-sizing: border-box;
  padding: 29px 40px;
}
.box8-content li {
  float: left;
  width: 122px;
  height: 36px;
  border: 1px solid #ffe4b5;
  border-radius: 2px;
  margin-right: 19px;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffe4b5;
}
.box8-content li:nth-child(8n) {
  margin-right: 0;
}
.box8-content li a {
  display: block;
  color: #ffe4b5;
}
.box8-content li:hover {
  background: linear-gradient(
    8deg,
    rgba(183, 148, 80, 0.68),
    rgba(251, 244, 197, 0.68),
    rgba(178, 148, 104, 0.68)
  );
  border-radius: 2px;
}
.box8-content li:hover a {
  color: #000;
}
.box9 {
  margin: 236px 0 10px;
}
.box9-content {
  background: #201d1e;
  border-radius: 2px;
  box-sizing: border-box;
  padding: 50px 30px;
}
.box9-content ul li {
  float: left;
  width: 360px;
  height: 240px;
  background: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
  margin-right: 20px;
}
.box9-content ul li:nth-child(4) {
  margin-right: 0;
}
.box9-content ul li img {
  display: block;
  width: 100%;
  height: 100%;
}
.fixed-footer {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}
.fixed-xsth {
  width: 602px;
  height: 160px;
  background: url("../images/xsth.png") no-repeat center;
  margin: auto;
}
.fixed-xsth a {
  display: block;
  width: 140px;
  height: 159px;
  float: right;
  text-align: center;
  line-height: 149px;
  font-size: 23px;
  font-family: Lantinghei SC;
  font-weight: 800;
  color: #1b1e1c;
  text-shadow: 0px 1px 1px #828282;
}

.fixed-nav {
  display: none;
  width: 258px;
  height: 333px;
  position: fixed;
  right: -33px;
  top: 200px;
  z-index: 99;
  background: url("../images/fixed_bg.png") no-repeat center;
  box-sizing: border-box;
  padding: 90px 33px 0 0;
}
.fixed-nav li {
  width: 200px;
  height: 50px;
  background: url('../images/li_bg.png') no-repeat center;
  background-size: 100%;
  border-radius: 10px 0px 0px 10px;
  line-height: 50px;
  text-align: center;
  float: right;
  margin-bottom: 5px;
}
.fixed-nav li a {
  display: block;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
}
.fixed-nav li:hover {
  width: 231px;
}

@media only all and (max-width: 1080px) {
  .banner {
    width: 100%;
    height: 16rem;
    background: url(../images/banner_bg.png) no-repeat top center;
    background-size: auto 100%;
  }
  
  .banner_container {
    padding-top: 0;
    width: 100%;
    margin: 0 auto;
    padding: .5rem 0 0;
  }
  .icon1 {
    top: 0;
    right: 3rem;
  }
  .icon2 {
    top: 1rem;
    right: 0rem;
  }
  .icon3 {
    top: 0rem;
    left: 2rem;
  }
  .icon4 {
    top: 1rem;
    left: 0px;
  }
  .icon1 img {
    width: 1rem;
  }
  .icon2 img {
    width: 2rem;
  }
  .icon3 img {
    width: 1rem;
  }
  .icon4 img {
    width: 2.5rem;
  }
  .light {
    width: 100%;
    position: absolute;
    top: 0;
    height: 10rem;
  }
  .txt02 {
    font-size: .8rem;
  }
  .txt02::before,
  .txt02::after {
    content: "";
    display: inline-block;
    width: 1.5rem;
    height: .05rem;
    margin: 0 .2rem;
    margin-top: -.15rem;
  }
  .txt03 {
    width: 90%;
    height: 3rem;
    background-size: 100% 100%;
    margin: 4rem auto .5rem;
    line-height: 2.8rem;
    font-size: .85rem;
  }
  .txt04 {
    width: 76%;
    height: 2.5rem;
    background: none;
    border: 1px double rgba(255, 228, 181, .3);
    margin: .5rem 0 0 .5rem;
    line-height: 2.5rem;
    padding: .4rem 1.2rem 0 .6rem;
    font-size: .7rem;
    line-height: .8rem;
    text-shadow: 0px .05rem 0px #000000;
  }
  .buy {
    position: absolute;
    right: -3.5rem;
    top: .5rem;
    width: 5rem;
    height: 1.5rem;
    background-size: 100% 100%;
    line-height: 1.5rem;
  }
  .buy a {
    font-size: .8rem;
  }
  .box1 {
    margin-top: 1rem;
    position: relative;
    z-index: 1;
  }
  .box1-content {
    width: 98%;
    height: 8rem;
    background-size: 100% 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 1rem .2rem;
  }
  .box1-content h2 {
    font-size: .9rem;
    text-shadow: 0px .05rem 0px #000000;
    margin-bottom: .5rem;
  }
  .box1-content li {
    font-size: .6rem;
    text-shadow: 0px .05rem 0px #000000;
    margin-top: .5rem;
    line-height: .6rem;
  }
  .box1-content li::before {
    width: .6rem;
    height: .6rem;
    background-size: 100%;
  }
  .box1-content .box1-fr h2 {
    text-align: right;
  }
  .box1-fl,.box1-fr {
    width: 50%;
  }
  .box1-fl li {
    padding-left: .8rem;
  }
  .box1-fl li::before {
    left: 0;
  }
  .box1-fr li {
    text-align: right;
    padding-right: .8rem;
  }
  .box1-fr li::before {
    right: 0;
  }
  
  .box-content {
    width: 100%;
    height: auto;
    margin: 4.7rem auto 0;
    padding: 0 .5rem;
  }
  .box-content::before {
    width: 100%;
    height: 1.5rem;
    background-size: 100%;
    top: -1rem;
    left: 0;
  }
  .box-content::after {
    content: "";
    display: block;
    width: 100%;
    height: 3rem;
    background-size: 100%;
    position: absolute;
    bottom: -2rem;
    left: -0;
  }
  .box2 {
    padding: 1rem 0;
  }
  .title {
    font-size: 1rem;
    height: 1.2rem;
    line-height: 1.2rem;
  }
  .title::before,
  .title::after,
  .fx-title::before,
  .fx-title::after {
    width: .7rem;
    height: .7rem;
    background-size: 100%;
  }
  .title::before,
  .fx-title::before {
    top: 0px;
    left: 4rem;
  }
  .title::after,
  .fx-title::after {
    transform: rotate(180deg);
    right: 4rem;
    bottom: 0;
  }
  .box2-ul {
    margin-top: 1.25rem;
  }
  .box2-ul li {
    width: 49%;
    height: 7.5rem;
    box-shadow: 0px 0px .7rem 0px rgba(0, 0, 0, 0.2);
    margin-right: 2%;
    padding: .5rem;
    margin-bottom: .5rem;
  }
  .box2-ul li:nth-child(2n) {
    margin-right: 0;
  }
  .box2-ul li:last-child {
    /*! margin-left: 25%; */
  }
  .box2-ul li h2 {
    font-size: .7rem;
    text-shadow: 0px .02rem 0px #000000;
    margin-bottom: 1rem;
  }
  .box2-ul li h2::after {
    width: 70%;
    height: 1px;
    bottom: -.5rem;
    left: 0;
    right: 0;
    margin: auto;
  }
  .box2-ul li p {
    font-size: .7rem;
    line-height: .9rem;
    text-shadow: 0px .05rem 0px #000000;
    margin-bottom: .2rem;
  }
  .box3-tab {
    margin-top: 1rem;
  }
  .base {
    width: 50%;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: .7rem;
    opacity: 0.7;
    text-shadow: 0px .05rem 0px #000000;
  }
  .tab-item thead tr {
    height: 1.5rem;
  }
  .tab-item thead th {
    font-size: .7rem;
    line-height: .9rem;
  }
  .tab-item tbody td {
    height: 2rem;
    font-size: .6rem;
    line-height: .7rem;
    padding: .2rem;
  }
  .zx {
    width: 2.2rem;
    height: 1rem;
    border-radius: .5rem;
    line-height: 1rem;
  }
  .box3-tips {
    font-size: .7rem;
    margin-top: .3rem;
  }
  .box4 {
    padding: 1rem 0;
  }
  .box4-title {
    font-size: .7rem;
    margin: .2rem 0 1rem;
  }
  .box4-title::before,
  .box4-title::after {
    width: 1.7rem;
    margin: 0 .3rem;
  }
  .box4-content {
    height: 11rem;
    background-size: 90%;
    background-position: 1.5rem center;
  }
  .day {
    display: block;
  }
  .day-fl {
    margin-right: .25rem;
  }
  .day-fl::before {
    display: none;
  }
  .day-fl::after {
    width: .7rem;
    height: .7rem;
    background-size: 100%;
  }
  .day1 .day-fl::after,
  .day2 .day-fl::after,
  .day3 .day-fl::after,
  .day4 .day-fl::after {
    bottom: -3rem;
  }
  .day5 .day-fl::after,
  .day6 .day-fl::after,
  .day7 .day-fl::after,
  .day8 .day-fl::after {
    top: -1rem;
  }
  .day img {
    display: block;
    width: 4rem;
    height: 2.5rem;
  }
  .day1,
  .day2,
  .day3,
  .day4 {
    top: 0;
  }
  .day5,
  .day6,
  .day7,
  .day8 {
    bottom: 0;
  }
  .day1 {
    left: .5rem;
  }
  .day2 {
    left: 5rem;
  }
  .day3 {
    left: 9.5rem;
  }
  .day4 {
    left: 14rem;
  }
  .day5 {
    left: 14rem;
  }
  .day6 {
    left: 9.5rem;
  }
  .day7 {
    left: 5rem;
  }
  .day8 {
    left: .5rem;
  }
  .day-detail {
    font-size: .7rem;
  }
  .box5-content {
    margin-top: 1rem;
    height: auto;
    background-size: 100%;
    background-position: center -3.5rem;
    box-sizing: border-box;
    padding-top: 4rem;
  }
  .box5-content::after{
    content: '';
    display: block;
    height: 0;
    width: 100%;
    clear: both;
  }
  .goods {
    position: relative;
    display: block;
    float: left;
    width: 8.5rem;
    height: auto;
    margin: .2rem .18rem;
    box-sizing: border-box;
    padding-top: 13rem;
  }
  .goods-fl img,
  .goods-fl {
    width: 8.5rem;
    height: 12.85rem;
  }
  .goods-fr,
  .goods-fl{
    width: 8.5rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .goods-fr{
    height: auto;
    top: auto;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
  .goods1 .goods-fr,
  .goods3 .goods-fr {
    margin-left: 0;
  }
  .goods4 .goods-fr {
    margin-right: 0;
    margin-top: 0;
  }
  .goods2 .goods-fr {
    margin-top: 0;
    margin-right: 0;
  }
  .goods2 .goods-fl {
    margin-top: 0;
    margin-left: 0;
  }
  .goods4 .goods-fl {
    margin-top: 0;
  }
  .goods-fr h2 {
    font-size: .7rem;
    line-height: .9rem;
    margin-bottom: .25rem;
  }
  .goods-fr h2::after {
    width: 4.5rem;
    bottom: -0.25rem;
  }
  .goods1 .goods-fr h2::after,
  .goods3 .goods-fr h2::after {
    left: auto;
  }
  .goods2 .goods-fr h2::after,
  .goods4 .goods-fr h2::after {
    right: 0;
  }
  .goods-fr p {
    font-size: .7rem;
    line-height: .9rem;
  }
  .goods .swiper-button-prev,
  .goods .swiper-button-next {
    width: 1rem;
    height: 1rem;
    background-size: 100%;
    top: 65%;
  }
  .goods .swiper-button-prev {
    left: .2rem;
  }
  .goods .swiper-button-next {
    transform: rotate(180deg);
    right: .2rem;
  }
  .box6 {
    margin: 2rem 0;
  }
  .box6-content {
    margin-top: 1rem;
    display: block;
  }
  .box6-fl:after {
    display: block;
  content: '';
  clear: both;
  }
  .box6-fl li {
    float: left;
    width: 33.3%;
    height: 2rem;
    margin-bottom: .4rem;
    line-height: 2rem;
    font-size: .7rem;
  }
  .box6-fl li:hover,
  .box6-fl li.active {
    width: 33.3%;
    height: 2rem;
    border-right: 1px solid rgba(255, 228, 181, 0.2);
    padding-right: 0;
  }
  .box6-fr {
    width: 100%;
    padding: 1rem .5rem;
    margin-left: -1px;
  }
  .box6-tab {
    display: none;
  }
  .box6-tab.active {
    display: flex;
    justify-content: space-between;
  }
  .tab-swiper {
    width: 4rem;
    height: 9rem;
    margin-right: .5rem;
    padding-top: .75rem;
  }
  .tab-swiper img {
    width: 4rem;
    height: 4rem;
  }
  .tab-swiper .swiper-container {
    height: 9rem;
  }
  .bigImg img {
    width: 100%;
    height: 10rem;
  }
  .tab-swiper .swiper-button-prev,
  .tab-swiper .swiper-button-next {
    width: 4rem;
    height: 1.5rem;
    background-size: 100%;
  }
  .tab-swiper .swiper-button-prev {
    top: 0.2rem;
    left: 0;
  }
  .tab-swiper .swiper-button-next {
    top: 10.5rem;
    right: 0;
  }
  .box7-content {
    margin-top: 1rem;
    height: auto;
    background-size: 100% 100%;
    padding: 1rem .5rem .5rem .5rem;
  }
  .box7-tips {
    font-size: .7rem;
    margin-bottom: .7rem;
  }
  .box7-ul li {
    margin-bottom: .8rem;
    height: 1rem;
    line-height: 1rem;
    padding: 0 .5rem;
    border-radius: 1rem;
  }
  .box7-ul li::after {
    width: 1px;
    height: .9rem;
  }
  .li1 {
    margin-left: 0rem;
  }
  .li2 {
    margin-left: 0rem;
  }
  .li3 {
    margin-left: 0rem;
  }
  .li4 {
    margin-left: 0rem;
  }
  .li5 {
    margin-left: 0rem;
  }
  
  .box8 {
    margin: 4.5rem 0 2rem;
  }
  .fx-title {
    width: 100%;
    height: 3rem;
    background-size: 100%;
    line-height: 2.6rem;
    font-size: 1rem;
    top: -3rem;
    left: 0;
  }
  .fx-title::before,
  .fx-title::after {
    background-size: 100%;
  }
  .fx-title::before {
    top: 1rem;
    left: 6.5rem;
  }
  .fx-title::after {
    bottom: 1rem;
    right: 6.5rem;
  }
  .box8-content {
    padding: .7rem .5rem;
  }
  .box8-content li {
    width: 24%;
    height: 1.5rem;
    margin-right: 1.25%;
    margin-bottom: .5rem;
    line-height: 1.5rem;
    font-size: .7rem;
  }
  .box8-content li:nth-child(8n) {
    margin-right: 1.25%;
  }
  .box8-content li:nth-child(4n) {
    margin-right: 0;
  }
  .box9 {
    margin: 4rem 0 .5rem;
  }
  .box9-content {
    padding: 1rem .5rem;
  }
  .box9-content ul li {
    width: 49%;
    height: 5rem;
    box-shadow: 0px 0px .7rem 0px rgba(0, 0, 0, 0.2);
    border-radius: .25rem;
    margin-right: 2%;
    margin-bottom: .5rem;
  }
  .box9-content ul li:nth-of-type(3){
    margin-left:25%
  }
  .box9-content ul li:nth-child(even) {
    margin-right: 0;
  }
  .fixed-xsth {
    width: 15rem;
    height: 4rem;
    background-size: 100%;
  }
  .fixed-xsth a {
    width: 3.5rem;
    height: 4rem;
    line-height: 3.8rem;
    font-size: .7rem;
  }
}
