h1 {
  font-family: Noto Serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  margin: 24px 0 12px;
}

.fade-in {
  animation-fill-mode: forwards;
  animation: fadeInUp 1s 0.2s ease both;
}

.article-content img {
  border-radius: 24px;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.ratio-16x9 {
  border-radius: 12px;
  overflow: hidden;
}

.article-wrapper {
  padding-bottom: 100px;
}
.article-wrapper a {
  color: rgb(33, 112, 229);
  text-decoration: underline;
}
.article-wrapper a:hover {
  color: rgb(33, 112, 229);
}

img {
  max-width: 100%;
}

table {
  width: 100%;
}

.published-info {
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  margin-top: 12px;
  color: rgba(17, 17, 17, 0.7);
  margin-bottom: 0;
}

.article-container {
  width: 750px;
  padding: 64px 0 0;
}

.article-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: start;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
}
.article-breadcrumb span {
  font-weight: 300;
  margin: 0 4px;
}
.article-breadcrumb a {
  text-decoration: none;
  color: #111;
}

.article-wrapper {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.article-social-media {
  padding: 18px 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  position: sticky;
  top: 15%;
  border: 1px solid rgba(17, 17, 17, 0.2);
  border-radius: 16px;
  margin-top: 304px;
}
.article-social-media .article-social-media-item {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.81px solid rgba(17, 17, 17, 0.2);
  border-radius: 50%;
  cursor: pointer;
  color: rgba(17, 17, 17, 0.4);
  transition: all 0.3s ease;
}
.article-social-media .article-social-media-item:not(:last-child) {
  margin-bottom: 18px;
}
.article-social-media .article-social-media-item:hover {
  color: rgb(17, 17, 17);
  background: rgba(17, 17, 17, 0.08);
}

.article-content {
  padding: 48px 0 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
}
.article-content h2 {
  margin: 40px 0 24px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}
.article-content h2 + p {
  margin-bottom: 48px;
}
.article-content h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
.article-content h3 + p {
  margin-top: 12px;
}
.article-content p {
  margin: 24px 0;
}
.article-content ul {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  margin: 24px 0;
  list-style: none;
  padding-left: 0;
}
.article-content ul.list-disc {
  list-style: disc;
  padding-left: 2rem;
}
.article-content ul li:not(:last-child) {
  margin-bottom: 8px;
}
.article-content .table-of-contents {
  padding: 24px;
  border: 1px solid rgba(17, 17, 17, 0.2);
  border-radius: 24px;
  margin: 40px 0;
}
.article-content .table-of-contents p {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 20px;
}
.article-content .table-of-contents ul {
  margin: 0;
  list-style: disc;
  padding-left: 2rem;
}
.article-content .table-of-contents ul ul {
  margin-top: 16px;
}
.article-content .table-of-contents ul ul li {
  margin: 8px 0;
}
.article-content .table-of-contents ul ul li:last-child {
  margin-bottom: 16px;
}
.article-content .table-of-contents li {
  font-size: 16px;
  line-height: 140%;
  margin: 12px 0;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.article-content .table-of-contents li span {
  background: url("https://pixpretty-images.tenorshare.ai/article/frame_2628.png?w=76&h=40");
  background-size: 100% 100%;
  color: rgb(255, 255, 255);
  font-weight: 800;
  font-size: 12px;
  line-height: 16px;
  padding: 2px 7px 2px 8px;
  position: absolute;
  top: -10px;
  right: -8px;
  transform: translate(100%);
}
.article-content .table-of-contents li:last-child {
  margin-bottom: 0;
}
.article-content .table-of-contents li:hover {
  text-decoration: none;
}
.article-content .table-of-contents li:hover ul {
  text-decoration: none;
}
.article-content .table-of-contents a {
  text-decoration: none;
  color: #111;
}
.article-content .table-of-contents a:hover {
  color: #111;
  text-decoration: underline;
}
.article-content .left-border {
  padding: 16px 0 16px 24px;
  margin: 32px 0 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: rgba(17, 17, 17, 0.7);
  border-left: rgba(17, 17, 17, 0.2) solid 10px;
  font-style: Italic;
}
.article-content .btn-primary {
  text-decoration: none;
  padding: 12px 32px;
  color: #111;
  height: 44px;
}
.article-content .btn-primary.btn-lg {
  height: 60px;
  font-size: 20px;
}
.article-content .btn-primary.btn-in-white:hover {
  animation: btn-white-hover-breathing 1.5s linear infinite;
}
.article-content .btn-primary svg {
  margin-left: 8px;
}
.article-content .btn-primary:hover {
  text-decoration: none;
  color: #111;
}
.article-content .btn-primary:hover svg {
  transform: none;
}
@keyframes btn-black-hover-breathing {
  0% {
    box-shadow: 0 0 0 0 #fff126;
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 241, 38, 0.15);
  }
}
@keyframes btn-white-hover-breathing {
  0% {
    box-shadow: 0 0 0 0 #fff126;
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 241, 38, 0.3);
  }
}
@keyframes banner-part-btn-white-hover-breathing {
  0% {
    box-shadow: 0 0 0 0 rgb(255, 255, 255);
  }
  100% {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
  }
}
.article-content .banner-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url("https://pixpretty-images.tenorshare.ai/article/frame_2147224889.png?w=1440&h=656");
  background-size: cover;
  border-radius: 24px;
  padding: 36px;
  color: #fff;
  margin: 64px 0;
}
.article-content .banner-part .lft {
  width: 37.5%;
}
.article-content .banner-part .lft p {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin: 0;
}
.article-content .banner-part .lft ul {
  margin: 12px 0 0;
}
.article-content .banner-part .lft ul li {
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.7);
  padding-left: 22px;
  position: relative;
}
.article-content .banner-part .lft ul li::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuMzMzMjUgNy45OTk4NEw2LjY2NjU5IDExLjMzMzJMMTMuMzMzMyA0LjY2NjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS1vcGFjaXR5PSIwLjciIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
  background-size: 100% 100%;
  position: absolute;
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
}
.article-content .banner-part .lft .btn-white {
  color: #111;
  display: block;
  margin-top: 32px;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  padding: 16px 32px;
  border-radius: 87px;
  text-decoration: none;
  height: 60px;
  width: -moz-fit-content;
  width: fit-content;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.article-content .banner-part .lft .btn-white svg {
  margin-left: 8px;
}
.article-content .banner-part .lft .btn-white:hover {
  animation: banner-part-btn-white-hover-breathing 1.5s linear infinite;
  border: 0;
}
.article-content .banner-part .rgt {
  width: 52%;
}
.article-content .banner-part .rgt img {
  max-width: 100%;
}
.article-content .recommend-part {
  border: 1px solid rgba(17, 17, 17, 0.2);
  border-radius: 28px;
  padding: 32px 24px;
  margin: 64px 0;
}
.article-content .recommend-part p {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
.article-content .recommend-part p:nth-child(1) {
  margin: 0;
}
.article-content .recommend-part ul {
  margin-top: 20px;
  padding-left: 2rem;
  list-style: disc;
}
.article-content .recommend-part ul li a {
  color: #111;
  text-decoration: none;
}
.article-content .recommend-part ul li a:hover {
  text-decoration: underline;
}
.article-content .recommend-part ul li:not(:last-child) {
  margin-bottom: 12px;
}
.article-content .recommend-part div p:nth-child(1) {
  margin-bottom: 20px;
}
.article-content .recommend-part div a {
  display: inline-block;
  padding: 5px 24px;
  border: 1px solid rgba(17, 17, 17, 0.2);
  border-radius: 22px;
  transition: all 0.3s ease;
  color: #111;
  text-decoration: none;
  margin-left: 20px;
}
.article-content .recommend-part div a:hover {
  color: #111;
  background: rgba(17, 17, 17, 0.08);
  text-decoration: none;
}
.article-content .bottom-banner-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgb(17, 17, 17);
  border-radius: 16px;
  padding: 0 12px 0 0;
  color: #fff;
  margin: 0;
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 750px;
}
.article-content .bottom-banner-part div:nth-child(1) {
  width: 148px;
}
.article-content .bottom-banner-part div:nth-child(2) {
  margin-right: 44px;
  margin-left: -42px;
}
.article-content .bottom-banner-part p:nth-child(1) {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.article-content .bottom-banner-part p:nth-child(2) {
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.article-content .bottom-banner-part a {
  display: flex;
  padding: 10px 22px;
  border-radius: 87px;
  background: #fff;
  color: #111;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
}
.article-content .bottom-banner-part a:hover {
  text-decoration: none;
}
.article-content .bottom-banner-part .bottom-banner-part-close-btn {
  position: absolute;
  top: 8px;
  left: 8px;
  cursor: pointer;
  z-index: 10;
}
.article-content .table-compare-1 {
  border-radius: 12px;
  border: 1px solid rgba(17, 17, 17, 0.2);
  margin: 48px 0;
}
.article-content .table-compare-1 .tit p:nth-child(1) {
  color: #111;
}
.article-content .table-compare-1 div {
  display: flex;
  justify-content: space-between;
}
.article-content .table-compare-1 div p {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  padding-left: 36px;
  color: rgb(82, 82, 82);
  text-align: left;
  flex-basis: 50%;
  margin: 0;
  padding: 10px 18px 10px 52px;
  border-style: solid;
  border-color: rgba(17, 17, 17, 0.2);
  position: relative;
  display: flex;
  align-items: center;
}
.article-content .table-compare-1 div p:not(:first-child) {
  color: rgba(17, 17, 17, 0.4);
  display: flex;
  align-items: center;
}
.article-content .table-compare-1 div p:nth-child(1) {
  border-width: 1px 1px 0 0;
}
.article-content .table-compare-1 div p:nth-child(1)::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjg2NTEgMTYuODAyOEwyMS4wMTE5IDcuNDAyMThDMjEuMzc5OCA2Ljg5MzcgMjIuMDkwMiA2Ljc3OTcyIDIyLjU5ODcgNy4xNDc1OUMyMy4xMDcyIDcuNTE1NDYgMjMuMjIxMiA4LjIyNTg4IDIyLjg1MzMgOC43MzQzNkwxNC45MjUgMjEuNzE1MkMxNC41MTUgMjIuMjgxOCAxMy42OTU0IDIyLjM0NzIgMTMuMjAwOCAyMS44NTI2TDcuMjY1NDUgMTUuOTE3M0M2LjgyMTY3IDE1LjQ3MzUgNi44MjE2NyAxNC43NTQgNy4yNjU0NSAxNC4zMTAyQzcuNzA5MjMgMTMuODY2NCA4LjQyODczIDEzLjg2NjQgOC44NzI1MSAxNC4zMTAyTDEzLjg2NTEgMTYuODAyOFoiIGZpbGw9IiMxMTExMTEiLz4KPC9zdmc+Cg==") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.article-content .table-compare-1 div p:nth-child(2) {
  border-width: 1px 0 0 0;
}
.article-content .table-compare-1 div p:nth-child(2)::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxLjE4NzIgOC44MTI3OUMyMS42NzUzIDkuMzAwOTMgMjEuNjc1MyAxMC4wOTI0IDIxLjE4NzIgMTAuNTgwNkwxNi43Njc4IDE1TDIxLjE4NzIgMTkuNDE5NEMyMS42NzUzIDE5LjkwNzYgMjEuNjc1MyAyMC42OTkgMjEuMTg3MiAyMS4xODcyQzIwLjY5OSAyMS42NzUyIDE5LjkwNzUgMjEuNjc1MyAxOS40MTk0IDIxLjE4NzJMMTUgMTYuNzY3N0wxMC41ODA2IDIxLjE4NzJDMTAuMDkyNCAyMS42NzUzIDkuMzAwOTcgMjEuNjc1MyA4LjgxMjgyIDIxLjE4NzJDOC4zMjQ2OCAyMC42OTkgOC4zMjQ2NyAxOS45MDc1IDguODEyODIgMTkuNDE5NEwxMy4yMzIyIDE1TDguODEyODIgMTAuNTgwNkM4LjMyNDg0IDEwLjA5MjQgOC4zMjQ4NCA5LjMwMDkyIDguODEyODIgOC44MTI3OUM5LjMwMDkzIDguMzI0NjggMTAuMDkyNCA4LjMyNDc3IDEwLjU4MDYgOC44MTI3OUwxNSAxMy4yMzIyTDE5LjQxOTQgOC44MTI3OUMxOS45MDc2IDguMzI0NjkgMjAuNjk5IDguMzI0NjggMjEuMTg3MiA4LjgxMjc5WiIgZmlsbD0iIzExMTExMSIgZmlsbC1vcGFjaXR5PSIwLjQiLz4KPC9zdmc+Cg==") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.article-content .table-compare-1 div.tit p {
  border: none;
  padding: 12px 18px;
  font-weight: 600;
}
.article-content .table-compare-1 div.tit p:nth-child(1) {
  border-right: 1px solid rgba(17, 17, 17, 0.2);
}
.article-content .table-compare-1 div.tit p::before {
  content: none;
}
.article-content .table-compare {
  border-radius: 12px;
  border: 1px solid rgba(17, 17, 17, 0.2);
  margin: 48px 0;
  padding: 8px;
  position: relative;
}
.article-content .table-compare .table-compare-wrap {
  border: 1px solid rgba(17, 17, 17, 0.2);
  border-radius: 12px;
  display: block;
  overflow: hidden;
  position: relative;
}
.article-content .table-compare .table-compare-wrap::after {
  content: "";
  display: none;
  border-radius: 12px;
  height: 100%;
  border: 1px solid #000;
  position: absolute;
  top: 0;
  right: 0;
}
.article-content .table-compare .add-population-part {
  position: absolute;
  top: 9px;
  transform: translateY(-100%);
  left: 8px;
  padding: 16px 12px;
  border-radius: 12px 12px 0 0;
  background-color: #000;
  text-align: center;
}
.article-content .table-compare .add-population-part .add-population-part-inner {
  background: linear-gradient(270deg, #ff6025 0%, #ffd51b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
.article-content .table-compare thead tr td {
  font-size: 16px;
  line-height: 130%;
  font-weight: 600;
}
.article-content .table-compare tr td {
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  margin: 0;
  border-style: solid;
  border-color: rgba(17, 17, 17, 0.2);
  border-width: 1px;
  padding: 16px 14px;
  height: 100%;
}
.article-content .table-compare tr td.ok {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjg2NDIgMTYuODAyOEwyMS4wMTEgNy40MDIxMkMyMS4zNzg4IDYuODkzNjQgMjIuMDg5MyA2Ljc3OTY2IDIyLjU5NzcgNy4xNDc1M0MyMy4xMDYyIDcuNTE1NCAyMy4yMjAyIDguMjI1ODIgMjIuODUyMyA4LjczNDNMMTQuOTI0IDIxLjcxNTFDMTQuNTE0MSAyMi4yODE4IDEzLjY5NDQgMjIuMzQ3MSAxMy4xOTk4IDIxLjg1MjVMNy4yNjQ0NyAxNS45MTcyQzYuODIwNyAxNS40NzM0IDYuODIwNyAxNC43NTM5IDcuMjY0NDcgMTQuMzEwMUM3LjcwODI1IDEzLjg2NjQgOC40Mjc3NiAxMy44NjY0IDguODcxNTMgMTQuMzEwMUwxMy44NjQyIDE2LjgwMjhaIiBmaWxsPSIjMTExMTExIi8+Cjwvc3ZnPgo=") no-repeat;
  background-position: center center;
}
.article-content .table-compare tr td.no-ok {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxLjE4NzIgOC44MTI3OUMyMS42NzUzIDkuMzAwOTMgMjEuNjc1MyAxMC4wOTI0IDIxLjE4NzIgMTAuNTgwNkwxNi43Njc4IDE1TDIxLjE4NzIgMTkuNDE5NEMyMS42NzUxIDE5LjkwNzUgMjEuNjc1MSAyMC42OTkxIDIxLjE4NzIgMjEuMTg3MkMyMC42OTkxIDIxLjY3NTMgMTkuOTA3NiAyMS42NzUxIDE5LjQxOTQgMjEuMTg3MkwxNSAxNi43Njc3TDEwLjU4MDYgMjEuMTg3MkMxMC4wOTI0IDIxLjY3NTMgOS4zMDA5NyAyMS42NzUzIDguODEyODIgMjEuMTg3MkM4LjMyNDY4IDIwLjY5OSA4LjMyNDY3IDE5LjkwNzUgOC44MTI4MiAxOS40MTk0TDEzLjIzMjIgMTVMOC44MTI4MiAxMC41ODA2QzguMzI0NjYgMTAuMDkyNCA4LjMyNDY2IDkuMzAwOTUgOC44MTI4MiA4LjgxMjc5QzkuMzAwOTggOC4zMjQ4MSAxMC4wOTI1IDguMzI0NyAxMC41ODA2IDguODEyNzlMMTUgMTMuMjMyMkwxOS40MTk0IDguODEyNzlDMTkuOTA3NiA4LjMyNDY5IDIwLjY5OSA4LjMyNDY4IDIxLjE4NzIgOC44MTI3OVoiIGZpbGw9IiMxMTExMTEiIGZpbGwtb3BhY2l0eT0iMC40Ii8+Cjwvc3ZnPgo=") no-repeat;
  background-position: center center;
}
.article-content .table-compare tr td:nth-child(1) {
  background: rgba(17, 17, 17, 0.02);
  border-left: 0;
  width: 31%;
}
.article-content .table-compare tr td:not(:first-child) {
  width: 23%;
  text-align: center;
  border-right: 1px solid rgba(17, 17, 17, 0.2);
}
.article-content .table-compare tr td:last-child {
  border-right: 0;
}
.article-content .table-compare tr:last-child td {
  border-bottom: 0;
}
.article-content .table-compare thead td {
  border-top: 0;
}
.article-content .table-compare thead td:nth-child(1) {
  background: rgba(17, 17, 17, 0.08);
}
.article-content .table-compare thead td.bg-gray {
  background: rgba(17, 17, 17, 0.08);
}
.article-content .table-compare[data-table-row="4"] .table-compare-wrap::after {
  width: 23%;
}
.article-content .table-compare[data-table-row="4"] .add-population-part {
  width: calc(23% - 4px);
}
.article-content .table-compare[data-table-row="4"][data-popular-index="1"] .add-population-part {
  left: calc(31% + 4px);
}
.article-content .table-compare[data-table-row="4"][data-popular-index="1"] .table-compare-wrap::after {
  left: 31%;
  border-radius: 0;
  display: block;
}
.article-content .table-compare[data-table-row="4"][data-popular-index="2"] .add-population-part {
  left: 54%;
}
.article-content .table-compare[data-table-row="4"][data-popular-index="2"] .table-compare-wrap::after {
  left: 54%;
  border-radius: 0;
  display: block;
}
.article-content .table-compare[data-table-row="4"][data-popular-index="3"] .add-population-part {
  left: calc(77% - 5px);
  width: calc(23% - 4px);
}
.article-content .table-compare[data-table-row="4"][data-popular-index="3"] .table-compare-wrap::after {
  left: 77%;
  width: calc(23% + 0px);
  border-radius: 0 0 12px 0;
  display: block;
}
.article-content .table-compare[data-table-row="4"][data-popular-index="3"] .table-compare-wrap {
  border-radius: 12px 0 12px 12px;
}
.article-content .table-compare[data-table-row="4"] tr td:nth-child(1) {
  width: 31%;
}
.article-content .table-compare[data-table-row="4"] tr td:not(:first-child) {
  width: 23%;
}
.article-content .table-compare[data-table-row="4"][data-popular-index="3"] {
  border-radius: 12px 0 12px 12px;
}
.article-content .table-compare[data-table-row="5"] .table-compare-wrap::after {
  width: 17.25%;
}
.article-content .table-compare[data-table-row="5"] tr td:nth-child(1) {
  width: 31%;
}
.article-content .table-compare[data-table-row="5"] tr td:not(:first-child) {
  width: 17.25%;
}
.article-content .table-compare[data-table-row="5"][data-popular-index="1"] .add-population-part {
  left: calc(31% + 8px);
}
.article-content .table-compare[data-table-row="5"][data-popular-index="1"] .table-compare-wrap::after {
  left: 31%;
  border-radius: 0;
  display: block;
}
.article-content .table-compare[data-table-row="5"][data-popular-index="2"] .add-population-part {
  left: calc(48.25% + 8px);
}
.article-content .table-compare[data-table-row="5"][data-popular-index="2"] .table-compare-wrap::after {
  left: 48.25%;
  border-radius: 0;
  display: block;
}
.article-content .table-compare[data-table-row="5"][data-popular-index="3"] .add-population-part {
  left: calc(65.5% + 8px);
}
.article-content .table-compare[data-table-row="5"][data-popular-index="3"] .table-compare-wrap::after {
  left: 65.5%;
  border-radius: 0;
  display: block;
}
.article-content .table-compare[data-table-row="5"][data-popular-index="4"] .add-population-part {
  width: calc(17.25% + 1px);
  left: calc(82.75% + 8px);
}
.article-content .table-compare[data-table-row="5"][data-popular-index="4"] .table-compare-wrap::after {
  width: calc(17.25% + 1px);
  display: block;
  left: 82.75%;
  border-radius: 0 0 12px 0;
}
.article-content .table-compare[data-popular-flag=true] {
  margin-top: 96px;
}
.article-content .suggestion-part {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  color: rgb(82, 82, 82);
  padding: 24px;
  border: 1px dashed rgba(17, 17, 17, 0.2);
  border-radius: 12px;
  margin: 36px 0;
}
.article-content .suggestion-part div {
  display: flex;
  align-items: center;
  justify-content: start;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
.article-content .suggestion-part div svg {
  margin-right: 4px;
}
.article-content .suggestion-part div img {
  width: 28px;
  height: 28px;
}
.article-content .suggestion-part div p {
  margin: 0;
}
.article-content .suggestion-part p {
  margin: 8px 0 0;
}
.article-content .related-topic-part {
  margin: 36px 0;
}
.article-content .related-topic-part a {
  color: #111;
}
.article-content .related-topic-part a:hover {
  color: #111;
}
.article-content .related-topic-part div:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: start;
  width: -moz-fit-content;
  width: fit-content;
  background: rgb(17, 17, 17);
  border-radius: 12px 12px 0 0;
  padding: 4px 19px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
.article-content .related-topic-part div:nth-child(1) img {
  margin-right: 8px;
}
.article-content .related-topic-part div:nth-child(2) {
  padding: 14px 19px;
  border-radius: 0 12px 12px 12px;
  border: 1px solid rgb(189, 195, 198);
}
.article-content .related-topic-part div:nth-child(2) p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.article-content .related-topic-part div:nth-child(2) p svg {
  margin-left: 10px;
}
.article-content .img-text-part {
  margin: 36px 0;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.article-content .img-text-part .item {
  text-align: center;
}
.article-content .img-text-part .item p {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  padding: 12px 20px;
  color: rgba(17, 17, 17, 0.7);
  text-align: left;
  margin: 0;
}
.article-content .img-text-part img {
  width: 100%;
}
.article-content .img-text-part[data-row="2"] .item {
  width: 48%;
}
.article-content .img-text-part[data-row="3"] .item {
  width: 33%;
}
.article-content .img-text-part[data-row="3"] .item p {
  padding: 12px;
}
.article-content .img-text-part[data-row="4"] .item {
  width: 24%;
}
.article-content .img-text-part[data-row="4"] .item p {
  padding: 8px;
}
.article-content .collapse-list {
  position: relative;
  padding: 0 0 40px;
}
.article-content .collapse-list .collapse-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
  text-decoration-thickness: 0%;
  z-index: 10;
  cursor: pointer;
}
.article-content .collapse-list::after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: url("https://pixpretty-images.tenorshare.ai/article/collapse-mask.png");
  background-size: 100% 100%;
  position: absolute;
  bottom: -4px;
  z-index: 1;
  max-height: 400px;
}
.article-content .collapse-list[data-collapse=true] {
  max-height: 290px;
  overflow: hidden;
}
.article-content .collapse-list[data-collapse=false] {
  max-height: 1000px;
  overflow: hidden;
}
.article-content .collapse-list[data-collapse=false] .collapse-btn {
  bottom: 14px;
  transform: translate(-50%, -100%);
}
.article-content .collapse-list[data-collapse=false]::after {
  max-height: 0;
}

.article-guide-wrap {
  width: 22.6%;
  position: sticky;
  top: 15%;
  margin-top: 304px;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.article-guide-wrap .article-guide {
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.article-guide-wrap .article-guide {
  padding: 18px 0;
  border: 1px solid rgba(17, 17, 17, 0.4);
  border-radius: 24px;
}
.article-guide-wrap .article-guide .article-guide-tit {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 18px;
  padding: 0 10px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.4);
}
.article-guide-wrap .article-guide .article-guide-list {
  padding: 0 10px;
}
.article-guide-wrap .article-guide .article-guide-item {
  padding: 6px 12px;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  border-radius: 6px;
  cursor: pointer;
  display: block;
  color: #111;
  text-decoration: none;
}
.article-guide-wrap .article-guide .article-guide-item:not(:last-child) {
  margin-bottom: 8px;
}
.article-guide-wrap .article-guide .article-guide-item:last-child {
  margin-bottom: 0;
}
.article-guide-wrap .article-guide .article-guide-item.active {
  background: rgba(17, 17, 17, 0.08);
}
.article-guide-wrap .article-guide .article-guide-item:hover {
  background: rgba(17, 17, 17, 0.08);
  text-decoration: none;
}
.article-guide-wrap .interaction-part {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article-guide-wrap .interaction-part .interaction-item {
  width: 24%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Geologica;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  padding: 4px 8px;
  border: 1px solid rgba(17, 17, 17, 0.2);
  border-radius: 64px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.article-guide-wrap .interaction-part .interaction-item .num {
  margin-left: 6px;
  display: inline-block;
  width: 27px;
}
.article-guide-wrap .interaction-part .interaction-item:hover {
  background: rgba(17, 17, 17, 0.05);
}

.article-guide-mask {
  display: none;
}

@keyframes floatUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-30px);
  }
}
.puls-one {
  position: absolute;
  left: calc(50% + 4px);
  top: -8px;
  transform: translate(-50%, 0);
  color: rgb(255, 96, 37);
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  pointer-events: none;
  z-index: 1000;
  animation: floatUp 0.8s ease-out forwards;
}

.bottom-banner-part-full {
  position: fixed;
  bottom: 0;
  background-attachment: fixed;
  z-index: 10;
  text-align: center;
  width: 100vw;
  background: #fff;
  box-shadow: 0px -11px 24.6px 0px rgba(0, 0, 0, 0.08);
  background-size: contain;
  padding-top: 8px;
  padding-bottom: 8px;
}
.bottom-banner-part-full .btn-primary {
  height: 44px;
  padding: 10px 24px;
}
.bottom-banner-part-full .btn-primary:hover {
  text-decoration: none;
}
.bottom-banner-part-full .btn-primary:hover svg {
  transform: none;
}
.bottom-banner-part-full .btn-primary svg {
  margin-left: 4px;
}

@media (max-width: 1600px) {
  .article-social-media,
  .article-guide-wrap {
    margin-top: 287px;
  }
  .article-container {
    width: 720px;
    padding: 78px 0 0;
    margin: 0 48px;
  }
  .article-breadcrumb {
    font-size: 12px;
    line-height: 130%;
  }
  h1 {
    font-size: 40px;
    line-height: 48px;
    margin-top: 18px;
  }
  .article-content p {
    margin: 16px 0;
  }
  .published-info {
    font-size: 16px;
    margin-top: 12px;
  }
  .article-content {
    padding: 40px 0;
    font-size: 14px;
  }
  .article-content .table-of-contents p {
    font-size: 20px;
    line-height: 28px;
  }
  .article-content .table-of-contents li {
    font-size: 14px;
  }
  .article-content h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .article-content h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .article-content ul {
    font-size: 14px;
  }
  .article-content .btn-primary {
    font-size: 16px;
    line-height: 24px;
  }
  .article-content .banner-part {
    padding: 42px 34px;
  }
  .article-content .banner-part .lft {
    width: 40%;
  }
  .article-content .banner-part .lft .btn-white {
    padding: 12px 32px;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    height: 48px;
  }
  .article-content .left-border {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
  }
  .article-content .recommend-part p {
    font-size: 20px;
    line-height: 28px;
  }
  .article-content .bottom-banner-part p:nth-child(1) {
    font-size: 18px;
    line-height: 26px;
  }
  .article-content .table-compare-1 div.tit p {
    font-size: 14px;
    line-height: 22px;
  }
  .article-content .table-compare-1 div p {
    font-size: 14px;
    line-height: 140%;
  }
  .article-content .suggestion-part div {
    font-size: 16px;
    line-height: 24px;
  }
  .article-content .suggestion-part p {
    font-size: 14px;
    line-height: 140%;
  }
  .article-content .related-topic-part div:nth-child(2) p {
    font-size: 14px;
    line-height: 140%;
  }
  .article-content .related-topic-part div:nth-child(1) {
    font-size: 16px;
    line-height: 24px;
  }
  .article-content .related-topic-part div:nth-child(2) {
    padding: 12px 20px;
  }
  .article-content .img-text-part .item p {
    font-size: 12px;
    line-height: 140%;
    padding: 12px;
  }
  .article-content .img-text-part[data-row="3"] .item p {
    padding: 10px;
  }
  .article-content .img-text-part[data-row="4"] .item p {
    padding: 8px;
  }
  .article-content .collapse-list[data-collapse=false] .collapse-btn {
    bottom: 18px;
  }
  .article-guide-wrap .article-guide .article-guide-tit {
    font-size: 20px;
    line-height: 28px;
  }
  .article-guide-wrap .article-guide .article-guide-item {
    font-size: 14px;
    line-height: 140%;
  }
  .article-guide-wrap .interaction-part {
    margin-top: 24px;
  }
  .article-guide-wrap .interaction-part .interaction-item .num {
    margin-left: 1px;
  }
  .article-content .bottom-banner-part {
    width: 720px;
  }
  .article-content .table-compare tr td {
    padding: 16px 12px;
  }
}
@media (max-width: 1280px) {
  .article-content .bottom-banner-part {
    width: 620px;
  }
  .article-content .bottom-banner-part div:nth-child(2) {
    margin-left: 0;
    margin-right: 12px;
  }
  .article-content .table-compare tr td {
    padding: 16px 4px;
  }
}
@media (max-width: 992px) {
  .article-wrapper {
    padding-bottom: 40px;
  }
  .article-content .btn-primary.btn-lg {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    line-height: 24px;
  }
  .article-guide-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    transition: opacity 0.3s;
  }
  .article-guide-close-btn {
    position: fixed;
    top: 100px;
    right: 0;
    z-index: 2;
    padding: 10px 12px 10px 14px;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
    border-radius: 26px 0 0 26px;
    background: #fff;
  }
  .article-guide-wrap {
    position: fixed;
    margin-top: 0;
    right: 0;
    top: 180px;
    left: auto;
    background: #ffffff;
    width: 280px;
    border-radius: 24px 0 0 24px;
    z-index: 1000;
    padding: 18px;
  }
  .article-guide-wrap .article-guide {
    border: 0;
    z-index: 2;
    padding: 0;
  }
  .article-guide-wrap .article-guide .article-guide-tit {
    padding-left: 0;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid rgba(17, 17, 17, 0.2);
    position: relative;
  }
  .article-guide-wrap .article-guide .article-guide-tit .article-guide-close-btn-icon {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 2px;
    right: 0;
    padding: 6px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuOTEzMTUgMS44MDA0NUwxLjE2NzY4IDUuODc4NTNDMC45OTk1NjQgNi4wNjE1OCAwLjk5OTU2NCA2LjM1ODM1IDEuMTY3NjggNi41NDEzOUw0LjkxMzE1IDEwLjYxOTUiIHN0cm9rZT0iIzIxMjEyMSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTEwLjIxMiAxLjgwMDQ1TDYuNDY2NSA1Ljg3ODUzQzYuMjk4MzkgNi4wNjE1OCA2LjI5ODM5IDYuMzU4MzUgNi40NjY1IDYuNTQxMzlMMTAuMjEyIDEwLjYxOTUiIHN0cm9rZT0iIzIxMjEyMSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==") no-repeat center center;
    background-size: 12px 12px;
  }
  .article-guide-wrap .article-guide .article-guide-item {
    font-size: 16px;
  }
  .article-guide-wrap .article-guide .article-guide-list {
    padding: 0;
  }
  .article-guide-wrap .interaction-part {
    display: none;
  }
  .article-guide-wrap.collapsed {
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
  }
  .article-container {
    width: 100%;
    margin: 0;
  }
  .article-social-media:not(.article-social-media-mb) {
    display: none;
  }
  .article-social-media.article-social-media-mb {
    display: block;
    border: 0;
    margin-top: 24px;
    flex-direction: row;
  }
  .article-social-media.article-social-media-mb p {
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    vertical-align: middle;
    color: rgb(17, 17, 17);
    position: relative;
  }
  .article-social-media.article-social-media-mb p span {
    background: #fff;
    padding: 0 8px;
  }
  .article-social-media.article-social-media-mb p::after {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(17, 17, 17, 0.2);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: -1;
  }
  .article-social-media.article-social-media-mb .article-social-media-item {
    margin: 0 9px 0;
    height: 28px;
    width: 28px;
    background: #111;
  }
  .article-container {
    padding: 40px 0 0;
  }
  .article-breadcrumb span:last-child {
    display: none;
  }
  .article-content {
    font-size: 16px;
    line-height: 140%;
    padding-top: 0;
  }
  h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .article-content .table-of-contents ul {
    padding-left: 20px;
  }
  .article-content .table-of-contents {
    padding: 24px 12px;
  }
  .article-content .table-of-contents ul ul {
    padding-left: 0;
  }
  .article-content .table-of-contents li span {
    position: relative;
    top: 0;
  }
  .article-content h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .article-content .left-border {
    padding: 0 0 0 12px;
    border-left: rgba(17, 17, 17, 0.2) solid 6px;
  }
  .article-content h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .article-content ul {
    font-size: 16px;
  }
  .article-content .banner-part {
    flex-direction: column;
    background: url("https://pixpretty-images.tenorshare.ai/article/banner-part-bg-mb.png");
    background-size: cover;
    text-align: center;
    padding: 56px 10px;
  }
  .article-content .banner-part ul {
    text-align: left;
  }
  .article-content .banner-part .lft {
    padding: 0 0 0 12px;
  }
  .article-content .banner-part .lft p {
    padding-right: 12px;
    font-size: 24px;
    line-height: 32px;
  }
  .article-content .banner-part .lft .btn-white {
    margin: 32px auto 48px;
  }
  .article-content .banner-part .lft .btn-white svg {
    width: 20px;
    height: 20px;
  }
  .article-content .banner-part .lft,
  .article-content .banner-part .rgt {
    width: 100%;
  }
  .article-content .banner-part .lft ul li {
    padding-left: 14px;
  }
  .article-content .recommend-part {
    padding: 24px 12px;
  }
  .article-content .recommend-part ul {
    font-size: 14px;
    line-height: 140%;
    margin: 20px 0;
  }
  .article-content .recommend-part div a {
    margin-top: 16px;
  }
  .article-content .recommend-part div p:nth-child(1) {
    margin-bottom: 4px;
  }
  .article-content .recommend-part div a {
    font-size: 14px;
    line-height: 140%;
    padding: 6px 24px;
    margin-left: 20px;
  }
  .article-content .bottom-banner-part {
    width: 100%;
    left: 0;
  }
  .article-content .bottom-banner-part .bottom-banner-part-close-btn {
    top: -32px;
    left: 8px;
  }
  .article-content .bottom-banner-part .bottom-banner-part-close-btn rect {
    fill: rgb(236, 236, 236);
    fill-opacity: 1;
  }
  .article-content .bottom-banner-part .bottom-banner-part-close-btn path {
    fill-opacity: 1;
    fill: #111111;
  }
  .article-content .bottom-banner-part div:nth-child(1) {
    width: 97px;
  }
  .article-content .recommend-part div a:not(:last-child) {
    margin-right: 0;
  }
  .article-content .bottom-banner-part div:nth-child(2) {
    margin-left: -64px;
    margin-right: 0;
  }
  .article-content .bottom-banner-part p:nth-child(1) {
    font-size: 12px;
    line-height: 20px;
  }
  .article-content .bottom-banner-part p:nth-child(2) {
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
  }
  .article-content .table-compare {
    padding: 0;
    border: 0;
  }
  .article-content .table-compare thead tr td {
    font-size: 14px;
    line-height: 140%;
    padding: 16px 8px;
  }
  .article-content .table-compare tr td {
    padding: 10px 12px;
  }
  .article-content .table-compare[data-table-row="4"] tr td:nth-child(1) {
    width: 40%;
  }
  .article-content .table-compare[data-table-row="4"] tr td:not(:first-child) {
    width: 20%;
  }
  .article-content .table-compare .table-compare-wrap::after {
    width: 20%;
  }
  .article-content .table-compare[data-table-row="4"][data-popular-index="1"] .table-compare-wrap::after {
    left: 40%;
  }
  .article-content .table-compare[data-table-row="4"][data-popular-index="2"] .table-compare-wrap::after {
    left: 60%;
  }
  .article-content .table-compare[data-table-row="4"][data-popular-index="3"] .table-compare-wrap::after {
    left: 80%;
    width: 20%;
  }
  .article-content .table-compare .add-population-part {
    width: 20%;
    padding: 10px 8px;
    top: 2px;
  }
  .article-content .table-compare[data-table-row="4"][data-popular-index="1"] .add-population-part {
    left: 40%;
  }
  .article-content .table-compare[data-table-row="4"][data-popular-index="2"] .add-population-part {
    left: 60%;
  }
  .article-content .table-compare[data-table-row="4"][data-popular-index="3"] .add-population-part {
    left: 80%;
    width: calc(20% - 1px);
  }
  .article-content .table-compare .add-population-part .add-population-part-inner {
    font-size: 14px;
    line-height: 140%;
  }
  .article-content .table-compare[data-table-row="5"] tr td:nth-child(1) {
    min-width: 120px;
  }
  .article-content .table-compare[data-table-row="5"] thead tr td {
    font-size: 12px;
  }
  .article-content .table-compare[data-table-row="5"] tr td:not(:first-child) {
    min-width: 90px;
  }
  .article-content .table-compare thead td:nth-child(1) {
    padding-left: 12px;
  }
  .article-content .table-compare .table-compare-wrap {
    overflow: auto;
  }
  .article-content .table-compare svg {
    width: 10px;
    height: 10px;
  }
  .article-content .suggestion-part p {
    font-size: 16px;
    line-height: 140%;
  }
  .article-content .related-topic-part div:nth-child(2) p {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .article-content .related-topic-part div:nth-child(2) p svg {
    flex-shrink: 0;
  }
  .article-content .img-text-part .item p {
    font-size: 14px;
  }
  .article-content .img-text-part[data-row="3"] .item p {
    padding: 8px 6px;
  }
  .article-content .img-text-part[data-row="4"] .item p {
    font-size: 12px;
    padding: 8px 4px;
  }
  .article-content .collapse-list[data-collapse=true] {
    max-height: 350px;
  }
  .article-container .interaction-part {
    align-items: center;
    margin: 32px 0;
  }
  .article-container .interaction-part .interaction-item {
    padding: 4px 12px;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    border: 1px solid rgba(17, 17, 17, 0.2);
    border-radius: 64px;
    display: flex;
    align-items: center;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .article-container .interaction-part .interaction-item .num {
    position: relative;
    display: inline-block;
    margin-left: 2px;
  }
  .article-container .interaction-part .interaction-item:not(:last-child) {
    margin-right: 6px;
  }
}
@media (max-width: 576px) {
  .table-over-text {
    display: block !important;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
  }
  .table-over-text img {
    margin-right: 8px;
  }
  .article-content .table-compare thead tr td {
    padding: 16px 8px;
  }
}
@media (max-width: 390px) {
  .article-content .table-compare thead tr td {
    padding: 16px 2px;
  }
}
.bottom-banner-part-full {
  left: 0;
}

.article-content .bottom-banner-part a {
  align-items: center;
}

.article-content .table-of-contents li a {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.article-content p:nth-child(1) {
  margin-top: 0;
}

.article-content .table-compare[data-popular-flag=true] tr td:last-child {
  border-color: #000;
}

h3 {
  margin: 24px 0;
}

.article-breadcrumb span {
  line-height: 18px;
}

.article-content .table-compare-1 div p:nth-child(2).xx::before {
  content: none;
}

.article-content .table-compare-1 div p:nth-child(1).xx::before {
  content: none;
}

.article-content .table-compare-1.no-emoji div p:nth-child(1) {
  padding-left: 18px;
  overflow: hidden;
}

.article-content .table-compare-1.no-emoji div p:nth-child(2) {
  padding-left: 18px;
}

.article-content .table-compare-1.no-emoji div p:nth-child(1)::before {
  content: none;
}

.article-content .table-compare-1.no-emoji div p:nth-child(2)::before {
  content: none;
  padding-left: 18px;
}

.article-breadcrumb span {
  margin: 0 12px;
}

.article-content .table-compare-1 div.tit p img {
  width: 32px;
}

@media (max-width: 1600px) {
  h3 {
    margin: 16px 0;
  }
  .article-breadcrumb span {
    margin: 0 8px;
  }
}
@media (max-width: 991px) {
  h3 {
    margin: 12px 0;
  }
  .article-breadcrumb span {
    margin: 0 4px;
  }
  .article-content .table-compare-1 div p:nth-child(1)::before, .article-content .table-compare-1 div p:nth-child(2)::before {
    width: 18px;
    height: 18px;
    left: 8px;
  }
  .article-content .table-compare-1 div p {
    padding-left: 32px;
  }
}/*# sourceMappingURL=article.css.map */