@charset "UTF-8";
#cloudIntroduction .banner p {
  padding-right: 639px;
  color: #484848;
  margin: 20px 0 30px 0;
}
#cloudIntroduction .banner .sigh {
  background: linear-gradient(270deg, #E3E9F3 0%, #81B0FF 100%);
  width: 250px;
  height: 25px;
  padding: 0 0 0 10px;
  display: flex;
  align-items: center;
}
#cloudIntroduction .banner .sigh img {
  width: 15px;
  height: 15px;
  position: relative;
  margin-right: 10px;
}
#cloudIntroduction .banner .sigh span {
  font-size: 12px;
  position: relative;
}
#cloudIntroduction .banner .buttonLayout {
  margin-top: 50px;
}
#cloudIntroduction .banner .buttonLayout a {
  background: #006CD8;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.16);
}
#cloudIntroduction .banner .buttonLayout a:hover {
  background: #fff;
  color: #000;
  border: 1px solid #006CD8;
}
#cloudIntroduction .banner .buttonLayout a:nth-of-type(2) {
  background: #fff;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.16);
  color: #000;
  border: 1px solid #006CD8;
}
#cloudIntroduction .banner .buttonLayout a:nth-of-type(2):hover {
  background: #006CD8;
  color: #fff;
}
#cloudIntroduction .fixedBar {
  position: fixed;
  z-index: 99;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  animation: slideDown 0.5s ease forwards; /* 添加动画 */
}
#cloudIntroduction .switchBar {
  background: #fff;
  box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.16);
}
#cloudIntroduction .switchBar .switchingRegions {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  position: relative;
}
#cloudIntroduction .switchBar .switchingRegions div a {
  height: 80px;
  display: flex;
  text-align: center;
  justify-content: center;
  width: 100px;
  font-size: 17px;
  align-items: center;
}
#cloudIntroduction .switchBar .switchingRegions div a:hover {
  color: #0080FF;
}
#cloudIntroduction .switchBar .switchingRegions .underline {
  position: absolute;
  bottom: 0;
  background: #0080FF;
  height: 3px;
  width: 100px;
}
#cloudIntroduction .supremeFather .switchContent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 50px 0 70px 0;
}
#cloudIntroduction .supremeFather .switchContent .eventNotification .eventNotification-title {
  display: flex;
  align-items: center;
}
#cloudIntroduction .supremeFather .switchContent .eventNotification .eventNotification-title span {
  font-size: 18px;
}
#cloudIntroduction .supremeFather .switchContent .eventNotification .eventNotification-title sup {
  color: #FFFF00;
  background: #FF0000;
  width: 18px;
  height: 7px;
  font-size: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 11px 1px;
}
#cloudIntroduction .supremeFather .switchContent .eventNotification .specificActivities {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 30px;
}
#cloudIntroduction .supremeFather .switchContent .eventNotification .specificActivities .currentActivity {
  color: #FF2727;
  display: flex;
  align-items: center;
}
#cloudIntroduction .supremeFather .switchContent .eventNotification .specificActivities .currentActivity a {
  color: #FF2727;
}
#cloudIntroduction .supremeFather .switchContent .eventNotification .specificActivities .currentActivity a:hover {
  border-bottom: 1px solid #FF2727;
  color: #b60000;
  filter: drop-shadow(1px 1px 1px #FF2727);
  -webkit-filter: drop-shadow(1px 1px 1px #FF2727);
}
#cloudIntroduction .supremeFather .switchContent .eventNotification .specificActivities .currentActivity .activityTags {
  border: 1px solid #FF2727;
  padding: 3px 12px;
  font-size: 15px;
  margin-right: 20px;
}
#cloudIntroduction .supremeFather .switchContent .eventNotification .specificActivities .currentActivity .activityDescription {
  font-size: 13px;
}
#cloudIntroduction .supremeFather .switchContent .eventNotification .specificActivities .currentActivity:not(:first-of-type) {
  margin-top: 20px;
}
#cloudIntroduction .supremeFather .switchContent .beginnersGuide .specificActivities .currentActivity .activityTags {
  border: 1px solid #327DFF;
  color: #327DFF;
}
#cloudIntroduction .supremeFather .switchContent .beginnersGuide .specificActivities .currentActivity .activityDescription a {
  color: #327DFF;
}
#cloudIntroduction .supremeFather .switchContent .beginnersGuide .specificActivities .currentActivity .activityDescription a:hover {
  border-bottom: 1px solid #327DFF;
  color: #003da6;
  filter: drop-shadow(1px 1px 1px #327DFF);
  -webkit-filter: drop-shadow(1px 1px 1px #327DFF);
}
#cloudIntroduction .supremeFather .selectedHotTopics {
  background: url("/web/shiwaicloud/s3-file/assets/img/cloudIntroduction/regionalBackground.jpeg") no-repeat;
  background-size: 100% 100%;
}
#cloudIntroduction .supremeFather .selectedHotTopics .defaultWidth .selectedTab {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 80px;
}
#cloudIntroduction .supremeFather .selectedHotTopics .defaultWidth .selectedTab .item-tab {
  padding: 25px;
  box-shadow: 8px 4px 4px 1px rgba(0, 57, 213, 0.14);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: url("/web/shiwaicloud/s3-file/assets/img/cloudIntroduction/blockLevelBackground.png") no-repeat;
  background-size: 200% 100%;
  background-position: -100px 0px;
}
#cloudIntroduction .supremeFather .selectedHotTopics .defaultWidth .selectedTab .item-tab:hover {
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  box-shadow: 8px 4px 20px 1px rgba(0, 57, 213, 0.14);
}
#cloudIntroduction .supremeFather .selectedHotTopics .defaultWidth .selectedTab .item-tab .titleDescription {
  display: flex;
  flex-direction: column;
}
#cloudIntroduction .supremeFather .selectedHotTopics .defaultWidth .selectedTab .item-tab .titleDescription span {
  font-size: 22px;
}
#cloudIntroduction .supremeFather .selectedHotTopics .defaultWidth .selectedTab .item-tab .titleDescription p {
  font-size: 13px;
  line-height: 25px;
  margin-top: 5px;
  color: #000;
}
#cloudIntroduction .supremeFather .selectedHotTopics .defaultWidth .selectedTab .item-tab .serviceOverview {
  margin: 10px 0;
}
#cloudIntroduction .supremeFather .selectedHotTopics .defaultWidth .selectedTab .item-tab .serviceOverview div {
  display: flex;
  align-items: center;
  line-height: 35px;
}
#cloudIntroduction .supremeFather .selectedHotTopics .defaultWidth .selectedTab .item-tab .serviceOverview div span {
  color: #434343;
  font-size: 15px;
}
#cloudIntroduction .supremeFather .selectedHotTopics .defaultWidth .selectedTab .item-tab .serviceOverview div p {
  color: #434343;
  font-size: 15px;
  margin-left: 50px;
}
#cloudIntroduction .supremeFather .selectedHotTopics .defaultWidth .selectedTab .item-tab .price {
  text-align: center;
  margin: 10px 0;
}
#cloudIntroduction .supremeFather .selectedHotTopics .defaultWidth .selectedTab .item-tab .price span {
  color: #000;
  font-size: 16px;
}
#cloudIntroduction .supremeFather .selectedHotTopics .defaultWidth .selectedTab .item-tab .price span i {
  color: #006CD8;
  font-size: 25px;
}
#cloudIntroduction .supremeFather .selectedHotTopics .defaultWidth .selectedTab .item-tab a {
  background: linear-gradient(90deg, #2EB1FF 0%, #0048F2 100%);
  color: #fff;
  width: 200px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  margin: 30px auto 0 auto;
}
#cloudIntroduction .supremeFather .selectedHotTopics .defaultWidth .selectedTab .item-tab a:hover {
  opacity: 0.75;
}
#cloudIntroduction .supremeFather .productAdvantages {
  background: #FCFCFC;
}
#cloudIntroduction .supremeFather .productAdvantages .defaultWidth .item-title-describe p a {
  color: #2190F9;
}
#cloudIntroduction .supremeFather .productAdvantages .defaultWidth .selectedTab {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
  margin-top: 100px;
}
#cloudIntroduction .supremeFather .productAdvantages .defaultWidth .selectedTab .item-tab:nth-child(2) img {
  width: 60px;
  height: 60px;
}
#cloudIntroduction .supremeFather .productAdvantages .defaultWidth .selectedTab .item-tab:nth-child(3) img {
  width: 65px;
  height: 70px;
}
#cloudIntroduction .supremeFather .productAdvantages .defaultWidth .selectedTab .item-tab:nth-child(4) img {
  width: 90px;
  height: 80px;
}
#cloudIntroduction .supremeFather .productAdvantages .defaultWidth .selectedTab .item-tab {
  padding: 40px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  text-align: center;
  box-shadow: 3px 2px 11px 1px rgba(0, 37, 138, 0.16);
  height: 430px;
  position: relative;
  overflow: hidden;
}
#cloudIntroduction .supremeFather .productAdvantages .defaultWidth .selectedTab .item-tab:hover {
  box-shadow: 0px 0px 50px 1px rgba(0, 37, 138, 0.2);
}
#cloudIntroduction .supremeFather .productAdvantages .defaultWidth .selectedTab .item-tab .backgroundImage {
  position: absolute;
  top: -100px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 145% !important;
  opacity: 0.35;
}
#cloudIntroduction .supremeFather .productAdvantages .defaultWidth .selectedTab .item-tab .headImage {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#cloudIntroduction .supremeFather .productAdvantages .defaultWidth .selectedTab .item-tab img {
  width: 70px;
  height: 70px;
}
#cloudIntroduction .supremeFather .productAdvantages .defaultWidth .selectedTab .item-tab .describe {
  color: #000;
  position: relative;
}
#cloudIntroduction .supremeFather .productAdvantages .defaultWidth .selectedTab .item-tab .describe span {
  font-size: 18px;
  margin: 30px 0 15px 0;
  display: block;
}
#cloudIntroduction .supremeFather .productAdvantages .defaultWidth .selectedTab .item-tab .describe p {
  text-align: left;
  font-size: 14px;
  line-height: 30px;
}
#cloudIntroduction .supremeFather .productFeatures .selectedTab {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 100px;
}
#cloudIntroduction .supremeFather .productFeatures .selectedTab .item-card {
  padding: 20px;
  box-shadow: 0px 4px 5px 1px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
#cloudIntroduction .supremeFather .productFeatures .selectedTab .item-card .avatarTitle {
  display: flex;
  align-items: center;
}
#cloudIntroduction .supremeFather .productFeatures .selectedTab .item-card .avatarTitle img {
  width: 50px;
  height: 50px;
}
#cloudIntroduction .supremeFather .productFeatures .selectedTab .item-card .avatarTitle span {
  font-size: 18px;
  margin-left: 10px;
}
#cloudIntroduction .supremeFather .productFeatures .selectedTab .item-card p {
  color: #515151;
  font-size: 14px;
  margin: 10px 0 20px 0;
}
#cloudIntroduction .supremeFather .productFeatures .selectedTab .item-card .label {
  font-weight: normal;
  display: inline;
  padding: 2px 15px;
  border: 1px solid #0080FF;
  color: #0080FF;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  font-size: 13px;
}
#cloudIntroduction .supremeFather .productFeatures .selectedTab .item-card .label:nth-of-type(3) {
  margin-left: 20px;
}
#cloudIntroduction .supremeFather .applicationScenarios {
  position: relative;
}
#cloudIntroduction .supremeFather .applicationScenarios .application {
  display: flex;
  justify-content: space-around;
}
#cloudIntroduction .supremeFather .applicationScenarios .application .switchTags {
  padding: 50px 0;
  width: 700px;
  display: flex;
  justify-content: space-around;
  font-size: 16px;
  position: relative;
}
#cloudIntroduction .supremeFather .applicationScenarios .application .switchTags .item-tab {
  cursor: pointer;
  font-size: 16px;
}
#cloudIntroduction .supremeFather .applicationScenarios .application .switchTags .navigationBar {
  position: absolute;
  bottom: 20px;
  height: 3px;
  background: #395EC1;
}
#cloudIntroduction .supremeFather .applicationScenarios .tagSwitchingContent {
  display: flex;
  align-items: center;
  height: 300px;
  padding-top: 65px;
}
#cloudIntroduction .supremeFather .applicationScenarios .tagSwitchingContent .leftSideDescription {
  position: relative;
  flex: 0.8;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#cloudIntroduction .supremeFather .applicationScenarios .tagSwitchingContent .leftSideDescription span {
  font-size: 22px;
  color: #fff;
}
#cloudIntroduction .supremeFather .applicationScenarios .tagSwitchingContent .leftSideDescription p {
  font-size: 14px;
  margin: 10px 0 40px 0;
  line-height: 2;
  color: #fff;
}
#cloudIntroduction .supremeFather .applicationScenarios .tagSwitchingContent .leftSideDescription a {
  display: block;
  width: 110px;
  height: 35px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid #fff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
#cloudIntroduction .supremeFather .applicationScenarios .tagSwitchingContent .leftSideDescription a:hover {
  background: #fff;
  color: #395EC1;
}
#cloudIntroduction .supremeFather .applicationScenarios .tagSwitchingContent .rightSideDescription {
  flex: 1;
  height: 200px;
  position: relative;
  overflow: hidden;
}
#cloudIntroduction .supremeFather .applicationScenarios .tagSwitchingContent .rightSideDescription .back {
  position: absolute;
  width: 300px;
  height: 300px;
  right: -76px;
  bottom: -100px;
  opacity: 0.5;
}
#cloudIntroduction .supremeFather .applicationScenarios .leftBackground {
  position: absolute;
  width: 60%;
  height: 43%;
  left: 0;
  bottom: 80px;
  z-index: -1;
  background: #395EC1;
  box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.16);
  -webkit-clip-path: polygon(0 1%, 100% 0%, 70% 100%, 0% 100%);
  clip-path: polygon(0 1%, 100% 0%, 70% 100%, 0% 100%);
}
#cloudIntroduction .supremeFather .applicationScenarios .rightSideDescription {
  background: #FFFFFF;
  box-shadow: 0px 3px 8px 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;
  display: flex;
  flex-direction: column;
  padding: 20px 80px;
}
#cloudIntroduction .supremeFather .applicationScenarios .rightSideDescription .first {
  display: flex;
  align-items: center;
  padding: 0 20px;
  padding-bottom: 20px;
}
#cloudIntroduction .supremeFather .applicationScenarios .rightSideDescription .first .imgs {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#cloudIntroduction .supremeFather .applicationScenarios .rightSideDescription .first .imgs img {
  width: 35px;
  height: 40px;
}
#cloudIntroduction .supremeFather .applicationScenarios .rightSideDescription .first div span {
  font-size: 18px;
}
#cloudIntroduction .supremeFather .applicationScenarios .rightSideDescription .first div p {
  font-size: 13px;
  margin-top: 10px;
}
#cloudIntroduction .supremeFather .applicationScenarios .rightSideDescription .first:nth-child(2) {
  border-top: 1px solid #B1B1B1;
  padding-top: 20px;
}
#cloudIntroduction .supremeFather .applicationScenarios .rightSideDescription .first:nth-child(2) .imgs img {
  width: 55px;
  height: 50px;
}
#cloudIntroduction .supremeFather .usageGuide {
  background: #F6F9FF;
}
#cloudIntroduction .supremeFather .usageGuide .guide {
  display: flex;
  gap: 20px;
}
#cloudIntroduction .supremeFather .usageGuide .guide .billingGuide {
  flex: 0.25;
  background: linear-gradient(to top, #FFFFFF 0%, #DFE8F0 100%);
  padding: 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: 0px 3px 5px 1px rgba(0, 42, 158, 0.16);
}
#cloudIntroduction .supremeFather .usageGuide .guide .billingGuide .headLabel span {
  font-size: 20px;
}
#cloudIntroduction .supremeFather .usageGuide .guide .billingGuide .headLabel p {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 20px;
}
#cloudIntroduction .supremeFather .usageGuide .guide .billingGuide .explain p {
  font-size: 15px;
  line-height: 40px;
}
#cloudIntroduction .supremeFather .usageGuide .guide .guideCategory {
  flex: 1;
}
#cloudIntroduction .supremeFather .usageGuide .guide .guideCategory .twoLinesInOneRow {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
#cloudIntroduction .supremeFather .usageGuide .guide .guideCategory .twoLinesInOneRow .item-thatSOk {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: 0px 3px 5px 1px rgba(0, 42, 158, 0.16);
}
#cloudIntroduction .supremeFather .usageGuide .guide .guideCategory .twoLinesInOneRow .item-thatSOk span {
  font-size: 20px;
}
#cloudIntroduction .supremeFather .usageGuide .guide .guideCategory .twoLinesInOneRow .item-thatSOk div {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#cloudIntroduction .supremeFather .usageGuide .guide .guideCategory .twoLinesInOneRow .item-thatSOk div p {
  font-size: 14px;
  line-height: 40px;
}
#cloudIntroduction .supremeFather .usageGuide .guide .guideCategory .twoLinesInOneRow .item-thatSOk div p:nth-child(2n) {
  display: flex;
  justify-content: flex-end;
}
#cloudIntroduction .supremeFather .usageGuide .guide .guideCategory .horizontalArrangement {
  padding: 30px;
  background-color: #fff;
  box-shadow: 0px 3px 5px 1px rgba(0, 42, 158, 0.16);
  margin-top: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
#cloudIntroduction .supremeFather .usageGuide .guide .guideCategory .horizontalArrangement span {
  font-size: 20px;
}
#cloudIntroduction .supremeFather .usageGuide .guide .guideCategory .horizontalArrangement p {
  font-size: 14px;
  margin-top: 10px;
}
#cloudIntroduction .supremeFather .usageGuide .guide .guideCategory .horizontalArrangement div {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
#cloudIntroduction .supremeFather .usageGuide .guide .guideCategory .horizontalArrangement div p {
  margin-top: 0;
}
#cloudIntroduction .supremeFather .usageGuide .guide .guideCategory .horizontalArrangement div a {
  color: #646464;
  position: relative;
  padding-right: 14px;
}
#cloudIntroduction .supremeFather .usageGuide .guide .guideCategory .horizontalArrangement div a::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid #959595;
  border-right: 1.5px solid #959595;
  transform: rotate(45deg);
  top: 6.5px;
  right: 0;
}
#cloudIntroduction .supremeFather .usageGuide .guide .guideCategory .horizontalArrangement div a:hover, #cloudIntroduction .supremeFather .usageGuide .guide .guideCategory .horizontalArrangement div a:hover::after {
  color: #0066CC;
  border-color: #0066CC;
}

@media (min-width: 769px) {
  .h5 {
    display: none;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .defaultWidth {
    padding: 5vw !important;
  }
  #cloudIntroduction .banner {
    height: 76vw !important;
    background-size: 350% 131% !important;
    background-position: -166vw -15vw !important;
  }
  #cloudIntroduction .banner .banner-title {
    font-size: 8vw;
  }
  #cloudIntroduction .banner p {
    padding-right: 0px;
    margin: 2vw 0 7vw 0;
    font-size: 4vw;
  }
  #cloudIntroduction .banner .sigh {
    width: 50vw;
    height: 7vw;
    padding: 0 0 0 3vw;
  }
  #cloudIntroduction .banner .sigh span {
    font-size: 3vw;
  }
  #cloudIntroduction .banner .buttonLayout {
    margin-top: 10vw;
    gap: 6vw;
  }
  #cloudIntroduction .banner .buttonLayout a {
    width: 30vw;
    height: 10vw;
    border-radius: 1vw;
    font-size: 3.5vw;
  }
  #cloudIntroduction .banner .buttonLayout a:nth-child(3) {
    display: none;
  }
  #cloudIntroduction .switchBar {
    display: none;
  }
  #cloudIntroduction .supremeFather .switchContent {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    background: #ebf2ff;
  }
  #cloudIntroduction .supremeFather .switchContent .eventNotification {
    padding: 5vw;
    background: #fff;
    border-radius: 2vw 2vw 0 0;
    -webkit-border-radius: 2vw 2vw 0 0;
    -moz-border-radius: 2vw 2vw 0 0;
    -ms-border-radius: 2vw 2vw 0 0;
    -o-border-radius: 2vw 2vw 0 0;
  }
  #cloudIntroduction .supremeFather .switchContent .eventNotification:not(:last-child) {
    margin-top: 5vw;
    border-bottom: 1.5px solid #EFEFEF;
  }
  #cloudIntroduction .supremeFather .switchContent .beginnersGuide {
    border-radius: 0 0 2vw 2vw;
    -webkit-border-radius: 0 0 2vw 2vw;
    -moz-border-radius: 0 0 2vw 2vw;
    -ms-border-radius: 0 0 2vw 2vw;
    -o-border-radius: 0 0 2vw 2vw;
  }
  #cloudIntroduction .supremeFather .switchContent .eventNotification .eventNotification-title span {
    font-size: 5vw;
  }
  #cloudIntroduction .supremeFather .switchContent .eventNotification .eventNotification-title sup {
    color: #FFFF00;
    background: #FF0000;
    width: 5vw;
    height: 2vw;
    font-size: 1.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 2vw 3vw;
  }
  #cloudIntroduction .supremeFather .switchContent .eventNotification .specificActivities {
    margin-top: 5w;
  }
  #cloudIntroduction .supremeFather .switchContent .eventNotification .specificActivities .currentActivity .activityTags {
    padding: 0;
    font-size: 3.5vw;
    width: 18vw;
    display: flex;
    height: 5vw;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 4vw;
  }
  #cloudIntroduction .supremeFather .switchContent .eventNotification .specificActivities .currentActivity a {
    font-size: 3.5vw;
  }
  #cloudIntroduction .supremeFather .selectedHotTopics .navigationSwitching {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10vw 0;
    margin: 0;
  }
  #cloudIntroduction .supremeFather .selectedHotTopics .navigationSwitching .item-change {
    font-size: 4vw;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
  }
  #cloudIntroduction .supremeFather .selectedHotTopics .navigationSwitching .item-change.active {
    border: 1.5px solid #1A8DFF;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
  }
  #cloudIntroduction .supremeFather .selectedHotTopics .navigationSwitching .outerRing {
    display: flex;
    border: 1px solid #000;
    width: 60vw;
    height: 10vw;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    align-items: center;
    justify-content: space-around;
  }
  #cloudIntroduction .supremeFather .selectedHotTopics .defaultWidth .selectedTab {
    margin-top: 10vw;
    grid-template-columns: repeat(2, 1fr);
    gap: 3vw;
  }
  #cloudIntroduction .supremeFather .selectedHotTopics {
    background: transparent;
  }
  #cloudIntroduction .supremeFather .selectedHotTopics .defaultWidth .selectedTab .item-tab {
    padding: 3vw;
    border-radius: 3vw;
    -webkit-border-radius: 3vw;
    -moz-border-radius: 3vw;
    -ms-border-radius: 3vw;
    -o-border-radius: 3vw;
    background-position: -31vw 0;
    box-shadow: none;
  }
  #cloudIntroduction .supremeFather .selectedHotTopics .defaultWidth .selectedTab .item-tab a {
    width: 31vw;
    height: 7.5vw;
    border-radius: 4vw;
    -webkit-border-radius: 4vw;
    -moz-border-radius: 4vw;
    -ms-border-radius: 4vw;
    -o-border-radius: 4vw;
    margin: 5vw auto 0 auto;
    font-size: 3.5vw;
  }
  #cloudIntroduction .supremeFather .selectedHotTopics .defaultWidth .selectedTab .item-tab .serviceOverview div p {
    font-size: 3.5vw;
    margin-left: 0;
    flex: 0.8;
  }
  #cloudIntroduction .supremeFather .selectedHotTopics .defaultWidth .selectedTab .item-tab .titleDescription span {
    font-size: 4.5vw;
    font-weight: 700;
  }
  #cloudIntroduction .supremeFather .selectedHotTopics .defaultWidth .selectedTab .item-tab .titleDescription p i {
    display: none;
  }
  #cloudIntroduction .supremeFather .selectedHotTopics .defaultWidth .selectedTab .item-tab .titleDescription p {
    font-size: 3vw;
    line-height: 4vw;
    margin-top: 2vw;
  }
  #cloudIntroduction .supremeFather .selectedHotTopics .defaultWidth .selectedTab .item-tab .serviceOverview div {
    line-height: 5vw;
  }
  #cloudIntroduction .supremeFather .selectedHotTopics .defaultWidth .selectedTab .item-tab .serviceOverview div span {
    font-size: 3.5vw;
    flex: 1;
  }
  #cloudIntroduction .supremeFather .selectedHotTopics .defaultWidth .selectedTab .item-tab .price span {
    font-size: 5vw;
    color: #006CD8;
  }
  #cloudIntroduction .supremeFather .selectedHotTopics .defaultWidth .selectedTab .item-tab .price span i {
    font-size: 6vw;
  }
  #cloudIntroduction .supremeFather .selectedHotTopics .defaultWidth .selectedTab .item-tab:hover {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  #cloudIntroduction .supremeFather .productAdvantages .defaultWidth .item-title-describe p {
    display: flex;
    flex-direction: row;
  }
  #cloudIntroduction .supremeFather .productAdvantages .defaultWidth .item-title-describe p a {
    display: block;
    font-size: 3.5vw;
    margin-left: 4vw;
  }
  #cloudIntroduction .supremeFather .productAdvantages .defaultWidth .selectedTab {
    grid-template-columns: repeat(2, 1fr);
    gap: 3vw;
    margin-top: 10vw;
  }
  #cloudIntroduction .supremeFather .productAdvantages .defaultWidth .selectedTab .item-tab {
    box-shadow: none;
    padding: 5vw 3vw;
    height: auto;
  }
  #cloudIntroduction .supremeFather .productAdvantages .defaultWidth .selectedTab .item-tab .describe span {
    font-size: 4.5vw;
    margin: 3vw 0 5vw 0;
  }
  #cloudIntroduction .supremeFather .productAdvantages .defaultWidth .selectedTab .item-tab .describe p {
    font-size: 3.5vw;
    line-height: 6vw;
  }
  #cloudIntroduction .supremeFather .productAdvantages .defaultWidth .selectedTab .item-tab img {
    width: 18vw;
    height: 18vw;
  }
  #cloudIntroduction .supremeFather .productAdvantages .defaultWidth .selectedTab .item-tab:nth-child(2) img {
    width: 14vw;
    height: 14vw;
  }
  #cloudIntroduction .supremeFather .productAdvantages .defaultWidth .selectedTab .item-tab:nth-child(3) img {
    width: 14vw;
    height: 15vw;
  }
  #cloudIntroduction .supremeFather .productAdvantages .defaultWidth .selectedTab .item-tab:nth-child(4) img {
    width: 17vw;
    height: 17vw;
  }
  #cloudIntroduction .supremeFather .productAdvantages .defaultWidth .selectedTab .item-tab .backgroundImage {
    top: -2vw;
  }
  #cloudIntroduction .supremeFather .productAdvantages {
    padding: 10vw 0 20vw 0;
  }
  #cloudIntroduction .supremeFather .productFeatures .selectedTab {
    grid-template-columns: repeat(1, 1fr);
    gap: 5vw;
    margin-top: 10vw;
  }
  #cloudIntroduction .supremeFather .productFeatures .selectedTab .item-card {
    padding: 4vw 5vw;
  }
  #cloudIntroduction .supremeFather .productFeatures .selectedTab .item-card .avatarTitle img {
    width: 15vw;
    height: 15vw;
  }
  #cloudIntroduction .supremeFather .productFeatures .selectedTab .item-card:nth-child(1),
  #cloudIntroduction .supremeFather .productFeatures .selectedTab .item-card:nth-child(4),
  #cloudIntroduction .supremeFather .productFeatures .selectedTab .item-card:nth-child(6) {
    display: none;
  }
  #cloudIntroduction .supremeFather .productFeatures .selectedTab .item-card .avatarTitle span {
    font-size: 4.4vw;
    margin-left: 3vw;
  }
  #cloudIntroduction .supremeFather .productFeatures .selectedTab .item-card p {
    font-size: 3.5vw;
    margin: 2vw 0 5vw 0;
  }
  #cloudIntroduction .supremeFather .productFeatures .selectedTab .item-card .label {
    padding: 0.3vw 3vw;
    font-size: 3.5vw;
  }
  #cloudIntroduction .supremeFather .productFeatures .selectedTab .item-card .label:nth-of-type(3) {
    margin-left: 3vw;
  }
  #cloudIntroduction .supremeFather .productFeatures .selectedTab .item-card {
    position: relative;
  }
  #cloudIntroduction .supremeFather .productFeatures .selectedTab .item-card .h5 {
    position: absolute;
    right: 7vw;
    bottom: 3vw;
    font-size: 3.5vw;
  }
  #cloudIntroduction .supremeFather .productFeatures .selectedTab .item-card .h5::after {
    content: "";
    position: absolute;
    width: 1.5vw;
    height: 1.5vw;
    border-top: 1.5px solid;
    transform: rotate(45deg);
    border-right: 1.5px solid;
    border-color: #707070;
    top: 1.6vw;
    right: -3vw;
  }
  #cloudIntroduction .supremeFather .applicationScenarios {
    display: none;
  }
  #cloudIntroduction .supremeFather .usageGuide .guide {
    gap: 3vw;
    margin-top: 10vw;
  }
  #cloudIntroduction .supremeFather .usageGuide .guide .guideCategory .twoLinesInOneRow {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  #cloudIntroduction .supremeFather .usageGuide .guide .billingGuide {
    background: #fff;
    box-shadow: none;
    flex: 1;
    padding: 5vw;
  }
  #cloudIntroduction .supremeFather .usageGuide .guide .guideCategory .twoLinesInOneRow .item-thatSOk {
    padding: 3vw;
    box-shadow: none;
    margin-top: 0 !important;
  }
  #cloudIntroduction .supremeFather .usageGuide .guide .billingGuide .headLabel p {
    display: none;
  }
  #cloudIntroduction .supremeFather .usageGuide .guide .billingGuide .explain {
    margin-top: 5vw;
  }
  #cloudIntroduction .supremeFather .usageGuide .guide .billingGuide .explain p {
    font-size: 4vw;
    line-height: 9vw;
  }
  #cloudIntroduction .supremeFather .usageGuide .guide .guideCategory .twoLinesInOneRow .item-thatSOk div {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 5vw;
  }
  #cloudIntroduction .supremeFather .switchContent .eventNotification .specificActivities .currentActivity {
    align-items: normal;
  }
  #cloudIntroduction .supremeFather .usageGuide .guide .guideCategory .twoLinesInOneRow .item-thatSOk div p {
    font-size: 4vw;
    line-height: 9vw;
  }
  #cloudIntroduction .supremeFather .usageGuide .guide .guideCategory .horizontalArrangement {
    padding: 3vw;
    box-shadow: none;
    margin-top: 3vw;
  }
  #cloudIntroduction .supremeFather .usageGuide .guide .guideCategory .horizontalArrangement div a {
    display: none;
  }
  #cloudIntroduction .supremeFather .usageGuide .guide .guideCategory .horizontalArrangement p {
    display: none;
  }
  #cloudIntroduction .supremeFather .usageGuide .guide .guideCategory .horizontalArrangement div p {
    display: block;
    font-size: 4vw;
    white-space: pre;
  }
  #cloudIntroduction .supremeFather .usageGuide .guide .billingGuide .headLabel span,
  #cloudIntroduction .supremeFather .usageGuide .guide .guideCategory .twoLinesInOneRow .item-thatSOk span,
  #cloudIntroduction .supremeFather .usageGuide .guide .guideCategory .horizontalArrangement span {
    font-size: 6vw;
  }
  #cloudIntroduction .supremeFather .usageGuide {
    padding-top: 10vw;
  }
  .usageGuide .h5 {
    background: #fff;
    padding: 5vw;
  }
  .usageGuide .item-thatSOk {
    margin-top: 5vw !important;
  }
  .usageGuide .h5:not(:last-child) {
    margin: 5vw 0;
  }
  .usageGuide .h5 span {
    font-size: 6vw;
  }
  .usageGuide .h5 div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 4vw;
    font-size: 4vw;
    line-height: 7vw;
  }
}

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