.s4-outermostPeriphery .banner-document {
  background: url("/web/shiwaicloud/s4-file/assets/img/document/banner.png") no-repeat center;
  background-size: cover;
}
.s4-outermostPeriphery .banner-document .section-content {
  padding: 160px 20px;
}
.s4-outermostPeriphery .banner-document .section-content h1 {
  font-weight: 700;
  font-size: 34px;
}
.s4-outermostPeriphery .banner-document .section-content .server-banner-desc2 {
  color: #555555;
}
.s4-outermostPeriphery .banner-document .section-content .input-search {
  position: relative;
}
.s4-outermostPeriphery .banner-document .section-content .input-search .s4-searchIcon {
  position: absolute;
  background: url("/web/shiwaicloud/s4-file/assets/img/header/search.png") no-repeat center;
  background-size: cover;
  width: 25px;
  top: 47px;
  height: 25px;
  left: 16px;
}
.s4-outermostPeriphery .banner-document .section-content .input-search input {
  width: 50%;
  padding-left: 50px;
  background: linear-gradient(180deg, #F5F7FF 0%, #FFFFFF 100%);
  box-shadow: 0px 3px 6px 1px rgba(39, 51, 104, 0.16);
  border-radius: 6px 0 0 6px;
  border: 2px solid #FFFFFF;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  -ms-border-radius: 6px 0 0 6px;
  -o-border-radius: 6px 0 0 6px;
}
.s4-outermostPeriphery .banner-document .section-content .input-search input::placeholder {
  font-size: 15px;
}
.s4-outermostPeriphery .banner-document .section-content .input-search .search-btn {
  background: #2766FC;
  border-radius: 0 6px 6px 0;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  -ms-border-radius: 0 6px 6px 0;
  -o-border-radius: 0 6px 6px 0;
  padding: 18px 45px;
  font-size: 15px;
}
.s4-outermostPeriphery .banner-document .section-content .input-search .search-btn:hover {
  background: #95b5ff;
}

@media (max-width: 768px) {
  .s4-outermostPeriphery .banner-document {
    background: url("/web/shiwaicloud/s4-file/assets/img/document/h5-banner.png") no-repeat center;
    background-size: cover;
  }
  .s4-outermostPeriphery .banner-document .section-content {
    padding: 17vw 5vw 15vw 5vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100vw;
  }
  .s4-outermostPeriphery .banner-document .section-content h1 {
    font-size: 7vw;
  }
  .s4-outermostPeriphery .banner-document .section-content .server-banner-desc2 {
    color: #555555;
    font-size: 3.5vw;
    margin-top: 5vw;
    margin-bottom: 0;
  }
  .s4-outermostPeriphery .banner-document .section-content .input-search {
    width: 100%;
    position: relative;
  }
  .s4-outermostPeriphery .banner-document .section-content .input-search .s4-searchIcon {
    display: none;
  }
  .s4-outermostPeriphery .banner-document .section-content .input-search input {
    width: 100%;
    padding-left: 5vw;
    font-size: 3vw;
    margin-top: 3vw;
    margin-bottom: 0;
    height: 13vw;
  }
  .s4-outermostPeriphery .banner-document .section-content .input-search input::placeholder {
    font-size: 3vw;
  }
  .s4-outermostPeriphery .banner-document .section-content .input-search .search-btn {
    width: 15vw;
    margin-top: 3vw;
    margin-bottom: 0;
    height: 13vw;
    padding: 0 5vw;
    font-size: 0vw;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .s4-outermostPeriphery .banner-document .section-content .input-search .search-btn::after {
    content: "";
    position: absolute;
    width: 6vw;
    height: 6vw;
    background: url("/web/shiwaicloud/s4-file/assets/img/header/search.png") no-repeat center;
    background-size: cover;
  }
}
.document-nav {
  background-color: #FBFBFE;
}
.document-nav .section-content .docement-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 40px;
}
.document-nav .section-content .docement-list .document-box {
  background: linear-gradient(180deg, #F5F7FF 0%, #FFFFFF 100%);
  box-shadow: 0px 3px 16px 1px rgba(24, 26, 78, 0.16);
  border-radius: 4px 4px 4px 4px;
  border: 2px solid #FFFFFF;
  width: auto;
  height: auto;
  min-height: auto;
  margin: 0;
  position: relative;
}
.document-nav .section-content .docement-list .document-box .document-header {
  padding-bottom: 15px;
}
.document-nav .section-content .docement-list .document-box .document-header img {
  opacity: 0;
}
.document-nav .section-content .docement-list .document-box .document-header h5 {
  font-size: 17px;
  color: #191919;
}
.document-nav .section-content .docement-list .document-box .document-header a {
  font-size: 15px;
  margin-left: auto;
  color: #555555;
}
.document-nav .section-content .docement-list .document-box .document-header a:hover {
  color: #2766FC;
}
.document-nav .section-content .docement-list .document-box .document-cont {
  padding-top: 10px;
}
.document-nav .section-content .docement-list .document-box .document-cont p a {
  color: #555555;
  font-size: 13.5px;
}
.document-nav .section-content .docement-list .document-box .document-cont p a:hover {
  color: #2766FC;
}
.document-nav .section-content .docement-list .document-box .document-header::after {
  background-color: #fff;
  width: 28px;
  height: 28px;
}
.document-nav .section-content .docement-list .document-box:nth-of-type(1) .document-header::after {
  content: "";
  position: absolute;
  background: url("/web/shiwaicloud/s4-file/assets/img/document/iconback1.png") no-repeat center;
  background-size: 100%;
}
.document-nav .section-content .docement-list .document-box:nth-of-type(2) .document-header::after {
  content: "";
  position: absolute;
  background: url("/web/shiwaicloud/s4-file/assets/img/document/iconback2.png") no-repeat center;
  background-size: 100%;
}
.document-nav .section-content .docement-list .document-box:nth-of-type(3) .document-header::after {
  content: "";
  position: absolute;
  background: url("/web/shiwaicloud/s4-file/assets/img/document/iconback3.png") no-repeat center;
  background-size: 100%;
}
.document-nav .section-content .docement-list .document-box:nth-of-type(4) .document-header::after {
  content: "";
  position: absolute;
  background: url("/web/shiwaicloud/s4-file/assets/img/document/iconback4.png") no-repeat center;
  background-size: 100%;
}
.document-nav .section-content .docement-list .document-box:nth-of-type(5) .document-header::after {
  content: "";
  position: absolute;
  background: url("/web/shiwaicloud/s4-file/assets/img/document/iconback5.png") no-repeat center;
  background-size: 100%;
}
.document-nav .section-content .docement-list .document-box:nth-of-type(6) .document-header::after {
  content: "";
  position: absolute;
  background: url("/web/shiwaicloud/s4-file/assets/img/document/iconback6.png") no-repeat center;
  background-size: 100%;
}

@media (max-width: 768px) {
  .document-nav {
    background-color: #FBFBFE;
  }
  .document-nav .section-content .docement-list {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5vw;
  }
  .document-nav .section-content .docement-list .document-box {
    margin: 0;
    padding: 5vw;
  }
  .document-nav .section-content .docement-list .document-box .document-header {
    padding-bottom: 2vw;
  }
  .document-nav .section-content .docement-list .document-box .document-header img {
    width: 7vw;
    height: 7vw;
    margin-right: 4vw;
  }
  .document-nav .section-content .docement-list .document-box .document-header h5 {
    font-size: 4vw;
    color: #191919;
  }
  .document-nav .section-content .docement-list .document-box .document-header a {
    font-size: 3.5vw;
    line-height: 10vw;
    height: auto;
  }
  .document-nav .section-content .docement-list .document-box .document-cont {
    padding-top: 2vw;
  }
  .document-nav .section-content .docement-list .document-box .document-cont p a {
    color: #555555;
    font-size: 3.5vw;
    line-height: 9vw;
    height: auto;
  }
  .document-nav .section-content .docement-list .document-box .document-header::after {
    width: 7vw;
    height: 7vw;
  }
  .document-nav .section-content .docement-list .document-box:nth-of-type(1) .document-header::after {
    content: "";
    position: absolute;
    background: url("/web/shiwaicloud/s4-file/assets/img/document/iconback1.png") no-repeat center;
    background-size: 100%;
  }
  .document-nav .section-content .docement-list .document-box:nth-of-type(2) .document-header::after {
    content: "";
    position: absolute;
    background: url("/web/shiwaicloud/s4-file/assets/img/document/iconback2.png") no-repeat center;
    background-size: 100%;
  }
  .document-nav .section-content .docement-list .document-box:nth-of-type(3) .document-header::after {
    content: "";
    position: absolute;
    background: url("/web/shiwaicloud/s4-file/assets/img/document/iconback3.png") no-repeat center;
    background-size: 100%;
  }
  .document-nav .section-content .docement-list .document-box:nth-of-type(4) .document-header::after {
    content: "";
    position: absolute;
    background: url("/web/shiwaicloud/s4-file/assets/img/document/iconback4.png") no-repeat center;
    background-size: 100%;
  }
  .document-nav .section-content .docement-list .document-box:nth-of-type(5) .document-header::after {
    content: "";
    position: absolute;
    background: url("/web/shiwaicloud/s4-file/assets/img/document/iconback5.png") no-repeat center;
    background-size: 100%;
  }
  .document-nav .section-content .docement-list .document-box:nth-of-type(6) .document-header::after {
    content: "";
    position: absolute;
    background: url("/web/shiwaicloud/s4-file/assets/img/document/iconback6.png") no-repeat center;
    background-size: 100%;
  }
}

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