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;
  }
}
@media (max-width: 768px) {
  .section-l-margin {
    padding-left: 20px;
  }
}
.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 {
  height: 100vh;
  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;
  top: 23vh;
  color: #fff;
}
header .headerSwiper .swiper-slide .slide-text-box .slide-text {
  font-size: 24px;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.5s;
  letter-spacing: 5px;
}
header .headerSwiper .swiper-slide .slide-text-box .slide-text-second {
  font-size: calc(20px + 1.48vw);
  padding: 30px 0 10px 0;
  letter-spacing: 13px;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.5s 0.1s;
}
header .headerSwiper .swiper-slide .slide-text-box .slide-text-third {
  font-size: 18px;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.5s 0.2s;
}
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;
}
header .headerSwiper .swiper-slide.swiper-slide-active .slide-text-box .slide-text-third {
  transform: translateY(0%);
  opacity: 0.8;
}
@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: 16px;
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.5s;
  }
  header .headerSwiper .swiper-slide .slide-text-box .slide-text-second {
    font-size: 24px;
    padding: 20px 0 8px 0;
    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: 44px;
  left: 40px;
  height: 2px;
}
header .headerSwiper .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #30c6d1;
}
@media (max-width: 1080px) {
  header .headerSwiper .swiper-slide .slide-text-box {
    width: 100%;
    text-align: center;
  }
  header .headerSwiper .swiper-slide .slide-text-box .slide-text-second {
    padding: 20px 0 10px 0;
  }
  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: 100%;
  }
  header .headerSwiper .swiper-scrollbar {
    width: 196px !important;
    background-color: #fff;
    bottom: 44px;
    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;
  }
}
.screen-title {
  font-size: 0.44rem;
  color: #000000;
  text-align: center;
  line-height: 1;
}
.screen-second-title {
  font-size: 0.18rem;
  color: #000;
  padding-bottom: 0.74rem;
  text-align: center;
}
@media (max-width: 1200px) {
  .screen-second-title {
    padding-bottom: 7.6vw;
  }
}
@media (max-width: 767px) {
  .screen-second-title {
    padding-bottom: 40px;
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .screen-title {
    font-size: 12px;
    padding-bottom: 7.6vw;
  }
}
.second-screen {
  width: 100%;
}
.second-screen .second-screen-title {
  padding: 1.3rem 0 0.26rem 0;
}
.second-screen .gsap-box {
  display: flex;
  justify-content: center;
  position: relative;
}
.second-screen .gsap-box .second-continer {
  width: 100%;
  height: 44vw;
}
.second-screen .gsap-box .second-continer .second-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.second-screen .gsap-box .second-continer .second-img.pc {
  display: block;
}
.second-screen .gsap-box .second-continer .second-img.wap {
  display: none;
}
.second-screen .gsap-box .serve-list {
  width: fit-content;
  height: 44vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  transition: opacity 0.2s;
  padding-left: 13.9vw;
}
.second-screen .gsap-box .serve-list li .serve-box {
  display: flex;
  align-items: baseline;
  font-family: Bebas;
}
.second-screen .gsap-box .serve-list li .serve-box .countUp_num {
  font-size: 0.44rem;
  font-weight: 400;
}
.second-screen .gsap-box .serve-list li .serve-box .countUp_add {
  font-size: 0.34rem;
  font-weight: 400;
}
.second-screen .gsap-box .serve-list li .serve-box .countUp_code {
  font-size: 0.18rem;
}
.second-screen .gsap-box .serve-list li .serve-name {
  opacity: 0.74;
  font-size: 0.16rem;
}
@media (max-width: 1200px) {
  .second-screen .gsap-box .serve-list {
    opacity: 1;
    height: 70vw;
  }
  .second-screen .gsap-box .second-continer {
    height: 70vw;
  }
}
@media (max-width: 767px) {
  .second-screen .second-screen-title {
    padding: 50px 20px 10px 20px;
    font-size: 18px;
  }
  .second-screen .gsap-box {
    flex-direction: column;
  }
  .second-screen .gsap-box .second-continer {
    width: 100%;
    height: 100vh;
  }
  .second-screen .gsap-box .second-continer .second-img.pc {
    display: none;
  }
  .second-screen .gsap-box .second-continer .second-img.wap {
    display: block;
  }
  .second-screen .gsap-box .serve-list {
    height: fit-content;
    gap: 15px;
    opacity: 1;
    position: absolute;
    bottom: 0;
    top: unset;
    color: #fff;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    align-items: center;
    padding: 45px 20px;
    width: 100%;
    height: 45vh;
    background: #0508170a;
  }
  .second-screen .gsap-box .serve-list li {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
  }
  .second-screen .gsap-box .serve-list li .serve-box .countUp_num {
    font-size: 46px;
  }
  .second-screen .gsap-box .serve-list li .serve-box .countUp_add {
    font-size: 36px;
  }
  .second-screen .gsap-box .serve-list li .serve-box .countUp_code {
    font-size: 18px;
  }
  .second-screen .gsap-box .serve-list li .serve-name {
    font-size: 14px;
  }
}
.third-screen .third-screen-title {
  padding: 1.3rem 0 1.25rem 0;
}
.third-screen .third-service {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.37rem;
}
.third-screen .third-service .service-box {
  color: #fff;
  padding: 5.5vw 2.08vw;
  position: relative;
  overflow: hidden;
}
.third-screen .third-service .service-box .service-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  transition: all 0.5s;
}
.third-screen .third-service .service-box:hover .service-img {
  transform: scale(1.1);
}
.third-screen .third-service .service-box .service-title {
  font-size: 0.34rem;
  margin-bottom: 14vw;
  line-height: 1;
}
.third-screen .third-service .service-box .service-content .slogan-box {
  padding-bottom: 1.6vw;
}
.third-screen .third-service .service-box .service-content .slogan-box:nth-last-child(1) {
  padding-bottom: 0rem;
}
.third-screen .third-service .service-box .service-content .slogan-box .slogan {
  font-size: 0.24rem;
}
.third-screen .third-service .service-box .service-content .slogan-box .slogan-tilte {
  font-size: 0.18rem;
  opacity: 0.8;
}
@media (max-width: 1200px) {
  .third-screen .third-detail {
    font-size: 12px;
    padding-bottom: 7.6vw;
  }
}
@media (max-width: 767px) {
  .third-screen {
    padding-bottom: 40px;
  }
  .third-screen .third-screen-title {
    padding: 50px 20px 40px 20px;
    font-size: 18px;
    line-height: unset;
  }
  .third-screen .third-service {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .third-screen .third-service .service-box {
    padding: 35px 20px;
  }
  .third-screen .third-service .service-box .service-title {
    font-size: 22px;
    margin-bottom: 120px;
  }
  .third-screen .third-service .service-box .service-content .slogan-box {
    padding-bottom: 14px;
  }
  .third-screen .third-service .service-box .service-content .slogan-box .slogan {
    font-size: 16px;
  }
  .third-screen .third-service .service-box .service-content .slogan-box .slogan-tilte {
    font-size: 12px;
  }
}
.fourth-screen {
  margin-top: 8vw;
  position: relative;
}
.fourth-screen .beidou {
  width: 100%;
}
.fourth-screen .beidou.pc {
  display: block;
}
.fourth-screen .beidou.wap {
  display: none;
}
.fourth-screen .beidou-title-box {
  position: absolute;
  top: 4.89vw;
  width: 100%;
  text-align: center;
  color: #fff;
}
.fourth-screen .beidou-title-box .beidou-title {
  font-size: calc(12px + 1.66vw);
  line-height: 1;
}
.fourth-screen .beidou-title-box .beidou-model {
  font-size: calc(10px + 0.41vw);
  padding-top: 0.5vw;
}
.fourth-screen .beidou-group .beidou-list {
  cursor: pointer;
}
.fourth-screen .beidou-group .beidou-list img {
  width: 7.8125vw;
  position: absolute;
  opacity: 0;
  transition: all 0.5s;
}
.fourth-screen .beidou-group .beidou-list .beidou-name {
  font-size: calc(12px + 0.625vw);
  position: absolute;
  color: #fff;
  opacity: 0.55;
  transition: all 0.1s;
}
.fourth-screen .beidou-group .beidou-list.active img {
  opacity: 1;
}
.fourth-screen .beidou-group .beidou-list.active .beidou-name {
  opacity: 1;
  font-size: calc(12px + 0.9375vw);
}
.fourth-screen .beidou-group .beidou-list[data-beidou="person"] img {
  top: calc(78%*0.56279312);
  left: calc(46%*0.56279312);
}
.fourth-screen .beidou-group .beidou-list[data-beidou="person"] .beidou-name {
  top: calc(74%*0.56279312);
  left: calc(52%*0.56279312);
}
.fourth-screen .beidou-group .beidou-list[data-beidou="store"] img {
  bottom: 12.2vw;
  left: 31.8vw;
}
.fourth-screen .beidou-group .beidou-list[data-beidou="store"] .beidou-name {
  bottom: 12.2vw;
  left: 34.8vw;
}
.fourth-screen .beidou-group .beidou-list[data-beidou="car"] img {
  bottom: 15.4vw;
  left: 50.1vw;
}
.fourth-screen .beidou-group .beidou-list[data-beidou="car"] .beidou-name {
  bottom: 15.4vw;
  left: 54.6vw;
}
.fourth-screen .beidou-group .beidou-list[data-beidou="net"] img {
  top: 20.9vw;
  left: 49.33vw;
}
.fourth-screen .beidou-group .beidou-list[data-beidou="net"] .beidou-name {
  bottom: 27.4vw;
  left: 55.1vw;
}
.fourth-screen .beidou-group .beidou-list[data-beidou="client"] img {
  top: 15.7vw;
  left: 58.57vw;
}
.fourth-screen .beidou-group .beidou-list[data-beidou="client"] .beidou-name {
  top: 20.9vw;
  right: 33.5vw;
}
.fourth-screen .beidou-group .beidou-list[data-beidou="publicize"] img {
  top: 8.6vw;
  right: 24.75vw;
}
.fourth-screen .beidou-group .beidou-list[data-beidou="publicize"] .beidou-name {
  top: 14.4vw;
  right: 26.8vw;
}
.fourth-screen .beidou-group .beidou-list[data-beidou="market"] img {
  top: 7.8vw;
  right: 4.4vw;
}
.fourth-screen .beidou-group .beidou-list[data-beidou="market"] .beidou-name {
  top: 13.4vw;
  right: 7.4vw;
}
.fourth-screen .fourth-slogan-1 {
  font-size: calc(10px + 0.729vw);
  color: #fff;
  position: absolute;
  bottom: calc(24%*0.56279312);
  left: calc(73%*0.56279312);
}
.fourth-screen .fourth-slogan-2 {
  font-size: calc(10px + 0.729vw);
  color: #fff;
  position: absolute;
  top: calc(59%*0.56279312);
  right: calc(20%*0.56279312);
}
.fourth-screen .fourth-arrow {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.7vw;
}
.fourth-screen .fourth-arrow .arrow-box {
  color: #fff;
}
.fourth-screen .fourth-arrow .arrow-box .arrow-img {
  width: 8px;
  height: 8px;
  transition: all 0.4s;
  margin-left: 0.78125vw;
}
.fourth-screen .fourth-arrow .arrow-box .arrow-text {
  padding-left: 0.78125vw;
}
.fourth-screen .fourth-arrow .arrow-box .arrow-text .arrow-name {
  font-size: 0;
  line-height: 1;
  transition: all 0.4s;
}
.fourth-screen .fourth-arrow .arrow-box .arrow-text .arrow-detail {
  font-size: 0;
  line-height: 1;
  transition: all 0.4s;
}
.fourth-screen .fourth-arrow .arrow-box.active .arrow-img {
  width: 5.2vw;
  height: 5.2vw;
  margin-bottom: 0.729vw;
  margin-left: 0vw;
}
.fourth-screen .fourth-arrow .arrow-box.active .arrow-text .arrow-name {
  font-size: calc(12px + 1.1458vw);
}
.fourth-screen .fourth-arrow .arrow-box.active .arrow-text .arrow-detail {
  font-size: calc(10px + 0.416vw);
  padding-top: 1.4vw;
}
@media (max-width: 767px) {
  .fourth-screen {
    margin-top: 14.3vw;
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .fourth-screen .beidou {
    width: 100%;
  }
  .fourth-screen .beidou.pc {
    display: none;
  }
  .fourth-screen .beidou.wap {
    display: block;
  }
  .fourth-screen .beidou-title-box {
    top: 40px;
  }
  .fourth-screen .beidou-title-box .beidou-title {
    font-size: 26px;
  }
  .fourth-screen .beidou-title-box .beidou-model {
    font-size: 12px;
    padding-top: 10px;
  }
  .fourth-screen .beidou-group .beidou-list img {
    width: 13vw;
    position: absolute;
    opacity: 0;
    transition: all 0.5s;
  }
  .fourth-screen .beidou-group .beidou-list .beidou-name {
    font-size: calc(12px + 0.625vw);
    position: absolute;
    color: #fff;
    opacity: 0.55;
    transition: all 0.1s;
  }
  .fourth-screen .beidou-group .beidou-list.active img {
    opacity: 1;
  }
  .fourth-screen .beidou-group .beidou-list.active .beidou-name {
    opacity: 1;
    font-size: calc(12px + 0.9375vw);
  }
  .fourth-screen .beidou-group .beidou-list[data-beidou="person"] img {
    top: 52vw;
    left: 1.9vw;
  }
  .fourth-screen .beidou-group .beidou-list[data-beidou="person"] .beidou-name {
    top: 48vw;
    left: 5.9vw;
  }
  .fourth-screen .beidou-group .beidou-list[data-beidou="store"] img {
    bottom: 58vw;
    left: 9.8vw;
  }
  .fourth-screen .beidou-group .beidou-list[data-beidou="store"] .beidou-name {
    bottom: 54vw;
    left: 14.5vw;
  }
  .fourth-screen .beidou-group .beidou-list[data-beidou="car"] img {
    bottom: 62.4vw;
    left: 35.4vw;
  }
  .fourth-screen .beidou-group .beidou-list[data-beidou="car"] .beidou-name {
    bottom: 65vw;
    left: 46.6vw;
  }
  .fourth-screen .beidou-group .beidou-list[data-beidou="net"] img {
    top: 47.2vw;
    left: 35vw;
  }
  .fourth-screen .beidou-group .beidou-list[data-beidou="net"] .beidou-name {
    bottom: 80.4vw;
    left: 46.1vw;
  }
  .fourth-screen .beidou-group .beidou-list[data-beidou="client"] img {
    top: 39.7vw;
    left: 47.77vw;
  }
  .fourth-screen .beidou-group .beidou-list[data-beidou="client"] .beidou-name {
    top: 42.9vw;
    right: 35.5vw;
  }
  .fourth-screen .beidou-group .beidou-list[data-beidou="publicize"] img {
    top: 29.6vw;
    right: 28.35vw;
  }
  .fourth-screen .beidou-group .beidou-list[data-beidou="publicize"] .beidou-name {
    top: 38.4vw;
    right: 27.8vw;
  }
  .fourth-screen .beidou-group .beidou-list[data-beidou="market"] img {
    top: 28.6vw;
    right: 0vw;
  }
  .fourth-screen .beidou-group .beidou-list[data-beidou="market"] .beidou-name {
    top: 37.8vw;
    right: 4.2vw;
  }
  .fourth-screen .fourth-arrow {
    width: 100%;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-around;
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
    bottom: 75px;
    top: unset;
  }
  .fourth-screen .fourth-arrow .arrow-box {
    position: relative;
  }
  .fourth-screen .fourth-arrow .arrow-box .arrow-img {
    margin-bottom: 15px;
  }
  .fourth-screen .fourth-arrow .arrow-box.active .arrow-img {
    width: 11vw;
    height: 11vw;
    margin-bottom: 15px;
  }
  .fourth-screen .fourth-arrow .arrow-box.active .arrow-text .arrow-detail {
    padding-top: 14px;
  }
  .fourth-screen .fourth-arrow .arrow-box .arrow-text {
    position: absolute;
  }
  .fourth-screen .fourth-arrow .arrow-box .arrow-text .arrow-detail {
    width: fit-content;
    white-space: nowrap;
    padding-top: 18px;
  }
  .fourth-screen .fourth-arrow .arrow-box[data-beidou="client"] .arrow-text .arrow-detail,
  .fourth-screen .fourth-arrow .arrow-box[data-beidou="store"] .arrow-text .arrow-detail,
  .fourth-screen .fourth-arrow .arrow-box[data-beidou="car"] .arrow-text .arrow-detail,
  .fourth-screen .fourth-arrow .arrow-box[data-beidou="net"] .arrow-text .arrow-detail,
  .fourth-screen .fourth-arrow .arrow-box[data-beidou="publicize"] .arrow-text .arrow-detail {
    margin-left: -40%;
  }
  .fourth-screen .fourth-arrow .arrow-box[data-beidou="market"] .arrow-text .arrow-detail {
    margin-left: -77%;
  }
  .fourth-screen .fourth-slogan-1 {
    bottom: 46vw;
    left: 15vw;
  }
  .fourth-screen .fourth-slogan-2 {
    top: 51vw;
    right: 6vw;
  }
}
.map-screen {
  display: flex;
  gap: 0.37rem;
  height: 100vh;
}
.map-screen .map-left {
  padding-top: 1.5rem;
}
.map-screen .map-left .retail-store {
  font-size: 0.44rem;
  line-height: 1;
  padding-bottom: 0.4rem;
  color: #000;
}
.map-screen .map-left #retailStore {
  font-size: 0.18rem;
  margin-bottom: 0.5rem;
}
.map-screen .map-left #retailStore .choose-address {
  display: flex;
  gap: 0.19rem;
  position: relative;
  z-index: 1;
  margin-bottom: 0.3rem;
}
.map-screen .map-left #retailStore .choose-address .form-type-box.province {
  width: 3.25rem;
  background: #F9F9F9;
  height: 0.78rem;
  display: flex;
  border-radius: 0.1rem;
  border: 1px solid #CCCCCC;
}
.map-screen .map-left #retailStore .choose-address .form-type-box.city {
  width: 2.18rem;
  background: #F9F9F9;
  height: 0.78rem;
  display: flex;
  border-radius: 0.1rem;
  border: 1px solid #CCCCCC;
}
.map-screen .map-left #retailStore .choose-address .form-type-box .car-type {
  border-radius: 0.1rem;
  background: #F9F9F9;
}
.map-screen .map-left #retailStore .address-current {
  display: flex;
  gap: 0.14rem;
  align-items: center;
}
.map-screen .map-left #retailStore .address-current img {
  width: 13px;
  height: 18px;
}
.map-screen .map-left #retailStore .line {
  width: 100%;
  height: 1px;
  background: #cccccc48;
  margin-top: 0.3rem;
}
.map-screen .map-left #retailStore .company .company-name {
  line-height: 1;
  font-size: 0.24rem;
  color: #000;
  margin-bottom: 0.2rem;
  margin-top: 0.38rem;
}
.map-screen .map-left #retailStore .company:hover .company-name {
  color: #33CCCC;
}
.map-screen .map-left #retailStore .company .company-info {
  font-size: 0.16rem;
  color: #666;
}
.map-screen .map-left #retailStore .company .distance {
  width: fit-content;
  margin-top: 0.24rem;
  font-size: 0.14rem;
  color: #000;
  border-bottom: 1px solid #000;
  margin-bottom: 0.42rem;
}
.map-screen .map-left #retailStore .company .action-btn {
  display: flex;
  gap: 0.18rem;
  text-align: center;
  font-size: 0.16rem;
  padding-bottom: 0.44rem;
  border-bottom: 1px solid #cccccc48;
  margin-top: 0.3rem;
}
.map-screen .map-left #retailStore .company .action-btn .reservation {
  width: 1.58rem;
  height: 0.49rem;
  line-height: 0.49rem;
  color: #252525;
  border: 1px solid #252525;
  transition: all 0.3s;
}
.map-screen .map-left #retailStore .company .action-btn .reservation:hover {
  background: #252525;
  color: #fff;
}
.map-screen .map-left #retailStore .company .action-btn .navgation {
  width: 1.58rem;
  height: 0.49rem;
  line-height: 0.49rem;
  color: #ccc;
  border: 1px solid #ccc;
}
.map-screen .map-left #retailStore .company .action-btn .navgation:hover {
  border: 1px solid #252525;
  background: #252525;
  color: #fff;
}
.map-screen .map-right {
  flex: 1;
}
.map-screen .map-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company-box {
  height: 29vw;
  overflow-y: auto;
}
.company-box .no-data {
  font-size: 0.24rem;
  color: #000;
  padding-top: 80px;
  text-align: center;
}
@media (max-width: 1920px) {
  .company-box {
    height: 25vw;
    overflow-y: auto;
  }
  .company-box .no-data {
    font-size: 0.24rem;
    color: #000;
    padding-top: 80px;
    text-align: center;
  }
}
@media (max-width: 1536px) {
  .map-screen .map-left {
    width: 50%;
  }
  .map-screen .map-left #retailStore .company-box {
    height: 20vw;
  }
}
@media (max-width: 1200px) {
  .map-screen .map-left #retailStore .company-box {
    height: 35vw;
  }
  .map-screen .map-left #retailStore .choose-address .form-type-box.province {
    width: 2.6rem;
  }
  .map-screen .map-left #retailStore .choose-address .form-type-box.city {
    width: 2.1rem;
  }
}
@media (max-width: 767px) {
  .map-screen {
    height: fit-content;
    flex-direction: column-reverse;
  }
  .map-screen .map-left {
    width: 100%;
    padding-top: 25px;
  }
  .map-screen .map-left .retail-store {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .map-screen .map-left #retailStore {
    font-size: 12px;
    margin-bottom: 50px;
  }
  .map-screen .map-left #retailStore .choose-address {
    margin-bottom: 12px;
  }
  .map-screen .map-left #retailStore .choose-address .form-type-box.province {
    width: 170px;
    height: 38px;
  }
  .map-screen .map-left #retailStore .choose-address .form-type-box.city {
    width: 140px;
    height: 38px;
  }
  .map-screen .map-left #retailStore .company .company-name {
    font-size: 16px;
    margin-bottom: 18px;
    margin-top: 25px;
  }
  .map-screen .map-left #retailStore .company .company-info {
    font-size: 12px;
  }
  .map-screen .map-left #retailStore .company .distance {
    font-size: 12px;
    margin-bottom: 25px;
    margin-top: 16px;
  }
  .map-screen .map-left #retailStore .company .action-btn {
    font-size: 14px;
    padding-bottom: 30px;
  }
  .map-screen .map-left #retailStore .company .action-btn .reservation {
    width: 130px;
    height: 35px;
    line-height: 35px;
  }
  .map-screen .map-left #retailStore .company .action-btn .navgation {
    width: 130px;
    height: 35px;
    line-height: 35px;
  }
  .map-screen .map-left #retailStore .company-box {
    height: fit-content;
    overflow-y: auto;
  }
  .map-screen .map-left #retailStore .company-box .no-data {
    font-size: 0.24rem;
    color: #000;
    padding-top: 80px;
    text-align: center;
  }
  .map-screen .map-right {
    width: 100%;
    flex: none;
    height: 500px;
  }
}
.select-box {
  width: 100%;
  position: relative;
  padding-top: 22.5px;
  padding-bottom: 22.5px;
  padding-right: 0.3rem;
  padding-left: 0.3rem;
}
.select-box .m-select .select-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.select-box .option-box {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 9999;
  width: 100%;
  display: none;
}
.select-box .option-box .tab {
  background: #fff;
  border: 1px #eee solid;
  max-height: 30vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px 0px;
}
.select-box .option-box .tab li {
  border-bottom: 1px solid #f6f6f6;
  padding: 10px 10px;
  color: #666;
  cursor: pointer;
}
.select-box .option-box .tab li:last-child {
  border-bottom: 0px solid #f6f6f6;
}
.select-box .option-box .tab li.active {
  background: #2fc6d1;
  color: #fff;
}
@media (max-width: 767px) {
  .select-box {
    padding-top: 8.5px;
    padding-bottom: 8.5px;
  }
}
.tab-suppler::-webkit-scrollbar,
.tab::-webkit-scrollbar {
  width: 5px;
  background-color: #f6f6f6;
}
.tab-suppler::-webkit-scrollbar-thumb,
.tab::-webkit-scrollbar-thumb {
  background-color: #b6b6b6;
  border-radius: 10px;
  transition: background-color 0.2s ease;
}
