@charset "UTF-8";

.index_page .gift_index .page_title::after,
.index_page .gift_index .iten .pic::after {
  display: block;
  content: "";
  position: absolute;
}
.index_page .gift_index .iten .pic::after {
  opacity: 0.3;
  background: #f38cbb;
  background: -webkit-gradient(linear, left top, left bottom, from(#f38cbb), to(#d51b51));
  background: linear-gradient(to bottom, #f38cbb 0%, #d51b51 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f38cbb', endColorstr='#d51b51',GradientType=0 );
}
.index_page .kv {
  background-image: url(../images/index/kv_202509.jpg);
}
.index_page .kv .wrap {
  max-width: 100% !important;
  padding-bottom: 29%;
}
.index_page .kv .btns {
  margin-top: 2.8rem;
}
.index_page .kv .group {
  left: auto !important;
  right: 1.5%; 
  transform: translate(0,-3%) !important;
  padding: 1.5rem;
  /* background-color: rgba(255, 255, 255, 0.8); */
  text-align: center;
}
.index_page .kv h1 {
  font-size: 3rem !important;
  color: #e92d8e;
  margin-bottom: 0.38rem !important;
}
.index_page .gift_index {
  padding: 6.25rem 0 12.5rem;
}
@media (max-width: 1890px) {
  .index_page .kv .group {
    right: 2%;
    transform: translate(0,-5%) !important;
  }
  .index_page .kv h1 {
    font-size: 2.4vw !important;
  }
  .index_page .kv .subtitle {
    font-size: 1.4vw !important;
  }
}
.index_page .gift_index .page_title {
  margin-bottom: 3.125rem;
  position: relative;
}
.index_page .gift_index .page_title::after {
  width: 6.875rem;
  height: 2.9375rem;
  background-image: url(../images/title-pic-1.png);
  background-size: cover;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -85%);
          transform: translate(-50%, -85%);
}
.index_page .gift_index .items_index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.index_page .gift_index .iten {
  width: 10.625rem;
  text-align: center;
}
.index_page .gift_index .iten .pic {
  margin-bottom: 1.25rem;
  position: relative;
}
.index_page .gift_index .iten .pic img {
  position: relative;
  z-index: 1;
}
.index_page .gift_index .iten .pic::after {
  width: 100%;
  height: 100%;
  left: 0.625rem;
  top: 0.625rem;
}
.index_page .gift_index .iten:not(:first-child) {
  margin-left: 3.125rem;
}
.index_page .gift_index .iten .text {
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.2;
}
.index_page .gift_index .iten .text span {
  font-size: 0.9375rem;
}
.index_page .info {
  padding-bottom: 0.9375rem;
  background-image: url(../images/index/bg-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.index_page .info .links {
  position: relative;
  top: -6.25rem;
  max-width: 62.5rem;
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 1;
}
.index_page .info .links .link {
  padding: 0.3125rem;
  background-color: #fff;
  -webkit-box-shadow: 0.5rem 0.5rem 0.5rem rgba(230, 133, 166, 0.4);
          box-shadow: 0.5rem 0.5rem 0.5rem rgba(230, 133, 166, 0.4);
}
.index_page .info .links .link:nth-child(1n + 4) {
  margin-top: 1.0625rem;
}
.index_page .info .links .link .pic {
  -webkit-transition: background-size 0.3s ease-in-out;
  transition: background-size 0.3s ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.index_page .info .links .link .pic:hover {
  background-size: 105%;
}
.index_page .info .links .link_rights .pic,
.index_page .info .links .link_account .pic,
.index_page .info .links .link_exchange .pic {
  width: 19.6875rem;
  height: 28.4375rem;
}
.index_page .info .links .link_question .pic,
.index_page .info .links .link_recycle .pic {
  width: 30.125rem;
  height: 17rem;
}
.index_page .info .links .link_rights .pic {
  background-image: url(../images/index/info-1_2509.jpg);
}
.index_page .info .links .link_account .pic {
  background-image: url(../images/index/info-2_2509.jpg);
}
.index_page .info .links .link_exchange .pic {
  background-image: url(../images/index/info-3_2509.jpg);
}
.index_page .info .links .link_question .pic {
  background-image: url(../images/index/info-4_2509.jpg);
}
.index_page .info .links .link_recycle .pic {
  background-image: url(../images/index/info-5_2509.jpg);
}
.index_page .info .links .text {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  background-color: #000;
  padding: 0.9375rem 0;
}
.index_page .info .links .ballon {
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  z-index: -1;
}
.index_page .info .links .ballon:nth-child(1) {
  width: 15.0625rem;
  height: 28.125rem;
  background-image: url(../images/index/ballon-1.png);
  top: -27%;
  right: -36%;
  -webkit-animation: swing 3s infinite alternate ease-in-out;
          animation: swing 3s infinite alternate ease-in-out;
}
.index_page .info .links .ballon:nth-child(2) {
  width: 10.8125rem;
  height: 21.5rem;
  background-image: url(../images/index/ballon-2.png);
  top: 40%;
  left: -25%;
  -webkit-animation: swing 3s 1s infinite alternate ease-in-out;
          animation: swing 3s 1s infinite alternate ease-in-out;
}
.index_page .info .links .ballon:nth-child(3) {
  width: 6.8125rem;
  height: 12.9375rem;
  background-image: url(../images/index/ballon-3.png);
  bottom: -10%;
  right: -5%;
  z-index: 1;
  -webkit-animation: swing 2s infinite alternate ease-in-out;
          animation: swing 2s infinite alternate ease-in-out;
}
@media (max-width: 60em) {
  /*****  pc尺寸X0.495  *****/
  .index_page .gift_index .page_title::after,
  .index_page .gift_index .iten .pic::after {
    display: block;
    content: "";
    position: absolute;
  }
  .index_page .gift_index .iten .pic::after {
    opacity: 0.3;
    background: #f38cbb;
    background: -webkit-gradient(linear, left top, left bottom, from(#f38cbb), to(#d51b51));
    background: linear-gradient(to bottom, #f38cbb 0%, #d51b51 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f38cbb', endColorstr='#d51b51',GradientType=0 );
  }
  .index_page .kv {
    background-image: url(../images/index/kv_202509.jpg);
  }
  .index_page .kv .wrap {
    padding-bottom: 29%;
  }
  .index_page .kv .btns {
    margin-top: 2.4rem;
  }
  .index_page .gift_index {
    padding: 3.09375rem 0 6.1875rem;
  }
  .index_page .gift_index .page_title {
    margin-bottom: 1.546875rem;
    position: relative;
  }
  .index_page .gift_index .page_title::after {
    width: 3.403125rem;
    height: 1.4540625rem;
    background-image: url(../images/title-pic-1.png);
    background-size: cover;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -85%);
            transform: translate(-50%, -85%);
  }
  .index_page .gift_index .items_index {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .index_page .gift_index .iten {
    width: 5.259375rem;
    text-align: center;
  }
  .index_page .gift_index .iten .pic {
    margin-bottom: 0.61875rem;
    position: relative;
  }
  .index_page .gift_index .iten .pic img {
    position: relative;
    z-index: 1;
  }
  .index_page .gift_index .iten .pic::after {
    width: 100%;
    height: 100%;
    left: 0.309375rem;
    top: 0.309375rem;
  }
  .index_page .gift_index .iten:not(:first-child) {
    margin-left: 1.546875rem;
  }
  .index_page .gift_index .iten .text {
    font-weight: 700;
    font-size: 0.5878125rem;
    line-height: 1.2;
  }
  .index_page .gift_index .iten .text span {
    font-size: 0.4640625rem;
  }
  .index_page .info {
    padding-bottom: 0.4640625rem;
    background-image: url(../images/index/bg-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .index_page .info .links {
    position: relative;
    top: -3.09375rem;
    max-width: 30.9375rem;
    width: 90%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    z-index: 1;
  }
  .index_page .info .links .link {
    padding: 0.1546875rem;
    background-color: #fff;
    -webkit-box-shadow: 0.2475rem 0.2475rem 0.2475rem rgba(230, 133, 166, 0.4);
            box-shadow: 0.2475rem 0.2475rem 0.2475rem rgba(230, 133, 166, 0.4);
  }
  .index_page .info .links .link:nth-child(1n + 4) {
    margin-top: 0.5259375rem;
  }
  .index_page .info .links .link .pic {
    -webkit-transition: background-size 0.3s ease-in-out;
    transition: background-size 0.3s ease-in-out;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .index_page .info .links .link .pic:hover {
    background-size: 105%;
  }
  .index_page .info .links .link_rights .pic,
  .index_page .info .links .link_account .pic,
  .index_page .info .links .link_exchange .pic {
    width: 9.7453125rem;
    height: 14.076562rem;
  }
  .index_page .info .links .link_question .pic,
  .index_page .info .links .link_recycle .pic {
    width: 14.911875rem;
    height: 8.415rem;
  }
  .index_page .info .links .link_rights .pic {
    background-image: url(../images/index/info-1_2509.jpg);
  }
  .index_page .info .links .link_account .pic {
    background-image: url(../images/index/info-2_2509.jpg);
  }
  .index_page .info .links .link_exchange .pic {
    background-image: url(../images/index/info-3_2509.jpg);
  }
  .index_page .info .links .link_question .pic {
    background-image: url(../images/index/info-4_2509.jpg);
  }
  .index_page .info .links .link_recycle .pic {
    background-image: url(../images/index/info-5_2509.jpg);
  }
  .index_page .info .links .text {
    text-align: center;
    font-size: 0.7425rem;
    color: #fff;
    background-color: #000;
    padding: 0.4640625rem 0;
  }
  .index_page .info .links .ballon {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    z-index: -1;
  }
  .index_page .info .links .ballon:nth-child(1) {
    width: 7.4559375rem;
    height: 13.921875rem;
    background-image: url(../images/index/ballon-1.png);
    top: -27%;
    right: -36%;
    -webkit-animation: swing 3s infinite alternate ease-in-out;
            animation: swing 3s infinite alternate ease-in-out;
  }
  .index_page .info .links .ballon:nth-child(2) {
    width: 5.3521875rem;
    height: 10.6425rem;
    background-image: url(../images/index/ballon-2.png);
    top: 40%;
    left: -25%;
    -webkit-animation: swing 3s 1s infinite alternate ease-in-out;
            animation: swing 3s 1s infinite alternate ease-in-out;
  }
  .index_page .info .links .ballon:nth-child(3) {
    width: 3.3721875rem;
    height: 6.4040625rem;
    background-image: url(../images/index/ballon-3.png);
    bottom: -10%;
    right: -5%;
    z-index: 1;
    -webkit-animation: swing 2s infinite alternate ease-in-out;
            animation: swing 2s infinite alternate ease-in-out;
  }

  /*****  mb尺寸  *****/
  .index_page .kv .group {
    right: 1%;
    transform: translate(0,-12%) !important;
  }
  .index_page .kv .btns {
    margin-top: 1rem;
  }
  .index_page .gift_index .page_title::after {
    width: 3.41rem;
    height: 1.457rem;
  }
  .index_page .gift_index .items_index {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index_page .gift_index .iten {
    width: 25%;
  }
  .index_page .gift_index .iten:nth-child(1n + 4) {
    margin-top: 1.24rem;
  }
  .index_page .gift_index .iten .text {
    font-size: 0.93rem;
    font-weight: 400;
  }
  .index_page .gift_index .iten .text span {
    font-size: 0.58125rem;
  }
  .index_page .info .links {
    max-width: 24.8rem;
  }
  .index_page .info .links .link {
    width: 48%;
  }
  .index_page .info .links .link_rights .pic {
    background-image: url(../images/index/m-info-1_2509.jpg) !important;
  }
  .index_page .info .links .link_account .pic {
    background-image: url(../images/index/m-info-2_2509.jpg) !important;
  }
  .index_page .info .links .link_exchange .pic {
    background-image: url(../images/index/m-info-3_2509.jpg) !important;
  }
  .index_page .info .links .link_question .pic {
    background-image: url(../images/index/m-info-4_2509.jpg) !important;
  }
  .index_page .info .links .link_recycle {
    width: 100%;
  }
  .index_page .info .links .link_recycle .pic {
    padding-bottom: 35.815% !important;
    background-image: url(../images/index/m-info-5_2509.jpg) !important;
  }
  .index_page .info .links .link .pic {
    width: 100% !important;
    height: 0 !important;
    padding-bottom: 110.145%;
  }
  .index_page .info .links .text {
    font-size: 0.992rem;
  }
}
@media (max-width: 40em) {
  .index_page .kv .group {
    top: 99vw !important;
    left: 0 !important; right: 0 !important;
    transform: translate(0,0) !important;
    padding: 0;
    margin: 0 auto;
  }
  .index_page .kv h1 {
    font-size: 4.4vw !important;
    margin-bottom: 0.5vw !important;
  }
  .index_page .kv .btns {
    margin-top: 0;
  }
  .index_page .kv .btns a {
    padding-top: 1.8vw;
    padding-bottom: 1.8vw;
  }
  .index_page .kv .subtitle {
    font-size: 2.4vw !important;
    margin-bottom: 1.6vw !important;
  }
  .index_page .kv {
    background-image: url(../images/index/m-kv_202509.jpg);
  }
  .index_page .kv .wrap {
    padding-bottom: 125.875%;
  }
  .index_page .info .links .ballon {
    display: none;
  }
  #container .recycled_page .kv .group {
    left: 12rem !important;
  }
}