@charset "UTF-8";
#cpsPromotionPage .banner {
  position: relative;
}
#cpsPromotionPage .banner .defaultWidth {
  text-align: left;
  height: calc(100% - 80px);
}
#cpsPromotionPage .banner .defaultWidth p {
  padding-right: 735px;
  text-align: left;
}
#cpsPromotionPage .banner .defaultWidth a {
  color: #fff;
  background: #2190F9;
  width: 120px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 15px;
}
#cpsPromotionPage .banner .defaultWidth a:hover {
  background: #50a7f9;
}
#cpsPromotionPage .navigation {
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
  background: #fff;
  justify-content: center;
  border-bottom: 1px solid #E2E2E2;
  position: relative;
}
#cpsPromotionPage .navigation .item-switchTags {
  margin: 0 70px;
}
#cpsPromotionPage .navigation .item-switchTags a {
  padding: 0 10px;
  font-size: 17px;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#cpsPromotionPage .navigation .underline {
  height: 3px;
  background-color: #2190F9;
  width: 140px;
  position: absolute;
  bottom: 0;
  left: 435px;
}
#cpsPromotionPage .navigation.fixed {
  position: fixed;
  top: 0;
  animation: slideDown 0.5s ease forwards;
  z-index: 999;
}
@keyframes slideDown {
  from {
    top: -100px;
    /* 起始位置 */
  }
  to {
    top: 80px;
    /* 结束位置 */
  }
}
#cpsPromotionPage .proxySupport .culturalIndependence {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 70px;
}
#cpsPromotionPage .proxySupport .culturalIndependence .item-block {
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  position: relative;
  background: url("/web/shiwaicloud/s3-file/assets/img/cpsExtension/back.png") no-repeat center;
  background-size: cover;
}
#cpsPromotionPage .proxySupport .culturalIndependence .item-block .block-title {
  position: relative;
}
#cpsPromotionPage .proxySupport .culturalIndependence .item-block .block-title::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 75%;
  left: 0;
  top: 10px;
  background: #3D9EF9;
}
#cpsPromotionPage .proxySupport .culturalIndependence .item-block .block-title span {
  font-size: 20px;
  display: block;
  padding: 30px 0 20px 10px;
  margin: 0 30px;
  border-bottom: 1.5px solid #CFCFCF;
}
#cpsPromotionPage .proxySupport .culturalIndependence .item-block p {
  font-size: 15px;
  padding: 20px 40px;
  color: #404040;
  line-height: 30px;
}
#cpsPromotionPage .proxySupport .culturalIndependence .item-block .printingLabel {
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #DEEEFE;
  font-weight: 600;
  font-size: 70px;
  z-index: -1;
}
#cpsPromotionPage .freeFiling {
  background: #FDFDFD;
}
#cpsPromotionPage .freeFiling .keepOnRecord {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
#cpsPromotionPage .freeFiling .keepOnRecord i {
  border-bottom: 2px dashed #707070;
  height: 55px;
}
#cpsPromotionPage .freeFiling .keepOnRecord .item-invitationExplanation {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#cpsPromotionPage .freeFiling .keepOnRecord .item-invitationExplanation .withinACircle {
  border: 2px solid #2190F9;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#cpsPromotionPage .freeFiling .keepOnRecord .item-invitationExplanation .withinACircle span {
  color: #393939;
  font-size: 15px;
}
#cpsPromotionPage .freeFiling .keepOnRecord .item-invitationExplanation .withinACircle p {
  font-size: 35px;
  color: #000;
}
#cpsPromotionPage .freeFiling .keepOnRecord .item-invitationExplanation .text {
  font-size: 18px;
  margin-top: 20px;
}
#cpsPromotionPage .promotionMethods .keepOnRecord {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
#cpsPromotionPage .promotionMethods .keepOnRecord .item-invitationExplanation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
#cpsPromotionPage .promotionMethods .keepOnRecord .item-invitationExplanation .item-on {
  padding: 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.16);
  background: #fff;
}
#cpsPromotionPage .promotionMethods .keepOnRecord .item-invitationExplanation .item-on span {
  font-size: 20px;
}
#cpsPromotionPage .promotionMethods .keepOnRecord .item-invitationExplanation .item-on p {
  margin-top: 10px;
  line-height: 20px;
}
#cpsPromotionPage .promotionMethods .keepOnRecord .heng {
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.16);
  background: #fff;
}
#cpsPromotionPage .promotionMethods .keepOnRecord .heng span {
  font-size: 18px;
}
#cpsPromotionPage .promotionMethods .keepOnRecord .heng p {
  margin-top: 10px;
  line-height: 20px;
}
#cpsPromotionPage .promotionRules {
  background: #F6F9FF;
}
#cpsPromotionPage .promotionRules .keepOnRecord {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#cpsPromotionPage .promotionRules .keepOnRecord .item-text span {
  font-size: 16px;
}
#cpsPromotionPage .promotionRules .keepOnRecord .item-text p {
  line-height: 30px;
  padding-left: 20px;
}
#cpsPromotionPage .promotionRules .keepOnRecord .item-text p:nth-child(2) {
  padding-top: 30px;
}

@media (max-width: 768px) {
  #cpsPromotionPage .banner .navigation {
    display: none;
  }
  .navigation {
    display: none !important;
  }
  .banner {
    background-size: 300% 120% !important;
    background-position: -139vw -14vw !important;
  }
  .banner p {
    margin: 6vw 0 7vw 0 !important;
    padding: 0 !important;
  }
  #cpsPromotionPage .globalSpacing {
    padding: 10vw 0;
    background: #FCFCFC;
  }
  .item-title-describe p {
    padding: 0 6vw !important;
  }
  #cpsPromotionPage .banner .defaultWidth p {
    padding-right: 16vw;
  }
  #cpsPromotionPage .serviceByHours .item-title-describe a {
    display: inline !important;
    font-size: 3.5vw;
  }
  .defaultWidth {
    height: auto !important;
  }
  .defaultWidth .unified {
    padding-top: 10vw;
  }
  #cpsPromotionPage .banner .defaultWidth a {
    width: 25vw;
    height: 10vw;
    align-items: center;
    justify-content: center;
    border-radius: 1.5vw;
    -webkit-border-radius: 1.5vw;
    -moz-border-radius: 1.5vw;
    -ms-border-radius: 1.5vw;
    -o-border-radius: 1.5vw;
    -webkit-border-radius: 1.5vw;
    font-size: 4vw;
  }
  #cpsPromotionPage .proxySupport {
    background-color: #F6F9FF;
  }
  #cpsPromotionPage .proxySupport .culturalIndependence .item-block {
    height: auto;
    border-radius: 2vw;
    -webkit-border-radius: 2vw;
    -moz-border-radius: 2vw;
    -ms-border-radius: 2vw;
    -o-border-radius: 2vw;
    box-shadow: none;
    background: #fff;
    overflow: hidden;
  }
  #cpsPromotionPage .proxySupport .culturalIndependence {
    grid-template-columns: repeat(2, 1fr);
    gap: 5vw;
  }
  #cpsPromotionPage .proxySupport .culturalIndependence .item-block .block-title span {
    font-size: 5vw;
    padding: 5vw 0;
    margin: 0 5vw;
  }
  #cpsPromotionPage .proxySupport .culturalIndependence .item-block p {
    font-size: 3.5vw;
    padding: 5vw;
    line-height: 7vw;
  }
  #cpsPromotionPage .proxySupport .culturalIndependence .item-block .block-title::after {
    width: 1.2vw;
    height: 90%;
    top: 0vw;
  }
  #cpsPromotionPage .freeFiling .keepOnRecord {
    gap: 15vw 0;
  }
  #cpsPromotionPage .freeFiling .keepOnRecord .item-invitationExplanation .withinACircle {
    width: 15vw;
    height: 15vw;
  }
  #cpsPromotionPage .freeFiling .keepOnRecord .item-invitationExplanation .withinACircle span {
    font-size: 3vw;
  }
  #cpsPromotionPage .freeFiling .keepOnRecord .item-invitationExplanation .withinACircle p {
    font-size: 5vw;
  }
  #cpsPromotionPage .freeFiling .keepOnRecord i {
    height: 7vw;
    margin: 0 2vw;
  }
  #cpsPromotionPage .freeFiling .keepOnRecord .item-invitationExplanation .text {
    font-size: 3vw;
    margin-top: 5vw;
    text-align: center;
  }
  #cpsPromotionPage .freeFiling {
    background: #FCFCFC;
  }
  #cpsPromotionPage .freeFiling .defaultWidth {
    height: auto !important;
  }
  #cpsPromotionPage .promotionMethods .keepOnRecord .item-invitationExplanation {
    gap: 5vw;
  }
  #cpsPromotionPage .promotionMethods .keepOnRecord .item-invitationExplanation .item-on {
    padding: 5vw;
    border-radius: 2vw;
    -webkit-border-radius: 2vw;
    -moz-border-radius: 2vw;
    -ms-border-radius: 2vw;
    -o-border-radius: 2vw;
    overflow: hidden;
  }
  #cpsPromotionPage .promotionMethods .keepOnRecord {
    gap: 5vw;
  }
  #cpsPromotionPage .promotionMethods .keepOnRecord .heng {
    padding: 5vw;
    border-radius: 2vw;
    -webkit-border-radius: 2vw;
    -moz-border-radius: 2vw;
    -ms-border-radius: 2vw;
    -o-border-radius: 2vw;
  }
  #cpsPromotionPage .promotionMethods .keepOnRecord .item-invitationExplanation .item-on span {
    font-size: 5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  #cpsPromotionPage .promotionMethods .keepOnRecord .item-invitationExplanation .item-on p {
    margin-top: 3vw;
    line-height: 5vw;
    font-size: 3.5vw;
  }
  #cpsPromotionPage .promotionMethods .keepOnRecord .heng span {
    font-size: 5vw;
  }
  #cpsPromotionPage .promotionMethods .keepOnRecord .heng p {
    margin-top: 2vw;
    line-height: 5vw;
    font-size: 3.5vw;
  }
  .promotionMethods .defaultWidth {
    height: auto !important;
  }
  #cpsPromotionPage .promotionMethods .keepOnRecord .item-invitationExplanation .item-on span::after {
    content: "";
    position: absolute;
    width: 1vw;
    height: 13vw;
    background: #3D9EF9;
    top: -5vw;
    left: -5vw;
  }
  #cpsPromotionPage .promotionMethods .keepOnRecord .heng {
    overflow: hidden;
    position: relative;
  }
  #cpsPromotionPage .promotionMethods .keepOnRecord .heng::after {
    content: "";
    position: absolute;
    width: 1vw;
    height: 13vw;
    background: #3D9EF9;
    top: -2vw;
    left: 0;
  }
  #cpsPromotionPage .promotionRules {
    background-color: #F6F9FF;
  }
  #cpsPromotionPage .promotionRules .keepOnRecord .item-text span {
    font-size: 4.5vw;
    line-height: 8vw;
  }
  #cpsPromotionPage .promotionRules .keepOnRecord {
    gap: 5vw;
  }
  #cpsPromotionPage .promotionRules .keepOnRecord .item-text p:nth-child(2) {
    padding-top: 4vw;
  }
  #cpsPromotionPage .promotionRules .keepOnRecord .item-text p {
    line-height: 8vw;
    padding-left: 6vw;
    font-size: 3.5vw;
  }
  .advertisingImagePlacement {
    margin-top: 0 !important;
  }
}

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