.global-wrap {
  color: #fff;
}

.titlebar {
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}

.data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4vw;
  margin-top: 4vw;
}
.data .item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44vw;
          flex: 0 0 44vw;
  background: #fff;
  -webkit-box-shadow: 0px -1.3vw 2.7vw 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px -1.3vw 2.7vw 0px rgba(0, 0, 0, 0.1);
  border-radius: 4.8vw;
  overflow: hidden;
  padding: 7.5vw 0;
}
.data .item .num {
  font-weight: bold;
  font-size: 9.6vw;
  color: #0E4BA3;
  line-height: 11.5vw;
  text-align: center;
}
.data .item .word {
  font-weight: 400;
  font-size: 3.7vw;
  color: #374649;
  line-height: 5vw;
  text-align: center;
  margin-top: 3.2vw;
}
.data .item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2.7vw;
  background-color: #0E4BA3;
}
.data .item:nth-child(2) .num {
  color: #E60012;
}
.data .item:nth-child(2)::after {
  background-color: #E60012;
}
.data .item:nth-child(3) .num {
  color: #C9B42D;
}
.data .item:nth-child(3)::after {
  background-color: #FFE74F;
}
.data .item:nth-child(4) .num {
  color: #0E9F16;
}
.data .item:nth-child(4)::after {
  background-color: #02C10C;
}

@media (max-width: 991.98px) {
  .global-wrap {
    margin: 5.3vw 0;
    padding: 1.3vw 0 5.3vw;
  }
  .global {
    padding: 4vw;
  }
  .global .titlebar {
    margin: 0 auto 4vw;
    font-size: 4.3vw;
  }
  .global .company-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .global .company-name img {
    width: 19.4vw;
  }
  .global .company-name div {
    width: 100%;
    font-weight: bold;
    font-size: 3.7vw;
    margin-top: 2.7vw;
    text-align: center;
  }
  .global .company-content {
    font-weight: 400;
    font-size: 3.7vw;
    line-height: 6.4vw;
    margin-top: 1.9vw;
  }
  .global .company-remark {
    font-weight: 500;
    font-size: 3.2vw;
    line-height: 4.8vw;
    margin-top: 1vw;
  }
  .map {
    position: relative;
    width: 92vw;
    height: 42vw;
  }
  .map::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../images/world.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .info-wrap {
    width: 100%;
    height: 46vw;
    padding: 0 4vw;
    margin-top: 4vw;
  }
  .info-wrap .map-info {
    width: 86vw;
    height: 46vw;
    background: #F6FAFF;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1), inset 0px 3px 3px 0px rgba(75, 108, 180, 0.2), inset 0px -3px 3px 0px rgba(75, 108, 180, 0.2), inset 3px 0px 3px 0px rgba(75, 108, 180, 0.2), inset -3px 0px 3px 0px rgba(75, 108, 180, 0.2);
            box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1), inset 0px 3px 3px 0px rgba(75, 108, 180, 0.2), inset 0px -3px 3px 0px rgba(75, 108, 180, 0.2), inset 3px 0px 3px 0px rgba(75, 108, 180, 0.2), inset -3px 0px 3px 0px rgba(75, 108, 180, 0.2);
    border-radius: 2.1vw;
    border: 1.1vw solid #fff;
    padding: 2vw;
    cursor: pointer;
  }
  .info-wrap .map-info .info-name {
    position: relative;
    font-weight: 500;
    font-size: 3.2vw;
    color: #496CC5;
    padding-bottom: 2vw;
  }
  .info-wrap .map-info .info-name::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 10.6vw;
    height: 1.1vw;
    background: #4B6CB4;
    border-radius: 1.3vw;
  }
  .info-wrap .map-info .info-row {
    font-weight: 400;
    font-size: 3vw;
    color: #5A6875;
    line-height: 5vw;
    margin-top: 2.5vw;
    word-break: break-all;
  }
  .data {
    padding: 0 4vw;
  }
}
@media (min-width: 992px) {
  .global-wrap {
    margin: 60px 0 80px;
    padding: 2.6vw 0 2.1vw;
  }
  .global-wrap .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .titlebar {
    margin: 0 auto 3.3%;
    font-size: 1.9vw;
    line-height: 4vw;
  }
  .company-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .company-name img {
    width: 4.6vw;
  }
  .company-name div {
    font-weight: bold;
    font-size: 1.3vw;
    margin-right: 0.8vw;
  }
  .company-content {
    font-weight: 400;
    font-size: 0.8vw;
    line-height: 1.2vw;
    margin-top: 1.5vw;
  }
  .company-remark {
    font-weight: 500;
    font-size: 0.8vw;
    color: #0E4BA3;
    line-height: 1.2vw;
    margin: 1vw 0 2.6vw;
  }
  .map-container {
    position: relative;
    width: 100%;
    height: 44vw;
  }
  .map-container::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../images/world.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.2;
  }
  .map-container .map {
    width: 100%;
    height: 100%;
  }
  .map-container .map-info {
    position: absolute;
    left: 5.5vw;
    bottom: 5vw;
    width: 20.5vw;
    background: #F6FAFF;
    -webkit-box-shadow: 0px 0 3px 0px rgba(0, 0, 0, 0.1), inset 0px 3px 3px 0px rgba(75, 108, 180, 0.2), inset 0px -3px 3px 0px rgba(75, 108, 180, 0.2), inset 3px 0 3px 0px rgba(75, 108, 180, 0.2), inset -3px 0 3px 0px rgba(75, 108, 180, 0.2);
            box-shadow: 0px 0 3px 0px rgba(0, 0, 0, 0.1), inset 0px 3px 3px 0px rgba(75, 108, 180, 0.2), inset 0px -3px 3px 0px rgba(75, 108, 180, 0.2), inset 3px 0 3px 0px rgba(75, 108, 180, 0.2), inset -3px 0 3px 0px rgba(75, 108, 180, 0.2);
    border-radius: 0.4vw;
    border: 0.3vw solid #FFFFFF;
    padding: 1vw;
  }
  .map-container .map-info .info-name {
    position: relative;
    font-weight: 500;
    font-size: 0.9vw;
    color: #496CC5;
    padding-bottom: 0.8vw;
  }
  .map-container .map-info .info-name::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3.1vw;
    height: 0.3vw;
    background: #4B6CB4;
    border-radius: 0.3vw;
  }
  .map-container .map-info .info-row {
    font-weight: 400;
    font-size: 0.8vw;
    color: #5A6875;
    line-height: 1.3vw;
    margin-top: 1vw;
  }
  .data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 4.3vw;
    margin-top: 2.6vw;
  }
  .data .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 3.3vw);
            flex: 0 0 calc(25% - 3.3vw);
    -webkit-box-shadow: 0px -0.3vw 0.5vw 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px -0.3vw 0.5vw 0px rgba(0, 0, 0, 0.1);
    border-radius: 1.3vw;
    padding: 2.1vw 0;
    cursor: pointer;
  }
  .data .item .num {
    font-size: 3.1vw;
    line-height: 3.8vw;
  }
  .data .item .word {
    font-size: 0.9vw;
    line-height: 1.8vw;
    margin-top: 1vw;
  }
  .data .item::after {
    height: 1vw;
  }
}