.f-dib {
  display: inline-block;
}
html {
  overflow-x: hidden;
}
.banner {
  background: linear-gradient(-180deg, #FFFFFF 0%, #D9EDFF 100%);
  padding: 124px 0;
  text-align: center;
}
.banner h2 {
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  line-height: 26px;
}
.banner h2 img {
  vertical-align: -7px;
}
.banner h1 {
  font-weight: 600;
  font-size: 40px;
  color: #000000;
  line-height: 56px;
  margin-bottom: 24px;
}
.banner ul.ic-lf {
  max-width: 100%;
  display: flex;
  text-align: left;
  justify-content: center;
  margin: 0 auto 40px;
  gap: 8px 40px;
  flex-wrap: wrap;
}
.banner ul.ic-lf li {
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  line-height: 32px;
}
.banner ul.ic-lf li::before {
  width: 16px;
  height: 16px;
}
.banner .rs-banner-btn {
  display: inline-block;
}
.banner .rs-banner-btn .a-txt {
  margin-top: 8px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 20px;
  opacity: 0.6;
}
.banner .btn-blue {
  border-radius: 8px 8px 8px 8px;
  font-weight: 600;
  width: 240px;
}
.banner .btn-blue .ic-dw {
  vertical-align: -7px;
  margin-right: 3px;
}
.banner .btn-blue::before {
  border-radius: 8px 8px 8px 8px;
}
.banner .btn-blue:hover::before {
  border-radius: 8px 8px 8px 8px;
}
.banner .prompt-txt {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  opacity: 0.6;
  line-height: 20px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .banner {
    padding: 40px 0;
  }
}
@media (max-width: 991px) {
  .banner {
    padding: 80px 0 0;
  }
  .banner-cnt {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .banner .txt {
    width: 100%;
  }
}
.offline {
  padding: 100px 0;
  background: #FBFCFF;
}
.offline h2 {
  text-align: center;
  font-weight: 600;
  font-size: 40px;
  color: #000000;
  line-height: 46px;
  margin-bottom: 80px;
}
.offline h2 i {
  display: inline-block;
  background: url(../../images/rs/rs-index/ds-zj-4-ic-24-title.svg) no-repeat;
  width: 24px;
  height: 24px;
  vertical-align: 1px;
}
.offline .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 60px;
  align-items: center;
}
.offline .wrap:not(:last-child) {
  margin-bottom: 80px;
}
.offline .wrap .txt-box {
  width: 620px;
  max-width: 100%;
}
.offline .wrap h3 {
  font-weight: 600;
  font-size: 36px;
  color: #000000;
  line-height: 42px;
  margin-bottom: 24px;
}
.offline .wrap p.desc {
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 36px;
}
.offline .wrap ul.ic-lf li {
  font-size: 20px;
  color: #000000;
  line-height: 36px;
}
.offline .wrap ul.ic-lf li::before {
  width: 3px;
  background: #000;
  border-radius: 50%;
  left: 7px;
  top: 16px;
  height: 3px;
}
.tutorial {
  padding: 100px 0;
  background: linear-gradient(-180deg, #D9EDFF 0%, #FFFFFF 100%);
  text-align: center;
}
.tutorial h2 {
  text-align: center;
  font-weight: 600;
  font-size: 40px;
  color: #000000;
  line-height: 46px;
  margin-bottom: 80px;
}
.tutorial h2 i {
  display: inline-block;
  background: url(../../images/rs/rs-index/ds-zj-4-ic-24-title.svg) no-repeat;
  width: 24px;
  height: 24px;
  vertical-align: 1px;
}
.tutorial .nav-box {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 40px;
  justify-content: center;
}
.tutorial .nav-box .nav-button {
  max-width: 100%;
  width: 282px;
  height: 74px;
  line-height: 74px;
  background: #fff;
  border-radius: 8px 8px 8px 8px;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  cursor: pointer;
}
.tutorial .nav-box .nav-button.active,
.tutorial .nav-box .nav-button:hover {
  color: #fff;
  background: linear-gradient(-270deg, #51B7FF 0%, #3A87FA 49%, #2A6DFC 100%);
}
.tutorial .wrap {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: row;
  grid-gap: 16px;
  text-align: left;
}
.tutorial .wrap .big-a {
  grid-column-start: span 2;
  grid-row-start: span 4;
  max-width: 100%;
}
.tutorial .wrap .big-a a {
  position: relative;
  border-radius: 8px 8px 8px 8px;
  overflow: hidden;
}
.tutorial .wrap .big-a a p {
  position: absolute;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 26px;
  bottom: 40px;
  left: 40px;
}
.tutorial .wrap .big-a a::before {
  content: '';
  display: block;
  position: absolute;
  border-radius: 0px 0px 8px 8px;
  width: 100%;
  height: 106px;
  bottom: 0;
  left: 0;
  background: linear-gradient(360deg, #2A6DFC 3%, rgba(43, 110, 252, 0) 100%);
}
.tutorial .wrap .min-a {
  max-width: 100%;
}
.tutorial .wrap .min-a > a {
  display: flex;
  gap: 24px;
}
.tutorial .wrap .min-a > a:hover h4 {
  text-decoration: underline;
}
.tutorial .wrap .min-a img {
  height: 96px;
  min-width: 168px;
}
.tutorial .wrap .txt-box {
  width: 240px;
  max-width: 100%;
}
.tutorial .wrap .txt-box h4 {
  font-size: 18px;
  color: #000000;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.tutorial .wrap .txt-box p {
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #7D7D7D;
  line-height: 20px;
  max-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tutorial [data-box="main"] {
  display: none;
}
.tutorial [data-box="main"].active {
  display: block;
  margin-bottom: 40px;
}
.tutorial a.btn-blue {
  width: 200px;
  height: 60px;
  background: #2B6EFC;
  border-radius: 8px 8px 8px 8px;
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
}
.tutorial a.btn-blue::before {
  border-radius: 8px 8px 8px 8px;
}
@media (max-width: 991px) {
  .tutorial .wrap {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 500px) {
  .tutorial .wrap .min-a img {
    min-width: 0;
    height: auto;
    max-width: 40%;
  }
}
.question {
  padding: 100px 0;
  background: linear-gradient(-180deg, #D9EDFF 0%, #FFFFFF 100%);
  text-align: center;
}
.question h2 {
  text-align: center;
  font-weight: 600;
  font-size: 40px;
  color: #000000;
  line-height: 46px;
  margin-bottom: 80px;
}
.question h2 i {
  display: inline-block;
  background: url(../../images/rs/rs-bootable-usb/ds-zj-4-ic-24-title.svg) no-repeat;
  width: 24px;
  height: 24px;
  vertical-align: 1px;
}
.question .tbox {
  width: 842px;
  margin: auto;
  max-width: 100%;
}
.question .f-ib {
  background: #ffffff;
  text-align: left;
  border-radius: 16px 16px 16px 16px;
  box-shadow: 0px 0px 32px 0px rgba(21, 78, 151, 0.1);
  margin: auto;
}
.question .f-ib:not(:last-child) {
  margin-bottom: 40px;
}
.question .f-ib h3 {
  padding: 30px 69px;
  color: #136aec;
  position: relative;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 20px;
}
.question .f-ib h3::before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 25px;
  background: #2173ec;
  border-radius: 3px;
  left: 49px;
  top: 40px;
}
.question .faq-con {
  padding: 0px 40px;
}
.question .faq-con > li {
  min-height: 80px;
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  padding: 40px 0px;
  position: relative;
}
.question .faq-con > li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.question .faq-con > li:not(:last-child)::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #f3f3f9;
  position: absolute;
  bottom: 0;
  left: 0;
}
.question .faq-con .f-title {
  cursor: pointer;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  padding-right: 30px;
}
.question .faq-con .f-title:after {
  position: absolute;
  top: 10px;
  right: 0px;
  width: 24px;
  height: 24px;
  content: "";
  background: url(../../images/rs/rs-index/ds-zj-4-ic-24-arrow-1.svg) no-repeat;
}
.question .faq-con .active .f-title::after {
  background-image: url(../../images/rs/rs-index/ds-zj-4-ic-24-arrow-2.svg);
}
.question .faq-con .f-info {
  max-width: 877px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 26px;
  display: none;
  margin-top: 15px;
}
.question .faq-con .f-info a {
  color: #136aec;
}
.question .faq-con .f-info a:hover {
  text-decoration: underline;
}
.question .faq-con .f-info i {
  font-weight: 600;
}
.question .btn-blue {
  width: 200px;
  height: 60px;
  line-height: 60px;
  background: #2B6EFC;
  border-radius: 8px 8px 8px 8px;
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
}
.question .btn-blue::before {
  border-radius: 8px 8px 8px 8px;
}
.question .btn-blue:hover::before {
  border-radius: 8px 8px 8px 8px;
}
.ft {
  padding: 80px 0;
  text-align: center;
  background: url(../../images/rs/rs-bootable-usb/ds-zj-6-img-bg.svg) no-repeat center;
  background-size: cover;
}
.ft h2 {
  font-weight: 600;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 38px;
  margin: 12px auto 24px;
}
.ft ul.hook {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  gap: 20px 80px;
  flex-wrap: wrap;
}
.ft ul.hook li {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  padding-left: 30px;
}
.ft ul.hook li::before {
  width: 24px;
  top: 4px;
  height: 24px;
  background: url(../../images/rs/rs-bootable-usb/ds-zj-6-ic-24-gou.svg) no-repeat;
}
.ft a.btn-white {
  font-weight: 600;
  font-size: 18px;
  color: #2B6EFC;
  width: 240px;
  height: 64px;
  line-height: 64px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
}
.ft a.btn-white::before {
  border-radius: 8px 8px 8px 8px;
}
.ft a.btn-white:hover::before {
  border-radius: 8px 8px 8px 8px;
}
.ft a.btn-white i.ic-dw {
  margin-right: 1px;
  background: url(../../images/rs/rs-bootable-usb/ds-zj-6-ic-24-download.svg) no-repeat;
}
/*# sourceMappingURL=rs-online-reinstall.css.map */