﻿.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flexSB {
  justify-content: space-between;
}

.flexS {
  justify-content: flex-start;
}

.flexSE {
  justify-content: space-evenly;
}

.flexT {
  align-items: flex-start;
}
.service1{
  padding-top: 0;
}
.mob-service1-img {
  display: none;
}

.scopems_base {
  width: 100%;
  height: auto;
  position: relative;
}

.scene {
  width: 100%;
}

.pt60 {
  padding-top: 60px;
}

.pb0 {
  padding-bottom: 0;
}

.pb40 {
  padding-bottom: 40px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.ns36 {
  font-weight: 300;
}

.ns18 {
  font-weight: 300;
  color: rgba(0, 0, 0, 0.2);
}

.demo-zip {
  position: relative;
  overflow: hidden;
  width: 70vw;
  height: 33.5vw;
  display: flex;
  margin-bottom: 80px;
}

.demo-zip .demolist-zjp {
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  text-wrap: nowrap;
  overflow: hidden;
}

.demo-zip .demolist-zjp:hover {
  flex: 1 0 35%;
}

.demo-zip .demolist-zjp .wenan-zjp {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
  color: #FFF;
  flex-direction: column;
}

.demo-zip .demolist-zjp .wenan-zjp div {
  transform: scale(0.8);
  transition: all 0.5s ease;
  font-weight: bold;
}

.demo-zip .demolist-zjp .wenan-zjp img {
  width: 50px;
  height: 50px;
}

.demo-zip .demolist-zjp .wenan-zjp p {
  display: none;
  opacity: 0;
  transition: all 0.5s ease;
}

.demo-zip .demolist-zjp img {
  height: 100%;
  object-fit: cover;
}

.demo-zip .demolist-zjp:hover .wenan-zjp {
  background-color: rgba(0, 219, 255, 0.5);
}

.demo-zip .demolist-zjp:hover .wenan-zjp div {
  transform: scale(1);
}

.demo-zip .demolist-zjp:hover .wenan-zjp p {
  display: block;
  opacity: 1;
}

@media (min-width: 769px) {
  .service1{
    display: block;
  }
  #asd1234{
    display: none;
  }
  .bannerDiv9 {
    display: flex;
  }

  .yd7-bannerDiv9 {
    display: none;
  }

  .flex1125 {
    flex: 1 1 25%;
  }

  .lh25 {
    line-height: 2.5vw;
  }
}

@media (max-width: 768px) {
  .s32{
    font-size: 0.4rem;
  }
  .service1{
    display: none;
  }
  .bannerDiv9 {
    display: none;
  }
  #asd1234{
    display: block;
  }
  .yd7-bannerDiv9 {
    display: block;
    position: relative;
  }

  .yd7-bannerDiv9 .img {
    width: 100%;
    height: 50.133vw;
    display: block;
  }

  .yd7-bannerDiv9 .yd7-bannerTitle {
    width: 100%;
    padding: 5vw;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
  }

  .yd7-bannerDiv9 .yd7-bannerTitle .title {
    font-size: 0.55rem;
    margin-bottom: 0.35em;
  }

  .demo-zip {
    width: 100%;
    height: auto;
    flex-direction: column;
    padding: 0 1.9vw;
  }

  .demo-zip .demolist-zjp {
    width: 100%;
    height: 40vw;
  }

  .demo-zip .demolist-zjp img {
    width: 100%;
    height: auto;
    display: block;
  }
  .demo-zip .demolist-zjp .wenan-zjp img {
    width: 9.4vw;
    height: 9.4vw;
  }
  .demo-zip .demolist-zjp .wenan-zjp div {
    margin-bottom: 3.6vw;
  }
  /* 
  .mob-service1-img{
    display: block;
    width: 100vw;
  } */
}