<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.s4-banner {
  position: relative;
  overflow: hidden;
}
.s4-banner .s4-swiper {
  position: absolute !important;
  width: 100%;
  height: 100%;
}
.s4-banner .s4-swiper .swiper-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s4-banner .s4-swiper .swiper-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s4-banner .swiper-slide-active .s4-defaultWidth .s4-textHiddenAndVisible span {
  animation: vagueEntrys 0.5s ease-in-out;
  -webkit-animation: vagueEntrys 0.5s ease-in-out;
}
.s4-banner .swiper-slide-active .s4-defaultWidth .s4-textHiddenAndVisible span:nth-of-type(2) {
  animation: vagueEntrys 1s ease-in-out;
  -webkit-animation: vagueEntrys 1s ease-in-out;
}
@keyframes vagueEntrys {
  0% {
    opacity: 0;
    filter: blur(10px);
    -webkit-filter: blur(10px);
    transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
    -webkit-filter: blur(0px);
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
.s4-banner .swiper-slide-active .s4-defaultWidth .s4-textHiddenAndVisible p {
  animation: describeTheEntrance 1s ease-in-out;
  -webkit-animation: describeTheEntrance 1s ease-in-out;
}
@keyframes describeTheEntrance {
  0% {
    opacity: 0;
    filter: blur(10px);
    -webkit-filter: blur(10px);
    transform: translateX(50px);
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
    -webkit-filter: blur(0px);
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
.s4-banner .swiper-slide-active .s4-defaultWidth .s4-textHiddenAndVisible button {
  animation: buttonEntry 1s ease-in-out;
  -webkit-animation: buttonEntry 1s ease-in-out;
}
@keyframes buttonEntry {
  0% {
    opacity: 0;
    filter: blur(20px);
    -webkit-filter: blur(20px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
    -webkit-filter: blur(0px);
  }
}
.s4-banner .s4-defaultWidth {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 1300px;
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.s4-banner .s4-defaultWidth .s4-textHiddenAndVisible .s4-item-text {
  position: relative;
  z-index: 1;
  color: #000;
  width: 40%;
}
.s4-banner .s4-defaultWidth .s4-textHiddenAndVisible .s4-item-text span {
  display: flex;
  font-family: "ZihunChaojihei";
  font-size: 45px;
  font-weight: 700;
  align-items: flex-end;
  position: relative;
  font-family: "ZihunChaojihei";
}
.s4-banner .s4-defaultWidth .s4-textHiddenAndVisible .s4-item-text span i {
  font-family: "ZihunChaojihei";
  font-size: 60px;
  font-weight: 700;
}
.s4-banner .s4-defaultWidth .s4-textHiddenAndVisible .s4-item-text span:nth-of-type(2) {
  margin-top: 20px;
  padding-left: 80px;
}
.s4-banner .s4-defaultWidth .s4-textHiddenAndVisible .s4-item-text p {
  font-size: 15px;
  margin-top: 40px;
}
.s4-banner .s4-defaultWidth .s4-textHiddenAndVisible .s4-item-text p i {
  font-size: 18px;
}
.s4-banner .s4-defaultWidth .s4-textHiddenAndVisible .s4-item-text button {
  background: #1A8DFF;
  box-shadow: 0px 3px 6px 1px rgba(2, 20, 183, 0.16), inset 0px 3px 6px 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;
  border: none;
  color: #fff;
  width: 140px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  font-size: 15px;
  cursor: pointer;
}
.s4-banner .s4-defaultWidth .s4-textHiddenAndVisible .s4-item-text button:focus {
  background: #63b0fd;
}
.s4-banner .s4-defaultWidth .s4-textHiddenAndVisible .s4-item-text button:hover {
  background: #63b0fd;
}

@media (max-width: 768px) {
  .s4-banner {
    background-color: rgb(248, 249, 252);
  }
  .s4-banner .swiper-slide {
    width: 100% !important;
  }
  .s4-banner .swiper-pagination-bullet {
    width: 8vw;
    height: 0.95vw;
    border-radius: 1vw;
  }
  .s4-banner .s4-defaultWidth {
    padding-top: 17vw;
    justify-content: flex-end;
    padding-bottom: 10vw;
  }
  .s4-banner .s4-defaultWidth .s4-textHiddenAndVisible .s4-item-text {
    width: 100%;
  }
  .s4-banner .s4-defaultWidth .s4-textHiddenAndVisible .s4-item-text .s4-headLabel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2vw;
  }
  .s4-banner .s4-defaultWidth .s4-textHiddenAndVisible .s4-item-text .s4-headLabel span {
    color: #202021;
    display: flex;
    font-family: inherit;
    font-size: 6vw;
    align-items: flex-end;
    line-height: 1.5;
    position: relative;
  }
  .s4-banner .s4-defaultWidth .s4-textHiddenAndVisible .s4-item-text .s4-headLabel span i {
    font-family: inherit;
    font-size: 6vw;
  }
  .s4-banner .s4-defaultWidth .s4-textHiddenAndVisible .s4-item-text .s4-headLabel span:nth-of-type(2) {
    margin-top: 0px;
    padding-left: 0px;
  }
  .s4-banner .s4-defaultWidth .s4-textHiddenAndVisible .s4-item-text p {
    font-size: 3.5vw;
    margin-top: 4vw;
    text-align: center;
    color: #555555;
  }
}
.s4-collective {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  height: 140px;
  position: relative;
  top: -70px;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: linear-gradient(180deg, rgba(248, 251, 255, 0.4392156863) 0%, rgba(254, 254, 254, 0.4705882353) 100%);
  box-shadow: 0px 3px 8px 1px rgba(2, 34, 136, 0.16);
  padding: 30px 0px;
  border: 2.5px solid #FFFFFF;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}
.s4-collective .s4-item-plate {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.s4-collective .s4-item-plate:hover img {
  filter: drop-shadow(2px 2px 10px rgba(26, 141, 255, 0.4666666667));
  -webkit-filter: drop-shadow(2px 2px 10px rgba(26, 141, 255, 0.4666666667));
}
.s4-collective .s4-item-plate:hover .s4-titleDescription span {
  color: #1A8DFF;
}
.s4-collective .s4-item-plate .s4-titleDescription {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.s4-collective .s4-item-plate .s4-titleDescription span {
  font-size: 18px;
  color: #030000;
}
.s4-collective .s4-item-plate .s4-titleDescription p {
  color: #292929;
}
.s4-collective .s4-item-plate img {
  width: 45px;
  height: 45px;
}
.s4-collective .s4-item-plate:nth-of-type(2) {
  border-left: 1px solid #E3E6EB;
  border-right: 1px solid #E3E6EB;
}
.s4-collective .s4-item-plate:nth-of-type(3) {
  border-right: 1px solid #E3E6EB;
}

@media (max-width: 768px) {
  .s4-collective {
    background-color: rgb(248, 249, 252);
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    top: 0;
    box-shadow: none;
    border: none;
    padding: 5vw;
    gap: 4vw;
    height: auto;
  }
  .s4-collective .s4-item-plate {
    justify-content: normal;
    border: none;
    background: linear-gradient(180deg, #F4F6F8 0%, #FFFFFF 100%);
    box-shadow: 0px 3px 8px 1px rgba(3, 23, 88, 0.16);
    border-radius: 4px 4px 4px 4px;
    border: 2px solid #FFFFFF;
    padding: 2vw;
    gap: 3vw;
  }
  .s4-collective .s4-item-plate img {
    width: 9vw;
    height: 9vw;
    flex-shrink: 0;
    margin-left: 1vw;
  }
  .s4-collective .s4-item-plate .s4-titleDescription span {
    font-size: 3.5vw;
  }
  .s4-collective .s4-item-plate p {
    display: none;
  }
  .s4-collective .s4-item-plate:nth-of-type(2) {
    border: none;
  }
  .s4-collective .s4-item-plate:nth-of-type(3) {
    border: none;
  }
}
.s4-productDisplay .s4-defaultWidth .s4-currentSection {
  background: url("/web/shiwaicloud/s4-file/assets/img/index/drawer.png") no-repeat center;
  background-size: contain;
  height: 600px;
  margin: 50px 0;
}
.s4-productDisplay .s4-defaultWidth .s4-currentSection .s4-navigation {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 0 100px;
}
.s4-productDisplay .s4-defaultWidth .s4-currentSection .s4-navigation .s4-item-current {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  cursor: pointer;
}
.s4-productDisplay .s4-defaultWidth .s4-currentSection .s4-navigation .s4-item-current .s4-base {
  background: url("/web/shiwaicloud/s4-file/assets/img/index/base.png") no-repeat center;
  background-size: cover;
  width: 90px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s4-productDisplay .s4-defaultWidth .s4-currentSection .s4-navigation .s4-item-current .s4-base img {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}
.s4-productDisplay .s4-defaultWidth .s4-currentSection .s4-navigation .s4-item-current:hover img {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}
.s4-productDisplay .s4-defaultWidth .s4-currentSection .s4-navigation .s4-item-current img {
  width: 85px;
  height: 65px;
}
.s4-productDisplay .s4-defaultWidth .s4-currentSection .s4-active {
  color: #1A8DFF;
  font-weight: 700;
}
@keyframes identifier {
  0% {
    opacity: 0;
    filter: blur(5px);
    -webkit-filter: blur(5px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    -webkit-filter: blur(0);
  }
}
.s4-productDisplay .s4-defaultWidth .s4-currentSection .s4-switchingContent {
  padding: 65px 72px;
  display: flex;
  gap: 25px;
  animation: identifier 1s ease-out both;
  -webkit-animation: identifier 0.5s ease-out both;
}
.s4-productDisplay .s4-defaultWidth .s4-currentSection .s4-switchingContent .s4-alone {
  padding: 40px 30px 20px 30px;
  background: linear-gradient(to bottom, #E3F2FF, #C4DEFF);
  width: 280px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.s4-productDisplay .s4-defaultWidth .s4-currentSection .s4-switchingContent .s4-alone span {
  font-weight: 700;
  font-size: 24px;
  position: relative;
  z-index: 1;
}
.s4-productDisplay .s4-defaultWidth .s4-currentSection .s4-switchingContent .s4-alone img {
  width: 100%;
}
.s4-productDisplay .s4-defaultWidth .s4-currentSection .s4-switchingContent .s4-alone .s4-back {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.s4-productDisplay .s4-defaultWidth .s4-currentSection .s4-switchingContent .s4-alone .s4-logoback {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 105%;
  height: 100%;
}
.s4-productDisplay .s4-defaultWidth .s4-currentSection .s4-switchingContent .s4-alone a {
  z-index: 1;
  color: #555555;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
}
.s4-productDisplay .s4-defaultWidth .s4-currentSection .s4-switchingContent .s4-alone a:hover {
  color: #1A8DFF;
}
.s4-productDisplay .s4-defaultWidth .s4-currentSection .s4-switchingContent .s4-alone a:hover img {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
}
.s4-productDisplay .s4-defaultWidth .s4-currentSection .s4-switchingContent .s4-alone a img {
  width: 15px;
  height: 15px;
}
.s4-productDisplay .s4-defaultWidth .s4-currentSection .s4-switchingContent .s4-manyService {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  border-bottom: 1px solid #E3E6EB;
  border-right: 1px solid #E3E6EB;
  overflow-y: scroll;
  height: 401px;
}
/* 修改滚动条 */
.s4-productDisplay .s4-defaultWidth .s4-currentSection .s4-switchingContent .s4-manyService::-webkit-scrollbar {
  width: 8px; /* 设置滚动条的宽度 */
}

.s4-productDisplay .s4-defaultWidth .s4-currentSection .s4-switchingContent .s4-manyService::-webkit-scrollbar-track {
  background-color: #f1f1f1; /* 设置滚动条轨道的背景色 */
}

.s4-productDisplay .s4-defaultWidth .s4-currentSection .s4-switchingContent .s4-manyService::-webkit-scrollbar-thumb {
  background-color: #87CEFA; /* 设置滚动条滑块的背景色（浅蓝色） */
  border-radius: 10px; /* 设置滑块的圆角 */
}

.s4-productDisplay .s4-defaultWidth .s4-currentSection .s4-switchingContent .s4-manyService::-webkit-scrollbar-thumb:hover {
  background-color: #00BFFF; /* 设置滑块的悬浮背景色（更深的蓝色） */
}
.s4-productDisplay .s4-defaultWidth .s4-currentSection .s4-switchingContent .s4-manyService .s4-itemService {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 20px;
  justify-content: space-between;
  height: 200px;
  border-top: 1px solid #E3E6EB;
  border-left: 1px solid #E3E6EB;
}
.s4-productDisplay .s4-defaultWidth .s4-currentSection .s4-switchingContent .s4-manyService .s4-itemService:hover {
  background-color: #ECF4FF;
  box-shadow: 0px 3px 6px 1px rgba(0, 20, 84, 0.1);
  z-index: 1;
}
.s4-productDisplay .s4-defaultWidth .s4-currentSection .s4-switchingContent .s4-manyService .s4-itemService .s4-titleDescription span {
  font-size: 19px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.s4-productDisplay .s4-defaultWidth .s4-currentSection .s4-switchingContent .s4-manyService .s4-itemService .s4-titleDescription span .s4-builtInTags {
  background-color: #FFECEB;
  color: #F04134;
  font-size: 12px;
  display: inline-block;
  padding: 0 5px;
}
.s4-productDisplay .s4-defaultWidth .s4-currentSection .s4-switchingContent .s4-manyService .s4-itemService .s4-titleDescription p {
  color: #757575;
  margin: 15px 0 0 0;
}
.s4-productDisplay .s4-defaultWidth .s4-currentSection .s4-switchingContent .s4-manyService .s4-itemService .s4-label {
  display: flex;
  gap: 10px;
  color: #5F7292;
  font-size: 12px;
}
.s4-productDisplay .s4-defaultWidth .s4-currentSection .s4-switchingContent .s4-manyService .s4-itemService .s4-label .s-itemLabel {
  background-color: #F1F2F5;
  padding: 2px 12px;
}
.s4-productDisplay .s4-defaultWidth .s4-currentSection .s4-switchingContent .s4-manyService .s4-itemService .s4-pricePurchase {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.s4-productDisplay .s4-defaultWidth .s4-currentSection .s4-switchingContent .s4-manyService .s4-itemService .s4-pricePurchase .s4-price {
  display: flex;
  color: #000103;
}
.s4-productDisplay .s4-defaultWidth .s4-currentSection .s4-switchingContent .s4-manyService .s4-itemService .s4-pricePurchase .s4-price .s4-colour {
  color: #004CFF;
}
.s4-productDisplay .s4-defaultWidth .s4-currentSection .s4-switchingContent .s4-manyService .s4-itemService .s4-pricePurchase .s4-buy {
  color: #fff;
  background: linear-gradient(270deg, #004CFF 0%, #1A8DFF 100%);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 8px 25px;
}
.s4-productDisplay .s4-defaultWidth .s4-currentSection .s4-switchingContent .s4-manyService .s4-itemService .s4-pricePurchase .s4-buy:hover {
  opacity: 0.75;
  filter: drop-shadow(2px 4px 6px #1A8DFF);
  -webkit-filter: drop-shadow(2px 4px 6px #1A8DFF);
}

@media (max-width: 768px) {
  .s4-productDisplay {
    background-color: #F8F9FC;
    padding: 7vw 0;
  }
  .s4-productDisplay .s4-defaultWidth {
    padding: 0 !important;
  }
  .s4-productDisplay .s4-defaultWidth .s4-title-Description p {
    font-size: 0;
  }
  .s4-productDisplay .s4-defaultWidth .s4-title-Description p a {
    font-size: 4vw;
    margin-left: 0;
  }
  .s4-productDisplay .s4-defaultWidth .s4-currentSection {
    background: transparent;
    height: auto;
    margin: 10vw 0;
  }
  .s4-productDisplay .s4-defaultWidth .s4-handheldFan {
    display: flex;
    flex-direction: column;
    gap: 0.5vw;
  }
  .s4-productDisplay .s4-defaultWidth .s4-handheldFan .s4-itemClickOnTheHandheldButton {
    height: 14vw;
    overflow: hidden;
  }
  .s4-productDisplay .s4-defaultWidth .s4-handheldFan .s4-itemClickOnTheHandheldButton .s4-clicker {
    background-color: #fff;
    height: 14vw;
    padding: 0 5vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .s4-productDisplay .s4-defaultWidth .s4-handheldFan .s4-itemClickOnTheHandheldButton .s4-clicker .s4-markingDiagram {
    display: flex;
    align-items: center;
    gap: 3vw;
    font-size: 4vw;
    color: #262626;
  }
  .s4-productDisplay .s4-defaultWidth .s4-handheldFan .s4-itemClickOnTheHandheldButton .s4-clicker .s4-markingDiagram img {
    width: 8vw;
    height: 8vw;
  }
  .s4-productDisplay .s4-defaultWidth .s4-handheldFan .s4-itemClickOnTheHandheldButton .s4-clicker .s4-triangleBlock {
    border-left: 2vw solid transparent;
    border-right: 2vw solid transparent;
    border-top: 2vw solid #7986AA;
  }
  .s4-productDisplay .s4-defaultWidth .s4-handheldFan .s4-itemClickOnTheHandheldButton .s4-clicker .s4-triangleOpen {
    border-top: 2vw solid #3873FE;
  }
  .s4-productDisplay .s4-defaultWidth .s4-handheldFan .s4-itemClickOnTheHandheldButton .s4-clickerContent {
    padding: 5vw;
  }
  .s4-productDisplay .s4-defaultWidth .s4-handheldFan .s4-itemClickOnTheHandheldButton .s4-clickerContent .s4-theFirstOne {
    background: url("/web/shiwaicloud/s4-file/assets/img/index/theFirstOne.png") no-repeat center;
    background-size: cover;
    padding: 5vw;
    display: flex;
    flex-direction: column;
    height: 35vw;
    justify-content: space-between;
  }
  .s4-productDisplay .s4-defaultWidth .s4-handheldFan .s4-itemClickOnTheHandheldButton .s4-clickerContent .s4-theFirstOne span {
    color: #181818;
    font-size: 5vw;
  }
  .s4-productDisplay .s4-defaultWidth .s4-handheldFan .s4-itemClickOnTheHandheldButton .s4-clickerContent .s4-theFirstOne a {
    display: flex;
    align-items: center;
    gap: 2vw;
    color: #555555;
    font-size: 4vw;
  }
  .s4-productDisplay .s4-defaultWidth .s4-handheldFan .s4-itemClickOnTheHandheldButton .s4-clickerContent .s4-theFirstOne a img {
    width: 4vw;
    height: 4vw;
  }
  .s4-productDisplay .s4-defaultWidth .s4-handheldFan .s4-itemClickOnTheHandheldButton .s4-clickerContent .s4-serverDropdownMenu {
    margin-top: 2vw;
    display: flex;
    flex-direction: column;
    gap: 1vw;
  }
  .s4-productDisplay .s4-defaultWidth .s4-handheldFan .s4-itemClickOnTheHandheldButton .s4-clickerContent .s4-serverDropdownMenu .s4-itemService {
    padding: 5vw;
    background-color: #fff;
    height: 45vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .s4-productDisplay .s4-defaultWidth .s4-handheldFan .s4-itemClickOnTheHandheldButton .s4-clickerContent .s4-serverDropdownMenu .s4-itemService span {
    color: #191919;
    font-size: 4.7vw;
  }
  .s4-productDisplay .s4-defaultWidth .s4-handheldFan .s4-itemClickOnTheHandheldButton .s4-clickerContent .s4-serverDropdownMenu .s4-itemService p {
    color: #757575;
  }
  .s4-productDisplay .s4-defaultWidth .s4-handheldFan .s4-itemClickOnTheHandheldButton .s4-clickerContent .s4-serverDropdownMenu .s4-itemService .s4-label {
    display: flex;
    align-items: center;
    gap: 4vw;
  }
  .s4-productDisplay .s4-defaultWidth .s4-handheldFan .s4-itemClickOnTheHandheldButton .s4-clickerContent .s4-serverDropdownMenu .s4-itemService .s4-label .s4-item {
    background-color: #F1F2F5;
    color: #5F7292;
    padding: 1vw 2vw;
    font-size: 3vw;
  }
  .s4-productDisplay .s4-defaultWidth .s4-handheldFan .s4-itemClickOnTheHandheldButton .s4-clickerContent .s4-serverDropdownMenu .s4-itemService .s4-purchaseAmount {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .s4-productDisplay .s4-defaultWidth .s4-handheldFan .s4-itemClickOnTheHandheldButton .s4-clickerContent .s4-serverDropdownMenu .s4-itemService .s4-purchaseAmount .s4-amountOfMoney {
    color: #000103;
    font-size: 4vw;
  }
  .s4-productDisplay .s4-defaultWidth .s4-handheldFan .s4-itemClickOnTheHandheldButton .s4-clickerContent .s4-serverDropdownMenu .s4-itemService .s4-purchaseAmount .s4-amountOfMoney i {
    color: #004CFF;
  }
  .s4-productDisplay .s4-defaultWidth .s4-handheldFan .s4-itemClickOnTheHandheldButton .s4-clickerContent .s4-serverDropdownMenu .s4-itemService .s4-purchaseAmount a {
    color: #fff;
    background: linear-gradient(270deg, #1353E9 0%, #3D7CFB 100%);
    border-radius: 1vw;
    -webkit-border-radius: 1vw;
    -moz-border-radius: 1vw;
    -ms-border-radius: 1vw;
    -o-border-radius: 1vw;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25vw;
    height: 9vw;
  }
  .s4-productDisplay .s4-defaultWidth .s4-handheldFan .s4-open .s4-clicker .s4-triangleBlock {
    border-top: 2vw solid #3873FE;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  .s4-productDisplay .s4-defaultWidth .s4-handheldFan .s4-keepGoing {
    height: auto;
  }
}
.s4-convenientAndSafe {
  background: url("/web/shiwaicloud/s4-file/assets/img/index/convenientAndSafeBack.png") no-repeat center;
  background-size: cover;
  padding: 50px 0;
}
.s4-convenientAndSafe .s4-currentSection {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.s4-convenientAndSafe .s4-currentSection .s4-displayColumn {
  background: url("/web/shiwaicloud/s4-file/assets/img/index/upAndDownGradient.png") no-repeat center;
  background-size: 100% 100%;
  padding: 0px 50px;
}
.s4-convenientAndSafe .s4-currentSection .s4-displayColumn .s4-movePosition {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.s4-convenientAndSafe .s4-currentSection .s4-displayColumn .s4-itemShow {
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.s4-convenientAndSafe .s4-currentSection .s4-displayColumn .s4-itemShow .s4-titleDescription {
  text-align: center;
}
.s4-convenientAndSafe .s4-currentSection .s4-displayColumn .s4-itemShow .s4-titleDescription span {
  font-size: 22px;
}
.s4-convenientAndSafe .s4-currentSection .s4-displayColumn .s4-itemShow .s4-titleDescription p {
  display: none;
}
.s4-convenientAndSafe .s4-currentSection .s4-displayColumn .s4-itemShow .s4-animationDisplay {
  background: url("/web/shiwaicloud/s4-file/assets/img/index/show.png") no-repeat center;
  background-size: contain;
  width: 200px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s4-convenientAndSafe .s4-currentSection .s4-displayColumn .s4-itemShow .s4-animationDisplay img {
  width: 40%;
  height: 40%;
  object-fit: contain;
  margin-bottom: 23px;
  animation: loopPlayback 2s cubic-bezier(0.39, 0.58, 0.57, 1) infinite;
  -webkit-animation: loopPlayback 2s cubic-bezier(0.39, 0.58, 0.57, 1) infinite;
}
@keyframes loopPlayback {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  50% {
    transform: translateY(-30%);
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
  }
  100% {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
  }
}
.s4-convenientAndSafe .s4-currentSection .s4-displayColumn .s4-itemShow .s4-consultationButton {
  color: #fff;
  background: linear-gradient(270deg, #004CFF 0%, #1A8DFF 100%);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 115px;
  height: 38px;
}
.s4-convenientAndSafe .s4-currentSection .s4-displayColumn .s4-itemShow .s4-consultationButton:hover {
  opacity: 0.75;
}
.s4-convenientAndSafe .s4-currentSection .s4-headlines {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #DBECFF;
  border: 1px solid #69B0FF;
  padding: 10px 0;
  gap: 15px;
}
.s4-convenientAndSafe .s4-currentSection .s4-headlines img {
  width: 100px;
}
.s4-convenientAndSafe .s4-currentSection .s4-headlines span {
  font-size: 24px;
}
.s4-convenientAndSafe .s4-currentSection .s4-headlines .right {
  transform: rotate(180deg);
}
.s4-convenientAndSafe .s4-currentSection .s4-middleLabel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}
.s4-convenientAndSafe .s4-currentSection .s4-middleLabel .s4-itemMark {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  background-color: #DBECFF;
  border: 1px solid #69B0FF;
  color: #555555;
  font-size: 16px;
}

@media (max-width: 768px) {
  .s4-convenientAndSafe {
    position: relative;
    background: url("/web/shiwaicloud/s4-file/assets/img/index/convenientAndSafeBack.png") no-repeat center;
    background-size: cover;
    padding: 5vw 0;
    background: #FFFFFF;
    box-shadow: 0px -1px 10px 1px rgba(2, 38, 141, 0.16);
  }
  .s4-convenientAndSafe .s4-currentSection {
    display: flex;
    flex-direction: column;
    gap: 2px;
    overflow: hidden;
  }
  .s4-convenientAndSafe .s4-currentSection .s4-displayColumn {
    background: url("/web/shiwaicloud/s4-file/assets/img/index/upAndDownGradient.png") no-repeat center;
    background-size: 100% 100%;
    display: flex;
    padding: 0px;
    position: relative;
    align-items: center;
  }
  .s4-convenientAndSafe .s4-currentSection .s4-displayColumn .s4-zuo {
    position: absolute;
    width: 7vw;
    height: 7vw;
    left: 0;
    z-index: 99;
  }
  .s4-convenientAndSafe .s4-currentSection .s4-displayColumn .s4-zuo img {
    width: 100%;
  }
  .s4-convenientAndSafe .s4-currentSection .s4-displayColumn .s4-you {
    position: absolute;
    width: 7vw;
    height: 7vw;
    right: 0;
    z-index: 99;
  }
  .s4-convenientAndSafe .s4-currentSection .s4-displayColumn .s4-you img {
    width: 100%;
  }
  .s4-convenientAndSafe .s4-currentSection .s4-displayColumn .s4-movePosition {
    display: flex;
    width: 200%;
  }
  .s4-convenientAndSafe .s4-currentSection .s4-displayColumn .s4-movePosition.s4-left {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .s4-convenientAndSafe .s4-currentSection .s4-displayColumn .s4-itemShow {
    padding: 4.5vw;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .s4-convenientAndSafe .s4-currentSection .s4-displayColumn .s4-itemShow .s4-titleDescription {
    text-align: center;
  }
  .s4-convenientAndSafe .s4-currentSection .s4-displayColumn .s4-itemShow .s4-titleDescription span {
    font-size: 4.5vw;
  }
  .s4-convenientAndSafe .s4-currentSection .s4-displayColumn .s4-itemShow .s4-titleDescription p {
    color: #555555;
    margin: 20px 0;
  }
  .s4-convenientAndSafe .s4-currentSection .s4-displayColumn .s4-itemShow .s4-animationDisplay {
    background: url("/web/shiwaicloud/s4-file/assets/img/index/show.png") no-repeat center;
    background-size: contain;
    width: 36vw;
    height: 30vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .s4-convenientAndSafe .s4-currentSection .s4-displayColumn .s4-itemShow .s4-animationDisplay img {
    width: 40%;
    height: 40%;
    object-fit: contain;
    margin-bottom: 0px;
    animation: loopPlayback 2s cubic-bezier(0.39, 0.58, 0.57, 1) infinite;
    -webkit-animation: loopPlayback 2s cubic-bezier(0.39, 0.58, 0.57, 1) infinite;
  }
  @keyframes loopPlayback {
    0% {
      transform: translateY(0);
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
    }
    50% {
      transform: translateY(-30%);
      -webkit-transform: translateY(-30%);
      -moz-transform: translateY(-30%);
      -ms-transform: translateY(-30%);
      -o-transform: translateY(-30%);
    }
    100% {
      transform: translateY(0%);
      -webkit-transform: translateY(0%);
      -moz-transform: translateY(0%);
      -ms-transform: translateY(0%);
      -o-transform: translateY(0%);
    }
  }
  .s4-convenientAndSafe .s4-currentSection .s4-displayColumn .s4-itemShow .s4-consultationButton {
    color: #fff;
    background: linear-gradient(270deg, #004CFF 0%, #1A8DFF 100%);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25vw;
    height: 9vw;
  }
  .s4-convenientAndSafe .s4-currentSection .s4-displayColumn .s4-itemShow .s4-consultationButton:hover {
    opacity: 0.75;
  }
  .s4-convenientAndSafe .s4-currentSection .s4-headlines {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #DBECFF;
    border: 1px solid #69B0FF;
    padding: 10px 0;
    gap: 2vw;
  }
  .s4-convenientAndSafe .s4-currentSection .s4-headlines img {
    width: 12vw;
  }
  .s4-convenientAndSafe .s4-currentSection .s4-headlines span {
    font-size: 4vw;
    margin: 0 5vw;
  }
  .s4-convenientAndSafe .s4-currentSection .s4-headlines .left {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  .s4-convenientAndSafe .s4-currentSection .s4-headlines .right {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  .s4-convenientAndSafe .s4-currentSection .s4-middleLabel {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 4px;
  }
  .s4-convenientAndSafe .s4-currentSection .s4-middleLabel .s4-itemMark {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    background-color: #DBECFF;
    border: 1px solid #69B0FF;
    color: #555555;
    font-size: 3.6vw;
  }
}
.solution {
  padding: 80px 0 0 0;
}
.solution .s4-currentSection {
  width: 100%;
  display: flex;
  height: 20vw;
}
.solution .s4-currentSection .s4-showPictures {
  width: 12%;
  background: url("/web/shiwaicloud/s4-file/assets/img/index/solve1.png") no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.solution .s4-currentSection .s4-showPictures span {
  text-align: center;
  display: block;
  font-size: 20px;
  font-weight: 300;
  position: relative;
  margin-bottom: 30px;
}
.solution .s4-currentSection .s4-showPictures span::after {
  content: "";
  position: absolute;
  background: #1A8DFF;
  width: 40px;
  height: 3.5px;
  left: 3px;
  bottom: -15px;
}
.solution .s4-currentSection .s4-showPictures .s4-whenTheOnlineText .s4-expandDescription {
  color: #E8ECF3;
  line-height: 25px;
  white-space: nowrap;
  opacity: 0;
  font-size: 15px;
}
.solution .s4-currentSection .s4-showPictures .s4-consultingService {
  opacity: 0;
  color: #fff;
  background: linear-gradient(270deg, #004CFF 0%, #1A8DFF 100%);
  width: 120px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin-left: auto;
  margin-top: 50px;
}
.solution .s4-currentSection .s4-showPictures .s4-consultingService:hover {
  filter: drop-shadow(2px 4px 6px #1A8DFF);
  -webkit-filter: drop-shadow(2px 4px 6px #1A8DFF);
}
.solution .s4-currentSection .s4-showPictures:nth-of-type(2) {
  background: url("/web/shiwaicloud/s4-file/assets/img/index/solve2.png") no-repeat center;
  background-size: cover;
}
.solution .s4-currentSection .s4-showPictures:nth-of-type(3) {
  background: url("/web/shiwaicloud/s4-file/assets/img/index/solve3.png") no-repeat center;
  background-size: cover;
}
.solution .s4-currentSection .s4-showPictures:nth-of-type(4) {
  background: url("/web/shiwaicloud/s4-file/assets/img/index/solve4.png") no-repeat center;
  background-size: cover;
}
.solution .s4-currentSection .s4-showPictures:nth-of-type(5) {
  background: url("/web/shiwaicloud/s4-file/assets/img/index/solve5.png") no-repeat center;
  background-size: cover;
}
.solution .s4-currentSection .s4-showPictures:nth-of-type(6) {
  background: url("/web/shiwaicloud/s4-file/assets/img/index/solve6.png") no-repeat center;
  background-size: cover;
}
.solution .s4-currentSection .s4-currentExpansion {
  width: 40%;
  padding: 40px;
  align-items: normal;
}
.solution .s4-currentSection .s4-currentExpansion span {
  text-align: left;
}
.solution .s4-currentSection .s4-currentExpansion span::after {
  left: 0;
}
.solution .s4-currentSection .s4-currentExpansion .s4-consultingService {
  animation: buttonAppearance 1.3s ease-in-out forwards;
  -webkit-animation: buttonAppearance 1.5s ease-in-out forwards;
}
@keyframes buttonAppearance {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    margin-top: 10px;
  }
}
@keyframes vagueEntry {
  0% {
    box-shadow: 0px #fff;
    filter: blur(10px);
    -webkit-filter: blur(10px);
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    filter: blur(0);
    -webkit-filter: blur(0);
  }
}
.solution .s4-currentSection .s4-currentExpansion .s4-whenTheOnlineText .s4-expandDescription {
  opacity: 1;
  animation: vagueEntry 0.3s ease-in-out;
  -webkit-animation: vagueEntry 0.3s ease-in-out;
}
.solution .s4-currentSection .s4-currentExpansion .s4-whenTheOnlineText .s4-expandDescription:nth-of-type(1) {
  animation: vagueEntry 0.3s ease-in-out;
  -webkit-animation: vagueEntry 0.3s ease-in-out;
}
.solution .s4-currentSection .s4-currentExpansion .s4-whenTheOnlineText .s4-expandDescription:nth-of-type(2) {
  animation: vagueEntry 0.6s ease-in-out;
  -webkit-animation: vagueEntry 0.6s ease-in-out;
}
.solution .s4-currentSection .s4-currentExpansion .s4-whenTheOnlineText .s4-expandDescription:nth-of-type(3) {
  animation: vagueEntry 0.9s ease-in-out;
  -webkit-animation: vagueEntry 0.9s ease-in-out;
}
.solution .s4-currentSection .s4-currentExpansion .s4-whenTheOnlineText .s4-expandDescription:nth-of-type(4) {
  animation: vagueEntry 1.2s ease-in-out;
  -webkit-animation: vagueEntry 1.2s ease-in-out;
}
.solution .s4-currentSection .s4-currentExpansion .consultingService {
  opacity: 1;
}

@media (max-width: 768px) {
  .solution {
    padding: 0;
  }
  .solution .s4-title-Description {
    padding: 10vw 0;
    background-color: rgb(248, 249, 252);
  }
  .solution .s4-title-Description p {
    display: none;
  }
  .solution .s4-switchNavigation {
    overflow: hidden;
    display: flex;
    /* 隐藏滚动条 */
  }
  .solution .s4-switchNavigation .s4-internalMovement {
    display: flex;
    padding: 0 5vw;
    gap: 5vw;
    position: relative;
    overflow-x: auto;
    border-bottom: 1.5px solid #EEEEEE;
  }
  .solution .s4-switchNavigation .s4-internalMovement .s4-itemNavigation {
    white-space: nowrap;
    color: #555555;
    padding: 5vw 0;
  }
  .solution .s4-switchNavigation .s4-internalMovement .s4-itemNavigation.active {
    color: #337DFF;
  }
  .solution .s4-switchNavigation .s4-internalMovement .s4-underlinepsl {
    position: absolute;
    bottom: 0vw;
    height: 3px;
    background-color: #337DFF;
  }
  .solution .s4-switchNavigation .s4-internalMovement::-webkit-scrollbar {
    display: none;
  }
  .solution .s4-mobileSwitchingContent {
    padding: 5vw 0;
    width: 100%;
    overflow: hidden;
  }
  .solution .s4-mobileSwitchingContent .s4-movedLocation {
    width: 600%;
    display: flex;
  }
  .solution .s4-mobileSwitchingContent .s4-movedLocation .s4-itemSolution {
    width: 100%;
    padding: 5vw;
    margin: 0 5vw;
  }
  .solution .s4-mobileSwitchingContent .s4-movedLocation .s4-itemSolution span {
    font-size: 5vw;
    color: #fff;
  }
  .solution .s4-mobileSwitchingContent .s4-movedLocation .s4-itemSolution .s4-describeTheContent {
    margin-top: 5vw;
    color: #E8ECF3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    line-height: 6vw;
  }
  .solution .s4-mobileSwitchingContent .s4-movedLocation .s4-itemSolution a {
    color: #fff;
    background: linear-gradient(270deg, #004CFF 0%, #1A8DFF 100%);
    border-radius: 2vw;
    -webkit-border-radius: 2vw;
    -moz-border-radius: 2vw;
    -ms-border-radius: 2vw;
    -o-border-radius: 2vw;
    width: 30vw;
    height: 10vw;
    font-size: 4vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-top: 5vw;
  }
  .solution .s4-mobileSwitchingContent .s4-movedLocation .s4-itemSolution:nth-of-type(1) {
    background: url("/web/shiwaicloud/s4-file/assets/img/index/solve1.png") no-repeat center;
    background-size: cover;
  }
  .solution .s4-mobileSwitchingContent .s4-movedLocation .s4-itemSolution:nth-of-type(2) {
    background: url("/web/shiwaicloud/s4-file/assets/img/index/solve2.png") no-repeat center;
    background-size: cover;
  }
  .solution .s4-mobileSwitchingContent .s4-movedLocation .s4-itemSolution:nth-of-type(3) {
    background: url("/web/shiwaicloud/s4-file/assets/img/index/solve3.png") no-repeat center;
    background-size: cover;
  }
  .solution .s4-mobileSwitchingContent .s4-movedLocation .s4-itemSolution:nth-of-type(4) {
    background: url("/web/shiwaicloud/s4-file/assets/img/index/solve4.png") no-repeat center;
    background-size: cover;
  }
  .solution .s4-mobileSwitchingContent .s4-movedLocation .s4-itemSolution:nth-of-type(5) {
    background: url("/web/shiwaicloud/s4-file/assets/img/index/solve5.png") no-repeat center;
    background-size: cover;
  }
  .solution .s4-mobileSwitchingContent .s4-movedLocation .s4-itemSolution:nth-of-type(6) {
    background: url("/web/shiwaicloud/s4-file/assets/img/index/solve6.png") no-repeat center;
    background-size: cover;
  }
  .solution .s4-currentSection {
    display: none;
  }
}
.s4-safetyCompliance {
  padding-top: 80px;
  position: relative;
  height: 850px;
  overflow: hidden;
  background-color: rgb(245, 246, 255);
}
.s4-safetyCompliance .s4-earth {
  background: url("/web/shiwaicloud/s4-file/assets/img/index/earth.png") no-repeat center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}
.s4-safetyCompliance .s4-title-Description {
  position: relative;
}
.s4-safetyCompliance .s4-currentSection {
  position: relative;
  height: 100%;
}
.s4-safetyCompliance .s4-currentSection .s4-positioningDisplay {
  width: 230px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.s4-safetyCompliance .s4-currentSection .s4-positioningDisplay .s4-show {
  background: url("/web/shiwaicloud/s4-file/assets/img/index/show.png") no-repeat center;
  background-size: contain;
  width: 170px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s4-safetyCompliance .s4-currentSection .s4-positioningDisplay .s4-show img {
  width: 50%;
  height: 50%;
  object-fit: contain;
  margin-bottom: 23px;
  animation: loopPlayback 2s cubic-bezier(0.39, 0.58, 0.57, 1) infinite;
  -webkit-animation: loopPlayback 2s cubic-bezier(0.39, 0.58, 0.57, 1) infinite;
}
.s4-safetyCompliance .s4-currentSection .s4-positioningDisplay .title {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 10px;
  font-size: 17px;
}
.s4-safetyCompliance .s4-currentSection .s4-positioningDisplay .title .colour {
  font-size: 27px;
  color: #0065F3;
  line-height: 0.9;
}
.s4-safetyCompliance .s4-currentSection .s4-positioningDisplay p {
  color: #555555;
  font-size: 12px;
  margin-top: 10px;
}
.s4-safetyCompliance .s4-currentSection .s4-leftLeaning {
  position: absolute;
  left: 100px;
  top: 200px;
}
.s4-safetyCompliance .s4-currentSection .s4-biasedTowardsTheMiddle {
  position: absolute;
  left: 50%;
  top: 90px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.s4-safetyCompliance .s4-currentSection .s4-rightLeaning {
  position: absolute;
  right: 100px;
  top: 250px;
}
.s4-safetyCompliance .s4-currentSection .s4-safetyIntroduction {
  background: linear-gradient(180deg, #E6F0FD 0%, #FFFFFF 100%);
  box-shadow: 0px 3px 6px 1px rgba(2, 27, 151, 0.16);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  justify-items: center;
  position: absolute;
  width: 100%;
  bottom: 50px;
  text-align: center;
  color: #777777;
  font-size: 13px;
  padding: 20px 30px;
  bottom: 170px;
  border: 2px solid #fff;
}
.s4-safetyCompliance .s4-currentSection .s4-safetyIntroduction .s4-itemSecurity {
  display: flex;
  flex-direction: column;
}
.s4-safetyCompliance .s4-currentSection .s4-safetyIntroduction img {
  width: 120px;
  height: 80px;
}

@media (max-width: 768px) {
  .s4-safetyCompliance {
    padding-top: 8vw;
    height: 150vw;
  }
  .s4-safetyCompliance .s4-earth {
    background: url("/web/shiwaicloud/s4-file/assets/img/index/earth.png") no-repeat center;
    background-size: contain;
    background-position: 0vw 7vw;
  }
  .s4-safetyCompliance .s4-defaultWidth .s4-title-Description p {
    display: none;
  }
  .s4-safetyCompliance .s4-currentSection {
    position: relative;
    height: 100%;
  }
  .s4-safetyCompliance .s4-currentSection .s4-positioningDisplay {
    width: 30vw;
  }
  .s4-safetyCompliance .s4-currentSection .s4-positioningDisplay .s4-show {
    display: none;
  }
  .s4-safetyCompliance .s4-currentSection .s4-positioningDisplay .title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    font-size: 4vw;
    flex-direction: column;
    gap: 2vw;
  }
  .s4-safetyCompliance .s4-currentSection .s4-positioningDisplay .title .colour {
    font-family: "DIN, DIN";
    font-size: 7vw;
    font-weight: bold;
  }
  .s4-safetyCompliance .s4-currentSection .s4-positioningDisplay p {
    display: none;
  }
  .s4-safetyCompliance .s4-currentSection .s4-leftLeaning {
    left: 0vw;
    top: 20vw;
  }
  .s4-safetyCompliance .s4-currentSection .s4-biasedTowardsTheMiddle {
    left: 50%;
    top: 20vw;
  }
  .s4-safetyCompliance .s4-currentSection .s4-rightLeaning {
    right: 0;
    top: 20vw;
  }
  .s4-safetyCompliance .s4-currentSection .s4-safetyIntroduction {
    background: linear-gradient(180deg, #F4F6F8 0%, #FFFFFF 100%);
    box-shadow: 0px -1px 10px 1px rgba(2, 38, 141, 0.16);
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #FFFFFF;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    position: absolute;
    text-align: center;
    color: #777777;
    padding: 5vw 2vw;
    bottom: 24vw;
    gap: 5vw 0;
  }
  .s4-safetyCompliance .s4-currentSection .s4-safetyIntroduction .s4-itemSecurity {
    display: flex;
    flex-direction: column;
  }
  .s4-safetyCompliance .s4-currentSection .s4-safetyIntroduction .s4-itemSecurity span {
    font-size: 3.5vw;
  }
  .s4-safetyCompliance .s4-currentSection .s4-safetyIntroduction .s4-itemSecurity p {
    font-size: 2.8vw;
  }
  .s4-safetyCompliance .s4-currentSection .s4-safetyIntroduction img {
    width: 25vw;
    height: 19vw;
    flex-shrink: 0;
  }
}
.s4-newsInformation {
  padding: 50px 0;
}
.s4-newsInformation .s4-defaultWidth .s4-title-Description p a {
  color: #395EC1;
  padding: 0 15px;
  position: relative;
}
.s4-newsInformation .s4-defaultWidth .s4-title-Description p a::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid #395EC1;
  border-right: 1.5px solid #395EC1;
  transform: rotate(45deg);
  top: 5.5px;
  right: 2px;
}
.s4-newsInformation .s4-defaultWidth .s4-currentSection {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.s4-newsInformation .s4-defaultWidth .s4-currentSection .s4-displayImage img {
  width: 100%;
  border-radius: 5px;
}
.s4-newsInformation .s4-defaultWidth .s4-currentSection .s4-displayImage .titleTime {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.s4-newsInformation .s4-defaultWidth .s4-currentSection .s4-displayImage .titleTime span {
  font-size: 20px;
}
.s4-newsInformation .s4-defaultWidth .s4-currentSection .s4-displayImage .titleTime .time {
  color: #666666;
  font-size: 13px;
  margin: 10px 0 15px 0;
}
.s4-newsInformation .s4-defaultWidth .s4-currentSection .s4-displayImage p {
  color: #666666;
  font-size: 13px;
  line-height: 20px;
}
.s4-newsInformation .s4-defaultWidth .s4-currentSection .s4-textDynamics {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.s4-newsInformation .s4-defaultWidth .s4-currentSection .s4-textDynamics .news-list {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.s4-newsInformation .s4-defaultWidth .s4-currentSection .s4-textDynamics .s4-owne {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
}
.s4-newsInformation .s4-defaultWidth .s4-currentSection .s4-textDynamics .s4-owne .s4-itemMyOwnThing {
  display: flex;
  gap: 20px;
}
.s4-newsInformation .s4-defaultWidth .s4-currentSection .s4-textDynamics .s4-owne .s4-itemMyOwnThing .s4-numberDate {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  color: #666666;
  background: #EAEBF9;
  width: 110px;
  height: 55px;
      flex-shrink: 0;
}
.s4-newsInformation .s4-defaultWidth .s4-currentSection .s4-textDynamics .s4-owne .s4-itemMyOwnThing .s4-numberDate .s4-number {
  font-size: 18px;
}
.s4-newsInformation .s4-defaultWidth .s4-currentSection .s4-textDynamics .s4-owne .s4-itemMyOwnThing .s4-numberDate .s4-time {
  font-size: 12px;
}
.s4-newsInformation .s4-defaultWidth .s4-currentSection .s4-textDynamics .s4-owne .s4-itemMyOwnThing .s4-titleDescription a {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}
.s4-newsInformation .s4-defaultWidth .s4-currentSection .s4-textDynamics .s4-owne .s4-itemMyOwnThing .s4-titleDescription a:hover span {
  color: #395EC1;
}
.s4-newsInformation .s4-defaultWidth .s4-currentSection .s4-textDynamics .s4-owne .s4-itemMyOwnThing .s4-titleDescription a:hover span img {
  filter: brightness(1);
  -webkit-filter: brightness(1);
}
.s4-newsInformation .s4-defaultWidth .s4-currentSection .s4-textDynamics .s4-owne .s4-itemMyOwnThing .s4-titleDescription a span {
  font-size: 16px;
  color: #292929;
  display: flex;
  align-items: center;
}
.s4-newsInformation .s4-defaultWidth .s4-currentSection .s4-textDynamics .s4-owne .s4-itemMyOwnThing .s4-titleDescription a span img {
  width: 15px;
  height: 15px;
  filter: brightness(0);
  -webkit-filter: brightness(0);
  margin-left: 5px;
}
.s4-newsInformation .s4-defaultWidth .s4-currentSection .s4-textDynamics .s4-owne .s4-itemMyOwnThing .s4-titleDescription a p {
  color: #666666;
  font-size: 12px;
  width: 480px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media (max-width: 768px) {
  .s4-newsInformation {
    padding: 5vw 0;
    background-color: rgb(245, 246, 255);
  }
  .s4-newsInformation .s4-defaultWidth .s4-title-Description span {
    padding-bottom: 5vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .s4-newsInformation .s4-defaultWidth .s4-title-Description p {
    display: none;
  }
  .s4-newsInformation .s4-defaultWidth .s4-currentSection {
    grid-template-columns: repeat(1, 1fr);
    gap: 5vw;
  }
  .s4-newsInformation .s4-defaultWidth .s4-currentSection .s4-displayImage img {
    width: 100%;
    height: 40vw;
  }
  .s4-newsInformation .s4-defaultWidth .s4-currentSection .s4-displayImage .titleTime {
    margin-top: 4vw;
  }
  .s4-newsInformation .s4-defaultWidth .s4-currentSection .s4-displayImage .titleTime span {
    font-size: 4.5vw;
    font-family: "PingFang Regular";
  }
  .s4-newsInformation .s4-defaultWidth .s4-currentSection .s4-displayImage .titleTime .time {
    font-size: 3.5vw;
    margin: 5vw 0;
    font-family: "PingFang Regular";
  }
  .s4-newsInformation .s4-defaultWidth .s4-currentSection .s4-displayImage p {
    font-size: 3.5vw;
    line-height: 5vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "PingFang Regular";
  }
  .s4-newsInformation .s4-defaultWidth .s4-currentSection .s4-textDynamics .news-list {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
  }
  .s4-newsInformation .s4-defaultWidth .s4-currentSection .s4-textDynamics .s4-owne {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 5vw;
  }
  .s4-newsInformation .s4-defaultWidth .s4-currentSection .s4-textDynamics .s4-owne .s4-itemMyOwnThing {
    display: flex;
    gap: 5vw;
  }
  .s4-newsInformation .s4-defaultWidth .s4-currentSection .s4-textDynamics .s4-owne .s4-itemMyOwnThing .s4-numberDate {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    color: #666666;
    background: #EAEBF9;
    width: 30vw;
    height: 15vw;
  }
  .s4-newsInformation .s4-defaultWidth .s4-currentSection .s4-textDynamics .s4-owne .s4-itemMyOwnThing .s4-numberDate .s4-number {
    font-size: 4vw;
  }
  .s4-newsInformation .s4-defaultWidth .s4-currentSection .s4-textDynamics .s4-owne .s4-itemMyOwnThing .s4-numberDate .s4-time {
    font-size: 4vw;
  }
  .s4-newsInformation .s4-defaultWidth .s4-currentSection .s4-textDynamics .s4-owne .s4-itemMyOwnThing .s4-titleDescription a {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
  }
  .s4-newsInformation .s4-defaultWidth .s4-currentSection .s4-textDynamics .s4-owne .s4-itemMyOwnThing .s4-titleDescription a:hover span {
    color: #395EC1;
  }
  .s4-newsInformation .s4-defaultWidth .s4-currentSection .s4-textDynamics .s4-owne .s4-itemMyOwnThing .s4-titleDescription a:hover span img {
    filter: brightness(1);
    -webkit-filter: brightness(1);
  }
  .s4-newsInformation .s4-defaultWidth .s4-currentSection .s4-textDynamics .s4-owne .s4-itemMyOwnThing .s4-titleDescription a span {
    display: inline-block;
    /* 让 span 可以设置宽度 */
    max-width: 100%;
    /* 限制最大宽度为父元素的宽度 */
    white-space: nowrap;
    /* 防止换行 */
    overflow: hidden;
    /* 隐藏溢出的文本 */
    text-overflow: ellipsis;
    /* 溢出部分显示省略号 */
    vertical-align: middle;
    /* 确保图片和文本在垂直方向居中 */
    width: 55vw;
    font-size: 4vw;
    color: #292929;
    position: relative;
  }
  .s4-newsInformation .s4-defaultWidth .s4-currentSection .s4-textDynamics .s4-owne .s4-itemMyOwnThing .s4-titleDescription a span img {
    width: 4vw;
    height: 4vw;
    filter: brightness(0);
    -webkit-filter: brightness(0);
    margin-left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .s4-newsInformation .s4-defaultWidth .s4-currentSection .s4-textDynamics .s4-owne .s4-itemMyOwnThing .s4-titleDescription a p {
    font-size: 3.5vw;
    width: 55vw;
  }
}

/*# sourceMappingURL=index.css.map */
</pre></body></html>