.sidebar {
  display: none;
  flex-shrink: 0;
  z-index: 50;
  width: 100%;
  max-width: 280px;
  position: fixed;
  top: 10%;
  left: 12px;
  z-index: 51;
}

body {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%), linear-gradient(135deg, #c8d5ff 0%, #cfecff 51%, #e5fff6 100%);
  background-size: 100% 320px;
  background-repeat: no-repeat;
  font-family: "Be Vietnam Pro", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.article-title .article_message label {
  opacity: 0.4;
  font-weight: 400;
}

.article-title {
  margin-bottom: 32px;
}

.bigBox {
  max-width: calc(100% - 80px);
  margin: 0 auto;
}

.article-main {
  margin: 0 24px;
}
article .ratio{
  margin-left: auto;
  margin-right: auto;
}
article .btn-box>div:last-child{
  margin-left: 0;
}
@media (min-width: 1280px) {
  .bigBox {
    max-width: calc(100% - 240px);
  }
  .article-main {
    margin-left: 48px;
    margin-right: 48px;
  }
}
@media (min-width: 1280px) {
  .sidebar {
    max-width: 260px;
    position: sticky;
    top: 24px;
    left: 24px;
    margin-top: 80px;
  }
} 
@media (min-width: 1280px) {
  .sidebar {
    max-width: 270px;
    display: block;
  }
}
.sidebar .tit {
  font-size: 18px;
  font-weight: 700;
  margin-top: 0;
}

.sidebar .accordion.v1.v1-0-1 .accordion-item {
  border: 0;
  border-radius: 16px;
}

.sidebar .accordion.v1.v1-0-1 .accordion-button {
  color: #000;
  font-weight: 700;
  background: none;
}

.sidebar .accordion.v1.v1-0-1 .accordion-button::after {
  width: 20px;
  height: 20px;
  /* background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.7498 10.5002L12.5303 16.7197C12.2374 17.0126 11.7626 17.0126 11.4697 16.7197L5.25022 10.5002" stroke="black" stroke-width="2" stroke-linecap="round"/></svg>'); */
  background-image: url('data:image/svg+xml,<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.8123 15.9061L6.37029 10.464C6.11401 10.2078 6.11401 9.79224 6.37029 9.53596L11.8123 4.09394" stroke="%230462F0" stroke-width="1.6" stroke-linecap="round"/></svg>');
  background-size: 100% 100%;
}

.sidebar .accordion.v1.v1-0-1 .accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDVMNyAxMEwxMiAxNSIgc3Ryb2tlPSIjNTI1MjUyIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
  background-size: 100% 100%;
}

.sidebar .tab-tit {
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f3e6ff 100%), linear-gradient(to right, #9fb9ff 0%, #8edbff 100%), linear-gradient(to right, #e3eaff 0%, #dbf4ff 100%);
  border: none !important;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 16px 4px 4px;
}
.sidebar .tab-tit .accordion-body {
  background: #fff;
  box-shadow: 2px 2px 2px 0px rgba(145, 116, 184, 0.2);
  border-radius: 12px;
  overflow: hidden;
  padding: 12px 6px 12px 6px !important;
}

.sidebar .tab-tit .accordion-button {
  padding: 0 16px !important;
}

.sidebar .tab-tit .accordion-body {
  margin-top: 12px;
}

.sidebar .tab-tit ul {
  position: relative;
  max-height: 500px;
  overflow-y: auto;
}

.sidebar .tab-tit ul::-webkit-scrollbar {
  width: 4px;
  height: 1px;
}

.sidebar .tab-tit ul::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}

.sidebar .tab-tit ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}

.sidebar .tab-tit ul li > ul {
  margin-top: 8px;
  padding-left: 0;
  list-style: none;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
}

.sidebar .tab-tit ul li > ul.show {
  display: block;
}

.sidebar .tab-tit ul li > a {
  display: inline-block;
  width: 100%;
  position: relative;
  font-family: "Be Vietnam Pro", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  color: #212121;
  padding: 6px 6px 6px 12px;
}
.sidebar .tab-tit ul li > a:hover {
  color: #4778ff;
}

.sidebar .tab-tit ul li.actived > a {
  color: #4778ff;
  border-left: 2px solid #4778ff;
  background: linear-gradient(90deg, #edf2ff 0%, rgba(237, 242, 255, 0) 100%);
  padding: 6px 6px 6px 10px;
}

.sidebar .tab-tit ul li.actived ul {
  max-height: 500px;
}

.sidebar .tab-tit ul li > ul.actived {
  max-height: 500px;
}

.sidebar .tab-tit ul li > ul li > a {
  font-family: "Be Vietnam Pro", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  color: rgba(33, 33, 33, 0.6);
  padding: 6px 6px 6px 12px;
}

.sidebar .tab-tit ul li:not(:last-child) {
  margin-bottom: 16px;
}

.sidebar .tab-tit ul li > ul li:not(:last-child) {
  margin-bottom: 12px;
}

#sidebar-btn-open {
  width: 52px;
  height: 52px;
  min-width: 52px;
  background-color: #cfe4fa;
  border-radius: 12px;
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 30%;
  left: 12px;
  cursor: pointer;
  z-index: 51;
}

.article-main .video-container {
  border: none;
}

.article-main .img-container {
  max-width: 100%;
  width: -moz-fit-content;
  width: fit-content;
}

#picModal .modal-dialog .modal-content {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

#picModal .modal-dialog .btn-close {
  cursor: pointer;
}

article blockquote::before,
article blockquote::after,
article blockquote::before,
article blockquote::after {
  content: none;
}

.article-main .quote-orange-line {
  border-left: 2px solid #4778ff;
}

.article_message .article_info span {
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #e2e2e2;
}

.article_share {
  margin-left: 0;
}

@media (min-width: 992.1px) {
  #sidebar-btn-open {
    position: sticky;
    top: 24px;
    left: 24px;
    display: flex;
    margin-top: 240px;
  }
}
@media (min-width: 1280px) {
  #sidebar-btn-open {
    display: none;
  }
}
.aside-banner-default {
  width: 282px;
  flex-shrink: 0;
  position: sticky;
  top: 24px;
  margin-top: 80px;
}
.aside-banner-default .top-part {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f3e6ff 100%), radial-gradient(at 80% 10%, rgba(139, 243, 255, 0.6) 0%, transparent 70%), linear-gradient(to right, #e3eaff 0%, #dbf4ff 100%);
  border-radius: 16px;
  overflow: hidden;
  padding: 36px 16px;
  text-align: center;
  color: #212121;
  font-family: "Be Vietnam Pro", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
.aside-banner-default .top-part .tit {
  font-weight: 800;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 8px;
  margin-top: 0;
}
.aside-banner-default .top-part .tit img {
  width: 32px;
  margin-right: 8px;
}
.aside-banner-default .top-part .des {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin: 8px 0 0;
}
.aside-banner-default .top-part .btn-wrap {
  margin-top: 24px;
  padding: 0 24px;
}
.aside-banner-default .top-part .btn-wrap .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-family: "Be Vietnam Pro", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  padding: 12px 24px;
}
.aside-banner-default .top-part .btn-wrap .btn svg {
  margin-right: 8px;
  width: 24px;
}
.aside-banner-default .top-part .btn-wrap .btn.btn-primary {
  background: #4778ff;
  border-color: #4778ff;
}
.aside-banner-default .top-part .btn-wrap .btn.btn-primary:hover {
  box-shadow: none;
}
.aside-banner-default .top-part .btn-wrap .btn.btn-outline-primary:hover {
  background: #3c66d9;
  color: #ffffff;
}

.article-recommend-part {
  background: rgb(238, 238, 238);
  border-radius: 20px;
  overflow: hidden;
  padding: 4px;
  margin-top: 32px;
}
.article-recommend-part .nav {
  background: #ffffff;
  box-shadow: 2px 2px 2px 0px rgba(217, 220, 226, 0.2);
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: rgba(82, 82, 82, 0.6);
  display: flex;
  justify-content: center;
  border-radius: 16px;
  padding: 4px;
}
.article-recommend-part .nav .nav-link {
  width: 50%;
  padding: 10px 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 16px;
  color: rgba(82, 82, 82, 0.6);
  cursor: pointer;
  font-weight: 400;
}
.article-recommend-part .nav .nav-link:hover {
  color: #4778ff;
}
.article-recommend-part .nav .nav-link.active {
  background: rgba(71, 120, 255, 0.1019607843);
  color: #4778ff;
  font-weight: 700;
}
.article-recommend-part .accordion.v1.v1-0-3 .accordion-item {
  border: none;
  background-color: #ffffff;
  margin-top: 8px;
  border-radius: 16px;
  overflow: hidden;
  padding: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.article-recommend-part .accordion.v1.v1-0-3 .accordion-item button {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  padding: 0;
  position: relative;
}
.article-recommend-part .accordion.v1.v1-0-3 .accordion-item button::after {
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQgN0w4IDEwTDEyIDciIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utb3BhY2l0eT0iMC40IiBzdHJva2Utd2lkdGg9IjEuNiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=") no-repeat center center;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.article-recommend-part .accordion.v1.v1-0-3 .accordion-item button:not(.collapsed) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.0784313725);
  padding: 0 0 8px;
  margin-bottom: 16px;
}
.article-recommend-part .accordion.v1.v1-0-3 .accordion-item button:not(.collapsed)::after {
  top: calc(50% - 4px);
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDEwTDggN0w0IDEwIiBzdHJva2U9IiM0Nzc4RkYiIHN0cm9rZS13aWR0aD0iMS42IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==") no-repeat center center;
}
.article-recommend-part .accordion.v1.v1-0-3 .accordion-item ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.article-recommend-part .accordion.v1.v1-0-3 .accordion-item ul li:not(:first-child) {
  margin-top: 16px;
}
.article-recommend-part .accordion.v1.v1-0-3 .accordion-item ul a {
  color: #525252;
}
.article-recommend-part .accordion.v1.v1-0-3 .accordion-item ul a:hover {
  color: #4778ff;
}
.article-recommend-part .nav-latest {
  padding: 16px 8px 16px 16px;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  margin-top: 8px;
}
.article-recommend-part .nav-latest .content-wrap {
  max-height: 400px;
  overflow: auto;
}
.article-recommend-part .nav-latest a {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #525252;
}
.article-recommend-part .nav-latest a:hover {
  color: #4778ff;
}
.article-recommend-part .nav-latest a:not(:nth-child(1)) {
  margin-top: 16px;
}
.article-recommend-part .nav-latest .icon {
  font-weight: 700;
  font-style: Italic;
  font-size: 12px;
  line-height: 120%;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyOSAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNzU3NTggNUgyOUwyNy4yNDI0IDEySDBMMS43NTc1OCA1WiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzE0MV81KSIgZmlsbC1vcGFjaXR5PSIwLjYiLz4KPGRlZnM+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xNDFfNSIgeDE9IjI5LjQzOTQiIHkxPSI1LjUiIHgyPSIwLjY5NjU0NiIgeTI9IjkuNzc0NTgiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agb2Zmc2V0PSIwLjMyODg3NCIgc3RvcC1jb2xvcj0iIzQ3NzhGRiIgc3RvcC1vcGFjaXR5PSIwIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzQ3NzhGRiIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=") no-repeat;
  background-position: left bottom;
  padding-left: 4px;
}

.article-recommend-part .accordion.v1.v1-0-3 .accordion-item button.collapsed:hover::after {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQgN0w4IDEwTDEyIDciIHN0cm9rZT0iIzQ3NzhGRiIgc3Ryb2tlLXdpZHRoPSIxLjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
}

.article-recommend-part .accordion.v1.v1-0-3 p {
  font-size: 14px;
  margin-top: 0;
  line-height: 1.4;
}

.article-recommend-part .accordion.v1.v1-0-3 .accordion-body {
  max-height: 280px;
  overflow: auto;
}

.article-breadcrumb {
  font-family: "Mulish", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin: 0;
}
.article-breadcrumb span img {
  position: relative;
  top: -2px;
}
.article-breadcrumb a {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-family: "Mulish", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  opacity: 0.6;
}
.article-breadcrumb span:last-child {
  opacity: 0.5;
}

.article-box {
  padding: 24px 0;
  max-width: 100%;
}

.downCard-switch .btn,
.btn-secure-group .btn {
  width: -moz-max-content;
  width: max-content;
  padding: 16px 18px;
  background: #4778ff;
}
.downCard-switch .text-secure,
.btn-secure-group .text-secure {
  color: #6b6b6b;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  margin: 8px auto 0;
}
.downCard-switch .text-secure img,
.btn-secure-group .text-secure img {
  margin-right: 6px;
}

.btn-secure-group .btn {
  height: unset;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
}
.btn-secure-group .btn svg {
  margin-right: 8px;
}

.article-main .directory-container .directory-part .dir-title:hover {
  color: #4778ff;
}

.article-main .directory-container .directory-part .dir-title {
  color: #4778ff;
}

.article-main .directory-container .directory-part .dir-title a {
  color: #4778ff;
}
.article-main .directory-container .directory-part .dir-title a:hover {
  color: #4778ff;
}

.article-main h3.h3-special .label {
  background: #4778ff;
}

.article-main .compare-component .list-bad > div,
.article-main .compare-component .list-good > div {
  background: #4778ff;
}

.article-main .compare-table-1 .thead div,
.article-main .compare-table-2 .thead div,
.article-main .compare-table-3 .thead div {
  background: rgba(71, 120, 255, 0.0784313725);
}

.article-main .compare-component .list-good {
  background: rgba(71, 120, 255, 0.0784313725);
}

.article-main .compare-table-1 .thead div.active,
.article-main .compare-table-2 .thead div.active,
.article-main .compare-table-3 .thead div.active {
  background: #4778ff;
}

.article-main .compare-table-1 .thead div,
.article-main .compare-table-2 .thead div,
.article-main .compare-table-3 .thead div {
  border-color: rgba(71, 120, 255, 0.1215686275);
}

.article-main .compare-table-1 .tbody .no::after,
.article-main .compare-table-1 .tbody .yes::after,
.article-main .compare-table-1 .thead .no::after,
.article-main .compare-table-1 .thead .yes::after,
.article-main .compare-table-2 .tbody .no::after,
.article-main .compare-table-2 .tbody .yes::after,
.article-main .compare-table-2 .thead .no::after,
.article-main .compare-table-2 .thead .yes::after,
.article-main .compare-table-3 .tbody .no::after,
.article-main .compare-table-3 .tbody .yes::after,
.article-main .compare-table-3 .thead .no::after,
.article-main .compare-table-3 .thead .yes::after {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4LjQ4NDYgMjIuNDAzTDI4LjAxMzYgOS44Njg4NEMyOC41MDQxIDkuMTkwODcgMjkuNDUxNCA5LjAzODkgMzAuMTI5MyA5LjUyOTM5QzMwLjgwNzMgMTAuMDE5OSAzMC45NTkzIDEwLjk2NzEgMzAuNDY4OCAxMS42NDUxTDE5Ljg5NzcgMjguOTUyOEMxOS4zNTExIDI5LjcwODQgMTguMjU4MiAyOS43OTU1IDE3LjU5ODggMjkuMTM2MUw5LjY4NDk5IDIxLjIyMjNDOS4wOTMyOSAyMC42MzA2IDkuMDkzMjkgMTkuNjcxMiA5LjY4NDk5IDE5LjA3OTVDMTAuMjc2NyAxOC40ODc4IDExLjIzNiAxOC40ODc4IDExLjgyNzcgMTkuMDc5NUwxOC40ODQ2IDIyLjQwM1oiIGZpbGw9IiM0Nzc4RkYiLz4KPC9zdmc+Cg==");
}

.article-main .compare-table-1 .tbody .no::after,
.article-main .compare-table-1 .thead .no::after,
.article-main .compare-table-2 .tbody .no::after,
.article-main .compare-table-2 .thead .no::after,
.article-main .compare-table-3 .tbody .no::after,
.article-main .compare-table-3 .thead .no::after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMS43NTAyIDI1Ljg5MjRDMTEuMDk5MyAyNi41NDMzIDExLjA5OTMgMjcuNTk4NiAxMS43NTAyIDI4LjI0OTVDMTIuNDAxIDI4LjkwMDMgMTMuNDU2MyAyOC45MDAzIDE0LjEwNzIgMjguMjQ5NUwxOS45OTk5IDIyLjM1NjhMMjUuODkyNyAyOC4yNDk2QzI2LjU0MzYgMjguOTAwNCAyNy41OTg4IDI4LjkwMDQgMjguMjQ5NyAyOC4yNDk2QzI4LjkwMDYgMjcuNTk4NyAyOC45MDA2IDI2LjU0MzQgMjguMjQ5NyAyNS44OTI1TDIyLjM1NjkgMTkuOTk5N0wyOC4yNDkzIDE0LjEwNzNDMjguOTAwMiAxMy40NTY0IDI4LjkwMDIgMTIuNDAxMiAyOC4yNDkzIDExLjc1MDNDMjcuNTk4NCAxMS4wOTk0IDI2LjU0MzIgMTEuMDk5NCAyNS44OTIzIDExLjc1MDNMMTkuOTk5OSAxNy42NDI3TDE0LjEwNzYgMTEuNzUwNEMxMy40NTY3IDExLjA5OTUgMTIuNDAxNCAxMS4wOTk1IDExLjc1MDYgMTEuNzUwNEMxMS4wOTk3IDEyLjQwMTMgMTEuMDk5NyAxMy40NTY2IDExLjc1MDYgMTQuMTA3NEwxNy42NDI5IDE5Ljk5OTdMMTEuNzUwMiAyNS44OTI0WiIgZmlsbD0iIzlDOUM5QyIvPgo8L3N2Zz4K) no-repeat;
  background-size: cover;
}

.article-main .compare-component .list-bad > div {
  background: #eee;
}

.article-main .compare-component .list-good li::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjg2MjIgMTYuODAzMUwyMS4wMDkgNy40MDI0OEMyMS4zNzY5IDYuODk0MDEgMjIuMDg3MyA2Ljc4MDAzIDIyLjU5NTggNy4xNDc5QzIzLjEwNDMgNy41MTU3NyAyMy4yMTgyIDguMjI2MTkgMjIuODUwNCA4LjczNDY3TDE0LjkyMjEgMjEuNzE1NUMxNC41MTIxIDIyLjI4MjEgMTMuNjkyNCAyMi4zNDc1IDEzLjE5NzkgMjEuODUyOUw3LjI2MjUyIDE1LjkxNzZDNi44MTg3NCAxNS40NzM4IDYuODE4NzQgMTQuNzU0MyA3LjI2MjUyIDE0LjMxMDVDNy43MDYzIDEzLjg2NjcgOC40MjU4IDEzLjg2NjcgOC44Njk1OCAxNC4zMTA1TDEzLjg2MjIgMTYuODAzMVoiIGZpbGw9IiM0Nzc4RkYiLz4KPC9zdmc+Cg==") !important;
}

.article-main .compare-table-1 .tbody div:nth-child(1),
.article-main .compare-table-2 .tbody div:nth-child(1),
.article-main .compare-table-3 .tbody div:nth-child(1) {
  background: #fff;
}

.article-main .part-subTit::before {
  background: #4778ff;
}

.article-main .content-guide-component.one-list ul li:hover {
  color: #4778ff;
}

.article-main .compare-table-2 .tbody div.active {
  background: rgb(241, 245, 255);
}

.article-main .compare-table-2 .thead div.active {
  background: rgb(225, 229, 239);
}

.article-main .related-link {
  background: rgba(71, 120, 255, 0.1019607843);
}
.article-main .related-link a {
  color: #212121;
}
.article-main .related-link a:hover {
  color: #4778ff;
}

.article-main .related-link a .icon {
  position: relative;
  top: -5px;
}

.article-main .compare-table-2 .thead div span {
  background: #4778ff;
  border: 1px solid #4778ff;
}

.article-main .compare-table-2 .tbody div.active,
.article-main .compare-table-2 .thead div.active {
  border-color: #4778ff;
  border-top: 1px solid rgba(71, 120, 255, 0.1215686275);
  border-bottom: 1px solid rgba(71, 120, 255, 0.1215686275);
}

.article-main .compare-table-2 .table-wrap .tbody:last-child div:last-child {
  border-bottom: 1px solid #4778ff;
}

.article-main .directory-container .directory-part .content li a {
  color: #525252;
}
.article-main .directory-container .directory-part .content li a:hover {
  color: #4778ff;
  text-decoration: underline;
}

.article-main .directory-container .directory-part .content li:hover::before {
  background-color: #4778ff;
}

.article-main .directory-container .directory-part .content::before {
  background: rgba(71, 120, 255, 0.1019607843);
}

.article-main .part-tit {
  background: #f3fbfe;
}

.article-main .part-tit::before {
  background: #f3fbfe;
}

.article-main .table-version .table-container .custom-table tbody tr:last-child td {
  color: #4778ff;
}

.article-main .step-list-2 > li::after {
  background-color: #4778ff;
}

.article-main .step-list-3 > li::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuNjI1IDEwTDguNzUgMTMuMTI1TDE1IDYuODc1IiBzdHJva2U9IiM0Nzc4RkYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}

.article-main .svg-dot > li::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTIiIGN5PSIxMi41IiByPSIzIiBmaWxsPSIjNDc3OEZGIi8+Cjwvc3ZnPgo=");
}

.article-main .svg-cross > li::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjk5OSA2TDUuOTk5NTUgMTMuOTk5NSIgc3Ryb2tlPSIjNDc3OEZGIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNNi4wMDA5OCA2TDE0LjAwMDUgMTMuOTk5NSIgc3Ryb2tlPSIjNDc3OEZGIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
}

.article-main .svg-black-dot > li::before {
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="5" fill="%23212121"/></svg>');
}

.article-main .svg-star > li::before {
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.7884 5.45569C11.872 5.27562 12.128 5.27562 12.2116 5.45569L13.9285 9.15264C13.9625 9.22585 14.0319 9.27628 14.1121 9.286L18.1586 9.77643C18.3557 9.80032 18.4348 10.0438 18.2894 10.179L15.3039 12.9542C15.2448 13.0092 15.2183 13.0908 15.2338 13.17L16.0179 17.1701C16.056 17.3649 15.8489 17.5154 15.6754 17.4188L12.1134 15.4371C12.0429 15.3979 11.9571 15.3979 11.8866 15.4371L8.32456 17.4188C8.15106 17.5154 7.94395 17.3649 7.98214 17.1701L8.76617 13.17C8.78169 13.0908 8.75518 13.0092 8.69606 12.9542L5.7106 10.179C5.56518 10.0438 5.64429 9.80032 5.84139 9.77643L9.88794 9.286C9.9307 9.27628 10.0375 9.22585 10.0715 9.15264L11.7884 5.45569Z" fill="%23212121"/></svg>');
}

.article-main .svg-flag > li::before {
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.96856 8.75024C8.58366 8.40913 9 7.75319 9 7C9 5.89543 8.10457 5 7 5C5.89543 5 5 5.89543 5 7C5 7.75319 5.41634 8.40913 6.03144 8.75024C6.01092 8.83007 6 8.91376 6 8.99999V18C6 18.5523 6.44772 19 7 19C7.55228 19 8 18.5523 8 18V8.99999C8 8.91376 7.98908 8.83007 7.96856 8.75024ZM11.7423 7C12.8562 7 13.5962 7.12615 14.2769 7.52846C14.96 7.93077 15.3515 8.12846 16.4646 8.12846C17.1638 8.12846 17.7137 8.08402 18.1954 7.95119C18.5686 7.84825 19 8.0999 19 8.48707V13.7229C19 13.8999 18.9073 14.0652 18.7511 14.1485C18.1381 14.4756 17.4682 14.6923 16.4869 14.6923C15.3723 14.6923 14.9592 14.5708 14.2769 14.1638C13.5954 13.7615 12.8562 13.6362 11.7423 13.6362C11.007 13.6362 10.3451 13.8081 9.78367 14.0416C9.42582 14.1905 9 13.9456 9 13.558V8.08595C9 7.90961 9.09207 7.745 9.24745 7.66161C9.90406 7.3092 10.7573 7 11.7423 7Z" fill="%23212121"/></svg>');
}

.article-main .svg-finger > li::before {
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.5 4.5001C13.9 3.7001 11 7.50012 9 9.5001V16.5001C10.5 16.5001 13.4 17.5001 15 17.5001C16.6 17.5001 16.6667 15.3335 16.5 14.5001C17.3 14.1001 17.5 12.3335 17.5 11.5001C19 11.5001 21.5 11.1653 21.5 10.0001C21.5 8.37972 16.5 9.00012 14 9.00012C15.1667 7.83345 16.5 5.00011 15.5 4.5001Z" stroke="%23212121" stroke-linecap="round" stroke-linejoin="round"/><rect x="5" y="9" width="5" height="8" rx="1" fill="%23212121"/><path d="M7 13.5V16" stroke="white" stroke-linecap="round"/></svg>');
}

.article-main .svg-right > li::before {
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="6.5" stroke="%23212121"/><path d="M9 12L11.5 14L15 10" stroke="%23212121" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.article-main .svg-wrong > li::before {
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="6.5" stroke="%23212121"/><path d="M14.8281 9.17139L9.17127 14.8282" stroke="%23212121" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.17188 9.17139L14.8287 14.8282" stroke="%23212121" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.article-main .num-orange > li::before {
  background: rgba(71, 120, 255, 0.0784313725);
  color: #4778ff;
}

.article-main .related-topic .up {
  background: rgba(71, 120, 255, 0.0784313725);
}

.article-main .related-topic .down a {
  color: #4778ff;
}

.article-main .advertisement-card-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(180deg, #4778ff 0%, #cccffa 75.7%);
  border-radius: 12px;
  border: none;
  overflow: hidden;
}

.article-main .advertisement-card-1 .left .btn {
  display: inline-flex;
  height: 60px;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 48px;
  font-family: Roboto;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  border: 2px solid #212121;
  border-radius: 200px;
  overflow: hidden;
  background: #fff;
}

.article-main .advertisement-card-2 {
  background: url("https://images.pdnob.com/article/advertisement-card-bg.png") no-repeat center center;
  background-size: cover;
  padding: 38px 30px 38px 48px;
}
.article-main .advertisement-card-2 .left {
  width: 66%;
  flex: unset;
}
.article-main .advertisement-card-2 .tit {
  font-family: Mulish;
  font-weight: 800;
  font-size: 36px;
  line-height: 120%;
  color: #1a1a1c;
}
.article-main .advertisement-card-2 ul {
  font-family: Mulish;
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  color: #1a1a1c;
  margin-top: 16px;
}
.article-main .advertisement-card-2 ul li {
  margin: 0;
}
.article-main .advertisement-card-2 a {
  background: url("https://images.pdnob.com/article/advertisement-card-btn-bg.png") no-repeat center center;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 272px;
  background-size: 100% 100%;
  color: #fff;
}
.article-main .advertisement-card-2 a img {
  margin-left: 10px;
}

.btn-group .btn {
  display: inline-flex;
  align-items: center;
}
.btn-group .btn svg {
  margin-right: 10px;
}

.downCard-switch .btn-group {
  text-align: center;
  width: -moz-max-content;
  width: max-content;
}
.article-main .downCard-switch .left a:hover{
  text-decoration: underline;
}
.article-main .downCard-switch .right .btn-layout{
  width: max-content;
}
@media (max-width: 992px) {
  .downCard-switch .btn,
  .btn-secure-group .btn {
    padding: 4px 48px;
    display: inline-flex;
    align-items: center;
    margin-top: 16px;
  }
  .downCard-switch .btn svg,
  .btn-secure-group .btn svg {
    margin-right: 10px;
  }
  .article-main .advertisement-card-1 .left .text2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
  }
  .article-main .advertisement-card-1 {
    background: linear-gradient(0deg, #97dcff 0%, #4778ff 100%), linear-gradient(114.74deg, #337aff 16.53%, rgba(51, 122, 255, 0) 78.65%);
  }
  .article-main .advertisement-card-2 {
    background: url("https://images.pdnob.com/article/advertisement-card-bg-mb.png") no-repeat center center;
    background-size: cover;
    padding: 30px 20px 64px;
  }
  .article-main .advertisement-card-2 .left {
    width: 100%;
  }
  .article-main .advertisement-card-2 .left ul {
    text-align: left;
  }
  .article-main .advertisement-card-2 .right {
    display: none;
  }
}
@media (max-width: 1600px) {
  .article-recommend-part .accordion.v1.v1-0-3 .accordion-body {
    max-height: 140px;
    overflow: auto;
  }
  .aside-banner-default .top-part {
    padding: 18px 12px;
  }
  .aside-banner-default {
    max-width: 260px;
    top: 24px;
    overflow: auto;
  }
  #sidebar-btn-open {
    margin-top: 24px;
  }
  .aside-banner-default {
    margin-top: 24px;
  }
  .sidebar {
    margin-top: 24px;
  }
  .article-recommend-part {
    margin-top: 16px;
  }
  .bigBox {
    max-width: calc(100% - 120px);
  }
  .aside-banner-default .top-part .des {
    font-size: 12px;
  }
  .article-recommend-part .nav-latest .content-wrap {
    max-height: 273px;
  }
}
@media (max-width: 992px) {
  .bigBox {
    max-width: 100%;
  }
  [data-page=article] .h2,
  [data-page=article] h2 {
    font-size: 20px;
    line-height: 140%;
  }
  .article-main {
    padding: 0;
  }
  .bigBox {
    display: block;
  }
  .sidebar {
    display: none;
    position: relative;
    left: 24px;
    max-width: calc(100% - 48px);
  }
  .top-msg-part-mb {
    padding: 16px 0 0;
  }
  .article-title {
    margin-top: 16px;
  }
  .article_message {
    margin-top: 24px;
  }
  .article_share a {
    margin-right: 0;
  }
  .article_share a:not(:last-child) {
    margin-right: 8px;
  }
  .article_share {
    margin-top: 0;
  }
  .sidebar .tab-tit ul li.actived > a {
    background: unset;
    border-left: 2px solid transparent;
    color: #212121;
  }
  .sidebar .tab-tit ul li > ul {
    max-height: unset;
  }
  .article-title {
    margin-bottom: 0;
  }
  .sidebar .tab-tit .accordion-body {
    margin-top: 14px;
  }
  .sidebar .tab-tit .accordion-body {
    padding: 6px !important;
  }
  .sidebar .tab-tit ul li.actived > a {
    padding: 4px 0 4px 12px;
  }
  .sidebar .tab-tit ul li:not(:last-child) {
    margin-bottom: 4px;
  }
  .sidebar .tab-tit ul li > ul {
    margin-top: 4px;
  }
  .sidebar .tab-tit ul li > ul li > a {
    padding: 4px 12px 4px 16px;
  }
  .sidebar .tab-tit ul li > ul li:not(:last-child) {
    margin-bottom: 2px;
  }
  .sidebar {
    margin-bottom: 0;
  }
  .article-box {
    padding: 0;
  }
  .accordion.v1.v1-0-1 .accordion-item {
    margin-bottom: 4px;
  }
  .article-breadcrumb a {
    opacity: 0.6;
  }
}
@media (min-width: 1920.02px) {
  .article-main {
    margin: 0 48px !important;
  }
}
@media (min-width: 1280px) {
  [data-page=article] .h2,
  [data-page=article] h2 {
    font-size: 40px;
    line-height: 140%;
  }
}
@media (max-width: 1600px) {
  [data-page=article] .h2,
  [data-page=article] h2 {
    font-size: 28px;
    line-height: 140%;
  }
}
@media (max-width: 992px) {
  [data-page=article] .h2,
  [data-page=article] h2 {
    font-size: 24px;
    line-height: 140%;
  }
}
.downCard-switch .btn, .btn-secure-group .btn{
  padding: 16px 18px;
}
.article-main .advertisement-card .right .btn-group{
  width: max-content;
}
.article-main{
  max-width:930px;
}
@media(max-width:1600px){
  .article-main .advertisement-card{
    flex-wrap: wrap;
  }
  .article-main .advertisement-card .left {
    width: 100%;
  }
  .article-main .advertisement-card .right .dev-mobile .btn-group{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
 
 