@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap");

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
input {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* 设置网页统一的字体大小、行高、字体系列相关属性 */
body {
  font: "Noto Sans TC", sans-serif, Helvetica, Arial, "Microsoft Yahei",
    "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
  overflow-x: hidden;
}
.overflow-lock {
  overflow: hidden;
}
/* 去除列表默认样式 */
ul,
ol {
  list-style: none;
}

/* 去除默认的倾斜效果 */
em,
i {
  font-style: normal;
}

/* 去除a标签默认下划线，并设置默认文字颜色 */
a {
  text-decoration: none;
  color: #333;
}

/* 设置img的垂直对齐方式为居中对齐，去除img默认下间隙 */
img {
  vertical-align: middle;
}

/* 去除input默认样式 */
input {
  border: none;
  outline: none;
  color: #333;
}

/* 左浮动 */
.fl {
  float: left;
}

/* 右浮动 */
.fr {
  float: right;
}

/* 双伪元素清除法 */
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1221px;
  }
}
section.events .container ul li {
  background-image: transparent;
}
/* Component */
.btn {
  display: inline-block;
  align-items: center;
  padding: 6px 8px 6px 12px;
  text-decoration: none;
  background-color: #573c29;
  font-size: 1.2rem;
  border-radius: 30px;
  vertical-align: middle;
  color: #ffff;
}
.btn > span {
  margin-left: 6px;
  margin-bottom: 2px;
  display: inline-block;
  vertical-align: middle;
  background-color: #fbae17;
  color: #000000;
  border-radius: 50%;
  width: 28px;
  height: 28px;
}
.btn > span > i {
  vertical-align: middle;
}
.btn:hover {
  color: #fbae17;
}
.fa-lg {
  line-height: 1.3;
}
.m-show {
  display: none;
}
.prize {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: center;
  display: none;
}
.prize form input {
  width: 30vw;
  background-color: transparent;
  border-bottom: 1px solid #000000;
  text-align: center;
}
.prize form h3 {
  font-size: 21px;
}
.turn_btn button {
  font-size: 1.2.5rem;
}
.prize .prize_content {
  padding: 30px 28px;
}
.prize .prize_content img {
  margin-right: 0;
}
.prize form {
  padding: 0 36px;
  border-top: transparent;
}
.prize .prize_t {
  padding: 0 30px;
}
.prize .prize_content {
  margin-top: 22vh;
}
ul.fixed-right {
  position: fixed;
  top: 16vw;
  right: 0;
  display: flex;
  flex-direction: column;
  filter: drop-shadow(1px 1px 2px white);
  z-index: 15;
}
ul.fixed-right2 {
  top: 6vw;
}
ul.fixed-right li:first-of-type {
  background-color: #e8af98;
  background: rgb(223, 69, 66);
  background: linear-gradient(0deg, #ff5948 3%, #ff8e82 53%, #ff6e5e 98%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df4542', endColorstr='#a05051',GradientType=1 );
}
ul.fixed-right2 li:first-of-type {
  background: #b78133;
}
ul.fixed-right li {
  width: 52px;
  margin: 0 0 15px 0;
  padding: 8px 0px 20px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  position: relative;
}
ul.fixed-right li .yellow {
  color: #fff33b;
}

ul.fixed-right li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
  z-index: 100;
}
ul.fixed-right p.small-text {
  font-size: 21px;
}
ul.fixed-right li p {
  font-size: 21px;
  font-weight: 900;
  text-align: center;
  color: #fff;
  margin-bottom: -9px;
  -webkit-text-stroke: 1px rgb(206, 43, 43);
}
ul.fixed-right2 li p {
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  margin-bottom: -9px;
  -webkit-text-stroke: 0.1px rgb(78, 61, 29);
}
ul.fixed-right p.small-text {
  font-size: 21px;
}

#events {
  width: 100%;
  overflow-x: hidden;
}
.kv-title {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 26vw;
}
.kv-title > img {
  width: 100%;
}
section.events .section-wrap {
  position: relative;
  width: 100%;
  z-index: 0;
}
.section-wrap .container {
  z-index: 10;
}
.bg-wrap {
  width: 100%;
  position: relative;
}
.bg,
.bg2 {
  position: absolute;
  z-index: 1;
}

.bg.bg-1 {
  width: 15vw;
  top: 13%;
  left: 12%;
  z-index: 1;
}
.bg.bg-2 {
  width: 12vw;
  top: 10%;
  right: 0;
  z-index: 1;
}
.bg.bg-3 {
  width: 0;
  top: 14%;
  right: 10.5%;
  z-index: 1;
}
#section2 {
  width: 100%;
  /* overflow-x: hidden; */
}
#section2 .s2-bg {
  width: 100%;
}
.bg2.bg {
  position: absolute;
  z-index: 1;
}
.bg2.bg-1 {
  top: 40%;
  left: 3%;
  z-index: 0;
  width: 12vw;
}
.bg2.bg-2 {
  left: 9%;
  top: 58%;
  z-index: -1;
}
.bg2.bg-3 {
  width: 13vw;
  bottom: -1%;
  left: 5%;
  z-index: 1000;
}
.bg2.bg-4 {
  top: 52%;
  right: -3%;
  z-index: -1;
}
.bg2.bg-5 {
  top: 65%;
  right: 4%;
  z-index: -1;
  width: 12vw;
}
#kv {
  padding: 0;
  position: relative;
  width: 100%;
}
#kv .bg {
  position: absolute;
  width: 100%;
  z-index: -100;
}
#kv .po-re {
  width: 100%;
  height: 48vw;
}
#kv .pd3 {
  width: 18vw;
  position: absolute;
  top: 55%;
  left: 35.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pd3 .swiper {
  width: 100%;
}
.swiper-button-next {
  top: 93%;
  right: 0%;
  left: auto;
}
.swiper-button-prev {
  top: 93%;
  right: auto;
  left: 1%;
  transform: rotate(180deg);
}
.swiper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pd3 .swiper p {
  padding: 0.5rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #885816;
  margin-top: 0.5rem;
}
.swiper-slide a > img {
  width: 100%;
}
section.events .container .events-count {
  display: flex;
  width: 100%;
  background: url("../images/events-discount.jpg") no-repeat;
  background-size: cover;
  background-position: left top;
  padding: 1.5rem 2rem 2rem 20%;
  justify-content: space-between;
  margin-bottom: 6rem;
  box-shadow: #0000002e 5px 6px 12px 2px;
  z-index: 1000;
}
.swiper-button-prev:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #fbae17;
}
.swiper-button-next:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #fbae17;
}
.swiper-slide > img {
  width: 100%;
  -webkit-animation: pulsate-bck 1.5s ease-in-out infinite both;
  animation: pulsate-bck 1.5s ease-in-out infinite both;
}
@-webkit-keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.count-btn_seat {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  padding: 3px 6px 3px 10px;
  min-width: 131px;
}
section.events .container h2 {
  font-size: 3.4vw;
  font-weight: 900;
  text-align: center;
  color: #7f5416;
  margin-bottom: 0;
}
section.events .container h3 {
  font-size: 2.3vw;
  font-weight: 700;
  text-align: center;
  color: #2c2c2c;
  margin-bottom: 0;
}
section.events .container h2 span {
  font-size: 2.5vw;
  font-weight: 400;
}
section.events .container h2 .fz_L {
  font-size: 2.8vw;
  font-weight: 700;
}
section.events .container h4 {
  font-size: 2.2vw;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1;
  text-align: center;
}
section.events .container .count-right p {
  text-align: center;
  color: #321d00;
  font-size: 1.2vw;
}
.events-count .count {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffe38e;
  width: 32%;
  padding: 1.2vw 0.7vw 1.6vw;
  border-left: 8px dotted #ffffff;
  border-right: 8px dotted #ffffff;
}

section.events .container .pro1 {
  background-color: #fff;
  background-image: linear-gradient(0, #f8f8f8 25%, transparent 25%);
  -webkit-border-radius: 49px;
  -moz-border-radius: 49px;
  border-radius: 49px;
  padding: 3rem;
  padding-bottom: 2.5rem;
  z-index: 150;
}
section.events .container .pro1 h6 {
  color: #ff5948;
  text-align: left;
  margin-bottom: 1.2rem;
}
.pro1-title {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.pro1-title.title2 {
  margin-top: 2rem;
}
.pro1-title2 {
  display: flex;
  justify-content: center;
}
.pro1-title h3 {
  line-height: 1.5;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  color: #af7a2e;
}
.pro1-title h3 > span {
  line-height: 1.5;
  font-size: 3rem;
  font-weight: 900;
}
.bg_title {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  color: rgb(66, 66, 66);
  letter-spacing: 1.2px;
  margin-bottom: 12px;
}
.pro1-title h4 {
  margin: 0 1rem;
  padding: 9px 15px;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background-color: #af7a2e;
}
.pro1-title p {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: left;
  color: #fbae17;
  line-height: 1.2;
}
#section2 .bg_card {
  background: #f7f7f7;
  padding: 36px 60px;
  border-radius: 30px;
}
#section2 .bg_card .photo {
  height: 170px;
}
.container .prodct-list {
  width: 100% !important;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 0;
}
.container .prodct-list_b {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 2rem;
  margin-bottom: 2rem;
  row-gap: 40px;
  column-gap: 1.1vw;
}
.container .prodct-list_c {
  margin-bottom: 8rem;
  row-gap: 40px;
}
.container .prodct-list_b .prodct {
  width: 22%;
  background: transparent;
  padding: 0;
  margin: 0;
}
.container .prodct-list .photo > img {
  width: 100%;
}
.container .prodct-list .prodct {
  flex: 0 0 23%;
  background: transparent;
  padding: 0;
  margin: 0;
}
.prodct-list .info > h5 {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: left;
  color: #000000;
}
.prodct-list .info > h5 {
  margin-top: 1.5rem;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: left;
  color: #000000;
}
.prodct-list .info > h6 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: left;
}
.prodct-list .info > h6 > span {
  font-size: 1.6rem;
  font-weight: 500;
  margin-right: 1rem;
}
.prodct-list_b .photo {
  height: 210px;
}
.prodct-list_b .info > p {
  height: 76px;
  color: rgb(43, 43, 43);
  font-size: 18px;
}
.prodct-list_c .info > p {
  height: 100px;
  color: rgb(43, 43, 43);
}
.prodct-list_c .photo {
  height: 240px;
}
.amount {
  display: flex;
  align-items: center;
}
.amount > span {
  width: 25%;
  color: #a39b91;
}
.amount > #number {
  width: 60%;
  margin: 0;
  border: 1px solid #bcb6af;
  background: url(../images/angle-down-solid.svg) no-repeat calc(100% - 9px) 1px;
}
.product-footer {
  margin: 0 auto;
  text-align: center;
}
.product-footer > .info {
  margin: 3.2rem 0 0.2rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #000000;
}
.product-footer > .btn {
  padding: 6px 8px 6px 30px;
}
#section2 {
  position: relative;
}
#section2 .pro1 {
  margin: 6.2rem 0;
  background-color: #fff;
  background-image: linear-gradient(0, #f8f8f8 5%, transparent 5%);
  -webkit-border-radius: 49px;
  -moz-border-radius: 49px;
  border-radius: 49px;
  padding: 1.9rem 3rem 3rem;
  box-shadow: #bbb2acd4 0px 3px 7px 3px;
}
.flex {
  display: flex;
}
#section2 .pro1 h6 {
  color: #ff4700;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  text-align: left;
}
#section2 .pro1-title {
  align-items: center;
  padding: 1rem 0;
  border-radius: 25px;
  background-color: #faf5ee;
}

#section2 .prodct-list .btn {
  margin-top: 20px;
  padding: 2px 6px 2px 10px;
}
#section2 .container .prodct-list .info > h5 {
  font-size: 1.5rem;
  font-weight: 700;
}
#section2 .prodct-list .info > h6 > .price {
  font-size: 1rem;
  font-weight: 400;
  text-decoration: line-through;
}
#section2 .amount > span {
  width: 15%;
}
#section2 .amount > #number {
  width: 57%;
}

@media (max-width: 1600px) {
  .bg.bg-3 {
    width: 150px;
    top: 14%;
    right: 2.5%;
    z-index: 1;
  }
  .bg2.bg-3 {
    width: 11vw;
    bottom: -1%;
    left: 5%;
    z-index: 1000;
  }
}
@media (max-width: 1500px) {
  .container {
    max-width: 1221px;
  }
  .bg.bg-3 {
    width: 10%;
    top: 13%;
    right: -1.4%;
    z-index: 1;
  }
  .bg2.bg-3 {
    width: 13vw;
    bottom: 0%;
    left: -1%;
    z-index: 1000;
  }
  section.events .container .count-right p {
    text-align: center;
    color: #321d00;
    font-size: 1.3vw;
  }
}
@media (max-width: 1400px) {
  .bg.bg-3 {
    width: 9%;
    top: 13%;
    right: -1%;
    z-index: 1;
  }
  .bg2.bg-3 {
    width: 13vw;
    bottom: 0%;
    left: -5%;
    z-index: 1000;
  }
  #section2 .prodct-list .btn {
    font-size: 16px;
  }
}

@media (max-width: 1300px) {
  .kv-title {
    position: absolute;
    top: 16%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 20vw;
  }
  .bg2.bg-1 {
    top: 40%;
    left: 0%;
    z-index: 0;
    width: 12vw;
  }
  .bg2.bg-3 {
    width: 13vw;
    bottom: -1%;
    left: -5%;
    z-index: 1000;
  }
  .bg2.bg-5 {
    top: 65%;
    right: 0%;
    z-index: -1;
    width: 14vw;
  }
  .bg2.bg-4 {
    top: 52%;
    right: -5%;
    z-index: -1;
  }
  .bg.bg-1 {
    width: 15vw;
    top: 10%;
    left: 9%;
    z-index: 1;
  }
  .bg.bg-3 {
    width: 0;
    top: 18%;
    right: -5%;
    z-index: 1;
  }
  #kv .pd3 {
    top: 55%;
    left: 36%;
    width: 18vw;
  }
  ul.fixed-right {
    top: 26vw;
  }
  ul.fixed-right2 {
    top: 10vw;
  }
  .swiper-button-next,
  .swiper-button-prev {
    top: 92%;
  }
  .swiper-button-next {
    right: 6%;
  }
  .swiper-button-prev {
    left: 6%;
  }
  .pd3 .swiper p {
    font-size: 16px;
  }
  .events-count .count {
    width: 33%;
  }
  #section2 .container .prodct-list .info > h5 {
    font-size: 1.3rem;
    font-weight: 700;
  }
}
@media (max-width: 1025px) {
  section.events .container h2 {
    height: 3rem;
    font-size: 2rem;
    font-weight: 900;
    text-align: center;
    color: #7f5416;
    margin-bottom: 0;
  }
  .pro1-title h3 {
    line-height: 1.5;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    color: #af7a2e;
  }
  .bg.bg-1 {
    width: 19vw;
    top: 11%;
    left: 5%;
    z-index: 1;
  }
 
  .bg.bg-2 {
    width: 8vw;
    top: 9%;
    right: 0;
    z-index: 1;
  }
  .bg2.bg-3 {
    width: 14vw;
    bottom: -1%;
    left: -5%;
    z-index: 1000;
  }
  .btn > span {
    margin-left: 6px;
    margin-bottom: 2px;
    display: inline-block;
    vertical-align: middle;
    background-color: #fbae17;
    color: #000000;
    border-radius: 50%;
    width: 24px;
    height: 24px;
  }

  section.events .container h3 {
    font-size: 1.2rem;
  }
  .container .prodct-list .prodct {
    flex: 0 0 24%;
  }

  .btn {
    font-size: 12px;
    padding: 2px 5px 2px 12px;
    min-width: 118px;
  }
  .container .prodct-list_b {
    row-gap: 30px;
    column-gap: 22px;
  }
  section.events .container h4 {
    font-size: 1.2rem;
  }
  section.events .container h2 .fz_L {
    font-size: 2.2rem;
  }

  section.events .container ul {
    width: auto;
  }
  .bg.bg-1 {
    width: 15vw;
    top: 11%;
    left: 12%;
    z-index: 1;
  }

  #section2 .container .prodct-list .info > h5 {
    font-size: 1.4rem;
  }
  .bg.bg-3 {
    width: 12vw;
    top: 12%;
    right: -9px;
    z-index: 0;
  }
  .prodct-list_b .photo {
    height: 165px;
  }
  .prodct-list_c .photo {
    height: 185px;
  }
  .bg2.bg-3 {
    width: 14vw;
    bottom: -1%;
    left: -5%;
    z-index: 1000;
  }
  .prodct-list_b .info > p {
    height: 76px;
    font-size: 15px;
  }
  #section2 .amount > #number {
    font-size: 15px;
  }
  .prodct-list_c .info > p {
    height: 100px;
  }
  #section2 .container .prodct-list .info > h5 {
    font-size: 1.3rem;
  }

  .container .prodct-list_b {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 2rem;
    margin-bottom: 6rem;
    row-gap: 25px;
    column-gap: 6px;
  }
}
@media (max-width: 960px) {
  html {
    font-size: 9px;
  }
  header {
    z-index: 100;
  }
  .m-show {
    display: block;
  }
  .m-none {
    display: none;
  }

  .btn {
    padding: 3px 6px 3px 12px;
    font-size: 1.2.5rem;
    color: #ffff;
  }
  .btn > span {
    margin-left: 6px;
    margin-bottom: 2px;
    width: 20px;
    height: 20px;
  }
  ul.fixed-right li {
    width: 37px;
  }
  ul.fixed-right p.small-text {
    font-size: 16px;
  }
  ul.fixed-right li p {
    font-size: 16px;
  }
  ul.fixed-right {
    top: 55vw;
  }
  ul.fixed-right2 {
    top: 24vw;
  }
  .container {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1.4rem);
    padding-left: var(--bs-gutter-x, 1.4rem);
    margin-right: auto;
    margin-left: auto;
  }
  .prize .prize_content {
    margin-top: 30%;
  }
  .prize form h3 {
    font-size: 19px;
  }
  .prize .prize_content img {
    max-width: 100px;
  }
  .prize .prize_content {
    width: 80%;
    padding: 25px 15px;
  }
  .prize form input {
    width: 80%;
  }
  .prize form {
    padding: 0;
  }
  .kv-title {
    width: 55vw;
    top: 24%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .kv-title > img {
    width: 100%;
  }
  section.events .container h2 .fz_L {
    font-size: 4rem;
  }
  .bg.bg-1 {
    width: 38vw;
    top: 12%;
    left: -13%;
  }
  .bg.bg-2 {
    width: 0;
  }
  .bg.bg-3 {
    width: 0;
    top: 30%;
    right: -6%;
    z-index: -1;
  }
  .bg2.bg-1 {
    width: 70vw;
    top: 48%;
    left: -25%;
  }
  .bg2.bg-2 {
    left: -15%;
    top: 60%;
    width: 15vw;
  }
  .bg2.bg-4 {
    width: 0;
    top: 51%;
    right: -57%;
  }

  .bg2.bg-3 {
    bottom: -1%;
    width: 25vw;
    left: -16%;
    z-index: 1;
  }
  .bg2.bg-5 {
    width: 36vw;
    bottom: 2%;
    right: -7%;
    z-index: -1;
  }
  #kv .po-re {
    width: 100%;
    height: 168vw;
  }
  #kv .po-re .pd3 {
    top: 56.5%;
    left: 49.5%;
    width: 35vw;
    transform: translate(-50%, 0);
  }

  section.events .container .pro1 {
    background-image: linear-gradient(0, #f8f8f8 14%, transparent 14%);
  }
  section.events .container .events-count {
    padding: 2.5rem 1.2rem 1.2rem;
    flex-wrap: wrap;
  }
  section.events .container .events-count {
    background: url(../images/events-discount-m.jpg) no-repeat;
    background-position: left top;
    padding: 0rem 1.2rem 2rem;
    background-size: cover;
  }
  section.events .container .events-count .count:nth-child(1) {
    margin-top: 11.2rem;
  }
  section.events .container .events-count .count:nth-child(3) {
    margin-bottom: 0;
  }
  .events-count .count {
    margin-bottom: 1rem;
    padding: 1.2rem 1.8rem;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
  section.events .container h3 {
    font-size: 2.2rem;
  }
  section.events .container .btn {
    min-width: 102px;
  }
  .events-count .count-btn_seat {
    display: inline;
    position: static;
    transform: translate(0);
    margin-top: 1rem;
  }
  section.events .container .count-left h4 {
    font-size: 2.1rem;
    font-weight: 700;
    text-align: center;
  }
  section.events .container h2 {
    height: 7rem;
    font-size: 5rem;
    text-align: center;
  }
  .events-count .count-left {
    width: 47%;
  }
  .events-count .count-right {
    justify-content: center;
    align-items: center;
    width: 52%;
  }
  .events-count .count-right p {
    font-size: 1rem;
    text-align: center;
  }
  .fa-lg {
    line-height: 1;
  }
  .btn > span > i {
    vertical-align: baseline;
  }
  .pro1-title2 {
    flex-direction: column;
    align-items: flex-start;
  }
  section.events .container .pro1 {
    padding: 1.2rem 2.8rem;
    border-radius: 22px;
  }
  .container .prodct-list .prodct {
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  .container .prodct-list .prodct .photo {
    flex: 0 0 40%;
  }
  .prodct-list {
    flex-wrap: wrap;
  }
  section.events .container .pro1 h6 {
    color: #ff5948;
    text-align: left;
    margin: 1rem auto;
    z-index: 100;
    font-size: 14px;
  }
  .pro1-title {
    margin-bottom: 0;
    align-items: flex-end;
  }
  .pro1-title2 {
    margin-bottom: 0;
  }
  .pro1-title h3 {
    font-size: 2.1rem;
    text-align: center;
    /* padding: 0 1rem; */
  }
  .pro1-title h3 > span {
    line-height: 1.5;
    font-size: 2rem;
  }
  section.events .container .pro1-title h4 {
    padding: 6px 7px;
    font-size: 2.4rem;
  }
  .pro1-title p {
    line-height: 1.2;
    font-size: 1rem;
  }
  .amount > span {
    width: 30%;
    font-size: 8px;
  }
  section.events .container .prodct-list {
    margin-top: 20px;
    margin-bottom: 50px;
    gap: 24px 8px;
  }
  section.events .prodct-list .info > h5 {
    font-size: 1.8rem;
    letter-spacing: -1px;
  }
  .product-footer > .info {
    margin: 2.5rem 0 1rem;
    font-size: 1.1.2rem;
  }

  #section2 .pro1 {
    padding: 2rem 1.4rem;
    border-radius: 22px;
    background-image: linear-gradient(0, #f1f1f1 3%, transparent 3%);
  }
  #section2 .pro1 h6 {
    color: #ff4700;
    text-align: left;

    font-size: 14px;
    margin: 0 auto;
  }
  #section2 .prodct-list .btn {
    margin-top: 12px;
    padding: 2px 6px 2px 10px;
  }
  #section2 .pro1-title {
    align-items: center;
    padding: 1rem 1rem;
    margin-bottom: 20px;
  }
  #section2 .pro1-title > img {
    width: 27%;
  }
  #section2 .bg_card {
    padding: 36px 18px;
  }
  .pro1-title h4 {
    padding: 9px 15px;
    font-size: 2.1rem;
  }
  .container .prodct-list {
    gap: 1.2rem;
  }
  #section2 .container .prodct-list .prodct {
    display: flex;
    align-items: center;
    gap: 14px;
  }
  #section2 .container .prodct-list.prodct-right {
    width: 45%;
  }
  #section2 .container .prodct-list .photo {
    flex: 0 0 49%;
    height: auto;
  }
  #section2 .container .prodct-list .flex_r {
    flex: 0 0 50%;
  }
  #section2 .container .prodct-list .info > h5 {
    font-size: 1.6rem;
    margin-top: 0;
  }
  .prodct-list .info > h6 {
    font-size: 1.2rem;
    margin: 1rem 0 2rem;
  }
  .container .prodct-list_b {
    gap: 2.2rem;
  }
  .container .prodct-list_b .prodct {
    align-items: center;
  }
  .prodct-list_b .photo {
    height: auto;
  }

  .amount > #number {
    width: 48%;
    padding: 3px;
  }
  #section2 .prodct-list .info > h6 > .price {
    font-size: 1.2rem;
  }
  .prodct-list .info > h6 > span {
    font-size: 1.8rem;
    margin-right: 0;
  }
  #section2 .amount > span {
    width: 25%;
    font-size: 8px;
  }

  #section2 .amount > #number {
    width: 100%;
    padding: 0.5rem;
  }
  .prodct-list_b .info > p {
    height: auto;
    font-size: 12px;
  }
  .container .prodct-list_c {
    row-gap: 3rem;
    margin-bottom: 22vw;
  }
  section.events .container .count-right p {
    text-align: center;
    color: #321d00;
    font-size: 1.5rem;
  }
}
@media (max-width: 640px) {
  #section2,
  .section-wrap {
    overflow-x: hidden;
  }
  #kv .po-re .pd3 {
    width: 40vw;
    top: 55%;
    left: 49.5%;
    transform: translate(-50%, 0);
  }
  #kv .swiper p {
    font-size: 1.7rem;
  }
  #section2 .amount > #number {
    width: 68%;
    padding: 0.5rem;
  }
  section.events .container .btn {
    min-width: 94px;
    font-size: 1rem;
  }
  .container .prodct-list_c {
    row-gap: 3rem;
    margin-bottom: 80px;
  }
}
@media (max-width: 460px) {
  #kv .po-re .pd3 {
    width: 44vw;
    top: 51%;
    left: 50.5%;
    transform: translate(-50%, 0);
  }
  .container .prodct-list_c {
    row-gap: 3rem;
    margin-bottom: 90px;
  }
  #section2 .amount > #number {
    width: 100%;
    padding: 0.5rem;
  }
  #kv .swiper p {
    font-size: 1.5rem;
  }
}
