@charset "UTF-8";
.world {
  width: 100%;
  height: 56.125rem;
  background: url("../img/world/bg.png") no-repeat center center;
  background-size: cover;
  position: relative;
}
.world .solt_box {
  position: absolute;
  width: 100%;
  height: 80%;
  top: 5%;
  z-index: 999;
  background-color: transparent;
}
.world .marker-label {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 0.1875rem;
  font-size: 0.75rem;
  pointer-events: none;
  white-space: nowrap;
  transition: opacity 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.world .user_box {
  width: 14.3125rem;
  position: absolute;
}
.world .user_box .user_img {
  width: 14.3125rem;
  height: 19.1875rem;
  margin-top: 1.625rem;
}
.world .user_box .flag {
  width: 5.625rem;
  height: 3.625rem;
  margin: 0 auto;
}
.world .user_box.user_left {
  left: 12.375rem;
  top: 9.375rem;
}
.world .user_box.user_right {
  right: 12.375rem;
  top: 9.375rem;
}

.index {
  width: 100%;
  min-height: 93.75rem;
  position: relative;
  padding-bottom: 15rem;
}
.index #earthCanvas {
  width: 95% !important;
  transform: translateY(-6.875rem);
}

.logos {
  width: 100%;
  height: 63.75rem;
  padding: 4.9375rem 10.125rem 7.125rem 10.125rem;
  box-sizing: border-box;
  background: url("../img/index/xbg.png") no-repeat center center;
  background-size: cover;
  margin-bottom: 2.5rem;
}
.logos .logos_item {
  width: 98.5rem;
  height: 42.9375rem;
  margin-top: 5.1875rem;
  position: relative;
}
.logos .logos_item .box {
  position: absolute;
  width: 24.1875rem;
  height: 8.4375rem;
  cursor: pointer;
}
.logos .logos_item .box.t {
  top: 0.3125rem;
  left: 35%;
}
.logos .logos_item .box.rt {
  top: 4.0625rem;
  right: 12%;
}
.logos .logos_item .box.r {
  top: 40%;
  right: 0;
}
.logos .logos_item .box.rb {
  top: 70%;
  right: 8.75rem;
}
.logos .logos_item .box.b {
  top: 82%;
  right: 38%;
}
.logos .logos_item .box.lb {
  top: 68%;
  left: 9%;
}
.logos .logos_item .box.l {
  top: 38%;
  left: 0%;
}
.logos .logos_item .box.lt {
  top: 10%;
  left: 6%;
}
.logos .logos_item .box.c {
  top: 50%;
  left: 59%;
  transform: translate(-50%, -53%);
  width: 26.5rem;
  height: 13.4375rem;
}
.logos .logos_item .box.cr {
  top: 46%;
  left: 38%;
  transform: translate(-50%, -50%);
  width: 13.5rem;
  height: 11.4375rem;
}
.logos .logos_item img {
  width: 100%;
  height: 100%;
}
.logos .logs_box_top {
  display: flex;
  align-items: center;
  margin: 0 auto;
  font-family: MiSans;
  font-weight: 400;
  font-size: 2.25rem;
  color: #414141;
  justify-content: center;
}
.logos .logs_box_top img {
  width: 3.875rem;
  height: 4rem;
  margin-right: 1.5rem;
}

.swipe_box {
  width: 100%;
  height: 65.625rem;
}

.swipers_top {
  display: flex;
  align-items: center;
  margin: 0 auto;
  font-family: MiSans;
  font-weight: 400;
  font-size: 2.25rem;
  color: #414141;
  justify-content: center;
}
.swipers_top img {
  width: 3.875rem;
  height: 4rem;
  margin-right: 1.5rem;
}

.more {
  width: 7rem;
  height: 2.0625rem;
  border: 0.125rem solid #EFEFEF;
  font-family: MiSans;
  font-weight: 400;
  font-size: 1rem;
  color: #DEDDDD;
  line-height: 2rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  cursor: pointer;
  position: absolute;
  bottom: 1.875rem;
  left: 2rem;
}
.more span:nth-child(2) {
  font-size: 1.2rem;
  line-height: 1.2rem;
}

.products_box {
  width: 100%;
  height: 91.25rem;
  background: url("../img/index/pbg.png") no-repeat center center;
  background-size: cover;
  padding: 6.125rem 11.5rem 12rem 11.5rem;
  margin-top: 10.25rem;
}
.products_box .items {
  display: flex;
  justify-content: space-between;
  margin-top: 7.375rem;
  border-radius: 8px;
}
.products_box .items .item {
  width: 29.25rem;
  height: 29.375rem;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.products_box .items .item:hover .photo_box {
  height: 15.5rem;
  width: 29.25rem;
  overflow: hidden;
  border-radius: 0;
}
.products_box .items .item:hover .photo_box img {
  transform: scale(1.15);
  transition: all 0.8s;
}
.products_box .items .item .content {
  padding: 0 1.875rem;
}
.products_box .items .item .content .title {
  font-family: MiSans;
  font-weight: 400;
  font-size: 20px;
  color: #575757;
  line-height: 54px;
}
.products_box .items .item .content .description {
  font-family: MiSans;
  font-weight: 300;
  font-size: 14px;
  color: #A8A8A8;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.products_box .items .item img {
  height: 15.5rem;
  width: 29.25rem;
}
.products_box .img_box {
  width: 97rem;
  height: 28.625rem;
  background: url("../img/index/pimg.png") no-repeat center center;
  background-size: cover;
  margin-top: 8.875rem;
}
.products_box .products_top {
  display: flex;
  align-items: center;
  margin: 0 auto;
  font-family: MiSans;
  font-weight: 400;
  font-size: 2.25rem;
  color: #FEFEFE;
  justify-content: center;
}
.products_box .products_top img {
  width: 3.875rem;
  height: 4rem;
  margin-right: 1.5rem;
}

.swiper-slide {
  cursor: pointer;
  text-align: center;
  font-size: 1.125rem;
  flex-shrink: 0;
  width: 17.8125rem !important;
  height: 36.1875rem;
  border-radius: 0.875rem;
  min-width: 0;
  opacity: 0.7;
}
.swiper-slide:hover {
  opacity: 1;
  transition: all 0.5s;
}
.swiper-slide .user_img {
  width: 13.125rem;
  height: 13.125rem;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
}
.swiper-slide .user_img img {
  width: 100%;
  height: 100%;
}
.swiper-slide .user_name {
  font-family: MiSans;
  font-weight: 400;
  font-size: 1.75rem;
  color: #414141;
  line-height: 3.375rem;
  text-align: center;
}
.swiper-slide .user_introduce {
  font-family: MiSans;
  font-weight: 300;
  font-size: 0.875rem;
  color: #A8A8A8;
  line-height: 1.375rem;
  width: 17.8125rem;
  word-break: break-all;
  overflow-wrap: anywhere;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
}
.swiper-slide.solt {
  opacity: 0;
}

.swiper_container {
  width: 93.75rem;
  max-width: 120rem;
  height: 45.625rem;
  overflow-x: clip;
  /* 1920px */
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
  position: relative;
}

.swiper_Box {
  height: 36.1875rem;
  margin: 0 auto;
  min-width: 0;
  position: relative;
  transform: translateY(5rem);
}
.swiper_Box .swiper-pagination {
  bottom: -3.625rem !important;
  position: absolute;
  /* ===== 最里实心 ===== */
  /* ===== 激活状态 ===== */
}
.swiper_Box .swiper-pagination .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  margin-right: 4rem !important;
}
.swiper_Box .swiper-pagination .swiper-pagination-bullet-active {
  width: 1.25rem;
  /* 最外圈直径 */
  height: 1.25rem;
  border-radius: 50%;
  background: transparent;
  /* 不要实心 */
  border: 0.0625rem solid #7BC5ED;
  /* 第三圈（外框） */
  position: relative;
  opacity: 1;
  margin: 0 0.375rem !important;
  transition: all 0.3s;
  margin-right: 4rem !important;
  margin-top: 0.25rem;
}
.swiper_Box .swiper-pagination .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  inset: 0.4375rem;
  /* 留 3px 透明区 */
  border-radius: 50%;
  border: 1px solid #7BC5ED;
  /* 第二圈 */
}
.swiper_Box .swiper-pagination .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  inset: 0.25rem;
  /* 再留 3px */
  border-radius: 50%;
  background: #7BC5ED;
  /* 第一圈（实心） */
  transform: scale(0);
  transition: transform 0.3s;
}
.swiper_Box .swiper-pagination .swiper-pagination-bullet-active {
  border-color: #7BC5ED;
  /* 外框高亮 */
}
.swiper_Box .swiper-pagination .swiper-pagination-bullet-active::before {
  border-color: #7BC5ED;
  /* 中环高亮 */
}
.swiper_Box .swiper-pagination .swiper-pagination-bullet-active::after {
  background: #7BC5ED;
  /* 内实心高亮 */
  transform: scale(1);
}

.swiper {
  width: 100% !important;
  height: 36.1875rem;
}

.tap_box {
  display: flex;
  width: 83.25rem;
  justify-content: space-between;
  padding: 3.75rem 1.25rem 1.25rem 1.25rem;
  border-bottom: 0.25rem solid #F5F5F5;
  margin: 0 auto;
  align-items: center;
  font-family: MiSans;
  font-weight: 400;
  font-size: 1.5rem;
  color: #414141;
  line-height: 3.375rem;
}
.tap_box .tap_item {
  position: relative;
  z-index: 15;
  text-align: center;
  cursor: pointer;
}
.tap_box .tap_item::after {
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  width: 120%;
  height: 1.5rem;
  background: #E3F4FD;
  bottom: 0;
  z-index: -1;
  left: -10%;
}
.tap_box .tap_item:hover {
  text-shadow: 0 0 0 currentColor, 0 0 0.0575rem currentColor, 0 0 0.0575rem currentColor;
}
.tap_box .tap_item:hover::after {
  transition: 0.9s;
  opacity: 1;
  content: "";
  display: block;
  position: absolute;
  width: 120%;
  height: 1.5rem;
  background: #E3F4FD;
  bottom: 0;
  z-index: -1;
  left: -10%;
}
.tap_box .tap_item.active {
  text-shadow: 0 0 0 currentColor, 0 0 0.0575rem currentColor, 0 0 0.0575rem currentColor;
}
.tap_box .tap_item.active::after {
  transition: 0.5s;
  opacity: 1;
  content: "";
  display: block;
  position: absolute;
  width: 120%;
  height: 1.5rem;
  background: #E3F4FD;
  bottom: 0;
  z-index: -1;
  left: -10%;
}/*# sourceMappingURL=index.css.map */