html {
  --catalogue-border-clor: #BADDFF;
  --catalogue-bg: linear-gradient(180deg, #F8FCFF 0%, #F1F9FF 100%);
  --theme-color: #3D8BFF;
  --help-bg: url(../../img/videone-guide/help-bg.png);
  --help-mb-bg: url(../../img/videone-guide/help-mb-bg.png);
  --banner-bg: url(../../img/videone-guide/bg.png);
  --banner-mb-bg: url(../../img/videone-guide/mb-bg.png);
  --top-arrow-color: #6CACFF;
  --top-color: #F2FAFF;
  --note-bg: #F1F9FF;
  --banner-info-width: 880px;
  --contact-btn-hover: linear-gradient(0deg, rgba(61, 139, 255, 0.1) 0%, rgba(61, 139, 255, 0.1) 100%), #fff;
  --top-hover-color: #CDECFF;
  --win-btn-color: linear-gradient(90deg, #3FBAFF 0%, #3C7EFF 100%);
  --mac-btn-color: linear-gradient(90deg, #FFA98E 0.04%, #FF79D1 99.96%);
}
@font-face {
  font-family: 'Rubik';
  font-weight: 400;
  font-style: normal;
  src: local('Rubik Regular'), local('Rubik-Regular'), url(../../font/Rubik-Regular.ttf) format('truetype');
}
@font-face {
  font-family: "iconfont";
  src: url('../../font/iconfont.ttf') format('truetype');
}
.top {
  position: fixed;
  display: none;
  width: 60px;
  height: 60px;
  bottom: 120px;
  right: 120px;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.2s;
  text-align: center;
  color: var(--top-arrow-color);
  background: var(--top-color);
  font-size: 38px;
  box-sizing: border-box;
  padding-top: 8px;
}
@media (max-width: 780px) {
  .top {
    font-size: 24px;
    top: unset;
    width: 40px;
    height: 40px;
    bottom: 100px;
    right: 30px;
  }
}
.top:hover {
  background: var(--top-hover-color);
}
.iconfont {
  font-family: "iconfont";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-mac:before {
  content: "\e6bb";
}
.icon-win:before {
  content: "\e639";
}
.icon-chat:before {
  content: "\e643";
}
.icon-top:before {
  content: "\e68c";
}
.content-box {
  max-width: var(--page-width);
  margin: 0 auto;
}
@media (max-width: 780px) {
  .content-box {
    padding-inline: var(--page-padding-x);
  }
}
.nav .nav_pc .nav_right .list .active a {
  color: #3d8bff;
}
.nav .nav_pc .nav_right .list li a:hover {
  color: #3d8bff;
}
.banner {
  background: var(--banner-bg) no-repeat center;
  background-size: cover;
  padding: 43px 0 50px 0;
  overflow: hidden;
}
.banner .content-box {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
}
.banner-desc {
  font-size: 24px;
  color: #444;
  margin-top: 14px;
}
.banner-info {
  width: var(--banner-info-width);
  flex-shrink: 0;
}
.banner-title {
  font-weight: bold;
  font-size: 34px;
  color: #212642;
}
.banner-btns {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  gap: 16px;
}
.banner-btns .btn {
  padding: 17px 75px;
  display: block;
  font-size: 18px;
  color: #fff;
  border-radius: 8px;
}
.banner-btns .win {
  background: var(--win-btn-color), #2D8F5D;
}
.banner-btns .win:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), var(--win-btn-color);
}
.banner-btns .mac {
  background: var(--mac-btn-color), #006FFF;
}
.banner-btns .mac:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), var(--mac-btn-color);
}
.banner-btns .btns-text {
  margin-left: 8px;
}
.banner-tips {
  text-align: center;
  font-size: 18px;
  color: #606060;
  margin-top: 37px;
}
@media (max-width: 780px) {
  .banner {
    padding: 60px 0;
    background-image: var(--banner-mb-bg);
  }
  .banner .content-box {
    padding-inline: var(--page-padding-x);
  }
  .banner-info {
    width: 100%;
  }
  .banner-title {
    font-size: 24px;
  }
  .banner-desc {
    font-size: 18px;
    line-height: 1.5;
  }
  .banner-tips {
    font-size: 14px;
    line-height: 1.5;
  }
  .banner .banner-btns {
    width: 276px;
    margin: 30px auto 0 auto;
    flex-direction: column;
    gap: 30px;
  }
}
.article-wrapper {
  width: 1080px;
  margin: 60px auto 74px;
}
.article-wrapper .article-title {
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
  color: #292929;
}
.article-wrapper .article-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 40px;
}
.article-wrapper .catalogue-box {
  position: sticky;
  top: 70px;
  box-shadow: 0px 5px 10px 0px rgba(38, 71, 121, 0.12);
  background: var(--catalogue-bg);
  border-radius: 5px;
  width: 280px;
  height: fit-content;
  padding: 0 30px;
  box-sizing: border-box;
}
.article-wrapper .catalogue-box .catalogue-top {
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #313758;
  padding: 24px 0 20px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--catalogue-border-clor);
}
.article-wrapper .catalogue-box .catalogue-top .iconfont {
  transition: all 0.5s;
  cursor: pointer;
}
.article-wrapper .catalogue-box .catalogue-top .catalogue-title {
  color: #212a33;
}
.article-wrapper .catalogue-box .catalogue-top .up {
  transform: rotate(180deg);
}
.article-wrapper .catalogue-box .catalogue-bottom {
  padding: 0 0 20px 0;
  width: 108%;
  box-sizing: border-box;
}
.article-wrapper .catalogue-box .catalogue-bottom .catalogue-list .aside-list_item {
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #3b4957;
  margin-top: 20px;
  opacity: 0.7;
  cursor: pointer;
}
.article-wrapper .catalogue-box .catalogue-bottom .catalogue-list .aside-list_item:hover {
  opacity: 1;
}
.article-wrapper .catalogue-box .catalogue-bottom .catalogue-list .active {
  color: var(--theme-color);
  opacity: 1;
}
.article-wrapper .catalogue-box .catalogue-bottom .catalogue-list .active::before {
  position: absolute;
  font-family: 'iconfont';
  content: "\e68b";
  font-size: 12px;
  color: var(--theme-color);
  left: -20px;
}
.article-wrapper .catalogue-box .catalogue-bottom ul {
  margin-left: 35px;
  visibility: hidden;
  max-height: 0;
  opacity: 0;
  transition: all 1s;
  overflow: hidden;
}
.article-wrapper .catalogue-box .catalogue-bottom ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #3b4957;
  margin-top: 10px;
  list-style-type: disc;
  list-style-position: outside;
}
.article-wrapper .catalogue-box .catalogue-bottom li {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #3b4957;
  margin-top: 10px;
  list-style-type: disc;
  list-style-position: outside;
}
.article-wrapper .catalogue-box .catalogue-bottom li a:hover {
  text-decoration-line: underline;
  color: var(--theme-color);
}
.article-wrapper .catalogue-box .catalogue-bottom .visible {
  visibility: visible;
  opacity: 1;
  max-height: 800px;
}
.article-wrapper .article-box {
  flex: 0 0 740px;
}
.article-wrapper .article-box .btn-box {
  display: flex;
  align-items: center;
  margin: 17px 0;
}
.article-wrapper .article-box .btn-box .btn {
  border-radius: 8px;
  display: flex;
  align-items: center;
  border: 1px solid var(--theme-color);
  padding: 13px 22px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: var(--theme-color);
  transition: all 0.5s;
  gap: 8px;
}
.article-wrapper .article-box .btn-box .btn:nth-child(2) {
  margin-left: 15px;
}
.article-wrapper .article-box .btn-box .btn:hover {
  text-decoration: none;
  background: linear-gradient(0deg, rgba(61, 139, 255, 0.1) 0%, rgba(61, 139, 255, 0.1) 100%), #FFF;
}
.article-wrapper .article-box .btn-box .btn-mac {
  background-color: var(--theme-color);
  color: #fff;
}
.article-wrapper .article-box .btn-box .btn-mac:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), var(--theme-color);
}
.article-wrapper .article-box ol,
.article-wrapper .article-box ul {
  margin-bottom: 20px;
}
.article-wrapper .article-box ol li,
.article-wrapper .article-box ul li {
  font-size: 16px;
  line-height: 1.5;
  color: #606060;
  list-style-position: outside;
  margin: 0 0 15px 20px;
}
.article-wrapper .article-box ol li.small-height,
.article-wrapper .article-box ul li.small-height {
  line-height: 1;
}
.article-wrapper .article-box ol li:last-child,
.article-wrapper .article-box ul li:last-child {
  margin-bottom: 0;
}
.article-wrapper .article-box ul > li {
  list-style-type: disc;
}
.article-wrapper .article-box ul > li::marker {
  color: var(--theme-color);
}
.article-wrapper .article-box ol > li {
  list-style-type: decimal;
}
.article-wrapper .article-box h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  color: #292929;
  padding-left: 20px;
  position: relative;
  margin: 100px 0 20px;
}
.article-wrapper .article-box h2::before {
  position: absolute;
  left: 0;
  content: '';
  width: 8px;
  height: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: var(--theme-color);
}
.article-wrapper .article-box h2:nth-child(1) {
  margin-top: 0;
}
.article-wrapper .article-box h3 {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #444;
  margin-top: 40px;
  margin-bottom: 15px;
}
.article-wrapper .article-box h3::before {
  position: absolute;
  left: 0;
  content: '';
  width: 55px;
  height: 4px;
  top: 14px;
  background: #ffd15a;
  z-index: -1;
}
.article-wrapper .article-box h4 {
  font-weight: 700;
  font-size: 16px;
  color: #606060;
  margin-bottom: 20px;
  margin-top: 50px;
}
.article-wrapper .article-box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #606060;
  margin-bottom: 20px;
}
.article-wrapper .article-box p:last-child {
  margin-bottom: 0;
}
.article-wrapper .article-box a {
  color: var(--theme-color);
  font-weight: 700;
}
.article-wrapper .article-box a:hover {
  text-decoration: underline;
}
.article-wrapper .article-box img {
  position: relative;
  margin: 32px 0 35px;
  max-width: 100%;
  height: auto;
  display: block;
}
.article-wrapper .article-box iframe {
  width: 100%;
  margin-bottom: 30px;
}
.article-wrapper .article-box .read-box {
  margin: 22px 0 41px;
}
.article-wrapper .article-box .read-box .title {
  display: block;
  width: fit-content;
  background: #00925c;
  border-radius: 10px 10px 0 0;
  padding: 12px 25px;
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0;
}
.article-wrapper .article-box .read-box .list {
  font-weight: 400;
  font-size: 16px;
  line-height: 178%;
  background: #f3f8f6;
  border-radius: 0 0 10px 10px;
  color: #00925c;
  padding: 18px;
  margin-bottom: 0;
}
.article-wrapper .article-box .read-box .list li {
  list-style-position: outside;
  list-style-type: disc;
  margin-left: 20px;
}
.article-wrapper .article-box .read-box .list li::marker {
  color: #00925c;
}
.article-wrapper .article-box .read-box .list li a {
  color: #00925c;
}
.article-wrapper .article-box .read-box .list li a:hover {
  text-decoration-line: underline;
}
.article-wrapper .article-box .tips-box {
  border-radius: 8px;
  background: #FFF8F1;
  padding: 24px;
  color: #606060;
  margin: 32px 0;
  line-height: 1.5;
  font-size: 16px;
}
.article-wrapper .article-box .tips-box .title {
  font-weight: 700;
  line-height: 24px;
  color: #FF6A00;
  margin-bottom: 15px;
}
.article-wrapper .article-box .note-box {
  border-radius: 8px;
  background: var(--note-bg);
  padding: 24px;
  color: #606060;
  margin: 32px 0;
  line-height: 1.5;
  font-size: 16px;
}
.article-wrapper .article-box .note-box .title {
  font-weight: 700;
  line-height: 24px;
  color: var(--theme-color);
  margin-bottom: 15px;
}
.article-wrapper .article-box .note-box .list {
  margin-bottom: 0;
}
.article-wrapper .article-box .note-box .list li {
  line-height: 1.8;
  list-style-type: decimal;
  list-style-position: outside;
  margin: 0 0 15px 20px;
}
.article-wrapper .article-box .note-box .list li:last-child {
  margin-bottom: 0;
}
.article-wrapper .article-box .note-card {
  border-radius: 20px;
  background: var(--note-bg);
  padding: 32px 24px 15px 24px;
  color: #606060;
  margin: 32px 0;
  line-height: 1.5;
  border-left: 4px solid var(--theme-color);
}
.article-wrapper .article-box .note-card .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: var(--theme-color);
  margin-bottom: 15px;
}
.article-wrapper .article-box .how-articles {
  padding: 22px;
  font-weight: 400;
  font-size: 16px;
  line-height: 209.5%;
  color: #515151;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  margin: 52px 0 57px;
}
.article-wrapper .article-box .how-articles .title {
  display: block;
  margin-left: -22px;
  padding-left: 11px;
  border-left: #00925c 8px solid;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  color: #292929;
  margin-bottom: 15px;
}
.article-wrapper .article-box .how-articles .list {
  margin: 0;
}
.article-wrapper .article-box .how-articles .list li {
  line-height: 1.8;
  position: relative;
  padding-left: 20px;
  list-style-type: none;
  margin: 0 0 15px 0;
}
.article-wrapper .article-box .how-articles .list li::before {
  position: absolute;
  font-family: 'iconfont';
  content: '\1001d';
  width: 16px;
  height: 16px;
  left: 0;
  color: #ff6525;
}
.article-wrapper .article-box .how-articles .list li:hover {
  text-decoration: underline;
}
.article-wrapper .article-box .unlocker-box {
  margin: 57px 0 39px;
  background: #f4f8fb;
  border: 2px dashed #00925c;
  padding: 21px 18px 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 209.5%;
  color: #515151;
}
.article-wrapper .article-box .unlocker-box .title {
  display: block;
  font-weight: 700;
  font-size: 18px;
  color: #292929;
  margin-bottom: 15px;
}
.article-wrapper .article-box .unlocker-box .title .iconfont {
  color: #ffdc62;
  margin-right: 5px;
}
.article-wrapper .article-box .unlocker-box .list li {
  line-height: 1.8;
  list-style-position: outside;
  list-style-type: disc;
  margin-left: 20px;
}
.article-wrapper .article-box .swiper-img-box {
  position: relative;
  margin: 39px 0 103px;
}
.article-wrapper .article-box .swiper-img-box .swiper-img {
  width: 700px;
  height: auto;
  overflow: hidden;
}
.article-wrapper .article-box .swiper-img-box .swiper-img .swiper-slide {
  width: 100%;
  height: 1px;
}
.article-wrapper .article-box .swiper-img-box .swiper-img .swiper-slide-active {
  height: auto;
}
.article-wrapper .article-box .swiper-img-box .swiper-img .swiper-button-next,
.article-wrapper .article-box .swiper-img-box .swiper-img .swiper-button-prev {
  color: #03925b;
  font-weight: bolder;
}
.article-wrapper .article-box .swiper-img-box .swiper-img .swiper-button-next::after,
.article-wrapper .article-box .swiper-img-box .swiper-img .swiper-button-prev::after {
  font-size: 26px;
}
.article-wrapper .article-box .swiper-img-box .swiper-img .swiper-horizontal > .swiper-pagination-bullets,
.article-wrapper .article-box .swiper-img-box .swiper-img .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -40px;
}
.article-wrapper .article-box .swiper-img-box .swiper-img .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.article-wrapper .article-box .swiper-img-box .swiper-img .swiper-pagination-bullet-active {
  background: #00a480;
}
.article-wrapper .article-box .table-box {
  width: 700px;
  overflow: auto;
  margin-top: 58px;
  font-weight: 400;
  font-size: 14px;
  line-height: 149%;
  text-align: center;
  color: #5a5a5a;
  padding: 2px;
}
.article-wrapper .article-box .table-box table {
  border-collapse: inherit;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  border-radius: 15px;
  border: 2px solid #eee;
}
.article-wrapper .article-box .table-box thead {
  background: #00925c;
}
.article-wrapper .article-box .table-box thead th {
  padding: 24px 6px;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  border-right: 1px solid #fff;
}
.article-wrapper .article-box .table-box thead th:last-child {
  border-right: none;
}
.article-wrapper .article-box .table-box tbody tr td {
  padding: 15px 6px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.article-wrapper .article-box .table-box tbody tr td .green {
  color: #00925c;
  font-size: 28px;
}
.article-wrapper .article-box .table-box tbody tr td .grey {
  color: #b9b9b9;
  font-size: 22px;
}
.article-wrapper .article-box .table-box tbody tr td:nth-child(1) {
  max-width: 170px;
}
.article-wrapper .article-box .table-box tbody tr td:last-child {
  border-right: none;
}
.article-wrapper .article-box .table-box tbody tr:last-child td {
  border-bottom: none;
}
.article-wrapper .article-box .table-box::-webkit-scrollbar {
  height: 7px;
}
.article-wrapper .article-box .table-box::-webkit-scrollbar-thumb {
  background-color: #6fd3af;
  border-radius: 31px;
}
.article-wrapper .article-box .table-box::-webkit-scrollbar-track {
  background-color: #e0f2eb;
  border-radius: 31px;
}
@media (max-width: 780px) {
  .article-wrapper {
    width: 100%;
    margin: 40px auto;
  }
  .article-wrapper .article-container {
    flex-direction: column;
  }
  .article-wrapper .article-title {
    font-size: 30px;
  }
  .article-wrapper .article-container {
    flex-direction: column;
    margin-top: 40px;
    padding: 0 15px;
  }
  .article-wrapper .catalogue-box {
    position: static;
    border-radius: 5px;
    width: 343px;
    margin-bottom: 40px;
  }
  .article-wrapper .catalogue-box .catalogue-top {
    width: 100%;
    font-size: 24px;
    line-height: 24px;
  }
  .article-wrapper .catalogue-box .catalogue-bottom {
    padding-bottom: 30px;
  }
  .article-wrapper .catalogue-box .catalogue-bottom .catalogue-list > a {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
  }
  .article-wrapper .catalogue-box .catalogue-bottom .catalogue-list > a::before {
    width: 16px;
    height: 16px;
  }
  .article-wrapper .catalogue-box .catalogue-bottom ul {
    margin-left: 35px;
  }
  .article-wrapper .catalogue-box .catalogue-bottom ul li {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  .article-wrapper .catalogue-box .catalogue-bottom li {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  .article-wrapper .catalogue-box .catalogue-bottom .visible {
    max-height: 800px;
  }
  .article-wrapper .article-box {
    flex: 0 0 100%;
  }
  .article-wrapper .article-box .btn-box .btn {
    border-radius: 4px;
    padding: 13px 18px;
    font-size: 13px;
    line-height: 16px;
    gap: 5px;
  }
  .article-wrapper .article-box .btn-box .btn .btn-title {
    margin-left: 5px;
  }
  .article-wrapper .article-box .btn-box .btn .icon-mac {
    font-size: 18px;
  }
  .article-wrapper .article-box ol,
  .article-wrapper .article-box ul {
    margin-bottom: 20px;
  }
  .article-wrapper .article-box ol li,
  .article-wrapper .article-box ul li {
    font-size: 14px;
    margin: 0 0 15px 20px;
  }
  .article-wrapper .article-box h2 {
    font-size: 22px;
    line-height: 1.5;
    padding-left: 20px;
    margin: 60px 0 25px;
  }
  .article-wrapper .article-box h2::before {
    width: 3px;
  }
  .article-wrapper .article-box h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .article-wrapper .article-box h4 {
    font-size: 14px;
    margin: 16px 0;
  }
  .article-wrapper .article-box p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .article-wrapper .article-box img {
    margin: 20px auto;
  }
  .article-wrapper .article-box iframe {
    margin-bottom: 30px;
  }
  .article-wrapper .article-box .read-box {
    margin: 22px 0 41px;
  }
  .article-wrapper .article-box .read-box .title {
    border-radius: 10px 10px 0 0;
    padding: 12px 25px;
    font-size: 20px;
    line-height: 24px;
  }
  .article-wrapper .article-box .read-box .list {
    font-size: 16px;
    border-radius: 0 0 10px 10px;
    padding: 18px;
  }
  .article-wrapper .article-box .read-box .list li {
    margin-left: 20px;
  }
  .article-wrapper .article-box .note-box {
    padding: 21px 16px;
    margin: 20px 0;
    font-size: 14px;
  }
  .article-wrapper .article-box .note-card {
    font-size: 14px;
    padding: 24px 24px 1px 24px;
  }
  .article-wrapper .article-box .tips-box {
    font-size: 14px;
    margin: 20px 0;
  }
}
.help {
  text-align: center;
  background: var(--help-bg) no-repeat center;
  background-size: cover;
  padding: 54px 0;
  color: #fff;
}
.help .help-title {
  font-size: 36px;
}
.help .help-desc {
  font-size: 24px;
  line-height: 1.5;
  margin-top: 28px;
}
.help .contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  margin: 44px auto 0 auto;
  border-radius: 7px;
  background: #fff;
  font-size: 18px;
  color: var(--theme-color);
  padding: 12px 56px;
  gap: 20px;
  font-weight: 600;
}
.help .contact-btn i {
  font-size: 25px;
}
.help .contact-btn:hover {
  background: var(--contact-btn-hover);
}
@media (max-width: 780px) {
  .help {
    background-image: var(--help-mb-bg);
    padding: 60px 0;
  }
  .help .help-title {
    font-size: 26px;
  }
  .help .help-desc {
    font-size: 20px;
    margin-top: 20px;
  }
  .help .contact-btn {
    font-size: 18px;
  }
}
