<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.s2-banner {
  position: relative;
  height: auto;
  overflow: hidden;
  margin-top: 80px;
}
.s2-banner .s2-swiper-container {
  width: 100%;
  height: 100%;
  height: 500px;
}
.s2-banner .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.s2-banner .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.s2-banner .swiper-slide .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
}
.s2-banner .swiper-slide .slide-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s2-banner .swiper-slide .slide-inner .s2-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s2-banner .swiper-slide .s2-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.s2-banner .swiper-slide .s2-defaultWidth .s2-wenxuanHere {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.s2-banner .swiper-slide .s2-defaultWidth .s2-wenxuanHere span {
  font-size: 50px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.s2-banner .swiper-slide .s2-defaultWidth .s2-wenxuanHere p {
  font-size: 21px;
  font-weight: 700;
  margin: 30px 0;
  position: relative;
  z-index: 1;
}
.s2-banner .swiper-slide .s2-defaultWidth .s2-wenxuanHere a {
  color: #fff;
  border-radius: 3px;
  background: rgb(51, 125, 255);
  font-size: 16px;
  width: 120px;
  height: 38px;
  text-align: center;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.s2-banner .swiper-slide .s2-defaultWidth .s2-wenxuanHere a:hover {
  background: rgb(104, 155, 241);
}

@media (max-width: 768px) {
  .s2-banner {
    margin-top: 15vw;
  }
  .s2-banner .s2-swiper-container {
    height: 80vw;
  }
  .s2-banner .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .s2-banner .swiper-slide .s2-defaultWidth .s2-wenxuanHere {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 3vw;
    font-weight: 300;
    margin: 5vw 0;
    position: relative;
    z-index: 1;
    padding-bottom: 12vw;
  }
  .s2-banner .swiper-slide .s2-defaultWidth .s2-wenxuanHere span {
    font-size: 6vw;
  }
  .s2-banner .swiper-slide .s2-defaultWidth .s2-wenxuanHere p {
    font-size: 3vw;
    font-weight: 300;
    margin: 3vw 0;
  }
  .s2-banner .swiper-slide .s2-defaultWidth .s2-wenxuanHere a {
    display: none;
  }
}
.s2-collective {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  padding: 30px 0px;
  top: -70px;
  gap: 10px;
}
.s2-collective .s2-item-plate {
  width: 100%;
  padding: 20px 30px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
}
.s2-collective .s2-item-plate:hover {
  box-shadow: 4px 4px 20px 0 rgba(55, 99, 170, 0.2), -4px -4px 20px 0 #fff;
}
.s2-collective .s2-item-plate img {
  width: 60px;
  height: 60px;
}
.s2-collective .s2-item-plate .s2-titleDescription {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.s2-collective .s2-item-plate .s2-titleDescription span {
  color: #333;
  font-size: 18px;
}
.s2-collective .s2-item-plate .s2-titleDescription p {
  color: #999999;
}

@media (max-width: 768px) {
  .s2-collective {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    padding: 5vw;
    top: -15vw;
    gap: 4vw;
  }
  .s2-collective .s2-item-plate {
    width: 100%;
    padding: 2vw 1vw;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 0;
    border-radius: 2vw;
    flex-direction: column;
  }
  .s2-collective .s2-item-plate img {
    width: 12vw;
    height: 12vw;
  }
  .s2-collective .s2-item-plate .s2-titleDescription {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .s2-collective .s2-item-plate .s2-titleDescription span {
    color: #333;
    font-size: 4vw;
  }
  .s2-collective .s2-item-plate .s2-titleDescription p {
    display: none;
  }
  .s2-collective .s2-item-plate:nth-of-type(4) {
    display: none;
  }
}
.s2-productDisplay .s2-defaultWidth .s2-navigationSwitching {
  display: flex;
  justify-content: space-between;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 30px;
}
.s2-productDisplay .s2-defaultWidth .s2-navigationSwitching .s2-itemNavigation {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  gap: 5px;
  padding-bottom: 50px;
  position: relative;
}
.s2-productDisplay .s2-defaultWidth .s2-navigationSwitching .s2-itemNavigation:hover span {
  color: #007aff;
}
.s2-productDisplay .s2-defaultWidth .s2-navigationSwitching .s2-itemNavigation::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 3px;
  background-color: #337dff;
  bottom: 20px;
  right: 50%;
  transition: width 0.5s ease;
  -webkit-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -ms-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
}
.s2-productDisplay .s2-defaultWidth .s2-navigationSwitching .s2-itemNavigation img {
  width: 64px;
  height: 64px;
}
.s2-productDisplay .s2-defaultWidth .s2-navigationSwitching .s2-selects::after {
  width: 100%;
  right: 0%;
  transition: width 0.5s ease;
  -webkit-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -ms-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
}
.s2-productDisplay .s2-currentSection {
  background-color: #f5f6f8;
  padding: 30px 0;
  width: 100%;
  display: flex;
  overflow: hidden;
}
.s2-productDisplay .s2-currentSection .s2-moveTheHighest {
  width: 100%;
  display: flex;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
}
.s2-productDisplay .s2-currentSection .s2-itemRoll {
  width: 100%;
  flex-shrink: 0;
}
.s2-productDisplay .s2-currentSection .s2-maximumWidth {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  gap: 15px;
}
.s2-productDisplay .s2-currentSection .s2-maximumWidth .s2-leftLargest {
  background: url("/web/shiwaicloud/s2-file/assets/img/index/back.png") no-repeat 100%, linear-gradient(315deg, #e9edf4, #fff);
  background-size: cover;
  padding: 50px;
  width: 290px;
  position: relative;
  border: 1px solid #fff;
  flex-shrink: 0;
  max-height: 301px;
}
.s2-productDisplay .s2-currentSection .s2-maximumWidth .s2-leftLargest img {
  position: absolute;
  width: 64%;
  height: 84%;
  right: 0;
  bottom: 0;
}
.s2-productDisplay .s2-currentSection .s2-maximumWidth .s2-leftLargest span {
  font-size: 24px;
}
.s2-productDisplay .s2-currentSection .s2-maximumWidth .s2-rightSideServer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  width: 100%;
}
.s2-productDisplay .s2-currentSection .s2-maximumWidth .s2-rightSideServer .s2-itemService {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  border: 1px solid #fff;
  cursor: pointer;
  position: relative;
}
.s2-productDisplay .s2-currentSection .s2-maximumWidth .s2-rightSideServer .s2-itemService img {
  position: absolute;
  right: 0;
  top: 0;
  width: 57px;
  height: 57px;
}
.s2-productDisplay .s2-currentSection .s2-maximumWidth .s2-rightSideServer .s2-itemService:hover {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}
.s2-productDisplay .s2-currentSection .s2-maximumWidth .s2-rightSideServer .s2-itemService:hover .s2-tagQuestion span {
  color: #007aff;
}
.s2-productDisplay .s2-currentSection .s2-maximumWidth .s2-rightSideServer .s2-itemService .s2-tagQuestion {
  display: flex;
  align-items: center;
}
.s2-productDisplay .s2-currentSection .s2-maximumWidth .s2-rightSideServer .s2-itemService .s2-tagQuestion span {
  font-size: 18px;
  color: #181818;
  max-width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.s2-productDisplay .s2-currentSection .s2-maximumWidth .s2-rightSideServer .s2-itemService .s2-tagQuestion .s2-hotSellingItems {
  background-color: #ffeceb;
  color: #f04134;
  font-size: 12px;
  padding: 0 5px;
  margin-left: 10px;
}
.s2-productDisplay .s2-currentSection .s2-maximumWidth .s2-rightSideServer .s2-itemService p {
  color: #6e6e6e;
  margin: 16px 0;
}
.s2-productDisplay .s2-currentSection .s2-maximumWidth .s2-rightSideServer .s2-itemService .s2-tagPurchase {
  display: flex;
  justify-content: space-between;
}
.s2-productDisplay .s2-currentSection .s2-maximumWidth .s2-rightSideServer .s2-itemService .s2-tagPurchase .s2-label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
}
.s2-productDisplay .s2-currentSection .s2-maximumWidth .s2-rightSideServer .s2-itemService .s2-tagPurchase .s2-label .s2-itemLabel {
  border: 1px solid #e3e3e3;
  color: #aaa;
  padding: 2px 5px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.s2-productDisplay .s2-currentSection .s2-maximumWidth .s2-rightSideServer .s2-itemService .s2-tagPurchase a {
  background-color: #337dff;
  color: #fff;
  border: 1px solid #337dff;
  box-shadow: 2px 2px 8px 0 rgba(51, 125, 255, 0.3);
  border-radius: 2px;
  width: 88px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.s2-productDisplay .s2-currentSection .s2-maximumWidth .s2-rightSideServer .s2-itemService .s2-tagPurchase a:hover {
  background-color: #4e8efd;
}

@media (max-width: 768px) {
  .s2-productDisplay {
    background-color: #F8F9FC;
    padding: 7vw 0;
  }
  .s2-productDisplay .s2-defaultWidth {
    padding: 0 !important;
  }
  .s2-productDisplay .s2-defaultWidth .s2-title-Description p {
    font-size: 3vw;
  }
  .s2-productDisplay .s2-handheldFan {
    display: flex;
    flex-direction: column;
  }
  .s2-productDisplay .s2-handheldFan .s2-itemClickOnTheHandheldButton:not(:last-child) {
    border-bottom: 1.5px solid #EBEEF5;
  }
  .s2-productDisplay .s2-handheldFan .s2-itemClickOnTheHandheldButton {
    height: 13vw;
    overflow: hidden;
  }
  .s2-productDisplay .s2-handheldFan .s2-itemClickOnTheHandheldButton .s2-clicker {
    background-color: #fff;
    height: 13vw;
    padding: 0 5vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .s2-productDisplay .s2-handheldFan .s2-itemClickOnTheHandheldButton .s2-clicker .s2-markingDiagram {
    display: flex;
    align-items: center;
    gap: 3vw;
    font-size: 4vw;
    color: #262626;
  }
  .s2-productDisplay .s2-handheldFan .s2-itemClickOnTheHandheldButton .s2-clicker .s2-markingDiagram img {
    width: 8vw;
    height: 8vw;
  }
  .s2-productDisplay .s2-handheldFan .s2-itemClickOnTheHandheldButton .s2-clicker .s2-triangleBlock {
    width: 3vw;
    height: 3vw;
    background: url("/web/shiwaicloud/s4-file/assets/img/newsInformation/rightarr.png") no-repeat center;
    background-size: cover;
  }
  .s2-productDisplay .s2-handheldFan .s2-itemClickOnTheHandheldButton .s2-clicker .s2-triangleOpen {
    border-top: 2vw solid #3873FE;
  }
  .s2-productDisplay .s2-handheldFan .s2-itemClickOnTheHandheldButton .s2-clickerContent {
    padding: 3vw 5vw 5vw 5vw;
    background-color: #f4f4f5;
  }
  .s2-productDisplay .s2-handheldFan .s2-itemClickOnTheHandheldButton .s2-clickerContent .s2-serverDropdownMenu {
    display: flex;
    flex-direction: column;
    gap: 3vw;
  }
  .s2-productDisplay .s2-handheldFan .s2-itemClickOnTheHandheldButton .s2-clickerContent .s2-serverDropdownMenu .s2-itemService {
    padding: 3vw 5vw;
    background-color: #fff;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: url("/web/shiwaicloud/s2-file/assets/img/index/serverback.jpg") no-repeat center;
    background-size: cover;
    position: relative;
  }
  .s2-productDisplay .s2-handheldFan .s2-itemClickOnTheHandheldButton .s2-clickerContent .s2-serverDropdownMenu .s2-itemService .s2-popular {
    position: absolute;
    width: 10vw;
    height: 10vw;
    right: 0;
    top: 0;
  }
  .s2-productDisplay .s2-handheldFan .s2-itemClickOnTheHandheldButton .s2-clickerContent .s2-serverDropdownMenu .s2-itemService .s2-theHeader {
    display: flex;
    align-items: center;
  }
  .s2-productDisplay .s2-handheldFan .s2-itemClickOnTheHandheldButton .s2-clickerContent .s2-serverDropdownMenu .s2-itemService .s2-theHeader img {
    width: 5vw;
    height: 5vw;
  }
  .s2-productDisplay .s2-handheldFan .s2-itemClickOnTheHandheldButton .s2-clickerContent .s2-serverDropdownMenu .s2-itemService .s2-theHeader span {
    color: #191919;
    font-size: 4.7vw;
  }
  .s2-productDisplay .s2-handheldFan .s2-itemClickOnTheHandheldButton .s2-clickerContent .s2-serverDropdownMenu .s2-itemService .s2-theHeader .s2-hotSellingItem {
    background-color: #ffeceb;
    padding: 0.5vw 2vw;
    color: #f04134;
    font-size: 3vw;
    margin-left: 3vw;
  }
  .s2-productDisplay .s2-handheldFan .s2-itemClickOnTheHandheldButton .s2-clickerContent .s2-serverDropdownMenu .s2-itemService p {
    color: #757575;
    margin: 3vw 0;
  }
  .s2-productDisplay .s2-handheldFan .s2-itemClickOnTheHandheldButton .s2-clickerContent .s2-serverDropdownMenu .s2-itemService .s2-label {
    display: flex;
    align-items: center;
    gap: 4vw;
  }
  .s2-productDisplay .s2-handheldFan .s2-itemClickOnTheHandheldButton .s2-clickerContent .s2-serverDropdownMenu .s2-itemService .s2-label .s2-item {
    border: 1px solid #e3e3e3;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0.53333vw;
    font-size: 3.2vw;
    padding: 1vw 2vw;
    color: #333333;
  }
  .s2-productDisplay .s2-handheldFan .s2-open .s2-clicker .s2-triangleBlock {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .s2-productDisplay .s2-handheldFan .s2-keepGoing {
    height: auto;
  }
}
.s2-convenientAndSafe {
  background: url("/web/shiwaicloud/s2-file/assets/img/index/bannerlist.png") no-repeat center;
  background-size: cover;
}
.s2-convenientAndSafe .s2-defaultWidth .s2-currentSection {
  display: flex;
  gap: 15px;
}
.s2-convenientAndSafe .s2-defaultWidth .s2-currentSection .s2-leftLongStrip {
  padding: 30px;
  background: url("/web/shiwaicloud/s2-file/assets/img/index/leftLongStrip.jpg") no-repeat center;
  background-size: cover;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  width: 288px;
  flex-shrink: 0;
}
.s2-convenientAndSafe .s2-defaultWidth .s2-currentSection .s2-leftLongStrip span {
  font-size: 24px;
}
.s2-convenientAndSafe .s2-defaultWidth .s2-currentSection .s2-leftLongStrip p {
  color: #595f6e;
  font-size: 13px;
  margin: 15px 0;
}
.s2-convenientAndSafe .s2-defaultWidth .s2-currentSection .s2-leftLongStrip .s2-middleSection {
  font-size: 13px;
  padding-left: 20px;
  margin: 10px 0;
}
.s2-convenientAndSafe .s2-defaultWidth .s2-currentSection .s2-groupDepartment {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.s2-convenientAndSafe .s2-defaultWidth .s2-currentSection .s2-groupDepartment .s2-itemDemand {
  background: url("/web/shiwaicloud/s2-file/assets/img/index/itemDemand.jpg") no-repeat center;
  background-size: cover;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}
.s2-convenientAndSafe .s2-defaultWidth .s2-currentSection .s2-groupDepartment .s2-itemDemand .s2-inside {
  padding: 30px;
  height: 100%;
}
.s2-convenientAndSafe .s2-defaultWidth .s2-currentSection .s2-groupDepartment .s2-itemDemand:hover {
  border-color: transparent;
  box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, 0.08), -8px -8px 20px 0 #fafbfd;
}
.s2-convenientAndSafe .s2-defaultWidth .s2-currentSection .s2-groupDepartment .s2-itemDemand:hover .s2-inside {
  box-shadow: inset 8px 8px 20px 0 rgba(55, 99, 170, 0.08), inset -114px -8px 20px 0 #fafbfd;
}
.s2-convenientAndSafe .s2-defaultWidth .s2-currentSection .s2-groupDepartment .s2-itemDemand:hover span {
  color: #337dff;
}
.s2-convenientAndSafe .s2-defaultWidth .s2-currentSection .s2-groupDepartment .s2-itemDemand span {
  font-size: 16px;
  font-weight: 700;
}
.s2-convenientAndSafe .s2-defaultWidth .s2-currentSection .s2-groupDepartment .s2-itemDemand p {
  color: #6e6e6e;
  margin: 10px 0;
  height: 55px;
}
.s2-convenientAndSafe .s2-defaultWidth .s2-currentSection .s2-groupDepartment .s2-itemDemand a {
  font-size: 13px;
  background-color: #337dff;
  padding: 6px 10px;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
}
.s2-convenientAndSafe .s2-defaultWidth .s2-currentSection .s2-groupDepartment .s2-itemDemand a:hover {
  background-color: #5896ff;
}

@media (max-width: 768px) {
  .s2-convenientAndSafe .s2-defaultWidth .s2-title-Description p {
    font-size: 3vw;
    color: #000;
  }
  .s2-convenientAndSafe .s2-defaultWidth .s2-currentSection {
    display: flex;
    flex-direction: column;
    gap: 4vw;
  }
  .s2-convenientAndSafe .s2-defaultWidth .s2-currentSection .s2-leftLongStrip {
    background: url("/web/shiwaicloud/s2-file/assets/img/index/h5-leftLongStrip.png") no-repeat center;
    background-size: 100% 100%;
    padding: 5vw;
    border-radius: 1vw;
    -webkit-border-radius: 1vw;
    -moz-border-radius: 1vw;
    -ms-border-radius: 1vw;
    -o-border-radius: 1vw;
    width: 100%;
    height: 30vw;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .s2-convenientAndSafe .s2-defaultWidth .s2-currentSection .s2-leftLongStrip span {
    font-size: 4vw;
  }
  .s2-convenientAndSafe .s2-defaultWidth .s2-currentSection .s2-leftLongStrip p {
    color: #000;
    font-size: 3.2vw;
    margin: 0;
  }
  .s2-convenientAndSafe .s2-defaultWidth .s2-currentSection .s2-leftLongStrip .s2-middleSection {
    display: none;
  }
  .s2-convenientAndSafe .s2-defaultWidth .s2-currentSection .s2-gridLayout {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3vw;
    /* 最后一个元素跨越两列（第 8 和第 9 个位置） */
  }
  .s2-convenientAndSafe .s2-defaultWidth .s2-currentSection .s2-gridLayout .s2-itemsEnd {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0 0.53333vw 2.13333vw 0 rgba(0, 0, 0, 0.09);
    padding: 3vw;
  }
  .s2-convenientAndSafe .s2-defaultWidth .s2-currentSection .s2-gridLayout .s2-itemsEnd img {
    width: 20vw;
    height: 15vw;
  }
  .s2-convenientAndSafe .s2-defaultWidth .s2-currentSection .s2-gridLayout .s2-itemsEnd:nth-child(8) {
    grid-column: span 2;
    color: rgb(36, 128, 252);
  }
}
.s2-solution {
  position: relative;
}
.s2-solution .s2-itemPicture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}
.s2-solution .s2-itemPicture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s2-solution .s2-defaultWidth .s2-title-Description span {
  color: #fff;
}
.s2-solution .s2-defaultWidth .s2-title-Description p {
  color: #fff;
}
.s2-solution .s2-defaultWidth .s2-currentSection {
  display: flex;
  gap: 2px;
}
.s2-solution .s2-defaultWidth .s2-currentSection .s2-slideSwitch {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 30px 5px;
  flex: 0.23;
  position: relative;
}
.s2-solution .s2-defaultWidth .s2-currentSection .s2-slideSwitch .s2-itemSwipePast {
  color: #fff;
  margin: 10px 0;
  padding: 10px 0 10px 70px;
  font-size: 16px;
  position: relative;
  z-index: 1;
}
.s2-solution .s2-defaultWidth .s2-currentSection .s2-slideSwitch .s2-scrollHorizontalBar {
  height: 40px;
  border-radius: 4px;
  width: 94%;
  background-color: #007aff;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.s2-solution .s2-defaultWidth .s2-currentSection .s2-slideCutFlowerContent {
  flex: 0.54;
  height: 489px;
  background-color: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.s2-solution .s2-defaultWidth .s2-currentSection .s2-slideCutFlowerContent .s2-highestHeight {
  height: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.s2-solution .s2-defaultWidth .s2-currentSection .s2-slideCutFlowerContent .s2-highestHeight .s2-itemSolutionText {
  padding: 48px 53px 44px 53px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.s2-solution .s2-defaultWidth .s2-currentSection .s2-slideCutFlowerContent .s2-highestHeight .s2-itemSolutionText span {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.s2-solution .s2-defaultWidth .s2-currentSection .s2-slideCutFlowerContent .s2-highestHeight .s2-itemSolutionText p {
  color: #fff;
  margin: 20px 0;
  line-height: 25px;
}
.s2-solution .s2-defaultWidth .s2-currentSection .s2-slideCutFlowerContent .s2-highestHeight .s2-itemSolutionText .s2-iconTitle {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #eee;
  padding: 40px 0;
}
.s2-solution .s2-defaultWidth .s2-currentSection .s2-slideCutFlowerContent .s2-highestHeight .s2-itemSolutionText .s2-iconTitle .s2-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.s2-solution .s2-defaultWidth .s2-currentSection .s2-slideCutFlowerContent .s2-highestHeight .s2-itemSolutionText .s2-iconTitle .s2-item img {
  width: 30px;
  height: 30px;
}
.s2-solution .s2-defaultWidth .s2-currentSection .s2-slideCutFlowerContent .s2-highestHeight .s2-itemSolutionText .s2-iconTitle .s2-item .s2-text {
  color: #fff;
}
.s2-solution .s2-defaultWidth .s2-currentSection .s2-slideCutFlowerContent .s2-highestHeight .s2-itemSolutionText .s2-button {
  display: flex;
  gap: 10px;
}
.s2-solution .s2-defaultWidth .s2-currentSection .s2-slideCutFlowerContent .s2-highestHeight .s2-itemSolutionText .s2-button a:nth-of-type(1) {
  background-color: #2A6FFF;
  color: #fff;
  font-size: 13px;
  border-radius: 3px;
  font-weight: bold;
  padding: 10px 23px;
}
.s2-solution .s2-defaultWidth .s2-currentSection .s2-slideCutFlowerContent .s2-highestHeight .s2-itemSolutionText .s2-button a:nth-of-type(1):hover {
  background-color: #749ffa;
}
.s2-solution .s2-defaultWidth .s2-currentSection .s2-slideCutFlowerContent .s2-highestHeight .s2-itemSolutionText .s2-button a:nth-of-type(2) {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  padding: 8px 23px;
  border-radius: 3px;
  font-weight: bold;
}
.s2-solution .s2-defaultWidth .s2-currentSection .s2-slideCutFlowerContent .s2-highestHeight .s2-itemSolutionText .s2-button a:nth-of-type(2):hover {
  background-color: #2A6FFF;
  color: #fff;
  border: 1px solid #2A6FFF;
}
.s2-solution .s2-defaultWidth .s2-currentSection .s2-rightSideConsultationCustomerService {
  flex: 0.23;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 80px 5px 30px 5px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.s2-solution .s2-defaultWidth .s2-currentSection .s2-rightSideConsultationCustomerService span {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}
.s2-solution .s2-defaultWidth .s2-currentSection .s2-rightSideConsultationCustomerService .s2-qrCode {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  background-color: #fff;
  width: 200px;
  height: 200px;
  margin-top: 40px;
  border-radius: 4px;
}
.s2-solution .s2-defaultWidth .s2-currentSection .s2-rightSideConsultationCustomerService .s2-qrCode:hover img:nth-of-type(1) {
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.s2-solution .s2-defaultWidth .s2-currentSection .s2-rightSideConsultationCustomerService .s2-qrCode:hover img:nth-of-type(2) {
  opacity: 1;
}
.s2-solution .s2-defaultWidth .s2-currentSection .s2-rightSideConsultationCustomerService .s2-qrCode:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.s2-solution .s2-defaultWidth .s2-currentSection .s2-rightSideConsultationCustomerService .s2-qrCode img:nth-of-type(2) {
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.s2-solution .s2-defaultWidth .s2-currentSection .s2-rightSideConsultationCustomerService .s2-qrCode img {
  border-radius: 4px;
  width: 100%;
  position: absolute;
}

@media (max-width: 768px) {
  .s2-solution {
    position: relative;
  }
  .s2-solution .s2-defaultWidth {
    padding: 0 !important;
  }
  .s2-solution .s2-defaultWidth .s2-title-Description p {
    color: rgb(0, 243, 255);
    font-size: 3vw;
  }
  .s2-solution .s2-defaultWidth .s2-currentSection {
    gap: 0;
    flex-direction: column;
  }
  .s2-solution .s2-defaultWidth .s2-currentSection .s2-slideSwitch {
    background-color: transparent;
    padding: 0;
    position: relative;
    display: flex;
    gap: 5vw;
    margin: 0 5vw;
  }
  .s2-solution .s2-defaultWidth .s2-currentSection .s2-slideSwitch .s2-itemSwipePast {
    color: #fff;
    margin: 2vw 0;
    padding: 0;
    font-size: 3.5vw;
  }
  .s2-solution .s2-defaultWidth .s2-currentSection .s2-slideSwitch .s2-scrollHorizontalBar {
    height: 0.5vw;
    width: 10vw;
    top: 8vw;
    left: 0;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
  }
  .s2-solution .s2-defaultWidth .s2-currentSection .s2-slideCutFlowerContent {
    height: auto;
    background-color: transparent;
  }
  .s2-solution .s2-defaultWidth .s2-currentSection .s2-slideCutFlowerContent .s2-highestHeight {
    height: 100%;
    display: flex;
  }
  .s2-solution .s2-defaultWidth .s2-currentSection .s2-slideCutFlowerContent .s2-highestHeight .s2-itemSolutionText {
    padding: 5vw;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .s2-solution .s2-defaultWidth .s2-currentSection .s2-slideCutFlowerContent .s2-highestHeight .s2-itemSolutionText span {
    font-size: 5vw;
  }
  .s2-solution .s2-defaultWidth .s2-currentSection .s2-slideCutFlowerContent .s2-highestHeight .s2-itemSolutionText p {
    margin: 5vw 0;
    line-height: 6vw;
  }
  .s2-solution .s2-defaultWidth .s2-currentSection .s2-slideCutFlowerContent .s2-highestHeight .s2-itemSolutionText .s2-iconTitle {
    display: none;
  }
  .s2-solution .s2-defaultWidth .s2-currentSection .s2-slideCutFlowerContent .s2-highestHeight .s2-itemSolutionText .s2-button {
    display: flex;
    gap: 10px;
  }
  .s2-solution .s2-defaultWidth .s2-currentSection .s2-slideCutFlowerContent .s2-highestHeight .s2-itemSolutionText .s2-button a:nth-of-type(1) {
    background-color: #f0f0f0;
    color: #000;
    font-size: 3.5vw;
    border-radius: 1vw;
    font-weight: inherit;
    padding: 2vw 6vw;
  }
  .s2-solution .s2-defaultWidth .s2-currentSection .s2-slideCutFlowerContent .s2-highestHeight .s2-itemSolutionText .s2-button a:nth-of-type(2) {
    display: none;
  }
  .s2-solution .s2-defaultWidth .s2-currentSection .s2-rightSideConsultationCustomerService {
    display: none;
    flex: 0;
  }
}
.s2-practice {
  background: url("/web/shiwaicloud/s2-file/assets/img/index/practice.png") no-repeat center;
  background-size: cover;
}
.s2-practice .s2-defaultWidth .s2-currentSection {
  display: flex;
  justify-content: space-between;
}
.s2-practice .s2-defaultWidth .s2-currentSection .s2-itemIconQuestion {
  display: flex;
  align-items: center;
  gap: 10px;
}
.s2-practice .s2-defaultWidth .s2-currentSection .s2-itemIconQuestion img {
  width: 64px;
  height: 64px;
}
.s2-practice .s2-defaultWidth .s2-currentSection .s2-itemIconQuestion .s2-labelDescription {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.s2-practice .s2-defaultWidth .s2-currentSection .s2-itemIconQuestion .s2-labelDescription .s2-textes {
  font-size: 32px;
  display: flex;
}

@media (max-width: 768px) {
  .s2-practice {
    background: url("/web/shiwaicloud/s2-file/assets/img/index/practice.png") no-repeat center;
    background-size: cover;
  }
  .s2-practice .s2-defaultWidth .s2-currentSection {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5vw 0;
  }
  .s2-practice .s2-defaultWidth .s2-currentSection .s2-itemIconQuestion {
    display: flex;
    align-items: center;
    gap: 3vw;
  }
  .s2-practice .s2-defaultWidth .s2-currentSection .s2-itemIconQuestion img {
    width: 10vw;
    height: 10vw;
  }
  .s2-practice .s2-defaultWidth .s2-currentSection .s2-itemIconQuestion .s2-labelDescription {
    display: flex;
    flex-direction: column;
    gap: 2vw;
  }
  .s2-practice .s2-defaultWidth .s2-currentSection .s2-itemIconQuestion .s2-labelDescription .s2-textes {
    font-size: 7vw;
    display: flex;
  }
}
.s2-safetyCompliance {
  background: rgb(247, 248, 250);
}
.s2-safetyCompliance .s2-defaultWidth .s2-currentSection {
  position: relative;
}
.s2-safetyCompliance .s2-defaultWidth .s2-currentSection .s2-compliance {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.s2-safetyCompliance .s2-defaultWidth .s2-currentSection .s2-compliance .s2-item span {
  font-size: 16px;
  font-weight: 700;
}
.s2-safetyCompliance .s2-defaultWidth .s2-currentSection .s2-compliance .s2-item span i {
  color: rgb(51, 125, 255);
  font-size: 32px;
}
.s2-safetyCompliance .s2-defaultWidth .s2-currentSection .s2-compliance .s2-item p {
  margin: 10px 0;
  font-size: 13px;
}
.s2-safetyCompliance .s2-defaultWidth .s2-currentSection .s2-map {
  padding-left: 300px;
  position: relative;
}
.s2-safetyCompliance .s2-defaultWidth .s2-currentSection .s2-map img {
  width: 100%;
}
.s2-safetyCompliance .s2-defaultWidth .s2-currentSection .s2-map .s2-pointArea {
  position: absolute;
  right: 290px;
  top: 170px;
  width: 16px;
  height: 19px;
  background: url("/web/shiwaicloud/s2-file/assets/img/index/pointArea.png") no-repeat center;
  background-size: cover;
}
.s2-safetyCompliance .s2-defaultWidth .s2-currentSection .s2-map .s2-pointArea .s2-dot {
  background: #3598fe;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  position: relative;
  transform: rotateX(45deg);
  animation: scaleFn 2s linear infinite;
  margin-top: 20px;
  margin-left: 4px;
  -webkit-animation: scaleFn 2s linear infinite;
}
.s2-safetyCompliance .s2-defaultWidth .s2-currentSection .s2-map .s2-pointArea .s2-dot::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(53, 152, 254, 0.2);
  top: -4px;
  left: -4px;
}
.s2-safetyCompliance .s2-defaultWidth .s2-currentSection .s2-map .s2-pointArea .s2-dot::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(53, 152, 254, 0.07);
  top: -7px;
  left: -7px;
}
@keyframes scaleFn {
  0% {
    transform: rotateX(45deg) scale(1);
  }
  50% {
    transform: rotateX(45deg) scale(1.5);
  }
  100% {
    transform: rotateX(45deg) scale(1);
  }
}
.s2-safetyCompliance .s2-defaultWidth .s2-currentSection .s2-map .s2-pointArea:nth-of-type(2) {
  right: 320px;
  top: 200px;
}
.s2-safetyCompliance .s2-defaultWidth .s2-currentSection .s2-map .s2-pointArea:nth-of-type(3) {
  right: 340px;
  top: 220px;
}
.s2-safetyCompliance .s2-defaultWidth .s2-currentSection .s2-map .s2-pointArea:nth-of-type(4) {
  right: 340px;
  top: 180px;
}
.s2-safetyCompliance .s2-defaultWidth .s2-currentSection .s2-map .s2-pointArea:nth-of-type(5) {
  right: 281px;
  top: 243px;
}
.s2-safetyCompliance .s2-defaultWidth .s2-currentSection .s2-map .s2-pointArea:nth-of-type(6) {
  right: 234px;
  top: 203px;
}
.s2-safetyCompliance .s2-defaultWidth .s2-currentSection .s2-map .s2-pointArea:nth-of-type(7) {
  right: 255px;
  top: 164px;
}
.s2-safetyCompliance .s2-defaultWidth .s2-currentSection .s2-map .s2-pointArea:nth-of-type(8) {
  right: 311px;
  top: 232px;
}
.s2-safetyCompliance .s2-defaultWidth .s2-currentSection .s2-navSecuritySystem {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.08), inset 0px 3px 6px 1px rgba(0, 0, 0, 0.01);
  display: flex;
  justify-content: space-between;
  grid-template-columns: repeat(6, 1fr);
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  padding: 10px;
}
.s2-safetyCompliance .s2-defaultWidth .s2-currentSection .s2-navSecuritySystem .s2-item {
  width: 160px;
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.s2-safetyCompliance .s2-defaultWidth .s2-currentSection .s2-navSecuritySystem .s2-item:hover {
  border-radius: 15px;
  box-shadow: 1px 0px 15px 2px rgba(38, 102, 209, 0), 0px 0px 19px 0px rgba(51, 125, 255, 0.3803921569);
}
.s2-safetyCompliance .s2-defaultWidth .s2-currentSection .s2-navSecuritySystem .s2-item img {
  width: 112px;
  height: 80px;
}
.s2-safetyCompliance .s2-defaultWidth .s2-currentSection .s2-navSecuritySystem .s2-item span {
  color: #8f8f94;
}

@media (max-width: 768px) {
  .s2-safetyCompliance {
    background: rgb(247, 248, 250);
    height: 140vw;
  }
  .s2-safetyCompliance .s2-defaultWidth {
    padding: 0 !important;
  }
  .s2-safetyCompliance .s2-defaultWidth .s2-currentSection {
    padding: 5vw;
    background: url("/web/shiwaicloud/s2-file/assets/img/index/h5-map.png") no-repeat center;
    background-size: 100% 100%;
    height: 70vw;
    position: relative;
  }
  .s2-safetyCompliance .s2-defaultWidth .s2-currentSection .s2-compliance {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    top: 3vw;
    display: flex;
    flex-direction: row;
    gap: 5vw;
  }
  .s2-safetyCompliance .s2-defaultWidth .s2-currentSection .s2-compliance .s2-item span {
    font-size: 3.3vw;
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    align-items: center;
  }
  .s2-safetyCompliance .s2-defaultWidth .s2-currentSection .s2-compliance .s2-item span i {
    font-size: 8vw;
  }
  .s2-safetyCompliance .s2-defaultWidth .s2-currentSection .s2-compliance .s2-item p {
    display: none;
  }
  .s2-safetyCompliance .s2-defaultWidth .s2-currentSection .s2-map {
    padding-left: 0;
    position: relative;
  }
  .s2-safetyCompliance .s2-defaultWidth .s2-currentSection .s2-map img {
    width: 100%;
    display: none;
  }
  .s2-safetyCompliance .s2-defaultWidth .s2-currentSection .s2-map .s2-pointArea {
    display: none;
  }
  .s2-safetyCompliance .s2-defaultWidth .s2-currentSection .s2-navSecuritySystem {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-radius: 1vw;
    padding: 2vw;
    position: relative;
    bottom: -30vw;
  }
  .s2-safetyCompliance .s2-defaultWidth .s2-currentSection .s2-navSecuritySystem .s2-item {
    width: auto;
    height: auto;
    padding: 1vw;
  }
  .s2-safetyCompliance .s2-defaultWidth .s2-currentSection .s2-navSecuritySystem .s2-item:hover {
    box-shadow: none;
  }
  .s2-safetyCompliance .s2-defaultWidth .s2-currentSection .s2-navSecuritySystem .s2-item img {
    width: 25vw;
    height: 19vw;
  }
  .s2-safetyCompliance .s2-defaultWidth .s2-currentSection .s2-navSecuritySystem .s2-item span {
    color: #000;
    font-size: 3vw;
  }
}
.s2-rotatingCooperation .s2-defaultWidth .s2-currentSection {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
.s2-rotatingCooperation .s2-defaultWidth .s2-currentSection .s2-virtualization {
  position: absolute;
  left: 0;
  top: 0;
  width: 360px;
  height: 100%;
  z-index: 1;
}
.s2-rotatingCooperation .s2-defaultWidth .s2-currentSection .s2-virtualization2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 360px;
  height: 100%;
  z-index: 1;
  transform: rotate(180deg);
}
.s2-rotatingCooperation .s2-defaultWidth .s2-currentSection .s2-itemSeamless {
  display: flex;
  flex-shrink: 0;
  animation: scroll 35s linear infinite;
  -webkit-animation: scroll 35s linear infinite;
  will-change: transform;
}
.s2-rotatingCooperation .s2-defaultWidth .s2-currentSection .s2-itemSeamless img {
  height: 106px;
  flex-shrink: 0;
  width: auto;
  /* 确保图像大小适应 */
}
.s2-rotatingCooperation .s2-defaultWidth .s2-currentSection .s2-itemSeamless:nth-of-type(2) {
  animation: scroll 40s linear infinite;
  -webkit-animation: scroll 40s linear infinite;
}
.s2-rotatingCooperation .s2-defaultWidth .s2-currentSection .s2-itemSeamless:nth-of-type(3) {
  animation: scroll 35s linear infinite;
  -webkit-animation: scroll 35s linear infinite;
}
.s2-rotatingCooperation .s2-defaultWidth .s2-currentSection .s2-itemSeamless:nth-of-type(4) {
  animation: scroll 45s linear infinite;
  -webkit-animation: scroll 45s linear infinite;
}
.s2-rotatingCooperation .s2-defaultWidth .s2-currentSection .s2-itemSeamless:nth-of-type(4) {
  animation: scroll 50s linear infinite;
  -webkit-animation: scroll 50s linear infinite;
}
@keyframes scroll {
  0% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
  }
}

@media (max-width: 768px) {
  .s2-rotatingCooperation .s2-defaultWidth {
    padding: 0 !important;
  }
  .s2-rotatingCooperation .s2-defaultWidth .s2-currentSection .s2-virtualization {
    display: none;
  }
  .s2-rotatingCooperation .s2-defaultWidth .s2-currentSection .s2-virtualization2 {
    display: none;
  }
  .s2-rotatingCooperation .s2-defaultWidth .s2-currentSection .s2-itemSeamless {
    display: flex;
    flex-shrink: 0;
    animation: scroll 35s linear infinite;
    -webkit-animation: scroll 35s linear infinite;
    will-change: transform;
  }
  .s2-rotatingCooperation .s2-defaultWidth .s2-currentSection .s2-itemSeamless img {
    height: 15vw;
  }
}
.s2-newsInformation {
  background: url("/web/shiwaicloud/s2-file/assets/img/index/s2-newsInformation.jpg") no-repeat center;
  background-size: cover;
}
.s2-newsInformation .s2-defaultWidth .s2-currentSection {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.s2-newsInformation .s2-defaultWidth .s2-currentSection .s2-itemNewSmell {
  background: rgba(255, 255, 255, 0.3137254902);
  backdrop-filter: blur(6px);
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.08), inset 0px 3px 6px 1px rgba(0, 0, 0, 0.01);
  border-radius: 5px;
  border: 1px solid #fff;
      min-height: 256px;
}
.s2-newsInformation .s2-defaultWidth .s2-currentSection .s2-itemNewSmell .s2-headlineTitle {
  display: flex;
  justify-content: space-between;
  margin: 0 20px;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.s2-newsInformation .s2-defaultWidth .s2-currentSection .s2-itemNewSmell .s2-headlineTitle span {
  font-size: 18px;
  font-weight: bold;
}
.s2-newsInformation .s2-defaultWidth .s2-currentSection .s2-itemNewSmell .s2-headlineTitle a {
  color: #333333;
}
.s2-newsInformation .s2-defaultWidth .s2-currentSection .s2-itemNewSmell .s2-headlineTitle a:hover {
  color: #007aff;
}
.s2-newsInformation .s2-defaultWidth .s2-currentSection .s2-itemNewSmell .s2-newsContent {
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.s2-newsInformation .s2-defaultWidth .s2-currentSection .s2-itemNewSmell .s2-newsContent .s2-item {
  display: flex;
  align-items: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 30px;
}
.s2-newsInformation .s2-defaultWidth .s2-currentSection .s2-itemNewSmell .s2-newsContent .s2-item:hover a {
  color: #007aff;
}
.s2-newsInformation .s2-defaultWidth .s2-currentSection .s2-itemNewSmell .s2-newsContent .s2-item:hover .s2-time {
  color: #007aff;
}
.s2-newsInformation .s2-defaultWidth .s2-currentSection .s2-itemNewSmell .s2-newsContent .s2-item:hover a::after {
  background-color: #007aff;
}
.s2-newsInformation .s2-defaultWidth .s2-currentSection .s2-itemNewSmell .s2-newsContent .s2-item .s2-time {
  margin-right: 15px;
  position: relative;
}
.s2-newsInformation .s2-defaultWidth .s2-currentSection .s2-itemNewSmell .s2-newsContent .s2-item .s2-time::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  background-color: #666;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.s2-newsInformation .s2-defaultWidth .s2-currentSection .s2-itemNewSmell .s2-newsContent .s2-item a {
  color: #333333;
  position: relative;
  height: 100%;
  line-height: 30px;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 768px) {
  .s2-newsInformation {
    background: url("/web/shiwaicloud/s2-file/assets/img/index/s2-newsInformation.jpg") no-repeat center;
    background-size: cover;
  }
  .s2-newsInformation .s2-defaultWidth .s2-currentSection {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 4vw;
  }
  .s2-newsInformation .s2-defaultWidth .s2-currentSection .s2-itemNewSmell{
      
  }
  .s2-newsInformation .s2-defaultWidth .s2-currentSection .s2-itemNewSmell .s2-headlineTitle {
    margin: 0 4vw;
    padding: 2vw 0;
  }
  .s2-newsInformation .s2-defaultWidth .s2-currentSection .s2-itemNewSmell .s2-headlineTitle span {
    font-size: 4.5vw;
  }
  .s2-newsInformation .s2-defaultWidth .s2-currentSection .s2-itemNewSmell .s2-headlineTitle a {
    color: #333333;
  }
  .s2-newsInformation .s2-defaultWidth .s2-currentSection .s2-itemNewSmell .s2-headlineTitle a:hover {
    color: #007aff;
  }
  .s2-newsInformation .s2-defaultWidth .s2-currentSection .s2-itemNewSmell .s2-newsContent {
    padding: 2vw 4vw;
    display: flex;
    flex-direction: column;
    gap: 1vw;
  }
  .s2-newsInformation .s2-defaultWidth .s2-currentSection .s2-itemNewSmell .s2-newsContent .s2-item {
    display: flex;
    align-items: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 9vw;
  }
  .s2-newsInformation .s2-defaultWidth .s2-currentSection .s2-itemNewSmell .s2-newsContent .s2-item:hover a {
    color: #007aff;
  }
  .s2-newsInformation .s2-defaultWidth .s2-currentSection .s2-itemNewSmell .s2-newsContent .s2-item:hover .s2-time {
    color: #007aff;
  }
  .s2-newsInformation .s2-defaultWidth .s2-currentSection .s2-itemNewSmell .s2-newsContent .s2-item:hover a::after {
    background-color: #007aff;
  }
  .s2-newsInformation .s2-defaultWidth .s2-currentSection .s2-itemNewSmell .s2-newsContent .s2-item .s2-time {
    margin-right: 3vw;
    position: relative;
  }
  .s2-newsInformation .s2-defaultWidth .s2-currentSection .s2-itemNewSmell .s2-newsContent .s2-item .s2-time::after {
    content: "";
    position: absolute;
    right: -2vw;
    top: 50%;
    transform: translateY(-50%);
    width: 0.5vw;
    height: 0.5vw;
    background-color: #666;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  .s2-newsInformation .s2-defaultWidth .s2-currentSection .s2-itemNewSmell .s2-newsContent .s2-item a {
    line-height: 9vw;
    max-width: 66vw;
  }
}

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