html {
  scroll-padding-top: 80px;
}
.icon {
  background: url('/uploads/pages/sprite.png') no-repeat;
  background-size: 1099px 1263px;
}
.nav .nav_pc .nav_right .list li a:hover {
  color: #002ce7;
}
.nav .nav_pc .nav_right .list .active a{
  color: #002ce7;
}
.user-guide .container {
  max-width: var(--page-width);
  margin: 0 auto;
}
.user-guide .btn-box {
  display: flex;
  align-items: center;
  margin: 28px 0;
}
.user-guide .btn-box .btn-box_item {
  color: #4596e5;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  background: #ffffff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.13);
  border-radius: 6px;
  border: 1px #4596e5 solid;
  padding: 10px 30px;
  display: flex;
  align-items: center;
}
.user-guide .btn-box .btn-box_item:nth-child(2) {
  margin-left: 15px;
  background: #4596e5;
  color: #ffffff;
}
.user-guide .btn-box .btn-box_item .box-item_icon {
  display: block;
  flex-shrink: 0;
  background-position: -503px -932px;
  width: 15px;
  height: 17px;
  margin-left: 15px;
}
.user-guide .btn-box .btn-box_item .box-item_icon.mac {
  background: url('/uploads/pages/sprite.png') no-repeat -526px -930px;
  background-size: 1099px 1263px;
  width: 14px;
  height: 18px;
}
.user-guide .wrap-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.user-guide .content-aside {
  position: sticky;
  top: 30px;
  flex: 0 0 286px;
  background: #ffffff;
  border-radius: 10px;
  border: 1px #dbdde8 solid;
  line-height: 1.5;
}
.user-guide .content-aside .content-aside_top {
  background: #f8f9fb;
  border-radius: 10px 10px 0 0;
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px #dbdde8 solid;
  padding: 22px;
}
.user-guide .content-aside li {
  list-style-type: none;
  cursor: pointer;
  padding: 0 22px;
  margin: 20px 0;
}
.user-guide .content-aside li:hover {
  color: #4690e5;
}
.user-guide .content-aside li.active {
  color: #4690e5;
  position: relative;
}
.user-guide .content-aside li.active::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 15px;
  background: #4690e5;
}
.user-guide .content-main {
  flex: 0 1 750px;
}
.user-guide h2 {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin: 32px 0;
  position: relative;
}
.user-guide h2::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -8px;
  width: 38px;
  height: 5px;
  background: #2d8f5d;
}
.user-guide h3{
  color: #000000;
  font-size: 16px;
}
.user-guide p,
.user-guide li {
  color: #7f828f;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin: 15px 0px;
}
.user-guide strong {
  color: #000000;
}
.user-guide img {
  margin: 36px 0;
  width: 100%;
  height: auto;
}
.user-guide ul li,
.user-guide ol li {
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}
.user-guide ul li {
  list-style-type: disc;
}
.user-guide ol li {
  list-style-type: decimal;
}
.banner {
  position: relative;
  background: linear-gradient(0deg, #F4F6FF 29.38%, rgba(247, 243, 248, 0) 246.92%);
  text-align: center;
  padding: 38px 0;
}
.banner .container {
  max-width: 700px;
  position: relative;
  z-index: 1;
}
.banner h1 {
  color: #080f30;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}
.banner .min-title {
  color: #3f4354;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 18px;
}
.banner .btn-box {
  justify-content: center;
}
.banner .btn-box .btn-box_item {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  background: #2d8f5d;
  border: none;
  padding: 12px 76px;
}
.banner .btn-box .btn-box_item .box-item_icon {
  background-position: -450px -930px;
  width: 19px;
  height: 20px;
  margin-right: 15px;
  margin-left: 0;
}
.banner .btn-box .btn-box_item .box-item_icon.mac {
  background-position: -477px -927px;
  width: 18px;
  height: 23px;
}
.banner .banner_txt {
  color: #9497a4;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
.banner::before,
.banner::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 220px;
  height: 250px;
  content: '';
  background: url('/uploads/pages/user-guide/banner-before.png') center no-repeat;
  background-size: 100% 100%;
  z-index: 0;
}
.banner::after {
  left: unset;
  top: unset;
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
.wrap-1,
.wrap-2,
.wrap-3 {
  margin-top: 85px;
}
.wrap-2 .container {
  border-top: 1px #dbdde8 solid;
  padding-top: 85px;
}
.wrap-2 .wrap-flex {
  display: flex;
  justify-content: space-between;
}
.wrap-2 .wrap-flex_item {
  flex: 0 0 480px;
}
.wrap-2 .flex-item_top {
  display: flex;
  align-items: center;
}
.wrap-2 .item-top_icon {
  flex-shrink: 0;
  display: block;
  background-position: -447px -977px;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.wrap-2 .item-top_icon.faq {
  background-position: -514px -976px;
  width: 27px;
  height: 27px;
}
.wrap-2 .item-top_txt {
  color: #080f30;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}
.wrap-2 ul {
  margin-top: 8px;
}
.wrap-2 ul li {
  list-style-type: none;
  position: relative;
  padding-left: 20px;
  margin: 18px 0;
}
.wrap-2 ul li a:hover{
  text-decoration: underline;
}
.wrap-2 ul li::before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 3px;
  height: 3px;
  background: #3ac0cb;
  border-radius: 50%;
  outline: 4px solid rgba(58, 192, 203, 0.24);
  content: '';
}
.wrap-3 {
  padding: 60px 0;
  position: relative;
  background-color: #fff6ee;
  text-align: center;
}
.wrap-3 .container {
  position: relative;
  z-index: 1;
}
.wrap-3::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 184px;
  height: 100%;
  content: '';
  background: url('/uploads/pages/user-guide/wrap3-before.png') center no-repeat;
  background-size: 100% 100%;
}
.wrap-3::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 184px;
  height: 100%;
  content: '';
  background: url('/uploads/pages/user-guide/wrap3-after.png') center no-repeat;
  background-size: 100% 100%;
  z-index: 0;
}
.wrap-3 .wrap_title {
  color: #080f30;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}
.wrap-3 .wrap_desc {
  color: #3f4354;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}
.wrap-3 .wrap_btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  background: #4690e5;
  border-radius: 6px;
  padding: 12px 64px;
  display: flex;
  align-items: center;
  width: fit-content;
  box-sizing: border-box;
  margin: 15px auto 0;
}
.wrap-3 .wrap-btn_icon {
  flex-shrink: 0;
  background-position: -484px -979px;
  width: 21px;
  height: 21px;
  margin-right: 15px;
}
@media (max-width: 768px) {
  .user-guide .container {
    padding: 0 var(--page-padding-x);
  }
  .user-guide .btn-box {
    margin: 33px 0;
    justify-content: center;
  }
  .user-guide .btn-box .btn-box_item {
    font-size: 12px;
  }
  .user-guide .wrap-content {
    flex-direction: column;
  }
  .user-guide .content-aside {
    position: static;
    flex: unset;
    width: 100%;
  }
  .user-guide .content-aside a {
    margin: 24px 0;
  }
  .user-guide .content-main {
    flex: unset;
    width: 100%;
  }
  .user-guide h2 {
    font-size: 20px;
  }
  .user-guide h3 {
    font-size: 14px;
  }
  .user-guide p,
  .user-guide li {
    font-size: 14px;
    margin: 16px 0;
  }
  .user-guide img {
    margin: 32px 0;
  }
  .user-guide ul li,
  .user-guide ol li {
    margin: 16px 0 16px 16px;
  }
  .banner {
    padding: 26px 0;
  }
  .banner h1 {
    color: #323836;
    font-size: 24px;
  }
  .banner .min-title {
    font-size: 16px;
    margin-top: 12px;
  }
  .banner .btn-box {
    flex-direction: column;
    margin: 25px 0;
  }
  .banner .btn-box .btn-box_item:nth-child(2) {
    margin: 16px 0 0;
  }
  .banner .banner_txt {
    font-size: 14px;
  }
  .banner::before,
  .banner::after {
    content: none;
  }
  .wrap-1,
  .wrap-2,
  .wrap-3 {
    margin-top: 45px;
  }
  .wrap-2 .container {
    padding-top: 45px;
  }
  .wrap-2 .wrap-flex {
    flex-direction: column;
  }
  .wrap-2 .wrap-flex_item {
    flex: unset;
    width: 100%;
  }
  .wrap-2 .wrap-flex_item:nth-child(2) {
    margin-top: 45px;
  }
  .wrap-3 {
    padding: 26px 0;
  }
  .wrap-3::before,
  .wrap-3::after {
    content: none;
  }
  .wrap-3 .wrap_title {
    font-size: 24px;
    line-height: 1.5;
  }
  .wrap-3 .wrap_desc {
    font-size: 16px;
  }
  .wrap-3 .wrap_btn {
    font-size: 18px;
    margin: 15px auto 0;
  }
}
