@charset "UTF-8";
#websiteSolution .banner {
  position: relative;
}
#websiteSolution .banner .defaultWidth p {
  padding-right: 620px;
}
#websiteSolution .navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  width: 100%;
  background: #fff;
  border-bottom: 2px solid #E2E2E2;
  position: relative;
}
#websiteSolution .navigation .item-switchTags {
  margin: 0 70px;
  text-align: center;
}
#websiteSolution .navigation .item-switchTags a {
  display: flex;
  width: 100%;
  height: 100%;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}
#websiteSolution .navigation .underline {
  height: 3px;
  background-color: #2190F9;
  width: 140px;
  position: absolute;
  bottom: 0;
  left: 435px;
}
#websiteSolution .navigation.fixed {
  position: fixed;
  top: 0;
  animation: slideDown 0.5s ease forwards;
  z-index: 999;
}
@keyframes slideDown {
  from {
    top: -100px;
    /* 起始位置 */
  }
  to {
    top: 80px;
    /* 结束位置 */
  }
}
#websiteSolution .globalSpacing {
  padding: 100px 0;
}
#websiteSolution .advantagesOfThePlan .selectedTab {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
  margin-top: 100px;
}
#websiteSolution .advantagesOfThePlan .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;
}
#websiteSolution .advantagesOfThePlan .selectedTab .item-tab:hover {
  box-shadow: 0px 0px 50px 1px rgba(0, 37, 138, 0.2);
}
#websiteSolution .advantagesOfThePlan .selectedTab .item-tab .backgroundImage {
  position: absolute;
  top: -123px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 145% !important;
  z-index: -1;
  opacity: 0.35;
}
#websiteSolution .advantagesOfThePlan .selectedTab .item-tab .headImage {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
#websiteSolution .advantagesOfThePlan .selectedTab .item-tab .headImage img {
  width: 700%;
  height: 600%;
  position: absolute;
  left: -321px;
  top: -24px;
}
#websiteSolution .advantagesOfThePlan .selectedTab .item-tab img {
  width: 70px;
  height: 70px;
}
#websiteSolution .advantagesOfThePlan .selectedTab .item-tab .describe span {
  font-size: 18px;
  margin: 30px 0 15px 0;
  display: block;
}
#websiteSolution .advantagesOfThePlan .selectedTab .item-tab .describe p {
  text-align: left;
  font-size: 14px;
  line-height: 25px;
}
#websiteSolution .advantagesOfThePlan .selectedTab .item-tab:nth-child(2) .headImage img {
  width: 700%;
  height: 600%;
  position: absolute;
  left: -246px;
  top: -262px;
}
#websiteSolution .advantagesOfThePlan .selectedTab .item-tab:nth-child(3) .headImage img {
  width: 700%;
  height: 600%;
  position: absolute;
  left: -97px;
  top: -109px;
}
#websiteSolution .advantagesOfThePlan .selectedTab .item-tab:nth-child(4) .headImage img {
  width: 700%;
  height: 600%;
  position: absolute;
  left: -22px;
  top: -106px;
}
#websiteSolution .theProblemsFacedByWebsiteCloud .facingProblems {
  display: flex;
  gap: 30px;
}
#websiteSolution .theProblemsFacedByWebsiteCloud .facingProblems .modelSelection {
  box-shadow: 2px 4px 6px #f0f0f0;
  border-radius: 5px;
  flex: 0.24;
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: url("/public/web/shiwaicloud/assets/solution/back3.png") no-repeat center;
  background-size: cover;
}
#websiteSolution .theProblemsFacedByWebsiteCloud .facingProblems .modelSelection .labelImage {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#websiteSolution .theProblemsFacedByWebsiteCloud .facingProblems .modelSelection .labelImage img {
  width: 50px;
  height: 50px;
  filter: brightness(0);
}
#websiteSolution .theProblemsFacedByWebsiteCloud .facingProblems .modelSelection .labelImage span {
  font-size: 20px;
  color: #0045FF;
  margin: 20px 0;
}
#websiteSolution .theProblemsFacedByWebsiteCloud .facingProblems .modelSelection p {
  font-size: 15px;
  line-height: 30px;
}
#websiteSolution .theProblemsFacedByWebsiteCloud .facingProblems .verticalColumn {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
#websiteSolution .theProblemsFacedByWebsiteCloud .facingProblems .verticalColumn .item-problem {
  padding: 20px 30px;
  box-shadow: 2px 4px 6px #f0f0f0;
}
#websiteSolution .theProblemsFacedByWebsiteCloud .facingProblems .verticalColumn .item-problem .labelImage {
  display: flex;
  align-items: center;
}
#websiteSolution .theProblemsFacedByWebsiteCloud .facingProblems .verticalColumn .item-problem .labelImage img {
  width: 40px;
  height: 40px;
  filter: brightness(0);
}
#websiteSolution .theProblemsFacedByWebsiteCloud .facingProblems .verticalColumn .item-problem .labelImage span {
  font-size: 20px;
}
#websiteSolution .theProblemsFacedByWebsiteCloud .facingProblems .verticalColumn .item-problem p {
  font-size: 15px;
  margin-top: 10px;
  line-height: 25px;
}
#websiteSolution .theProblemsFacedByWebsiteCloud .facingProblems .verticalColumn .item-problem:nth-child(1) {
  background: url("/public/web/shiwaicloud/assets/solution/back11.png") no-repeat center;
  background-size: 105%;
}
#websiteSolution .theProblemsFacedByWebsiteCloud .facingProblems .verticalColumn .item-problem:nth-child(2) {
  background: url("/public/web/shiwaicloud/assets/solution/back4.png") no-repeat center;
  background-size: 105%;
}
#websiteSolution .theProblemsFacedByWebsiteCloud .facingProblems .verticalColumn .item-problem:nth-child(3) {
  background: url("/public/web/shiwaicloud/assets/solution/back2.png") no-repeat center;
  background-size: 105%;
}
#websiteSolution .schemeArchitecture {
  background: #F6F9FF;
}
#websiteSolution .schemeArchitecture .framework {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
#websiteSolution .schemeArchitecture .framework img {
  width: 100%;
  height: 100%;
  flex: 1;
}
#websiteSolution .schemeArchitecture .framework .architectureDescription {
  height: 500px;
  padding: 30px;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  flex: 0.25;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
#websiteSolution .schemeArchitecture .framework .architectureDescription span {
  font-size: 20px;
  display: block;
  text-align: center;
}
#websiteSolution .schemeArchitecture .framework .architectureDescription p {
  font-size: 15px;
  line-height: 35px;
  margin-top: 30px;
}
#websiteSolution .cooperativePartner .cooperation .partnerLogo {
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 150px;
  padding: 30px;
}
#websiteSolution .cooperativePartner .cooperation .partnerLogo .upperPart {
  display: flex;
  width: 100%;
}
#websiteSolution .cooperativePartner .cooperation .partnerLogo .item-partner {
  height: 90px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#websiteSolution .cooperativePartner .cooperation .partnerLogo .item-partner img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
#websiteSolution .cooperativePartner .cooperation .partnerLogo .item-partner:hover img {
  transform: scale(1.1);
}
#websiteSolution .cooperativePartner .cooperation .partnerLogo .item-partner:not(:last-child) {
  border-right: 1px solid #E2E2E2;
}
#websiteSolution .cooperativePartner .cooperation .partnerLogo .upperPart:nth-child(1) {
  border-right: 1px solid #E2E2E2;
}
#websiteSolution .cooperativePartner .cooperation .partnerLogo .upperPart:nth-child(2) .item-partner:nth-child(1) img {
  width: 160%;
  height: 160%;
}
#websiteSolution .cooperativePartner .cooperation .partnerLogo .upperPart:nth-child(2) .item-partner:nth-child(2) img {
  width: 80%;
  height: 90%;
}
#websiteSolution .VIPcustomerService .customerService {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
#websiteSolution .VIPcustomerService .customerService .item-serviceItems {
  padding: 30px;
}
#websiteSolution .VIPcustomerService .customerService .item-serviceItems .titleImage {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#websiteSolution .VIPcustomerService .customerService .item-serviceItems .titleImage img {
  width: 40px;
  height: 40px;
}
#websiteSolution .VIPcustomerService .customerService .item-serviceItems .titleImage span {
  font-size: 20px;
  display: block;
  margin: 25px 0;
}
#websiteSolution .VIPcustomerService .customerService .item-serviceItems .text {
  text-align: center;
  font-size: 15px;
  line-height: 25px;
}

@media (max-width: 768px) {
  #websiteSolution .banner {
    background-size: 300% 110% !important;
    background-position: -138vw 0vw !important;
  }
  #websiteSolution .globalSpacing {
    padding: 10vw 0;
  }
  #websiteSolution .banner .defaultWidth p {
    padding-right: 20vw;
  }
  #websiteSolution .banner .navigation {
    display: none;
  }
  .banner p {
    margin: 6vw 0 7vw 0 !important;
  }
  #websiteSolution .advantagesOfThePlan .selectedTab {
    grid-template-columns: repeat(2, 1fr);
    gap: 3vw;
    margin-top: 10vw;
  }
  #websiteSolution .advantagesOfThePlan .selectedTab .item-tab {
    padding: 4vw;
    box-shadow: none;
    border-radius: 3vw;
    -webkit-border-radius: 3vw;
    -moz-border-radius: 3vw;
    -ms-border-radius: 3vw;
    -o-border-radius: 3vw;
    height: auto;
  }
  #websiteSolution .advantagesOfThePlan .selectedTab .item-tab .headImage {
    width: 20vw;
    height: 20vw;
  }
  #websiteSolution .advantagesOfThePlan .selectedTab .item-tab .headImage img {
    left: -92vw;
    top: -6vw;
  }
  #websiteSolution .advantagesOfThePlan .selectedTab .item-tab:nth-child(2) .headImage img {
    left: -70vw;
    top: -74vw;
  }
  #websiteSolution .advantagesOfThePlan .selectedTab .item-tab:nth-child(3) .headImage img {
    left: -28vw;
    top: -30vw;
  }
  #websiteSolution .advantagesOfThePlan .selectedTab .item-tab:hover {
    box-shadow: none;
  }
  #websiteSolution .advantagesOfThePlan .selectedTab .item-tab:nth-child(4) .headImage img {
    left: -6vw;
    top: -30vw;
  }
  #websiteSolution .advantagesOfThePlan .selectedTab .item-tab .describe span {
    font-size: 5vw;
    margin: 5vw 0;
  }
  #websiteSolution .advantagesOfThePlan .selectedTab .item-tab .describe p {
    font-size: 4vw;
    line-height: 7vw;
  }
  #websiteSolution .advantagesOfThePlan .selectedTab .item-tab .backgroundImage {
    top: 0;
  }
  #websiteSolution .theProblemsFacedByWebsiteCloud .facingProblems .modelSelection {
    display: none;
  }
  #websiteSolution .theProblemsFacedByWebsiteCloud .facingProblems .verticalColumn {
    gap: 5vw;
  }
  #websiteSolution .theProblemsFacedByWebsiteCloud .facingProblems .verticalColumn .item-problem .labelImage img {
    width: 7vw;
    height: 7vw;
  }
  #websiteSolution .theProblemsFacedByWebsiteCloud .facingProblems .verticalColumn .item-problem .labelImage span {
    font-size: 4.5vw;
    margin-left: 2vw;
  }
  #websiteSolution .theProblemsFacedByWebsiteCloud .facingProblems .verticalColumn .item-problem {
    padding: 5vw;
  }
  #websiteSolution .theProblemsFacedByWebsiteCloud .facingProblems .verticalColumn .item-problem p {
    font-size: 3vw;
    margin-top: 3vw;
    line-height: 6vw;
  }
  #websiteSolution .schemeArchitecture .framework {
    gap: 5vw;
    flex-direction: column-reverse;
  }
  #websiteSolution .schemeArchitecture .framework .architectureDescription {
    height: auto;
    padding: 5vw;
    box-shadow: none;
  }
  #websiteSolution .schemeArchitecture .framework .architectureDescription span {
    font-size: 5vw;
  }
  #websiteSolution .schemeArchitecture .framework .architectureDescription p {
    font-size: 3.5vw;
    line-height: 7vw;
    margin-top: 4vw;
  }
  #websiteSolution .cooperativePartner .cooperation .partnerLogo {
    display: flex;
    gap: 5vw 0;
    padding: 5vw;
    height: auto;
    box-shadow: none;
    flex-direction: column;
  }
  #websiteSolution .cooperativePartner .cooperation .partnerLogo .item-partner:not(:last-child) {
    border: none;
  }
  #websiteSolution .cooperativePartner .cooperation .partnerLogo .item-partner:nth-child(2n-1) {
    border: none;
  }
  #websiteSolution .cooperativePartner .cooperation .partnerLogo .upperPart:nth-child(1) {
    border: none;
  }
  #websiteSolution .cooperativePartner .cooperation .partnerLogo .upperPart {
    box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.16);
    overflow: hidden;
  }
  #websiteSolution .cooperativePartner .cooperation .partnerLogo .upperPart:nth-child(2) .item-partner:nth-child(1) img {
    height: 140%;
    width: 113%;
  }
  #websiteSolution .cooperativePartner .cooperation .partnerLogo .upperPart:nth-child(2) .item-partner:nth-child(2) img {
    width: 110%;
    height: 100%;
  }
  .VIPcustomerService {
    display: none;
  }
  #websiteSolution .cooperativePartner .cooperation .partnerLogo {
    background: transparent;
  }
  #websiteSolution .cooperativePartner .cooperation .partnerLogo .upperPart:nth-child(1) {
    background: #fff;
  }
  .cooperativePartner {
    background-color: rgb(252, 252, 252);
  }
}

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