

.header_bg {
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  background: rgba(255, 255, 255, 0.7);
}

.newsTitle span {
  color: var(--Color-Brand-Normal, #FF4610);
}

.banner-content-position img {
  box-shadow: 0px -8px 80px 0px rgba(38, 109, 240, 0.05),
    0px 2px 2px 0px rgba(20, 65, 150, 0.1),
    0px 4px 4px 0px rgba(56, 62, 71, 0.03),
    0px 7px 7px 0px rgba(56, 62, 71, 0.04),
    0px 18px 14px 0px rgba(56, 62, 71, 0.05),
    0px 24px 24px 0px rgba(56, 62, 71, 0.02),
    0px 38px 38px 0px rgba(56, 62, 71, 0.04),
    0px 62px 62px 0px rgba(56, 62, 71, 0.03);
}

.banner-btn div:hover {
  background: #fafafb;
}

#sixthly a:hover,
.banner-btn a:hover {
  background: #ff4610;
}

#sixthly a {
  width: 203px;
}
/* #sevenly,#sixly{
  display: none;
} */

.materINte {
  width: 180px;
  padding: 14px 28px;
  border-radius: 99999px;
  border: 1px solid #FF4610;
  background: var(--Color-Brand-Normal, #FF4610);
  /* Shadow/xs */
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  font-size: 16px;
  font-weight: 500;
  color: #f6f7f8;
  font-family: "RedHatDisplay-Regular" !important;
}

#secondly {
  background: #F6F7F8;
  /* background: linear-gradient(180deg, #FCFCFC 0%, #FFF 100%); */
}
#Banner {
  /* background: radial-gradient(70.71% 70.71% at 50% 50%, #FBFBFB 47.02%, rgba(250, 250, 250, 0.00) 100%); */
  /* background-image: url(../img/banner/bg.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center; */
    background: #f6f7f8;
    padding-bottom: 1px;
}

#mySwiper {
  position: relative;
}
.next-btn,
.prev-btn {
  height: 56px;
  width: 28px;
  padding: 9px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  opacity: 0;
  background-position: center center;
  transition: 0.3s all ease-in-out;
  z-index: 9;
    background-color: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(2px);
}
.playbtn {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.next-btn {
  right: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  
  background-image: url("../img/r.svg");
  z-index: 9;
  /* background-color: rgba(255, 255, 255, 0); */
}
.mySwiper:hover .next-btn{
  /* background-color: rgba(255, 255, 255, 0.2); */
  opacity: 1 !important;
}
.swiper-button-next, .swiper-button-prev{
  top: 52% !important;
}
.prev-btn {
  left: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background-image: url("../img/l.svg");
  /* background-color: rgba(255, 255, 255, 0); */
  
  z-index: 9;
}
.mySwiper:hover .prev-btn {
  opacity: 1;
  /* background: rgba(255, 255, 255, 0.25); */
  opacity: 1 !important;
  backdrop-filter: blur(2px);
}
.swiper-slide {
  width: 100%;

  /* aspect-ratio: 1157 / 462 !important; */
}
.container-f{
  padding: 0 !important;
}
.map{
  border-radius: 8px;
background: #FFF;
overflow: hidden;

/* 111 */
box-shadow: 0px -1px 0px 0px #B5B5B5 inset, -1px 0px 0px 0px #E3E3E3 inset, 1px 0px 0px 0px #E3E3E3 inset, 0px 1px 0px 0px #E3E3E3 inset;
}
.secondly_content,
.thirdly_content {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(550px, 1fr));
}

.banner-content {
  width: 100%;
  max-width: 1120px;
  transform: perspective(1200px) rotateX(13.9deg);
  margin-top: 40px !important;
  /* transition: all 0.5s; */
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.thirdly_content ul {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fill, minmax(229px, 1fr));
}

.thirdly_content ul li {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.6) 0%,
      rgba(255, 255, 255, 0.5) 100%);
  box-shadow: -1px 1px 1px -2px rgba(255, 255, 255, 0.35) inset,
    0px 24px 30px 0px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(98px);
}

#fourth {
  background: #fff;
}

/* 第四屏 */
.fourth_content ul {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
}

/* 第五屏 */
#fifthly {
  background: var(--Color-Background-Full, #f6f7f8);
}

.fifthly li {
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-left: 16px;
  margin-right: 16px;
}

.fifthly li:nth-child(2n-1) {
  transform: translateY(90px);
}
/* 信息 */
.icon-notice {
  width: 56px;
  height: 56px;
  display: flex;
  padding: 6px;
  justify-content: center;
  align-items: normal;
  border-radius: 12px;
  border: 0.5px solid var(--Color-Fill-3, #E5E6EB);
  background: #FFF;

  /* XS */
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
/* pad端 */
@media screen and (min-width: 768px) and (max-width: 1200px) {

  #Banner,
  #secondly,
  #thirdly,
  #fourth,
  #sixthly {
    padding-left: 32px;
    padding-right: 32px;
  }

  .fifthly-content {
    width: 692px;
  }
  .swiper-button-prev, .swiper-button-next {
    width: 40px !important;
    height: 51px !important; 
}
 
}

/* 移动端 */
@media (max-width: 767px) {
  body {

    overflow-x: hidden;
  }
  .swiper-button-prev, .swiper-button-next {
    width: 26px !important;
    height: 51px !important;
}
  .secondly_content,
  .thirdly_content,
  .thirdly_content ul,
  .fourth_content ul {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }

  #secondly,
  #thirdly,
  #fourth,
  #sixthly {
    padding-left: 16px;
    padding-right: 16px;
  }

  .fifthly-content {
    width: 87.5%;
  }

  /* 首屏 */
  .Banner {
    padding-top: 26.667vw;
    padding-bottom: 6.933vw;
    padding-left: 16px;
    padding-right: 16px;
  }
    .materINte{
      height: 48px !important;
    }
  .banner-tag {
    margin-bottom: 4.267vw;
  }

  .Banner-title {
    margin-bottom: 6.4vw;
  }

  .Banner-title h1 {
    font-size: 7.467vw;
    margin-bottom: 3.2vw;
    line-height: 9.6vw;
  }

  .Banner-des {
    font-size: 3.2vw;
    line-height: 5.333vw;
    width: 100%;
  }

  .banner-tag h5 {
    font-size: 3.2vw;
    line-height: 5.333vw;
  }

  .banner-tag p {
    font-size: 3.2vw;
    line-height: 7.333vw;
  }

  .banner-btn div {
    padding: 2.667vw 8.533vw;
    border-radius: 2.133vw;
  }

  .banner-btn a {
    padding: 2.667vw 4.533vw;
    border-radius: 2.133vw;
  }

  .banner-btn span {
    font-size: 3.733vw;
  }

  .banner-content {
    width: 100%;
  }

  /* 第二屏 */
  .secondly {
    padding-top: 8.533vw;
    padding-bottom: 8.533vw;
  }

  .mb-64 {
    margin-bottom: 6.4vw;
  }

  .secondly_title {
    margin-bottom: 6.4vw;
  }

  .secondly-right-btn {
    margin-bottom: 3.2vw;
    padding: 0.533vw 2.133vw;
  }

  .secondly span {
    font-size: 2.667vw;
    line-height: 4.8vw;
  }

  .secondly h2 {
    font-size: 5.1vw;
    line-height: 7.467vw;
    margin-bottom: 4.267vw;
  }

  .secondly p {
    font-size: 3.2vw;
    line-height: 5.333vw;
  }

  .secondly-title {
    margin-bottom: 5.333vw;
  }

  .secondly ul {
    justify-content: space-between;
  }

  .secondly ul li {
    width: 40.8vw;
  }

  .secondly ul li h3 {
    font-size: 8.533vw;
    line-height: 12.8vw;
    margin-bottom: 1.067vw;
  }

  .secondly ul li p {
    font-size: 3.2vw;
    line-height: 5.333vw;
  }

  .secondly_content h3 {
    font-size: 4.8vw;
    line-height: 6.933vw;
    margin-bottom: 2.133vw;
  }

  .secondly_content p {
    font-size: 3.2vw;
    line-height: 5.333vw;
  }

  .secondly_content .bodor-bg-gray11 {
    padding: 7.467vw;
  }

  .secondly_content svg {
    width: 8.533vw;
    height: 8.533vw;
    margin-bottom: 5.333vw;
  }

  .secondly_content .bg-0F0F0F {
    padding: 7.467vw;
  }

  .secondly_content .bg-0F0F0F h3 {
    font-size: 4.8vw;
    line-height: 6.933vw;
  }

  .secondly_content .bg-0F0F0F h4 {
    margin-top: 5.333vw;
    margin-bottom: 2.133vw;
    font-size: 4.267vw;
    line-height: 6.4vw;
  }

  /* 第三屏 */
  .thirdly {
    padding-top: 8.533vw;
    padding-bottom: 8.533vw;
    flex-flow: column;
  }

  .thirdly .w-496 {
    padding-top: 0;
    order: 2;
    width: 100%;
  }

  .thirdly .w-496 .mb-48 {
    margin-bottom: 0;
  }

  .thirdly .w-560 {
    order: 1;
    width: 100%;
    margin-bottom: 6.4vw;
  }

  .thirdly-right-btn {
    margin-bottom: 3.2vw;
    padding: 0.533vw 2.133vw;
  }

  .thirdly span {
    font-size: 2.667vw;
    line-height: 4.8vw;
  }

  .thirdly h2 {
    font-size: 5.333vw;
    line-height: 7.467vw;
    margin-bottom: 4.267vw;
  }

  .thirdly h3 {
    font-size: 4.8vw;
    line-height: 6.933vw;
    margin-bottom: 3.2vw;
  }

  .thirdly p {
    font-size: 3.2vw;
    line-height: 5.333vw;
  }

  .thirdly-title {
    margin-bottom: 5.333vw;
  }

  .thirdly_content .bg-E5F2FF {
    padding: 7.467vw;
  }

  .thirdly_content ul {
    grid-template-columns: repeat(auto-fill, minmax(35.667vw, 1fr));
    gap: 3.2vw;
    margin-top: 6.4vw;
  }

  .thirdly_content ul li {
    padding: 3.1vw;
  }

  .thirdly_content ul li svg {
    width: 8.533vw;
    height: 8.533vw;
  }

  .thirdly_content ul li h4 {
    font-size: 4.267vw;
    margin-top: 2.133vw;
    line-height: 6.4vw;
  }

  .thirdly_content ul li p {
    font-size: 3.2vw;
    line-height: 5.333vw;
    margin-top: 1.067vw;
  }

  .thirdly_content .bodor-bg-gray11 {
    padding: 7.467vw;
  }

  .thirdly_content h3 {
    font-size: 4.8vw;
    line-height: 6.933vw;
    margin-bottom: 3.2vw;
  }

  .thirdly_content p {
    font-size: 3.2vw;
    line-height: 5.333vw;
  }

  .thirdly_content .bodor-bg-gray11 {
    padding: 7.467vw;
  }

  .thirdly_content svg {
    width: 8.533vw;
    height: 8.533vw;
    margin-bottom: 2.133vw;
  }

  /* 第四屏 */
  .fourth {
    padding-top: 8.533vw;
    padding-bottom: 8.533vw;
    flex-flow: column;
  }

  .fourth .w-496 {
    padding-top: 0;
    width: 100%;
  }

  .fourth .w-560 {
    width: 100%;
    margin-bottom: 6.4vw;
  }

  .fourth-right-btn {
    margin-bottom: 3.2vw;
    padding: 0.533vw 2.133vw;
  }

  .fourth span {
    font-size: 2.667vw;
    line-height: 4.8vw;
  }

  .fourth h2 {
    font-size: 5.333vw;
    line-height: 7.467vw;
    margin-bottom: 4.267vw;
  }

  .fourth p {
    font-size: 3.2vw;
    line-height: 5.333vw;
  }

  .fourth-title {
    margin-bottom: 5.333vw;
  }

  .fourth .mb-48 {
    margin-bottom: 0;
  }

  .fourth h4 {
    font-size: 4.8vw;
    line-height: 6.933vw;
    margin-bottom: 2.133vw;
  }

  .fourth p {
    font-size: 3.2vw;
    line-height: 5.333vw;
  }

  .fourth .bodor-bg-gray11 {
    padding: 7.467vw;
  }

  .fourth img {
    width: 8.533vw;
    height: 8.533vw;

  }

  /* 第五屏 */
  .fifthly {
    padding-top: 8.533vw;
    padding-bottom: 5.333vw;
  }

  .fifthly-title {
    margin-bottom: 3.2vw;
  }

  .fifthly-title h2 {
    font-size: 5.333vw;
    line-height: 7.467vw;
  }

  .fifthly-content .bodor-bg-gray11 {
    border-radius: 3.2vw;
    margin-bottom: 0;
  }

  .fifthly-content .bodor-bg-gray11 .pt-52 {
    padding-top: 8.533vw;
    padding-left: 7.467vw;
    padding-right: 7.467vw;
  }

  .fifthly-content h3 {
    font-size: 4.8vw;
    line-height: 6.933vw;
    margin-bottom: 3.2vw;
  }

  .fifthly-content p {
    font-size: 3.2vw;
    line-height: 5.333vw;
  }

  .fifthly-content {
    gap: 3.2vw;
  }

  #learnMore {
    padding-top: 0;
  }

  #sixthly {}

  .sixthly {
    margin-bottom: 8.533vw;
  }

  .sixthly h2 {
    font-size: 5.333vw;
    line-height: 7.467vw;
  }

  .sixthly p {
    font-size: 3.2vw;
    line-height: 5.333vw;
    margin-bottom: 4.267vw;
  }

  .icloudHandler {
    padding: 2.667vw 8.533vw;
    border-radius: 2.133vw;
    width: fit-content !important;
  }

  .icloudHandler span {
    font-size: 3.733vw;
  }

  #a5 {
    padding: 0 0px 0px !important;
  }

  #a5 .container-f .container {
    border-radius: 8px;
  }

  .fifthly li {
    width: 176px;
    height: 430px;
  }
  .icon-notice{
    width: 100%;
    height: 100%;
    align-items: center;
  }
}


/* 开始 */
.positioninfo {
  margin-top: 40px;
  margin-bottom: 80px;
}




.location-notice {
  margin-right: 120px;
}

.info {
  margin-left: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.name-notice {
  color: var(--Color-Text-T2, #61687C);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.vakue-notice {
  color: #171B25;
  font-size: 20px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 28px;
  /* 140% */
  font-family: "RedHatDisplay-Semibold" !important;
}

/* 倒计时 */
.content-secondly {
  background: #F6F7F8;

}

.secondly-timer {
  padding: 64px 0;
  /* height: 166px; */
}

.secondly-title {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  /* 120% */
  font-family: "RedHatDisplay-Semibold";
  text-align: center;
}

.secondly-info {
  color: var(--Color-Text-T2, rgba(28, 31, 35, 0.62));
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  font-family: "RedHatDisplay-Regular";
  text-align: center;
}

.iop-icon {
  width: 56px;
  height: 44px;
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  background: #FF4610;
  border-radius: 12px 0px 15px 12px;
  background: var(--Color-Brand-Normal, #FF4610);

}

.secondly-iop {
  display: flex;
}

.secondly0-timey {
  border-radius: 12px;
  border: 0.5px solid #FF4610;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15) inset, 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
  display: inline-flex;
  margin: 0 auto;
}

/* 第三瓶 */
.thirdly-title {
  color: var(--Color-Text-Title, #171B25);
  /* 40_Display S/🔹CN-600 */
  font-family: "RedHatDisplay-Semibold";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  /* 120% */
}

.thirdly-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.thirdly-info {
  display: flex;
  border-radius: 12px;
  border: 0.5px solid #FF4610;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15) inset, 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
  padding-left: 12px;
  color: rgba(28, 31, 35, 0.80);
  font-family: "RedHatDisplay-Regular";
  font-size: 24px !important;
  font-weight: 400;
  line-height: 32px;
  /* 133.333% */
  align-items: center;
}

.number-info {
  display: flex;
  padding: 8px 20px;
  align-items: center;
  border-radius: 0px 12px 12px 15px;
  background: var(--Color-Brand-Normal, #FF4610);
  margin-left: 8px;
  color: #fff;
  font-weight: 600;
}

.img_swi {
  margin-top: 48px;
  width: 100%;
  height: 560px !important;
  border-radius: 12px;
  overflow: hidden;
}

.img_swi img {
  width: 100%;
  height: 100%;
}

.swiper-slide-active .btnjskbtn{
  color: #ff4610;

}

.img_info {
  margin-top: 20px;
  color: var(--Gray-500, #667085);
  font-family: "RedHatDisplay-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
.modal .container-f div:nth-child(1){
padding-top: 18px;
}
.modal .contact-title{
padding-bottom: 0 !important;
}
.container-f{
  padding-bottom: 80px !important;
}

/* 第四瓶 */
.fourth {
  display: flex;
}

.fourth-message-title {
  color: var(--Gray-900, #101828);
  /* 40_Display S/🔹CN-600 */
  font-family: "RedHatDisplay-Regular";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  /* 120% */
}

.fourth-message-info {
  color: var(--Gray-500, #667085);
  /* 16_T1/🔺EN-400 */
  font-family: "RedHatDisplay-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  margin-bottom: 32px;
  margin-top: 24px;
  white-space: pre-line !important;
}

.btninfocl {
  border-radius: 99999px;
  border: 1px solid #FF4610;
  background: var(--Color-Brand-Normal, #FF4610);
height: 48px;
  /* Shadow/xs */
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  display: flex;
  width: 160px;
  padding: 14px 28px;
  justify-content: center;
  align-items: center;
  color: var(--White, #FFF);
  cursor: pointer;

  /* 16_T1/🔺EN-500 */
  font-family: "RedHatDisplay-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 467;
  line-height: 24px;
  /* 150% */
}

.fourth-right-info {
  width: 536px;
  margin-right: 64px;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-direction: column;

}

.fourth-left-box {
  display: flex;
  width: 520px;
  height: 436px;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 0.5px solid var(--Color-Fill-3, #E5E6EB);
  background: var(--Color-Background-1, #FFF);

  /* M */
  box-shadow: 0px 4px 60px 0px rgba(0, 28, 85, 0.04);
}

.product-list {
  padding: 0px 16px;
  display: flex;
  width: 100%;
  align-items: center;
  border-bottom: 0.5px solid var(--Color-Fill-3, #E5E6EB);
  /* overflow-y: auto; */
}

.product-list div {
  padding: 16px 0;
 
  /* margin-left: 32px; */
  color: var(--Color-Text-T2, #61687C);
  /* 14_T2/🔹CN-400 */
  font-family: "RedHatDisplay-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  /* width: 86px; */
  cursor: pointer;
  text-align: center;

  
}

/* .product-list div:nth-child(1) {
  margin-left: 0;
} */

.fourth-left-img {
  width: 472px;
  height: 322px;
  background: #f6f7f8;
}

.fourth-left-img img {
  width: 472px;
    height: 322px;
    object-fit: contain;
}
.fourth .swiper-slide-active{
border-bottom: 1px solid #ff4610;
/* margin-left: 0 !important; */
}
.list-header{
  /* height: 56px; */
}
.list-item-message{
  height: 44px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 限制显示行数 */
  overflow: hidden;
  text-overflow: ellipsis;
}

.fifthly-title {
  color: var(--Color-Text-Title, #171B25);
  /* 40_Display S/🔹CN-600 */
  font-family: "RedHatDisplay-Regular";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  /* 120% */
}

.map {
  width: 652px;
  height: 373px;
  border: 0;
}

.map iframe {
  width: 100%;
  height: 100%;
}

.mapinfo {
  height: 373px;
  margin-top: 64px;
}

.loaction {
  width: 476px;
  height: 373px;
  background: #fff;
  border-radius: 8px;
  background: #FFF;
  margin-left: 32px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.loaction_title {
  overflow: hidden;
  color: var(----400, #1A1B1E);
  text-overflow: ellipsis;
  /* 24_H3/🔺EN-600 */
  font-family: "RedHatDisplay-Regular";
  font-size: 20px;
  font-style: normal;
 
  line-height: 32px;
  text-align: start;
  font-weight: 600;
  /* 133.333% */
}

.loaction_icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 0.5px solid var(--Color-Fill-3, #E5E6EB);
  background: #FFF;
  display: flex;
  /* XS */
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.loaction_message {
  margin-top: 24px;
}

.loaction_message_info {
  height: 36px;
  color: var(--Color-Text-T2, #61687C);

  /* 14_T2/🔺EN-400 */
  font-family: "RedHatDisplay-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  margin-top: 8px;
  text-align: start;
}

.loaction_message_btn {
  margin-top: 24px;
  border-radius: 24px;
  background: #FF4610;
  display: flex;
  width: 160px;
  padding: 13px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #FFF;

  text-align: center;
  /* 14_T2/🔺EN-400 */
  font-family: "RedHatDisplay-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  cursor: pointer;
}
.materINte,.btninfocl,.loaction_message_btn{
  transition: all 0.3s;
}
.materINte:hover,.btninfocl:hover,.loaction_message_btn:hover{
  background: var(--Color-Brand-Hover, #FF6234);
}
.sixsip {
  width: 550px;
  height: 550px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;

  margin-right: 20px;
  border-radius: 8px;
  overflow: hidden;

}
.materINte{
  cursor: pointer !important;
}
.commimg {
  width: 265px;
  height: 265px;

  margin-right: 20px;
  overflow: hidden;
  border-radius: 8px;

}

.otherimg {
  width: 550px;
  height: 550px;
  overflow: hidden;
  border-radius: 8px;
}

.left-com .commimg {
  margin-top: 20px;
}

.right-com .commimg {
  margin-bottom: 20px;
}

.sixthly_title {
  color: var(--Color-Text-Title, #171B25);
  text-align: center;
  /* 40_Display S/🔹CN-600 */
  font-family: "RedHatDisplay-Regular";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  /* 120% */
  margin-bottom: 64px;
}


#sevenly {
  background: #f6f7f8;

}
.list-img{
  width: 100%;
  height: 220px;
  position: relative;
  overflow: hidden;
  
}
.list-img img{
  transition: all 0.5s;
}
.list-img:hover img{
  transform: scale(1.2);
 }
.tipsjk{
  display: flex
  ;
      padding: 4px 12px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      flex: 1 0 0;
      border-radius: 24px;
      background: var(--VR-Hover, radial-gradient(101.08% 100% at 50% 100%, rgba(94, 94, 94, 0.14) 0%, rgba(94, 94, 94, 0.00) 73.85%), radial-gradient(100.02% 100% at 50% 100%, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.00) 55.59%), linear-gradient(0deg, rgba(94, 94, 94, 0.18) 0%, rgba(94, 94, 94, 0.18) 100%), rgba(255, 255, 255, 0.06));
      background-blend-mode: color-dodge, lighten, color-dodge, lighten;
      box-shadow: 0px -0.5px 1px 0px rgba(255, 255, 255, 0.25) inset, 0px 0.5px 1px 0px rgba(255, 255, 255, 0.25) inset, 0px 8px 6px 0px rgba(0, 0, 0, 0.05);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      position: absolute;
      top: 24px;
      left: 24px;
      color: #FFF;
      text-align: center;
      font-size: 12px;
      font-style: normal;
      line-height: 20px;
      z-index: 999;
}
/* 第七平 */
.sevenly-list{
  display: flex;
}
.sevenly-list-item {
  width: 352px;
  height: 430px;
  background: #f6f7f8;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  margin-right: 32px;
}
.sevenly-list-item:nth-child(3){
  margin-right: 0;
}

.bottom-message {
  background: #fff;
  padding: 24px;
  border-radius: 0 0 8px 8px;
}

.list-header {
  /* overflow: hidden; */
  color: var(----400, #1A1B1E);
  /* text-overflow: ellipsis;
white-space: nowrap; */
  /* 20_H5/🔺EN-600 */
  text-align: start;
  font-family: "RedHatDisplay-Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 550;
  line-height: 28px;
  white-space: nowrap;      /* 强制不换行 */
  overflow: hidden;        /* 超出部分隐藏 */
  text-overflow: ellipsis; /* 超出显示省略号 */
  /* 140% */
}

.list-item-message {
  width: 100%;
  color: var(--Color-Text-T2, #61687C);
  text-align: start;
  /* 14_T2/🔺EN-400 */
  font-family: "RedHatDisplay-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  margin-top: 8px;
}

.list-item-location {
  color: var(--Color-Text-T2, #61687C);
  /* 14_T2/🔺EN-400 */
  text-align: start;
  font-family: "RedHatDisplay-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  padding-top: 16px;
  margin-top: 16px;
display: flex;
align-items: center;
  border-top: 0.5px solid var(--Color-Fill-3, #E5E6EB);
}
.list-item-location svg{
  margin-right: 8px;
}

.swiper_title {
  position: absolute;
  bottom: 20px;
  font-family: "RedHatDisplay-Regular";
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 550;
  line-height: 32px;
  /* 133.333% */
  color: #FFF;
}

.secondly-timer {
  margin-top: 64px;
  margin-bottom: 64px;
}


.banner-content img {
  border-radius: 12px;
}

@media screen and (min-width: 1440px) {
  #Banner {
    position: -webkit-sticky;
    position: sticky;
    /* top: 0; */
    top: -600px;
    z-index: 0;
  }
}


#thirdly {
  background: #fff;
}

#sixly {
  background: #fff;
}


.phoneTitle {
  display: none;
}


/* 倒计时 */
:root {
  --body-bg: #333;
  /* 网页背景颜色 */
  --font-size: 70px;
  /* 时钟字体大小 */
  --center-border: 0px solid #E53400;
  ;
  /* 翻页中间的边框色 */
  --col-width: 110px;
  /* 时间块的宽度（加宽以容纳2位数字） */
  --col-height: 110px;
  /* 时钟高度 */
  --col-color: #fff;
  /* 时钟字体颜色 */
  --col-bg: #ff4610
    /* --col-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.20) 0%, rgba(24, 24, 26, 0.20) 100%, rgba(24, 24, 26, 0.20) 100%), #FF4610; */
    /* 时钟背景色 */
}

.timerlabel {
  display: none;
}

.time {
  /* height: 165px; */
  position: absolute;
  inset: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  /* gap: 1vw; */
  font-family: sans-serif;
  font-weight: 700;
  overflow: hidden;
}

.col {
  width: var(--col-width);
  height: var(--col-height);
  perspective: var(--col-height);
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px -1px 0px 0px #B5B5B5 inset, -1px 0px 0px 0px #E3E3E3 inset, 1px 0px 0px 0px #E3E3E3 inset, 0px 1px 0px 0px #E3E3E3 inset;
  /* background: var(--col-bg); */
}

.col:nth-child(2),
.col:nth-child(3),
.col:nth-child(4) {
  margin-left: 20px;
}

.curr,
.next {
  position: relative;
  width: var(--col-width);
  height: calc(var(--col-height) / 2);
  font-size: var(--font-size);
  background: var(--col-bg);
  /* background: var(--col-bg); */
  color: var(--col-color);
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Oswald-Medium, "Microsoft YaHei" !important;
  /* text-shadow: -1px -1px -2px #ff0000, -1px -1px 2px blue; */
}

.flip .curr::before,
.flip .next::before,
.col>.curr::before,
.col>.next::before {
  position: absolute;
  content: attr(data-t);
  line-height: var(--col-height);
  text-align: center;
  height: var(--col-height);
  left: 0;
  right: 0;
}

.flip .curr::before,
.col>.next::before {
  top: 0;
}

.flip .next::before,
.col>.curr::before {
  bottom: 0;
}

.flip .curr,
.col>.next {
  border-bottom: var(--center-border);
}

.flip .next,
.col>.curr {
  border-top: var(--center-border);
}

.flip .next {
  transform: rotateX(-180deg);
  backface-visibility: hidden;
}

.flip .curr {
  position: absolute;
  top: 0;
  backface-visibility: hidden;
}

.flip {
  position: absolute;
  width: var(--col-width);
  height: var(--col-height);
  z-index: 1;
  transform-style: preserve-3d;
  transition: transform 0s;
  transform: rotateX(0);
}

.flip.active {
  transition: all 0.5s ease-in-out;
  transform: rotateX(-180deg);
}

.timerlabel {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  text-align: center;
  font-family: "RedHatDisplay-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  color: #000;
}

.time-unit {
  display: flex;
  align-items: center;
}

.separator {
  color: var(--Color-Brand-Normal, #FF4610);
  text-align: center;
  /* 32_H1/💎EN-Title */
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  /* margin-left: 18px ; */
  line-height: 40px;
  /* 125% */
  width: 20px;
}

.content_ji {
  display: flex;
}
.phoneBanner{
  display: none;
}
.thirdly-info div{
white-space: nowrap;
}
.materINte{
  height: 48px;
  width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.swiperpide{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  color: #fff;
  font-size: 24px;
font-style: normal;
font-weight: 550;
line-height: 32px; /* 133.333% */
font-family: "RedHatDisplay-Regular";
width: 100%;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 95%);
/* text-align: left; */
padding-right: 274px;
height: 50px;

}
.sunlinktab2  .swiperpide{
  padding-right: 204px;
}
.sunlinktab3  .swiperpide{
  padding-right: 380px;
}

.sixSwiper .prev-btn{
  position: absolute;
  z-index: 9999;
  /* right: 0; */
  opacity: 0;
  top: 50%;
  transform: rotateY(-50%);
  background-color: rgba(0, 0, 0, 0.25);
}
.sixSwiper .next-btn{
  position: absolute;
  z-index: 9999;
  right: 0;
  opacity: 0;
  top: 50% !important;
  transform: rotateY(-50%);
  background-color: rgba(0, 0, 0, 0.25);
}
.sixSwiper:hover  .prev-btn{
  opacity: 1;
}
.sixSwiper:hover  .next-btn{
  opacity: 1;
}
.loaction_icon svg{
  margin-top: 1px;
}
.sevenly-list-item:hover{

}
.sixSwiper .next-btn{
  position: absolute;
  top: 45%;
  z-index: 99999;

}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  :root {
    --body-bg: #333;
    /* 网页背景颜色 */
    --font-size: 70px;
    /* 时钟字体大小 */
    --center-border: 0px solid #E53400;
    ;
    /* 翻页中间的边框色 */
    --col-width: 110px;
    /* 时间块的宽度（加宽以容纳2位数字） */
    --col-height: 110px;
    /* 时钟高度 */
    --col-color: #fff;
    /* 时钟字体颜色 */
    --col-bg: #ff4610
      /* --col-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.20) 0%, rgba(24, 24, 26, 0.20) 100%, rgba(24, 24, 26, 0.20) 100%), #FF4610; */
      /* 时钟背景色 */
  }
  .swiperpide {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 550;
    line-height: 32px;
    font-family: "RedHatDisplay-Regular";
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 95%);
    /* text-align: left; */
    padding-right: 232px;
    height: 38px;
}
.sunlinktab2  .swiperpide{
  padding-right: 175px;
}
.sunlinktab3  .swiperpide{
  padding-right: 384px;
}
.list-img:hover img{
 transform: scale(1.2);
}
  .list-img{
    width: 100%;
    height: 180px;
    transition: all 0.5s;
  }
  #Banner, #secondly, #thirdly, #fourth, #sixthly{
    padding-left: 64px !important;
    padding-right: 64px !important;
}
.icon-notice{
  align-items: center;
}
.icon-notice svg{
  width: 100%;
  height: 100%;
}
  .container-f{
    padding-top: 0px;
  }
  .sevenly-list-item{
    height: auto;
  }
  .banner-content img {
    height: 498px;
  }

  .newsTitle {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    /* 120% */
    margin-bottom: 16px;
  }

  .Banner-title {}

  .banner-content {
    margin-top: 32px !important;
  }

  .positioninfo {
    margin-top: 32px;
    margin-bottom: 36px !important;
  }

  .vakue-notice {
    font-size: 18px;
    font-style: normal;
    font-weight: 550;
    line-height: 26px;
    /* 144.444% */
  }

  .name-notice {
    color: var(--Color-Text-T2, #61687C);
    font-family: "Red Hat Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
  }

  .icon-notice {
    width: 52px;
    height: 52px;
  }

  .secondly {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .secondly-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    /* 128.571% */
  }

  .secondly-timer {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .thirdly {
    padding-top: 68px;
    padding-bottom: 68px;
  }
  .thirdly-title{
    font-size: 28px;
    line-height: 36px; /* 128.571% */
  }
  .thirdly-info{
    font-size: 18px !important;
font-style: normal;
font-weight: 400;
line-height: 26px !important; /* 144.444% */
  }
  .number-info{
    font-weight: 600 !important;
  }
  .img_swi{
    margin-top: 32px;
    height: 448px !important;
  }
  .fourth-message-title{
    display: none;
  }
  .phoneTitle{
    display: block;
  }
  .fourth {
    display: block;
    padding-top:40px ;
    padding-bottom: 40px;
  }
  .content_ji{
    flex-direction: column-reverse;
  }
  .fourth-right-info {
    width: 100%;
    margin-right: 0;

  }

  .fourth-left-box {
    width: 100%;
    padding: 24px;
    margin-top: 32px;
    height: 542px;
  }
  .product-list div{
    width: 180px;
  }

  .fourth-left-img {
    width: 100%;
    height: 100%;
  }
  .fourth-left-img img {
    width: 100%;
    height: 432px;
    object-fit: contain;
  }
  .btninfocl {
    margin: 0 auto;
  }

  .fifthly {
    padding: 40px;
  }

  .mapinfo {
    margin-top: 32px;
  }

  .fifthly-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    /* 128.571% */
  }

  .map,
  .loaction {
    width: calc(50% - 6px);
    height: 373px;
    margin-left: 0;
  }

  .mapinfo {
    display: flex;
    justify-content: space-between;
  }

  .sixly {
    padding: 40px;
  }

  .left-com {
    width: calc(50% - 8px);
    margin-right: 16px;
    /* margin-right: 16px; */
  }

  .right-com {
    width: calc(50% - 8px);
  }

  .sixsip {
    /* width: 50%; */
    width: 100%;
    height: 464px;
    margin-right: 16px
  }

  .otherimg {
    width: 100% !important;
  }

  .commimg {
    /* width: 23%; */
    width: calc(50% - 4px);
    height: 212px;
    margin-bottom: 16px;
    margin-right: 16px;
  }
  .sevenly-list-item{
    width: calc(33% - 16px);
    margin-right: 16px;
  }

  .otherimg {
    width: 464px;
    height: 464px;
  }

  .sixthly_title {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    /* 128.571% */
    margin-bottom: 32px;
  }

  .sevenly {
    padding: 40px;
  }

  /* .sevenly-list-item {
    display: flex;
    width: 100%;
    height: 208px;
  } */

  /* .list-img {
    width: 45%;
  }

  .bottom-message {
    width: 55%;
  } */

  .container-f {
    padding-top: 5px !important;
    padding-bottom: 0 !important;
  }

  .container {
    border-radius: 0 !important;
  }
  .fifthly,.sixly,.sevenly {
padding-left: 64px;
padding-right: 64px;
  }

}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  :root {
    --body-bg: #333;
    /* 网页背景颜色 */
    --font-size: 70px;
    /* 时钟字体大小 */
   
    --col-width: 110px;
    /* 时间块的宽度（加宽以容纳2位数字） */
    --col-height: 110px;
    /* 时钟高度 */

    --center-border: 0px solid #E53400;
    /* 翻页中间的边框色 */
    --col-color: #fff;
    /* 时钟字体颜色 */
    --col-bg: #ff4610
      /* --col-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.20) 0%, rgba(24, 24, 26, 0.20) 100%, rgba(24, 24, 26, 0.20) 100%), #FF4610; */
      /* 时钟背景色 */
  }
  .swiperpide {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    color: #fff;
    font-size: 21px;
    font-style: normal;
    font-weight: 550;
    line-height: 32px;
    font-family: "RedHatDisplay-Regular";
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 95%);
    /* text-align: left; */
    padding-right: 98px;
    height: 39px;
}
.sunlinktab2  .swiperpide{
  padding-right: 50px;
}
.sunlinktab3  .swiperpide{
  padding-right: 206px;
}
  .icon-notice{
    align-items: center;
  }
  .icon-notice svg{
    width: 100%;
    height: 100%;
  }
.sevenly-list{
  display: block;
}
.sevenly-list-item{
  margin-top: 16px;
}
.list-img{
  height: 100%;
}
  .newsTitle {
    font-size: 40px;
    line-height: 48px;
  }

  .banner-content img {
    height: 382px;
  }

  .icon-notice {
    width: 52px;
    height: 52px;
  }

  .name-notice {
    font: 14px;
    line-height: 22px;
  }

  .vakue-notice {
    font-size: 18px;
    line-height: 26px;
  }

  .positioninfo {
    margin-bottom: 35px;
  }

  .secondly {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .secondly-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    /* 128.571% */
  }

  .secondly-timer {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .thirdly-title {
    font-size: 28px;
    line-height: 36px;
    /* 128.571% */
  }

  .thirdly-info {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 144.444% */
  }

  .number-info {
    font-weight: 600;
  }

  .img_swi {
    height: 340px !important;
  }

  .fourth-message-title {
    display: none;
  }

  .phoneTitle {
    display: block;
  }

  .fourth {
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content_ji {
    flex-direction: column-reverse;
  }

  .fourth-right-info {
    width: 100%;
    margin-right: 0;

  }

  .fourth-left-box {
    width: 100%;
    padding: 24px;
    margin-top: 32px;
    height: 496px;
  }
  .product-list div{
    width: 126px;
  }
  .fourth-left-img {
    width: 100%;
    height: 100%;
  }
  .fourth-left-img img{
    width: 100%;
    height: 386px;
    object-fit: contain;
  }
 

  .btninfocl {
    margin: 0 auto;
  }

  .fifthly {
    padding: 40px;
  }

  .mapinfo {
    margin-top: 32px;
  }

  .fifthly-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    /* 128.571% */
  }

  .map,
  .loaction {
    width: calc(50% - 6px);
    height: 373px;
    margin-left: 0;
  }

  .mapinfo {
    display: flex;
    justify-content: space-between;
  }

  .sixly {
    padding: 40px;
  }

  .left-com {
    width: calc(50% - 8px);
    margin-right: 16px;
    /* margin-right: 16px; */
  }

  .right-com {
    width: calc(50% - 8px);
  }

  .sixsip {
    /* width: 50%; */
    width: 100%;
    height: 332px;
    margin-right: 16px
  }

  .otherimg {
    width: 100% !important;
  }

  .commimg {
    /* width: 23%; */
    width: calc(50% - 4px);
    height: 158px;
    margin-bottom: 16px;
    margin-right: 16px;
  }

  .otherimg {
    width: 332px;
    height: 332px;
  }

  .sixthly_title {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    /* 128.571% */
    margin-bottom: 32px;
  }

  .sevenly {
    padding: 40px;
  }

  .sevenly-list-item {
    display: flex;
    width: 100%;
    height: 208px;
  }

  .list-img {
    width: 45%;
  }

  .bottom-message {
    width: 55%;
  }

  .container-f {
    padding-top: 0px !important;
    padding-bottom: 0 !important;
  }

  .container {
    border-radius: 0 !important;
  }

}
.timer-info-title{
  font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
font-family: "RedHatDisplay-Regular" !important;
width: 130px;
text-align: center;
margin-top: 120px;
text-align: center;
margin-top: 151px;
}
.timerinfo{
  position: absolute;
    inset: 0;
    justify-content: center;
    align-items: center;
    display: flex
;
    /* gap: 1vw; */
    font-family: sans-serif;
    font-weight: 700;
    /* width: 130px; */

    /* overflow: hidden; */
}
@media screen and (max-width: 767px) {
  :root {
    --body-bg: #333;
    /* 网页背景颜色 */
    --font-size: 32px;
    /* 时钟字体大小 */
    --center-border: 0px solid #E53400;
    ;
    /* 翻页中间的边框色 */
    --col-width: 64px;
    /* 时间块的宽度（加宽以容纳2位数字） */
    --col-height: 64px;
    /* 时钟高度 */
    --col-color: #fff;
    /* 时钟字体颜色 */
    --col-bg: #ff4610
      /* --col-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.20) 0%, rgba(24, 24, 26, 0.20) 100%, rgba(24, 24, 26, 0.20) 100%), #FF4610; */
      /* 时钟背景色 */
  }
  .swiperpide {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 550;
    line-height: 32px;
    font-family: "RedHatDisplay-Regular";
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 95%);
    /* text-align: left; */
    padding-right: 157px;
    height: 36px;
}
.list-img:hover img{
  transform: scale(1) !important;
}
.sunlinktab2  .swiperpide{
  padding-right: 112px;
}
.sunlinktab3  .swiperpide{
  padding-right: 223px;
}
  .tipsjk{
    left: 4.267vw;
          top: 4.267vw;
  }
  .banner-content {
    display: none;
  }
  /* .fourth .swiper-slide-prev{
    opacity: 0;
    
  } */
  .sevenly-list{
    display: block;
  }
  /* .product-list div:nth-child(1){
    margin-left: 0px;
  } */
  .positioninfo {
    display: flex;
    flex-direction: column;
  }
  .positioninfo{
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .phoneBanner{
    display: block;
    width: 100%;
    height: 214px;
    border-radius: 8px;
    margin: 24px 0;
    overflow: hidden;
  }
  .col-xs-10{
    width: 100%;
  }
  .col-xs-offset-1{
    margin-left: 0;
  }
  .Banner{
    padding-bottom: 0  !important;
  }
  .location-notice {
    margin-left: 0;
    margin-right: 0;
  }

  .location-notice,
  .time-notice {
    width: 100%;
  }

  .time-notice {
    margin-top: 20px;
  }

  .icon-notice {
    width: 44px;
    height: 44px;
  }

  .name-notice {
    font-size: 12px;
    line-height: 20px;
    /* 166.667% */
  }

  .vakue-notice {
    font-size: 14px;
    line-height: 22px;
    /* 166.667% */
  }

  .positioninfo {
    padding: 0 16px;
  }

  .secondly-title {
    font-size: 20px;
    line-height: 28px;
    /* 128.571% */
  }

  .secondly-info {
    font-size: 14px;
    line-height: 22px;
    /* 166.667% */
    ;
  }

  .secondly-title {
    margin-bottom: 7px;
  }

  .secondly-timer {
    padding: 32px 0;
    /* height: 166px; */
  }

  .secondly-timer {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .thirdly-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 140% */
  }

  .secondly0-timey div:nth-child(2) {
    font-size: 14px;
    line-height: 24px;
    /* 150% */
    padding-right: 15px;
    white-space: nowrap;
  }
.thirdly-title{
  margin-bottom: 0;
}
  .secondly0-timey {
    /* width: 265px; */
    height: 40px;
    justify-content: space-between;
    margin-top: 16px;
  }
.sixly {
  padding-top: 40px;
}
.sixthly_title{
  margin-bottom: 24px;
}
  .iop-icon {
    width: 56px;
    height: 40px;
  }

  .thirdly-info {
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
    /* width: 156px !important; */
    border-radius: 8px;
    padding-left: 8px;
    justify-content: space-between;
  }

  .number-info {
    border-radius: 0px 8px 8px 12px;
    padding: 4px 16px;
  }

  .thirdly-title {
    margin-bottom: 8px;
  }

  .thirdly-header {
    align-items: start;
    flex-direction: column-reverse;
  }
  .thirdly-info{
    margin-bottom: 5px;
  }

  .img_swi {
    margin-top: 0px;
    height: 214px !important;
  }

  .mySwiper {
    margin-top: 24px;
    border-radius: 8px;
  }

  .fourth-message-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 140% */
  }

  .fourth-message-title {
    display: none;
  }

  .phoneTitle {
    display: block;
  }

  .content_ji {

    flex-direction: column-reverse;
  }

  .fourth-left-box {
    margin-top: 24px;
    width: 100%;
    height: 276px;
    padding: 16px;
  }
  /* .product-list div{
    width: 67px;
  } */
  .fourth-left-img {
    width: 100%;
  }
  .product-list div{
    padding: 8px 0;
  }
  .fourth-left-img img{
    width: 100%;
    height: 190px;
    object-fit: contain;
  }

  .product-list div {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }

  .fourth-left-img {
    width: 100%;
    height: 190px;
  }

  .fourth-right-info {
    width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
  }

  .btninfocl {
    margin: 0 auto;
    width: 180px;
    height: 48px;
    font-size: 16px;
    font-style: normal;
    font-weight: 467;
    line-height: 24px;
    /* 150% */
  }

  .fifthly-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 140% */
  }

  .mapinfo {
    flex-direction: column;
    height: auto;
    padding: 0 16px;
  }

  .map {
    width: 100%;
    height: 373px;
    border-radius: 8px;
    overflow: hidden;
  }

  .loaction {
    margin-top: 16px;
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  

  .loaction_message_btn {
    width: 180px;
    height: 46px;
    margin: 0 auto;
    margin-top: 24px;
  }

  .loaction_title {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
  }

  .loaction_message {
    margin-top: 16px;
  }

  #fourth {
    background: #fff;
  }

  .mapinfo {
    margin-top: 24px;
  }

  .fifthly {
    padding-top: 8.533vw;
    padding-bottom: 8.333vw;
  }

  .sixthly_title {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 140% */
  }

  .left-com {
    width: 100%;
  }

  #sixly {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sixsip {
    width: 100%;
    height: 343px;
  }

  /* .sixly div:nth-child(2){
  display: block;
} */
  .right-com {
    display: none !important;
  }

  .commimg {
    width: calc(50% - 6px);
    height: 164px;
    margin-top: 12px;
  }

  .sixly {
    padding-bottom: 40px;
  }

  .sevenly {
   
    padding: 40px 16px;
  }
  

  .sevenly-list-item {
    width: 100%;
    height: auto;
    margin-top: 16px;
  }

  .list-header {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
  }

  .bottom-message {
    padding: 16px;
  }

  .list-item-message {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
  }
  .container-f{
    padding-bottom: 0 !important;
  }
  #a5 .container-f .container{
    border-radius: 0 !important;
  }
  .timer-info-title{
    
    font-size: 12px;
    margin-top: 94px;
    width: 85px;
  }

  /* .sixsip{
  width: 100%;
} */
  /*  */

}
.fourth-left-img{
  border-radius: 8px !important;
  /* overflow: hidden; */
  position: relative;
  cursor: pointer;
}
.fourth-left-img img{
  position: relative;
  z-index: 1;
}
.fourth-left-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  background-image: linear-gradient(180deg, #000000 0%, #828898 77%, #828898 100%);
  transition: 0.3s all ease-in-out;
  z-index: 0;
  top: 0;
  left: 0;
  border-radius: 8px;
}
.fourth-left-img:hover::before {
  opacity: 1;
}
.videoBtn {
  position: relative;
}
.videoBtn img{
  position: static;
  filter: invert(1);
  width: 14px;
  height: 14px;
  margin-left: 4px;
}
