.box {
  position: relative;
  overflow: hidden;
  background: #f8e8c3;
}

.banner {
  height: 754px;
  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;
}

.hot01 {
  position: absolute;
  width: 140px;
  height: 214px;
  top: 86px;
  left: -200px;
  transform-origin: right 80%;
  animation: leftLeaf 4s linear infinite;
}

.hot02 {
  position: absolute;
  width: 182px;
  height: 250px;
  top: 126px;
  right: -140px;
  transform-origin: left 80%;
  animation: rightLeaf 4.5s linear infinite;
}

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

.bottom_box {
  height: 118px;
  background: url(../images/bottom_img.png) no-repeat center bottom;
  background-size: 1920px auto;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.line {
  height: 1px;
}

.title {
  position: relative;
  z-index: 2;
}

.title img {
  width: 1041px;
  height: 187px;
  margin: 0 auto;
}

.title01 {
  margin-top: -70px;
}

.box01 {
  width: 100%;
  height: 1856px;
  position: relative;
  margin-top: -60px;
}

.box01_container {
  position: absolute;
  width: 1916px;
  height: 1856px;
  left: 50%;
  margin-left: -958px;
  top: 0;
  background: url(../images/box01_bg.png) no-repeat center center;
  background-size: 1916px auto;
}

#flagCanvas1 {
  width: 362px;
  height: 117px;
  position: absolute;
  left: 0;
  top: 94px;
}

.cq2 {
  width: 362px;
  height: 117px;
  position: absolute;
  right: 0;
  top: 94px;
}

.zmd {
  position: absolute;
  width: 69px;
  height: 265px;
  top: 11.6%;
  left: 17.9%;
}

.zmd_container {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding-left: 30px;
}

.zmd_container img {
  width: 22px;
  z-index: 3;
}

.zmd_container::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/zmd1_1.jpg) no-repeat center top;
  background-size: 100%;
  animation: horse_ani1 1s linear infinite;
  z-index: 1;
}

.zmd2 {
  top: 31%;
  width: 68px;
  height: 261px;
}

.zmd3 {
  top: 70.5%;
}

.zmd2 .zmd_container::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/zmd1_1.png) no-repeat center top;
  background-size: 100%;
  animation: horse_ani2 1s linear infinite;
  z-index: 1;
}

.box01_inner {
  width: 1066px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 210px;
}

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

.good1_item {
  width: 404px;
  height: 335px;
  background: url(../images/goods_bg1.png) no-repeat center center;
  background-size: 100%;
  margin: 0 -20px 28px;
  box-sizing: border-box;
  position: relative;
  padding-top: 22px;
}

.goods_tip1 {
  display: none;
  position: absolute;
  width: 81px;
  height: 40px;
  background: url(../images/xl_bg.png) no-repeat center center;
  background-size: 100% 100%;
  top: 19px;
  right: 12.3%;
  color: #FFFCFC;
  font-size: 16px;
  text-align: center;
  box-sizing: border-box;
  padding-left: 16px;
  line-height: 35px;
}

.good1_item:nth-child(2) {}

.good1_item h2 {
  background-image: -webkit-linear-gradient(0deg, #E7C57D 0%, #A92F1D 0%, #E0D0A4 0%, #F7E397 0%, #FDFED4 26.953125%, #F7E498 51.7578125%, #FDFED4 76.806640625%, #F7E498 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #E7C57D;
  text-align: center;
  margin-top: 36px;
}

.good1_item .good1_img {
  width: 260px;
  height: 175px;
  margin: 0 auto;
  overflow: hidden;
}

.good1_item .good1_img img {
  width: 100%;
  height: 100%;
  transition: transform 1s ease;
}

.good1_item .good1_img:hover img,
.goods2_img:hover img,
.gift_item :hover img {
  transform: scale3d(1.05, 1.05, 1.05);
}

.good1_item .ms_btn {
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -84.5px;
}

.ms_btn,
.zb_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 169px;
  height: 41px;
  font-weight: bold;
  color: #A8291E;
  font-size: 18px;

  background: url(../images/btn_active.png) no-repeat center center;
}

.good2_item .ms_btn {
  margin: 0 auto;
}

.ms_btn.gray {
  cursor: default;
  color: #666666;
  background: url(../images/btn_gray.png) no-repeat center center;
}

.ms_btn img {
  width: 29px;
  height: 29px;
  margin: 0;
  margin-left: 6px;
  margin-top: 6px;
}

.good2_item {
  width: 249px;
  height: 336px;
  background: url(../images/goods_bg2.png) no-repeat center bottom;
  background-size: 100% auto;
  margin-bottom: 30px;
  position: relative;
}

.goods_tip2 {
  top: 0px;
  right: 0px;
  top: -3px;
  right: 22px;
}

.goods2_img {
  width: 200px;
  height: 200px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(250, 228, 185, 0.46);
  border-radius: 15px;
  margin: 0 auto;
  overflow: hidden;
}

.goods2_img img {
  width: 100%;
  height: 100%;
  transition: transform 1s ease;
}

.good2_item h3 {
  text-align: center;
  width: 94%;
  color: #333333;
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 10px auto 5px;
}

.price {
  display: flex;
  box-sizing: border-box;
  width: 215px;
  height: 30px;
  overflow: hidden;
  margin: 0 auto;
  border: 2px solid #E7683B;
  box-shadow: 0px 5px 8px 0px rgba(184, 65, 45, 0.52);
  border-radius: 15px;
  margin-bottom: 10px;
}

.price span {
  width: 50%;
  line-height: 26px;
  text-align: center;
  color: #333333;
  font-size: 15px;
}

.price span.now {
  color: #FFFFFF;
  background: linear-gradient(180deg, #ff4400, #cf2717);
}

.price span.old {
  text-decoration: line-through;
}

.goods2_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0 10px;
}

.title02 {
  margin-top: 63px;
}

.box02 {
  height: 752px;
  padding-bottom: 60px;
  position: relative;
  margin-top: -53px;
}

.box02_container {
  width: 1283px;
  height: 752px;
  background: url(../images/box02_bg.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  margin-left: -641.5px;
  top: 0;
  box-sizing: border-box;
  padding: 95px 112px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.box02_l {
  width: 452px;
}

.box02_l h1 {
  color: #FFFCFC;
  font-size: 37px;
}

.zb_btn {
  width: 250px !important;
  height: 62px !important;
  background-size: 100% 100%;
  font-size: 27px;
  margin: 40px 0;
}

.zb_btn img {
  margin-top: 8px;
  margin-left: 10px;
}

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

.box02_l p span {
  visibility: hidden;
}

.time_txt {
  display: inline-block;
  width: auto;
  margin: 40px 0;
  padding-bottom: 40px;
  border-bottom: 1px solid #FFFFFF;
}

.box02_r {
  box-sizing: border-box;

  padding-top: 108px;
}

.gift_container {
  width: 568px;
  height: 455px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.gift_item {
  width: 185px;
  height: 216px;
  background: #FFFFFF;
}

.gift_item .gift_img {
  width: 100%;
  height: 80%;
  overflow: hidden;
}

.gift_item .gift_img img {
  width: 100%;
  height: 100%;
  transition: transform 1s ease;
}

.gift_item p {
  color: #333;
  text-align: center;
  height: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fixed_right {
  position: fixed;
  top: 35%;
  left: -10px;
  width: 168px;
  height: 214px;
  z-index: 9;
  cursor: pointer;
  box-sizing: border-box;
  padding-top: 40px;
  background: url(../images/fix_bg.png) no-repeat center top;
  background-size: 100% 100%;
}

.fixed_right img {
  width: 155px;
  height: 164px;
  margin: 0 auto;
  -webkit-animation: headShake 1s infinite linear;
  -moz-animation: headShake 1s infinite linear;
  -ms-animation: headShake 1s infinite linear;
  -o-animation: headShake 1s infinite linear;
  animation: headShake 1s infinite linear;
}

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

  .banner_container {
    width: 100%;
  }

  .hot01 {
    width: 2.5rem;
    height: auto;
    top: 10%;
    left: 0;
  }

  .hot02 {
    width: 3.5rem;
    height: auto;
    top: 40%;
    right: 0;
  }

  .box_container {
    background-size: 100% auto;
  }

  .bottom_box {
    display: none;
  }

  .title {
    position: relative;
    z-index: 2;
  }

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

  .title01 {
    margin-top: -2rem;
  }

  .box01 {
    height: auto;
    margin-top: 0;
  }

  .box01_container {
    position: static;
    width: 80%;
    height: auto;
    left: auto;
    margin: 0 auto;
    top: 0;
    background: #9B3B00;
    border-radius: 1rem;
    margin-top: -.8rem;
  }

  #flagCanvas1 {
    display: none;
  }

  .cq2 {
    display: none;
  }

  .zmd {
    position: absolute;
    width: 8%;
    height: 5.8rem;
    top: 1rem;
    left: 2%;
  }

  .zmd_container {
    padding-left: 36%;
  }

  .zmd_container img {
    width: auto;
    height: 74%;
  }

  .zmd3 .zmd_container img {
    width: 56%;
    height: auto;
  }

  .zmd2 {
    top: 31%;
    width: 8%;
    height: 5.8rem;
  }

  .zmd3 {
    top: 70.5%;
  }

  .box01_inner {
    width: 100%;
    padding: .8rem;
  }

  .goods1_container {
    flex-wrap: wrap;
  }

  .good1_item {
    width: 100%;
    height: 11.8rem;
    background-size: 100% 100%;
    margin: 0 0 .2rem;
    padding-top: .6rem;
  }

  .goods_tip1 {
    position: absolute;
    width: 3rem;
    height: 1.4rem;
    top: 4%;
    right: 12%;
    font-size: .65rem;
    padding-left: .8rem;
    line-height: 1.4rem;
  }


  .good1_item h2 {
    font-size: .8rem;
    margin-top: 1.3rem;
  }

  .good1_item .good1_img {
    width: 68%;
    height: 6rem;
  }

  .good1_item .ms_btn {
    position: absolute;
    left: 50%;
    bottom: .5rem;
    margin-left: -3rem;
  }

  .ms_btn,
  .zb_btn {
    width: 6rem;
    height: 1.8rem;
    font-size: .7rem;
    background-size: 100% 100%;
  }

  .good2_item .ms_btn {
    width: 80%;
    height: 1.6rem;
    margin: 0 auto;
  }

  .ms_btn.gray {
    background-size: 100% 100%;
  }

  .ms_btn img {
    width: 1rem;
    height: 1rem;
    margin: 0;
    margin-left: .2rem;
    margin-top: .2rem;
  }

  .good2_item {
    width: 49%;
    height: 10.6rem;
    margin-bottom: .4rem;
  }

  .goods_tip2 {
    top: -.1rem;
    right: .45rem;
  }

  .goods2_img {
    width: 5.5rem;
    height: 5.5rem;
    border-radius: .8rem;
  }

  .good2_item h3 {
    font-size: .7rem;
    margin: .3rem auto .2rem;
  }

  .price {
    width: 94%;
    height: 1.2rem;
    border: .05rem solid #E7683B;
    border-radius: 1rem;
    margin-bottom: .3rem;
  }

  .price span {
    line-height: 1.2rem;
    font-size: .65rem;
  }


  .goods2_container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0;
  }

  .title02 {
    margin-top: 63px;
  }

  .box02 {
    height: auto;
    margin-top: 0;
    padding-bottom: 1rem;
  }

  .box02_container {
    position: static;
    width: 94%;
    height: auto;
    left: auto;
    margin: 0 auto;
    top: 0;
    background: #C5291E;
    border-radius: 1rem;
    margin-top: -.8rem;
    padding: .8rem;
    flex-direction: column;
  }

  .box02_l {
    width: 100%;
  }

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

  .zb_btn {
    width: 8rem !important;
    height: 2.3rem !important;
    background-size: 100% 100%;
    font-size: .8rem;
    margin: .6rem 0;
  }

  .zb_btn img {
    width: 1.4rem;
    height: 1.4rem;
    margin-top: .2rem;
    margin-left: .4rem;
  }

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

  .time_txt {
    margin: .6rem 0;
    padding-bottom: .6rem;
  }

  .box02_r {
    padding-top: .6rem;
  }

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

  .gift_item {
    width: 32%;
    height: 6rem;
    margin-bottom: .4rem;
  }

  .fixed_right {
    left: -.2rem;
    width: 4rem;
    height: 4.8rem;
    padding-top: .8rem;
    background-size: 100% 100%;
    transition: transform .3s;
  }

  .fixed_right img {
    width: 100%;
    height: auto;
  }

  .fixed_right.is_show {
    transform: translateX(0);
  }

  .fixed_right.is_hidden {
    transform: translateX(-4rem);
  }

  .qiqiu_left span,
  .qiqiu_right span {
    display: none;
  }

  .gift_item p {
    font-size: .5rem;
  }


}