
@charset "UTF-8";
.drop-info {
  width: 157px;
  height: 188px;
  background: #FEFFFF;
  border: 1px solid #DCDCDC;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  opacity: 1;
  border-radius: 3px;
  position: absolute;
  right: 27px;
  top: 80px;
  display: none;
  padding: 8px;
}
.drop:hover .drop-info{
  display: block;
}
.login-menu .login-menu-item {
  cursor: pointer;
  height: 40px;
  padding: 10px 12px;
}
.login-menu .login-menu-item .no-real-name {
  border: 1px solid #E34D59;
  color: rgba(227, 77, 89, 1);
}
.login-menu .login-menu-item .real-name {
  display: inline-block;
  text-align: center;
  border: 1px solid #337dff;
  color: rgb(51 125 255);
  font-size: 12px;
  width: 44px;
  height: 18px;
  border-radius: 3px;
}
.login-menu .login-menu-item:hover {
  background: rgb(57 145 255 / 8%);
  color: rgb(51 125 255);
}
.head-img {
  width: 32px;
  height: 32px;
  background: #eee;
  border: 1px solid #E6EAED;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s3-header {
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 80px;
  box-shadow: 2px 2px 8px 1px rgba(3, 29, 116, 0.08);
  padding: 0 60px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s3-headFixation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    animation: headEntrance 0.8s ease;
    -webkit-animation: headEntrance 0.8s ease;
}
@keyframes headEntrance {
    0%{
        transform: translateY(-100%);
    }
    100%{
        transform: translateY(0);
    }
}
.s3-header .s3-leftModule {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 100%;
}
.s3-header .s3-leftModule .s3-logo img {
  width: 150px;
  height: 100%;
}
.s3-header .s3-leftModule .s3-jumpArease {
  display: flex;
  align-items: center;
  height: 100%;
}
.s3-header .s3-leftModule .s3-jumpArease .s3-itemModulars {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 10px;
  margin: 0 10px;
  color: #172c45;
  font-size: 15.5px;
  cursor: pointer;
}

.s3-header .s3-leftModule .s3-jumpArease .s3-itemModulars .s3-shadow {
         box-shadow: 2px 2px 8px 1px rgb(0 0 0 / 7%);
    height: 13px;
    width: 100%;
    position: absolute;
    top: -14px;
    left: 0;
    z-index: 1;
}
.s3-header .s3-leftModule .s3-jumpArease .s3-itemModulars span {
  color: #191919;
}
.s3-header .s3-leftModule .s3-jumpArease .s3-itemModulars sup {
  width: 20px;
  height: 10px;
  position: absolute;
  top: 23px;
  left: 310px;
  font-size: 6px;
  background-color: red;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFF00;
}
.s3-header .s3-leftModule .s3-jumpArease .s3-itemModulars:hover .s3-currentDropdownContent {
  height: 500px;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
}
.s3-header .s3-leftModule .s3-jumpArease .s3-itemModulars .s3-currentDropdownContent {
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
  height: 0;
  background-color: #fff;
  overflow: hidden;
  z-index: -2;
}
.s3-header .s3-leftModule .s3-jumpArease .s3-itemModulars .s3-currentDropdownContent .s3-widthCenteredss {
  width: 1460px;
  margin: 0 auto;
  height: 100%;
  display: flex;
}
.s3-header .s3-leftModule .s3-jumpArease .s3-itemModulars .s3-currentDropdownContent .s3-widthCenteredss .s3-leftSideExplanationBackground {
  width: 30%;
  background: url("/web/shiwaicloud/s3-file/assets/img/header/back.png") no-repeat center;
  background-size: cover;
  height: 500px;
  padding: 50px 0 50px 30px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.s3-header .s3-leftModule .s3-jumpArease .s3-itemModulars .s3-currentDropdownContent .s3-widthCenteredss .s3-leftSideExplanationBackground h1 {
  font-size: 36px;
  width: 66%;
  font-weight: bold;
  margin: 0 auto;
}
.s3-header .s3-leftModule .s3-jumpArease .s3-itemModulars .s3-currentDropdownContent .s3-widthCenteredss .s3-leftSideExplanationBackground .s3-textDescriptioness {
  color: #575D6C;
  line-height: 30px;
  font-size: 16px;
  width: 66%;
  margin: 0 auto;
}
.s3-header .s3-leftModule .s3-jumpArease .s3-itemModulars .s3-currentDropdownContent .s3-widthCenteredss .s3-leftSideExplanationBackground a {
  color: #0B4A8E;
  gap: 4vw;
  width: 66%;
  margin: 0 auto;
}
.s3-header .s3-leftModule .s3-jumpArease .s3-itemModulars .s3-currentDropdownContent .s3-widthCenteredss .s3-leftSideExplanationBackground a:hover img {
  transform: translateX(10px);
}
.s3-header .s3-leftModule .s3-jumpArease .s3-itemModulars .s3-currentDropdownContent .s3-widthCenteredss .s3-leftSideExplanationBackground a img {
  width: 13px;
  height: 13px;
  margin-left: 2px;
}
.s3-header .s3-leftModule .s3-jumpArease .s3-itemModulars .s3-currentDropdownContent .s3-widthCenteredss .s3-actualContentDisplay {
  height: 500px;
  display: flex;
  gap: 50px;
  width: 70%;
  padding: 50px 30px 30px 50px;
  justify-content: space-between;
}
.s3-header .s3-leftModule .s3-jumpArease .s3-itemModulars .s3-currentDropdownContent .s3-widthCenteredss .s3-actualContentDisplay ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.s3-header .s3-leftModule .s3-jumpArease .s3-itemModulars .s3-currentDropdownContent .s3-widthCenteredss .s3-actualContentDisplay ul .s3-dropDownTitles {
  font-size: 20px;
  padding: 0 0 0 20px;
}
.s3-header .s3-leftModule .s3-jumpArease .s3-itemModulars .s3-currentDropdownContent .s3-widthCenteredss .s3-actualContentDisplay ul .s3-pullDownBlockLevel {
  padding: 20px;
  border-radius: 10px;
}
.s3-header .s3-leftModule .s3-jumpArease .s3-itemModulars .s3-currentDropdownContent .s3-widthCenteredss .s3-actualContentDisplay ul .s3-pullDownBlockLevel:hover {
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.16);
}
.s3-header .s3-leftModule .s3-jumpArease .s3-itemModulars .s3-currentDropdownContent .s3-widthCenteredss .s3-actualContentDisplay ul .s3-pullDownBlockLevel span {
  font-size: 15px;
}
.s3-header .s3-leftModule .s3-jumpArease .s3-itemModulars .s3-currentDropdownContent .s3-widthCenteredss .s3-actualContentDisplay ul .s3-pullDownBlockLevel p {
  font-size: 13px;
  color: #363434;
  margin-top: 5px;
  width: 200px;
}
@media (min-width: 2300px) {
  .s3-header .s3-leftModule .s3-jumpArease .s3-itemModulars .s3-currentDropdownContent .s3-widthCenteredss {
    width: 1560px;
  }
}
.s3-header .s3-leftModule .s3-jumpArease .s1-selecteds span {
  color: #1763FC;
}
.s3-header .s3-leftModule .s3-jumpArease .s3-reuseStyles:hover .s3-currentDropdownContent {
  height: 400px;
}
.s3-header .s3-leftModule .s3-jumpArease .s3-reuseStyles .s3-currentDropdownContent .s3-widthCenteredss .s3-leftSideExplanationBackground {
  align-items: center;
  position: relative;
  height: 400px;
  gap: 10px;
  gap: 15px;
  padding: 20px 0 20px 30px;
  width: 23%;
}
.s3-header .s3-leftModule .s3-jumpArease .s3-reuseStyles .s3-currentDropdownContent .s3-widthCenteredss .s3-leftSideExplanationBackground .s3-itemOptionsx {
  width: 100%;
  color: #191919;
  font-size: 16px;
  position: relative;
  z-index: 1;
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 100px;
}
.s3-header .s3-leftModule .s3-jumpArease .s3-reuseStyles .s3-currentDropdownContent .s3-widthCenteredss .s3-leftSideExplanationBackground .s3-itemOptionsx sup {
  font-size: 8.5px;
  color: #fff;
  background-color: #0645D8;
  position: relative;
  left: 6px;
  top: -9px;
  line-height: normal;
}
.s3-header .s3-leftModule .s3-jumpArease .s3-reuseStyles .s3-currentDropdownContent .s3-widthCenteredss .s3-leftSideExplanationBackground .s3-deriveNew {
  width: 80%;
  color: #172c45;
  font-size: 16px;
  position: relative;
  z-index: 1;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.s3-header .s3-leftModule .s3-jumpArease .s3-reuseStyles .s3-currentDropdownContent .s3-widthCenteredss .s3-leftSideExplanationBackground .s3-deriveNew sup {
  font-size: 6px;
  color: #fff;
  background-color: #0645D8;
  padding: 0px 4px;
  position: absolute;
  left: 63%;
  top: 12%;
  line-height: normal;
}
.s3-header .s3-leftModule .s3-jumpArease .s3-reuseStyles .s3-currentDropdownContent .s3-widthCenteredss .s3-leftSideExplanationBackground .s3-selectssec {
  font-size: 17px;
}
.s3-header .s3-leftModule .s3-jumpArease .s3-reuseStyles .s3-currentDropdownContent .s3-widthCenteredss .s3-leftSideExplanationBackground .s3-followTheBackground {
  width: 100%;
  height: 50px;
  position: absolute;
  top: 15px;
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.s3-header .s3-leftModule .s3-jumpArease .s3-reuseStyles .s3-currentDropdownContent .s3-widthCenteredss .s3-leftSideExplanationBackground .s3-followTheBackgroundpro {
  width: 80%;
  height: 40px;
  position: absolute;
  top: 30px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 3px 3px 3px 3px;
}
.s3-header .s3-leftModule .s3-jumpArease .s3-reuseStyles .s3-currentDropdownContent .s3-widthCenteredss .s3-rightSideContentSwitchingdd {
  width: 77%;
  height: 400px;
  padding: 20px 0 0 20px;
  display: flex;
  gap: 20px;
}
@keyframes entranceBuilding {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.s3-header .s3-leftModule .s3-jumpArease .s3-reuseStyles .s3-currentDropdownContent .s3-widthCenteredss .s3-rightSideContentSwitchingdd .s3-multipleServers {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  animation: entranceBuilding 0.6s ease-in-out;
  -webkit-animation: entranceBuilding 0.6s ease-in-out;
  width: 100%;
}
.s3-header .s3-leftModule .s3-jumpArease .s3-reuseStyles .s3-currentDropdownContent .s3-widthCenteredss .s3-rightSideContentSwitchingdd .s3-multipleServers .s3-serverGroups {
  width: 100%;
  overflow-y: scroll;
  max-height: 370px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  height: fit-content;
  padding: 0 0 20px 0;
}
.s3-header .s3-leftModule .s3-jumpArease .s3-reuseStyles .s3-currentDropdownContent .s3-widthCenteredss .s3-rightSideContentSwitchingdd .s3-multipleServers .s3-serverGroups::-webkit-scrollbar {
  display: none;
  width: 0;
}
.s3-header .s3-leftModule .s3-jumpArease .s3-reuseStyles .s3-currentDropdownContent .s3-widthCenteredss .s3-rightSideContentSwitchingdd .s3-multipleServers .s3-serverGroups .s3-itemServerSelection {
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #EBEFF3;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  height: 120px;
}
.s3-header .s3-leftModule .s3-jumpArease .s3-reuseStyles .s3-currentDropdownContent .s3-widthCenteredss .s3-rightSideContentSwitchingdd .s3-multipleServers .s3-serverGroups .s3-itemServerSelection:hover {
  border: 1px solid #3275FC;
}
.s3-header .s3-leftModule .s3-jumpArease .s3-reuseStyles .s3-currentDropdownContent .s3-widthCenteredss .s3-rightSideContentSwitchingdd .s3-multipleServers .s3-serverGroups .s3-itemServerSelection:hover .s3-labelBoxs {
  border: 1px solid #2992FF;
  color: #2992FF;
}
.s3-header .s3-leftModule .s3-jumpArease .s3-reuseStyles .s3-currentDropdownContent .s3-widthCenteredss .s3-rightSideContentSwitchingdd .s3-multipleServers .s3-serverGroups .s3-itemServerSelection span {
  font-size: 16px;
  color: #191919;
}
.s3-header .s3-leftModule .s3-jumpArease .s3-reuseStyles .s3-currentDropdownContent .s3-widthCenteredss .s3-rightSideContentSwitchingdd .s3-multipleServers .s3-serverGroups .s3-itemServerSelection p {
  font-size: 12px;
  color: #5B5B5B;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 235px;
}
.s3-header .s3-leftModule .s3-jumpArease .s3-reuseStyles .s3-currentDropdownContent .s3-widthCenteredss .s3-rightSideContentSwitchingdd .s3-multipleServers .s3-serverGroups .s3-itemServerSelection .s3-labelBoxs {
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #7FBDFC;
  color: #7FBDFC;
  padding: 2px 6px;
  display: inline;
  font-size: 12px;
}
.s3-header .s3-leftModule .s3-jumpArease .s3-reuseStyles .s3-currentDropdownContent .s3-widthCenteredss .s3-rightSideContentSwitchingdd .s3-recommendedActivities {
  background: url("/web/shiwaicloud/s3-file/assets/img/header/recommendedActivities.png") no-repeat center;
  background-size: cover;
  padding: 20px;
  max-height: 300px;
  flex-shrink: 0;
  width: 200px;
}
.s3-header .s3-leftModule .s3-jumpArease .s3-reuseStyles .s3-currentDropdownContent .s3-widthCenteredss .s3-rightSideContentSwitchingdd .s3-recommendedActivities span {
  color: #fff;
  font-size: 18px;
}
.s3-header .s3-leftModule .s3-jumpArease .s3-reuseStyles .s3-currentDropdownContent .s3-widthCenteredss .s3-rightSideContentSwitchingdd .s3-recommendedActivities p {
  color: #F2F4F9;
  margin-top: 30px;
  font-size: 12px;
}
.s3-header .s3-leftModule .s3-jumpArease .s3-reuseStyles .s3-currentDropdownContent .s3-widthCenteredss .s3-rightSideContentSwitchingdd .s3-solutionDisplaypro {
  width: 100%;
  display: flex;
  gap: 50px;
  animation: entranceBuilding 0.6s ease-in-out;
  -webkit-animation: entranceBuilding 0.6s ease-in-out;
}
.s3-header .s3-leftModule .s3-jumpArease .s3-solutionxtai .s3-currentDropdownContent .s3-widthCenteredss .s3-leftSideExplanationBackground {
  padding: 56px;
  align-items: normal;
  justify-content: normal;
  gap: 40px;
}
.s3-header .s3-leftModule .s3-jumpArease .s3-solutionxtai .s3-currentDropdownContent .s3-widthCenteredss .s3-leftSideExplanationBackground .s3-mediumSize {
  font-size: 24px;
  color: #191919;
}
.s3-header .s3-leftModule .s3-jumpArease .s3-solutionxtai .s3-currentDropdownContent .s3-widthCenteredss .s3-leftSideExplanationBackground p {
  line-height: 26px;
}
.s3-header .s3-leftModule .s3-jumpArease .s3-solutionxtai .s3-currentDropdownContent .s3-widthCenteredss .s3-leftSideExplanationBackground a {
  margin: 0;
  color: #434343;
}
.s3-header .s3-leftModule .s3-jumpArease .s3-solutionxtai .s3-currentDropdownContent .s3-widthCenteredss .s3-leftSideExplanationBackground a:hover {
  color: #0056FF;
}
.s3-header .s3-leftModule .s3-jumpArease .s3-solutionxtai .s3-currentDropdownContent .s3-widthCenteredss .s3-paddingDontWait {
  padding: 56px 51px;
}
.s3-header .s3-leftModule .s3-jumpArease .s3-solutionxtai .s3-currentDropdownContent .s3-widthCenteredss .s3-rightSideContentSwitchingdd {
  display: flex;
}
.s3-header .s3-leftModule .s3-jumpArease .s3-solutionxtai .s3-currentDropdownContent .s3-widthCenteredss .s3-rightSideContentSwitchingdd .s3-solutionDisplaypro .s3-solutionGroup {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  height: fit-content;
  width: 100%;
}
.s3-header .s3-leftModule .s3-jumpArease .s3-solutionxtai .s3-currentDropdownContent .s3-widthCenteredss .s3-rightSideContentSwitchingdd .s3-solutionDisplaypro .s3-solutionGroup .s3-itemProgramme {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.s3-header .s3-leftModule .s3-jumpArease .s3-solutionxtai .s3-currentDropdownContent .s3-widthCenteredss .s3-rightSideContentSwitchingdd .s3-solutionDisplaypro .s3-solutionGroup .s3-itemProgramme:hover {
  background-color: #F5F8FC;
}
.s3-header .s3-leftModule .s3-jumpArease .s3-solutionxtai .s3-currentDropdownContent .s3-widthCenteredss .s3-rightSideContentSwitchingdd .s3-solutionDisplaypro .s3-solutionGroup .s3-itemProgramme:hover span {
  color: #1763FC;
}
.s3-header .s3-leftModule .s3-jumpArease .s3-solutionxtai .s3-currentDropdownContent .s3-widthCenteredss .s3-rightSideContentSwitchingdd .s3-solutionDisplaypro .s3-solutionGroup .s3-itemProgramme span {
  color: #191919;
  font-size: 16px;
}
.s3-header .s3-leftModule .s3-jumpArease .s3-solutionxtai .s3-currentDropdownContent .s3-widthCenteredss .s3-rightSideContentSwitchingdd .s3-solutionDisplaypro .s3-solutionGroup .s3-itemProgramme p {
  color: #5B5B5B;
  font-size: 12px;
  line-height: 20px;
}
.s3-header .s3-leftModule .s3-jumpArease .s3-serviceGuaranteeAlone .s3-solutionDisplaypro .s3-solutionGroup .s3-itemProgramme {
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #EBEFF3;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
}
.s3-header .s3-leftModule .s3-jumpArease .s3-serviceGuaranteeAlone .s3-solutionDisplaypro .s3-solutionGroup .s3-itemProgramme:hover {
  border: 1px solid #3275FC;
}
.s3-header .s3-leftModule .s3-jumpArease .s3-serviceGuaranteeAlone .s3-solutionDisplaypro .s3-solutionGroup .s3-itemProgramme:hover span {
  color: #191919;
}
.s3-header .s3-rightModule {
  display: flex;
  align-items: center;
  gap: 20px;
}
.s3-header .s3-rightModule .s3-inputBox {
  position: relative;
  width: auto;
  height: 40px;
  display: flex;
  align-items: center;
}
.s3-header .s3-rightModule .s3-inputBox i {
  position: absolute;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background: url("/web/shiwaicloud/s3-file/assets/img/index/search.png") no-repeat center;
  background-size: cover;
  cursor: pointer;
  left: 10px;
}
.s3-header .s3-rightModule .s3-inputBox input {
  background-color: #F8F8F9;
  height: 100%;
  width: 100%;
  padding: 0 20px 0 35px;
  font-size: 14px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid #F8F8F9;
}
.s3-header .s3-rightModule .s3-inputBox input::placeholder {
  color: rgb(201, 201, 201);
}
.s3-header .s3-rightModule .s3-inputBox input:focus {
  border-color: #4589FD;
}
.s3-header .s3-rightModule .s3-textJumps {
  display: flex;
  align-items: center;
}
.s3-header .s3-rightModule .s3-textJumps .s3-tswextJumps {
  color: #000101;
  padding: 2px 15px;
  font-size: 14px;
  cursor: pointer;
}
.s3-header .s3-rightModule .s3-textJumps .s3-tswextJumps:hover {
  color: #4589FD;
}
.s3-header .s3-rightModule .s3-textJumps .s3-tswextJumps:nth-of-type(2) {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.s3-header .s3-rightModule .s3-textJumps .s3-registerbBckground {
  display: flex;
  align-items: center;
  letter-spacing: 3px;
  background: linear-gradient(270deg, #0056FF 0%, #70DDFF 100%);
  color: #fff;
  cursor: pointer;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  padding: 0px 10px;
  margin-left: 10px;
}
.s3-header .s3-rightModule .s3-textJumps .s3-registerbBckground img {
  width: 40px;
  height: 40px;
}

@keyframes entryAnimationplus {
  0% {
    transform: translateY(-70px);
    -webkit-transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    -o-transform: translateY(-70px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}
.s3-at-top {
  position: fixed;
  top: 0;
  background: #fff;
  animation: entryAnimationplus 1s ease-in-out;
  -webkit-animation: entryAnimationplus 1s ease-in-out;
}

.s3-exclusiveForMobileDevices {
  height: 15vw;
  padding: 0 5vw;
  position: absolute;
  display: flex;
  width: 100%;
  justify-content: space-between;
  background-color: rgb(255, 255, 255);
  z-index: 999;
  left: 0;
}
.s3-exclusiveForMobileDevices .s3-logo {
  display: flex;
  align-items: center;
}
.s3-exclusiveForMobileDevices .s3-logo img {
  width: 30vw;
  height: 12vw;
}
.s3-exclusiveForMobileDevices .s3-userFiltering {
  display: flex;
  align-items: center;
  gap: 5vw;
}
.s3-exclusiveForMobileDevices .s3-userFiltering div {
  display: flex;
  align-items: center;
}
.s3-exclusiveForMobileDevices .s3-userFiltering div img {
  width: 8vw;
  height: 8vw;
}
.s3-exclusiveForMobileDevices .s3-dropDownBoxProMax {
  animation: entryAction 0.3s ease-in-out;
  -webkit-animation: entryAction 0.3s ease-in-out;
  display: none;
  flex-direction: column;
  position: fixed;
  top: 15vw;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #FCFCFC;
  height: 100%;
}
.s3-exclusiveForMobileDevices .s3-dropDownBoxProMax .s3-searchsend {
  display: flex;
  align-items: center;
  position: relative;
  background: #FCFCFC;
}
.s3-exclusiveForMobileDevices .s3-dropDownBoxProMax .s3-searchsend input {
  padding: 5vw 10vw;
  width: 100%;
  font-size: 4vw;
}
.s3-exclusiveForMobileDevices .s3-dropDownBoxProMax .s3-searchsend .s3-iconse {
  position: absolute;
  right: 0;
  width: 6vw;
  height: 6vw;
  background: url("/web/shiwaicloud/s3-file/assets/img/header/search.png") no-repeat;
  background-size: 100% 100%;
  right: 8vw;
}
.s3-exclusiveForMobileDevices .s3-dropDownBoxProMax .s3-dswitchContents {
  display: flex;
  height: 100%;
}
.s3-exclusiveForMobileDevices .s3-dropDownBoxProMax .s3-dswitchContents .s3-leftNavigations {
  width: 30%;
  background: #F6F9FF;
  padding: 3vw 0;
  position: relative;
  overflow-y: auto;
  gap: 2vw;
}
.s3-exclusiveForMobileDevices .s3-dropDownBoxProMax .s3-dswitchContents .s3-leftNavigations .s3-item-navigations {
  padding: 0 5vw;
  height: 12vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4vw;
  position: relative;
  z-index: 1;
  color: rgba(0, 0, 0, 0.937254902);
}
.s3-exclusiveForMobileDevices .s3-dropDownBoxProMax .s3-dswitchContents .s3-leftNavigations .s3-item-navigations.s3-ixalselects {
  color: #2190F9;
  font-weight: bold;
}
.s3-exclusiveForMobileDevices .s3-dropDownBoxProMax .s3-dswitchContents .s3-leftNavigations .s3-indexBackgrounds {
  position: absolute;
  width: 100%;
  height: 12vw;
  background: linear-gradient(270deg, #FFFFFF 0%, #BEDBFF 100%);
  top: 3vw;
}
.s3-exclusiveForMobileDevices .s3-dropDownBoxProMax .s3-dswitchContents .s3-rightSideContent {
  width: 70%;
  background: #FCFCFC;
  overflow-y: auto;
}
.s3-exclusiveForMobileDevices .s3-dropDownBoxProMax .s3-dswitchContents .s3-rightSideContent .s3-item-displays .s3-currentlyMultiplese {
  display: flex;
  align-items: center;
  height: 12vw;
  padding: 0 2vw;
  background: #fff;
}
.s3-exclusiveForMobileDevices .s3-dropDownBoxProMax .s3-dswitchContents .s3-rightSideContent .s3-item-displays .s3-currentlyMultiplese .s3-leftSlidexia {
  background: url("/web/shiwaicloud/s3-file/assets/img/index/leftarr.png") no-repeat;
  background-size: 100% 100%;
  width: 4vw;
  height: 4vw;
  flex-shrink: 0;
}
.s3-exclusiveForMobileDevices .s3-dropDownBoxProMax .s3-dswitchContents .s3-rightSideContent .s3-item-displays .s3-currentlyMultiplese .s3-slideContentse {
  width: 100%;
  overflow: hidden;
}
.s3-exclusiveForMobileDevices .s3-dropDownBoxProMax .s3-dswitchContents .s3-rightSideContent .s3-item-displays .s3-currentlyMultiplese .s3-slideContentse .s3-neirongesa {
  display: flex;
  align-items: center;
  width: 100%;
}
.s3-exclusiveForMobileDevices .s3-dropDownBoxProMax .s3-dswitchContents .s3-rightSideContent .s3-item-displays .s3-currentlyMultiplese .s3-slideContentse .s3-neirongesa .s3-item-neise {
  width: 50%;
  flex-shrink: 0;
  display: flex;
  align-content: center;
  justify-content: center;
  height: 10vw;
  font-size: 3.5vw;
  padding: 2vw 0;
  color: #262626;
  position: relative;
}
.s3-exclusiveForMobileDevices .s3-dropDownBoxProMax .s3-dswitchContents .s3-rightSideContent .s3-item-displays .s3-currentlyMultiplese .s3-slideContentse .s3-neirongesa .s3-item-neise.s3-selectThis {
  color: #000;
}
.s3-exclusiveForMobileDevices .s3-dropDownBoxProMax .s3-dswitchContents .s3-rightSideContent .s3-item-displays .s3-currentlyMultiplese .s3-slideContentse .s3-neirongesa .s3-item-neise.s3-selectThis::after {
  content: "";
  position: absolute;
  width: 75%;
  height: 2px;
  bottom: 0px;
  background: linear-gradient(270deg, #0056FF 0%, #00D1FF 100%);
}
.s3-exclusiveForMobileDevices .s3-dropDownBoxProMax .s3-dswitchContents .s3-rightSideContent .s3-item-displays .s3-currentlyMultiplese .s3-rightSwipexia {
  background: url("/web/shiwaicloud/s3-file/assets/img/index/rightarr.png") no-repeat;
  background-size: 100% 100%;
  width: 4vw;
  height: 4vw;
  flex-shrink: 0;
}
.s3-exclusiveForMobileDevices .s3-dropDownBoxProMax .s3-dswitchContents .s3-rightSideContent .s3-item-displays .s3-navigationContentdong2 {
  padding: 3vw;
  gap: 3vw;
}
.s3-exclusiveForMobileDevices .s3-dropDownBoxProMax .s3-dswitchContents .s3-rightSideContent .s3-item-displays .s3-navigationContentdong {
  animation: entryAction 0.5s ease-in-out;
  -webkit-animation: entryAction 0.5s ease-in-out;
  background: #FCFCFC;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.s3-exclusiveForMobileDevices .s3-dropDownBoxProMax .s3-dswitchContents .s3-rightSideContent .s3-item-displays .s3-navigationContentdong .s3-item-contentse {
  padding: 3vw 7vw;
}
.s3-exclusiveForMobileDevices .s3-dropDownBoxProMax .s3-dswitchContents .s3-rightSideContent .s3-item-displays .s3-navigationContentdong .s3-item-contentse span {
  font-size: 4vw;
}
.s3-exclusiveForMobileDevices .s3-dropDownBoxProMax .s3-dswitchContents .s3-rightSideContent .s3-item-displays .s3-navigationContentdong .s3-item-contentse p {
  font-size: 3.5vw;
  margin-top: 2vw;
  color: #5B5B5B;
}
.s3-exclusiveForMobileDevices .s3-dropDownBoxProMax .s3-dswitchContents .s3-rightSideContent .s3-item-displays .s3-navigationContentdong .s3-item-contentse:not(:last-child) {
  border-bottom: 2px solid #F0F0F0;
}
.s3-exclusiveForMobileDevices .s3-dropDownBoxProMax .s3-dswitchContents .s3-rightSideContent .s3-item-displays .s3-navigationContentdong .s3-products {
  background: #fff;
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.16);
  padding: 3vw;
  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: space-between;
}
.s3-exclusiveForMobileDevices .s3-dropDownBoxProMax .s3-dswitchContents .s3-rightSideContent .s3-item-displays .s3-navigationContentdong .s3-products .s3-tagGod {
  color: #3487DD;
  border: 1px solid #3487DD;
  padding: 0.6vw 2.5vw;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  font-size: 3vw;
}
.s3-exclusiveForMobileDevices .s3-dropDownBoxProMax .s3-dswitchContents .s3-rightSideContent .s3-item-displays .s3-navigationContentdong .s3-currentSectiontextse {
  display: flex;
  align-content: center;
  flex-direction: column;
  white-space: normal;
  padding: 5vw;
  gap: 2vw;
}
.s3-exclusiveForMobileDevices .s3-dropDownBoxProMax .s3-dswitchContents .s3-rightSideContent .s3-item-displays .s3-navigationContentdong .s3-currentSectiontextse a {
  font-size: 5.3vw;
  color: #3D3D3D;
  display: flex;
  align-items: center;
  gap: 1vw;
}
.s3-exclusiveForMobileDevices .s3-dropDownBoxProMax .s3-dswitchContents .s3-rightSideContent .s3-item-displays .s3-navigationContentdong .s3-currentSectiontextse a img {
  width: 3vw;
  height: 3vw;
}
.s3-exclusiveForMobileDevices .s3-dropDownBoxProMax .s3-dswitchContents .s3-rightSideContent .s3-item-displays .s3-navigationContentdong .s3-currentSectiontextse p {
  color: #6D6D6D;
  font-size: 3.8vw;
  line-height: 5vw;
}
.s3-exclusiveForMobileDevices .s3-dropDownBoxProMax .s3-dswitchContents .s3-rightSideContent .s3-item-displays .s3-navigationContentdong .s3-currentSectiontextse .s3-hotline {
  color: #6D6D6D;
  font-size: 4vw;
  line-height: 7vw;
}
.s3-exclusiveForMobileDevices .s3-dropDownBoxProMax.s3-exits {
  animation: exitActiones 0.3s ease-in-out forwards;
  -webkit-animation: exitActiones 0.3s ease-in-out forwards;
}

.s3-masksss {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 997;
  background: rgba(0, 0, 0, 0.6);
}

.s3-signInFrame {
  position: fixed;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 5vw;
  border-radius: 2vw;
  -webkit-border-radius: 2vw;
  -moz-border-radius: 2vw;
  -ms-border-radius: 2vw;
  -o-border-radius: 2vw;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 4vw;
}
.s3-signInFrame a:nth-of-type(1) {
  display: block;
  background: #1a63ff;
  height: 10vw;
  width: 95%;
  color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s3-signInFrame a:nth-of-type(2) {
  display: block;
  background: #fff;
  height: 10vw;
  width: 95%;
  color: #1a63ff;
  border-radius: 5px;
  border: 1px solid #1a63ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes entryAction {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* 出场动画 */
@keyframes exitActiones {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 768px) {
  /* 登录 */
  .s3-signIn {
    animation: globalFading 0.5s ease forwards;
    -webkit-animation: globalFading 0.5s ease forwards;
    position: absolute;
    top: 15vw;
    left: 0;
    width: 100%;
    height: 40vw;
    background-color: #fff;
    display: none;
    gap: 3vw;
    padding: 5vw;
    align-items: center;
    flex-direction: column;
    z-index: 994;
  }
  .s3-signIn .s3-register {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1a63ff;
    height: 9vw;
    width: 95%;
    color: #fff;
    border-radius: 5px;
  }
  .s3-signIn .s3-logins {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    height: 9vw;
    width: 95%;
    color: #1a63ff;
    border-radius: 5px;
    border: 1px solid #1a63ff;
  }
  .s3-signIn span i {
    color: rgb(26, 99, 255);
  }
  .s3-haveAGuess .s3-signIn {
    display: flex !important;
  }
  .s3-officialAccount {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .s3-officialAccount img {
    width: 60vw;
    height: 60vw;
  }
  .s3-officialAccount p {
    color: #fff;
    margin-top: 5vw;
  }
  @keyframes chuchangqa {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  .s3-haveAGuess .s3-search-user-dropdown .s3-userJumps {
    animation: chuchangqa 0.5s ease forwards;
    -webkit-animation: chuchangqa 0.5s ease forwards;
  }
  .s3-mobileNavigation {
    height: 15vw;
    width: 100%;
    background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0.4509803922));
    padding: 0 5vw;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    z-index: 999;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    will-change: backdrop-filter;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.0784313725);
  }
  /* logo */
  .s3-mobileNavigation .s3-h5-logo {
    height: 15vw;
    display: flex;
    align-items: center;
  }
  .s3-mobileNavigation .s3-h5-logo img {
    height: 12vw;
  }
  /* 搜索 用户中心 手机端下拉 */
  .s3-search-user-dropdown {
    display: flex;
    align-items: center;
    gap: 6vw;
  }
  .s3-search-user-dropdown a {
    width: 100%;
  }
  .s3-search-user-dropdown img {
    width: 5vw;
    height: 5vw;
  }
  .s3-search-user-dropdown .s3-navigationSearch {
    display: flex;
    align-items: center;
  }
  .s3-search-user-dropdown .s3-navigationSearch input {
    width: 0;
  }
  /* 点击移动端下拉 隐藏搜索 */
  .s3-absolutePositioning .s3-search-user-dropdown .s3-navigationSearch {
    visibility: hidden;
    opacity: 0;
  }
  /* 点击移动端下拉 隐藏用户跳转 */
  .s3-absolutePositioning .s3-search-user-dropdown .s3-userJumps {
    visibility: hidden;
    opacity: 0;
  }
  .s3-headFixation {
    backdrop-filter: blur(0px);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 15vw;
    animation: headEntrance 0.8s ease;
    -webkit-animation: headEntrance 0.8s ease;
    background-color: #fff;
    will-change: backdrop-filter;
  }
  .s3-box {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
  }
  .s3-box .s3-box1 {
    width: 5vw;
    height: 5vw;
  }
  .s3-box .s3-box1 .s3-hamburger-inner {
    position: absolute;
    width: 6vw;
    height: 0.6vw;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: rgb(36, 36, 37);
  }
  .s3-box .s3-box1 .s3-hamburger-inner::before {
    content: "";
    position: absolute;
    width: 6vw;
    height: 0.6vw;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: rgb(36, 36, 37);
    display: block;
    top: 2vw;
    transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .s3-box .s3-box1 .s3-hamburger-inner::after {
    content: "";
    position: absolute;
    width: 6vw;
    height: 0.6vw;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: rgb(36, 36, 37);
    top: 4vw;
    transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .s3-box .s3-active .s3-hamburger-inner {
    background-color: transparent;
  }
  .s3-box .s3-active .s3-hamburger-inner::before {
    top: 0;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    transform: translate3d(0, 10px, 0) rotate(45deg);
  }
  .s3-box .s3-active .s3-hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
    transform: translate3d(0, 10px, 0) rotate(-45deg);
  }
  .s3-moveMaskLayer {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6509803922);
    z-index: 100;
  }
  /* 移动下拉样式 */
  .s3-list {
    position: absolute;
    width: 100%;
    min-height: 100vh;
    left: 0;
    top: 15vw;
    background-color: #fff;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
  }
  .s3-list .s3-mobileDropdownNavigation {
    display: flex;
    height: 100%;
    min-height: 100vh;
  }
  /* 侧方选择 flex跟百分比差不多 */
  .s3-list .s3-mobileDropdownNavigation .s3-sideSelection {
    flex: 0.4;
    background-color: #F1F6FE;
    padding: 2vw 0;
  }
  .s3-list .s3-mobileDropdownNavigation .s3-sideSelection .s3-itemMeasureInside {
    padding: 0 5vw;
    font-size: 3.6vw;
    display: flex;
    align-items: center;
    height: 13.5vw;
  }
  .s3-list .s3-mobileDropdownNavigation .s3-sideSelection .s3-itemMeasureInsides {
    padding: 0 5vw;
    font-size: 3.6vw;
    display: flex;
    align-items: center;
    height: 13.5vw;
    color: #2766FC;
  }
  .s3-list .s3-mobileDropdownNavigation .s3-sideSelection .s3-testSelection {
    background-color: #fff;
    position: relative;
  }
  .s3-list .s3-mobileDropdownNavigation .s3-sideSelection .s3-testSelection::after {
    content: "";
    position: absolute;
    background-color: #2766FC;
    width: 0.8vw;
    height: 100%;
    left: 0;
    top: 0;
  }
  /* 下拉内容 */
  .s3-list .s3-mobileDropdownNavigation .s3-dropDownContentSelection {
    flex: 0.6;
    padding: 2vw 0;
  }
  .s3-list .s3-mobileDropdownNavigation .s3-dropDownContentSelection .s3-itemMeasuringCapacity {
    display: none;
  }
  .s3-list .s3-mobileDropdownNavigation .s3-dropDownContentSelection .s3-itemMeasuringCapacity.s3-currentDisplayContent {
    display: flex;
    flex-direction: column;
  }
  .s3-list .s3-mobileDropdownNavigation .s3-dropDownContentSelection .s3-itemMeasuringCapacity .s3-list-li {
    width: 100%;
    height: 13.5vw;
    overflow: hidden;
  }
  .s3-list .s3-mobileDropdownNavigation .s3-dropDownContentSelection .s3-itemMeasuringCapacity .s3-list-li.s3-selectedse .s3-item-bottoi {
    color: #004CFF;
  }
  .s3-list .s3-mobileDropdownNavigation .s3-dropDownContentSelection .s3-itemMeasuringCapacity .s3-list-li.s3-selectedse .s3-item-bottoi img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    transform: rotate(90deg);
  }
  .s3-list .s3-mobileDropdownNavigation .s3-dropDownContentSelection .s3-itemMeasuringCapacity .s3-item-bottoi {
    padding: 0 5vw;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    height: 13.5vw;
    align-items: center;
  }
  .s3-list .s3-mobileDropdownNavigation .s3-dropDownContentSelection .s3-itemMeasuringCapacity .s3-item-bottoi img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    width: 4vw;
    height: 4vw;
  }
  .s3-list .s3-mobileDropdownNavigation .s3-dropDownContentSelection .s3-itemMeasuringCapacity .s3-item-contents {
    display: flex;
    flex-direction: column;
  }
  .s3-list .s3-mobileDropdownNavigation .s3-dropDownContentSelection .s3-itemMeasuringCapacity .s3-item-contents a {
    padding: 0 10vw;
    border-bottom: 1px solid #eee;
    height: 13.5vw;
    display: flex;
    align-items: center;
  }
  /* 解决方案 */
  .s3-dropdown-solution {
    padding: 0 5vw;
    height: 13.5vw;
    color: #191919;
    font-size: 3.5vw;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
  }
  .s3-absolutePositioning {
    position: absolute;
    background-color: #fff;
  }
}

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