  body {
    background-color: #900C10;
  }

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

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

  .txt01 {
    margin: 0 auto;
  }

  .txt02 {
    color: #FADF98;
    font-size: 30px;
    background: url(../images/txt02_bg.png) no-repeat center;
    width: 800px;
    height: 160px;
    margin: -133px auto 0;
    text-align: center;
    line-height: 147px;
  }

  .box_title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 121px;
    width: 820px;
    margin: 0 auto;
    background-image: url("../images/box_title.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 40px;
    text-align: center;
    color: rgba(251, 228, 176, 1);
    text-shadow: 0px 10px 4px rgba(149, 35, 9, 0.47);
    -webkit-text-stroke: 2px undefined;
    text-stroke: 2px undefined;
  }

  .box_title div {
    display: inline-block;
  }

  .box_title p {
    font-size: 20px;
  }

  .box_title::before,
  .box_title::after {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url("../images/title_icon.png");
    background-size: 100%;
    vertical-align: middle;
    margin: 0 16px;
  }

  .box_box {
    border: 6px solid rgba(253, 253, 218, 1);
    border-radius: 20px;
    background: #840000;
    box-sizing: border-box;
    padding: 40px;
    box-shadow: 0 14px 0 0 #BC8A55;
    margin-bottom: 40px;
  }

  .box_box_container {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 40px 30px 50px 30px;
    background: #c41619;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, .6);
  }

  .box01 {
    margin-top: -418px;
  }

  .date_change {
    width: 574px;
    margin: 0 auto 34px auto;
  }

  .date {
    float: left;
    width: 178px;
    height: 52px;
    margin-right: 20px;
    background: #C83227;
    line-height: 52px;
    text-align: center;
    border-radius: 40px;
    color: #FAE3B3;
    transition: background-color .5s ease;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
  }

  .date.active {
    background-color: #EBD28D;
    color: #7D080C;
  }

  .date.no_m {
    margin-right: 0;
  }

  .date:last-child {
    margin-right: 0;
  }

  .date_tab {
    display: none;
  }

  .date_tab.active {
    display: block;
  }

  .date_tab_l {
    float: left;
    width: 572px;
    margin-top: 50px;
    margin-left: 50px;
  }

  .date_tab_l p {
    color: #FFFFFF;
    font-size: 28px;
    line-height: 1.9;
  }

  .date_tab_l p span {
    font-size: 32px;
    color: #FAE3B3;
    display: inline-block;
    margin-right: 15px;
  }

  .go {
    display: block;
    width: 352px;
    height: 70px;
    margin: 46px auto 0;
    text-align: center;
    background: linear-gradient(0deg, #FEC237, #FD9B2E);
    box-shadow: 0px 8px 0px 0px #9E0003;
    border-radius: 34px;
    line-height: 66px;
    color: #fff;
    font-size: 28px;
    transition: opacity .5s ease;
  }

  .go:hover {
    opacity: .88;
  }

  .date_tab_r {
    float: right;
    width: 304px;
    color: #fff;
    margin-right: 50px;
  }

  .date_tab_r img {
    float: left;
  }

  .box02 {
    padding-top: 50px;
  }

  .box02_title {
    color: #FFFFFF;
    font-size: 26px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: normal;
  }

  .discount {
    width: 94%;
    background: #C83227;
    border-radius: 18px;
    padding: 20px 3%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .discount_lf {
    line-height: 1.8;
    width: 85%;
  }

  .discount_lf h5 {
    color: #FFEA8D;
    font-size: 21px;
  }

  .discount_lf p {
    color: #FFFFFF;
    font-size: 20px;
  }

  .box02 .yellow_btn {
    display: block;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #7D080C;
    font-size: 24px;
    background: #FEE38D;
    border-radius: 24px;
    margin-top: 20px;
  }

  .suggest_item {
    width: 49%;
    margin-right: 2%;
    background: #FFFFFF;
    border-radius: 18px;
    overflow: hidden;
  }

  .suggest_item:last-child {
    margin-right: 0;
  }

  .suggest_item h3 {
    background-color: #FEE38D;
    height: 60px;
    line-height: 60px;
    color: #7D080C;
    text-align: center;
    font-size: 26px;
  }

  .suggest_body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
  }

  .suggest_body p {
    color: #333333;
    font-size: 21px;
    line-height: 1.8;
  }

  .suggest_body .red {
    color: #EE2120;
  }

  .suggest_body img {
    margin-left: 4%;
    width: 40%;
  }

  .discount_tip {
    color: #FFFFFF;
    text-align: center;
    margin-top: 30px;
  }

  .receive_item {
    background: url(../images/receive_bg.png) no-repeat center;
    width: 498px;
    height: 198px;
    margin-right: 2%;
    margin-bottom: 30px;
    position: relative;
  }

  .receive_item div {
    position: absolute;
    font-size: 45px;
    font-weight: bold;
    top: 19%;
    left: 11%;
  }

  .receive_item div span:first-child {
    color: #F86D23;
  }

  .receive_item div span:last-child {
    color: #ED3924;
  }

  .receive_body a:nth-child(2n) .receive_item {
    margin-right: 0;
  }

  .about a {
    float: left;
    width: 332px;
    height: 220px;
    margin-right: 26px;
  }

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

  .about a:last-child {
    margin-right: 0;
  }

  .about a:hover img {
    transform: scale(1.1);
  }

  .about img {
    width: 100%;
    height: 100%;
    transition: transform .5s ease;
  }

  .box05 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .box05 a {
    position: relative;
    float: left;
    width: 158px;
    height: 66px;
    margin-right: 12px;
    margin-bottom: 18px;
    background: #FDFCDC;
    border-radius: 6px;
    line-height: 66px;
    text-align: center;
    font-size: 24px;
    z-index: 0;
    transition: color .5s ease;
    color: #C21A22;
  }

  .box05 a:hover::before {
    opacity: 1;
  }

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

  .box05 a:hover {
    background: #FEE38D;
  }

  .box05 .box_box_container {
    padding-top: 40px;
    padding-bottom: 32px;
  }

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

    .txt01 {
      width: 85%;
    }

    .txt02 {
      font-size: .8rem;
      width: 80%;
      height: 3rem;
      margin: -2.5rem auto 0;
      line-height: 2.9rem;
      background-size: 100% 100%;
    }

    .box01 {
      margin-top: -1rem;
    }

    .box_title {
      width: 90%;
      height: 2.6rem;
      padding: 0 .4rem;
      font-size: .8rem;
      text-shadow: 0px 0 .1rem rgba(149, 35, 9, 0.47)
    }

    .box_title p {
      font-size: .6rem;
    }

    .box_title::before,
    .box_title::after {
      width: .8rem;
      height: .8rem;
      margin: 0 .5rem;
    }

    .box_box {
      border: .15rem solid rgba(253, 253, 218, 1);
      border-radius: .4rem;
      padding: .7rem;
      box-shadow: 0 .35rem 0 0 #BC8A55;
      margin-bottom: 1rem;
    }

    .box_box_container {
      padding: 1rem;
    }

    .date {
      width: 4.3rem;
      height: 1.3rem;
      margin-right: .5rem;
      line-height: 1.3rem;
      border-radius: 1rem;
      font-size: .7rem;
    }

    .date_change {
      margin: 0 auto .2rem auto;
    }

    .date_tab_l {
      float: none;
      width: 100%;
      margin-left: 0;
      margin-top: .8rem;
    }

    .date_tab_l p {
      font-size: .65rem;
    }

    .date_tab_l p span {
      font-size: .7rem;
      margin-right: .8rem;
    }

    .date_tab_l p {
      line-height: 1.2rem;
    }

    .go {
      width: 8.8rem;
      height: 1.8rem;
      margin: 1rem auto;
      line-height: 1.8rem;
      font-size: .75rem;
    }

    .date_tab_r {
      float: none;
      width: 100%;
      padding-bottom: 1rem;
      overflow: hidden;
    }

    .date_tab_r img {
      float: none;
      width: 10rem;
      margin: 0 auto;
    }

    .box02 {
      padding-top: 1rem;
    }

    .box02_title {
      font-size: .7rem;
      margin-bottom: .4rem;
    }

    .discount {
      border-radius: .6rem;
      padding: .3rem 3%;
      flex-direction: column;
    }

    .discount_lf {
      width: 100%;
    }

    .discount_lf h5 {
      font-size: .8rem;
    }

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

    .box02 .yellow_btn {
      width: 5rem;
      height: 1.8rem;
      line-height: 1.8rem;
      font-size: .7rem;
      border-radius: 1rem;
      margin: .4rem 0;
    }

    .suggest_item {
      width: 100%;
      margin-right: 0%;
      float: none;
      border-radius: .8rem;
    }

    .suggest_item:first-child {
      margin-bottom: .6rem;
    }

    .suggest_item h3 {
      height: 1.8rem;
      line-height: 1.8rem;
      font-size: .8rem;
    }

    .suggest_body {
      padding: .7rem;
    }

    .suggest_body p {
      font-size: .65rem;
    }

    .discount_tip {
      margin-top: .6rem;
    }

    .receive_item {
      background: url(../images/receive_bg.png) no-repeat center;
      background-size: 100% 100%;
      width: 100%;
      height: 6rem;
      margin-right: 0;
      margin-bottom: .4rem;
    }

    .receive_item div {
      font-size: 1rem;
      top: 27%;
      left: 14%;
    }

    .about a {
      width: 49%;
      height: 6rem;
      margin-right: 2%;
      margin-top: .5rem;
      border-radius: .5rem;
    }

    .about a:nth-child(even) {
      margin-right: 0;
    }

    .about a:nth-child(3) {
      margin-left: 25%;
    }

    .box05 {
      padding-top: 1rem;
      padding-bottom: 1rem;
    }

    .box05 a {
      width: 23.5%;
      height: 1.5rem;
      margin-right: 2%;
      margin-bottom: .3rem;
      border-radius: 1rem;
      line-height: 1.5rem;
      font-size: .8rem;
    }

    .box05 a:nth-child(6n) {
      margin-right: 2%;
    }

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