<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.s2-certificate {
  padding-top: 80px;
}
.s2-certificate .s2-banner {
  background: url("/web/shiwaicloud/s2-file/assets/img/certificate/banner_security_01.jpg") no-repeat center;
  background-size: cover;
}
.s2-certificate .s2-banner .s2-defaultWidth .s2-bannerTitle span {
  margin-bottom: 30px;
  color: #fff;
}
.s2-certificate .s2-banner .s2-defaultWidth .s2-bannerTitle p {
  color: #fff;
  width: 500px;
}
@media (max-width: 768px) {
  .s2-certificate .s2-banner {
    height: 50vw;
    background: url("/web/shiwaicloud/s2-file/assets/img/certificate/banner_security_01.jpg") no-repeat center;
    background-size: cover;
  }
  .s2-certificate .s2-banner .s2-defaultWidth .s2-bannerTitle {
    justify-content: center;
  }
  .s2-certificate .s2-banner .s2-defaultWidth .s2-bannerTitle span {
    margin-bottom: 5vw;
    text-align: left;
    font-size: 5vw;
  }
  .s2-certificate .s2-banner .s2-defaultWidth .s2-bannerTitle p {
    color: #fff;
    width: 500px;
    width: 70%;
    -webkit-line-clamp: inherit;
  }
}
.s2-certificate .s2-infrastructureAndNetwork .s2-defaultWidth .s2-title-Description p {
  color: #999999;
}
.s2-certificate .s2-infrastructureAndNetwork .s2-defaultWidth .s2-currentSection {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 130px;
}
.s2-certificate .s2-infrastructureAndNetwork .s2-defaultWidth .s2-currentSection .s2-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.s2-certificate .s2-infrastructureAndNetwork .s2-defaultWidth .s2-currentSection .s2-item span {
  margin: 30px 0 15px 0;
  line-height: 35px;
  border-bottom: 2px solid #00aaff;
  font-size: 18px;
  font-weight: bold;
  color: #00aaff;
}
.s2-certificate .s2-infrastructureAndNetwork .s2-defaultWidth .s2-currentSection .s2-item p {
  color: #666666;
  line-height: 20px;
}
.s2-certificate .s2-infrastructureAndNetwork .s2-defaultWidth .s2-network-img-box {
  position: relative;
  height: 400px;
}
.s2-certificate .s2-infrastructureAndNetwork .s2-defaultWidth .s2-network-img-box .s2-network-img-01 {
  width: 875px;
  height: 300px;
  background-image: url("/web/shiwaicloud/s2-file/assets/img/certificate/network_bg_01.png");
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
}
.s2-certificate .s2-infrastructureAndNetwork .s2-defaultWidth .s2-network-img-box .s2-network-img-02 {
  background-image: url("/web/shiwaicloud/s2-file/assets/img/certificate/network_bg_02.png");
  width: 220px;
  height: 248px;
  position: absolute;
  left: 42%;
  z-index: 40;
  animation: moveUpDown 5s cubic-bezier(0.65, 0.05, 0.36, 1) infinite;
  -moz-animation: moveUpDown 5s cubic-bezier(0.65, 0.05, 0.36, 1) infinite;
  -webkit-animation: moveUpDown 5s cubic-bezier(0.65, 0.05, 0.36, 1) infinite;
  -o-animation: moveUpDown 5s cubic-bezier(0.65, 0.05, 0.36, 1) infinite;
}
.s2-certificate .s2-infrastructureAndNetwork .s2-defaultWidth .s2-network-img-box .s2-network-img-03 {
  background-image: url("/web/shiwaicloud/s2-file/assets/img/certificate/network_bg_05.png");
  width: 400px;
  height: 124px;
  position: absolute;
  z-index: 30;
  top: 200px;
  left: 50%;
  transform: translateX(-48%);
}
.s2-certificate .s2-infrastructureAndNetwork .s2-defaultWidth .s2-network-img-box .s2-network-img-04 {
  background-image: url("/web/shiwaicloud/s2-file/assets/img/certificate/network_bg_04.png");
  width: 469px;
  height: 144px;
  position: absolute;
  z-index: 20;
  top: 220px;
  left: 32%;
  animation: animation-03 4s cubic-bezier(0.65, 0.05, 0.36, 1) infinite;
  -moz-animation: animation-03 4s cubic-bezier(0.65, 0.05, 0.36, 1) infinite;
  -webkit-animation: animation-03 4s cubic-bezier(0.65, 0.05, 0.36, 1) infinite;
  -o-animation: animation-03 4s cubic-bezier(0.65, 0.05, 0.36, 1) infinite;
}
.s2-certificate .s2-infrastructureAndNetwork .s2-defaultWidth .s2-network-img-box .s2-network-img-05 {
  background-image: url("/web/shiwaicloud/s2-file/assets/img/certificate/network_bg_03.png");
  width: 560px;
  height: 175px;
  position: absolute;
  z-index: 10;
  top: 235px;
  left: 28%;
  animation: animation-02 5s cubic-bezier(0.65, 0.05, 0.36, 1) infinite;
  -moz-animation: animation-02 5s cubic-bezier(0.65, 0.05, 0.36, 1) infinite;
  -webkit-animation: animation-02 5s cubic-bezier(0.65, 0.05, 0.36, 1) infinite;
  -o-animation: animation-02 5s cubic-bezier(0.65, 0.05, 0.36, 1) infinite;
}
@media (max-width: 768px) {
  .s2-certificate .s2-infrastructureAndNetwork .s2-defaultWidth {
    overflow: hidden;
  }
  .s2-certificate .s2-infrastructureAndNetwork .s2-defaultWidth .s2-title-Description p {
    color: #999999;
  }
  .s2-certificate .s2-infrastructureAndNetwork .s2-defaultWidth .s2-currentSection {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5vw;
    margin-bottom: 20vw;
  }
  .s2-certificate .s2-infrastructureAndNetwork .s2-defaultWidth .s2-currentSection .s2-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .s2-certificate .s2-infrastructureAndNetwork .s2-defaultWidth .s2-currentSection .s2-item img {
    width: 15vw;
    height: 15vw;
  }
  .s2-certificate .s2-infrastructureAndNetwork .s2-defaultWidth .s2-currentSection .s2-item span {
    margin: 6vw 0 4vw 0;
    line-height: 8vw;
    border-bottom: 2px solid #00aaff;
    font-size: 4.2vw;
    font-weight: bold;
    color: #00aaff;
  }
  .s2-certificate .s2-infrastructureAndNetwork .s2-defaultWidth .s2-currentSection .s2-item p {
    color: #666666;
    line-height: 6vw;
    text-align: center;
  }
  .s2-certificate .s2-infrastructureAndNetwork .s2-defaultWidth .s2-network-img-box {
    height: 90vw;
    display: flex;
    justify-content: center;
  }
  .s2-certificate .s2-infrastructureAndNetwork .s2-defaultWidth .s2-network-img-box .s2-network-img-01 {
    width: 120vw;
    height: 85vw;
    background: url("/web/shiwaicloud/s2-file/assets/img/certificate/network_bg_01.png") no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 48%;
    z-index: 50;
  }
  .s2-certificate .s2-infrastructureAndNetwork .s2-defaultWidth .s2-network-img-box .s2-network-img-02 {
    background: url("/web/shiwaicloud/s2-file/assets/img/certificate/network_bg_02.png") no-repeat center;
    width: 50vw;
    height: 50vw;
    background-size: contain;
    position: initial;
  }
  .s2-certificate .s2-infrastructureAndNetwork .s2-defaultWidth .s2-network-img-box .s2-network-img-03 {
    background: url("/web/shiwaicloud/s2-file/assets/img/certificate/network_bg_05.png") no-repeat center;
    background-size: contain;
    width: 80vw;
    height: 20vw;
    position: absolute;
    top: 41vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .s2-certificate .s2-infrastructureAndNetwork .s2-defaultWidth .s2-network-img-box .s2-network-img-04 {
    background: url("/web/shiwaicloud/s2-file/assets/img/certificate/network_bg_04.png") no-repeat center;
    background-size: cover;
    width: 100vw;
    height: 30vw;
    position: absolute;
    z-index: 20;
    top: 45vw;
    left: inherit;
  }
  .s2-certificate .s2-infrastructureAndNetwork .s2-defaultWidth .s2-network-img-box .s2-network-img-05 {
    background: url("/web/shiwaicloud/s2-file/assets/img/certificate/network_bg_03.png") no-repeat center;
    background-size: cover;
    width: 135vw;
    height: 40vw;
    position: absolute;
    z-index: 10;
    top: 45vw;
    left: inherit;
  }
}
.s2-certificate .s2-serviceGuarantee {
  background: url("/web/shiwaicloud/s2-file/assets/img/certificate/service_bg.jpg") no-repeat center;
  background-size: cover;
  padding: 50px 0;
}
.s2-certificate .s2-serviceGuarantee .s2-defaultWidth .s2-title-Description .s2-boldTitle {
  color: #fff;
}
.s2-certificate .s2-serviceGuarantee .s2-defaultWidth .s2-title-Description p {
  color: #fff;
}
.s2-certificate .s2-serviceGuarantee .s2-defaultWidth .s2-currentSection {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.s2-certificate .s2-serviceGuarantee .s2-defaultWidth .s2-currentSection .s2-item {
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  padding: 50px 30px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  overflow: hidden;
}
.s2-certificate .s2-serviceGuarantee .s2-defaultWidth .s2-currentSection .s2-item::after {
  content: "";
  background-color: #00aaff;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 98%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.s2-certificate .s2-serviceGuarantee .s2-defaultWidth .s2-currentSection .s2-item:hover::after {
  top: 0%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.s2-certificate .s2-serviceGuarantee .s2-defaultWidth .s2-currentSection .s2-item img {
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 1;
}
.s2-certificate .s2-serviceGuarantee .s2-defaultWidth .s2-currentSection .s2-item span {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  position: relative;
  z-index: 1;
}
.s2-certificate .s2-serviceGuarantee .s2-defaultWidth .s2-currentSection .s2-item p {
  text-align: center;
  color: #fff;
  line-height: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .s2-certificate .s2-serviceGuarantee {
    padding: 5vw 0;
  }
  .s2-certificate .s2-serviceGuarantee .s2-defaultWidth .s2-currentSection {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
    gap: 4vw;
  }
  .s2-certificate .s2-serviceGuarantee .s2-defaultWidth .s2-currentSection .s2-item {
    padding: 5vw;
    gap: 4vw;
    width: 80vw;
    height: 80vw;
  }
  .s2-certificate .s2-serviceGuarantee .s2-defaultWidth .s2-currentSection .s2-item img {
    width: 20vw;
    height: 20vw;
  }
  .s2-certificate .s2-serviceGuarantee .s2-defaultWidth .s2-currentSection .s2-item span {
    font-size: 5.5vw;
  }
  .s2-certificate .s2-serviceGuarantee .s2-defaultWidth .s2-currentSection .s2-item p {
    line-height: 6vw;
    font-size: 4vw;
  }
}
.s2-certificate .s2-dataSecurity {
  background-color: #0f244d;
  padding: 70px 0 0 0;
}
.s2-certificate .s2-dataSecurity .s2-defaultWidth {
  position: relative;
  overflow: hidden;
}
.s2-certificate .s2-dataSecurity .s2-defaultWidth .s2-title-Description .s2-boldTitle {
  color: #fff;
}
.s2-certificate .s2-dataSecurity .s2-defaultWidth .s2-title-Description p {
  color: #fff;
}
.s2-certificate .s2-dataSecurity .s2-defaultWidth .s2-pointer-turn {
  position: absolute;
  width: 500px;
  height: 500px;
  background: url("/web/shiwaicloud/s2-file/assets/img/certificate/data_safety_scan.png") no-repeat center;
  background-size: cover;
  transform-origin: bottom right;
  z-index: 0;
  animation: rotate 5s cubic-bezier(0.65, 0.05, 0.36, 1) infinite;
  left: calc(50% - 500px);
  -webkit-animation: rotate 5s cubic-bezier(0.65, 0.05, 0.36, 1) infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.s2-certificate .s2-dataSecurity .s2-defaultWidth .s2-currentSection {
  background: url("/web/shiwaicloud/s2-file/assets/img/certificate/data_safety_bg.png") no-repeat center;
  background-size: contain;
  height: 623px;
}
.s2-certificate .s2-dataSecurity .s2-defaultWidth .s2-currentSection .s2-itemData {
  width: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 143px;
  top: 50%;
  transform: translateY(-50%);
}
.s2-certificate .s2-dataSecurity .s2-defaultWidth .s2-currentSection .s2-itemData .s2-outerRing {
  background: #44ffcd;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.s2-certificate .s2-dataSecurity .s2-defaultWidth .s2-currentSection .s2-itemData .s2-outerRing .s2-dot {
  width: 100%;
  height: 100%;
  animation: warn 1.5s ease-out infinite;
  -webkit-animation: warn 1.5s ease-out infinite;
  background-color: rgba(53, 152, 254, 0.5);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@keyframes warn {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
.s2-certificate .s2-dataSecurity .s2-defaultWidth .s2-currentSection .s2-itemData span {
  color: #fff;
  display: block;
  margin: 15px 0;
}
.s2-certificate .s2-dataSecurity .s2-defaultWidth .s2-currentSection .s2-itemData p {
  color: #fff;
  line-height: 20px;
  text-align: center;
}
.s2-certificate .s2-dataSecurity .s2-defaultWidth .s2-currentSection .s2-itemData:nth-of-type(2) {
  left: 450px;
  top: 308px;
}
.s2-certificate .s2-dataSecurity .s2-defaultWidth .s2-currentSection .s2-itemData:nth-of-type(3) {
  left: 850px;
  top: 467px;
}
.s2-certificate .s2-dataSecurity .s2-defaultWidth .s2-currentSection .s2-itemData:nth-of-type(4) {
  left: 1022px;
  top: 650px;
}
.s2-certificate .s2-jointVentureQualification .s2-defaultWidth .s2-currentSection {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 20px;
}
.s2-certificate .s2-jointVentureQualification .s2-defaultWidth .s2-currentSection .s2-itemQualifications {
  border: 1px solid #eee;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.s2-certificate .s2-jointVentureQualification .s2-defaultWidth .s2-currentSection .s2-itemQualifications:hover {
  border-color: #00aaff;
  box-shadow: 1px 1px 3px rgba(0, 170, 255, 0.5);
}
.s2-certificate .s2-jointVentureQualification .s2-defaultWidth .s2-currentSection .s2-itemQualifications span {
  font-size: 18px;
  color: #333;
  margin: 12px 0 10px 0;
  font-weight: 700;
}
.s2-certificate .s2-jointVentureQualification .s2-defaultWidth .s2-currentSection .s2-itemQualifications p {
  color: #999999;
}
@media (max-width: 768px) {
  .s2-certificate .s2-jointVentureQualification .s2-defaultWidth .s2-currentSection {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 4vw;
  }
  .s2-certificate .s2-jointVentureQualification .s2-defaultWidth .s2-currentSection .s2-itemQualifications {
    padding: 5vw;
    margin: 0 10vw;
  }
  .s2-certificate .s2-jointVentureQualification .s2-defaultWidth .s2-currentSection .s2-itemQualifications:hover {
    border-color: #00aaff;
    box-shadow: 1px 1px 3px rgba(0, 170, 255, 0.5);
  }
  .s2-certificate .s2-jointVentureQualification .s2-defaultWidth .s2-currentSection .s2-itemQualifications img {
    width: 22vw;
  }
  .s2-certificate .s2-jointVentureQualification .s2-defaultWidth .s2-currentSection .s2-itemQualifications span {
    font-size: 4.5vw;
    margin: 4vw 0;
  }
}

@media (max-width: 768px) {
  .s2-certificate {
    padding-top: 15vw;
  }
}
@keyframes moveUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@-moz-keyframes moveUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@-webkit-keyframes moveUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@-o-keyframes moveUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes animation-03 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@-moz-keyframes animation-03 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes animation-03 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@-o-keyframes animation-03 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes animation-02 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@-moz-keyframes animation-02 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes animation-02 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@-o-keyframes animation-02 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

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