.globalbox {
  padding: 1.9rem 0;
  overflow: hidden;
}
@media (min-width: 1581px) {
  .globalbox .container {
    width: 84%;
  }
}
.globalbox .item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 3rem;
}
@media (max-width: 1260px) {
  .globalbox .item {
    margin-bottom: 1.6rem;
  }
}
.globalbox .item:last-child {
  margin-bottom: 0;
}
.globalbox .item .font {
  width: 40%;
  padding-left: 0.9rem;
}
@media (max-width: 1260px) {
  .globalbox .item .font {
    padding-left: 0.6rem;
  }
}
@media (max-width: 767px) {
  .globalbox .item .font {
    padding: 0;
    width: 100%;
    order: 1;
    margin-top: 0.4rem;
    text-align: center;
  }
}
.globalbox .item .font .tit {
  font-size: 0.4rem;
  font-weight: bold;
  margin-bottom: 0.38rem;
}
@media (max-width: 767px) {
  .globalbox .item .font .tit {
    margin-bottom: 0.2rem;
  }
}
.globalbox .item .font .text {
  line-height: 2;
  font-size: 0.2rem;
  margin-bottom: 1.1rem;
}
@media (max-width: 1260px) {
  .globalbox .item .font .text {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  .globalbox .item .font .text {
    line-height: 1.4;
    font-size: 14px;
    margin-bottom: 0.4rem;
  }
}
.globalbox .item .gt {
  width: 60%;
  position: relative;
  padding: 0 0.7rem;
}
@media (max-width: 767px) {
  .globalbox .item .gt {
    width: 100%;
  }
}
.globalbox .item .gt .img {
  width: 100%;
  position: relative;
  padding-bottom: 72%;
  overflow: hidden;
}
.globalbox .item .gt .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.globalbox .item .gt i {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #e0e0e0;
  animation: scale1 1.6s linear infinite, blobber 50s 0s ease-in-out infinite;
}
.globalbox .item .gt i:nth-of-type(2) {
  animation-delay: 0.4s;
}
.globalbox .item .gt i:nth-of-type(3) {
  animation-delay: 0.8s;
}
.globalbox .item .gt .img {
  border-radius: 48% 52% 68% 32%/42% 28% 72% 58%;
  animation: blobber 50s 0s ease-in-out infinite;
}
@media (min-width: 769px) {
  .globalbox .item:nth-child(2) .font {
    order: 1;
  }
}
@keyframes scale1 {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
@keyframes blobber {
  0% {
    border-radius: 48% 52% 68% 32%/42% 28% 72% 58%;
  }
  5% {
    border-radius: 48% 52% 41% 59%/66% 37% 63% 34%;
  }
  10% {
    border-radius: 69% 31% 71% 29%/67% 31% 69% 33%;
  }
  15% {
    border-radius: 60% 40% 71% 29%/63% 65% 35% 37%;
  }
  20% {
    border-radius: 61% 39% 51% 49%/57% 58% 42% 43%;
  }
  25% {
    border-radius: 66% 34% 25% 75%/47% 30% 70% 53%;
  }
  30% {
    border-radius: 32% 68% 38% 62%/65% 60% 40% 35%;
  }
  35% {
    border-radius: 63% 37% 41% 59%/35% 38% 62% 65%;
  }
  40% {
    border-radius: 57% 43% 49% 51%/55% 71% 29% 45%;
  }
  45% {
    border-radius: 47% 53% 34% 66%/65% 36% 64% 35%;
  }
  50% {
    border-radius: 44% 56% 32% 68%/69% 26% 74% 31%;
  }
  55% {
    border-radius: 28% 72% 37% 63%/71% 44% 56% 29%;
  }
  60% {
    border-radius: 38% 62% 35% 65%/74% 53% 47% 26%;
  }
  65% {
    border-radius: 73% 27% 46% 54%/54% 47% 53% 46%;
  }
  70% {
    border-radius: 75% 25% 47% 53%/49% 53% 47% 51%;
  }
  75% {
    border-radius: 62% 38% 43% 57%/55% 60% 40% 45%;
  }
  80% {
    border-radius: 41% 59% 65% 35%/73% 50% 50% 27%;
  }
  85% {
    border-radius: 55% 45% 57% 43%/73% 61% 39% 27%;
  }
  90% {
    border-radius: 74% 26% 33% 67%/40% 65% 35% 60%;
  }
  95% {
    border-radius: 58% 42% 57% 43%/53% 45% 55% 47%;
  }
  100% {
    border-radius: 48% 52% 68% 32%/42% 28% 72% 58%;
  }
}
