@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;
}
.s2-header {
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 80px;
  box-shadow: 0 2px 8px rgba(8, 20, 49, 0.1);
  padding: 0 60px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s2-header .s2-headFixedArea {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 20px;
  position: relative;
  z-index: 999;
  
}
.s2-header .s2-headFixedArea .s2-logoLeft {
  display: flex;
  align-items: center;
}
.s2-header .s2-headFixedArea .s2-logoLeft .s2-logo img {
  width: 135px;
  height: 50px;
}
.s2-header .s2-headFixedArea .s2-headList {
  height: 100%;
  display: flex;
  align-items: center;
}
.s2-header .s2-headFixedArea .s2-headList .s2-itemSurface {
  height: 100%;
  padding: 0 10px;
  margin: 0 10px;
  font-size: 16px;
  color: #333;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.s2-header .s2-headFixedArea .s2-headList .s2-dropDownUnderline {
  color: #1A63Ff;
}
.s2-header .s2-headFixedArea .s2-headList .s2-dropDownUnderline::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 2px;
  background-color: #1A63FF;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.s2-header .s2-textLogin {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 999;
  margin-left: auto;
}
.s2-header .s2-textLogin .s2-textBox {
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
}
.s2-header .s2-textLogin .s2-textBox:hover input {
  width: 300px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  border: 1px solid #1A63FF;
}
.s2-header .s2-textLogin .s2-textBox .s2-icons {
  position: absolute;
  left: 10px;
  width: 20px;
  height: 20px;
  background: url("/web/shiwaicloud/s2-file/assets/img/header/search.png") no-repeat center;
  background-size: cover;
}
.s2-header .s2-textLogin .s2-textBox input {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid #e7e7e7;
  outline: 0;
  background: #fff;
  height: 40px;
  width: 200px;
  padding: 5px 35px;
  box-sizing: border-box;
  font-size: 12px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.s2-header .s2-textLogin .s2-textJump {
  display: flex;
  align-items: center;
  gap: 30px;
}
.s2-header .s2-textLogin .s2-textJump a {
  color: #333;
}
.s2-header .s2-textLogin .s2-textJump a:hover {
  color: #1A63FF;
}
.s2-header .s2-textLogin .s2-textJump .s2-freeRegistration {
  width: 174px;
  height: 40px;
  line-height: 32px;
  font-size: 16px;
  font-weight: 700;
  vertical-align: middle;
  border: 1px solid #1A63FF;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s2-header .s2-textLogin .s2-textJump .s2-freeRegistration .s2-backgroundGradient {
  position: absolute;
  left: 10px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: linear-gradient(90deg, #1A63FF 0, #0cd1e5 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
}
.s2-header .s2-textLogin .s2-textJump .s2-freeRegistration:hover .s2-backgroundGradient {
  width: 100%;
  height: 100%;
  left: 0;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transform: scale(2);
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
}
.s2-header .s2-textLogin .s2-textJump .s2-freeRegistration:hover span {
  color: #fff;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}
.s2-header .s2-textLogin .s2-textJump .s2-freeRegistration .s2-simplePicture {
  position: absolute;
  left: 10px;
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s2-header .s2-textLogin .s2-textJump .s2-freeRegistration .s2-simplePicture img {
  width: 36px;
  height: 36px;
}
.s2-header .s2-textLogin .s2-textJump .s2-freeRegistration span {
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  color: #1A63FF;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.s2-header .s2-headContentArea {
  padding-top: 80px;
  position: absolute;
  left: 0;
  z-index: 998;
  top: 0;
  width: 100%;
}
.s2-header .s2-headContentArea .s2-itemActualPulldown {
  background-color: rgb(245, 246, 250);
  height: 0;
  overflow: hidden;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  position: absolute;
  width: 100%;
}
.s2-header .s2-headContentArea .s2-itemActualPulldown .s2-widthCentered {
  width: 1400px;
  margin: 0 auto;
  height: 100%;
  display: flex;
}
.s2-header .s2-headContentArea .s2-itemActualPulldown .s2-widthCentered .s2-menu {
  width: 260px;
  height: 600px;
  flex-shrink: 0;
  background: url("/web/shiwaicloud/s2-file/assets/img/header/portal_header_dropdown-left.jpg") no-repeat center;
  background-size: cover;
}
.s2-header .s2-headContentArea .s2-itemActualPulldown .s2-widthCentered .s2-menu ul {
  padding: 30px 0;
      padding: 30px 0;
    display: flex
;
    flex-direction: column;
}
.s2-header .s2-headContentArea .s2-itemActualPulldown .s2-widthCentered .s2-menu ul .s2-topTitle {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 5px;
  margin-bottom: 30px;
}
.s2-header .s2-headContentArea .s2-itemActualPulldown .s2-widthCentered .s2-menu ul .s2-topTitle:hover span {
  color: #1A63FF;
}
.s2-header .s2-headContentArea .s2-itemActualPulldown .s2-widthCentered .s2-menu ul .s2-topTitle:hover .s2-pullDownCornerLabel {
  right: 20px;
  background: url("/web/shiwaicloud/s2-file/assets/img/header/youred.svg") no-repeat center;
  background-size: cover;
  transition: all 0.3s ease;
}
.s2-header .s2-headContentArea .s2-itemActualPulldown .s2-widthCentered .s2-menu ul .s2-topTitle img {
  width: 16px;
  height: 17px;
}
.s2-header .s2-headContentArea .s2-itemActualPulldown .s2-widthCentered .s2-menu ul .s2-topTitle .s2-pullDownCornerLabel {
  background: url("/web/shiwaicloud/s2-file/assets/img/header/you.svg") no-repeat center;
  background-size: cover;
  width: 10px;
  height: 12px;
  margin-left: auto;
  position: absolute;
  right: 30px;
}
.s2-header .s2-headContentArea .s2-itemActualPulldown .s2-widthCentered .s2-menu ul .s2-topTitle span {
  font-size: 16px;
  font-weight: 700;
  color: #262626;
}
.s2-header .s2-headContentArea .s2-itemActualPulldown .s2-widthCentered .s2-menu ul .s2-sidePublic {
  font-size: 15.5px;
  color: #212121;
  padding: 10px 40px;
  cursor: pointer;
  width: auto;
  display: inline-block;
}
.s2-header .s2-headContentArea .s2-itemActualPulldown .s2-widthCentered .s2-menu ul .s2-dropDownSelection {
  color: rgb(26, 99, 255);
  font-weight: 600;
  margin-left: 12px;
}
.s2-header .s2-headContentArea .s2-itemActualPulldown .s2-widthCentered .s2-menu ul .s2-dropDownSelection2 {
  color: rgb(26, 99, 255);
  font-weight: 600;
  margin-left: 12px;
}
.s2-header .s2-headContentArea .s2-itemActualPulldown .s2-widthCentered .s2-menu ul .s2-fixedColor {
  color: rgb(26, 99, 255);
  font-weight: 600;
}
.s2-header .s2-headContentArea .s2-itemActualPulldown .s2-widthCentered .s2-contentInside {
  width: 100%;
  height: 600px;
  padding: 30px 0 30px 30px;
}
.s2-header .s2-headContentArea .s2-itemActualPulldown .s2-widthCentered .s2-contentInside .s2-itemSwitch {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.s2-header .s2-headContentArea .s2-itemActualPulldown .s2-widthCentered .s2-contentInside .s2-itemSwitch .s2-textBoxse {
  display: flex;
  align-items: center;
  gap: 10px;
}
.s2-header .s2-headContentArea .s2-itemActualPulldown .s2-widthCentered .s2-contentInside .s2-itemSwitch .s2-textBoxse input {
  height: 40px;
  width: 779px;
  border: 1px solid #dadada;
  padding-left: 15px;
  font-size: 16px;
}
.s2-header .s2-headContentArea .s2-itemActualPulldown .s2-widthCentered .s2-contentInside .s2-itemSwitch .s2-textBoxse input:hover {
  border: 1px solid #b8cdf7;
}
.s2-header .s2-headContentArea .s2-itemActualPulldown .s2-widthCentered .s2-contentInside .s2-itemSwitch .s2-textBoxse .s2-jumpTagss {
  display: flex;
  align-items: center;
}
.s2-header .s2-headContentArea .s2-itemActualPulldown .s2-widthCentered .s2-contentInside .s2-itemSwitch .s2-textBoxse .s2-jumpTagss a {
  margin-left: 10px;
  border: none;
  background-color: #eaebed;
  color: #262626;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 10px;
  border: 1px solid #eaebed;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.s2-header .s2-headContentArea .s2-itemActualPulldown .s2-widthCentered .s2-contentInside .s2-itemSwitch .s2-textBoxse .s2-jumpTagss a:hover {
  border: 1px solid #1A63FF;
}
.s2-header .s2-headContentArea .s2-itemActualPulldown .s2-widthCentered .s2-contentInside .s2-itemSwitch .s2-serverSelection {
  display: flex;
  align-items: center;
  gap: 50px;
  align-items: flex-start;
}
.s2-header .s2-headContentArea .s2-itemActualPulldown .s2-widthCentered .s2-contentInside .s2-itemSwitch .s2-serverSelection .s2-sideServices {
  display: flex;
  flex-direction: column;
  width: 25%;
  gap: 20px;
}
.s2-header .s2-headContentArea .s2-itemActualPulldown .s2-widthCentered .s2-contentInside .s2-itemSwitch .s2-serverSelection .s2-sideServices .s2-transversess {
  background: url("/web/shiwaicloud/s2-file/assets/img/header/s2-hearibg.png") no-repeat center;
  background-size: cover;
  padding: 30px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1.5px solid #fff;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.s2-header .s2-headContentArea .s2-itemActualPulldown .s2-widthCentered .s2-contentInside .s2-itemSwitch .s2-serverSelection .s2-sideServices .s2-transversess span {
  font-weight: bold;
  font-size: 16px;
}
.s2-header .s2-headContentArea .s2-itemActualPulldown .s2-widthCentered .s2-contentInside .s2-itemSwitch .s2-serverSelection .s2-sideServices .s2-transversess p {
  color: #333;
  font-size: 16px;
}
.s2-header .s2-headContentArea .s2-itemActualPulldown .s2-widthCentered .s2-switchings {
  padding: 30px 0 30px 30px;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  gap: 20px;
}
@keyframes admissions {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.s2-header  .s2-mainGuarantees {
  width: 75%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  animation: admissions 0.5s ease-in-out;
  -webkit-animation: admissions 0.5s ease-in-out;
}
@keyframes admissions {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.s2-header  .s2-mainGuarantees .s2-topTitle {
  border-bottom: 3px solid #ededed;
  padding-bottom: 16px;
  color: #1a63ff;
  font-size: 16px;
  font-weight: bold;
  width: fit-content;
}
.s2-header  .s2-mainGuarantees .s2-goAhead {
  cursor: pointer;
  color: #333;
}
.s2-header  .s2-mainGuarantees .s2-goAhead:hover {
  color: #1A63FF;
}
.s2-header  .s2-mainGuarantees li a {
  color: #333;
}
.s2-header  .s2-mainGuarantees li a:hover {
  color: #1A63FF;
}
.s2-header .s2-mainServicess {
  animation: admissions 0.5s ease-in-out;
  -webkit-animation: admissions 0.5s ease-in-out;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 75%;
  height: fit-content;
  display: grid;
}
.s2-header .s2-mainServicess .s2-itemTheServer {
  background-color: #fff;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 251.5px;
}
.s2-header .s2-mainServicess .s2-itemTheServer:hover span {
  color: #1A63FF;
}
.s2-header  .s2-mainServicess .s2-itemTheServer:hover p {
  color: #1A63FF;
}
.s2-header  .s2-mainServicess .s2-itemTheServer span {
  font-size: 18px;
  font-weight: 500;
  color: #181818;
  display: flex;
  align-items: center;
}
.s2-header  .s2-mainServicess .s2-itemTheServer span i {
  display: inline-block;
  margin-left: 10px;
  background: #ffeceb;
  border-radius: 4px;
  color: #f04134;
  font-size: 12px;
  padding: 2px 5px;
}
.s2-header  .s2-mainServicess .s2-itemTheServer p {
  color: #6e6e6e;
}
.s2-header  .s2-mainServicess .s2-itemTheServer .s2-responsiveTags {
  display: flex;
  align-items: center;
  gap: 5px;
}
.s2-header  .s2-mainServicess .s2-itemTheServer .s2-responsiveTags .s2-itemSign {
  display: flex;
  padding: 2px 5px;
  margin-right: 10px;
  border-radius: 3px;
  border: 1px solid #e3e3e3;
  color: #aaa;
  font-weight: 400;
  border-radius: 2px;
  font-size: 12px;
}
.s2-header  .s2-fixedDisplay {
  width: 75%;
  display: flex;
  gap: 80px;
}
.s2-header .s2-mainGuarantees  .s2-fixedDisplay:nth-of-type(1) .s2-topTitle {
    margin-bottom: 10px;
}
@keyframes admissions {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.s2-header .s2-headContentArea .s2-itemActualPulldown .s2-widthCentered .s2-switchings .s2-fixedDisplay ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  animation: admissions 0.5s ease-in-out;
  -webkit-animation: admissions 0.5s ease-in-out;
}
.s2-header .s2-headContentArea .s2-itemActualPulldown .s2-widthCentered .s2-switchings .s2-fixedDisplay ul .s2-topTitle {
  border-bottom: 3px solid #ededed;
  padding-bottom: 16px;
  color: #1a63ff;
  font-size: 16px;
  font-weight: bold;
}
.s2-header .s2-headContentArea .s2-itemActualPulldown .s2-widthCentered .s2-switchings .s2-fixedDisplay ul li a {
  color: #333;
}
.s2-header .s2-headContentArea .s2-itemActualPulldown .s2-widthCentered .s2-switchings .s2-fixedDisplay ul li a:hover {
  color: #1A63FF;
}
.s2-header .s2-headContentArea .s2-itemActualPulldown .s2-widthCentered .s2-switchings .s2-fixedOnTheRightSide {
  display: flex;
  flex-direction: column;
  width: 25%;
  gap: 20px;
}
.s2-header .s2-headContentArea .s2-itemActualPulldown .s2-widthCentered .s2-switchings .s2-fixedOnTheRightSide .s2-transversess {
  background: url("/web/shiwaicloud/s2-file/assets/img/header/s2-hearibg.png") no-repeat center;
  background-size: cover;
  padding: 30px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1.5px solid #fff;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.s2-header .s2-headContentArea .s2-itemActualPulldown .s2-widthCentered .s2-switchings .s2-fixedOnTheRightSide .s2-transversess span {
  font-weight: bold;
  font-size: 16px;
}
.s2-header .s2-headContentArea .s2-itemActualPulldown .s2-widthCentered .s2-switchings .s2-fixedOnTheRightSide .s2-transversess p {
  color: #333;
  font-size: 16px;
}
.s2-header .s2-headContentArea .s2-itemActualPulldown.active {
  display: flex;
  height: 600px;
  /*展开的高度*/
  background-color: #fff;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}

.s2-user-jump-active .s2-rightSide .s2-user-jump {
  animation: hidese 0.5s ease-in-out forwards;
  -webkit-animation: hidese 0.5s ease-in-out forwards;
}
@keyframes hidese {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes animationChanges {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.s2-user-jump-active .s2-signIn {
  display: flex;
  animation: animationChanges 0.5s ease-in-out forwards;
  -webkit-animation: animationChanges 0.7s ease-in-out forwards;
}

.s2-exclusiveMobile {
  height: 15vw;
  width: 100%;
  background: #fff;
  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 */
}
.s2-exclusiveMobile .s2-logo {
  height: 15vw;
  display: flex;
  align-items: center;
}
.s2-exclusiveMobile .s2-logo img {
  width: 100%;
  height: 12vw;
}
.s2-exclusiveMobile .s2-rightSide {
  display: flex;
  align-items: center;
  gap: 4vw;
}
.s2-exclusiveMobile .s2-rightSide .s2-user-jump img {
  height: 7vw;
}
.s2-exclusiveMobile .s2-rightSide .s2-hamburger {
  display: inline-block;
  overflow: visible;
  cursor: pointer;
}
.s2-exclusiveMobile .s2-rightSide .s2-hamburger .s2-hamburger-box {
  position: relative;
  display: inline-block;
  width: 7vw;
  height: 4vw;
}
.s2-exclusiveMobile .s2-rightSide .s2-hamburger .s2-hamburger-box .s2-hamburger-inner {
  position: absolute;
  width: 6vw;
  height: 0.5vw;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: rgb(0, 0, 0);
}
.s2-exclusiveMobile .s2-rightSide .s2-hamburger .s2-hamburger-box .s2-hamburger-inner::before {
  display: block;
  content: "";
  top: 2vw;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
  position: absolute;
  width: 6vw;
  height: 0.5vw;
  border-radius: 4px;
  background-color: rgb(0, 0, 0);
}
.s2-exclusiveMobile .s2-rightSide .s2-hamburger .s2-hamburger-box .s2-hamburger-inner::after {
  display: block;
  content: "";
  top: 4vw;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
  position: absolute;
  width: 6vw;
  height: 0.5vw;
  border-radius: 4px;
  background-color: rgb(0, 0, 0);
}
.s2-exclusiveMobile .s2-rightSide .s2-is-actives .s2-hamburger-box .s2-hamburger-inner {
  transform: translate3d(0, 2.5vw, 0) rotate(45deg);
  -webkit-transform: translate3d(0, 2.5vw, 0) rotate(45deg);
  -moz-transform: translate3d(0, 2.5vw, 0) rotate(45deg);
  -ms-transform: translate3d(0, 2.5vw, 0) rotate(45deg);
  -o-transform: translate3d(0, 2.5vw, 0) rotate(45deg);
}
.s2-exclusiveMobile .s2-rightSide .s2-is-actives .s2-hamburger-box .s2-hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.s2-exclusiveMobile .s2-rightSide .s2-is-actives .s2-hamburger-box .s2-hamburger-inner::after {
  transform: translate3d(0, -4vw, 0) rotate(-90deg);
  -webkit-transform: translate3d(0, -4vw, 0) rotate(-90deg);
  -moz-transform: translate3d(0, -4vw, 0) rotate(-90deg);
  -ms-transform: translate3d(0, -4vw, 0) rotate(-90deg);
  -o-transform: translate3d(0, -4vw, 0) rotate(-90deg);
}
@keyframes animationChangese {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.s2-exclusiveMobile .s2-user-jump-active .s2-user-jump {
  animation: animationChangese 0.3s ease-in-out forwards;
  -webkit-animation: animationChangese 0.3s ease-in-out forwards;
}
.s2-exclusiveMobile .s2-moveDropdownContent {
  position: absolute;
  top: 15vw;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #fff;
  display: none;
}
.s2-exclusiveMobile .s2-moveDropdownContent .s2-secondaryDropdown {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.s2-exclusiveMobile .s2-moveDropdownContent .s2-secondaryDropdown .s2-itemDropdown {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.s2-exclusiveMobile .s2-moveDropdownContent .s2-secondaryDropdown .s2-itemDropdown img {
  width: 3vw;
  transition: all 0.3s ease;
}
.s2-exclusiveMobile .s2-moveDropdownContent .s2-secondaryDropdown .s2-itemDropdown .s2-clickTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5vw;
  height: 12vw;
  border-bottom: 1px solid #eee;
}
.s2-exclusiveMobile .s2-moveDropdownContent .s2-secondaryDropdown .s2-itemDropdown .s2-whenSelectedFirst {
  color: #1A63FF;
}
.s2-exclusiveMobile .s2-moveDropdownContent .s2-secondaryDropdown .s2-itemDropdown .s2-whenSelectedFirst img {
  transform: rotate(90deg);
}
.s2-exclusiveMobile .s2-moveDropdownContent .s2-secondaryDropdown .s2-itemDropdown .s2-classA {
  height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.s2-exclusiveMobile .s2-moveDropdownContent .s2-secondaryDropdown .s2-itemDropdown .s2-classA a {
  width: 100%;
  padding: 4vw 11vw;
  border-bottom: 1px solid #eee;
}
.s2-exclusiveMobile .s2-moveDropdownContent .s2-secondaryDropdown .s2-itemDropdown .s2-subdropDown {
  overflow: hidden;
}
.s2-exclusiveMobile .s2-moveDropdownContent .s2-secondaryDropdown .s2-itemDropdown .s2-subdropDown .s2-sonNickname {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8vw;
  height: 0;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  transition: all 0.3s ease;
}
.s2-exclusiveMobile .s2-moveDropdownContent .s2-secondaryDropdown .s2-itemDropdown .s2-subdropDown .s2-sanZi {
  display: flex;
  flex-direction: column;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.s2-exclusiveMobile .s2-moveDropdownContent .s2-secondaryDropdown .s2-itemDropdown .s2-subdropDown .s2-sanZi a {
  width: 100%;
  padding: 4vw 11vw;
  border-bottom: 1px solid #eee;
}
@keyframes entryAnimations {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.s2-exclusiveMobile .s2-displayHello {
  height: auto;
  display: flex;
  animation: entryAnimations 0.3s ease-in-out;
  -webkit-animation: entryAnimations 0.3s ease-in-out;
}

@keyframes entryAnimations {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.s2-displayHello {
  height: auto;
  display: flex;
  animation: entryAnimations 0.3s ease-in-out;
  -webkit-animation: entryAnimations 0.3s ease-in-out;
}

.s2-at-top {
  /* position: sticky;
  top: 0;
  background: #fff;
  animation: entryAnimation 1s ease-in-out;
  -webkit-animation: entryAnimation 1s ease-in-out; */
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  background-color: white;
  box-shadow: 0 2px 8px rgba(8, 20, 49, .1);
}

@keyframes entryAnimation {
  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);
  }
}
.s2-moveMask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6509803922);
  display: none;
  position: fixed;
  top: 0;
  z-index: 998;
  transition: height 0.5s ease;
  overflow: auto;
  box-shadow: 0 6px 8px rgba(8, 20, 49, 0.1);
}

.s2-signIn {
  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;
}
.s2-signIn .s2-register {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1a63ff;
  height: 9vw;
  width: 95%;
  color: #fff;
  border-radius: 5px;
}
.s2-signIn .s2-logins {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  height: 9vw;
  width: 95%;
  color: #1a63ff;
  border-radius: 5px;
  border: 1px solid #1a63ff;
}
.s2-signIn span i {
  color: rgb(26, 99, 255);
}

.s2-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;
}
.s2-officialAccount img {
  width: 60vw;
  height: 60vw;
}
.s2-officialAccount p {
  color: #fff;
  margin-top: 5vw;
}

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