body {
  --next-box-height: 30vw;
  --next-box-title-width: 15.625vw;
  --next-box-title-height: 6vw;
}
.line-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制在两行 */
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  /* 防止长单词或URL地址不会换行 */
}
.section-gap {
  margin-top: 200px;
}
.block {
  display: block;
}
.hidden {
  display: none;
}
@media (max-width: 1536) {
  .section-gap {
    margin-top: 170px;
  }
}
@media (max-width: 1280px) {
  .section-gap {
    margin-top: 140px;
  }
}
@media (max-width: 1024px) {
  .section-gap {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .section-gap {
    margin-top: 20px;
  }
}
.section-l-margin {
  padding-left: 8.33vw;
}
@media (max-width: 1536) {
  .section-l-margin {
    padding-left: 5.33vw;
  }
}
@media (max-width: 1280px) {
  .section-l-margin {
    padding-left: 40px;
  }
}
.button-action {
  width: fit-content;
  position: relative;
  margin: 0;
  outline: none;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 8px;
  color: #fff;
  font-weight: 400;
  font-family: inherit;
  z-index: 0;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.button-action a {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.7px;
}
.button-action:hover a {
  animation-delay: 0.06s;
}
@keyframes rotate624 {
  0% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
  25% {
    transform: rotate(3deg) translate3d(0, 0, 0);
  }
  50% {
    transform: rotate(-3deg) translate3d(0, 0, 0);
  }
  75% {
    transform: rotate(1deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}
@keyframes storm1261 {
  0% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
  25% {
    transform: translate3d(4px, 0, 0) translateZ(0);
  }
  50% {
    transform: translate3d(-3px, 0, 0) translateZ(0);
  }
  75% {
    transform: translate3d(2px, 0, 0) translateZ(0);
  }
  100% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
}
.button-action {
  border: 1px solid;
  overflow: hidden;
  position: relative;
}
.button-action a {
  width: 258px;
  height: 50px;
  line-height: 50px;
  z-index: 20;
  display: block;
}
.button-action:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.4;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}
.button-action:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 767px) {
  .button-action a {
    width: 130px;
    height: 30px;
    line-height: 30px;
    z-index: 20;
    font-size: 14px;
    display: block;
  }
}
.button-action2 {
  background: transparent;
  position: relative;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  font-size: 17px;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 25px;
  outline: none;
  overflow: hidden;
  color: #fff;
  transition: color 0.3s 0.1s ease-out;
  text-align: center;
}
.button-action2 span {
  margin: 10px;
}
.button-action2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  border-radius: 50%;
  display: block;
  width: 20em;
  height: 20em;
  left: -5em;
  text-align: center;
  transition: box-shadow 0.4s ease-out;
  z-index: -1;
}
.button-action2:hover {
  color: #000;
  border: 1px solid #fff;
}
.button-action2:hover::before {
  box-shadow: inset 0 0 0 10em #fff;
}
.animate__delay-005s {
  animation-delay: 0.05s;
}
.animate__delay-01s {
  animation-delay: 0.1s;
}
.animate__delay-02s {
  animation-delay: 0.2s;
}
.animate__delay-03s {
  animation-delay: 0.3s;
}
.animate__delay-04s {
  animation-delay: 0.4s;
}
.animate__duration-2s {
  animation-duration: 2s;
}
.animate__duration-15s {
  animation-duration: 1.5s;
}
.animate__duration-13s {
  animation-duration: 1.3s;
}
@media (max-width: 767px) {
  .animate__delay-005s {
    animation-delay: 0s;
  }
  .animate__delay-01s {
    animation-delay: 0s;
  }
  .animate__delay-02s {
    animation-delay: 0s;
  }
  .animate__delay-03s {
    animation-delay: 0s;
  }
  .animate__delay-04s {
    animation-delay: 0s;
  }
  .animate__duration-2s {
    animation-duration: 0s;
  }
  .animate__duration-15s {
    animation-duration: 0s;
  }
  .animate__duration-13s {
    animation-duration: 0s;
  }
}
.button-hover {
  background: transparent;
  position: relative;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  font-size: 17px;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 25px;
  outline: none;
  overflow: hidden;
  color: #fff;
  transition: all 0.3s 0.1s ease-out;
  text-align: center;
}
.button-hover:hover {
  color: #000;
  background: #fff;
}
.button-hover2 {
  background: transparent;
  position: relative;
  padding: 0.78vw 4.68vw;
  display: flex;
  align-items: center;
  font-size: calc(12px + 0.2vw);
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 8px;
  outline: none;
  overflow: hidden;
  color: #fff;
  transition: all 0.3s 0.1s ease-out;
  text-align: center;
}
.button-hover2:hover {
  color: #000;
  background: #fff;
}
header {
  width: 100%;
  overflow: hidden;
  position: relative;
}
header .headerSwiper {
  height: 100%;
}
header .headerSwiper .swiper-slide .swiper-slide-banner {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .headerSwiper .swiper-slide .swiper-slide-banner.pc {
  display: block;
}
header .headerSwiper .swiper-slide .swiper-slide-banner.wap {
  display: none;
}
header .headerSwiper .swiper-slide .slide-text-box {
  width: fit-content;
  position: absolute;
  bottom: 30%;
  color: #fff;
}
header .headerSwiper .swiper-slide .slide-text-box .slide-text {
  font-size: 0.32rem;
  transform: translateY(50%);
  opacity: 0;
  transition: transform 0.6s;
  letter-spacing: 2px;
}
header .headerSwiper .swiper-slide .slide-text-box .slide-text-second {
  font-size: 0.32rem;
  transform: translateY(50%);
  opacity: 0;
  transition: transform 0.6s 0.1s;
  letter-spacing: 2px;
}
header .headerSwiper .swiper-slide.swiper-slide-active .slide-text-box .slide-text {
  transform: translateY(0%);
  opacity: 1;
}
header .headerSwiper .swiper-slide.swiper-slide-active .slide-text-box .slide-text-second {
  transform: translateY(0%);
  opacity: 1;
}
@media (max-width: 767px) {
  header .headerSwiper .swiper-slide .slide-text-box {
    top: 18vh;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 20px !important;
    padding-right: 20px;
    width: 100%;
  }
  header .headerSwiper .swiper-slide .slide-text-box .slide-text {
    font-size: 18px;
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.5s;
  }
  header .headerSwiper .swiper-slide .slide-text-box .slide-text-second {
    font-size: 18px;
    letter-spacing: 2px;
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.5s 0.1s;
  }
  header .headerSwiper .swiper-slide .slide-text-box .slide-text-third {
    font-size: 14px;
  }
  header .headerSwiper .swiper-slide .slide-text-box .header-more {
    width: 143px !important;
    height: 32px !important;
    line-height: 32px !important;
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.5s 0.3s;
  }
}
header .headerSwiper .swiper-scrollbar {
  width: 196px !important;
  background-color: #fff;
  bottom: 23%;
  left: 8.33vw;
  height: 2px;
}
header .headerSwiper .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #30c6d1;
}
@media (max-width: 1536) {
  header .headerSwiper .swiper-scrollbar {
    left: 5.33vw;
  }
}
@media (max-width: 1280px) {
  header .headerSwiper .swiper-scrollbar {
    left: 40px;
  }
}
@media (max-width: 767px) {
  header .headerSwiper .swiper-slide .swiper-slide-banner.pc {
    display: none;
  }
  header .headerSwiper .swiper-slide .swiper-slide-banner.wap {
    display: block;
  }
}
header .header-arrow {
  width: 100%;
  position: absolute;
  bottom: 54px;
  display: flex;
  justify-content: center;
  z-index: 2;
  animation: 2s linear infinite headerArrow;
}
@media (max-width: 767px) {
  header .header-arrow {
    display: none;
  }
  header .headerSwiper {
    height: 240px;
  }
  header .headerSwiper .swiper-scrollbar {
    width: 196px !important;
    background-color: #fff;
    bottom: 20%;
    left: calc((100vw - 196px) / 2);
    height: 2px;
  }
}
header .sidebar {
  position: fixed;
  bottom: 44px;
  z-index: 20;
  right: 40px;
  opacity: 0;
  transition: all 0.5s;
}
header .sidebar .sidebar-continer {
  background-color: #ffffffcc;
  backdrop-filter: blur(4px);
  padding: 2px;
  border-radius: 2px;
  margin-bottom: 10px;
}
header .sidebar .sidebar-continer .sidebar-contact .sidebar-contact-box {
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .sidebar .sidebar-continer .sidebar-contact .sidebar-contact-box img {
  filter: brightness(0);
}
header .sidebar .sidebar-continer .sidebar-contact .sidebar-contact-box:hover {
  background: #333333;
}
header .sidebar .sidebar-continer .sidebar-contact .sidebar-contact-box:hover img {
  filter: none;
}
header .sidebar .sidebar-continer .sidebar-contact .sidebar-contact-box .header-img {
  width: 24px;
}
header .sidebar .sidebar-continer .sidebar-contact .sidebar-contact-box .header-img2 {
  width: 26px;
}
header .sidebar .sidebar-continer .sidebar-contact .sidebar-contact-box .header-img3 {
  width: 20px;
}
header .sidebar .sidebar-go-top {
  cursor: pointer;
  padding: 2px;
  border-radius: 2px;
  background-color: #ffffffee;
  backdrop-filter: blur(4px);
  height: 54px;
  transition: height 0.5s;
}
header .sidebar .sidebar-go-top div {
  width: 50px;
  height: 50px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .sidebar .sidebar-go-top div img {
  width: 26px;
  filter: brightness(0);
}
header .sidebar .sidebar-go-top div:hover {
  background: #333333;
}
header .sidebar .sidebar-go-top div:hover img {
  filter: none;
}
header .sidebar .sidebar-go-top.sidebar-go-top-active {
  opacity: 1;
  height: 54px;
}
@media (max-width: 767px) {
  header .sidebar {
    right: 20px;
  }
  header .sidebar .sidebar-continer {
    background-color: #ffffffad;
    padding: 2px;
    border-radius: 2px;
    margin-bottom: 10px;
  }
  header .sidebar .sidebar-continer .sidebar-contact .sidebar-contact-box {
    cursor: pointer;
    width: 40px;
    height: 40px;
  }
  header .sidebar .sidebar-continer .sidebar-contact .sidebar-contact-box .header-img {
    width: 22px;
  }
  header .sidebar .sidebar-continer .sidebar-contact .sidebar-contact-box .header-img2 {
    width: 24px;
  }
  header .sidebar .sidebar-continer .sidebar-contact .sidebar-contact-box .header-img3 {
    width: 18px;
  }
  header .sidebar .sidebar-go-top {
    height: 44px;
  }
  header .sidebar .sidebar-go-top div {
    width: 40px;
    height: 40px;
  }
  header .sidebar .sidebar-go-top div img {
    width: 22px;
  }
  header .sidebar .sidebar-go-top.sidebar-go-top-active {
    opacity: 1;
    height: 44px;
  }
}
@keyframes headerArrow {
  from {
    transform: translateY(0%);
    opacity: 1;
  }
  to {
    transform: translateY(24px);
    opacity: 0.5;
  }
}
.second-screen .hbxx-banner {
  width: 100%;
  height: 333px;
  object-fit: cover;
}
.second-screen .hbxx-banner.pc {
  display: block;
}
.second-screen .hbxx-banner.wap {
  display: none;
}
.second-screen .protection-box {
  font-size: 0.24rem;
  color: #666666;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  padding-top: 0.6rem;
  padding-bottom: 0.3rem;
  gap: 0.1rem;
}
.second-screen .protection-box .protection-name {
  position: relative;
  line-height: 1;
  padding: 0 0.35rem 0.2rem 0.35rem;
  white-space: nowrap;
}
.second-screen .protection-box .protection-name::before {
  width: 0%;
  height: 2px;
  background: #30c6d1;
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: width 0.5s;
}
.second-screen .protection-box .protection-name.active::before {
  width: 100%;
  background: #30c6d1;
  content: '';
  position: absolute;
  bottom: 0px;
}
.second-screen .protection-box .protection-name:hover::before {
  width: 100%;
  background: #30c6d1;
  content: '';
  position: absolute;
  bottom: 0px;
}
.protection-content {
  margin-top: .3rem;
}
.second-screen .protection-content .protection-type .serch-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.6rem;
}
.second-screen .protection-content .protection-type .serch-box .serch-btn {
  background-color: #000;
  color: #fff;
  cursor: pointer;
  width: 2.1rem;
  height: 0.78rem;
  text-align: center;
  line-height: 0.78rem;
  font-size: 0.18rem;
}
.second-screen .protection-content .protection-type .serch-box .serch-input {
  font-size: 0.18rem;
  width: 6.4rem;
  height: 0.78rem;
  padding-left: 0.4rem;
}
.second-screen .protection-content .protection-type .type-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 1.97vw;
  column-gap: 2.18vw;
  padding-bottom: 1.14rem;
}
.second-screen .protection-content .protection-type .type-box .type-li {
  background: #f9f9f9;
  padding: 0.44rem;
}
.second-screen .protection-content .protection-type .type-box .type-li .model-box {
  padding-bottom: 0.36rem;
  border-bottom: 1px solid #cccccc30;
  display: flex;
  margin-bottom: 0.3rem;
  width: 100%;
}
.second-screen .protection-content .protection-type .type-box .type-li .model-box .model-name {
  color: #666666;
  font-size: 0.2rem;
  width: 36%;
}
.second-screen .protection-content .protection-type .type-box .type-li .model-box .model-type {
  color: #000;
  font-size: 0.2rem;
  flex: 1;
  word-break: break-all;
}
.second-screen .protection-content .protection-type .type-box .type-li .model-code {
  display: flex;
  padding-bottom: 0.08rem;
  width: 100%;
}
.second-screen .protection-content .protection-type .type-box .type-li .model-code .code-name {
  color: #666666;
  font-size: 0.18rem;
  width: 36%;
}
.second-screen .protection-content .protection-type .type-box .type-li .model-code .code-type {
  color: #000;
  font-size: 0.18rem;
  flex: 1;
  word-break: break-all;
}
.second-screen .protection-content .protection-type .type-box .type-li .check {
  font-size: 0.16rem;
  line-height: 1;
  border: 1px solid #282828;
  width: fit-content;
  margin: 0 auto;
  margin-top: 0.3rem;
  cursor: pointer;
  background: #fff;
  transition: all 0.3s;
}
.second-screen .protection-content .protection-type .type-box .type-li .check a {
  display: block;
  padding: 0.16rem 0.62rem;
}
.second-screen .protection-content .protection-type .type-box .type-li:hover .check {
  background: #000;
  color: #fff;
}
@media (max-width: 1400px) {
  .second-screen .protection-content .protection-type .type-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .second-screen .hbxx-banner {
    width: 100%;
    height: 100px;
    object-fit: cover;
  }
  .second-screen .hbxx-banner.pc {
    display: none;
  }
  .second-screen .hbxx-banner.wap {
    display: block;
  }
  .second-screen .protection-box {
    font-size: 13px;
  }
  .second-screen .protection-box .protection-name {
    padding: 0 0.1rem 0.32rem 0.1rem;
    letter-spacing: 1.4px;
  }
  .second-screen .protection-content .protection-type .serch-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .second-screen .protection-content .protection-type .serch-box .serch-input {
    font-size: 12px;
    width: 80%;
    padding-left: 10px;
  }
  .second-screen .protection-content .protection-type .serch-box .serch-btn {
    width: 20%;
    font-size: 12px;
  }
  .second-screen .protection-content .protection-type .type-box {
    row-gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
  .second-screen .protection-content .protection-type .type-box .type-li {
    padding: 30px 20px;
  }
  .second-screen .protection-content .protection-type .type-box .type-li .model-box .model-name {
    font-size: 14px;
    width: 26%;
  }
  .second-screen .protection-content .protection-type .type-box .type-li .model-box .model-type {
    font-size: 14px;
  }
  .second-screen .protection-content .protection-type .type-box .type-li .model-code .code-name {
    font-size: 12px;
    width: 26%;
  }
  .second-screen .protection-content .protection-type .type-box .type-li .model-code .code-type {
    font-size: 12px;
    letter-spacing: 1px;
  }
  .second-screen .protection-content .protection-type .type-box .type-li .check {
    font-size: 12px;
    margin-top: 20px;
  }
  .second-screen .protection-content .protection-type .type-box .type-li .check a {
    padding: 8px 36px;
  }
}

.second-screen .protection-continer {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.second-screen .protection-continer .protection-box{
  width: fit-content;
  overflow-x: auto;
}

@media (max-width: 767px) {
  .second-screen .protection-continer {
    width: 100%;
    overflow: hidden;
  }
  .second-screen .protection-continer .protection-box{
    width: fit-content;
    overflow-y: scroll;
  }
}
}