body a {
  color: #2258f6;
}
a.toc-link {
  color: currentColor;
  height: 100%;
}
.post-secdown .a-tp > span > span {
  display: block;
}
.content .post-secdown,
.post-secdown {
  display: table;
}
.content .post-secdown .a-bt::before,
.post-secdown .a-bt::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  background: url(https://www.ubackup.com/assets/images/posts/0/ic-security-0.png) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  position: relative;
  top: -2px;
}
.content .inner-content .post-area p > a,
.conter-author p > a,
.content .inner-content .post-area li > a,
.conter-author li > a,
.content .inner-content .post-area span > a,
.conter-author span > a,
.content .inner-content .post-area strong a,
.conter-author strong a,
.content .inner-content .post-area dd a,
.conter-author dd a {
  font-weight: 700;
  position: relative;
  display: inline-table;
  margin-left: 0.1em;
}
.content .inner-content .post-area p > a:before,
.conter-author p > a:before,
.content .inner-content .post-area li > a:before,
.conter-author li > a:before,
.content .inner-content .post-area span > a:before,
.conter-author span > a:before,
.content .inner-content .post-area strong a:before,
.conter-author strong a:before,
.content .inner-content .post-area dd a:before,
.conter-author dd a:before {
  content: "";
  display: block;
  height: 1px;
  background: #2258f6;
  bottom: 0;
  left: 50%;
  width: 0;
  position: absolute;
}
.content .inner-content .post-area p > a:hover:before,
.conter-author p > a:hover:before,
.content .inner-content .post-area li > a:hover:before,
.conter-author li > a:hover:before,
.content .inner-content .post-area span > a:hover:before,
.conter-author span > a:hover:before,
.content .inner-content .post-area strong a:hover:before,
.conter-author strong a:hover:before,
.content .inner-content .post-area dd a:hover:before,
.conter-author dd a:hover:before {
  width: 100%;
  left: 0;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-origin: unset;
  -ms-transform-origin: unset;
  transform-origin: unset;
}
.content .inner-content .post-area .center-box-toc p > a:before,
.content .inner-content .post-area .center-box-toc li > a:before {
  content: none;
}
.center-box-toc .center-toc-b .toc-list .toc-list-item > .node-name--H2 {
  position: relative;
  font-size: 18px;
}
.center-box-toc .center-toc-b .toc-list .toc-list-item > .node-name--H2:before {
  content: "-";
  left: 0;
  top: 0;
}
.center-box-toc .center-toc-b .toc-list .toc-list-item > .node-name--H2:hover:before {
  content: "-";
  width: 0;
  left: 0;
  height: 0;
  transition: unset;
  transform: unset;
}
.center-box-toc .center-toc-b .toc-list .toc-list-item > .node-name--H3 {
  font-weight: normal;
  font-size: 14px;
}
.banner {
  padding: 60px 0;
  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: 56px;
  padding: 10px;
}
.banner .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner .wrap .left {
  width: 57%;
}
.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 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
  .banner .wrap .left {
    width: 100%;
    text-align: center;
  }
}
.adsense-v2-template .container-theme {
  width: 1200px;
  display: flex;
  justify-content: space-between;
}
.adsense-v2-template .container-theme .content {
  max-width: calc(100% - 100% * 0.066667 - 300px);
}
.adsense-v2-template .right-sidebar {
  flex-basis: 300px;
  margin-left: calc(100% * 0.066667);
  margin-top: 70px;
}
.adsense-v2-template .right-sidebar .sidebar-1 {
  margin-bottom: 30px;
  background: green;
  height: 245px;
}
.adsense-v2-template .right-sidebar .sidebar-2 {
  position: sticky;
  top: 50px;
  background-color: #2258f6;
  height: 600px;
  margin-bottom: 50px;
}
.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 {
  font-size: 0;
  text-align: center;
  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 {
  color: #000;
  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: #2258f6;
  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: #000;
}
.breadcrumb li.active {
  opacity: 0.6;
}
.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(https://www.ubackup.com/resource/images/ab-theme/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: #2258f6;
}
.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: 3px;
  top: 12px;
  background: #000;
}
.center-box-toc .center-toc-list-level1 > a,
.center-box-toc .toc-list-item > a {
  margin-bottom: 16px;
}
.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: 21px;
  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;
}
.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;
}
.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-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: 18px;
}
.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;
}
.transaction {
  border-radius: 16px 16px 16px 16px;
  background: url(https://www.ubackup.com/resource/images/ab-theme/ub-article-ab-img-download-bg@2x.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: 0 10px 20px 0 rgba(34, 88, 246, 0.4);
  display: flex !important;
  align-items: center;
}
.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(https://www.ubackup.com/resource/images/download/ab-download-ic-download-white-24@2x.webp) no-repeat;
  background-size: 24px 24px;
  margin-right: 10px;
}
.transaction .btn-down .txt {
  line-height: 1;
  font-size: 14px;
}
.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(https://www.ubackup.com/resource/images/ab-theme/ub-article-ab-ic-download-24.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: 24px 40px;
  align-items: center;
  display: flex;
  margin: 40px 0;
  justify-content: space-between;
}
.conter-down .tt {
  line-height: 26px;
  margin-bottom: 8px;
  font-weight: 600;
}
.conter-down .tt img {
  margin-right: 5px;
  vertical-align: -9px;
}
.conter-down .btn-down {
  line-height: 1;
  height: 56px;
  min-width: 220px;
  box-shadow: 0 10px 20px 0 rgba(34, 88, 246, 0.4);
  padding: 5px 0;
}
.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(https://www.ubackup.com/resource/images/download/ab-download-ic-download-white-24@2x.webp) no-repeat;
  background-size: 24px 24px;
  margin-right: 10px;
}
.conter-down .btn-down .txt {
  line-height: 1;
  font-size: 16px;
}
.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: 0 10px 20px 0 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(https://www.ubackup.com/resource/images/ab-theme/ub-article-ab-ic-download-24.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 {
  text-align: center;
  margin: 40px auto;
}
.container-box .content .post-secdown .a-tp {
  line-height: 1;
  height: 64px;
  min-width: 296px;
  box-shadow: 0 10px 20px 0 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::after {
  display: block;
  width: 24px;
  height: 24px;
  background: url(https://www.ubackup.com/resource/images/ab-theme/ub-article-ab-ic-download-24.svg) no-repeat;
  background-size: 24px 24px;
  content: "";
  margin-right: 0;
  visibility: visible;
}
.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;
  padding-left: 20px;
}
.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-pt,
.container-box .content .post-secdown .a-bt {
  margin-top: 16px;
  color: #000;
}
.container-box .content .post-secdown .a-pt::before,
.container-box .content .post-secdown .a-bt::before {
  width: 20px;
  height: 20px;
  background: url(https://www.ubackup.com/resource/images/ab-theme/ub-article-ab-ic-secure-20.svg) 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;
}
.accordion {
  margin-top: 40px;
}
.accordion .collapsed-box .collapsed {
  padding: 24px 0;
  border-bottom: 1px solid #e6e8e9;
}
.accordion .collapsed-box .collapsed:first-child {
  border-top: 1px solid #e6e8e9;
}
.accordion .collapsed-box .collapsed span {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  padding: 0;
}
.accordion .collapsed-box .collapsed span::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  transition: 0.5s all;
  background: url(https://www.ubackup.com/resource/images/ab-theme/ub-article-ab-ic-faq-jia-24.svg) no-repeat;
  position: static;
}
.accordion .collapsed-box .collapsed p {
  margin-top: 24px;
  line-height: 32px;
  font-size: 18px;
  display: none;
  transform: 0.5s all;
}
.accordion .collapsed-box .collapsed.active span::after {
  transform: rotate(135deg);
  background-position: 0;
}
.conter-author {
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #e6e8e9;
  display: flex;
  padding: 40px;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 80px;
}
.conter-author .left {
  width: 12.5%;
}
.conter-author .left img {
  border-radius: 50%;
}
.conter-author .right {
  width: 83.1%;
}
.conter-author .right .name {
  margin-bottom: 16px;
  line-height: 22px;
}
.conter-author .right .name span {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: #2258f6;
}
.conter-author .right div {
  line-height: 28px;
  font-size: 16px;
}
.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: #2258f6;
  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%;
}
.post-navcon {
  visibility: hidden;
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
}
.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;
}
@media (max-width: 991px) {
  .container-theme {
    padding: 0 15px;
  }
}
.footer-free {
  background: url(https://www.ubackup.com/resource/images/ab-theme/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: 0 10px 20px 0 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(https://www.ubackup.com/resource/images/ab-theme/ub-article-ab-ic-download-24-1.svg) 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(https://www.ubackup.com/resource/images/ab-theme/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(https://www.ubackup.com/resource/images/help/ub-help-ic-img-close-48@2x.png) 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 {
  margin-top: 80px;
  margin-bottom: 80px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 0 !important;
}
.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 {
  float: right;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #e6e8e9;
  padding: 32px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.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(https://www.ubackup.com/resource/images/help/ub-help-ic-thank-40@2x.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:lang(jp) {
  font-size: 18px;
}
.feedback .helpful-btn-list a::after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(https://www.ubackup.com/resource/images/help/ub-help-ic-yes-24-blue@2x.png);
  background-size: 100% 100%;
  position: absolute;
  opacity: 0;
}
.feedback .helpful-btn-list a::before {
  display: inline-block;
  content: "";
  width: 24px;
  margin-right: 5px;
  height: 24px;
  vertical-align: -4px;
  background: url(https://www.ubackup.com/resource/images/help/ub-help-ic-yes-24-black@2x.png) no-repeat;
  background-size: 100% 100%;
}
.feedback .helpful-btn-list a:nth-child(1):hover {
  color: #2258f6;
}
.feedback .helpful-btn-list a:nth-child(1):hover::before {
  background-image: url(https://www.ubackup.com/resource/images/help/ub-help-ic-yes-24-blue@2x.png);
  transform: rotate3d(360, 0, 0, 180deg);
}
.feedback .helpful-btn-list a:nth-child(2):hover {
  color: #2258f6;
}
.feedback .helpful-btn-list a:nth-child(2):hover::before {
  background-image: url(https://www.ubackup.com/resource/images/help/ub-help-ic-yes-24-blue@2x.png);
  transform: none;
}
.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: #2258f6;
}
.feedback #feedback-form #feedback-cancel {
  color: #2258f6;
  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;
  line-height: 24px;
}
.post-quote,
.post-note,
.post-tips,
.post-tip {
  margin-top: 40px;
  margin-bottom: 40px;
}
.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%;
  }
}
@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: 0 10px 20px 0 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-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 0;
}
.js-toc-box h3 .js-toc-close {
  pointer-events: auto;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  display: block;
  top: 27px;
  right: 20px;
  cursor: pointer;
  background: url(https://www.ubackup.com/resource/images/ab-theme/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(https://www.ubackup.com/resource/images/ab-theme/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);
  cursor: pointer;
  background: url(https://www.ubackup.com/resource/images/ab-theme/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::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: calc(100% - 34px);
  left: 4px;
  top: 15px;
  background: #ebebeb;
}
.js-toc-box .js-toc > .toc-list .lan-gaodu {
  display: block;
  position: absolute;
  width: 2px;
  height: 0;
  left: 4px;
  top: 5px;
  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: 21px;
  position: relative;
  font-weight: 600;
  font-size: 14px;
  z-index: 2;
  margin-bottom: 11px;
}
.js-toc-box .toc-list-item .toc-link::before {
  content: " ";
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #8f8f8f;
  left: 0;
  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: #2258f6;
}
.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;
  flex-direction: column;
  padding-left: 45px;
  border-bottom-right-radius: 12px;
}
.js-toc-box .js-toc-li li {
  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(https://www.ubackup.com/resource/images/ub-mr-theme/ub-article-MR-windows-ic-backup-16.svg);
}
.js-toc-box .js-toc-li li:nth-child(2)::before {
  background: url(https://www.ubackup.com/resource/images/ub-mr-theme/ub-article-mr-partition-ic-16.svg);
}
.box-download {
  margin-left: 20px;
}
.box-download::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(https://www.ubackup.com/resource/images/download/ab-download-ic-download-white-24@2x.webp) 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(https://www.ubackup.com/resource/images/download/ab-download-ic-download-white-24@2x.webp) 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 {
    zoom: 0.7;
  }
}
@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: 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;
  }
}
@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(https://www.ubackup.com/resource/images/ab-theme/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%;
}
.cke_editable .post-tips,
.content .post-area .post-tips,
.post-area .post-tips {
  font-size: inherit;
}
.cke_editable .post-tips dt,
.content .post-area .post-tips dt,
.post-area .post-tips dt {
  font-size: inherit;
}
.cke_editable .post-tips dd,
.content .post-area .post-tips dd,
.post-area .post-tips dd,
.cke_editable .post-tips li,
.content .post-area .post-tips li,
.post-area .post-tips li {
  font-size: inherit;
}
.container-box p.align-center a > img,
.post-area p.align-center a > img,
.post-area p a > img {
  max-width: 800px;
}
.content .inner-content .post-area p > a.stpl-a-loaded:hover:before,
.conter-author p > a.stpl-a-loaded:hover:before,
.content .inner-content .post-area li > a.stpl-a-loaded:hover:before,
.conter-author li > a.stpl-a-loaded:hover:before,
.content .inner-content .post-area span > a.stpl-a-loaded:hover:before,
.conter-author span > a.stpl-a-loaded:hover:before {
  content: none;
}
.content .inner-content .post-area p > a.stpl-a-loaded:before,
.conter-author p > a.stpl-a-loaded:before,
.content .inner-content .post-area li > a.stpl-a-loaded:before,
.conter-author li > a.stpl-a-loaded:before,
.content .inner-content .post-area span > a.stpl-a-loaded:before,
.conter-author span > a.stpl-a-loaded:before {
  content: none;
}
.post-quote {
  border-left: 4px solid #2258f6;
  padding-left: 1em;
}
.post-quote p {
  font-size: 14px;
  color: #a0a0a0;
}
.post-quote .a-fl {
  display: none;
}
.post-area [data-block-name] ul li:last-child {
  margin-bottom: 0;
}
.post-area [data-block-name] dd:last-child {
  margin-bottom: 0;
}
.post-area > ol[start] skny li {
  margin-bottom: 1.1em;
}
.post-area > ol > li,
.post-area > ul > li,
.post-area > dl > dd,
.post-area > dl > dd,
.post-area > dl > dt {
  margin-bottom: 1.1em;
}
.post-area > ol > li:last-of-type,
.post-area > ul > li:last-of-type,
.post-area > dl > dd:last-of-type,
.post-area > dl > dd:last-of-type,
.post-area > dl > dt:last-of-type {
  margin-bottom: 0;
}
.post-area > ol,
.post-area > ul,
.post-area > dl,
.post-area > pre {
  margin-bottom: 1.1em;
}
.center-box-toc .toc-list li {
  margin-bottom: 0;
}
.cke_editable .post-tips dt,
.content .post-tips dt,
.post-tips dt {
  font-size: 1.4rem !important;
  margin-bottom: 0.5em !important;
}
.center-box-toc .center-toc-b .toc-list .toc-list-item > .node-name--H3 {
  display: block;
}
@media screen and (max-width: 1024px) {
  img {
    max-width: 100% !important;
  }
  .container-box .author-info {
    flex-wrap: wrap;
  }
}
.banr .ic-dwn,
.recomm .ic-dwn {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(https://www.ubackup.com/resource/images/icon/ic-download-16.svg) no-repeat center;
  margin-right: 3px;
  vertical-align: middle;
  transform: translateY(-2px);
}
.banr {
  background: #F2F7FD url(https://www.ubackup.com/resource/images/ub-ar-theme/ub-article-afr-banner-bg@2x.jpg) no-repeat center / cover;
  padding: 30px;
  text-align: center;
}
.banr-cnt {
  display: flex;
  justify-content: center;
  gap: 32px;
}
.banr-it {
  width: 434px;
  border-radius: 16px;
  background: #FFFFFF;
  padding: 28px;
}
.banr-it .sup {
  font-size: 14px;
  line-height: 24px;
}
.banr-it .sup img {
  margin-right: 5px;
  vertical-align: middle;
}
.banr-it h4 {
  margin: 8px 0 20px;
  line-height: 1.2;
}
.banr-it h4:lang(es) {
  font-size: 18px;
}
.banr-it .des {
  font-size: 14px;
  line-height: 16px;
  max-width: 370px;
  margin: 0 auto 28px;
}
.banr-it .btn-md {
  min-width: 220px;
}
@media (max-width: 992px) {
  .banr-cnt {
    flex-direction: column;
    align-items: center;
  }
  .banr-it {
    max-width: 600px;
    width: 100%;
    padding: 28px 10px;
  }
}
.recomm {
  padding: 50px 0 60px;
  text-align: center;
  background: #F2F7FD url(https://www.ubackup.com/resource/images/ub-ar-theme/ub-article-afr-img-dibu@2x.jpg) no-repeat center / cover;
}
.recomm .btn-md {
  min-width: 200px;
}
.recomm h2 {
  margin-bottom: 42px;
  font-size: 30px;
  line-height: 38px;
}
.recomm-ls {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.recomm-it {
  margin: 0 auto;
  max-width: 760px;
  width: 100%;
  padding: 16px 28px;
  border-radius: 12px;
  background: #FFFFFF;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recomm-it:lang(jp),
.recomm-it:lang(es),
.recomm-it:lang(it),
.recomm-it:lang(fr) {
  max-width: 860px;
}
.recomm-it .it-lf {
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  display: flex;
  align-items: center;
}
.recomm-it .it-lf img {
  margin-right: 12px;
}
.recomm-it .it-lf strong {
  margin-right: 3px;
}
@media (max-width: 760px) {
  .recomm-it {
    flex-direction: column;
    gap: 16px;
  }
}
@media (max-width: 600px) {
  .recomm-it .it-lf {
    flex-direction: column;
  }
}
.content-related .wrap .item a {
  color: #000 !important;
}
.content-related .wrap .item a:hover {
  color: #2258f6 !important;
  text-decoration: underline !important;
}
.content-related .wrap .h5 {
  font-weight: 700;
}
.x-content-key-update .x-title {
  font-size: 36px;
  line-height: 42px;
  font-weight: bold;
  margin-bottom: 24px;
  margin-top: 60px;
  padding-top: 20px;
}
.x-content-key-update .x-update-info {
  margin-top: 40px;
}
.x-content-key-update ul.x-update-list li {
  display: none;
  margin-bottom: 40px;
}
.x-content-key-update ul.x-update-list li:last-child {
  margin-bottom: 0;
}
.x-content-key-update .x-date {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 16px;
}
.x-content-key-update .x-txt p {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 16px;
}
.x-content-key-update .x-txt p:last-child {
  margin-bottom: 0;
}
.x-content-key-update .x-txt p::before {
  content: '';
  position: absolute;
  left: 12px;
  top: 9px;
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
}
.x-content-key-update .x-show-more {
  cursor: pointer;
  margin-top: 24px;
}
.x-content-key-update .x-show-more:hover {
  color: #2258F6;
}
.x-content-key-update .x-show-more:hover svg path {
  fill: #2258F6;
}
.x-content-key-update .x-show-more span,
.x-content-key-update .x-show-more svg {
  display: inline-block;
  vertical-align: middle;
}
.x-content-key-update .x-show-more span {
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  line-height: 22px;
}
.x-content-key-update .x-pagination-controls {
  display: none;
  margin-top: 40px;
  text-align: center;
}
.x-content-key-update .x-prev,
.x-content-key-update .x-next {
  margin: 0 15px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #E5E5E5;
}
.x-content-key-update .x-prev {
  rotate: 180deg;
}
/*# sourceMappingURL=ub-mr-theme.css.map */