@charset "UTF-8";
.s1-cps .s1-banner {
  background: url("/web/shiwaicloud/s1-file/assets/img/cps/banner.png") no-repeat center;
  background-size: cover;
  box-shadow: 0px 0px 0px 3px rgba(66, 153, 225, 0.6);
}
.s1-cps .s1-banner .s1-defaultWidth .s1-bannerTitle span {
  margin-bottom: 30px;
  color: rgba(0, 0, 0, 0.937254902);
  font-size: 70px;
  font-weight: 500;
  font-family: "YouSheBiaoTiHei";
  position: relative;
}
.s1-cps .s1-banner .s1-defaultWidth .s1-bannerTitle p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.937254902);
  line-height: 26px;
  max-width: 700px;
}
.s1-cps .s1-banner .s1-defaultWidth .s1-bannerTitle .s1-button a {
  width: auto;
  height: auto;
  padding: 8px 35px;
  font-size: 22px;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.4), 0 7px 13px -3px rgba(0, 0, 0, 0.3), inset 0 -3px 0px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .s1-cps .s1-banner .s1-defaultWidth .s1-bannerTitle {
    justify-content: center;
  }
  .s1-cps .s1-banner .s1-defaultWidth .s1-bannerTitle span {
    margin-bottom: 0;
    font-size: 8.6vw;
    text-align: left;
  }
  .s1-cps .s1-banner .s1-defaultWidth .s1-bannerTitle .s1-button a {
    padding: 2.5vw 8vw;
    font-size: 4vw;
    border-radius: 1vw;
    margin: 0 auto;
  }
}
.s1-cps .s1-promotionAdvantages {
  background: rgb(247, 248, 250);
}
.s1-cps .s1-promotionAdvantages .s1-defaultWidth .s1-currentSection {
  display: flex;
  gap: 20px;
}
.s1-cps .s1-promotionAdvantages .s1-defaultWidth .s1-currentSection .s1-fourDomains {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.s1-cps .s1-promotionAdvantages .s1-defaultWidth .s1-currentSection .s1-fourDomains .s1-itemBlock {
  padding: 20px 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 1px 1px 1px 1px #ccc;
}
.s1-cps .s1-promotionAdvantages .s1-defaultWidth .s1-currentSection .s1-fourDomains .s1-itemBlock .s1-rowNumber {
  position: relative;
  display: flex;
  align-items: center;
}
.s1-cps .s1-promotionAdvantages .s1-defaultWidth .s1-currentSection .s1-fourDomains .s1-itemBlock .s1-rowNumber img {
  position: absolute;
  left: 0;
  height: 40px;
}
.s1-cps .s1-promotionAdvantages .s1-defaultWidth .s1-currentSection .s1-fourDomains .s1-itemBlock .s1-rowNumber span {
  color: #fff;
  font-size: 22px;
  font-family: "思源黑";
  position: relative;
  left: 48px;
  top: -3px;
  z-index: 1;
}
.s1-cps .s1-promotionAdvantages .s1-defaultWidth .s1-currentSection .s1-fourDomains .s1-itemBlock .s1-textAndImages {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s1-cps .s1-promotionAdvantages .s1-defaultWidth .s1-currentSection .s1-fourDomains .s1-itemBlock .s1-textAndImages .s1-leftText {
  width: 70%;
  font-size: 16px;
  line-height: 26px;
  color: #666;
}
.s1-cps .s1-promotionAdvantages .s1-defaultWidth .s1-currentSection .s1-fourDomains .s1-itemBlock .s1-textAndImages .s1-pureImage img {
  height: 110px;
}
.s1-cps .s1-promotionAdvantages .s1-defaultWidth .s1-currentSection .s1-singleDomain {
  padding: 30px 20px;
  border-radius: 10px;
  background: url("/web/shiwaicloud/s1-file/assets/img/cps/PromotionalBackground.png") no-repeat center;
  background-size: cover;
  width: 30%;
  position: relative;
}
.s1-cps .s1-promotionAdvantages .s1-defaultWidth .s1-currentSection .s1-singleDomain p:nth-of-type(1) {
  font-size: 24px;
  color: #fff;
  text-align: center;
  font-family: "思源黑";
}
.s1-cps .s1-promotionAdvantages .s1-defaultWidth .s1-currentSection .s1-singleDomain p:nth-of-type(2) {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 5px;
  color: #fff;
  font-family: "思源黑";
  text-align: center;
}
.s1-cps .s1-promotionAdvantages .s1-defaultWidth .s1-currentSection .s1-singleDomain a {
  display: block;
  width: 100px;
  height: 35px;
  color: #fff;
  position: absolute;
  bottom: 35px;
  left: 59px;
  font-size: 16px;
  text-align: center;
  line-height: 35px;
}
@media (max-width: 768px) {
  .s1-cps .s1-promotionAdvantages .s1-defaultWidth .s1-currentSection {
    display: flex;
  }
  .s1-cps .s1-promotionAdvantages .s1-defaultWidth .s1-currentSection .s1-fourDomains {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 4vw;
  }
  .s1-cps .s1-promotionAdvantages .s1-defaultWidth .s1-currentSection .s1-fourDomains .s1-itemBlock {
    padding: 5vw;
    background: #fff;
    border-radius: 1vw;
    -webkit-border-radius: 1vw;
    -moz-border-radius: 1vw;
    -ms-border-radius: 1vw;
    -o-border-radius: 1vw;
  }
  .s1-cps .s1-promotionAdvantages .s1-defaultWidth .s1-currentSection .s1-fourDomains .s1-itemBlock .s1-rowNumber {
    position: relative;
    display: flex;
    align-items: center;
  }
  .s1-cps .s1-promotionAdvantages .s1-defaultWidth .s1-currentSection .s1-fourDomains .s1-itemBlock .s1-rowNumber img {
    position: absolute;
    left: 0;
    height: 9vw;
  }
  .s1-cps .s1-promotionAdvantages .s1-defaultWidth .s1-currentSection .s1-fourDomains .s1-itemBlock .s1-rowNumber span {
    font-size: 4.5vw;
    left: 14vw;
    top: -1vw;
  }
  .s1-cps .s1-promotionAdvantages .s1-defaultWidth .s1-currentSection .s1-fourDomains .s1-itemBlock .s1-textAndImages {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .s1-cps .s1-promotionAdvantages .s1-defaultWidth .s1-currentSection .s1-fourDomains .s1-itemBlock .s1-textAndImages .s1-leftText {
    width: 100%;
    font-size: 3.5vw;
    line-height: 6vw;
    color: #666;
    font-family: "思源黑";
  }
  .s1-cps .s1-promotionAdvantages .s1-defaultWidth .s1-currentSection .s1-fourDomains .s1-itemBlock .s1-textAndImages .s1-pureImage img {
    height: 21vw;
  }
  .s1-cps .s1-promotionAdvantages .s1-defaultWidth .s1-currentSection .s1-singleDomain {
    display: none;
  }
}
.s1-cps .s1-promotionProcess .s1-defaultWidth .s1-currentSection {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.s1-cps .s1-promotionProcess .s1-defaultWidth .s1-currentSection .s1-itemPermissionInvitation {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.s1-cps .s1-promotionProcess .s1-defaultWidth .s1-currentSection .s1-itemPermissionInvitation .s1-pureImage {
  background: url("/web/shiwaicloud/s1-file/assets/img/cps/outerSurround.png") no-repeat;
  background-size: cover;
  display: flex;
  height: 90px;
  width: 70px;
}
.s1-cps .s1-promotionProcess .s1-defaultWidth .s1-currentSection .s1-itemPermissionInvitation .s1-pureImage img {
  width: 40px;
  margin: 10px auto auto 17px;
}
.s1-cps .s1-promotionProcess .s1-defaultWidth .s1-currentSection .s1-itemPermissionInvitation span {
  color: rgba(0, 0, 0, 0.937254902);
  font-weight: bold;
}
.s1-cps .s1-promotionProcess .s1-defaultWidth .s1-currentSection .s1-itemPermissionInvitation p {
  margin: 20px 0 30px 0;
}
.s1-cps .s1-promotionProcess .s1-defaultWidth .s1-currentSection .s1-itemPermissionInvitation a {
  display: block;
  background: #4589fd;
  color: #fff;
  padding: 11px 38px;
  margin-top: 30px;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.4), 0 7px 13px -3px rgba(0, 0, 0, 0.3), inset 0 -3px 0px 0px rgba(0, 0, 0, 0.2);
}
.s1-cps .s1-promotionProcess .s1-defaultWidth .s1-currentSection .s1-itemPermissionInvitation a:hover {
  background: #73a4fa;
}
.s1-cps .s1-promotionProcess .s1-defaultWidth .s1-currentSection .s1-indicatorMark {
  display: flex;
  gap: 3.5px;
  align-items: center;
  justify-content: center;
}
.s1-cps .s1-promotionProcess .s1-defaultWidth .s1-currentSection .s1-indicatorMark .s1-spot {
  height: 3px;
  width: 3px;
  background-color: #699bfc;
  border-radius: 50%;
}
.s1-cps .s1-promotionProcess .s1-defaultWidth .s1-currentSection .s1-indicatorMark .s1-arrow {
  height: 0;
  width: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #699bfc;
  border-right: 10px solid transparent;
}
@media (max-width: 768px) {
  .s1-cps .s1-promotionProcess .s1-defaultWidth .s1-currentSection {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10vw 0;
  }
  .s1-cps .s1-promotionProcess .s1-defaultWidth .s1-currentSection .s1-itemPermissionInvitation {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .s1-cps .s1-promotionProcess .s1-defaultWidth .s1-currentSection .s1-itemPermissionInvitation .s1-pureImage {
    height: 20vw;
    width: 15vw;
  }
  .s1-cps .s1-promotionProcess .s1-defaultWidth .s1-currentSection .s1-itemPermissionInvitation .s1-pureImage img {
    width: 6vw;
    margin: 3vw auto 9vw auto;
  }
  .s1-cps .s1-promotionProcess .s1-defaultWidth .s1-currentSection .s1-itemPermissionInvitation span {
    color: rgba(0, 0, 0, 0.937254902);
    font-weight: bold;
  }
  .s1-cps .s1-promotionProcess .s1-defaultWidth .s1-currentSection .s1-itemPermissionInvitation p {
    margin: 5vw 0;
  }
  .s1-cps .s1-promotionProcess .s1-defaultWidth .s1-currentSection .s1-itemPermissionInvitation a {
    padding: 2vw 5vw;
    margin-top: 3vw;
    border-radius: 1vw;
  }
  .s1-cps .s1-promotionProcess .s1-defaultWidth .s1-currentSection .s1-indicatorMark {
    display: none;
  }
}
.s1-cps .s1-commonProblem .s1-defaultWidth .s1-currentSection {
  display: flex;
  flex-direction: column;
}
.s1-cps .s1-commonProblem .s1-defaultWidth .s1-currentSection .s1-itemProblem {
  position: relative;
  box-shadow: 0 2px 5px -1px rgba(50, 50, 93, 0.25), 0 1px 3px -1px rgba(0, 0, 0, 0.3);
  height: 50px;
  overflow: hidden;
}
.s1-cps .s1-commonProblem .s1-defaultWidth .s1-currentSection .s1-itemProblem .s1-headboards {
  color: rgba(0, 0, 0, 0.9);
  font-size: 16px;
  padding: 10px 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s1-cps .s1-commonProblem .s1-defaultWidth .s1-currentSection .s1-itemProblem .s1-headboards span {
  font-size: 16px;
}
.s1-cps .s1-commonProblem .s1-defaultWidth .s1-currentSection .s1-itemProblem .s1-headboards .s1-operationButton {
  color: rgb(153, 153, 153);
  font-size: 30px;
  cursor: pointer;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s1-cps .s1-commonProblem .s1-defaultWidth .s1-currentSection .s1-itemProblem .s1-actualContent {
  background: #f7f8fa;
  padding: 30px 20px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7019607843);
  position: relative;
  padding-right: 80px;
}
.s1-cps .s1-commonProblem .s1-defaultWidth .s1-currentSection .s1-itemProblem .s1-actualContent img {
  display: block;
  margin: 20px auto 0 auto;
  width: 50%;
}
.s1-cps .s1-commonProblem .s1-defaultWidth .s1-currentSection .s1-selectColor .s1-headboards span {
  color: #4285f4;
  font-weight: bold;
}
.s1-cps .s1-commonProblem .s1-defaultWidth .s1-currentSection .s1-itemProblem:nth-of-type(1) {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.s1-cps .s1-commonProblem .s1-defaultWidth .s1-currentSection .s1-itemProblem:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (max-width: 768px) {
  .s1-cps .s1-commonProblem .s1-defaultWidth .s1-currentSection {
    display: flex;
    flex-direction: column;
  }
  .s1-cps .s1-commonProblem .s1-defaultWidth .s1-currentSection .s1-itemProblem {
    height: 13vw;
  }
  .s1-cps .s1-commonProblem .s1-defaultWidth .s1-currentSection .s1-itemProblem .s1-headboards {
    padding: 2vw 8vw;
    height: 13vw;
  }
  .s1-cps .s1-commonProblem .s1-defaultWidth .s1-currentSection .s1-itemProblem .s1-headboards span {
    font-size: 4vw;
  }
  .s1-cps .s1-commonProblem .s1-defaultWidth .s1-currentSection .s1-itemProblem .s1-headboards .s1-operationButton {
    width: 10vw;
    font-size: 6vw;
  }
  .s1-cps .s1-commonProblem .s1-defaultWidth .s1-currentSection .s1-itemProblem .s1-actualContent {
    background: #f7f8fa;
    padding: 5vw;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7019607843);
    position: relative;
    padding-right: 5vw;
  }
  .s1-cps .s1-commonProblem .s1-defaultWidth .s1-currentSection .s1-itemProblem .s1-actualContent img {
    display: block;
    margin: 5vw auto 0 auto;
    width: 100%;
  }
  .s1-cps .s1-commonProblem .s1-defaultWidth .s1-currentSection .s1-selectColor .s1-headboards span {
    color: #4285f4;
    font-weight: bold;
  }
  .s1-cps .s1-commonProblem .s1-defaultWidth .s1-currentSection .s1-itemProblem:nth-of-type(1) {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .s1-cps .s1-commonProblem .s1-defaultWidth .s1-currentSection .s1-itemProblem:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}

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