html {
  scroll-padding-top: 100px;
}
footer {
  margin-top: 60px;
}
#amazon .nav-bar .product-home:hover {
  color: #1c84ff;
}
#amazon .nav-bar .download-btn {
  background: linear-gradient(137deg, #5eb9ff 2.94%, #138ff4 83.02%);
}
#amazon .nav-bar .download-btn:hover {
  border: 2px solid #5eb9ff;
  background: #fff;
  background: linear-gradient(137deg, #5eb9ff 2.94%, #138ff4 83.02%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#amazon .nav-bar .download-btn:hover .icon-win {
  width: 25px;
  height: 24px;
  background: url(../img/article-page-template/icon-win-amazon-hover.svg) no-repeat center;
  background-size: 100% 100%;
}
#amazon .nav-bar .download-btn:hover .icon-mac {
  width: 22px;
  height: 28px;
  background: url(../img/article-page-template/icon-mac-amazon-hover.svg) no-repeat center;
  background-size: 100% 100%;
}
#amazon .article-content .catalog {
  color: #494949;
}
#amazon .article-content .catalog .header {
  background: #d2ecff;
}
#amazon .article-content .catalog .header .title {
  background: url(../img/article-page-template/catalog-title-bg.svg) no-repeat center;
  background-size: 100% 100%;
}
#amazon .article-content .catalog .header::after {
  background: url(../img/article-page-template/icon-catalog.svg) no-repeat center;
  background-size: 100% 100%;
}
#amazon .article-content .catalog .list {
  background: #f0f8ff;
}
#amazon .article-content .catalog .list a {
  color: #494949;
}
#amazon .article-content .catalog .list a:hover {
  color: #0988e4;
}
#amazon .article-content .related ul li:hover {
  color: #0988e4;
}
#amazon .article-content .related ul li:hover a {
  color: #0988e4;
}
#amazon .article-content .related ul a {
  color: #555;
}
#amazon .article-content .features,
#amazon .article-content .tips {
  background: #f8fcff;
}
#amazon .article-content .features > strong,
#amazon .article-content .tips > strong {
  background: #0988e4;
}
#amazon .article-content .conclusion {
  border: 1px solid #b9e2ff;
  background: #f8fcff;
}
#amazon .article-content .download-wrap-big .download-btn {
  background: linear-gradient(137deg, #5eb9ff 2.94%, #138ff4 83.02%);
}
#amazon .article-content .download-wrap-big .download-btn:hover {
  border: 2px solid #5eb9ff;
  background: #fff;
}
#amazon .article-content .download-wrap-big .download-btn:hover strong,
#amazon .article-content .download-wrap-big .download-btn:hover span {
  background: linear-gradient(137deg, #5eb9ff 2.94%, #138ff4 83.02%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#amazon .article-content .download-wrap-big .download-btn:hover .icon-win {
  width: 23px;
  height: 26px;
  background: url(../img/article-page-template/icon-win-amazon-hover.svg) no-repeat center;
  background-size: 100% 100%;
}
#amazon .article-content .download-wrap-big .download-btn:hover .icon-mac {
  width: 21px;
  height: 26px;
  background: url(../img/article-page-template/icon-mac-amazon-hover.svg) no-repeat center;
  background-size: 100% 100%;
}
#amazon .article-content .download-wrap-small .download-btn {
  background: linear-gradient(137deg, #5eb9ff 2.94%, #138ff4 83.02%);
}
#amazon .article-content .download-wrap-small .download-btn:hover {
  border: 2px solid #5eb9ff;
  background: #fff;
}
#amazon .article-content .download-wrap-small .download-btn:hover span {
  background: linear-gradient(137deg, #5eb9ff 2.94%, #138ff4 83.02%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#amazon .article-content .download-wrap-small .download-btn:hover .icon-win {
  width: 26px;
  height: 28px;
  background: url(../img/article-page-template/icon-win-amazon-hover.svg) no-repeat center;
  background-size: 100% 100%;
}
#amazon .article-content .download-wrap-small .download-btn:hover .icon-mac {
  width: 23px;
  height: 28px;
  background: url(../img/article-page-template/icon-mac-amazon-hover.svg) no-repeat center;
  background-size: 100% 100%;
}
#amazon .article-content .table-wrap-small table {
  border: 1px solid #008bf0;
}
#amazon .article-content .table-wrap-small th,
#amazon .article-content .table-wrap-small td {
  border-bottom: 1px solid #008bf0;
}
#amazon .article-content .table-wrap-small th:first-child,
#amazon .article-content .table-wrap-small td:first-child {
  border-right: 1px solid #008bf0;
}
#amazon .article-content .table-wrap-small tr:last-child td {
  border-bottom: none;
}
#amazon .article-content .table-wrap-small tr:nth-child(odd) {
  background: #f8fcff;
}
#amazon .article-content .table-wrap-small tr:hover {
  background: #cae8ff;
}
#amazon .article-content .table-wrap-big table thead tr th {
  border: 1px solid #008bf0;
  background-color: #44aefd;
}
#amazon .article-content .table-wrap-big table thead tr th:first-child {
  border-left: 1px solid #008bf0;
}
#amazon .article-content .table-wrap-big table tbody tr td {
  border-right: 1px solid #008bf0;
  border-bottom: 1px solid #008bf0;
}
#amazon .article-content .table-wrap-big table tbody tr td:first-child {
  border-left: 1px solid #008bf0;
}
#amazon .article-content .table-wrap-big table tbody tr:nth-child(odd) td {
  background: #fff;
}
#amazon .article-content .table-wrap-big table tbody tr:nth-child(even) td {
  background: #f8fcff;
}
#amazon .article-content .table-wrap-big table tbody tr:hover td {
  background: #cae8ff;
}
#amazon .article-content .table-wrap-big::-webkit-scrollbar {
  width: 18px;
  height: 18px;
  background: #f5f5f5;
}
#amazon .article-content .table-wrap-big::-webkit-scrollbar-thumb {
  background: #6bb7f1;
}
#amazon .article-content .table-wrap-big::-webkit-scrollbar-button:start {
  height: 20px;
  width: 30px;
  background: url(../img/article-page-template/icon-arrow-top-amazom.svg) no-repeat center;
}
#amazon .article-content .table-wrap-big::-webkit-scrollbar-button:start:hover {
  background-color: #d2d2d2;
}
#amazon .article-content .table-wrap-big::-webkit-scrollbar-button:start:active {
  background-color: #787878;
}
#amazon .article-content .table-wrap-big::-webkit-scrollbar-button:end {
  height: 20px;
  width: 30px;
  background: url(../img/article-page-template/icon-arrow-bottom-amazom.svg) no-repeat center;
}
#amazon .article-content .table-wrap-big::-webkit-scrollbar-button:end:hover {
  background-color: #d2d2d2;
}
#amazon .article-content .table-wrap-big::-webkit-scrollbar-button:end:active {
  background-color: #787878;
}
#amazon .article-content .table-wrap-big::-webkit-scrollbar-button:horizontal:start {
  height: 30px;
  width: 20px;
  background: url(../img/article-page-template/icon-arrow-left-amazom.svg) no-repeat center;
}
#amazon .article-content .table-wrap-big::-webkit-scrollbar-button:horizontal:start:hover {
  background-color: #d2d2d2;
}
#amazon .article-content .table-wrap-big::-webkit-scrollbar-button:horizontal:start:active {
  background-color: #787878;
}
#amazon .article-content .table-wrap-big::-webkit-scrollbar-button:horizontal:end {
  height: 30px;
  width: 20px;
  background: url(../img/article-page-template/icon-arrow-right-amazom.svg) no-repeat center;
}
#amazon .article-content .table-wrap-big::-webkit-scrollbar-button:horizontal:end:hover {
  background-color: #d2d2d2;
}
#amazon .article-content .table-wrap-big::-webkit-scrollbar-button:horizontal:end:active {
  background-color: #787878;
}
#amazon .article-content .product-box {
  border: 1px solid #9cd5ff;
  background: #f8fcff;
}
#amazon .article-content .product-box .download-btn {
  background: linear-gradient(137deg, #5eb9ff 2.94%, #138ff4 83.02%), #fff;
}
#amazon .article-content a {
  color: #0988e4;
}
#amazon .article-content a:hover {
  color: #555;
}
#amazon .article-content h2 {
  background: #f5fbff;
}
#amazon .article-content h2::before {
  background: linear-gradient(90deg, #2ea7ff 0%, rgba(89, 185, 255, 0.47) 100%);
}
#amazon .article-content h3::before {
  background: linear-gradient(90deg, #2ea7ff 0%, rgba(89, 185, 255, 0.47) 100%);
}
#amazon .article-content h4::before {
  background: linear-gradient(180deg, #95d2ff 0%, rgba(129, 202, 255, 0) 100%);
}
#amazon .article-hot {
  border: 1px solid #489cff;
}
#amazon .article-hot .title {
  background: #f2f8ff;
}
#amazon .article-hot .list li:hover {
  color: #1c84ff;
}
#amazon .article-hot .list li:hover a {
  color: #1c84ff;
  text-decoration: underline;
}
#amazon .product-recommendation {
  background: #40a9f4;
}
#amazon .product-recommendation .download-btn strong,
#amazon .product-recommendation .download-btn span {
  background: linear-gradient(137deg, #5eb9ff 2.94%, #138ff4 83.02%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#amazon .product-recommendation .download-btn:hover strong,
#amazon .product-recommendation .download-btn:hover span {
  background: linear-gradient(137deg, #5eb9ff 2.94%, #138ff4 83.02%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nav-bar {
  position: fixed;
  top: -100px;
  width: 100%;
  background: #fff;
  box-shadow: 0 5px 5px #eee;
  padding: 10px 0;
  z-index: 1000;
  transition: top 0.5s;
}
.nav-bar .container {
  display: flex;
  align-items: center;
}
.nav-bar .product-home {
  flex: 1;
  font-weight: bold;
  font-size: 20px;
  color: #353535;
  margin-left: 15px;
  transition: color 0.3s;
}
.nav-bar .product-home:hover {
  color: #1c84ff;
}
.nav-bar .download-wrap {
  display: flex;
}
.nav-bar .download-btn {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 194px;
  height: 46px;
  font-size: 20px;
  color: #fff;
  border-radius: 42px;
  background: linear-gradient(137deg, #5eb9ff 2.94%, #138ff4 83.02%);
}
.nav-bar .download-btn .icon-win {
  width: 25px;
  height: 24px;
  background: url(../img/article-page-template/icon-win.svg) no-repeat center;
  background-size: 100% 100%;
  margin-right: 6px;
}
.nav-bar .download-btn .icon-mac {
  width: 22px;
  height: 28px;
  background: url(../img/article-page-template/icon-mac.svg) no-repeat center;
  background-size: 100% 100%;
  margin-right: 6px;
}
.nav-bar .download-btn.win {
  margin-right: 20px;
}
.nav-bar .download-btn:hover {
  border: 2px solid #5eb9ff;
  background: #fff;
  background: linear-gradient(137deg, #5eb9ff 2.94%, #138ff4 83.02%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nav-bar .download-btn:hover .icon-win {
  width: 25px;
  height: 24px;
  background: url(../img/article-page-template/icon-win-amazon-hover.svg) no-repeat center;
  background-size: 100% 100%;
}
.nav-bar .download-btn:hover .icon-mac {
  width: 22px;
  height: 28px;
  background: url(../img/article-page-template/icon-mac-amazon-hover.svg) no-repeat center;
  background-size: 100% 100%;
}
.nav-bar.active {
  top: 0;
}
.banner {
  background: url(../img/article-page-template/banner-bg.png) no-repeat center;
  background-size: cover;
  padding: 30px 0;
}
.banner .article-title {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.7;
  color: #1d1d1d;
  text-align: center;
  max-width: 1080px;
  margin: 0 auto;
}
.banner .article-info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
}
.banner .article-info .author,
.banner .article-info .time {
  display: flex;
  font-size: 18px;
  color: #555;
  margin: 0 20px;
}
.banner .article-info .author::before,
.banner .article-info .time::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.banner .article-info .author::before {
  background: url(../img/article-page-template/icon-author.svg) no-repeat;
}
.banner .article-info .time::before {
  background: url(../img/article-page-template/icon-time.svg) no-repeat;
}
.article {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 1080px;
  margin: 80px auto 0;
}
.article-content {
  flex: 0 0 700px;
  width: 700px;
  margin-bottom: -30px;
}
.article-content .catalog {
  overflow: hidden;
  border-radius: 10px;
  margin: 50px 0;
}
.article-content .catalog .header {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  background: #d2ecff;
}
.article-content .catalog .header .title {
  width: 158px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  margin-left: -15px;
  background: url(../img/article-page-template/catalog-title-bg.svg) no-repeat center;
  background-size: 100% 100%;
}
.article-content .catalog .header::after {
  content: '';
  width: 21px;
  height: 14px;
  margin-right: 40px;
  transition: transform 0.3s;
  background: url(../img/article-page-template/icon-catalog.svg) no-repeat center;
  background-size: 100% 100%;
}
.article-content .catalog .header.active::after {
  transform: rotate(180deg);
}
.article-content .catalog .list {
  padding: 25px 45px;
  background: #f0f8ff;
}
.article-content .catalog .list li {
  list-style: none;
  line-height: 1.5;
  margin-bottom: 15px;
}
.article-content .catalog .list a {
  font-size: 18px;
  color: #494949;
}
.article-content .catalog .list a:hover {
  color: #0988e4;
}
.article-content .related {
  border-radius: 10px;
  background: #fbfbfb;
  margin: 40px 0 30px;
  padding: 18px 18px 18px 26px;
}
.article-content .related > strong {
  display: block;
  font-size: 20px;
  margin-bottom: 20px;
}
.article-content .related ul {
  margin-bottom: 20px;
}
.article-content .related ul li {
  margin-bottom: 10px;
}
.article-content .related ul li:last-child {
  margin-bottom: 0;
}
.article-content .related ul li:hover {
  color: #0988e4;
}
.article-content .related ul li:hover a {
  color: #0988e4;
}
.article-content .related ul a {
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5;
  color: #555;
}
.article-content .related p {
  font-size: 18px;
}
.article-content .features,
.article-content .tips {
  margin-bottom: 30px;
  border-radius: 10px;
  padding-bottom: 18px;
  background: #f8fcff;
}
.article-content .features > strong,
.article-content .tips > strong {
  position: relative;
  display: block;
  font-size: 20px;
  color: #fff;
  padding: 18px 30px;
  border-radius: 10px 10px 0 0;
  margin-bottom: 18px;
  background: #0988e4;
}
.article-content .features ul,
.article-content .tips ul,
.article-content .features ol,
.article-content .tips ol {
  padding: 0 46px 10px;
}
.article-content .features ul:last-child,
.article-content .tips ul:last-child,
.article-content .features ol:last-child,
.article-content .tips ol:last-child {
  padding-bottom: 0;
}
.article-content .features p,
.article-content .tips p {
  padding: 0 26px 0;
}
.article-content .features li,
.article-content .tips li {
  font-size: 18px;
  margin-bottom: 10px;
}
.article-content .features li:last-child,
.article-content .tips li:last-child {
  margin-bottom: 0;
}
.article-content .conclusion {
  border-radius: 10px;
  padding: 18px 18px 18px 26px;
  margin-bottom: 30px;
  border: 1px solid #b9e2ff;
  background: #f8fcff;
}
.article-content .conclusion > strong {
  display: block;
  font-size: 20px;
  color: #ff5722;
  margin-bottom: 20px;
}
.article-content .conclusion p,
.article-content .conclusion li {
  font-size: 18px;
}
.article-content .download-wrap-big {
  display: flex;
  margin-bottom: 40px;
}
.article-content .download-wrap-big .download-btn {
  box-sizing: border-box;
  width: 183px;
  height: 62px;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-content: space-evenly;
  border-radius: 50px;
  margin-right: 22px;
  background: linear-gradient(137deg, #5eb9ff 2.94%, #138ff4 83.02%);
}
.article-content .download-wrap-big .download-btn strong {
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
}
.article-content .download-wrap-big .download-btn span {
  font-weight: normal;
  font-size: 12px;
  color: #fff;
}
.article-content .download-wrap-big .download-btn .icon-win {
  width: 23px;
  height: 26px;
  background: url(../img/article-page-template/icon-win.svg) no-repeat center;
  background-size: 100% 100%;
}
.article-content .download-wrap-big .download-btn .icon-mac {
  width: 21px;
  height: 26px;
  background: url(../img/article-page-template/icon-mac.svg) no-repeat center;
  background-size: 100% 100%;
}
.article-content .download-wrap-big .download-btn:hover {
  border: 2px solid #5eb9ff;
  background: #fff;
}
.article-content .download-wrap-big .download-btn:hover strong,
.article-content .download-wrap-big .download-btn:hover span {
  background: linear-gradient(137deg, #5eb9ff 2.94%, #138ff4 83.02%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.article-content .download-wrap-big .download-btn:hover .icon-win {
  width: 23px;
  height: 26px;
  background: url(../img/article-page-template/icon-win-amazon-hover.svg) no-repeat center;
  background-size: 100% 100%;
}
.article-content .download-wrap-big .download-btn:hover .icon-mac {
  width: 21px;
  height: 26px;
  background: url(../img/article-page-template/icon-mac-amazon-hover.svg) no-repeat center;
  background-size: 100% 100%;
}
.article-content .download-wrap-small {
  display: flex;
}
.article-content .download-wrap-small .download-btn {
  box-sizing: border-box;
  width: 224px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin-right: 22px;
  background: linear-gradient(137deg, #5eb9ff 2.94%, #138ff4 83.02%);
}
.article-content .download-wrap-small .download-btn span {
  font-weight: normal;
  font-size: 22px;
  color: #fff;
  margin-left: 10px;
}
.article-content .download-wrap-small .download-btn .icon-win {
  width: 26px;
  height: 28px;
  background: url(../img/article-page-template/icon-win.svg) no-repeat center;
  background-size: 100% 100%;
}
.article-content .download-wrap-small .download-btn .icon-mac {
  width: 23px;
  height: 28px;
  background: url(../img/article-page-template/icon-mac.svg) no-repeat center;
  background-size: 100% 100%;
}
.article-content .download-wrap-small .download-btn:hover {
  border: 2px solid #5eb9ff;
  background: #fff;
}
.article-content .download-wrap-small .download-btn:hover span {
  background: linear-gradient(137deg, #5eb9ff 2.94%, #138ff4 83.02%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.article-content .download-wrap-small .download-btn:hover .icon-win {
  width: 26px;
  height: 28px;
  background: url(../img/article-page-template/icon-win-amazon-hover.svg) no-repeat center;
  background-size: 100% 100%;
}
.article-content .download-wrap-small .download-btn:hover .icon-mac {
  width: 23px;
  height: 28px;
  background: url(../img/article-page-template/icon-mac-amazon-hover.svg) no-repeat center;
  background-size: 100% 100%;
}
.article-content .table-wrap-small {
  margin-bottom: 30px;
}
.article-content .table-wrap-small table {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #008bf0;
}
.article-content .table-wrap-small th {
  font-size: 18px;
}
.article-content .table-wrap-small th,
.article-content .table-wrap-small td {
  padding: 25px;
  line-height: 1.5;
  color: #1d1d1d;
  text-align: left;
  border-bottom: 1px solid #008bf0;
}
.article-content .table-wrap-small th:first-child,
.article-content .table-wrap-small td:first-child {
  border-right: 1px solid #008bf0;
}
.article-content .table-wrap-small tr:last-child td {
  border-bottom: none;
}
.article-content .table-wrap-small tr:nth-child(odd) {
  background: #f8fcff;
}
.article-content .table-wrap-small tr:hover {
  background: #cae8ff;
}
.article-content .table-wrap-big {
  width: 100%;
  height: 600px;
  position: relative;
  overflow: auto;
  padding: 0 10px 10px 0;
  margin-bottom: 30px;
}
.article-content .table-wrap-big table {
  table-layout: fixed;
  width: 100%;
  border-radius: 10px;
}
.article-content .table-wrap-big table thead tr th {
  box-sizing: border-box;
  width: 210px;
  position: sticky;
  top: 0;
  z-index: 10;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  text-align: left;
  border-left: none;
  padding: 20px;
  border: 1px solid #008bf0;
  background-color: #44aefd;
}
.article-content .table-wrap-big table thead tr th:first-child {
  position: sticky;
  left: 0;
  z-index: 999;
  border-left: 1px solid #008bf0;
}
.article-content .table-wrap-big table tbody tr td {
  line-height: 1.5;
  box-sizing: border-box;
  padding: 20px;
  border-right: 1px solid #008bf0;
  border-bottom: 1px solid #008bf0;
}
.article-content .table-wrap-big table tbody tr td:first-child {
  position: sticky;
  left: 0;
  border-left: 1px solid #008bf0;
}
.article-content .table-wrap-big table tbody tr:nth-child(odd) td {
  background: #fff;
}
.article-content .table-wrap-big table tbody tr:nth-child(even) td {
  background: #f8fcff;
}
.article-content .table-wrap-big table tbody tr:hover td {
  background: #cae8ff;
}
.article-content .table-wrap-big::-webkit-scrollbar {
  width: 18px;
  height: 18px;
  background: #f5f5f5;
}
.article-content .table-wrap-big::-webkit-scrollbar-thumb {
  background: #6bb7f1;
}
.article-content .table-wrap-big::-webkit-scrollbar-button:start {
  height: 20px;
  width: 30px;
  background: url(../img/article-page-template/icon-arrow-top-amazom.svg) no-repeat center;
}
.article-content .table-wrap-big::-webkit-scrollbar-button:start:hover {
  background-color: #d2d2d2;
}
.article-content .table-wrap-big::-webkit-scrollbar-button:start:active {
  background-color: #787878;
}
.article-content .table-wrap-big::-webkit-scrollbar-button:end {
  height: 20px;
  width: 30px;
  background: url(../img/article-page-template/icon-arrow-bottom-amazom.svg) no-repeat center;
}
.article-content .table-wrap-big::-webkit-scrollbar-button:end:hover {
  background-color: #d2d2d2;
}
.article-content .table-wrap-big::-webkit-scrollbar-button:end:active {
  background-color: #787878;
}
.article-content .table-wrap-big::-webkit-scrollbar-button:horizontal:start {
  height: 30px;
  width: 20px;
  background: url(../img/article-page-template/icon-arrow-left-amazom.svg) no-repeat center;
}
.article-content .table-wrap-big::-webkit-scrollbar-button:horizontal:start:hover {
  background-color: #d2d2d2;
}
.article-content .table-wrap-big::-webkit-scrollbar-button:horizontal:start:active {
  background-color: #787878;
}
.article-content .table-wrap-big::-webkit-scrollbar-button:horizontal:end {
  height: 30px;
  width: 20px;
  background: url(../img/article-page-template/icon-arrow-right-amazom.svg) no-repeat center;
}
.article-content .table-wrap-big::-webkit-scrollbar-button:horizontal:end:hover {
  background-color: #d2d2d2;
}
.article-content .table-wrap-big::-webkit-scrollbar-button:horizontal:end:active {
  background-color: #787878;
}
.article-content .product-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 15px;
  padding: 30px 0;
  margin-bottom: 30px;
  border: 1px solid #9cd5ff;
  background: #f8fcff;
}
.article-content .product-box .left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35%;
  margin-right: 50px;
  padding-left: 20px;
}
.article-content .product-box .left img {
  max-width: 100%;
  height: auto;
  margin: 0;
}
.article-content .product-box .right {
  width: 55%;
}
.article-content .product-box .right .title {
  font-size: 20px;
  color: #000;
}
.article-content .product-box .right .desc {
  line-height: 1.5;
  color: #555;
  margin: 20px 0;
}
.article-content .product-box .right .list {
  margin-bottom: 20px;
}
.article-content .product-box .right .list li {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #1d1d1d;
}
.article-content .product-box .right .download-wrap {
  display: flex;
}
.article-content .product-box .right .download-wrap .download-btn {
  width: 212px;
  height: 62px;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-content: space-evenly;
  border-radius: 34px;
  margin-right: 10px;
  transition: transform 0.2s;
  background: linear-gradient(137deg, #5eb9ff 2.94%, #138ff4 83.02%), #fff;
}
.article-content .product-box .right .download-wrap .download-btn strong {
  font-size: 16px;
  margin-bottom: 5px;
  color: #fff;
}
.article-content .product-box .right .download-wrap .download-btn span {
  font-weight: normal;
  font-size: 12px;
  color: #fff;
}
.article-content .product-box .right .download-wrap .download-btn .icon-win {
  width: 23px;
  height: 26px;
  background: url(../img/article-page-template/icon-win.svg) no-repeat center;
  background-size: 100% 100%;
}
.article-content .product-box .right .download-wrap .download-btn .icon-mac {
  width: 21px;
  height: 26px;
  background: url(../img/article-page-template/icon-mac.svg) no-repeat center;
  background-size: 100% 100%;
}
.article-content .product-box .right .download-wrap .download-btn:hover {
  transform: translateY(-5px);
}
.article-content .product-box .right .download-wrap .download-btn:hover strong,
.article-content .product-box .right .download-wrap .download-btn:hover span {
  color: #fff;
}
.article-content p {
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}
.article-content p:last-child {
  margin-bottom: 0;
}
.article-content a {
  font-weight: bold;
  color: #0988e4;
}
.article-content a:hover {
  color: #555;
}
.article-content h2 {
  display: flex;
  font-size: 26px;
  line-height: 1.5;
  color: #1d1d1d;
  border-radius: 2px;
  margin: 120px 0 30px;
  background: #f5fbff;
}
.article-content h2::before {
  content: '';
  display: inline-block;
  width: 8px;
  border-radius: 2px 5px 5px 2px;
  padding: 4px 0;
  margin-right: 10px;
  background: linear-gradient(90deg, #2ea7ff 0%, rgba(89, 185, 255, 0.47) 100%);
}
.article-content h3 {
  display: flex;
  font-size: 22px;
  color: #1d1d1d;
  line-height: 1.5;
  margin: 50px 0 20px;
}
.article-content h3::before {
  content: '';
  display: inline-block;
  width: 8px;
  border-radius: 2px 5px 5px 2px;
  padding: 4px 0;
  margin-right: 10px;
  background: linear-gradient(90deg, #2ea7ff 0%, rgba(89, 185, 255, 0.47) 100%);
}
.article-content h4 {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1.5;
  color: #1d1d1d;
  padding-left: 10px;
  margin: 40px 0 20px;
}
.article-content h4::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(180deg, #95d2ff 0%, rgba(129, 202, 255, 0) 100%);
}
.article-content ul,
.article-content ol {
  padding-left: 20px;
}
.article-content ul li,
.article-content ol li {
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}
.article-content ul li {
  list-style: disc;
}
.article-content ol li {
  list-style: decimal;
}
.article-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 30px;
}
.article-hot {
  position: sticky;
  top: 100px;
  width: 320px;
  margin-left: 60px;
  border-radius: 15px;
  background: #fff;
  border: 1px solid #489cff;
}
.article-hot .title {
  display: flex;
  align-items: center;
  font-weight: bold;
  height: 64px;
  font-size: 20px;
  border-radius: 15px 15px 0 0;
  padding-left: 16px;
  background: #f2f8ff;
}
.article-hot .title::before {
  content: '';
  width: 14px;
  height: 27px;
  background: url(../img/article-page-template/icon-hot.svg) no-repeat;
  margin-right: 14px;
}
.article-hot .list {
  padding: 20px 20px 5px 32px;
}
.article-hot .list li {
  list-style: disc;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 14px;
}
.article-hot .list li:hover {
  color: #1c84ff;
}
.article-hot .list li:hover a {
  color: #1c84ff;
  text-decoration: underline;
}
.product-recommendation-wrap {
  width: 1080px;
  margin: 30px auto 0;
}
.product-recommendation {
  width: 700px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 15px;
  padding: 30px 0;
  background: #40a9f4;
}
.product-recommendation .left {
  width: 58%;
  margin-right: 30px;
  padding-left: 20px;
}
.product-recommendation .left .title {
  font-size: 20px;
  color: #fff;
}
.product-recommendation .left .desc {
  color: #fff;
  line-height: 1.5;
  margin: 20px 0;
}
.product-recommendation .left .download-wrap {
  display: flex;
}
.product-recommendation .left .download-wrap .download-btn {
  width: 212px;
  height: 62px;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-content: space-evenly;
  border-radius: 34px;
  background: #fff;
  margin-right: 10px;
  transition: transform 0.2s;
}
.product-recommendation .left .download-wrap .download-btn strong {
  font-size: 16px;
  margin-bottom: 5px;
  background: linear-gradient(137deg, #5eb9ff 2.94%, #138ff4 83.02%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-recommendation .left .download-wrap .download-btn span {
  font-weight: normal;
  font-size: 12px;
  background: linear-gradient(137deg, #5eb9ff 2.94%, #138ff4 83.02%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-recommendation .left .download-wrap .download-btn .icon-win {
  width: 23px;
  height: 26px;
  background: url(../img/article-page-template/icon-win-amazon-hover.svg) no-repeat center;
  background-size: 100% 100%;
}
.product-recommendation .left .download-wrap .download-btn .icon-mac {
  width: 21px;
  height: 26px;
  background: url(../img/article-page-template/icon-mac-amazon-hover.svg) no-repeat center;
  background-size: 100% 100%;
}
.product-recommendation .left .download-wrap .download-btn:hover {
  transform: translateY(-5px);
}
.product-recommendation .left .download-wrap .download-btn:hover strong,
.product-recommendation .left .download-wrap .download-btn:hover span {
  background: linear-gradient(137deg, #5eb9ff 2.94%, #138ff4 83.02%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-recommendation .right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35%;
}
.product-recommendation .right img {
  max-width: 100%;
  height: auto;
  margin: 0;
}
.aside_coupon {
  position: fixed;
  right: 20px;
  bottom: 130px;
  z-index: 10;
  cursor: pointer;
}
.aside_coupon .close {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
}
.aside_coupon img:nth-child(3) {
  position: absolute;
  bottom: 128px;
  right: 64px;
  transition: all linear 0.2s;
  opacity: 0;
}
.aside_coupon img:nth-child(3).active {
  bottom: 148px;
  opacity: 1;
}
.aside_coupon div.mobile img:nth-child(3) {
  position: absolute;
  bottom: 54px;
  right: 30px;
  transition: all linear 0.2s;
  opacity: 0;
}
.aside_coupon div.mobile img:nth-child(3).active {
  bottom: 74px;
  opacity: 1;
}
.aside_coupon .pc{
  display: block;
}
.aside_coupon .mobile{
  display: none;
}
@media (max-width: 768px) {
  html {
    scroll-padding-top: 120rem;
  }
  #amazon .nav-bar .download-btn:hover {
    border: 2rem solid #5eb9ff;
  }
  #amazon .nav-bar .download-btn:hover .icon-win {
    width: 18rem;
    height: 16rem;
  }
  #amazon .nav-bar .download-btn:hover .icon-mac {
    width: 15rem;
    height: 21rem;
  }
  #amazon .article-content .conclusion {
    border: 1rem solid #b9e2ff;
  }
  #amazon .article-content .download-wrap-big .download-btn:hover {
    border: 2rem solid #5eb9ff;
  }
  #amazon .article-content .download-wrap-big .download-btn:hover .icon-win {
    width: 22rem;
    height: 26rem;
    transform: translateY(-2rem);
  }
  #amazon .article-content .download-wrap-big .download-btn:hover .icon-mac {
    width: 20rem;
    height: 26rem;
    transform: translateY(-4rem);
  }
  #amazon .article-content .download-wrap-small .download-btn:hover {
    border: 2rem solid #5eb9ff;
  }
  #amazon .article-content .download-wrap-small .download-btn:hover .icon-win {
    width: 20rem;
    height: 22rem;
  }
  #amazon .article-content .download-wrap-small .download-btn:hover .icon-mac {
    width: 17rem;
    height: 22rem;
  }
  #amazon .article-content .table-wrap-small table {
    border: 1rem solid #008bf0;
  }
  #amazon .article-content .table-wrap-small th,
  #amazon .article-content .table-wrap-small td {
    border-bottom: 1rem solid #008bf0;
  }
  #amazon .article-content .table-wrap-small th:first-child,
  #amazon .article-content .table-wrap-small td:first-child {
    border-right: 1rem solid #008bf0;
  }
  #amazon .article-content .table-wrap-big table thead tr th {
    border: 1rem solid #008bf0;
  }
  #amazon .article-content .table-wrap-big table thead tr th:first-child {
    border-left: 1rem solid #008bf0;
  }
  #amazon .article-content .table-wrap-big table tbody tr td {
    border-right: 1rem solid #008bf0;
    border-bottom: 1rem solid #008bf0;
  }
  #amazon .article-content .table-wrap-big table tbody tr td:first-child {
    border-left: 1rem solid #008bf0;
  }
  #amazon .article-content .table-wrap-big::-webkit-scrollbar {
    width: 5rem;
    height: 5rem;
  }
  #amazon .article-content .table-wrap-big::-webkit-scrollbar-thumb {
    background: #6bb7f1;
  }
  #amazon .article-content .product-box {
    border: 1rem solid #9cd5ff;
  }
  #amazon .article-hot {
    border: 1rem solid #489cff;
  }
  .nav-bar {
    position: fixed;
    top: -120rem;
    width: 100%;
    height: 95rem;
    box-shadow: 0 5rem 5rem #eee;
    padding: 0;
  }
  .nav-bar .container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: flex-start;
  }
  .nav-bar .logo {
    width: 55rem;
    height: 55rem;
    margin: 10rem 15rem 10rem 0;
  }
  .nav-bar .product-home {
    flex: 0 0 auto;
    font-size: 18rem;
    margin-left: 0;
    margin-bottom: 10rem;
  }
  .nav-bar .download-btn {
    display: inline-flex;
    width: 130rem;
    height: 36rem;
    font-size: 12rem;
    border-radius: 42rem;
  }
  .nav-bar .download-btn .icon-win {
    width: 18rem;
    height: 16rem;
    margin-right: 6rem;
  }
  .nav-bar .download-btn .icon-mac {
    width: 15rem;
    height: 21rem;
    margin-right: 6rem;
  }
  .nav-bar .download-btn.win {
    margin-right: 10rem;
  }
  .nav-bar .download-btn:hover {
    border: 2rem solid #5eb9ff;
  }
  .nav-bar .download-btn:hover .icon-win {
    width: 18rem;
    height: 16rem;
  }
  .nav-bar .download-btn:hover .icon-mac {
    width: 15rem;
    height: 21rem;
  }
  .nav-bar.active {
    top: 0;
  }
  .banner {
    padding: 60rem 0;
  }
  .banner .article-title {
    font-size: 24rem;
    max-width: 100%;
    padding: 0 15rem;
    margin: 0 auto;
  }
  .banner .article-info {
    margin-top: 25rem;
  }
  .banner .article-info .author,
  .banner .article-info .time {
    font-size: 16rem;
    margin: 0 20rem;
  }
  .banner .article-info .author::before,
  .banner .article-info .time::before {
    width: 18rem;
    height: 18rem;
    margin-right: 10rem;
  }
  .article {
    flex-direction: column;
    width: 100%;
    margin: 60rem auto 0;
    padding: 0 15rem;
  }
  .article-content {
    width: 345rem;
    margin-bottom: 50rem;
  }
  .article-content .catalog {
    border-radius: 10rem;
    margin: 50rem 0;
  }
  .article-content .catalog .header {
    height: 50rem;
    border-radius: 10rem 10rem 0 0;
  }
  .article-content .catalog .header .title {
    width: 158rem;
    height: 50rem;
    font-size: 18rem;
    margin-left: -36rem;
  }
  .article-content .catalog .header::after {
    width: 18rem;
    height: 10rem;
    margin-right: 20rem;
  }
  .article-content .catalog .list {
    padding: 18rem 26rem;
  }
  .article-content .catalog .list li {
    margin-bottom: 15rem;
  }
  .article-content .catalog .list a {
    font-size: 16rem;
  }
  .article-content .related {
    border-radius: 10rem;
    margin: 40rem 0 30rem;
    padding: 18rem;
  }
  .article-content .related > strong {
    font-size: 18rem;
    margin-bottom: 20rem;
  }
  .article-content .related ul {
    margin-bottom: 20rem;
  }
  .article-content .related ul li {
    margin-bottom: 10rem;
  }
  .article-content .related ul a {
    font-size: 16rem;
  }
  .article-content .related p {
    font-size: 16rem;
  }
  .article-content .features,
  .article-content .tips {
    margin-bottom: 30rem;
    border-radius: 10rem;
    padding-bottom: 18rem;
  }
  .article-content .features > strong,
  .article-content .tips > strong {
    font-size: 18rem;
    padding: 18rem;
    border-radius: 10rem 10rem 0 0;
    margin-bottom: 18rem;
  }
  .article-content .features ul,
  .article-content .tips ul,
  .article-content .features ol,
  .article-content .tips ol {
    padding: 0 38rem 10rem;
  }
  .article-content .features p,
  .article-content .tips p {
    padding: 0 18rem 0;
  }
  .article-content .features li,
  .article-content .tips li {
    font-size: 16rem;
    margin-bottom: 10rem;
  }
  .article-content .conclusion {
    border-radius: 10rem;
    padding: 18rem;
    margin-bottom: 30rem;
    border: 1rem solid #b9e2ff;
  }
  .article-content .conclusion > strong {
    font-size: 20rem;
    margin-bottom: 20rem;
  }
  .article-content .conclusion p,
  .article-content .conclusion li {
    font-size: 16rem;
  }
  .article-content .download-wrap-big {
    justify-content: space-between;
    margin-bottom: 40rem;
  }
  .article-content .download-wrap-big .download-btn {
    width: 165rem;
    height: 65rem;
    border-radius: 50rem;
    margin-right: 0;
    padding: 10rem;
  }
  .article-content .download-wrap-big .download-btn strong {
    font-size: 14rem;
    margin-bottom: 0;
  }
  .article-content .download-wrap-big .download-btn span {
    font-size: 12rem;
  }
  .article-content .download-wrap-big .download-btn .icon-win {
    width: 22rem;
    height: 26rem;
    transform: translateY(-2rem);
  }
  .article-content .download-wrap-big .download-btn .icon-mac {
    width: 20rem;
    height: 26rem;
    transform: translateY(-4rem);
  }
  .article-content .download-wrap-big .download-btn:hover {
    border: 2rem solid #5eb9ff;
  }
  .article-content .download-wrap-big .download-btn:hover .icon-win {
    width: 22rem;
    height: 26rem;
    transform: translateY(-2rem);
  }
  .article-content .download-wrap-big .download-btn:hover .icon-mac {
    width: 20rem;
    height: 26rem;
    transform: translateY(-4rem);
  }
  .article-content .download-wrap-small {
    justify-content: space-between;
  }
  .article-content .download-wrap-small .download-btn {
    width: 165rem;
    height: 50rem;
    border-radius: 50rem;
    margin-right: 0;
  }
  .article-content .download-wrap-small .download-btn span {
    font-size: 18rem;
    margin-left: 10rem;
  }
  .article-content .download-wrap-small .download-btn .icon-win {
    width: 20rem;
    height: 22rem;
  }
  .article-content .download-wrap-small .download-btn .icon-mac {
    width: 17rem;
    height: 22rem;
  }
  .article-content .download-wrap-small .download-btn:hover {
    border: 2rem solid #5eb9ff;
  }
  .article-content .download-wrap-small .download-btn:hover .icon-win {
    width: 20rem;
    height: 22rem;
  }
  .article-content .download-wrap-small .download-btn:hover .icon-mac {
    width: 17rem;
    height: 22rem;
  }
  .article-content .table-wrap-small {
    margin-bottom: 30rem;
  }
  .article-content .table-wrap-small table {
    border-radius: 10rem;
    border: 1rem solid #008bf0;
  }
  .article-content .table-wrap-small th {
    font-size: 14rem;
  }
  .article-content .table-wrap-small td {
    font-size: 12rem;
  }
  .article-content .table-wrap-small th,
  .article-content .table-wrap-small td {
    padding: 15rem;
    border-bottom: 1rem solid #008bf0;
  }
  .article-content .table-wrap-small th:first-child,
  .article-content .table-wrap-small td:first-child {
    border-right: 1rem solid #008bf0;
  }
  .article-content .table-wrap-big {
    height: 450rem;
    padding: 0 10rem 10rem 0;
    margin-bottom: 30rem;
  }
  .article-content .table-wrap-big table thead tr th {
    width: 150rem;
    padding: 10rem;
    font-size: 14rem;
    line-height: 1.5;
    border: 1rem solid #008bf0;
  }
  .article-content .table-wrap-big table thead tr th:first-child {
    border-left: 1rem solid #008bf0;
  }
  .article-content .table-wrap-big table tbody tr td {
    padding: 10rem;
    font-size: 12rem;
    line-height: 1.5;
    border-right: 1rem solid #008bf0;
    border-bottom: 1rem solid #008bf0;
  }
  .article-content .table-wrap-big table tbody tr td:first-child {
    border-left: 1rem solid #008bf0;
  }
  .article-content .table-wrap-big::-webkit-scrollbar {
    width: 5rem;
    height: 5rem;
  }
  .article-content .table-wrap-big::-webkit-scrollbar-thumb {
    background: #6bb7f1;
  }
  .article-content .product-box {
    flex-direction: column;
    border-radius: 15rem;
    padding: 30rem 18rem;
    margin-bottom: 30rem;
    border: 1rem solid #9cd5ff;
  }
  .article-content .product-box .left {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
    margin-bottom: 30rem;
  }
  .article-content .product-box .left img {
    transform: translateX(-20rem);
  }
  .article-content .product-box .right {
    width: 100%;
  }
  .article-content .product-box .right .title {
    display: block;
    font-size: 20rem;
    text-align: center;
  }
  .article-content .product-box .right .desc {
    text-align: center;
    margin: 20rem 0;
  }
  .article-content .product-box .right .list {
    margin-bottom: 20rem;
  }
  .article-content .product-box .right .list li {
    font-size: 14rem;
    margin-bottom: 10rem;
  }
  .article-content .product-box .right .download-wrap {
    flex-direction: column;
    align-items: center;
  }
  .article-content .product-box .right .download-wrap .download-btn {
    width: 200rem;
    height: 60rem;
    border-radius: 34rem;
    margin: 0 0 20rem 0;
  }
  .article-content .product-box .right .download-wrap .download-btn strong {
    font-size: 16rem;
    margin-bottom: 5rem;
  }
  .article-content .product-box .right .download-wrap .download-btn span {
    font-size: 12rem;
  }
  .article-content .product-box .right .download-wrap .download-btn .icon-win {
    width: 23rem;
    height: 26rem;
  }
  .article-content .product-box .right .download-wrap .download-btn .icon-mac {
    width: 21rem;
    height: 26rem;
    transform: translateX(-6rem);
  }
  .article-content .product-box .right .download-wrap .download-btn:hover {
    transform: translateY(0);
  }
  .article-content p {
    font-size: 16rem;
    line-height: 1.5;
    margin-bottom: 20rem;
  }
  .article-content h2 {
    font-size: 22rem;
    border-radius: 2rem;
    margin: 80rem 0 30rem;
  }
  .article-content h2::before {
    width: 8rem;
    border-radius: 2rem 5rem 5rem 2rem;
    padding: 4rem 0;
    margin-right: 10rem;
  }
  .article-content h3 {
    font-size: 20rem;
    margin: 50rem 0 20rem;
  }
  .article-content h3::before {
    width: 8rem;
    border-radius: 2rem 5rem 5rem 2rem;
    padding: 4rem 0;
    margin-right: 10rem;
  }
  .article-content h4 {
    font-size: 18rem;
    padding-left: 10rem;
    margin: 40rem 0 20rem;
  }
  .article-content h4::before {
    width: 32rem;
    height: 32rem;
  }
  .article-content ul,
  .article-content ol {
    padding-left: 20rem;
  }
  .article-content ul li,
  .article-content ol li {
    font-size: 16rem;
    margin-bottom: 20rem;
  }
  .article-content img {
    margin: 0 auto 30rem;
  }
  .article-hot {
    position: static;
    width: 100%;
    margin-left: 0;
    border-radius: 15rem;
    border: 1rem solid #489cff;
  }
  .article-hot .title {
    height: 54rem;
    font-size: 18rem;
    border-radius: 15rem 15rem 0 0;
    padding-left: 16rem;
  }
  .article-hot .title::before {
    width: 14rem;
    height: 27rem;
    margin-right: 14rem;
  }
  .article-hot .list {
    padding: 20rem 20rem 5rem 32rem;
  }
  .article-hot .list li {
    font-size: 14rem;
    margin-bottom: 14rem;
  }
  .product-recommendation-wrap {
    width: 100%;
    padding: 0 15rem;
    margin: 30px auto 0;
  }
  .product-recommendation {
    width: 100%;
    flex-direction: column-reverse;
    border-radius: 15rem;
    padding: 30rem 18rem;
    margin-bottom: 30rem;
  }
  .product-recommendation .left {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
  }
  .product-recommendation .left .title {
    display: block;
    font-size: 20rem;
    text-align: center;
  }
  .product-recommendation .left .desc {
    font-size: 16rem;
    margin: 20rem 0;
    text-align: center;
  }
  .product-recommendation .left .download-wrap {
    flex-direction: column;
    align-items: center;
  }
  .product-recommendation .left .download-wrap .download-btn {
    width: 200rem;
    height: 60rem;
    border-radius: 34rem;
    margin: 0 0 20rem 0;
  }
  .product-recommendation .left .download-wrap .download-btn strong {
    font-size: 16rem;
    margin-bottom: 5rem;
  }
  .product-recommendation .left .download-wrap .download-btn span {
    font-size: 12rem;
  }
  .product-recommendation .left .download-wrap .download-btn .icon-win {
    width: 19rem;
    height: 24rem;
  }
  .product-recommendation .left .download-wrap .download-btn .icon-mac {
    width: 17rem;
    height: 22rem;
    transform: translateX(-8rem);
  }
  .product-recommendation .left .download-wrap .download-btn:hover {
    transform: translateY(0);
  }
  .product-recommendation .right {
    width: 100%;
    margin-bottom: 30rem;
  }
  .article-content iframe{width: 100%;height: 180rem;}
}
@media (max-width: 560px) {
  .aside_coupon .close {
    top: -20px;
    width: 14px;
    height: 14px;
  }
  .aside_coupon img:nth-child(2){
    width: 161px;
    height: auto;
  }
  .aside_coupon img:nth-child(3){
    width: 50px;
    height: 20px;
  }
  .aside_coupon .pc{
    display: none;
  }
  .aside_coupon .mobile{
    display: block;
  }
}
