* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  /* min-height: 100vh;
  background-color: #fff;
  position: relative; */
  /* overflow-x: hidden; */
}

.go_bt {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.go_bt:hover {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}

.aoli_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
/*  max-width: 1920px;*/
  max-width: 100%;	
}

.w100 {
  width: 100%;
  vertical-align: top;
}

.aoli_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  width: 100%;
}

.w82 {
  width: 82%;
  vertical-align: top;
}

.btnhref{
  position: relative;
}

.btnhrefpng{
  position: absolute;bottom: 0%;left: 0%;max-width: 16.625% !important;height: auto !important;pointer-events: none;
}

.mainPic_container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
  width: 100%;
}
.mainPic {
  width: 1920px;
}

.btnSwiper {
  position: relative;
  width: 100%;
}
.btnSwiper_btnContainer {
  /* position: sticky; */
  z-index: 2;
  top: 0;
  width: 100%;
  display: flex;
  padding: 0% 1% 3% 1%;
  background-color: #fef1e8;
  flex-wrap: wrap;
}
.btnSwiper_btn {
  width: calc(100% / 3);
  cursor: pointer;
}
.buttonSwiper {
  width: 100%;
  overflow: hidden;
}
.btnSwiper_slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.btnSwiper_slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}
.rightBtn {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: fixed;
  right: 0;
  top: 25vh;
  z-index: 99;
  pointer-events: none;
}
.rightBtn_img {
  margin-bottom: 10px;
  width: 4vw;
  min-width: 60px;
  cursor: pointer;
  pointer-events: auto;
}
.video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 ratio */
  position: relative;
  background-color: #af1e23;
}

.video iframe {
  position: absolute;
  width: 98%;
  height: 98%;
  left: 1%;
  top: 1%;
}

.video_pd {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 ratio */
  position: relative;
  background-color: #fff;
}

.video_pd iframe {
  position: absolute;
  width: 98%;
  height: 98%;
  left: 1%;
  top: 1%;
}

.none {
  display: none;
}
.show {
  display: block;
}

.videowh {
  width: 80%;
}

.aoli_product {
  width: 82%;
  background-color: #f5f6f8;
  padding: 1%;
}

.product_img {
  box-sizing: border-box;
  width: 33%;
}

.mb {
  display: none;
}

@media screen and (max-width: 1219px) {
  .pc {
    display: none;
  }
  .mb {
    display: block;
  }
  .aoli_container {
    max-width: 960px;
    margin: auto;
  }
  .product_img {
    width: 49%;
  }
  .rightBtn {
    top: 40%;
  }
  .btnSwiper {
    width: 100%;
  }
  .w82 {
    width: 100%;
  }
  .video {
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 ratio */
  }
  .aoli_product {
    width: 100%;
  }
  .btnSwiper_btnContainer {
    flex-wrap: wrap;
    padding: 0% 1% 3% 1%;
    background-color: #fef1e8;
  }
  .btnSwiper_btn {
    width: calc(100% / 3);
  }
  .btnhrefpng{
    max-width: 33.3333% !important;
  }
  .btnhrefpnga{
    max-width: 5% !important;
  }
}
