* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.qingyun-hmos {
  background: #000000;
}

.qingyun-hmos video {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  object-fit: cover;
}

.qingyun-hmos picture,
.qingyun-hmos img {
  width: 100%;
  display: block;
  border: 0;
  object-fit: cover;
}

.qingyun-hmos div svg {
  width: 100%;
  height: 100%;
}

.qingyun-hmos .video-load {
  width: 100%;
  height: 100%;
}

.qingyun-hmos a {
  text-decoration: none;
  color: initial;
}

.qingyun-hmos em {
  font-style: normal;
}

.qingyun-hmos .blur-up {
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-transition: -webkit-filter 400ms;
  transition: -webkit-filter 400ms;
  transition: filter 400ms;
  transition: filter 400ms, -webkit-filter 400ms;
  will-change: filter;
}

.qingyun-hmos .blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}

.qingyun-hmos .lazyload:not([src]) {
  visibility: hidden;
}

.qingyun-hmos sup.hw-sup {
  font-size: 0.6em;
  cursor: pointer;
}

.qingyun-hmos .pc-show {
  display: block;
  font-style: normal;
}

.qingyun-hmos .iPc-show {
  display: inline-block;
  font-style: normal;
}

.qingyun-hmos .mob-show {
  display: none;
  font-style: normal;
}

.qingyun-hmos .iMob-show {
  display: none;
  font-style: normal;
}

.qingyun-hmos .nr {
  white-space: nowrap;
}

@media screen and (max-aspect-ratio:11/10) {
  .qingyun-hmos .pc-show {
    display: none;
  }

  .qingyun-hmos .iPc-show {
    display: none;
  }

  .qingyun-hmos .mob-show {
    display: block;
  }

  .qingyun-hmos .iMob-show {
    display: inline-block;
  }

  .qingyun-hmos sup.hw-sup {
    cursor: initial;
  }
}

.qingyun-hmos .rounded {
  border-radius: 0.83333333vw;
  -webkit-border-radius: 0.83333333vw;
  -moz-border-radius: 0.83333333vw;
  -ms-border-radius: 0.83333333vw;
  -o-border-radius: 0.83333333vw;
  overflow: hidden;
  transform: translate3d(0, 0, 0) rotate(0deg);
}

.qingyun-hmos h2 {
  color: #fff;
  font-size: 3.33333333vw;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-aspect-ratio: 11/10) {
  .qingyun-hmos .rounded {
    border-radius: 2.222222vw;
    -webkit-border-radius: 2.222222vw;
    -moz-border-radius: 2.222222vw;
    -ms-border-radius: 2.222222vw;
    -o-border-radius: 2.222222vw;
  }

  .qingyun-hmos h2 {
    font-size: 8.88888889vw;
    width: 77.777777778vw;
  }
}


/* control-btn */
.qingyun-hmos .video-control-btn {
  width: 2.0833334vw;
  height: 2.0833334vw;
  position: absolute;
  right: 1.25vw;
  bottom: 1.25vw;
  z-index: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-transition: 50%;
  -o-transition: 50%;
  background-color: rgba(128, 128, 128, .4);
  backdrop-filter: blur(2.5vw);
  -webkit-backdrop-filter: blur(2.5vw);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.qingyun-hmos .video-control-btn.ucwx {
  pointer-events: none;
  opacity: 0;
  transition: none;
}

@media (pointer: fine) and (hover: hover) {
  .qingyun-hmos .video-control-btn:hover {
    background-color: rgba(128, 128, 128, .12);
    cursor: pointer;
  }
}

.qingyun-hmos .video-control-btn .video-btn {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  will-change: opacity;
}

.qingyun-hmos .video-control[data-state="play"] .video-play {
  opacity: 1;
}

.qingyun-hmos .video-control[data-state="pause"] .video-pause {
  opacity: 1;
}

.qingyun-hmos .video-control[data-state="replay"] .video-replay {
  opacity: 1;
}

@media screen and (max-aspect-ratio: 11/10) {
  .qingyun-hmos .video-control-btn {
    width: 8.888889vw;
    height: 8.888889vw;
    right: 3.333333vw;
    bottom: 3.333333vw;
  }
}

/* control-btn */

/* todo */



/* foot start */
.qingyun-hmos .sec-footer-list {
  margin: 0 auto;
  width: 67.5vw;
  padding: 10.41666667vw 0 80px 0;
}

.qingyun-hmos .sec-footer-list ul {
  list-style-type: decimal;
  padding-left: 1.2em;
  line-height: 1.6;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}

.qingyun-hmos .sec-footer-list li {
  margin: 0.5em 0;
  position: relative;
}

.qingyun-hmos .sec-footer-list a {
  word-wrap: break-word;
  word-break: normal;
  color: #fff;
  text-decoration: underline;
}

.qingyun-hmos .sec-footer-list li.note-none {
  list-style-type: "";
}

.qingyun-hmos .sec-footer-list li.note1 {
  list-style-type: "*";
}

.qingyun-hmos .sec-footer-list li.note2 {
  list-style-type: "**";
}

.qingyun-hmos .sec-footer-list li.active,
.qingyun-hmos .sec-footer-list li.active a {
  font-weight: 800;
}

@media screen and (max-aspect-ratio:11/10) {
  .qingyun-hmos .sec-footer-list {
    width: 91.11111111vw;
    padding-top: 27.77777778vw;
  }

  .qingyun-hmos .sec-footer-list ul {
    padding-left: 1.2em;
    font-size: 3.33333333vw;
  }
}

@media screen and (max-aspect-ratio:7/10) {
  .qingyun-hmos .sec-footer-list li {
    font-size: 3.333333vw;
  }
}


.qingyun-hmos .sec-footer-list li span {
  --arrow-dark: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\'%3E%3Ccircle cx=\'8\' cy=\'8\' r=\'8\' fill=\'%23434343\'/%3E%3Cpath d=\'M3.239,8.986,3.233,8.98a.688.688,0,0,1-.014-.972L5.942,5.28H.689A.685.685,0,0,1,.2,5.089l-.009-.01A.689.689,0,0,1,0,4.6V4.589a.7.7,0,0,1,.188-.48L.194,4.1a.681.681,0,0,1,.494-.213H5.911L3.225,1.178a.694.694,0,0,1,0-.979l0,0A.669.669,0,0,1,3.7,0a.772.772,0,0,1,.473.171l.021.017L7.838,3.845a1.151,1.151,0,0,1,.222.331l.008.019V4.2a1.036,1.036,0,0,1,.076.39v0a1.082,1.082,0,0,1-.312.76L4.212,8.976a.683.683,0,0,1-.487.2.715.715,0,0,1-.486-.194\' transform=\'translate(3.411 12.076) rotate(-90)\' fill=\'%23fff\'/%3E%3C/svg%3E') center / 100% no-repeat;
  --arrow-light: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\'%3E%3Ccircle cx=\'8\' cy=\'8\' r=\'8\' fill=\'%23e7e7e8\'/%3E%3Cpath d=\'M3.239,8.986,3.233,8.98a.688.688,0,0,1-.014-.972L5.942,5.28H.689A.685.685,0,0,1,.2,5.089l-.009-.01A.689.689,0,0,1,0,4.6V4.589a.7.7,0,0,1,.188-.48L.194,4.1a.681.681,0,0,1,.494-.213H5.911L3.225,1.178a.694.694,0,0,1,0-.979l0,0A.669.669,0,0,1,3.7,0a.772.772,0,0,1,.473.171l.021.017L7.838,3.845a1.151,1.151,0,0,1,.222.331l.008.019V4.2a1.036,1.036,0,0,1,.076.39v0a1.082,1.082,0,0,1-.312.76L4.212,8.976a.683.683,0,0,1-.487.2.715.715,0,0,1-.486-.194\' transform=\'translate(3.411 12.076) rotate(-90)\' fill=\'%23000\'/%3E%3C/svg%3E') center / 100% no-repeat;
  position: absolute;
  bottom: 0;
  display: none;
  width: 16px;
  height: 16px;
  transform: translateY(calc((14px * 1.6 - 16px) / 2 * -1 - 1px));
  background: var(--arrow-light);
}

.qingyun-hmos .sec-footer-list li.active span {
  display: inline-block;
}

@media (hover: hover) and (pointer: fine) {
  .qingyun-hmos .sec-footer-list li span:hover {
    cursor: pointer;
  }
}

@media (min-width: 1920px) {
  .qingyun-hmos .sec-footer-list li span {
    width: .833333vw;
    height: .833333vw;
    transform: translateY(calc((.625vw * 1.6 - .833333vw) / 2 * -1 - 1px));
  }
}

@media (max-aspect-ratio: 11/10) {
  .qingyun-hmos .sec-footer-list li span {
    width: 4.722222vw;
    height: 4.722222vw;
    transform: translateY(calc((3.333333vw * 1.6 - 4.722222vw) / 2 * -1 - 1px));
  }
}


/* foot end */


/* kv */
.qingyun-hmos .sec-kv {
  position: relative;
}

.qingyun-hmos .kv-content {
  position: absolute;
  left: 8.33333333vw;
  top: 20.52083333vw;
  width: 29.16666667vw;
  text-align: center;
}

.qingyun-hmos .kv-tit {
  color: #FFFFFF;
  font-size: 4.16666667vw;
  font-weight: 500;
  line-height: 1.25;
  width: 100%;
}

.qingyun-hmos .kv-desc {
  color: #FFFFFF;
  font-size: 1.61458333vw;
  font-weight: 100;
  line-height: 1.6;
  margin-top: 1.04166667vw;
}

@media (max-aspect-ratio:11/10) {
  .qingyun-hmos .sec-kv {
    display: flex;
    flex-direction: column-reverse;
  }

  .qingyun-hmos .kv-img {
    height: 87.36111111vw;
  }

  .qingyun-hmos .kv-content {
    width: 100%;
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-top: 27.77777778vw;
    margin-bottom: 13.88888889vw;
  }

  .qingyun-hmos .kv-tit {
    font-size: 11.11111111vw;
  }

  .qingyun-hmos .kv-desc {
    font-size: 4.30555556vw;
    margin-top: 2.77777778vw;
  }
}



/* intro */
.qingyun-hmos .sec-intro {
  padding-top: 13.33333333vw;
}

.qingyun-hmos .sec-intro .intro-content {
  position: relative;
  z-index: 1;
}

.qingyun-hmos .sec-intro .content-desc {
  text-align: center;
  margin: 0 auto;
  width: fit-content;
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  transition: opacity 1s linear, transform 1s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition: opacity 1s linear, transform 1s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: opacity 1s linear, transform 1s cubic-bezier(0, 0, 0.2, 1);
}

.qingyun-hmos .sec-intro .content-desc.animated {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);

}

.qingyun-hmos .sec-intro .content-txt,
.qingyun-hmos .sec-intro .content-txt-copy {
  display: inline-block;
  color: #95AFE1;
  font-size: 2.5vw;
  font-weight: 500;
  line-height: 1.6;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(138.36deg, #F7FAFF 10%, #2E64B0 21%, #0A49A1 22.71%, #F7FAFF 37.53%, #0A49A1 54.93%, #F7FAFF 65.53%, #0A49A1 70.75%, #F7FAFF 89.67%, #0544A1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 200% 100%;
  background-position-x: 100%;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.qingyun-hmos .sec-intro .content-txt-copy {
  background-position-x: 0%;
}

.qingyun-hmos .sec-intro .content-desc.animated .content-txt {
  background-position-x: 0%;
  transition: background-position-x 1.5s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition: background-position-x 1.5s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: background-position-x 1.5s cubic-bezier(0, 0, 0.2, 1);
  transition-delay: .3s;
}

.qingyun-hmos .sec-intro .content-desc .content-txt-copy {
  position: absolute;
  font-size: 2.5vw;
  font-weight: 500;
  top: 0;
  left: 0;
  z-index: -1;
  filter: blur(16px);
  opacity: 0;
  transition-duration: 1.5s;
}

.qingyun-hmos .sec-intro .content-desc.animated .content-txt-copy {
  opacity: 1;
  transition-delay: 1.5s;
}


@media (max-aspect-ratio:11/10) {
  .qingyun-hmos .sec-intro {
    padding-top: 27.777778vw;
  }

  .qingyun-hmos .sec-intro .intro-content {
    transform: translateZ(1px);
  }

  .qingyun-hmos .sec-intro .content-txt,
  .qingyun-hmos .sec-intro .content-desc .content-txt-copy {
    font-size: 6.66666667vw;
  }

  .qingyun-hmos .sec-intro .content-desc .content-txt-copy {
    width: 100%;
    height: 100%;
  }
}

/* enterprise-office */

.qingyun-hmos .sec-enterprise-office {
  padding-top: 13.125vw;
  background-color: #000000;
}

.qingyun-hmos .sec-enterprise-office .office-content {
  position: relative;
  overflow: hidden;
}

.qingyun-hmos .sec-enterprise-office .swiper-model {
  position: absolute;
  top: 8.59375vw;
  left: 50%;
  transform: translateX(-50%);
}

.qingyun-hmos .sec-enterprise-office .sec-title {
  font-size: 3.33333333vw;
  font-weight: 500;
  line-height: 1.25;
  color: #ffffff;
  text-align: center;
  margin: 0 0 4.16666667vw 0;
}

.qingyun-hmos .sec-enterprise-office .office-swiper {
  overflow: hidden;
  width: 67.5vw;
  margin: 0 auto;
}

.qingyun-hmos .sec-enterprise-office .office-swiper .swiper-slide {
  transition-timing-function: ease-out;
}

.qingyun-hmos .sec-enterprise-office .border8 {
  border-radius: 0.41666667vw;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.qingyun-hmos .sec-enterprise-office .line-switch-wrapper {
  width: 100%;
  display: block;
  margin-top: -11.66666667vw;
}

.qingyun-hmos .sec-enterprise-office .line-mask {
  position: relative;
  display: flex;
  transform: translate3d(0, 0, 0);
  margin-top: 4.16666667vw;
  margin-bottom: 2.08333333vw;
}

.qingyun-hmos .sec-enterprise-office .line-pagination-box {
  margin: 0 auto;
}

.qingyun-hmos .sec-enterprise-office .pagination-item {
  font-size: 1.25vw;
  line-height: 1.25;
  font-weight: 500;
  padding: 0 0 0.83333333vw 0;
  color: #fff;
  opacity: 0.4;
  transition: all 0.3s;
  cursor: pointer;
  white-space: nowrap;
  will-change: opacity;
}

.qingyun-hmos .sec-enterprise-office .pagination-item.current {
  opacity: 1;
}

.qingyun-hmos .sec-enterprise-office .pagination-item+.pagination-item {
  margin-left: 2.91666667vw;
}

@media (hover: hover) and (pointer: fine) {
  .qingyun-hmos .sec-enterprise-office .pagination-item:hover {
    opacity: 0.6;
  }

  .qingyun-hmos .sec-enterprise-office .pagination-item.current:hover {
    opacity: 1;
  }
}

.qingyun-hmos .sec-enterprise-office .line-indicator-box {
  position: relative;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #969698;
}

.qingyun-hmos .sec-enterprise-office .line-indicator {
  width: var(--officeWidth, 5vw);
  transform: translateX(var(--officeOffset, 0));
  height: 2px;
  background: linear-gradient(to left, #043A88 0%, #6290DC 50%, #D5E6FE 100%);
  transition: width 0.4s, transform 0.4s;
}

.qingyun-hmos .sec-enterprise-office .line-paginations {
  display: flex;
  align-items: center;
  width: fit-content;
  position: relative;
}

.qingyun-hmos .sec-enterprise-office .line-text-items {
  display: flex;
  width: 31.25vw;
  margin: 0 auto;
  font-size: 1.14583333vw;
  font-weight: 500;
  color: #969698;
  line-height: 1.6;
  text-align: center;
  position: relative;
}

.qingyun-hmos .sec-enterprise-office .line-text-items .text-item {
  width: 100%;
  opacity: 0;
  transition: opacity 0.4s;
  position: relative;
}

.qingyun-hmos .sec-enterprise-office .line-text-items .text-item+.text-item {
  margin-left: -100%;
}

.qingyun-hmos .sec-enterprise-office .line-text-items .text-item.current {
  position: relative;
  z-index: 1;
  opacity: 1;
  transition-delay: 0.2s;
}

.qingyun-hmos .sec-enterprise-office .office-swiper {
  position: relative;
  width: 35.625vw;
  margin: 0 auto;
}


@media (max-aspect-ratio:11/10) {
  .qingyun-hmos .sec-enterprise-office {
    padding: 27.77777777vw 0 0 0;
  }

  .qingyun-hmos .sec-enterprise-office .office-swiper {
    width: 65.277778vw;
    margin-top: 15.972222vw;
  }

  .qingyun-hmos .sec-enterprise-office .sec-title {
    width: 63.19444444vw;
    text-align: left;
    font-size: 8.88888889vw;
    margin: 0 0 11.11111111vw 11.11111111vw;
  }

  .qingyun-hmos .sec-enterprise-office .border8 {
    border-radius: 1.11111111vw;
  }

  .qingyun-hmos .sec-enterprise-office .swiper-model {
    top: 0;
  }

  .qingyun-hmos .sec-enterprise-office h2 {
    margin-bottom: 11.11111111vw;
  }

  .qingyun-hmos .sec-enterprise-office .line-mask {
    width: 100%;
    margin: 0 0 8.88888889vw 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .qingyun-hmos .sec-enterprise-office .line-switch-wrapper {
    margin-top: -5.55555556vw;
  }

  .qingyun-hmos .sec-enterprise-office .line-mask::-webkit-scrollbar {
    --webkit-appperance: none;
    display: none;
  }

  .qingyun-hmos .sec-enterprise-office .line-pagination-box {
    padding: 0 10vw;
  }

  .qingyun-hmos .sec-enterprise-office .pagination-item {
    font-size: 5.55555556vw;
    padding: 0 0 3.88888889vw 0;
  }

  .qingyun-hmos .sec-enterprise-office .pagination-item+.pagination-item {
    margin-left: 11.11111111vw;
  }

  .qingyun-hmos .sec-enterprise-office .line-indicator {
    width: var(--officeWidth, 22.22222222vw);
  }

  .qingyun-hmos .sec-enterprise-office .line-text-items {
    width: 82.22222222vw;
    font-size: 4.44444444vw;
  }

  .qingyun-hmos .sec-enterprise-office .is-scroll {
    justify-content: flex-start;
  }
}


/* enterprise-management */
.qingyun-hmos .sec-enterprise-management {
  padding-top: 10.41666667vw;
}

.qingyun-hmos .sec-enterprise-management .management-container {
  width: 67.5vw;
  margin-top: 4.16666667vw;
  margin-left: auto;
  margin-right: auto;
}

.qingyun-hmos .sec-enterprise-management .management-content {
  position: relative;
}

.qingyun-hmos .sec-enterprise-management .management-content .video-control-btn {
  right: 1.66666667vw;
  bottom: 1.66666667vw;
}

.qingyun-hmos .sec-enterprise-management .management-video-txt {
  display: flex;
  margin-top: 3.33333333vw;
  align-items: center;
}

.qingyun-hmos .sec-enterprise-management .magtit {
  color: #FFFFFF;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 4.16666667vw 0 2.5vw;
}

.qingyun-hmos .sec-enterprise-management .magdesc {
  color: #969698;
  font-size: 1.14583333vw;
  font-weight: 500;
  line-height: 1.6;
}

.qingyun-hmos .sec-enterprise-management .management-card-container {
  width: 67.5vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.16666667vw;
}

.qingyun-hmos .sec-enterprise-management .management-swiper .swiper-wrapper {
  flex-wrap: wrap;
  gap: 1.25vw;
}


.qingyun-hmos .sec-enterprise-management .management-tit {
  color: #FFFFFF;
  font-size: 1.66666667vw;
  font-weight: 700;
  line-height: 1.25;
}

.qingyun-hmos .sec-enterprise-management .management-desc {
  color: #969698;
  font-size: 1.14583333vw;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 0.83333333vw;
}

.qingyun-hmos .sec-enterprise-management .management-txt {
  width: 13.4375vw;
}

.qingyun-hmos .sec-enterprise-management .swiper-slide {
  background-color: #131314;
  width: 33.125vw;
  height: 13.54166667vw;
  display: flex;
  align-items: center;
}

.qingyun-hmos .sec-enterprise-management .swiper-slide .icon-img {
  width: 9.21875vw;
  margin-right: 4.16666667vw;
  margin-left: 3.33333333vw;
  flex-shrink: 0;
}

@media (max-aspect-ratio:11/10) {
  .qingyun-hmos .sec-enterprise-management {
    padding-top: 27.77777778vw;
    overflow: hidden;
  }

  .qingyun-hmos .sec-enterprise-management .management-container {
    width: 91.11111111vw;
    margin-top: 11.11111111vw;
  }

  .qingyun-hmos .sec-enterprise-management .management-content .video-control-btn {
    right: 4.44444444vw;
    bottom: 4.44444444vw;
  }

  .qingyun-hmos .sec-enterprise-management .management-video-txt {
    margin-top: 8.33333333vw;
    margin-left: 4.44444444vw;
    flex-direction: column;
    align-items: flex-start;
  }

  .qingyun-hmos .sec-enterprise-management .magtit {
    font-size: 6.66666667vw;
    margin: 0;
  }

  .qingyun-hmos .sec-enterprise-management .magdesc {
    font-size: 4.44444444vw;
    margin-top: 3.33333333vw;
    width: 82.22222222vw;
  }

  .qingyun-hmos .sec-enterprise-management .management-card-container {
    width: 100%;
    padding-left: 4.44444444vw;
    padding-right: 8.88888889vw;
    margin-top: 11.11111111vw;
  }

  .qingyun-hmos .sec-enterprise-management .management-tit {
    font-size: 6.66666667vw;
    text-align: center;
  }

  .qingyun-hmos .sec-enterprise-management .management-desc {
    font-size: 4.44444444vw;
    margin-top: 3.33333333vw;
    text-align: center;
  }

  .qingyun-hmos .sec-enterprise-management .management-swiper .swiper-wrapper {
    flex-wrap: nowrap;
    gap: 0;
  }

  .qingyun-hmos .sec-enterprise-management .swiper-slide {
    width: 86.66666667vw;
    height: 83.33333333vw;
    flex-direction: column;
  }

  .qingyun-hmos .sec-enterprise-management .management-txt {
    width: 73.33333333vw;
  }

  .qingyun-hmos .sec-enterprise-management .swiper-slide .icon-img {
    width: 44.30555556vw;
    margin: 11.11111111vw auto;
  }

  .qingyun-hmos .sec-enterprise-management .management-swiper-button {
    margin-top: 11.11111111vw;
  }

  .qingyun-hmos .sec-enterprise-management .swiper-button-item {
    width: 11.11111111vw;
    height: 11.11111111vw;
    outline: 0;
    border-radius: 100%;
    transition: opacity 0.3s;
    will-change: opacity;
  }

  .qingyun-hmos .sec-enterprise-management .button-list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5.55555556vw;
  }

  .qingyun-hmos .sec-enterprise-management .button-list .swiper-button-disabled {
    cursor: default;
    opacity: 0.3;
  }
}

/* enterprise-safety */
.qingyun-hmos .sec-enterprise-safety {
  padding-top: 10.41666667vw;
}

.qingyun-hmos .sec-enterprise-safety .section-title {
  width: 67.5vw;
  color: #ff600a;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 auto;
  padding-left: 0.9375vw;
}

.qingyun-hmos .sec-enterprise-safety .main-content {
  margin-left: 16.25vw;
  margin-top: 4.16666667vw;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  position: relative;
}

.qingyun-hmos .sec-enterprise-safety .right-img {
  width: 49.16666667vw;
  margin-left: 2.08333333vw;
  flex-shrink: 0;
}

.qingyun-hmos .sec-enterprise-safety .smtitle {
  color: #FFFFFF;
  opacity: 0.4;
  font-size: 1.66666667vw;
  line-height: 1.25;
  font-weight: 700;
  transition: 0.6s ease;
  cursor: pointer;
  will-change: opacity;
}

.qingyun-hmos .sec-enterprise-safety .switch-item.active .smtitle {
  opacity: 1;
  cursor: default;
}

@media (pointer: fine) and (hover: hover) {
  .qingyun-hmos .sec-enterprise-safety .switch-item:not(.active) .smtitle:hover {
    cursor: pointer;
    opacity: 0.6;
  }

  .qingyun-hmos .sec-enterprise-safety .switch-item.active .smtitle:hover {
    cursor: default;
  }
}

.qingyun-hmos .sec-enterprise-safety .smdesc p {
  color: #969698;
  font-size: 1.14583333vw;
  font-weight: 500;
  line-height: 1.6;
  padding-top: 0.83333333vw;
  opacity: 0;
  transition: 0.6s ease;
  overflow: hidden;
}

.qingyun-hmos .sec-enterprise-safety .switch-item.active .smdesc p {
  opacity: 1;
}

.qingyun-hmos .sec-enterprise-safety .smdesc {
  height: 0;
  transition: 0.6s ease;
}

.qingyun-hmos .sec-enterprise-safety .switch-container {
  position: relative;
}

.qingyun-hmos .sec-enterprise-safety .switch-list {
  width: 17.76041667vw;
  margin-left: 2.08333333vw;
}

.qingyun-hmos .sec-enterprise-safety .switch-item+.switch-item {
  margin-top: 2.08333333vw;
}

.qingyun-hmos .sec-enterprise-safety .switch-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  border-radius: 999px;
  background-color: #969698;
  overflow: hidden;
}

.qingyun-hmos .sec-enterprise-safety .switch-indicator::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 999px;
}

.qingyun-hmos .sec-enterprise-safety .switch-indicator::after {
  position: relative;
  display: block;
  overflow: hidden;
  width: 2px;
  height: var(--switch-height, 0);
  content: "";
  transition: 0.6s;
  transition-property: height, transform;
  transform: translateY(var(--switch-top, 0));
  border-radius: 999px;
  background: linear-gradient(to top, #043A88, #6290DC, #D5E6FE);
  will-change: transform, height;
}

.qingyun-hmos .sec-enterprise-safety .mob-switch-desc {
  display: none;
}

@media screen and (max-aspect-ratio:11/10) {
  .qingyun-hmos .sec-enterprise-safety {
    padding-top: 27.77777778vw;
    overflow: hidden;
  }

  .qingyun-hmos .sec-enterprise-safety .section-title {
    width: 100%;
    font-size: 4.44444444vw;
    padding: 0 11.11111111vw;
    text-align: left;
  }

  .qingyun-hmos .sec-enterprise-safety .main-content {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 11.11111111vw;
    margin-left: 0;
  }

  .qingyun-hmos .sec-enterprise-safety .right-img {
    width: 91.11111111vw;
    margin-left: auto;
    margin-right: auto;
  }

  .qingyun-hmos .sec-enterprise-safety .mob-switch-desc {
    display: block;
  }

  .qingyun-hmos .sec-enterprise-safety .switch-container {
    width: 100%;
    margin-top: 8.88888889vw;
  }

  .qingyun-hmos .sec-enterprise-safety .switch-list {
    position: relative;
    width: fit-content;
    align-items: center;
    display: flex;
    flex-direction: row;
    margin-left: 0;
  }

  .qingyun-hmos .sec-enterprise-safety .switch-mask {
    width: 77.777777778vw;
    margin: 0 auto;
  }


  .qingyun-hmos .sec-enterprise-safety .switch-item+.switch-item {
    margin-top: 0;
    margin-left: 11.11111111vw;
  }

  .qingyun-hmos .sec-enterprise-safety .switch-indicator {
    position: relative;
    width: 100%;
    height: 2px;
  }

  .qingyun-hmos .sec-enterprise-safety .switch-wrapper {
    position: relative;
    display: flex;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    transform: translate3d(0, 0, 0);
  }

  .qingyun-hmos .sec-enterprise-safety .switch-wrapper.is-scroll {
    justify-content: flex-start;
  }

  .qingyun-hmos .sec-enterprise-safety .switch-wrapper::-webkit-scrollbar {
    --webkit-appperance: none;
    display: none;
  }

  .qingyun-hmos .sec-enterprise-safety .switch-indicator::after {
    width: var(--switch-width, 0);
    height: 100%;
    transform: translateX(var(--switch-Offset, 0));
    transition: width 0.6s, transform 0.6s;
    will-change: transform, width;
  }

  .qingyun-hmos .sec-enterprise-safety .smtitle {
    font-size: 5.55555556vw;
    font-weight: 500;
    margin-bottom: 3.88888889vw;
    white-space: nowrap;
  }

  .qingyun-hmos .sec-enterprise-safety .mob-switch-desc {
    width: 77.777777778vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8.88888889vw;
    display: flex;
    text-align: center;
  }

  .qingyun-hmos .sec-enterprise-safety .mob-switch-desc .desc-item {
    font-weight: 500;
    color: #969698;
    font-size: 4.44444444vw;
    line-height: 1.6;
    font-weight: 500;
    width: 100%;
    opacity: 0;
    transition: opacity 0.3s;
  }

  .qingyun-hmos .sec-enterprise-safety .mob-switch-desc .desc-item.active {
    position: relative;
    z-index: 1;
    opacity: 1;
    transition-delay: 0.2s;
  }

  .qingyun-hmos .sec-enterprise-safety .mob-switch-desc .desc-item+.desc-item {
    margin-left: -100%;
  }
}

.qingyun-hmos .sec-double-space {
  padding-top: 10.41666667vw;
}

.qingyun-hmos .sec-double-space .section-title {
  width: 67.5vw;
  color: #ff600a;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 auto;
  padding-left: 0.9375vw;
}

.qingyun-hmos .sec-double-space .space-content {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 4.16666667vw;
}

.qingyun-hmos .sec-double-space .space-video-container {
  position: relative;
  width: 55.72916667vw;
  margin-left: auto;
  margin-right: auto;
}

.qingyun-hmos .sec-double-space .video-container {
  width: 41.66666667vw;
  height: 27.76041667vw;
  position: absolute;
  top: .78125vw;
  left: 50%;
  transform: translateX(-50%);
}

.qingyun-hmos .sec-double-space .video-container video {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0.41666667vw;
  overflow: hidden;
}

.qingyun-hmos .sec-double-space .replay-container {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  opacity: 0;
  transition: 0.3s;
  pointer-events: auto;
  margin-top: 2.08333333vw;
}

.qingyun-hmos .sec-double-space .replay-container.ucwx {
  display: none;
  pointer-events: none;
}

.qingyun-hmos .sec-double-space .space-video-container.active .replay-container {
  opacity: 1;
}

@media (pointer: fine) and (hover: hover) {
  .qingyun-hmos .sec-double-space .space-video-container.active .replay-container:hover {
    opacity: 0.6;
    cursor: pointer;
  }
}

.qingyun-hmos .sec-double-space .replay-container span {
  font-size: 1.04166667vw;
  color: #FFFFFF;
  line-height: 1.6;
  font-weight: 500;
  margin-right: .416667vw;
  display: inline-block;
}

.qingyun-hmos .sec-double-space .replay-container img {
  width: .729167vw;
  height: auto;
  flex-shrink: 0;
  object-fit: contain;
}

.qingyun-hmos .sec-double-space .space-text {
  display: flex;
  align-items: center;
  margin-top: 3.33333333vw;
}

.qingyun-hmos .sec-double-space .saftit {
  color: #F5F5F7;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 1.25;
  margin-right: 4.16666667vw;
}

.qingyun-hmos .sec-double-space .safdesc {
  color: #969698;
  font-size: 1.14583333vw;
  font-weight: 500;
  line-height: 1.6;
  width: 52.08333333vw;
  text-align: center;
}

@media screen and (max-aspect-ratio:11/10) {
  .qingyun-hmos .sec-double-space {
    padding-top: 27.77777778vw;
    overflow: hidden;
  }

  .qingyun-hmos .sec-double-space .space-video-container {
    width: 91.11111111vw;
  }

  .qingyun-hmos .sec-double-space .video-container {
    margin: 0 auto;
    width: 68.194444vw;
    top: 1vw;
  }

  .qingyun-hmos .sec-double-space .video-container video {
    width: 100%;
    border-radius: 1.11111111vw;
  }

  .qingyun-hmos .sec-double-space .section-title {
    width: 100%;
    font-size: 4.44444444vw;
    padding: 0 11.11111111vw;
    text-align: left;
  }

  .qingyun-hmos .sec-double-space .space-content {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 11.11111111vw;
    margin-left: 0;
  }

  .qingyun-hmos .sec-double-space .replay-container {
    margin-top: 5.55555556vw;
  }

  .qingyun-hmos .sec-double-space .replay-container span {
    font-size: 3.88888889vw;
    margin-right: 1.11111111vw;
  }

  .qingyun-hmos .sec-double-space .replay-container img {
    width: 3.055556vw;
  }

  .qingyun-hmos .sec-double-space .space-text {
    flex-direction: column;
    align-items: flex-start;
    width: 82.22222222vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8.88888889vw;
  }

  .qingyun-hmos .sec-double-space .saftit {
    font-size: 6.66666667vw;
  }

  .qingyun-hmos .sec-double-space .safdesc {
    font-size: 4.44444444vw;
    width: 100%;
  }

}

/* operating-system */
.qingyun-hmos .sec-operating-system {
  padding-top: 10.41666667vw;
}

.qingyun-hmos .sec-operating-system .operating-system-contrast {
  overflow: hidden;
  margin-top: 4.16666667vw;
}

.qingyun-hmos .hmos-contrast-swiper .swiper-wrapper {
  justify-content: center;
}

.qingyun-hmos .sec-operating-system .right-txt {
  width: 24.375vw;
  margin-left: 1.04166667vw;
  margin-top: 0.41666667vw;
}

.qingyun-hmos .sec-operating-system .right-txt.no-img {
  margin-left: 3.54166667vw;
}

.qingyun-hmos .sec-operating-system .hmos-top-tit {
  color: #F5F5F7;
  font-size: 1.66666667vw;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.qingyun-hmos .sec-operating-system .hmos-top-tit2 .top-tit {
  position: relative;
}

.qingyun-hmos .sec-operating-system .beta-img {
  width: 2.8125vw;
  height: auto;
  margin-left: 0.52083333vw;
  position: absolute;
  top: 0.3125vw;
  display: inline-block;
  transform: translate3d(0, 0, 0);
}

.qingyun-hmos .sec-operating-system .hmos-common-tit {
  color: #F5F5F7;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.25;
}

.qingyun-hmos .sec-operating-system .hmos-top-desc {
  color: #969698;
  font-size: 1.14583333vw;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  margin-top: 0.83333333vw;
}

.qingyun-hmos .sec-operating-system .hmos-desc {
  color: #969698;
  font-size: 1.14583333vw;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 0.83333333vw;
}

.qingyun-hmos .sec-operating-system .txt-item {
  display: flex;
}

.qingyun-hmos .sec-operating-system .txt-item+.txt-item {
  margin-top: 1.25vw;
}

.qingyun-hmos .sec-operating-system .swiper-slide2 .txt-item+.txt-item {
  margin-top: 2.08333333vw;
}

.qingyun-hmos .sec-operating-system .swiper-slide2{
margin-left: 1.25vw;
}

.qingyun-hmos .sec-operating-system .right-txt-item2 {
  margin-top: 2.08333333vw;
}

.qingyun-hmos .sec-operating-system .txt-item img {
  width: 2.5vw;
  height: 2.5vw;
}

.qingyun-hmos .sec-operating-system .line {
  width: 28.95833333vw;
  height: 2px;
  background-color: #969698;
  opacity: 0.3;
  margin-top: 2.08333333vw;
  margin-bottom: 2.08333333vw;
}

.qingyun-hmos .sec-operating-system .line1 {
  width: 24.375vw;
  margin-left: 3.54166667vw;
}

.qingyun-hmos .sec-operating-system .swiper-slide {
  width: 33.125vw;
  height: auto;
  background-color: #131314;
  padding: 2.08333333vw 2.08333333vw 3.125vw;
}

@media (max-aspect-ratio:11/10) {
  .qingyun-hmos .sec-operating-system {
    padding-top: 27.77777778vw;
  }

  .qingyun-hmos .sec-operating-system .operating-system-contrast {
    margin-top: 11.11111111vw;
  }

  .qingyun-hmos .sec-operating-system .hmos-contrast-swiper {
    padding-left: 4.44444444vw;
    padding-right: 8.88888889vw;
  }

  .qingyun-hmos .hmos-contrast-swiper .swiper-wrapper {
    justify-content: flex-start;
  }

  .qingyun-hmos .sec-operating-system .swiper-slide {
    width: 86.66666667vw;
    padding: 11.11111111vw 5.55555556vw;
  }

  .qingyun-hmos .sec-operating-system .hmos-top-tit {
    font-size: 5.55555556vw;
  }

  .qingyun-hmos .sec-operating-system .beta-img {
    width: 8.75vw;
    margin-left: 1.38888889vw;
    top: 1.11111111vw;
  }

  .qingyun-hmos .sec-operating-system .hmos-common-tit {
    font-size: 4.44444444vw;
  }

  .qingyun-hmos .sec-operating-system .hmos-top-desc {
    font-size: 4.44444444vw;
    margin-top: 1.38888889vw;
  }

  .qingyun-hmos .sec-operating-system .hmos-desc {
    font-size: 4.44444444vw;
    margin-top: 2.22222222vw;
  }

  .qingyun-hmos .sec-operating-system .txt-item img {
    width: 6.66666667vw;
    height: 6.66666667vw;
  }

  .qingyun-hmos .sec-operating-system .right-txt {
    width: 66.11111111vw;
    margin-left: 2.77777778vw;
  }

  .qingyun-hmos .sec-operating-system .line {
    width: 75.55555556vw;
    margin-top: 5.55555556vw;
    margin-bottom: 5.55555556vw;
  }

  .qingyun-hmos .sec-operating-system .line1 {
    margin-top: 9vw;
    margin-bottom: 8.33333333vw;
    width: 66.11111111vw;
    margin-left: 9.44444444vw;
  }

  .qingyun-hmos .sec-operating-system .txt-item+.txt-item {
    margin-top: 5.55555556vw;
  }

  .qingyun-hmos .sec-operating-system .swiper-slide2 .txt-item+.txt-item {
    margin-top: 8.33333333vw;
  }
  .qingyun-hmos .sec-operating-system .swiper-slide2{
    margin-left: 0;
    }
  .qingyun-hmos .sec-operating-system .right-txt.no-img {
    margin-left: 9.44444444vw;
    margin-top: 0;
  }

  .qingyun-hmos .sec-operating-system .hmos-contrast-swiper-button {
    margin-top: 11.11111111vw;
    padding-right: 8.88888889vw;
  }

  .qingyun-hmos .sec-operating-system .swiper-button-item {
    width: 11.11111111vw;
    height: 11.11111111vw;
    outline: 0;
    border-radius: 100%;
    transition: opacity 0.3s;
  }

  .qingyun-hmos .sec-operating-system .button-list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5.55555556vw;
  }

  .qingyun-hmos .sec-operating-system .button-list .swiper-button-disabled {
    cursor: default;
    opacity: 0.3;
  }
}

/* faq */
.qingyun-hmos .sec-faq {
  padding-top: 10.41666667vw;
}

.qingyun-hmos .sec-faq h2 {
  color: #fff;
  font-size: 3.33333333vw;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.qingyun-hmos .faq-list {
  width: 67.5vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.16666667vw;
}

.qingyun-hmos .faq-item {
  background-color: #131314;
  border-radius: 0.83333333vw;
  overflow: hidden;
  padding: 1.35416667vw 1.66666667vw;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  cursor: pointer;
  pointer-events: all;
}

.qingyun-hmos .faq-item.expand {
  background-color: #000000;
}

.qingyun-hmos .faq-item.ishover {
  background-color: #000000;
}

.qingyun-hmos .faq-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid #AAAAAA;
  border-radius: 0.83333333vw;
  z-index: 10;
  opacity: 0;
  transition: 0.3s;
  pointer-events: all;
}

.qingyun-hmos .faq-outer {
  position: relative;
  z-index: 20;
}

.qingyun-hmos .faq-item.ishover::before {
  opacity: 1;
}

.qingyun-hmos .faq-item.expand::before {
  opacity: 1;
}

.qingyun-hmos .faq-item+.faq-item {
  margin-top: 1.25vw;
}

.qingyun-hmos .faq-question {
  display: flex;
  justify-content: space-between;
}

.qingyun-hmos .question-txt {
  color: #969698;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.25;
  transition: 0.3s;
  will-change: height;
  display: flex;
}

.qingyun-hmos .faq-item.expand .question-txt {
  color: #F5F5F7;
}

.qingyun-hmos .faq-item.ishover .question-txt {
  color: #F5F5F7;
}

.qingyun-hmos .faq-item .plus-svg {
  width: 1.45833333vw;
  height: 1.45833333vw;
  margin-left: 2.1875vw;
  margin-top: 0.10416667vw;
  flex-shrink: 0;
  position: relative;
}

.qingyun-hmos .faq-item .click-icon {
  position: absolute;
  opacity: 1;
  transition: 0.3s;
  opacity: 0;
}

.qingyun-hmos .faq-item .close-img {
  opacity: 0;
}

.qingyun-hmos .faq-item.expand .close-img {
  opacity: 1;
}

.qingyun-hmos .faq-item .open-img {
  opacity: 1;
}

.qingyun-hmos .faq-item.expand .open-img {
  opacity: 0;
}

.qingyun-hmos .faq-answer {
  color: #969698;
  font-size: 1.14583333vw;
  font-weight: 500;
  line-height: 1.6;
  margin-left: 1.8em;
  height: 0;
  opacity: 0;
  transition: 0.6s;
}

.qingyun-hmos .faq-answer a {
  color: inherit;
  word-wrap: break-word;
  text-decoration: underline;
}

.qingyun-hmos .faq-item.expand .faq-answer {
  height: var(--txtHeight);
  opacity: 1;
}

.qingyun-hmos .faq-item.ishover .faq-answer {
  height: var(--txtHeight);
  opacity: 1;
}

.qingyun-hmos .faq-answer p {
  width: 58.54166667vw;
  padding-top: 0.83333333vw;
}



@media (max-aspect-ratio:11/10) {
  .qingyun-hmos .sec-faq {
    padding-top: 27.77777778vw;
  }

  .qingyun-hmos .sec-faq h2 {
    font-size: 8.88888889vw;
  }

  .qingyun-hmos .faq-list {
    width: 91.11111111vw;
    margin-top: 11.11111111vw;
  }

  .qingyun-hmos .faq-item {
    border-radius: 2.22222222vw;
    padding: 4.44444444vw;
  }

  .qingyun-hmos .faq-item::before {
    border-radius: 2.22222222vw;
  }

  .qingyun-hmos .faq-item+.faq-item {
    margin-top: 3.33333333vw;
  }

  .qingyun-hmos .question-txt {
    font-size: 4.44444444vw;
  }

  .qingyun-hmos .faq-item .plus-svg {
    width: 4.02777778vw;
    height: 4.02777778vw;
    margin-left: 3.33333333vw;
    margin-top: 1.11111111vw;
  }

  .qingyun-hmos .faq-answer {
    font-size: 4.44444444vw;
    margin-left: 1.6em;
  }

  .qingyun-hmos .faq-answer p {
    width: 67.77777778vw;
    padding-top: 2.22222222vw;
    padding-bottom: 1.11111111vw;
  }
}

/* service */

.qingyun-hmos .sec-service {
  padding-top: 10.41666667vw;
}

.qingyun-hmos .service-card {
  display: flex;
  gap: 1.25vw;
  justify-content: center;
  margin-top: 4.16666667vw;
}

.qingyun-hmos .service-card .card-item {
  width: 33.125vw;
  background-color: #131314;
  display: flex;
  justify-content: center;
  padding: 2.08333333vw 0;
}

.qingyun-hmos .service-txt-content {
  width: 23.125vw;
}

.qingyun-hmos .service-card .card-item .icon-img {
  width: 4.16666667vw;
  height: 4.16666667vw;
  margin-right: 1.66666667vw;
  flex-shrink: 0;
}

.qingyun-hmos .service-tit {
  color: #F5F5F7;
  font-size: 1.66666667vw;
  font-weight: 700;
  line-height: 1.25;
}

.qingyun-hmos .service-desc {
  color: #969698;
  font-size: 1.14583333vw;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 0.83333333vw;
}

@media (max-aspect-ratio:11/10) {
  .qingyun-hmos .sec-service {
    padding-top: 27.77777778vw;
  }

  .qingyun-hmos .service-card {
    gap: 3.33333333vw;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    margin-top: 11.11111111vw;
  }

  .qingyun-hmos .service-card .card-item {
    width: 91.11111111vw;
    justify-content: flex-start;
    padding: 8.88888889vw 0 8.88888889vw 5.55555556vw;
  }

  .qingyun-hmos .service-card .card-item .icon-img {
    width: 12.22222222vw;
    height: 12.22222222vw;
    margin-right: 2.77777778vw;
  }

  .qingyun-hmos .service-txt-content {
    width: 66.38888889vw;
  }

  .qingyun-hmos .service-tit {
    font-size: 5.55555556vw;
  }

  .qingyun-hmos .service-desc {
    font-size: 4.44444444vw;
    margin-top: 2.77777778vw;
  }
}