.s2-vipPage {
  padding-top: 80px;
}
.s2-vipPage .s2-title-Description p {
  color: #999;
  font-size: 14px;
}
.s2-vipPage .s2-title-Description p a {
  margin: 0;
}
@media (max-width: 768px) {
  .s2-vipPage .s2-title-Description p {
    color: #999;
    font-size: 3.5vw;
    line-height: 6vw;
  }
}
.s2-vipPage .s2-banner {
  background: url("/web/shiwaicloud/s2-file/assets/img/vipPage/banner.jpg") no-repeat center;
  background-size: cover;
}
.s2-vipPage .s2-banner .s2-defaultWidth .s2-bannerTitle span {
  margin-bottom: 30px;
  color: #fff;
}
.s2-vipPage .s2-banner .s2-defaultWidth .s2-bannerTitle p {
  color: #fff;
  width: 500px;
}
@media (max-width: 768px) {
  .s2-vipPage .s2-banner {
    background: url("/web/shiwaicloud/s2-file/assets/img/vipPage/banner1e430ca8eead7124.png") no-repeat center;
    background-size: cover;
    height: 70vw;
  }
  .s2-vipPage .s2-banner .s2-defaultWidth .s2-bannerTitle {
    justify-content: center;
  }
  .s2-vipPage .s2-banner .s2-defaultWidth .s2-bannerTitle span {
    margin-bottom: 3vw;
    text-align: left;
  }
  .s2-vipPage .s2-banner .s2-defaultWidth .s2-bannerTitle p {
    color: #fff;
    width: 60%;
    -webkit-line-clamp: initial;
  }
}
.s2-vipPage .s2-serviceByHours .s2-defaultWidth .s2-currentSection {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.s2-vipPage .s2-serviceByHours .s2-defaultWidth .s2-currentSection .s2-itemService {
  border: 1px solid #eee;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.s2-vipPage .s2-serviceByHours .s2-defaultWidth .s2-currentSection .s2-itemService:hover {
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
}
.s2-vipPage .s2-serviceByHours .s2-defaultWidth .s2-currentSection .s2-itemService span {
  font-size: 18px;
  color: #333;
  display: block;
  margin: 30px 0;
}
.s2-vipPage .s2-serviceByHours .s2-defaultWidth .s2-currentSection .s2-itemService p {
  color: #999;
}
@media (max-width: 768px) {
  .s2-vipPage .s2-serviceByHours .s2-defaultWidth .s2-currentSection {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5vw;
  }
  .s2-vipPage .s2-serviceByHours .s2-defaultWidth .s2-currentSection .s2-itemService {
    padding: 15vw 5vw;
  }
  .s2-vipPage .s2-serviceByHours .s2-defaultWidth .s2-currentSection .s2-itemService img {
    width: 20vw;
    height: 20vw;
  }
  .s2-vipPage .s2-serviceByHours .s2-defaultWidth .s2-currentSection .s2-itemService span {
    font-size: 5vw;
    margin: 6vw 0;
  }
}
.s2-vipPage .s2-quickFiling {
  background-color: #f5f7f8;
}
.s2-vipPage .s2-quickFiling .s2-defaultWidth .s2-technologicalProcess span {
  display: block;
  font-size: 18px;
  color: #666;
  padding: 30px 0;
}
.s2-vipPage .s2-quickFiling .s2-defaultWidth .s2-technologicalProcess .s2-stepes {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  width: 100%;
  position: relative;
}
.s2-vipPage .s2-quickFiling .s2-defaultWidth .s2-technologicalProcess .s2-stepes::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.5px;
  left: 0;
  top: 50%;
  background-color: rgb(221, 221, 221);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.s2-vipPage .s2-quickFiling .s2-defaultWidth .s2-technologicalProcess .s2-stepes .s2-itemStep:last-child {
  padding-left: 30px;
}
.s2-vipPage .s2-quickFiling .s2-defaultWidth .s2-technologicalProcess .s2-stepes .s2-itemStep:first-child {
  padding-right: 30px;
}
.s2-vipPage .s2-quickFiling .s2-defaultWidth .s2-technologicalProcess .s2-stepes .s2-itemStep:not(:first-child):not(:last-child) {
  padding: 0 30px;
}
.s2-vipPage .s2-quickFiling .s2-defaultWidth .s2-technologicalProcess .s2-stepes .s2-itemStep {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background-color: #f5f7f8;
  position: relative;
  z-index: 1;
}
.s2-vipPage .s2-quickFiling .s2-defaultWidth .s2-technologicalProcess .s2-stepes .s2-itemStep .s2-numberOfSteps {
  width: 30px;
  height: 30px;
  background-color: rgb(0, 169, 255);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-family: fantasy;
  color: #fff;
}
.s2-vipPage .s2-quickFiling .s2-defaultWidth .s2-technologicalProcess .s2-stepes .s2-itemStep .s2-stepDescription {
  color: #333;
}
.s2-vipPage .s2-quickFiling .s2-defaultWidth .s2-currentSection .s2-commonFiling {
  padding: 30px 0;
  font-size: 18px;
  color: #666;
  display: block;
}
.s2-vipPage .s2-quickFiling .s2-defaultWidth .s2-currentSection .s2-problem {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.s2-vipPage .s2-quickFiling .s2-defaultWidth .s2-currentSection .s2-problem .s2-itemExpandNo {
  height: 60px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
}
.s2-vipPage .s2-quickFiling .s2-defaultWidth .s2-currentSection .s2-problem .s2-itemExpandNo span {
  color: #666;
}
.s2-vipPage .s2-quickFiling .s2-defaultWidth .s2-currentSection .s2-problem .s2-itemExpandNo .s2-titleExpansion {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #666;
  padding: 0 30px;
}
.s2-vipPage .s2-quickFiling .s2-defaultWidth .s2-currentSection .s2-problem .s2-itemExpandNo .s2-titleExpansion .s2-expandOrNot {
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s2-vipPage .s2-quickFiling .s2-defaultWidth .s2-currentSection .s2-problem .s2-itemExpandNo .s2-expandContent {
  color: #999;
  padding: 20px 30px;
  line-height: 30px;
  border-top: 1px solid #eee;
}
@media (max-width: 768px) {
  .s2-vipPage .s2-quickFiling {
    background-color: #f5f7f8;
  }
  .s2-vipPage .s2-quickFiling .s2-defaultWidth .s2-technologicalProcess span {
    font-size: 4.5vw;
    padding: 5vw 0;
  }
  .s2-vipPage .s2-quickFiling .s2-defaultWidth .s2-technologicalProcess .s2-stepes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 5vw 0;
    gap: 10vw 0;
  }
  .s2-vipPage .s2-quickFiling .s2-defaultWidth .s2-technologicalProcess .s2-stepes::after {
    content: initial;
  }
  .s2-vipPage .s2-quickFiling .s2-defaultWidth .s2-technologicalProcess .s2-stepes .s2-itemStep:last-child {
    padding-left: 0;
  }
  .s2-vipPage .s2-quickFiling .s2-defaultWidth .s2-technologicalProcess .s2-stepes .s2-itemStep:first-child {
    padding-right: 0;
  }
  .s2-vipPage .s2-quickFiling .s2-defaultWidth .s2-technologicalProcess .s2-stepes .s2-itemStep:not(:first-child):not(:last-child) {
    padding: 0;
  }
  .s2-vipPage .s2-quickFiling .s2-defaultWidth .s2-technologicalProcess .s2-stepes .s2-itemStep {
    display: flex;
    flex-direction: column;
    gap: 1vw;
    align-items: center;
    justify-content: center;
    background-color: #f5f7f8;
    position: relative;
    z-index: 1;
  }
  .s2-vipPage .s2-quickFiling .s2-defaultWidth .s2-technologicalProcess .s2-stepes .s2-itemStep .s2-numberOfSteps {
    width: 10vw;
    height: 10vw;
    font-size: 4vw;
  }
  .s2-vipPage .s2-quickFiling .s2-defaultWidth .s2-technologicalProcess .s2-stepes .s2-itemStep .s2-stepDescription {
    font-size: 4vw;
  }
  .s2-vipPage .s2-quickFiling .s2-defaultWidth .s2-currentSection .s2-commonFiling {
    padding: 5vw 0;
    font-size: 4.5vw;
  }
  .s2-vipPage .s2-quickFiling .s2-defaultWidth .s2-currentSection .s2-problem {
    gap: 3vw;
  }
  .s2-vipPage .s2-quickFiling .s2-defaultWidth .s2-currentSection .s2-problem .s2-itemExpandNo {
    height: 15vw;
  }
  .s2-vipPage .s2-quickFiling .s2-defaultWidth .s2-currentSection .s2-problem .s2-itemExpandNo span {
    font-size: 4vw;
    max-width: 85vw;
    flex-shrink: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .s2-vipPage .s2-quickFiling .s2-defaultWidth .s2-currentSection .s2-problem .s2-itemExpandNo .s2-titleExpansion {
    height: 15vw;
    padding: 0 5vw;
  }
  .s2-vipPage .s2-quickFiling .s2-defaultWidth .s2-currentSection .s2-problem .s2-itemExpandNo .s2-titleExpansion .s2-expandOrNot {
    font-size: 4vw;
  }
  .s2-vipPage .s2-quickFiling .s2-defaultWidth .s2-currentSection .s2-problem .s2-itemExpandNo .s2-expandContent {
    padding: 3vw 5vw;
    line-height: 6vw;
    font-size: 3.5vw;
  }
}
.s2-vipPage .s2-intentionalCompensation .s2-defaultWidth .s2-technologicalProcess span {
  display: block;
  font-size: 18px;
  color: #666;
  padding: 30px 0;
}
.s2-vipPage .s2-intentionalCompensation .s2-defaultWidth .s2-technologicalProcess .s2-stepes {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  width: 100%;
  position: relative;
}
.s2-vipPage .s2-intentionalCompensation .s2-defaultWidth .s2-technologicalProcess .s2-stepes::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.5px;
  left: 0;
  top: 50%;
  background-color: rgb(221, 221, 221);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.s2-vipPage .s2-intentionalCompensation .s2-defaultWidth .s2-technologicalProcess .s2-stepes .s2-itemStep:last-child {
  padding-left: 30px;
}
.s2-vipPage .s2-intentionalCompensation .s2-defaultWidth .s2-technologicalProcess .s2-stepes .s2-itemStep:first-child {
  padding-right: 30px;
}
.s2-vipPage .s2-intentionalCompensation .s2-defaultWidth .s2-technologicalProcess .s2-stepes .s2-itemStep:not(:first-child):not(:last-child) {
  padding: 0 30px;
}
.s2-vipPage .s2-intentionalCompensation .s2-defaultWidth .s2-technologicalProcess .s2-stepes .s2-itemStep {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.s2-vipPage .s2-intentionalCompensation .s2-defaultWidth .s2-technologicalProcess .s2-stepes .s2-itemStep .s2-numberOfSteps {
  width: 30px;
  height: 30px;
  background-color: rgb(0, 169, 255);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-family: fantasy;
  color: #fff;
}
.s2-vipPage .s2-intentionalCompensation .s2-defaultWidth .s2-technologicalProcess .s2-stepes .s2-itemStep .s2-stepDescription {
  color: #333;
}
.s2-vipPage .s2-intentionalCompensation .s2-defaultWidth .s2-currentSection .s2-commonFiling {
  padding: 30px 0;
  font-size: 18px;
  color: #666;
  display: block;
}
.s2-vipPage .s2-intentionalCompensation .s2-defaultWidth .s2-currentSection .s2-repetitiveStyles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.s2-vipPage .s2-intentionalCompensation .s2-defaultWidth .s2-currentSection .s2-repetitiveStyles .s2-itemService {
  border: 1px solid #eee;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.s2-vipPage .s2-intentionalCompensation .s2-defaultWidth .s2-currentSection .s2-repetitiveStyles .s2-itemService:hover {
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
}
.s2-vipPage .s2-intentionalCompensation .s2-defaultWidth .s2-currentSection .s2-repetitiveStyles .s2-itemService span {
  font-size: 18px;
  color: #333;
  display: block;
  margin: 30px 0;
}
.s2-vipPage .s2-intentionalCompensation .s2-defaultWidth .s2-currentSection .s2-repetitiveStyles .s2-itemService p {
  color: #999;
  line-height: 25px;
}
@media (max-width: 768px) {
  .s2-vipPage .s2-intentionalCompensation .s2-defaultWidth .s2-technologicalProcess span {
    display: block;
    font-size: 4.5vw;
    color: #666;
    padding: 5vw 0;
  }
  .s2-vipPage .s2-intentionalCompensation .s2-defaultWidth .s2-technologicalProcess .s2-stepes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10vw 0;
    padding: 5vw 0;
  }
  .s2-vipPage .s2-intentionalCompensation .s2-defaultWidth .s2-technologicalProcess .s2-stepes::after {
    content: initial;
  }
  .s2-vipPage .s2-intentionalCompensation .s2-defaultWidth .s2-technologicalProcess .s2-stepes .s2-itemStep:last-child {
    padding-left: 0;
  }
  .s2-vipPage .s2-intentionalCompensation .s2-defaultWidth .s2-technologicalProcess .s2-stepes .s2-itemStep:first-child {
    padding-right: 0;
  }
  .s2-vipPage .s2-intentionalCompensation .s2-defaultWidth .s2-technologicalProcess .s2-stepes .s2-itemStep:not(:first-child):not(:last-child) {
    padding: 0 0;
  }
  .s2-vipPage .s2-intentionalCompensation .s2-defaultWidth .s2-technologicalProcess .s2-stepes .s2-itemStep {
    gap: 5vw 0;
  }
  .s2-vipPage .s2-intentionalCompensation .s2-defaultWidth .s2-technologicalProcess .s2-stepes .s2-itemStep .s2-numberOfSteps {
    width: 10vw;
    height: 10vw;
    font-size: 4vw;
  }
  .s2-vipPage .s2-intentionalCompensation .s2-defaultWidth .s2-technologicalProcess .s2-stepes .s2-itemStep .s2-stepDescription {
    font-size: 4vw;
  }
  .s2-vipPage .s2-intentionalCompensation .s2-defaultWidth .s2-currentSection .s2-commonFiling {
    padding: 5vw 0;
    font-size: 5vw;
  }
  .s2-vipPage .s2-intentionalCompensation .s2-defaultWidth .s2-currentSection .s2-repetitiveStyles {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5vw;
  }
  .s2-vipPage .s2-intentionalCompensation .s2-defaultWidth .s2-currentSection .s2-repetitiveStyles .s2-itemService {
    padding: 15vw 5vw;
  }
  .s2-vipPage .s2-intentionalCompensation .s2-defaultWidth .s2-currentSection .s2-repetitiveStyles .s2-itemService span {
    font-size: 5vw;
    margin: 6vw 0;
  }
  .s2-vipPage .s2-intentionalCompensation .s2-defaultWidth .s2-currentSection .s2-repetitiveStyles .s2-itemService p {
    line-height: 6vw;
    font-size: 3.5vw;
  }
}

@media (max-width: 768px) {
  .s2-vipPage {
    padding-top: 15vw;
  }
}

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