@charset "UTF-8";
.s3-banner {
  width: 100%;
  overflow: hidden;
  margin-top: 80px;
}
.s3-banner .s3-swiper {
  position: relative;
  height: 500px;
}
.s3-banner .s3-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.s3-banner .s3-swiper .swiper-slide .slide-inner{
    height: 100%;
}
.s3-banner .s3-swiper .swiper-slide .s3-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s3-banner .s3-swiper .defaultWidth {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  gap: 120px;
}
.s3-banner .s3-swiper .defaultWidth .s3-leftSideSwitchs {
  width: 250px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0 30px 0 0;
  border-right: 4px solid #fff;
  position: relative;
}
.s3-banner .s3-swiper .defaultWidth .s3-leftSideSwitchs .s3-itemTerms {
  font-size: 16px;
  cursor: pointer;
  height: 70px;
  z-index: 1;
  line-height: 70px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 200px;
  text-align: right;
}
.s3-banner .s3-swiper .defaultWidth .s3-leftSideSwitchs .s3-selectColorChange {
  color: rgb(26, 141, 255);
  font-weight: 700;
}
.s3-banner .s3-swiper .defaultWidth .s3-leftSideSwitchs .s3-horizontalBarMovement {
  position: absolute;
  right: -4px;
  top: 0px;
  width: 4px;
  height: 70px;
  background: #1A8DFF;
  border-radius: 2px;
}
.s3-banner .s3-swiper .defaultWidth .s3-leftSideSwitchs .s3-horizontalBarMovement::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 70px;
  background: linear-gradient(270deg, #C2D8FF 0%, rgba(239, 244, 248, 0.11) 0%, #72BCFF 100%);
  transform: rotate(180deg);
  left: -197px;
  z-index: -1;
}
.s3-banner .s3-swiper .defaultWidth .s3-gradientContent {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@keyframes contentEntry {
  0% {
    filter: blur(10px);
    -webkit-filter: blur(10px);
    opacity: 0;
    transform: translateX(100px);
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
  }
  100% {
    filter: blur(0);
    -webkit-filter: blur(0);
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
  }
}
.s3-banner .s3-swiper .defaultWidth .s3-gradientContent .s3-itemChanges {
  display: none;
  animation: contentEntry 0.7s ease;
  -webkit-animation: contentEntry 0.7s ease;
}
.s3-banner .s3-swiper .defaultWidth .s3-gradientContent .s3-itemChanges span {
  font-weight: 700;
  font-size: 40px;
}
.s3-banner .s3-swiper .defaultWidth .s3-gradientContent .s3-itemChanges p {
  margin: 50px 0;
  line-height: 30px;
}
.s3-banner .s3-swiper .defaultWidth .s3-gradientContent .s3-itemChanges p i {
  font-size: 18px;
}
.s3-banner .s3-swiper .defaultWidth .s3-gradientContent .s3-itemChanges a {
  color: #fff;
  background: #1A8DFF;
  width: 130px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-size: 15px;
}
.s3-banner .s3-swiper .defaultWidth .s3-gradientContent .s3-itemChanges a:hover {
  background: #5bacfd;
}

@media (max-width: 768px) {
  .s3-banner {
    margin-top: 15vw;
  }
  .s3-banner .s3-swiper {
    height: 80vw;
  }
  .s3-banner .s3-swiper .defaultWidth {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    display: flex;
    gap: 120px;
  }
  .s3-banner .s3-swiper .defaultWidth .s3-leftSideSwitchs {
    display: none;
  }
  .s3-banner .s3-swiper .defaultWidth .s3-gradientContent {
    padding: 4vw 0;
  }
  @keyframes contentEntry {
    0% {
      filter: blur(10px);
      -webkit-filter: blur(10px);
      opacity: 0;
      transform: translateX(100px);
      -webkit-transform: translateX(100px);
      -moz-transform: translateX(100px);
      -ms-transform: translateX(100px);
      -o-transform: translateX(100px);
    }
    100% {
      filter: blur(0);
      -webkit-filter: blur(0);
      opacity: 1;
      transform: translateX(0px);
      -webkit-transform: translateX(0px);
      -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
      -o-transform: translateX(0px);
    }
  }
  .s3-banner .s3-swiper .defaultWidth .s3-gradientContent .s3-itemChanges {
    display: none;
    animation: contentEntry 0.7s ease;
    -webkit-animation: contentEntry 0.7s ease;
  }
  .s3-banner .s3-swiper .defaultWidth .s3-gradientContent .s3-itemChanges span {
    font-size: 8vw;
  }
  .s3-banner .s3-swiper .defaultWidth .s3-gradientContent .s3-itemChanges p {
    margin: 5vw 0;
    line-height: 6vw;
    display: flex;
    flex-direction: column;
  }
  .s3-banner .s3-swiper .defaultWidth .s3-gradientContent .s3-itemChanges p i {
    font-size: 4vw;
  }
  .s3-banner .s3-swiper .defaultWidth .s3-gradientContent .s3-itemChanges a {
    width: 30vw;
    height: 10vw;
    font-size: 4vw;
    border-radius: 1vw;
    -webkit-border-radius: 1vw;
    -moz-border-radius: 1vw;
    -ms-border-radius: 1vw;
    -o-border-radius: 1vw;
  }
}
.s3-collective {
  width: 100%;
  position: relative;
  /*bottom: 90px;*/
  z-index: 9;
  background-color: rgba(255, 255, 255, 0.53);
  backdrop-filter: blur(10px);
}
.s3-collective .fixedWidths {
  width: 1280px;
  height: 90px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  background-color: transparent;
}
.s3-collective .fixedWidths .item {
  display: flex;
  align-items: center;
}
.s3-collective .fixedWidths .item a {
  display: flex;
  align-items: center;
  height: 100%;
}
.s3-collective .fixedWidths .item a:hover img {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}
.s3-collective .fixedWidths .item img {
  width: 70px;
  height: 70px;
  margin-right: 20px;
}
.s3-collective .fixedWidths .item span {
  font-size: 12px;
}
.s3-collective .fixedWidths .item p {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 0;
}

@media (max-width: 768px) {
  .s3-collective {
    height: auto;
    bottom: 0;
  }
  .s3-collective .s3-gridDistributed {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2vw 5vw;
    position: relative;
    top: 0;
    z-index: 99;
    background-color: rgb(247, 247, 247);
    padding: 5vw;
  }
  .s3-collective .s3-gridDistributed .item-block {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 2vw;
    -webkit-border-radius: 2vw;
    -moz-border-radius: 2vw;
    -ms-border-radius: 2vw;
    -o-border-radius: 2vw;
  }
  .s3-collective .s3-gridDistributed .item-block a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 2.5vw 4vw;
  }
  .s3-collective .s3-gridDistributed .item-block .picture {
    width: 10vw;
    height: 10vw;
    overflow: hidden;
    margin-right: 3vw;
  }
  .s3-collective .s3-gridDistributed .item-block .picture img {
    width: 500%;
    height: 700%;
    margin: -17vw -3vw;
  }
  .s3-collective .s3-gridDistributed .item-block span {
    font-size: 4vw;
  }
  .s3-collective .s3-gridDistributed .item-block:nth-child(2) .picture img {
    margin: -52vw -3vw;
  }
  .s3-collective .s3-gridDistributed .item-block:nth-child(3) .picture img {
    margin: 0vw -19vw;
  }
  .s3-collective .s3-gridDistributed .item-block:nth-child(4) .picture img {
    margin: 0vw -3vw;
  }
}
.stableService {
  background: url("/web/shiwaicloud/s3-file/assets/img/index/back.png") no-repeat center;
  background-size: cover;
}
.stableService .service {
  display: flex;
  gap: 20px;
}
.stableService .service .currentSorting {
      min-height: 604px;
    width: 290px;
    flex-shrink: 0;
    background: #fff;
    box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 30px 0 100px 0;
    display: flex
;
    flex-direction: column;
    gap: 20px;
    position: relative;
    overflow: hidden;
}
.stableService .service .currentSorting .itme-option {
  display: flex;
  cursor: pointer;
  position: relative;
  z-index: 1;
  gap: 5px;
  padding: 10px 20px;
  border-left: 6px solid #fff;
}
.stableService .service .currentSorting .itme-option img {
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 1;
}
.stableService .service .currentSorting .itme-option .tagTitle {
  z-index: 1;
  position: relative;
}
.stableService .service .currentSorting .itme-option .tagTitle span {
  font-size: 18px;
}
.stableService .service .currentSorting .itme-option .tagTitle p {
  font-size: 13px;
  margin-top: 10px;
      display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.stableService .service .currentSorting .itme-option .tagTitle sup {
  background: red;
  color: yellow;
  padding: 0px 4px;
  font-size: 5px;
  position: absolute;
  left: 80px;
  line-height: normal !important;
}
.stableService .service .currentSorting .selectBackground {
  border-left: 6px solid #1A8DFF;
  position: relative;
}
.stableService .service .currentSorting .selectBackground::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #FEFEFE 0%, #F8FBFF 0%, #D1DFFF 100%);
  left: 0px;
  top: 0;
}
.stableService .service .currentSorting .back {
  background: url("/web/shiwaicloud/s3-file/assets/img/index/dasdfc.png") no-repeat center;
  background-size: cover;
  position: absolute;
  bottom: -38px;
  right: -79px;
  width: 200px;
  height: 200px;
}
.stableService .service .currentSorting a {
  padding: 0 30px;
  color: #707070;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 30px;
}
.stableService .service .currentSorting a:hover img {
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
}
.stableService .service .currentSorting a img {
  width: 15px;
  height: 15px;
}
@keyframes admissionItem {
  0% {
    opacity: 0;
    transform: translateX(50px);
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
  }
}
.stableService .service .gridServer {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 188px;
  /* 设置每行的固定高度 */
  width: 100%;
  gap: 20px;
  animation: admissionItem 0.6s ease-in-out;
  -webkit-animation: admissionItem 0.6s ease-in-out;
}
.stableService .service .gridServer .item-server {
  padding: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.16);
  background: url('/web/shiwaicloud/s3-file/assets/img/index/serverr.png') no-repeat center;
  background-size: cover;
}
.stableService .service .gridServer .item-server:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}
.stableService .service .gridServer .item-server .titleDescription span {
  font-size: 20px;
  color: #000103;
}
.stableService .service .gridServer .item-server .titleDescription p {
  color: #757575;
  font-size: 13.5px;
  margin: 15px 0;
}
.stableService .service .gridServer .item-server .label {
  display: flex;
  align-items: center;
  gap: 20px;
}
.stableService .service .gridServer .item-server .label .item-label {
  background: rgb(241, 242, 245);
  color: #5f7292;
  padding: 4px 10px;
  border-radius: 2px;
  font-size: 12px;
}
.stableService .service .gridServer .item-server .pricePurchase {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  position: relative;
}
.stableService .service .gridServer .item-server .pricePurchase p {
  color: #000103;
  font-size: 15px;
}
.stableService .service .gridServer .item-server .pricePurchase p i {
  color: #004cff;
}
.stableService .service .gridServer .item-server .pricePurchase a {
  background: linear-gradient(270deg, #004CFF 0%, #1A8DFF 100%);
  color: #fff;
  width: 100px;
  height: 32px;
  font-size: 13px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
}
.stableService .service .gridServer .item-server .pricePurchase a:hover {
  opacity: 0.75;
}

.servingThousandsOfIndustries .item-title-describe p a {
  color: #6fb7fb;
}
.servingThousandsOfIndustries .item-title-describe p a img {
  width: 14px;
  height: 14px;
}
.servingThousandsOfIndustries .service .above {
  display: flex;
  gap: 30px;
}
.servingThousandsOfIndustries .service .above .leftSide {
  display: flex;
  gap: 30px;
}
.servingThousandsOfIndustries .service .above .leftSide .item-noodles {
  background: url("/web/shiwaicloud/s3-file/assets/img/index/sdqqf.png") no-repeat center;
  background-size: cover;
  padding: 30px;
  width: 200px;
  border-radius: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-end;
}
.servingThousandsOfIndustries .service .above .leftSide .item-noodles:hover span {
  transform: translateY(-160px);
  -webkit-transform: translateY(-160px);
  -moz-transform: translateY(-160px);
  -ms-transform: translateY(-160px);
  -o-transform: translateY(-160px);
}
.servingThousandsOfIndustries .service .above .leftSide .item-noodles:hover .slidingArea {
  transform: translateY(-140px);
  -webkit-transform: translateY(-140px);
  -moz-transform: translateY(-140px);
  -ms-transform: translateY(-140px);
  -o-transform: translateY(-140px);
}
.servingThousandsOfIndustries .service .above .leftSide .item-noodles:hover .mask {
  height: 100%;
  backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.26);
}
.servingThousandsOfIndustries .service .above .leftSide .item-noodles span {
  font-size: 16px;
  position: relative;
  transform: translateY(144px);
  -webkit-transform: translateY(144px);
  -moz-transform: translateY(144px);
  -ms-transform: translateY(144px);
  -o-transform: translateY(144px);
}
.servingThousandsOfIndustries .service .above .leftSide .item-noodles .slidingArea {
  display: flex;
  flex-direction: column;
  transform: translateY(235px);
  -webkit-transform: translateY(235px);
  -moz-transform: translateY(235px);
  -ms-transform: translateY(235px);
  -o-transform: translateY(235px);
}
.servingThousandsOfIndustries .service .above .leftSide .item-noodles .slidingArea a {
  transform: translateY(35px);
}
.servingThousandsOfIndustries .service .above .leftSide .item-noodles .slidingArea a:hover {
  color: #004CFF;
}
.servingThousandsOfIndustries .service .above .leftSide .item-noodles .mask {
  position: absolute;
  background: rgba(255, 255, 255, 0.5882352941);
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
}
.servingThousandsOfIndustries .service .above .leftSide .item-noodles:nth-child(2) {
  background: url("/web/shiwaicloud/s3-file/assets/img/index/qweed.png") no-repeat center;
}
.servingThousandsOfIndustries .service .above .rightSide {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.servingThousandsOfIndustries .service .above .rightSide .item-noodles {
  width: 100%;
  background: url("/web/shiwaicloud/s3-file/assets/img/index/dfqqas.png") no-repeat center;
  height: 175px;
}
.servingThousandsOfIndustries .service .above .rightSide .item-noodles:hover span {
  transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
}
.servingThousandsOfIndustries .service .above .rightSide .item-noodles:hover .slidingArea {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
}
.servingThousandsOfIndustries .service .above .rightSide .item-noodles span {
  transform: translateY(103px);
  -webkit-transform: translateY(103px);
  -moz-transform: translateY(103px);
  -ms-transform: translateY(103px);
  -o-transform: translateY(103px);
}
.servingThousandsOfIndustries .service .above .rightSide .item-noodles .slidingArea {
  display: flex;
  flex-direction: column;
  transform: translateY(235px);
  -webkit-transform: translateY(235px);
  -moz-transform: translateY(235px);
  -ms-transform: translateY(235px);
  -o-transform: translateY(235px);
}
.servingThousandsOfIndustries .service .above .rightSide .item-noodles .slidingArea a {
  margin-top: 15px;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.servingThousandsOfIndustries .service .above .rightSide .item-noodles .slidingArea a:hover {
  color: #004CFF;
}
.servingThousandsOfIndustries .service .above .rightSide .item-noodles:nth-child(2) {
  background: url("/web/shiwaicloud/s3-file/assets/img/index/yisheng.png") no-repeat center;
}
.servingThousandsOfIndustries .service .above .rightSide .item-noodles:nth-child(3) {
  background: url("/web/shiwaicloud/s3-file/assets/img/index/saasq.png") no-repeat center;
}
.servingThousandsOfIndustries .service .above .rightSide .item-noodles:nth-child(4) {
  background: url("/web/shiwaicloud/s3-file/assets/img/index/wxcvss.png") no-repeat center;
}
.servingThousandsOfIndustries .service .bottomSurface {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.servingThousandsOfIndustries .service .bottomSurface .item-noodles {
  background: url("/web/shiwaicloud/s3-file/assets/img/index/dawwwq.png") no-repeat center;
  background-size: cover;
  padding: 30px;
  border-radius: 15px;
  height: 170px;
  display: flex;
  position: relative;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-end;
}
.servingThousandsOfIndustries .service .bottomSurface .item-noodles:hover span {
  transform: translateY(-40px);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
}
.servingThousandsOfIndustries .service .bottomSurface .item-noodles:hover .mask {
  height: 100%;
  backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.4196078431);
}
.servingThousandsOfIndustries .service .bottomSurface .item-noodles:hover .slidingArea {
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
}
.servingThousandsOfIndustries .service .bottomSurface .item-noodles span {
  font-size: 16px;
  position: relative;
  transform: translateY(69px);
  -webkit-transform: translateY(69px);
  -moz-transform: translateY(69px);
  -ms-transform: translateY(69px);
  -o-transform: translateY(69px);
}
.servingThousandsOfIndustries .service .bottomSurface .item-noodles .slidingArea {
  display: flex;
  flex-direction: column;
  transform: translateY(120px);
  -webkit-transform: translateY(120px);
  -moz-transform: translateY(120px);
  -ms-transform: translateY(120px);
  -o-transform: translateY(120px);
}
.servingThousandsOfIndustries .service .bottomSurface .item-noodles .slidingArea a {
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
}
.servingThousandsOfIndustries .service .bottomSurface .item-noodles .slidingArea a:hover {
  color: #004CFF;
}
.servingThousandsOfIndustries .service .bottomSurface .item-noodles .mask {
  position: absolute;
  background: rgba(255, 255, 255, 0.5882352941);
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
}
.servingThousandsOfIndustries .service .bottomSurface .item-noodles:nth-child(2) {
  background: url("/web/shiwaicloud/s3-file/assets/img/index/asgx.png") no-repeat center;
}

.cloudMarket {
  background: url("/web/shiwaicloud/s3-file/assets/img/index/dsgyt.png") no-repeat center;
  background-size: cover;
}
.cloudMarket .market {
  display: flex;
  gap: 30px;
}
.cloudMarket .market .leftIndependent {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.16);
  background: #FCFDFF;
  padding: 30px;
  position: relative;
  overflow: hidden;
}
.cloudMarket .market .leftIndependent span {
  font-size: 20px;
}
.cloudMarket .market .leftIndependent .text {
  font-size: 13px;
  color: #3A3939;
  margin: 25px 0;
}
.cloudMarket .market .leftIndependent p {
  line-height: 30px;
}
.cloudMarket .market .leftIndependent a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #1A8DFF;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 40px;
  font-size: 15px;
}
.cloudMarket .market .leftIndependent a:hover {
  background: #79bdff;
}
.cloudMarket .market .rightGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.cloudMarket .market .rightGrid .item-grid {
  padding: 30px 30px 50px 30px;
  background: #FCFDFF;
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.cloudMarket .market .rightGrid .item-grid span {
  font-size: 20px;
}
.cloudMarket .market .rightGrid .item-grid p {
  color: #3A3939;
  margin: 15px 0;
  line-height: 20px;
}
.cloudMarket .market .rightGrid .item-grid a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #1A8DFF;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 40px;
  font-size: 15px;
}
.cloudMarket .market .rightGrid .item-grid a:hover {
  background: #79bdff;
}

.whyChooseUs {
  background: #fff;
}
.whyChooseUs .choice {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.whyChooseUs .choice .item-layout {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.16);
  padding: 30px;
}
.whyChooseUs .choice .item-layout .labelImage {
  display: flex;
}
.whyChooseUs .choice .item-layout .labelImage .descriptiveTitle span {
  font-size: 20px;
}
.whyChooseUs .choice .item-layout .labelImage .descriptiveTitle p {
  margin-top: 8px;
  line-height: 22px;
  font-size: 15px;
  padding-right: 80px;
}
.whyChooseUs .choice .item-layout .labelImage .elfDiagram {
  background: url("/web/shiwaicloud/s3-file/assets/img/index/tjuuu.png") no-repeat center;
  background-size: 350%;
  width: 90px;
  height: 90px;
  flex-shrink: 0;
  background-position: -13px -8px;
}
.whyChooseUs .choice .item-layout .label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.whyChooseUs .choice .item-layout .label .item {
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  color: #1A8DFF;
  border: 1px solid #1A8DFF;
  width: 95px;
  font-size: 13px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.whyChooseUs .choice .item-layout:nth-child(2) .labelImage .elfDiagram {
  background: url("/web/shiwaicloud/s3-file/assets/img/index/tjuuu.png") no-repeat center;
  background-size: 350%;
  background-position: -11px -236px;
}
.whyChooseUs .choice .item-layout:nth-child(3) .labelImage .elfDiagram {
  background: url("/web/shiwaicloud/s3-file/assets/img/index/tjuuu.png") no-repeat center;
  background-size: 350%;
  background-position: -10px -342px;
}
.whyChooseUs .choice .item-layout:nth-child(4) .labelImage .elfDiagram {
  background: url("/web/shiwaicloud/s3-file/assets/img/index/tjuuu.png") no-repeat center;
  background-size: 350%;
  background-position: -218px -342px;
}

.safetyCompliance {
  overflow: hidden;
  position: relative;
}
.safetyCompliance .back {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  z-index: -2;
}
.safetyCompliance .gradientComplementaryColor {
  position: absolute;
  width: 24%;
  filter: blur(26px);
  height: 335px;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(to right, rgb(239, 251, 254), rgb(244, 244, 254));
}
.safetyCompliance .item-title-describe a {
  color: #6fb7fb;
}
.safetyCompliance .highSpeed .flex {
  display: flex;
  align-items: center;
}
.safetyCompliance .highSpeed .flex .left-flex {
  flex: 1;
}
.safetyCompliance .highSpeed .flex .right-flex {
  flex: 0.4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 500px;
}
.safetyCompliance .highSpeed .flex .right-flex .item-region {
  display: flex;
}
.safetyCompliance .highSpeed .flex .right-flex .item-region img {
  width: 60px;
  height: 40px;
}
.safetyCompliance .highSpeed .flex .right-flex .item-region span {
  font-size: 18px;
}
.safetyCompliance .highSpeed .flex .right-flex .item-region span i {
  color: #52A9FB;
  font-size: 35px;
}
.safetyCompliance .highSpeed .flex .right-flex .item-region:nth-child(2) img {
  width: 50px;
  height: 50px;
}

.newsAndInformation {
  background: #F6F9FF;
}
.newsAndInformation .item-title-describe a {
  color: #395EC1;
}
.newsAndInformation .consultingService {
  display: flex;
  gap: 30px;
}
.newsAndInformation .consultingService .themeConsultation {
  width: 515px;
  flex-shrink: 0;
  background: url("/web/shiwaicloud/s3-file/assets/img/index/weilai.png") no-repeat center;
  background-size: cover;
  box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.newsAndInformation .consultingService .themeConsultation .textDetails {
  padding: 10px 55px;
  background: rgba(235, 235, 235, 0.7490196078);
  width: 100%;
  display: flex;
  flex-direction: column;
}
.newsAndInformation .consultingService .themeConsultation .textDetails p {
  font-size: 15px;
}
.newsAndInformation .consultingService .themeConsultation .textDetails a {
  color: rgb(57, 94, 193);
  margin-left: auto;
  font-size: 15px;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.newsAndInformation .consultingService .themeConsultation .textDetails a img {
  width: 20px;
  height: 20px;
}
.newsAndInformation .consultingService .textConsultation {
  flex: 1;
  height: 280px;
}
.newsAndInformation .consultingService .textConsultation .s3-owne{
    display: flex;
    flex-direction: column;
    /*height: 100%;*/
}
.newsAndInformation .consultingService .textConsultation .s3-owne .s3-itemMyOwnThing {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eaeaea;
    height: 100%;
    border-radius: 5px;
    padding: 0 20px;
    height: 62.2px;
}

.newsAndInformation .consultingService .textConsultation .s3-owne .s3-itemMyOwnThing .s3-titleDescription{
    width: 85%;
}
.newsAndInformation .consultingService .textConsultation .s3-owne .s3-itemMyOwnThing .s3-titleDescription span{
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newsAndInformation .consultingService .textConsultation .s3-owne .s3-itemMyOwnThing .s3-titleDescription p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none;
}
.newsAndInformation .consultingService .textConsultation .s3-owne .s3-itemMyOwnThing .s3-titleDescription a{
    display: flex;
    flex-direction: column;
    gap: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 85%;
}
.newsAndInformation .consultingService .textConsultation .s3-owne .s3-xuanzhong {
    box-shadow: 3px 3px 3px 1px rgba(0,0,0,0.16);
    background: #FFFFFF;
    padding:  20px;
    height: 92.2px;
}
.newsAndInformation .consultingService .textConsultation .s3-owne .s3-xuanzhong .s3-titleDescription p {
    display: block;
    max-width: 500px;
}
.newsAndInformation .consultingService .textConsultation .item-consultingService .titleHeader {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}
.newsAndInformation .consultingService .textConsultation .item-consultingService .titleHeader .label {
  display: none;
  color: #395EC1;
  border: 1px solid #395EC1;
  width: 45px;
  height: 100%;
  font-size: 13px;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  margin-right: 10px;
}
.newsAndInformation .consultingService .textConsultation .item-consultingService .titleHeader span {
  padding: 10px 30px;
}
.newsAndInformation .consultingService .textConsultation .item-consultingService .titleHeader span i {
  font-size: 20px;
}
.newsAndInformation .consultingService .textConsultation .item-consultingService p {
  margin: 15px 0;
  display: none;
}
.newsAndInformation .consultingService .textConsultation .item-consultingService .biaojing {
  display: none;
  align-items: center;
  justify-content: space-between;
}
.newsAndInformation .consultingService .textConsultation .item-consultingService .biaojing .well {
  display: flex;
  align-items: center;
  gap: 20px;
}
.newsAndInformation .consultingService .textConsultation .item-consultingService .biaojing .well a {
  color: #395EC1;
}
.newsAndInformation .consultingService .textConsultation .item-consultingService .biaojing .time a {
  display: flex;
  align-items: center;
}
.newsAndInformation .consultingService .textConsultation .item-consultingService .biaojing .time img {
  margin-left: 5px;
  width: 18px;
  height: 18px;
}
.newsAndInformation .consultingService .textConsultation .news-list {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.newsAndInformation .consultingService .textConsultation .news-list .news-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding: 10px 20px;
  border-bottom: 1px solid rgb(218, 221, 225);
  height: 100%;
}
.newsAndInformation .consultingService .textConsultation .news-list .news-item .fboxRow {
  display: flex;
  align-items: center;
}
.newsAndInformation .consultingService .textConsultation .news-list .news-item .fboxRow .number {
  width: 16px;
  height: 16px;
  background: linear-gradient(270deg, #004CFF 0%, #1A8DFF 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  font-size: 12px;
  margin-right: 20px;
}
.newsAndInformation .consultingService .textConsultation .news-list .news-item .fboxRow a .title {
  font-size: 15px;
}
.newsAndInformation .consultingService .textConsultation .news-list .news-item .time {
  white-space: nowrap;
}
.newsAndInformation .consultingService .textConsultation .active {
  box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.16);
  background: #fff;
  padding: 30px !important;
  border-radius: 5px 5px 5px 5px;
}
.newsAndInformation .consultingService .textConsultation .active .titleHeader {
  border-bottom: 0px;
}
.newsAndInformation .consultingService .textConsultation .active .titleHeader .label {
  display: flex;
}
.newsAndInformation .consultingService .textConsultation .active .titleHeader span {
  padding: 0;
}
.newsAndInformation .consultingService .textConsultation .active p {
  display: flex;
}
.newsAndInformation .consultingService .textConsultation .active .biaojing {
  display: flex;
}

@media (max-width: 768px) {
  .gridDistributed {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 5vw;
    gap: 2vw 5vw;
    position: relative;
    top: -18vw;
    z-index: 99;
  }
  .gridDistributed .item-block {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 2vw;
    -webkit-border-radius: 2vw;
    -moz-border-radius: 2vw;
    -ms-border-radius: 2vw;
    -o-border-radius: 2vw;
  }
  .gridDistributed .item-block a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 2.5vw 4vw;
  }
  .gridDistributed .item-block .picture {
    width: 10vw;
    height: 10vw;
    overflow: hidden;
    margin-right: 3vw;
  }
  .gridDistributed .item-block .picture img {
    width: 500%;
    height: 700%;
    margin: -17vw -3vw;
  }
  .gridDistributed .item-block span {
    font-size: 4vw;
  }
  .gridDistributed .item-block:nth-child(2) .picture img {
    margin: -52vw -3vw;
  }
  .gridDistributed .item-block:nth-child(3) .picture img {
    margin: 0vw -19vw;
  }
  .gridDistributed .item-block:nth-child(4) .picture img {
    margin: 0vw -3vw;
  }
   .banner .nav {
    display: none;
  }
  .stableService .defaultWidth {
    padding: 0 !important;
  }
  .stableService .alone .navigationSwitching {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: #fff;
  }
  .stableService .alone .navigationSwitching .Switch {
    position: absolute;
    z-index: 1;
    width: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    height: 100%;
  }
  .stableService .alone .navigationSwitching .Switch img {
    width: 4vw;
    height: 4vw;
  }
  .stableService .alone .navigationSwitching .leftSwitch {
    left: 0;
    box-shadow: 1px 2px 4px #dfdfdf;
  }
  .stableService .alone .navigationSwitching .rightSwitch {
    right: 0;
    box-shadow: -1px 1px 4px #dfdfdf;
  }
  .stableService .alone .navigationSwitching .horizontalShift {
    display: flex;
    width: 100%;
    height: 10vw;
  }
  .stableService .alone .navigationSwitching .itme-service {
    font-size: 3.5vw;
    width: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2vw;
  }
  .stableService .alone .navigationSwitching .s3-xuanzhonge{
      color: #0080F9;
  }
  .stableService .alone .navigationSwitching .itme-service img {
    width: 6vw;
    height: 6vw;
  }
  .stableService .alone .cutFlowerContents {
    display: flex;
    flex-direction: column;
    padding: 10vw 4vw 4vw 4vw;
    gap: 3vw;
  }
  .stableService .alone .cutFlowerContents .upperLevelLayout {
    display: flex;
    gap: 8vw;
  }
  .stableService .alone .cutFlowerContents .upperLevelLayout .s3-waidiv{
      display: flex;
  }
  .stableService .alone .cutFlowerContents .upperLevelLayout .item-largeChunks {
    background: #fff;
    padding: 4vw;
    box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.075);
    border-radius: 2vw;
    -webkit-border-radius: 2vw;
    -moz-border-radius: 2vw;
    -ms-border-radius: 2vw;
    -o-border-radius: 2vw;
  }
  .stableService .alone .cutFlowerContents .upperLevelLayout .item-largeChunks span {
    font-size: 4.2vw;
  }
  .stableService .alone .cutFlowerContents .upperLevelLayout .item-largeChunks p {
    font-size: 3.5vw;
    margin: 3vw 0;
  }
  .stableService .alone .cutFlowerContents .upperLevelLayout .item-largeChunks .label {
    display: flex;
    align-items: center;
    gap: 2vw;
  }
  .stableService .alone .cutFlowerContents .upperLevelLayout .item-largeChunks .label .item-label {
    color: #006CD8;
    border: 1px solid #006CD8;
    padding: 0.5vw 2vw;
    border-radius: 0.5vw;
    font-size: 2.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .stableService .alone .cutFlowerContents .upperLevelLayout .item-largeChunks .text {
    display: flex;
    align-items: flex-end;
    font-size: 3.5vw;
    margin-top: 6vw;
  }
  .stableService .alone .cutFlowerContents .upperLevelLayout .item-largeChunks .text i:nth-child(1) {
    font-size: 4.2vw;
    color: #0080F9;
  }
  .stableService .alone .cutFlowerContents .upperLevelLayout .item-largeChunks .text i:nth-child(2) {
    font-size: 3vw;
    color: #0080F9;
  }
  .stableService .alone .cutFlowerContents .upperLevelLayout .towTwo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .stableService .alone .cutFlowerContents .upperLevelLayout .towTwo .itme-service {
    padding: 5vw;
    background: #fff;
    border-radius: 2vw;
    -webkit-border-radius: 2vw;
    -moz-border-radius: 2vw;
    -ms-border-radius: 2vw;
    -o-border-radius: 2vw;
    box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.075);
  }
  .stableService .alone .cutFlowerContents .upperLevelLayout .towTwo .itme-service span {
    font-size: 4.2vw;
  }
  .stableService .alone .cutFlowerContents .upperLevelLayout .towTwo .itme-service .text {
    display: flex;
    align-items: flex-end;
    font-size: 3.5vw;
    margin-top: 1.5vw;
  }
  .stableService .alone .cutFlowerContents .upperLevelLayout .towTwo .itme-service .text i:nth-child(1) {
    font-size: 4.2vw;
    color: #0080F9;
  }
  .stableService .alone .cutFlowerContents .twoHorizontal {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3vw;
    width: 100%;
    flex-shrink: 0;
  }
  .stableService .alone .cutFlowerContents .twoHorizontal .item-transverse {
    width: 100%;
    background: #fff;
    padding: 5vw;
    box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.075);
    border-radius: 2vw;
    -webkit-border-radius: 2vw;
    -moz-border-radius: 2vw;
    -ms-border-radius: 2vw;
    -o-border-radius: 2vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
            flex-direction: column;
  }
  .stableService .alone .cutFlowerContents .twoHorizontal .item-transverse .text span {
    font-size: 4.2vw;
  }
  .stableService .alone .cutFlowerContents .twoHorizontal .item-transverse .text p {
    font-size: 3vw;
    margin-top: 3vw;
  }
  .stableService .alone .cutFlowerContents .twoHorizontal .item-transverse .price {
    display: flex;
    align-items: flex-end;
    font-size: 3.5vw;
    margin-top: 0;
    width: 100%;
  }
  .stableService .alone .cutFlowerContents .twoHorizontal .item-transverse .price i:nth-child(1) {
    font-size: 4.2vw;
    color: #0080F9;
  }
   .servingThousandsOfIndustries .item-title-describe p {
    font-size: 3vw !important;
  }
   .servingThousandsOfIndustries .item-title-describe a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 3.5vw;
    margin-top: 2vw;
  }
   .servingThousandsOfIndustries .service .above .rightSide {
    grid-template-columns: repeat(1, 1fr);
  }
   .servingThousandsOfIndustries .service .above .leftSides .item-noodles:nth-child(1) {
    display: none;
  }
   .servingThousandsOfIndustries .service .above .rightSide .item-noodles:nth-child(2) {
    display: none;
  }
   .servingThousandsOfIndustries .service .above .rightSide .item-noodles:nth-child(4) {
    display: none;
  }
   .servingThousandsOfIndustries .service .above {
    gap: 4vw;
  }
   .servingThousandsOfIndustries .service .above .leftSide .item-noodles:nth-child(2) {
    padding: 5vw;
    width: 35vw;
    border-radius: 3vw;
  }
   .servingThousandsOfIndustries .service .above .rightSide .item-noodles {
    height: 30vw;
  }
   .servingThousandsOfIndustries .service .above .leftSide .item-noodles .mask {
    height: 10vw;
  }
   .servingThousandsOfIndustries .service .bottomSurface .item-noodles .slidingArea {
    transform: translateY(26vw);
    -webkit-transform: translateY(26vw);
    -moz-transform: translateY(26vw);
    -ms-transform: translateY(26vw);
    -o-transform: translateY(26vw);
  }
   .servingThousandsOfIndustries .service .above .leftSide .item-noodles span {
    font-size: 3.1vw;
    transform: translateY(34vw);
    -webkit-transform: translateY(34vw);
    -moz-transform: translateY(34vw);
    -ms-transform: translateY(34vw);
    -o-transform: translateY(34vw);
  }
   .servingThousandsOfIndustries .service .above .leftSide .item-noodles:hover span {
    transform: translateY(-15vw);
    -webkit-transform: translateY(-15vw);
    -moz-transform: translateY(-15vw);
    -ms-transform: translateY(-15vw);
    -o-transform: translateY(-15vw);
  }
   .servingThousandsOfIndustries .service .above .leftSide .item-noodles .slidingArea {
    font-size: 3vw;
  }
   .servingThousandsOfIndustries .service .above .leftSide .item-noodles:hover .slidingArea {
    transform: translateY(-12vw);
    -webkit-transform: translateY(-12vw);
    -moz-transform: translateY(-12vw);
    -ms-transform: translateY(-12vw);
    -o-transform: translateY(-12vw);
  }
   .servingThousandsOfIndustries .service .above .leftSide .item-noodles .slidingArea a {
    transform: translateY(6vw);
    font-size: 3vw;
    white-space: pre;
  }
   .servingThousandsOfIndustries .service .above .rightSide .item-noodles span {
    transform: translateY(22vw) !important;
    -webkit-transform: translateY(22vw) !important;
    -moz-transform: translateY(22vw) !important;
    -ms-transform: translateY(22vw) !important;
    -o-transform: translateY(22vw) !important;
  }
   .servingThousandsOfIndustries .service .above .rightSide .item-noodles:hover span {
    transform: translateY(2vw) !important;
    -webkit-transform: translateY(2vw) !important;
    -moz-transform: translateY(2vw) !important;
    -ms-transform: translateY(2vw) !important;
    -o-transform: translateY(2vw) !important;
  }
   .servingThousandsOfIndustries .service .above .leftSide .item-noodles {
    padding: 5vw;
  }
   .servingThousandsOfIndustries .service .above .rightSide .item-noodles:hover .slidingArea {
    transform: translateY(4vw);
    -webkit-transform: translateY(4vw);
    -moz-transform: translateY(4vw);
    -ms-transform: translateY(4vw);
    -o-transform: translateY(4vw);
  }
   .servingThousandsOfIndustries .service .above .leftSide .item-noodles .slidingArea a {
    transform: translateY(-1vw);
  }
   .servingThousandsOfIndustries .service .bottomSurface {
    grid-template-columns: repeat(1, 1fr);
  }
   .servingThousandsOfIndustries .service .bottomSurface .item-noodles:nth-child(2) {
    display: none;
  }
   .servingThousandsOfIndustries .service .bottomSurface .item-noodles {
    padding: 5vw;
    border-radius: 4vw;
    height: auto;
  }
   .servingThousandsOfIndustries .service .bottomSurface .item-noodles .mask {
    height: 13vw;
  }
   .servingThousandsOfIndustries .service .bottomSurface .item-noodles span {
    font-size: 4vw;
    transform: translateY(20vw);
    -webkit-transform: translateY(20vw);
    -moz-transform: translateY(20vw);
    -ms-transform: translateY(20vw);
    -o-transform: translateY(20vw);
  }
   .servingThousandsOfIndustries .service .bottomSurface .item-noodles:hover span {
    transform: translateY(-3vw);
    -webkit-transform: translateY(-3vw);
    -moz-transform: translateY(-3vw);
    -ms-transform: translateY(-3vw);
    -o-transform: translateY(-3vw);
  }
   .servingThousandsOfIndustries .service .bottomSurface .item-noodles .slidingArea {
    font-size: 3.5vw;
  }
   .servingThousandsOfIndustries .service .bottomSurface .item-noodles:hover .slidingArea {
    transform: translateY(-1vw);
    -webkit-transform: translateY(-1vw);
    -moz-transform: translateY(-1vw);
    -ms-transform: translateY(-1vw);
    -o-transform: translateY(-1vw);
  }
   .servingThousandsOfIndustries .service .bottomSurface .item-noodles .slidingArea a {
    transform: translateY(2vw);
    -webkit-transform: translateY(2vw);
    -moz-transform: translateY(2vw);
    -ms-transform: translateY(2vw);
    -o-transform: translateY(2vw);
    font-size: 3.5vw;
  }
  .servingThousandsOfIndustries .exclusiveTo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3vw;
    margin-bottom: 3vw;
  }
  .servingThousandsOfIndustries .exclusiveTo .item-noodles {
    padding: 5vw;
    border-radius: 3vw;
    -webkit-border-radius: 3vw;
    -moz-border-radius: 3vw;
    -ms-border-radius: 3vw;
    -o-border-radius: 3vw;
    background: url("/web/shiwaicloud/s3-file/assets/img/index/yisheng.png") no-repeat center;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .servingThousandsOfIndustries .exclusiveTo .item-noodles .mask {
    position: absolute;
    background: rgba(255, 255, 255, 0.5882352941);
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10vw;
  }
  .servingThousandsOfIndustries .exclusiveTo .item-noodles:hover .mask {
    height: 100%;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.26);
  }
  .servingThousandsOfIndustries .exclusiveTo .item-noodles span {
    font-size: 3.5vw;
    position: relative;
    transform: translateY(25vw);
    -webkit-transform: translateY(25vw);
    -moz-transform: translateY(25vw);
    -ms-transform: translateY(25vw);
    -o-transform: translateY(25vw);
  }
  .servingThousandsOfIndustries .exclusiveTo .item-noodles:hover span {
    transform: translateY(-2vw);
    -webkit-transform: translateY(-2vw);
    -moz-transform: translateY(-2vw);
    -ms-transform: translateY(-2vw);
    -o-transform: translateY(-2vw);
  }
  .servingThousandsOfIndustries .exclusiveTo .item-noodles .slidingArea {
    display: flex;
    flex-direction: column;
    transform: translateY(235px);
    -webkit-transform: translateY(235px);
    -moz-transform: translateY(235px);
    -ms-transform: translateY(235px);
    -o-transform: translateY(235px);
    font-size: 3vw;
  }
  .servingThousandsOfIndustries .exclusiveTo .item-noodles .slidingArea a {
    transform: translateY(35px);
  }
  .servingThousandsOfIndustries .exclusiveTo .item-noodles .slidingArea a:hover {
    color: #004CFF;
  }
  .servingThousandsOfIndustries .exclusiveTo .item-noodles:hover .slidingArea {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .servingThousandsOfIndustries .exclusiveTo .item-noodles:hover .slidingArea a {
    transform: translateY(2vw);
  }
  .servingThousandsOfIndustries .exclusiveTo .item-noodles:nth-child(2) {
    background: url("/web/shiwaicloud/s3-file/assets/img/index/wxcvss.png") no-repeat center;
    background-size: cover;
  }
   .cloudMarket .market .rightGrid {
    gap: 5vw;
  }
   .cloudMarket .market .rightGrid .item-grid {
    padding: 5vw 5vw 10vw 5vw;
    border-radius: 5px;
    -webkit-border-radius: 2vw;
  }
   .cloudMarket .market .rightGrid .item-grid span {
    font-size: 5vw;
    text-align: center;
    display: block;
  }
   .cloudMarket .market .rightGrid .item-grid p {
    margin: 4vw 0;
    line-height: 6vw;
    font-size: 3vw;
  }
   .cloudMarket .market .rightGrid .item-grid a {
    height: 9vw;
    font-size: 3.5vw;
  }
   .whyChooseUs .choice {
    grid-template-columns: repeat(1, 1fr);
    gap: 5vw;
  }
   .whyChooseUs .choice .item-layout {
    padding: 5vw;
    border-radius: 3vw;
    -webkit-border-radius: 3vw;
    -moz-border-radius: 3vw;
    -ms-border-radius: 3vw;
    -o-border-radius: 3vw;
  }
   .whyChooseUs .choice .item-layout .labelImage .descriptiveTitle span {
    font-size: 4.5vw;
  }
   .whyChooseUs .choice .item-layout .labelImage .descriptiveTitle p {
    margin-top: 3vw !important;
    line-height: 4vw;
    font-size: 3vw;
    padding-right: 1vw;
  }
   .whyChooseUs .choice .item-layout .labelImage .elfDiagram {
    width: 15vw;
    height: 15vw;
    background-position: -2vw -2vw;
  }
   .whyChooseUs .choice .item-layout:nth-child(2) .labelImage .elfDiagram {
    background-position: -2vw -40vw;
  }
   .whyChooseUs .choice .item-layout:nth-child(3) .labelImage .elfDiagram {
    background-position: -2vw -57vw;
  }
   .whyChooseUs .choice .item-layout:nth-child(4) .labelImage .elfDiagram {
    background-position: -37vw -57vw;
  }
   .whyChooseUs .choice .item-layout .label .item {
    width: 19vw;
    font-size: 3.5vw;
    height: 5.5vw;
  }
   .safetyCompliance .highSpeed .flex .right-flex .item-region img {
    width: 12vw;
    height: 9vw;
  }
   .safetyCompliance .highSpeed .flex .right-flex .item-region:nth-child(2) img {
    width: 12vw;
    height: 12vw;
  }
   .safetyCompliance .highSpeed .flex .left-flex {
    flex: 0.4;
  }
   .safetyCompliance .highSpeed .flex .right-flex .item-region span {
    font-size: 4vw;
  }
   .safetyCompliance .highSpeed .flex .right-flex .item-region span i {
    font-size: 7vw;
  }
   .safetyCompliance .highSpeed .flex .right-flex {
    flex: 1;
  }
   .safetyCompliance .highSpeed .flex .right-flex .item-region p {
    font-size: 3.5vw;
  }
   .safetyCompliance .highSpeed .flex .right-flex {
    height: 85vw;
  }
   .newsAndInformation .consultingService {
    gap: 3vw;
    flex-direction: column;
  }
   .newsAndInformation .consultingService .themeConsultation {
    width: 100%;
    border-radius: 3vw;
    -webkit-border-radius: 3vw;
    -moz-border-radius: 3vw;
    -ms-border-radius: 3vw;
    -o-border-radius: 3vw;
  }
   .newsAndInformation .consultingService .themeConsultation .textDetails {
    height: 50vw;
    background: transparent;
    padding: 0;
  }
   .newsAndInformation .consultingService .themeConsultation .textDetails p {
    background: rgba(235, 235, 235, 0.7490196078);
    padding: 4vw 5vw;
    font-size: 3.5vw;
    transform: translateY(34vw);
    -webkit-transform: translateY(34vw);
    -moz-transform: translateY(34vw);
    -ms-transform: translateY(34vw);
    -o-transform: translateY(34vw);
  }
  .stableService .unified {
    overflow: hidden;
  }
  .stableService .alone .navigationSwitching .active {
    position: relative;
  }
  .stableService .alone .navigationSwitching .active::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 3px;
    background: #0080F9;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
  .stableService .alone .allTrform {
    display: flex;
    width: 100%;
    transform: translateX(0%);
  }
  .stableService .alone .cutFlowerContents {
    flex-shrink: 0;
    width: 100%;
  }
   .newsAndInformation .consultingService .themeConsultation .textDetails {
    flex-direction: column;
  }
  .newsAndInformation .consultingService .textConsultation{
      height: auto;
  }
   .newsAndInformation .consultingService .textConsultation .active {
    padding: 5vw;
  }
   .newsAndInformation .consultingService .textConsultation .active .biaojing {
    flex-direction: column;
    align-items: normal;
  }
   .newsAndInformation .consultingService .textConsultation .news-list .news-item .fboxRow .number {
    width: 4vw;
    height: 4vw;
    font-size: 3vw;
    margin-right: 3vw;
    flex-shrink: 0;
  }
  .newsAndInformation .consultingService .textConsultation .s3-owne .s3-itemMyOwnThing{
          padding: 2vw 5vw;
          height: 15vw;
  }
  .newsAndInformation .consultingService .textConsultation .s3-owne .s3-xuanzhong{
      padding: 4vw 5vw;
      height: 20vw;
  }
  .newsAndInformation .consultingService .textConsultation .s3-owne .s3-itemMyOwnThing .s3-titleDescription span{
      font-size: 3.8vw;
  }
  .newsAndInformation .consultingService .textConsultation .s3-owne{
      gap: 4vw;
  }
   .newsAndInformation .consultingService .textConsultation .news-list .news-item {
    gap: 5vw;
    padding: 4vw;
  }
  .newsAndInformation .consultingService .textConsultation .s3-owne .s3-xuanzhong .s3-titleDescription p{
      font-size: 3vw;
  }
   .newsAndInformation .consultingService .textConsultation .active {
    padding: 5vw !important;
  }
   .newsAndInformation .consultingService .textConsultation .news-list .news-item .fboxRow a .title {
    font-size: 3.5vw;
    color: #646464;
  }
   .newsAndInformation .consultingService .textConsultation .news-list .news-item .time {
    font-size: 3.5vw;
    color: #646464;
  }
   .banner .controlTheRoller .switch {
    display: none;
  }
   .banner .controlTheRoller {
    width: 100%;
  }
  .banner .swiper {
    height: 100%;
  }
   .banner .controlTheRoller {
    width: 100%;
    height: 100%;
    padding: 5vw;
    display: flex;
    align-items: center;
  }
  .banner .swiper {
    height: 100%;
  }
   .banner .controlTheRoller .rightSideContent {
    padding: 0;
  }
   .banner .controlTheRoller .rightSideContent span {
    font-size: 8vw;
  }
   .banner .controlTheRoller .rightSideContent p {
    font-size: 3.5vw;
  }
   .banner .controlTheRoller .rightSideContent p i {
    font-size: 4vw;
    display: block;
  }
   .banner .controlTheRoller .rightSideContent a {
    width: 30vw;
    height: 10vw;
    font-size: 4vw;
    border-radius: 1vw;
    -webkit-border-radius: 1vw;
    -moz-border-radius: 1vw;
    -ms-border-radius: 1vw;
    -o-border-radius: 1vw;
  }
   .newsAndInformation .consultingService .themeConsultation .textDetails a {
    display: none;
  }
}

/*# sourceMappingURL=index.css.map */
