.case-digit-city #banner {
  background: #010b23;
}
.case-digit-city #banner .banner-content {
  width: 100%;
  height: 680px;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url("../../images/case/202102/digit_city/bg_banner.png");
}
.case-digit-city #banner .banner-content .banner-text {
  padding-top: 307px;
}
.case-digit-city #banner .banner-content .banner-text .banner-text-title {
  width: 517px;
  height: 60px;
  margin: 0 auto;
  font-size: 60px;
  line-height: 1;
  font-weight: 300;
  color: #fff;
  background: linear-gradient(90deg, #00deff 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.case-digit-city #banner .banner-content .banner-text .banner-text-intro {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 300;
  color: #fff;
}
.case-digit-city #banner .banner-content .banner-text .banner-text-intro p:first-child {
  padding-top: 60px;
  padding-bottom: 28px;
}
.case-digit-city #advantage .advantage-box {
  width: 1150px;
  margin: 0 auto 120px;
}
.case-digit-city #advantage .advantage-box .advantage-block {
  position: relative;
  display: inline-block;
  top: 0;
  width: 325px;
  margin-right: 83px;
  text-align: center;
  font-size: 0;
  transition: all 0.5s ease;
}
.case-digit-city #advantage .advantage-box .advantage-block:hover {
  top: -10px;
}
.case-digit-city #advantage .advantage-box .advantage-block:hover .advantage-title {
  color: #06f;
}
.case-digit-city #advantage .advantage-box .advantage-block:hover .advantage-icon {
  animation: 1.5s 0.1s jump infinite;
}
.case-digit-city #advantage .advantage-box .advantage-block:last-child {
  margin-right: 0;
}
.case-digit-city #advantage .advantage-box .advantage-block .advantage-icon {
  position: relative;
  width: 65px;
  height: auto;
  margin-bottom: 30px;
}
.case-digit-city #advantage .advantage-box .advantage-block .advantage-title {
  font-size: 20px;
  font-weight: 500;
  color: #111;
  margin-bottom: 20px;
}
.case-digit-city #advantage .advantage-box .advantage-block .advantage-text {
  font-size: 14px;
  font-weight: 300;
  color: #666;
  text-align: justify;
  text-align-last: center;
  letter-spacing: 0.8px;
  line-height: 21px;
}
.case-digit-city #func {
  height: 950px;
  margin: 0 auto;
  background: #031637;
  font-size: 0;
  padding-bottom: 120px;
}
.case-digit-city #func .title-box {
  padding-bottom: 0;
  color: #fff;
}
.case-digit-city #func .func-box {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.case-digit-city #func .func-box .only-text-title {
  margin: 0;
  padding-top: 80px;
  color: #fff;
}
.case-digit-city #func .func-box .left {
  display: inline-block;
  width: 534px;
  margin-top: 135px;
}
.case-digit-city #func .func-box .left .func-block {
  position: relative;
  width: 100%;
  height: 140px;
  margin-bottom: 20px;
  padding: 27px 0 30px 23px;
  background: linear-gradient(-90deg, rgba(255,255,255,0), rgba(255,255,255,0.1));
  box-sizing: border-box;
  top: 0;
  transition: all 0.5s ease;
}
.case-digit-city #func .func-box .left .func-block:hover {
  top: -10px;
}
.case-digit-city #func .func-box .left .func-block .func-icon {
  display: inline-block;
  width: 32px;
  height: auto;
  margin-right: 12px;
  vertical-align: middle;
}
.case-digit-city #func .func-box .left .func-block .func-title {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 30px;
  vertical-align: middle;
}
.case-digit-city #func .func-box .left .func-block .func-text {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 300;
  color: #92aacd;
  line-height: 26px;
}
.case-digit-city #func .func-box .right {
  width: 890px;
  position: absolute;
  top: 0;
  right: -80px;
}
.case-digit-city #func .func-box .right .product-img-circle {
  position: absolute;
  top: 225px;
  right: 211px;
  animation: around 15s infinite linear;
}
.case-digit-city #func .func-box .right .scanning-box {
  width: 180px;
  height: 180px;
  position: absolute;
  top: 359px;
  left: 358px;
  border-radius: 50%;
  overflow: hidden;
}
.case-digit-city #func .func-box .right .scanning-box .bg-scanning {
  width: 100px;
  height: 100%;
  margin-left: 100%;
  animation: autoScanning 3s linear infinite;
}
.case-digit-city #example .example-box {
  position: relative;
  height: 160px;
  margin-bottom: 120px;
  background: url("../../images/case/202102/digit_city/bg_example.png");
  background-size: 100%;
  transition: all 0.8s ease;
}
.case-digit-city #example .example-box:hover {
  background-size: 110%;
}
.case-digit-city #example .example-box .example-icon {
  width: 188px;
  height: 70px;
  position: relative;
  top: 50%;
  left: 50%;
  margin: -35px 0 0 -94px;
}
@-moz-keyframes autoScanning {
  from {
    margin-left: 100%;
    opacity: 1;
  }
  to {
    margin-left: 0;
    opacity: 0.5;
  }
}
@-webkit-keyframes autoScanning {
  from {
    margin-left: 100%;
    opacity: 1;
  }
  to {
    margin-left: 0;
    opacity: 0.5;
  }
}
@-o-keyframes autoScanning {
  from {
    margin-left: 100%;
    opacity: 1;
  }
  to {
    margin-left: 0;
    opacity: 0.5;
  }
}
@keyframes autoScanning {
  from {
    margin-left: 100%;
    opacity: 1;
  }
  to {
    margin-left: 0;
    opacity: 0.5;
  }
}
