body {
  height: auto !important;
}
[class^=btn] {
  display: inline-block;
}
.btn-bl:hover {
  color: #fff;
}
a {
  color: #0256FF;
}
a:hover,
a:focus,
a:visited {
  color: #0256FF;
}
.banner {
  padding: 50px 0 34px;
  background: #091121;
  color: #fff;
}
.banner .tt {
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 24px;
}
.banner .tt img {
  vertical-align: -8px;
  margin-right: 13px;
}
.banner .btn-lg {
  min-width: 260px;
  height: 48px;
  padding: 10px;
  line-height: 27px;
  box-shadow: 0px 10px 20px 0px rgba(34, 88, 246, 0.4);
  margin-bottom: 10px;
}
.banner .wrap {
  display: flex;
  justify-content: space-between;
}
.banner .wrap .left {
  width: calc(100% - 342px);
}
.banner .w {
  margin-top: 16px;
  margin-left: 25px;
}
.banner .w img {
  vertical-align: -3px;
}
.banner .bannertxt {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .banner .container-theme {
    background: none;
  }
  .banner .wrap .left {
    width: 100%;
    text-align: center;
  }
  .banner .wrap .right {
    display: none;
  }
}
.adsense-v2-template .js-toc-box {
  display: none !important;
}
.adsense-v2-template .container-theme {
  width: 1200px;
  background-position: 67%;
}
.adsense-v2-template .container-box .container-theme {
  display: flex;
  justify-content: space-between;
}
.adsense-v2-template .container-box .container-theme .content {
  max-width: calc(100% - 100% * 0.066667 - 300px);
}
.adsense-v2-template .container-box .right-sidebar {
  flex-basis: 300px;
  margin-left: calc(100% * 0.066667);
  margin-top: 70px;
}
.adsense-v2-template .container-box .right-sidebar .sidebar-1 {
  margin-bottom: 30px;
  height: 250px;
}
.adsense-v2-template .container-box .right-sidebar .sidebar-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  height: 600px;
  margin-bottom: 50px;
}
.adsense-v2-template .feedback .helpful-btn-list a {
  margin: 0px 20px;
}
@media (max-width: 1280px) {
  .adsense-v2-template .container-theme {
    max-width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 1024px) {
  .adsense-v2-template .container-box .container-theme .content {
    width: 100%;
    max-width: 100%;
  }
}
.container-box {
  padding: 24px 0 80px;
}
.container-box a > img {
  border-radius: 8px;
  max-width: 800px;
}
.container-box p > span > img,
.container-box p > img {
  vertical-align: middle;
}
.container-box h1 {
  margin-bottom: 24px;
  line-height: 54px;
}
.container-box h2 {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 24px;
  margin-top: 60px;
  padding-top: 20px;
}
.container-box h3 {
  font-size: 24px;
  margin-bottom: 40px;
  line-height: 30px;
  margin-top: 20px;
  padding-top: 20px;
}
.container-box h4 {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 24px;
}
.container-box p {
  font-size: 18px;
}
.container-box p:not(:last-child) {
  margin-bottom: 24px;
}
.container-box p.align-center {
  text-align: center;
}
.container-box p.align-center a > img {
  border: 1px solid #E8EDFF;
}
.container-box .img-p {
  text-align: center;
  font-size: 0;
  margin-bottom: 40px !important;
}
.container-box .img-p img {
  border: 1px solid #E8EDFF;
}
.container-box .zhaiyao {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 24px;
}
.container-box .author-info {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  justify-content: space-between;
}
.container-box .author-info .author-des > img {
  border-radius: 50%;
  margin-right: 15px;
  vertical-align: -2px;
}
.container-box .author-des {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.container-box .author-des a {
  text-decoration: underline;
}
.container-box .author-des a:hover {
  color: #2258F6 !important;
  text-decoration: underline !important;
}
.container-box .push-date {
  margin-right: 20px;
  margin-bottom: 0 !important;
  font-size: 14px;
}
.container-box .push-date a {
  margin-right: 12px;
}
.container-box .media {
  display: flex;
  gap: 8px;
  font-size: 0;
  align-items: center;
}
.container-box .media span {
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .container-box .right-sidebar {
    display: none;
  }
  .container-box .container-theme {
    justify-content: center;
    width: 900px;
    max-width: 100%;
    padding: 0 12px;
  }
  .container-box .container-theme .content {
    width: 100%;
    max-width: 100%;
  }
}
.mg-40 {
  margin-bottom: 40px !important;
}
.a-blue {
  color: #0256FF;
  font-weight: 600;
  position: relative;
}
.a-blue::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
}
.a-blue:hover::before {
  background: #2258F6;
}
.breadcrumb {
  display: flex;
  font-size: 12px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.breadcrumb li {
  margin-right: 3px;
}
.breadcrumb li a {
  color: #0256FF;
}
.center-box-toc {
  background: #F8F9FA;
  border-radius: 16px 16px 16px 16px;
  padding: 24px 24px 8px;
  margin-bottom: 80px;
}
.center-box-toc strong {
  line-height: 30px;
  margin-bottom: 24px;
  font-size: 24px;
  display: block;
  position: relative;
  cursor: pointer;
}
.center-box-toc strong::before {
  background: url(../svg/ub-article-ic-arrow-16.svg) no-repeat;
  width: 16px;
  height: 16px;
  content: '';
  right: 15px;
  top: 50%;
  margin-top: -8px;
  transition: 0.5s;
  display: block;
  position: absolute;
  transform: rotate(90deg);
}
.center-box-toc.active strong {
  transition: 1s;
  margin-bottom: 18px;
  color: #0256FF;
}
.center-box-toc.active strong::before {
  transform: rotate(0);
}
.center-box-toc .center-toc-list1 {
  display: none;
}
.center-box-toc .center-toc-list1 ol {
  padding-left: 0 !important;
}
.center-box-toc .center-toc-list1 ol a:hover {
  color: #2258F6 !important;
}
.center-box-toc .center-toc-list-level1 > a,
.center-box-toc .toc-list-item > a {
  font-weight: 600;
  padding-left: 20px;
  position: relative;
  color: #000;
}
.center-box-toc .center-toc-list-level1 > a::before,
.center-box-toc .toc-list-item > a::before {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 2px;
  left: 7px;
  top: 11px;
  background: #000;
}
.center-box-toc .center-toc-list-level1 .is-collapsed,
.center-box-toc .toc-list-item .is-collapsed {
  max-height: 1000vh !important;
}
.center-box-toc .center-toc-list-level1 .is-collapsed .toc-list-item,
.center-box-toc .toc-list-item .is-collapsed .toc-list-item {
  line-height: 14px;
  margin-bottom: 0;
}
.center-box-toc .center-toc-list-level1 .is-collapsed .toc-list-item > a,
.center-box-toc .toc-list-item .is-collapsed .toc-list-item > a {
  font-size: 14px;
  padding-left: 20px;
  color: #000;
  font-weight: normal;
  margin-top: 16px;
}
.center-box-toc .center-toc-list-level1 .is-collapsed .toc-list-item > a::before,
.center-box-toc .toc-list-item .is-collapsed .toc-list-item > a::before {
  display: none;
}
.center-box-toc .center-toc-list-level2 {
  line-height: 20px;
}
.center-box-toc .center-toc-list-level2 > a {
  font-size: 14px;
  padding-left: 20px;
  margin-bottom: 16px;
  color: #000;
}
.conter-box-citation {
  padding-left: 24px;
  position: relative;
  margin-bottom: 80px;
}
.conter-box-citation::before {
  width: 4px;
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background: #2258F6;
}
.conter-box-citation p {
  font-size: 18px;
  opacity: 0.8;
  line-height: 32px;
}
.post-area > table {
  min-width: 100%;
  margin-bottom: 24px;
}
.post-area > table th,
.post-area > table td {
  border: 1px solid #D6D6D6;
  font-size: 18px;
  line-height: 32px;
  padding: 16px;
  text-align: left;
  vertical-align: middle;
  box-sizing: border-box;
}
.post-area > table .table-txt {
  line-height: 24px;
  font-weight: 400;
}
.post-area a > img {
  border: 1px solid #E8EDFF;
}
.conter-table {
  margin-bottom: 24px;
  overflow: hidden;
}
.conter-table table {
  border: 1px solid #D6D6D6;
}
.conter-table table th,
.conter-table table td {
  border: 1px solid #D6D6D6;
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  padding: 16px;
  text-align: left;
  vertical-align: middle;
}
.conter-table table .table-txt {
  line-height: 24px;
  font-weight: 400;
}
.conter-table table th:nth-child(2),
.conter-table table td:nth-child(2) {
  width: 58.96%;
}
.conter-table table th:nth-child(3),
.conter-table table td:nth-child(3) {
  text-align: center;
}
.conter-tips {
  background: #F2FBF8;
  margin-top: 40px;
  padding: 24px;
  font-size: 18px;
  margin-bottom: 40px;
  line-height: 32px;
  border-radius: 16px 16px 16px 16px;
}
.conter-tips > strong {
  display: block;
  margin-bottom: 10px;
}
.conter-tips ul li:last-child {
  margin-bottom: 0 !important;
}
.conter-notes {
  background: #FDF7EB;
  margin-top: 40px;
  padding: 24px;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 40px;
  border-radius: 16px 16px 16px 16px;
}
.conter-notes > strong {
  display: inline-block;
  margin-bottom: 10px;
}
.conter-notes ul {
  padding-left: 0 !important;
}
.conter-notes ul li {
  padding-left: 16px;
  line-height: 28px;
  position: relative;
  list-style: none !important;
}
.conter-notes ul li:not(:last-child) {
  margin-bottom: 8px;
}
.conter-notes ul li:last-child {
  margin-bottom: 0 !important;
}
.conter-notes ul li::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  left: 5px;
  top: 14px;
  display: block;
}
.conter-warning {
  background: #FEF6F6;
  margin-top: 40px;
  padding: 24px;
  font-size: 18px;
  margin-bottom: 40px;
  line-height: 32px;
  border-radius: 16px 16px 16px 16px;
}
.conter-warning > strong {
  display: block;
  margin-bottom: 10px;
}
.conter-warning ul li:last-child {
  margin-bottom: 10px !important;
}
.transaction {
  border-radius: 16px 16px 16px 16px;
  background: url(../png/ub-article-ab-img-download-bg%402x.png) no-repeat;
  background-size: 100% 100%;
  padding: 40px 40px 40px 80px;
  margin-bottom: 40px;
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.transaction .right {
  width: 64.5%;
  margin-left: 9.8%;
}
.transaction .right .tt {
  line-height: 26px;
  margin-bottom: 16px;
  font-weight: 600;
}
.transaction .right .tt img {
  margin-right: 5px;
  vertical-align: -9px;
}
.transaction .right .tt2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 16px;
}
.transaction .right ul {
  font-size: 14px;
  line-height: 24px;
}
.transaction .right ul li {
  position: relative;
  padding-left: 12px;
  list-style: none !important;
}
.transaction .right ul li::before {
  content: '';
  left: 0;
  top: 9px;
  display: block;
  position: absolute;
  background: #000;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}
.transaction .right ul li:last-child {
  margin-bottom: 0;
}
.transaction .btn-item {
  margin-top: 16px;
  font-size: 12px;
  color: #000;
  line-height: 1;
  padding: 0;
}
.transaction .btn-item .tip {
  margin-top: 8px;
  line-height: 18px;
}
.transaction .btn-item .tip img {
  font-weight: 100;
  vertical-align: -4px;
}
.transaction .btn-down {
  line-height: 1;
  height: 48px;
  min-width: 220px;
  box-shadow: 0px 10px 20px 0px rgba(34, 88, 246, 0.4);
}
.transaction .btn-down .btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.transaction .btn-down .down-ic {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../ab-download-ic-download-white-24%402x.html) no-repeat;
  background-size: 24px 24px;
  margin-right: 10px;
}
.transaction .btn-down .txt {
  line-height: 1;
  font-size: 14px;
  color: #fff;
  position: relative;
  margin-left: 20px;
}
.transaction .btn-down .txt::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../ab-download-ic-download-white-24%402x.html) no-repeat;
  background-size: 24px 24px;
  position: absolute;
  left: -30px;
}
.transaction .btn-down .ed {
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}
.secure-down::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../svg/av-personal-p4-ic-down16.svg) no-repeat;
  background-size: 24px 24px;
  margin-right: 10px;
  position: absolute;
  left: 46px;
  top: 20px;
}
.conter-down {
  background: #F2F7FD;
  border-radius: 16px 16px 16px 16px;
  padding: 40px;
  align-items: center;
  display: flex;
  margin: 40px 0;
  justify-content: space-between;
}
.conter-down .tt {
  line-height: 38px;
  margin-bottom: 24px;
  font-weight: 600;
}
.conter-down .tt img {
  margin-right: 5px;
  vertical-align: -9px;
}
.conter-down .btn-down {
  line-height: 1;
  height: 64px;
  min-width: 294px;
  box-shadow: 0px 10px 20px 0px rgba(34, 88, 246, 0.4);
  padding: 11px 0;
}
.conter-down .btn-down strong {
  font-size: 20px;
  line-height: 26px;
}
.conter-down .btn-down strong::before {
  width: 24px;
  height: 24px;
  background: url(../svg/av-personal-p4-ic-down16.svg) no-repeat;
  background-size: 24px 24px;
  content: "";
  margin-right: 0;
  position: relative;
  top: -2px;
  display: inline-block;
  visibility: visible;
  vertical-align: middle;
}
.conter-down .btn-down .btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.conter-down .btn-down .down-ic {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../ab-download-ic-download-white-24%402x.html) no-repeat;
  background-size: 24px 24px;
  margin-right: 10px;
}
.conter-down .btn-down .txt {
  line-height: 1;
  font-size: 16px;
  color: #fff;
}
.conter-down .btn-down .ed {
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}
.conter-down2 {
  margin: 40px 0;
  text-align: center;
}
.conter-down2 .btn-item {
  font-size: 12px;
  color: #000;
  height: auto;
  padding: 0;
  min-width: 0;
}
.conter-down2 .btn-item .tip {
  margin-top: 16px;
  line-height: 22px;
  font-size: 16px;
}
.conter-down2 .btn-item .tip img {
  font-weight: 100;
  vertical-align: -4px;
}
.conter-down2 .btn-down {
  line-height: 1;
  height: 64px;
  min-width: 296px;
  box-shadow: 0px 10px 20px 0px rgba(34, 88, 246, 0.4);
}
.conter-down2 .btn-down .btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.conter-down2 .btn-down .down-ic {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../svg/av-personal-p4-ic-down16.svg) no-repeat;
  background-size: 24px 24px;
  margin-right: 10px;
}
.conter-down2 .btn-down .txt {
  line-height: 1;
  font-size: 20px;
}
.conter-down2 .btn-down .ed {
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}
.container-box .content .post-secdown {
  margin: 40px auto;
  display: table;
  margin: 1em auto;
  min-width: 270px;
  text-align: center;
  border: 0;
  color: #63686b;
  text-decoration: none;
  line-height: normal;
}
.container-box .content .post-secdown .a-tp {
  line-height: 1;
  height: 64px;
  min-width: 296px;
  box-shadow: 0px 10px 20px 0px rgba(34, 88, 246, 0.4);
  padding: 0 20px;
  background: #2258f6;
  display: flex;
  border-radius: 50px;
  color: #fff;
  transition: transform 0.15s, background-color 0.15s;
  position: relative;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.container-box .content .post-secdown .a-tp > span > span:nth-child(1)::before {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../svg/av-personal-p4-ic-down16.svg) no-repeat;
  background-size: 24px 24px;
  content: "";
  margin-right: 0;
  position: relative;
  top: -2px;
  display: inline-block;
  visibility: visible;
  vertical-align: middle;
}
.container-box .content .post-secdown .a-tp > span > span {
  margin: 0;
  word-break: keep-all;
  white-space: nowrap;
  display: block;
}
.container-box .content .post-secdown .a-tp:lang(tw)::after {
  top: 8px;
}
.container-box .content .post-secdown .a-tp:lang(de)::after {
  left: 35px;
}
.container-box .content .post-secdown .a-tp:lang(fr)::after {
  left: 40px;
}
.container-box .content .post-secdown .a-tp::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 50px;
  z-index: -1;
  transition: all ease-out 0.2s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.container-box .content .post-secdown .a-tp:focus,
.container-box .content .post-secdown .a-tp:active,
.container-box .content .post-secdown .a-tp:hover {
  background: #1f4fdd;
}
.container-box .content .post-secdown .a-tp:hover::before {
  position: absolute;
  height: calc(100% + (1rem / 2));
  width: calc(100% + (1rem / 2));
  border-radius: 50px;
  background: #1f4fdd;
}
.container-box .content .post-secdown .a-tp > span {
  float: none;
  display: inline-block;
  width: auto;
  padding: 0;
  margin: 0;
}
.container-box .content .post-secdown .a-tp > span > span:first-child {
  font-size: 20px;
  margin-bottom: 4px;
  line-height: 26px;
  padding: 0 !important;
}
.container-box .content .post-secdown .a-tp > span > span {
  font-size: 12px;
}
.container-box .content .post-secdown .a-bt {
  margin-top: 16px;
  color: #000;
}
.container-box .content .post-secdown .a-bt::before {
  width: 20px;
  height: 20px;
  background: url(../ub-article-ab-ic-secure-20.html) no-repeat;
}
.ytb-play {
  margin-bottom: 40px !important;
  text-align: center;
}
.ytb-play > iframe {
  border-radius: 8px 8px 8px 8px;
}
.conter-list {
  font-size: 18px;
  color: #000000;
  line-height: 28px;
  margin-bottom: 24px;
  padding: 0 !important;
}
.conter-list li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 18px;
  list-style: none !important;
}
.conter-list li::before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  left: 5px;
  top: 12px;
}
.conter-faq {
  margin-top: 40px;
}
.conter-faq-item {
  padding: 24px 0;
  border-bottom: 1px solid #E6E8E9;
}
.conter-faq-item .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.conter-faq-item:first-child {
  border-top: 1px solid #E6E8E9;
}
.conter-faq-item h5 {
  font-size: 18px;
  line-height: 22px;
}
.conter-faq-item .tab-panel {
  margin-top: 24px;
  line-height: 32px;
  font-size: 18px;
  display: none;
  transform: 0.5s all;
}
.conter-faq-item.active .tab-panel {
  display: block;
}
.conter-faq-item.active .tt-ic::after {
  transform: rotate(-45deg);
}
.conter-faq-item.active .tt-ic::before {
  transform: rotate(45deg);
}
.conter-faq-item .tt-ic {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  border-radius: 4px;
  color: #000;
  position: relative;
  margin-right: 10px;
}
.conter-faq-item .tt-ic::after,
.conter-faq-item .tt-ic::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: #fff;
  border-radius: 2px;
}
.conter-faq-item .tt-ic::after,
.conter-faq-item .tt-ic::before {
  left: 25%;
  top: calc(50% - 4.16%);
  width: 24px;
  height: 2px;
  background: #2258f6;
  transition: transform 0.5s, opacity 0.5s;
}
.conter-faq-item .tt-ic::after {
  transform: rotate(270deg);
  opacity: 1;
}
.content-related .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content-related .wrap .item {
  width: 47%;
  padding: 16px 16px 30px 16px;
  border-radius: 8px 8px 8px 8px;
}
.content-related .wrap .item:hover {
  background: #F8F9FA;
}
.content-related .wrap h5 {
  font-size: 16px;
}
.content-related .wrap h5 a {
  width: 100%;
  word-wrap: break-word;
  color: #000000;
  margin-bottom: 8px;
}
.content-related .wrap h5 a:hover {
  color: #0256FF;
  text-decoration: underline !important;
}
.content-related .wrap h5 a span span {
  font-weight: 600 !important;
}
.content-related .wrap p.related-txt {
  font-size: 14px;
  line-height: 20px;
}
.container-theme {
  width: 900px;
  margin: auto;
  max-width: 100%;
}
.ctt-wrap {
  margin-bottom: 80px;
}
.ctt-wrap ul {
  padding-left: 20px;
}
.ctt-wrap ul li {
  list-style: disc;
  margin-bottom: 10px;
}
.ctt-wrap ul li:last-child {
  margin-bottom: 24px;
}
.ctt-wrap ol {
  padding-left: 20px;
}
.ctt-wrap ol li {
  list-style: decimal;
  margin-bottom: 10px;
}
.ctt-wrap ol li:last-child {
  margin-bottom: 24px;
}
.ctt-wrap a[name^="H2-"],
.ctt-wrap a[name^="H3-"] {
  display: none;
}
@media (max-width: 991px) {
  .container-theme {
    padding: 0 15px;
  }
}
.footer-free {
  background: url(../jpg/ub-article-ab-img-dibu.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 55px;
}
.footer-free .wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
}
.footer-free .wrap .left {
  width: 658px;
  max-width: 100%;
}
.footer-free h2 {
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 38px;
}
.footer-free p.des {
  margin-bottom: 24px;
  line-height: 26px;
  font-size: 20px;
}
.footer-free .btn-item {
  font-size: 12px;
  color: #000;
  height: auto;
  padding: 0;
  min-width: 0;
  display: flex;
  margin-bottom: 40px;
}
.footer-free .btn-item .tip {
  margin-top: 16px;
  line-height: 22px;
  font-size: 16px;
}
.footer-free .btn-item .tip img {
  font-weight: 100;
  vertical-align: -4px;
}
.footer-free .btn-down {
  line-height: 1;
  height: 56px;
  min-width: 240px;
  box-shadow: 0px 10px 20px 0px rgba(34, 88, 246, 0.4);
}
.footer-free .btn-down .btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-free .btn-down .down-ic {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../ub-article-ab-ic-download-24-1.html) no-repeat;
  background-size: 24px 24px;
  margin-right: 10px;
}
.footer-free .btn-down .txt {
  line-height: 1;
  text-align: left;
  font-size: 18px;
}
.footer-free .btn-down .ed {
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}
.footer-free .tip {
  margin-left: 24px;
}
.footer-free .logo-list {
  width: 436px;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}
.footer-free .logo-list li {
  width: 125px;
  height: 25px;
  background: url(../svg/ub-article-ab-img-medium-logo.svg) no-repeat;
}
.footer-free .logo-list li:nth-child(1) {
  background-position: 0 0;
}
.footer-free .logo-list li:nth-child(2) {
  background-position: -167px 0;
}
.footer-free .logo-list li:nth-child(3) {
  background-position: -320px 0;
}
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
.lightbox .lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10000;
}
.lightbox .close {
  position: absolute;
  top: -70px;
  width: 48px;
  height: 48px;
  right: -100px;
  cursor: pointer;
  background: url(../ub-help-ic-img-close-48%402x.html) no-repeat;
  background-size: 100% 100%;
}
.lightbox .lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
.feedback {
  overflow: hidden;
}
.feedback .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.feedback .box .helpful-btn-list {
  display: flex;
  align-items: center;
}
.feedback .clickNo.container {
  display: block;
}
.feedback .clickNo.container textarea {
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  height: 120px;
  padding: 12px;
  font-size: 14px;
  border: 1px solid #E6E8E9;
  resize: none;
}
.feedback .clickNo.container #feedback-title {
  font-weight: 400;
}
.feedback .container {
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #E6E8E9;
  padding: 32px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 900px;
}
.feedback #feedback-title {
  font-size: 20px;
  font-weight: 600;
  flex-shrink: 0;
  margin-bottom: 0;
}
.feedback #feedback-title p {
  margin: 0;
}
.feedback #feedback-title p:first-of-type {
  font-size: 20px;
  font-weight: 700;
}
.feedback #feedback-title span {
  font-size: 16px;
  font-weight: 400;
}
.feedback #feedback-title.gou::before {
  margin-right: 10px;
  vertical-align: -14px;
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../png/ub-help-ic-thank-40%402x.png) no-repeat;
  background-size: 100% 100%;
  top: 13px;
}
.feedback #feedback-title > p:nth-child(2) {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.feedback .helpful-btn-list a {
  color: #000;
  font-size: 20px;
  margin: 0 30px;
  flex-shrink: 0;
}
.feedback .helpful-btn-list a:hover {
  text-decoration: none !important;
}
.feedback .helpful-btn-list a:lang(jp) {
  font-size: 18px;
}
.feedback .helpful-btn-list a::before {
  display: inline-block;
  content: '';
  width: 24px;
  margin-right: 5px;
  height: 24px;
  vertical-align: -4px;
  background: url(../svg/av-help-ic-zan-24.svg) no-repeat;
  background-size: 100% 100%;
}
.feedback .helpful-btn-list a:nth-child(1):hover {
  color: #0256FF;
}
.feedback .helpful-btn-list a:nth-child(1):hover::before {
  background-image: url(../svg/av-help-ic-zan-24-hover.svg);
}
.feedback .helpful-btn-list a:nth-child(2):hover {
  color: #0256FF;
}
.feedback .helpful-btn-list a:nth-child(2):hover::before {
  background-image: url(../svg/av-help-ic-zan-24-hover.svg);
}
.feedback .helpful-btn-list a:nth-child(2)::before {
  transform: rotate3d(360, 0, 0, 180deg);
}
.feedback #feedback-form {
  margin-top: 30px;
  position: relative;
}
.feedback #character-counter {
  position: absolute;
  color: #7d7d7d;
  bottom: 95px;
  font-size: 12px;
  left: 10px;
  font-family: 'Myriad Pro', Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.feedback #feedback-form button {
  width: 120px;
  height: 48px;
  background: #2258F6;
  border-radius: 288px 288px 288px 288px;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.feedback #feedback-form a {
  color: #0256FF;
}
.feedback #feedback-form #feedback-cancel {
  color: #0256FF;
  width: auto;
  background: transparent;
  margin-left: 20px;
  cursor: pointer;
}
.feedback #feedback-form #feedback-cancel:hover {
  text-decoration: underline;
}
.feedback #feedback-form p {
  margin: 5px auto 10px;
}
.feedback #feedback-form a:hover {
  text-decoration: underline !important;
}
.conter-down .btn-box,
.btn-item .btn-box {
  height: inherit;
}
.post-quote,
.post-note,
.post-tips,
.post-tip {
  margin-top: 40px;
  margin-bottom: 40px;
}
.post-tip ul li:last-child {
  margin-bottom: 0 !important;
}
.post-quote .a-fr p {
  font-size: 16px;
}
@media (max-width: 767px) {
  .feedback {
    width: 100%;
    float: none;
  }
  .feedback .container {
    text-align: center;
    width: 100%;
    float: none;
    flex-direction: column;
  }
  .feedback .box.clickNo textarea {
    width: 100%;
    display: block;
    max-width: 100%;
  }
  .ctt-wrap iframe {
    width: 100% !important;
  }
}
@media (max-width: 600px) {
  .feedback .box {
    padding: 30px 20px;
    flex-direction: column;
  }
  .feedback #character-counter {
    position: relative;
    bottom: 26px;
  }
  .feedback #feedback-title {
    font-size: 16px;
  }
  .feedback #feedback-title.gou::before {
    margin-right: 10px;
    zoom: 0.5;
  }
}
@media (max-width: 600px) {
  .feedback #feedback-title.gou::before {
    vertical-align: -9px;
  }
  .feedback .box {
    align-items: flex-start;
    text-align: left;
  }
  .feedback .helpful-btn-list a {
    margin: 0;
  }
  #unuseful-btn {
    margin-left: 20px;
  }
}
@media (max-width: 500px) {
  #summary #post-date img {
    margin-right: 3px;
  }
  #summary #post-date #post-by {
    margin-right: 8px;
  }
  .feedback .clickNo .box textarea {
    max-width: 100%;
  }
}
.js-toc-box {
  background: #FFFFFF;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #E6E8E9;
  width: 300px;
  top: 10%;
  position: fixed;
  border-radius: 0 12px 12px 0;
  display: none;
  transition: 0.3s all;
  left: 2px;
}
.js-toc-box .toc-link {
  color: #000;
}
.js-toc-box.toc-show {
  left: -300px;
}
.js-toc-box.toc-show .toc-button {
  left: 300px;
}
.js-toc-box h3 {
  font-size: 0;
  pointer-events: none;
}
.js-toc-box h3 > span {
  display: block;
  font-size: 24px;
  line-height: 30px;
  padding: 20px 24px 20px;
}
.js-toc-box h3 .js-toc-close {
  pointer-events: auto;
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  display: block;
  top: 28px;
  right: 20px;
  background: url(../svg/ub-article-ab-sidebar-ic-arrow-16.svg) no-repeat;
}
.js-toc-box h3 .js-toc {
  pointer-events: auto;
  overflow-y: auto;
  max-height: 400px;
  /*定义滚动条轨道*/
  /*定义滑块*/
}
.js-toc-box h3 .js-toc::-webkit-scrollbar {
  width: 5px;
}
.js-toc-box h3 .js-toc::-webkit-scrollbar-track {
  border-radius: 5px;
}
.js-toc-box h3 .js-toc::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #E6E8E9;
}
.js-toc-box h3.shouqi .js-toc-close {
  top: 24px;
}
.js-toc-box .toc-button {
  background: #FFFFFF;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #E6E8E9;
  position: absolute;
  left: -300px;
  top: 0px;
  cursor: pointer;
  transition: 400ms;
  width: 220px;
  font-size: 14px;
  border-radius: 0 12px 12px 0;
  line-height: 54px;
  pointer-events: auto;
  color: #000;
  padding-left: 50px;
}
.js-toc-box .toc-button::before {
  content: '';
  display: block;
  position: absolute;
  left: 16px;
  top: 14px;
  width: 24px;
  height: 24px;
  background: url(../svg/ub-article-ab-sidebar-ic-box-24.svg) no-repeat;
}
.js-toc-box .toc-button::after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  display: block;
  top: 20px;
  right: 20px;
  transform: rotate(180deg);
  background: url(../svg/ub-article-ab-sidebar-ic-arrow-16.svg) no-repeat;
}
.js-toc-box .is-collapsed {
  max-height: 1000vh !important;
}
.js-toc-box .js-toc > .toc-list {
  position: relative;
  padding-left: 1px;
}
.js-toc-box .js-toc > .toc-list > .toc-list-item:nth-last-child(2) .toc-link {
  margin-bottom: 0;
}
.js-toc-box .js-toc > .toc-list::after {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 95%;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  background: #EBEBEB;
}
.js-toc-box .js-toc > .toc-list .lan-gaodu {
  display: block;
  position: absolute;
  width: 2px;
  height: 0;
  left: 4px;
  top: 2px;
  z-index: 1;
  transition: 0.2s all;
  background: #2258F6;
}
.js-toc-box .toc-list li a {
  word-break: break-word;
  white-space: normal;
  padding-left: 30px;
}
.js-toc-box .toc-list-item {
  line-height: 20px;
  display: flex;
  flex-direction: column;
  margin: 0 !important;
}
.js-toc-box .toc-list-item .toc-link {
  line-height: 20px;
  position: relative;
  font-weight: 600;
  font-size: 14px;
  z-index: 2;
  margin-bottom: 16px;
  color: #000;
}
.js-toc-box .toc-list-item .toc-link::before {
  content: ' ';
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #8F8F8F;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.js-toc-box .toc-list-item .is-collapsible .toc-link {
  font-weight: 400;
  font-size: 12px;
  padding-left: 38px;
}
.js-toc-box .is-active-li > .toc-link {
  color: #0256FF;
}
.js-toc-box .is-active-li > .toc-link::before {
  background: #2258F6;
  border: 1px solid #2258F6;
}
.js-toc-box .js-toc-li {
  padding: 16px 0;
  background: #F9F9FB;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom-right-radius: 12px;
}
.js-toc-box .js-toc-li li {
  width: 43%;
  padding-left: 22px;
  position: relative;
}
.js-toc-box .js-toc-li li::before {
  content: '';
  width: 16px;
  height: 16px;
  left: 0;
  top: 5px;
  display: block;
  position: absolute;
}
.js-toc-box .js-toc-li li a {
  color: #000;
  font-size: 14px;
}
.js-toc-box .js-toc-li li a:lang(it),
.js-toc-box .js-toc-li li a:lang(jp),
.js-toc-box .js-toc-li li a:lang(fr) {
  font-size: 12px;
}
.js-toc-box .js-toc-li li a:hover {
  text-decoration: underline !important;
}
.js-toc-box .js-toc-li li:nth-child(1)::before {
  background: url(../svg/ub-article-ab-sidebar-ic-backup-16.svg);
}
.js-toc-box .js-toc-li li:nth-child(2)::before {
  background: url(../svg/ub-article-ab-sidebar-ic-emlbackup-16.svg);
}
.js-toc-box .js-toc-li li:nth-child(3)::before {
  background: url(../svg/ub-article-ab-sidebar-ic-clone-16.svg);
}
.js-toc-box .js-toc-li li:nth-child(4)::before {
  background: url(../svg/ub-article-ab-sidebar-ic-sync-16.svg);
}
.box-download {
  margin-left: 20px;
}
.box-download::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../ab-download-ic-download-white-24%402x.html) no-repeat;
  background-size: 24px 24px;
  margin-right: 10px;
  position: absolute;
  left: 23px;
  top: 16px;
}
.transaction-download {
  margin-left: 20px;
}
.transaction-download::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../ab-download-ic-download-white-24%402x.html) no-repeat;
  background-size: 24px 24px;
  margin-right: 10px;
  position: absolute;
  left: 27px;
  top: 11px;
}
.toc-list-item,
.lan-gaodu {
  list-style: none !important;
}
.list-paddingleft-2 {
  padding-left: 20px;
}
@media (max-width: 1500px) {
  .js-toc-box {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .ytb-play iframe {
    max-width: 100%;
  }
  .conter-table {
    max-width: 100%;
    overflow-x: scroll;
  }
  .conter-table table {
    position: relative;
    table-layout: fixed;
    min-width: 600px;
    z-index: 1;
  }
  .conter-table table td:first-child,
  .conter-table table th:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: -5px;
    z-index: 2;
    background: #fff;
    width: 15%;
  }
}
@media (max-width: 767px) {
  .conter-down,
  .transaction {
    padding: 20px;
    flex-direction: column;
    align-items: center;
  }
  .conter-down .right,
  .transaction .right {
    text-align: center;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .conter-down .right ul,
  .transaction .right ul {
    text-align: left;
    display: inline-block;
  }
  .conter-down .right .tt2,
  .transaction .right .tt2 {
    font-size: 20px;
    line-height: 24px;
  }
  .conter-down .left,
  .transaction .left {
    text-align: center;
  }
  .conter-down .left img,
  .transaction .left img {
    zoom: 0.8;
  }
  .conter-author {
    flex-direction: column;
    text-align: center;
  }
  .conter-author .left {
    margin: auto;
    width: 50px;
    max-width: 100%;
  }
  .conter-author .right {
    width: 100%;
  }
  .content-related {
    text-align: center;
  }
  .footer-free {
    padding: 50px 0;
    text-align: center;
  }
  .footer-free .btn-item {
    flex-direction: column;
    align-items: center;
  }
  .footer-free .logo-list {
    gap: 30px;
    justify-content: space-around;
  }
  .post-svideo.as-loaded {
    width: 100% !important;
  }
  .post-area a > img {
    width: 100% !important;
  }
  .post-area table {
    width: 100% !important;
    overflow-x: auto;
    display: block;
  }
}
@media (max-width: 565px) {
  .content-related .wrap {
    display: block;
  }
  .content-related .wrap .item {
    width: 500px;
    max-width: 100%;
    margin: 0 auto 16px;
    padding: 10px;
  }
}
#back-top {
  width: 42px;
  height: 42px;
  background: url(../svg/ub-ic-back-top-40.svg) no-repeat;
  background-position-x: -19px;
  background-position-y: -13px;
  position: fixed;
  bottom: 100px;
  right: 20px;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.05);
  cursor: pointer;
  border-radius: 50%;
}
[lang=jp] .js-toc-box .js-toc-li li {
  width: 44%;
}
.tutorial-section p.align-center {
  margin-top: 24px;
  margin-bottom: 24px;
}
.tutorial-section .step-txt {
  font-size: 18px;
}
.prettyprint {
  margin: 24px 0;
}
.container-box {
  position: relative;
}
.sidebar {
  width: 330px;
  position: absolute;
  right: calc((100% - 900px)/4);
  top: 40px;
  width: 384px;
  font-size: 14px;
}
.sidebar.f-fixed {
  position: fixed;
}
.sidebar p {
  font-size: 14px;
  line-height: 2;
}
.sidebar .side-item,
.sidebar .free-remote {
  background: #FFFFFF;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  border: 1px solid #E6E8E9;
  padding: 32px;
}
.sidebar h3 {
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 24px;
  padding: 0;
}
.sidebar ol {
  margin-left: 10px;
}
.sidebar dd,
.sidebar li {
  position: relative;
  padding-left: 15px;
  line-height: 28px;
}
.sidebar dd::before,
.sidebar li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: 0;
  top: 13px;
}
.sidebar .free-remote {
  padding: 24px 32px;
}
.sidebar .free-remote h3 {
  text-align: center;
}
.sidebar .free-remote .main-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar .free-remote .downloading {
  text-align: center;
  margin: 24px 0;
}
.sidebar .free-remote .secure,
.sidebar .free-remote .free-btn {
  text-align: center;
}
.sidebar .free-remote .btn-sm {
  width: 200px;
  font-weight: bold;
  box-shadow: 0px 10px 20px 0px rgba(34, 88, 246, 0.4);
}
.sidebar .free-remote .secure {
  margin-top: 10px;
}
.sidebar .free-remote .secure::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../svg/av-ic01.svg) no-repeat;
  vertical-align: middle;
}
.sidebar .side-item dt {
  font-size: 24px;
}
.sidebar .side-item a {
  color: #000;
}
.sidebar .side-item a:hover {
  font-weight: bold;
  color: #0256FF;
}
.sidebar .item2 {
  padding-bottom: 18px;
  margin: 24px 0;
}
.sidebar .item3 {
  padding-left: 24px;
  padding-right: 24px;
}
.sidebar .search-txt {
  width: 218px;
  height: 48px;
  display: inline-block;
  background: #FAFAFA;
  border-radius: 288px 288px 288px 288px;
  border: 1px solid #E6E8E9;
  padding: 0 23px;
}
.sidebar .search-btn {
  display: inline-block;
  width: 102px;
  height: 48px;
  background: #2258F6;
  border-radius: 288px;
  cursor: pointer;
}
.sidebar .search-box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1770px) {
  .sidebar {
    display: none !important;
  }
}
@media (max-width: 2559px) {
  .sidebar {
    transform: translateX(50%);
  }
}
@media (min-width: 2560px) {
  .container-box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 100px;
  }
  .container-box .container-theme {
    margin: 0;
  }
  .container-box .sidebar {
    position: static;
    width: 384px;
    height: 912.8px;
  }
  .container-box .sidebar.f-fixed .sidebar__inner {
    position: fixed;
    top: 40px;
    width: 384px;
    height: 912.8px;
  }
}
.js-toc-box {
  padding-right: 10px;
}
