.solutions {
  position: relative;
  overflow: hidden;
}
.solutions .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.solutions .bg img {
  min-height: auto;
  position: relative;
}
.solutions .bg.lazyload:after {
  display: none;
}
.solutions .con {
  position: relative;
  z-index: 10;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .solutions .con {
    width: 131.0483871vw;
  }
}
@media (max-width: 750px) {
  .solutions .con {
    width: 173.33333333vw;
  }
}
@media (min-width: 993px) {
  .solutions .con {
    width: 67.70833333vw;
  }
}
@media (max-width: 1200px) {
  .solutions .con {
    width: 100%;
  }
}
.solutions .con h2 {
  text-align: center;
  line-height: 0.7;
  color: rgba(51, 51, 51, 0.1);
  font-family: ebg-font-bold, Arial, sans-serif;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
@media (max-width: 992px) {
  .solutions .con h2 {
    font-size: 20.16129032vw;
  }
}
@media (max-width: 750px) {
  .solutions .con h2 {
    font-size: 26.66666667vw;
  }
}
@media (min-width: 993px) {
  .solutions .con h2 {
    font-size: 10.41666667vw;
  }
}
.LANG-cn .solutions .con h2 {
  font-family: Microsoft YaHei, Arial, sans-serif;
  font-weight: bold;
}
.LANG-tr .solutions .con h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.LANG-jp .solutions .con h2 {
  font-family: "メイリオ", Meiryo, Arial, Helvetica, sans-serif;
  font-weight: bold;
}
@media (min-width: 1201px) {
  .solutions .con h2 {
    -webkit-transform: translate(0, 300px);
        -ms-transform: translate(0, 300px);
            transform: translate(0, 300px);
  }
}
@media (max-width: 1200px) {
  .solutions .con h2 {
    line-height: 1;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .solutions .con h2 {
    font-size: 10.08064516vw;
  }
}
@media (max-width: 1200px) and (max-width: 750px) {
  .solutions .con h2 {
    font-size: 13.33333333vw;
  }
}
@media (max-width: 1200px) and (min-width: 993px) {
  .solutions .con h2 {
    font-size: 5.20833333vw;
  }
}
.solutions .con .animate-solutions2 {
  position: relative;
  -webkit-transition: 0.12s;
  transition: 0.12s;
}
@media (min-width: 1201px) {
  .solutions .con .animate-solutions2 {
    -webkit-transform: translate(0, 600px);
        -ms-transform: translate(0, 600px);
            transform: translate(0, 600px);
  }
}
.solutions .con .animate-solutions2:before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  height: 200px;
  top: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(15%, #fff), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to top, #fff 15%, rgba(255, 255, 255, 0));
}
@media (max-width: 1600px) {
  .solutions .con .animate-solutions2:before {
    height: 80px;
  }
}
.solutions .con .head-tab {
  display: none !important;
  text-align: center;
  position: relative;
  background: #fff;
}
.solutions .con .head-tab ul {
  display: inline-block;
  border-bottom: 1px solid #d2d2d2;
  padding: 0 35px;
}
.solutions .con .head-tab ul li {
  color: #666666;
  font-size: 20px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  margin: 0 35px;
  padding-bottom: 15px;
  position: relative;
  font-family: ebg-font-bold, Arial, sans-serif;
}
.solutions .con .head-tab ul li.active {
  color: #c7000b;
}
.solutions .con .head-tab ul li.active::before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  background-color: #c7000b;
}
.solutions .con .body-tab {
  margin: 45px 0 150px;
}
@media (max-width: 1600px) {
  .solutions .con .body-tab {
    margin: 45px 0 100px;
  }
}
@media (max-width: 1200px) {
  .solutions .con .body-tab {
    margin: 0 0 100px;
  }
}
@media (max-width: 750px) {
  .solutions .con .body-tab {
    margin: 0 0 50px;
  }
}
.solutions .con .body-tab ul li {
  display: none;
}
.solutions .con .body-tab ul li.active {
  display: block;
}
.solutions .con .body-tab ul li .box {
  position: relative;
  height: 500px;
}
.solutions .con .body-tab ul li .box .ball {
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  width: 225px;
  height: 225px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 0 10px;
  cursor: pointer;
  color: #252b3a;
}
@media (max-width: 1600px) {
  .solutions .con .body-tab ul li .box .ball {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 992px) {
  .solutions .con .body-tab ul li .box .ball {
    width: 120px;
    height: 120px;
  }
}
@media (min-width: 1201px) {
  .solutions .con .body-tab ul li .box .ball:hover {
    width: 300px !important;
    height: 300px !important;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%) scale(1) !important;
        -ms-transform: translate(-50%, -50%) scale(1) !important;
            transform: translate(-50%, -50%) scale(1) !important;
    -webkit-animation-play-state: paused !important;
            animation-play-state: paused !important;
  }
  .solutions .con .body-tab ul li .box .ball:hover .hidden {
    height: 110px;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .solutions .con .body-tab ul li .box .ball:hover {
    width: 240px !important;
    height: 240px !important;
  }
}
.solutions .con .body-tab ul li .box .ball.ball0 {
  background-image: url(/topic/sitecore/mwc2022/img/s-y.png);
  left: 23%;
  top: 23%;
}
@media (min-width: 1201px) {
  .solutions .con .body-tab ul li .box .ball.ball0 {
    -webkit-animation: ball-sl 20s linear 0s infinite;
            animation: ball-sl 20s linear 0s infinite;
  }
}
@media (max-width: 750px) {
  .solutions .con .body-tab ul li .box .ball.ball0 {
    left: 31%;
    top: 16%;
  }
}
.solutions .con .body-tab ul li .box .ball.ball1 {
  background-image: url(/topic/sitecore/mwc2022/img/s-b.png);
  left: 32%;
  top: 65%;
}
@media (min-width: 1201px) {
  .solutions .con .body-tab ul li .box .ball.ball1 {
    -webkit-animation: ball-ls 20s linear 0.2s infinite;
            animation: ball-ls 20s linear 0.2s infinite;
  }
}
@media (max-width: 992px) {
  .solutions .con .body-tab ul li .box .ball.ball1 {
    top: 77%;
  }
}
@media (max-width: 750px) {
  .solutions .con .body-tab ul li .box .ball.ball1 {
    top: 71%;
    left: 28%;
  }
}
.solutions .con .body-tab ul li .box .ball.ball2 {
  background-image: url(/topic/sitecore/mwc2022/img/s-b.png);
  left: 53%;
  top: 30%;
}
@media (min-width: 1201px) {
  .solutions .con .body-tab ul li .box .ball.ball2 {
    -webkit-animation: ball-sl 20s linear 0.3s infinite;
            animation: ball-sl 20s linear 0.3s infinite;
  }
}
@media (max-width: 992px) {
  .solutions .con .body-tab ul li .box .ball.ball2 {
    top: 48%;
  }
}
@media (max-width: 750px) {
  .solutions .con .body-tab ul li .box .ball.ball2 {
    left: 37%;
    top: 42%;
  }
}
.solutions .con .body-tab ul li .box .ball.ball3 {
  background-image: url(/topic/sitecore/mwc2022/img/s-r.png);
  left: 63%;
  top: 75%;
}
@media (min-width: 1201px) {
  .solutions .con .body-tab ul li .box .ball.ball3 {
    -webkit-animation: ball-ls 20s linear 0.5s infinite;
            animation: ball-ls 20s linear 0.5s infinite;
  }
}
@media (max-width: 992px) {
  .solutions .con .body-tab ul li .box .ball.ball3 {
    left: 75%;
  }
}
@media (max-width: 750px) {
  .solutions .con .body-tab ul li .box .ball.ball3 {
    top: 55%;
  }
}
.solutions .con .body-tab ul li .box .ball.ball4 {
  background-image: url(/topic/sitecore/mwc2022/img/s-r.png);
  left: 75%;
  top: 24%;
}
@media (min-width: 1201px) {
  .solutions .con .body-tab ul li .box .ball.ball4 {
    -webkit-animation: ball-ls 20s linear 0.8s infinite;
            animation: ball-ls 20s linear 0.8s infinite;
  }
}
@media (max-width: 1600px) {
  .solutions .con .body-tab ul li .box .ball.ball4 {
    left: 79%;
  }
}
@media (max-width: 750px) {
  .solutions .con .body-tab ul li .box .ball.ball4 {
    left: 71%;
  }
}
.solutions .con .body-tab ul li .box .ball.ball5 {
  background-image: url(/topic/sitecore/mwc2022/img/s-y.png);
  left: 88%;
  top: 64%;
}
@media (min-width: 1201px) {
  .solutions .con .body-tab ul li .box .ball.ball5 {
    -webkit-animation: ball-sl 20s linear 0.9s infinite;
            animation: ball-sl 20s linear 0.9s infinite;
  }
}
@media (max-width: 992px) {
  .solutions .con .body-tab ul li .box .ball.ball5 {
    left: 58%;
    top: 86%;
  }
}
.solutions .con .body-tab ul li .box .ball .title {
  width: 100%;
  font-size: 20px;
  font-family: ebg-font-bold, Arial, sans-serif;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 1600px) {
  .solutions .con .body-tab ul li .box .ball .title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media (max-width: 992px) {
  .solutions .con .body-tab ul li .box .ball .title {
    font-size: 11px;
  }
}
.solutions .con .body-tab ul li .box .ball .hidden {
  width: 100%;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
}
.solutions .con .body-tab ul li .box .ball .hidden .int {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 50px;
  font-size: 14px;
  color: #555555;
}
@media (max-width: 992px) {
  .solutions .con .body-tab ul li .box .ball .hidden .int {
    font-size: 11px;
  }
}
.solutions .con .body-tab ul li .box .ball .hidden .link {
  display: inline-block;
  color: #555555;
  font-size: 12px;
}
@media (max-width: 992px) {
  .solutions .con .body-tab ul li .box .ball .hidden .link {
    font-size: 11px;
  }
}
.solutions .con .body-tab ul li .box .ball .hidden .link:hover {
  color: #c7000b;
}
@-webkit-keyframes ball-sl {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  33% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
  66% {
    -webkit-transform: translate(-50%, -50%) scale(0.7);
            transform: translate(-50%, -50%) scale(0.7);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes ball-sl {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  33% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
  66% {
    -webkit-transform: translate(-50%, -50%) scale(0.7);
            transform: translate(-50%, -50%) scale(0.7);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes ball-ls {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  33% {
    -webkit-transform: translate(-50%, -50%) scale(0.7);
            transform: translate(-50%, -50%) scale(0.7);
  }
  66% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes ball-ls {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  33% {
    -webkit-transform: translate(-50%, -50%) scale(0.7);
            transform: translate(-50%, -50%) scale(0.7);
  }
  66% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
