.s1-financial .s1-banner {
  background: url("/web/shiwaicloud/s1-file/assets/img/website/banner.jpg") no-repeat center;
  background-size: cover;
  box-shadow: 0px 0px 0px 3px rgba(66, 153, 225, 0.6);
}
.s1-financial .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-financial .s1-banner .s1-defaultWidth .s1-bannerTitle p {
  font-size: 20px;
  color: #3D3D3D;
}
.s1-financial .s1-banner .s1-defaultWidth .s1-bannerTitle .s1-button a {
  width: 200px;
  height: 60px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: normal;
  background-color: #f3b019;
  border-radius: 4px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4), 0px 7px 13px -3px rgba(0, 0, 0, 0.3), inset 0px -3px 0px 0px rgba(0, 0, 0, 0.2);
}
.s1-financial .s1-banner .s1-defaultWidth .s1-bannerTitle .s1-button a:hover {
  background-color: #d59606;
  transform: translateY(-5px);
}
@media (max-width: 768px) {
  .s1-financial .s1-banner .s1-defaultWidth .s1-bannerTitle {
    justify-content: center;
  }
  .s1-financial .s1-banner .s1-defaultWidth .s1-bannerTitle span {
    margin-bottom: 5vw;
    font-size: 10vw;
    letter-spacing: 2vw;
    display: flex;
  }
  .s1-financial .s1-banner .s1-defaultWidth .s1-bannerTitle p {
    width: 86%;
    font-size: 3.5vw;
    line-height: 6vw;
    -webkit-line-clamp: 3;
  }
  .s1-financial .s1-banner .s1-defaultWidth .s1-bannerTitle .s1-button a {
    width: 25vw;
    height: 10vw;
    font-size: 3.5vw;
  }
}
.s1-financial .s1-websiteCloud .s1-defaultWidth .s1-currentSection .s1-navSwitch {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 110px;
}
.s1-financial .s1-websiteCloud .s1-defaultWidth .s1-currentSection .s1-navSwitch .s1-itemSelect {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.s1-financial .s1-websiteCloud .s1-defaultWidth .s1-currentSection .s1-navSwitch .s1-itemSelect .s1-contain {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: 0px 2px 5px -1px rgba(50, 50, 93, 0.25), 0px 1px 3px -1px rgba(0, 0, 0, 0.3);
  background-color: white;
  color: #4589FD;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.s1-financial .s1-websiteCloud .s1-defaultWidth .s1-currentSection .s1-navSwitch .s1-itemSelect .s1-contain:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}
.s1-financial .s1-websiteCloud .s1-defaultWidth .s1-currentSection .s1-navSwitch .s1-itemSelect span {
  font-weight: bold;
  font-size: 20px;
}
.s1-financial .s1-websiteCloud .s1-defaultWidth .s1-currentSection .s1-navSwitch .s1-itemSelect .s1-selects {
  background-color: #4589FD;
  color: white;
}
.s1-financial .s1-websiteCloud .s1-defaultWidth .s1-currentSection .s1-speedOfProgress {
  margin: 30px auto 60px auto;
  width: 800px;
  height: 2px;
  background-color: #4589FD;
  position: relative;
}
.s1-financial .s1-websiteCloud .s1-defaultWidth .s1-currentSection .s1-speedOfProgress .s1-indicatorPoint {
  position: absolute;
  left: 86px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #4589FD;
}
.s1-financial .s1-websiteCloud .s1-defaultWidth .s1-currentSection .s1-displayText {
  width: 740px;
  margin: 0 auto;
  margin-top: 40px;
  font-size: 18px;
  color: #3D3D3D;
  line-height: 36px;
  letter-spacing: 2px;
  text-align: center;
}
@keyframes textEntry {
  0% {
    opacity: 0;
    filter: blur(20px);
    -webkit-filter: blur(20px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
    -webkit-filter: blur(0px);
  }
}
.s1-financial .s1-websiteCloud .s1-defaultWidth .s1-currentSection .s1-itemDisplay {
  animation: textEntry 0.5s ease-in-out;
  -webkit-animation: textEntry 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .s1-financial .s1-websiteCloud .s1-defaultWidth .s1-currentSection .s1-navSwitch {
    justify-content: space-between;
    gap: 5vw;
  }
  .s1-financial .s1-websiteCloud .s1-defaultWidth .s1-currentSection .s1-navSwitch .s1-itemSelect {
    gap: 2vw;
  }
  .s1-financial .s1-websiteCloud .s1-defaultWidth .s1-currentSection .s1-navSwitch .s1-itemSelect .s1-contain {
    width: 15vw;
    height: 15vw;
  }
  .s1-financial .s1-websiteCloud .s1-defaultWidth .s1-currentSection .s1-navSwitch .s1-itemSelect span {
    font-size: 4vw;
  }
  .s1-financial .s1-websiteCloud .s1-defaultWidth .s1-currentSection .s1-speedOfProgress {
    margin: 5vw auto 7vw auto;
    width: 100%;
    height: 2px;
  }
  .s1-financial .s1-websiteCloud .s1-defaultWidth .s1-currentSection .s1-speedOfProgress .s1-indicatorPoint {
    position: absolute;
    left: 6vw;
    width: 3vw;
    height: 3vw;
  }
  .s1-financial .s1-websiteCloud .s1-defaultWidth .s1-currentSection .s1-displayText {
    width: 100%;
    margin-top: 5vw;
    font-size: 3vw;
    line-height: 6vw;
    letter-spacing: 1vw;
  }
}
.s1-financial .s1-solution .s1-defaultWidth .s1-currentSection {
  display: flex;
  gap: 50px;
}
.s1-financial .s1-solution .s1-defaultWidth .s1-currentSection .s1-leftTextDescription {
  flex: 0.35;
}
.s1-financial .s1-solution .s1-defaultWidth .s1-currentSection .s1-leftTextDescription span {
  display: flex;
  font-size: 30px;
  color: white;
  height: 54px;
  background-color: #4589FD;
  border-radius: 4px;
  line-height: 52px;
  padding-left: 14px;
}
.s1-financial .s1-solution .s1-defaultWidth .s1-currentSection .s1-leftTextDescription p {
  font-size: 17px;
  font-weight: 500;
  color: #5C5C5C;
  line-height: 40px;
  letter-spacing: 3px;
  margin-top: 20px;
}
.s1-financial .s1-solution .s1-defaultWidth .s1-currentSection .s1-pureImage {
  flex: 0.65;
}
@media (max-width: 768px) {
  .s1-financial .s1-solution .s1-defaultWidth .s1-currentSection {
    display: flex;
    flex-direction: column;
    gap: 5vw;
  }
  .s1-financial .s1-solution .s1-defaultWidth .s1-currentSection .s1-leftTextDescription {
    flex: 0.3;
  }
  .s1-financial .s1-solution .s1-defaultWidth .s1-currentSection .s1-leftTextDescription span {
    font-size: 5vw;
    height: 12vw;
    border-radius: 1vw;
    line-height: 12vw;
    padding-left: 5vw;
  }
  .s1-financial .s1-solution .s1-defaultWidth .s1-currentSection .s1-leftTextDescription p {
    font-size: 3.5vw;
    line-height: 6vw;
    letter-spacing: 1vw;
    margin-top: 3vw;
  }
  .s1-financial .s1-solution .s1-defaultWidth .s1-currentSection .s1-pureImage {
    flex: 0.7;
  }
  .s1-financial .s1-solution .s1-defaultWidth .s1-currentSection .s1-pureImage img {
    width: 100%;
  }
}
.s1-financial .s1-websiteCloudService .s1-defaultWidth .s1-currentSection {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.s1-financial .s1-websiteCloudService .s1-defaultWidth .s1-currentSection .s1-itemTab {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16), 0px 3px 6px 0px rgba(0, 0, 0, 0.23);
  border-radius: 14px;
  background: url("/web/shiwaicloud/s1-file/assets/img/website/youshi_beijing.png") no-repeat center;
  background-size: cover;
  height: 390px;
}
.s1-financial .s1-websiteCloudService .s1-defaultWidth .s1-currentSection .s1-itemTab .s1-iconTitle {
  height: 130px;
  border-radius: 14px 14px 0 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-image: linear-gradient(to bottom right, #ECF4FF, white);
  border: 3px solid white;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.s1-financial .s1-websiteCloudService .s1-defaultWidth .s1-currentSection .s1-itemTab .s1-iconTitle span {
  font-size: 32px;
  font-weight: bold;
}
.s1-financial .s1-websiteCloudService .s1-defaultWidth .s1-currentSection .s1-itemTab p {
  line-height: 38px;
  letter-spacing: 2px;
  font-size: 20px;
  color: #5C5C5C;
  padding: 20px 30px;
}
@media (max-width: 768px) {
  .s1-financial .s1-websiteCloudService .s1-defaultWidth .s1-currentSection {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 4vw;
  }
  .s1-financial .s1-websiteCloudService .s1-defaultWidth .s1-currentSection .s1-itemTab {
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16), 0px 3px 6px 0px rgba(0, 0, 0, 0.23);
    border-radius: 2vw;
    -webkit-border-radius: 2vw;
    -moz-border-radius: 2vw;
    -ms-border-radius: 2vw;
    -o-border-radius: 2vw;
    background: url("/web/shiwaicloud/s1-file/assets/img/website/youshi_beijing.png") no-repeat center;
    background-size: cover;
    height: auto;
  }
  .s1-financial .s1-websiteCloudService .s1-defaultWidth .s1-currentSection .s1-itemTab .s1-iconTitle {
    height: 15vw;
  }
  .s1-financial .s1-websiteCloudService .s1-defaultWidth .s1-currentSection .s1-itemTab .s1-iconTitle span {
    font-size: 5vw;
  }
  .s1-financial .s1-websiteCloudService .s1-defaultWidth .s1-currentSection .s1-itemTab .s1-iconTitle img {
    width: 16vw;
    height: 10vw;
  }
  .s1-financial .s1-websiteCloudService .s1-defaultWidth .s1-currentSection .s1-itemTab p {
    line-height: 6vw;
    letter-spacing: 1vw;
    font-size: 3.5vw;
    color: #5C5C5C;
    padding: 5vw;
  }
}
.s1-financial .s1-submitForm {
  background: url("/web/shiwaicloud/s1-file/assets/img/website/e_commerce_11.png") no-repeat center;
  background-size: cover;
}
.s1-financial .s1-submitForm .s1-defaultWidth {
  display: flex;
  align-items: center;
}
.s1-financial .s1-submitForm .s1-defaultWidth .s1-submitTitle {
  flex: 0.3;
}
.s1-financial .s1-submitForm .s1-defaultWidth .s1-submitTitle span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 38px;
}
.s1-financial .s1-submitForm .s1-defaultWidth .solution-contact {
  flex: 0.7;
  padding: 40px;
  background: #fff;
  border-radius: 3px;
}
.s1-financial .s1-submitForm .s1-defaultWidth .solution-contact span {
  margin-bottom: 40px;
  font-size: 20px;
  display: block;
  text-align: center;
}
.s1-financial .s1-submitForm .s1-defaultWidth .solution-contact .form-horizontal {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.s1-financial .s1-submitForm .s1-defaultWidth .solution-contact .form-horizontal .fboxRow {
  display: flex;
}
.s1-financial .s1-submitForm .s1-defaultWidth .solution-contact .form-horizontal .fboxRow .form-group {
  display: flex;
  align-items: center;
  width: 100%;
}
.s1-financial .s1-submitForm .s1-defaultWidth .solution-contact .form-horizontal .fboxRow .form-group .col-sm-4 {
  color: rgba(0, 0, 0, 0.6);
  padding: 7px 15px;
  margin-bottom: 0;
  text-align: right;
  width: 33.33333333%;
  font-weight: bold;
}
.s1-financial .s1-submitForm .s1-defaultWidth .solution-contact .form-horizontal .fboxRow .form-group .col-sm-8 {
  width: 66.66666667%;
}
.s1-financial .s1-submitForm .s1-defaultWidth .solution-contact .form-horizontal .fboxRow .form-group .col-sm-8 .form-control {
  background: #f7f8f9;
  border: 1px solid #e6eaed;
  resize: none;
  width: 100%;
  box-shadow: none;
  height: 34px;
  padding: 6px 12px;
  border-radius: 4px;
}
.s1-financial .s1-submitForm .s1-defaultWidth .solution-contact .form-horizontal .fboxRow .form-group .col-sm-8 .form-control:focus {
  border-color: #2196F3;
}
.s1-financial .s1-submitForm .s1-defaultWidth .solution-contact .form-horizontal .form-group {
  display: flex;
}
.s1-financial .s1-submitForm .s1-defaultWidth .solution-contact .form-horizontal .form-group .col-sm-2 {
  color: rgba(0, 0, 0, 0.6);
  padding: 7px 15px;
  margin-bottom: 0;
  text-align: right;
  width: 19.366667%;
  font-weight: bold;
}
.s1-financial .s1-submitForm .s1-defaultWidth .solution-contact .form-horizontal .form-group .col-sm-10 {
  width: 100%;
}
.s1-financial .s1-submitForm .s1-defaultWidth .solution-contact .form-horizontal .form-group .form-control {
  background: #f7f8f9;
  border: 1px solid #e6eaed;
  resize: none;
  width: 100%;
  box-shadow: none;
  height: 34px;
  padding: 6px 12px;
  border-radius: 4px;
  height: auto;
  outline: none;
}
.s1-financial .s1-submitForm .s1-defaultWidth .solution-contact .form-horizontal .form-group .form-control:focus {
  border-color: #2196F3;
}
.s1-financial .s1-submitForm .s1-defaultWidth .solution-contact .form-horizontal .mt-30 .col-sm-offset-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.s1-financial .s1-submitForm .s1-defaultWidth .solution-contact .form-horizontal .mt-30 .col-sm-offset-2 .btn-dark {
  background: #4589fd;
  outline: none;
  color: #fff;
  padding: 8px 46px;
  opacity: 1;
  border-radius: 5px;
  cursor: pointer;
  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-financial .s1-submitForm {
    background: url("/web/shiwaicloud/s1-file/assets/img/website/e_commerce_11.png") no-repeat center;
    background-size: cover;
  }
  .s1-financial .s1-submitForm .s1-defaultWidth {
    display: flex;
    align-items: center;
  }
  .s1-financial .s1-submitForm .s1-defaultWidth .s1-submitTitle {
    display: none;
  }
  .s1-financial .s1-submitForm .s1-defaultWidth .solution-contact {
    width: 100%;
    flex: 1;
    padding: 5vw;
    border-radius: 1vw;
  }
  .s1-financial .s1-submitForm .s1-defaultWidth .solution-contact span {
    margin-bottom: 7vw;
    font-size: 4.5vw;
  }
  .s1-financial .s1-submitForm .s1-defaultWidth .solution-contact .form-horizontal {
    display: flex;
    flex-direction: column;
    gap: 2vw;
  }
  .s1-financial .s1-submitForm .s1-defaultWidth .solution-contact .form-horizontal .fboxRow {
    display: flex;
    gap: 4vw;
  }
  .s1-financial .s1-submitForm .s1-defaultWidth .solution-contact .form-horizontal .fboxRow .form-group {
    display: flex;
    align-items: flex-start;
    width: 100%;
    flex-direction: column;
  }
  .s1-financial .s1-submitForm .s1-defaultWidth .solution-contact .form-horizontal .fboxRow .form-group .col-sm-4 {
    color: rgba(0, 0, 0, 0.6);
    padding: 3vw 0;
    margin-bottom: 0;
    text-align: left;
    width: 100%;
    font-weight: bold;
  }
  .s1-financial .s1-submitForm .s1-defaultWidth .solution-contact .form-horizontal .fboxRow .form-group .col-sm-8 {
    width: 100%;
  }
  .s1-financial .s1-submitForm .s1-defaultWidth .solution-contact .form-horizontal .fboxRow .form-group .col-sm-8 .form-control {
    background: #f7f8f9;
    border: 1px solid #e6eaed;
    resize: none;
    width: 100%;
    box-shadow: none;
    height: 8vw;
    padding: 1vw 3vw;
    border-radius: 1vw;
  }
  .s1-financial .s1-submitForm .s1-defaultWidth .solution-contact .form-horizontal .form-group {
    display: flex;
    flex-direction: column;
  }
  .s1-financial .s1-submitForm .s1-defaultWidth .solution-contact .form-horizontal .form-group .col-sm-2 {
    padding: 3vw 0;
    margin-bottom: 0;
    text-align: left;
    width: 100%;
  }
  .s1-financial .s1-submitForm .s1-defaultWidth .solution-contact .form-horizontal .form-group .col-sm-10 {
    width: 100%;
  }
  .s1-financial .s1-submitForm .s1-defaultWidth .solution-contact .form-horizontal .form-group .form-control {
    padding: 2vw 5vw;
    border-radius: 1vw;
  }
  .s1-financial .s1-submitForm .s1-defaultWidth .solution-contact .form-horizontal .form-group .form-control:focus {
    border-color: #2196F3;
  }
  .s1-financial .s1-submitForm .s1-defaultWidth .solution-contact .form-horizontal .mt-30 .col-sm-offset-2 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .s1-financial .s1-submitForm .s1-defaultWidth .solution-contact .form-horizontal .mt-30 .col-sm-offset-2 .btn-dark {
    background: #4589fd;
    outline: none;
    color: #fff;
    padding: 2vw 10vw;
    border-radius: 1vw;
  }
}

.alert-container {
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  width: 300px;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  background-color: rgb(223, 240, 216);
  color: rgb(63, 120, 63);
  border-radius: 5px;
}
.alert-container .alert-dismissible {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.alert-container .alert-dismissible button {
  background-color: rgb(223, 240, 216);
}
.alert-container .alert-dismissible button span {
  color: rgb(190, 216, 185);
  font-size: 20px;
}

@media (max-width: 768px) {
  .alert-container {
    width: 70%;
  }
  .alert-container .alert-dismissible {
    padding: 3vw;
  }
  .alert-container .alert-dismissible button span {
    font-size: 4vw;
  }
}

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