* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  max-width: 100vw;
  position: relative;
  background-color: #F5F7F8;
  padding-bottom: 25.334vw;
}
#slide-img {
  width: 100vw;
  height: 58.8vw;
  background-size: 100% auto;
  background-image: url(../images/banner.png);
}
#service-items {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background-color: #fff;
  width: 100vw;
  height: 54.8vw;
  border-radius: 4.667vw 4.667vw 0px 0px;
  position: absolute;
  top: 50.4vw;
  align-items: center;
}
#service-items #service-items-container {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
#service-items .service-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 16.667vw;
  width: 13.333vw;
  flex-direction: column;
  cursor: pointer;
}
#service-items .service-item .service-item-img {
  width: 9.6vw;
  height: 9.6vw;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
#service-items .service-item .service-item-text {
  font-size: 3.5vw;
  white-space: nowrap;
}
#service-items .service-item .service-item-text a {
  text-decoration: none;
  color: #000;
}
#service-items #special-service {
  width: 94.133vw;
  height: 23.2vw;
  background-image: url(../images/banner-2.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
.content {
  width: 100%;
  height: auto;
  display: none;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  padding: 2vw;
  background-color: #fff;
}
.content .content-item {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.667vw;
}
.content .content-item .content-img {
  width: 92.533vw;
  height: 52.133vw;
  border-radius: 0.667vw;
}

.content .content-item .content-img img {
  width: 100%;
  height: 100%;
  border-radius: 0.667vw;
  object-fit: cover;
}

.content .content-item .content-desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 20vw;
  width: 100%;
  padding: 0px 2vw;
}
.content .content-item .content-desc .content-desc-text-title {
  font-size: 4vw;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #010B17;
}
.content .content-item .content-desc .content-desc-text-time {
  font-size: 3.2vw;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #595959;
  margin-top: 2.667vw;
}
.content .content-item .content-desc .content-desc-button {
  width: 24.267vw;
  height: 8.267vw;
  background: #FF9900;
  border-radius: 4.133vw;
  font-size: 3.867vw;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content:before {
  content: "";
  position: absolute;
  top: calc(100% - 1.333vw);
  left: 0;
  width: 0;
  height: 1.333vw;
  background-color: gray;
}
#pop-box {
  z-index: 999;
  height: 100%;
  width: 100vw;
  background-color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  padding: 13.333vw 0px 13.333vw;
  flex-direction: column;
  align-items: center;
  display: flex;
}
#pop-box #pop-box-bg {
  width: 100%;
  height: 118.667vw;
  background: linear-gradient(0deg, #FEF17E, #FFDE25);
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}
#pop-box #pop-box-bg #pop-box-case-container {
  width: 92.533vw;
  height: 52.133vw;
  border: 0.933vw solid #000000;
  box-shadow: 0px 0.267vw 1.333vw 0px rgba(0, 0, 0, 0.54);
}
#pop-box #pop-box-bg #pop-box-case-container img {
  width: 100%;
  height: 100%;
}
#pop-box #pop-box-bg #pop-box-title {
  font-size: 4.8vw;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  line-height: 5.6vw;
}
#pop-box .tag-container {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
#pop-box .tag-container .tag {
  width: 18.667vw;
  height: 5.2vw;
  background: #FFA42E;
  border-radius: 2.4vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.067vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0.933vw;
}
#pop-box #pop-box-bottom {
  width: 100%;
  height: 26.667vw;
  background: #FFFFFF;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#pop-box #pop-box-bottom .logo-img {
  background-image: url(../images/logo.png);
  width: 24.133vw;
  height: 5.867vw;
  background-size: 100% auto;
}
#pop-box #pop-box-bottom .qr-code {
  height: 8.533vw;
  font-size: 3.2vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #BFBFBF;
  line-height: 3.2vw;
}
#pop-box #pop-box-bottom .qr-code .qr-desc {
  margin-top: 2vw;
}
#pop-box #pop-box-bottom .qr-code-img {
  width: 25vw;
  height: 25vw;
}
#pop-box #pop-box-bottom .qr-code-img img {
  width: 25vw;
  height: 25vw;
}

img.lazy {
  opacity: 0;
  transition: opacity 0.3s;
}

img.lazy-loaded {
  opacity: 1;
}


.lazy-loading {
  position: relative;
}


.lazy-loading::after {
 content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) translateZ(0);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-bottom-color: #0A74F1;
  animation: rotation 1s linear infinite;
}
    
@keyframes rotation {
  0% { transform: translate(-50%, -50%) translateZ(0) rotate(0deg); }
  100% { transform: translate(-50%, -50%) translateZ(0) rotate(360deg); }
}