/* common */
html {
  scroll-padding-top: 120px;
}
nav {
  position: fixed;
  top: -100px;
  z-index: 1000;
  width: 100%;
  background: #fff;
  box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.12);
  padding: 16px 0;
  transition: top 0.5s;
}
.header_area{
   position: relative; 
}
.logo-font{color:#2196f3;}
nav.navbar{
    top: 0;
}
nav .container {
  width: 1080px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav .container .product-info .item {
  display: flex;
  align-items: center;
}
nav .container .product-info .item span {
  font-size: 20px;
  margin-left: 20px;
  font-weight: 600;
}
nav .container .product-download {
  display: flex;
}
nav .container .product-download .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 165px;
  height: 38px;
  border-radius: 6px;
  margin-left: 25px;
  border-width: 1px;
  border-style: solid;
  transition: all 0.3s;
}
nav .container .product-download .item .iconfont {
  margin-left: 8px;
}
nav .container .product-download .item span {
  font-size: 16px;
}
nav .container .product-download .item-mac .iconfont {
  margin-top: -2px;
}
.banner-normal {
  padding: 80px 0;
  background-repeat: no-repeat;
  background-position: 20% 0%;
  background-size: cover;
}
.banner-normal .container {
  width: 1080px;
}
.banner-normal .container .article-title {
  font-size: 36px;
  line-height: 134.533%;
  color: #C20907;
  text-align: center;
  word-break: normal;
  padding: 0 20px;
  margin: 0 0 20px;
}
.banner-normal .container .article-info {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-normal .container .article-info .item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  border-radius: 24px;
  margin: 0 10px;
}
.banner-normal .container .article-info .item.user{
  width: 198px;
}
.banner-normal .container .article-info .item.time{
 padding: 0px 20px;
}
.banner-normal .container .article-info .item i {
  font-size: 22px;
  margin-right: 8px;
}
.banner-normal .container .article-info .item span {
  font-size: 18px;
}
.banner-video {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.banner-video .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1080px;
  padding-top: 140px;
  padding-bottom: 80px;
}
.banner-video .container .container-article {
  flex: 1;
}
.banner-video .container .container-article_title {
  color: #C20907;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  padding-right: 40px;
}
.banner-video .container .container-article_info {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.banner-video .container .container-article_info .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  color: #C20907;
  border-radius: 24px;
  margin-right: 40px;
}
.banner-video .container .container-article_info .item i {
  font-size: 22px;
  margin-right: 8px;
}
.banner-video .container .container-article_info .item span {
  font-size: 18px;
}
.banner-video .container .container-article_btns {
  display: flex;
}
.banner-video .container .container-article_btns .article_btn {
  width: 213px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #C20907;
  font-size: 17px;
  font-weight: 400;
  background: #fff;
  margin-right: 20px;
  border-radius: 8px;
  border: 2px solid #C20907;
}
.banner-video .container .container-article_btns .article_btn i {
  margin-left: 8px;
}
.banner-video .container .container-article_btns .article_btn:hover {
  background: #C20907;
  color: #fff;
}
.banner-video .container .container-video .container-video_wrapper{
  width: 491px;
  height: 275px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 9.25781px
}
.banner-video .container .container-video .container-video_wrapper .wrap-video_btn{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
  background-image: url(../img/videos/icon-play.svg);
  background-color: rgba(172, 28, 32, 0.7);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90px 90px;
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  transition: all 300ms;
}
.banner-video .container .container-video .container-video_wrapper .wrap-video_btn:hover{
  transform: translate(-50%, -50%) scale(1.1);
}
.banner-special {
  padding: 80px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-special .container {
  width: 1080px;
  display: flex;
}
.banner-special .container .info-box {
  flex: 1;
}
.banner-special .container .info-box .title {
  max-width: 500px;
  font-weight: bold;
  font-size: 36px;
  color: #C20907;
  line-height: 134.533%;
  margin-bottom: 12px;
}
.banner-special .container .info-box .desc {
  max-width: 510px;
  font-weight: 700;
  line-height: 209.45%;
  font-size: 20px;
  color: #414141;
  margin-bottom: 22px;
}
.banner-special .container .info-box .intro-list {
  max-width: 442px;
  padding-left: 20px;
  margin-bottom: 30px;
}
.banner-special .container .info-box .intro-list li {
  list-style: disc;
  font-size: 16px;
  line-height: 170.533%;
  color: #414141;
  margin-bottom: 5px;
}
.banner-special .container .info-box .downloads {
  display: flex;
}
.banner-special .container .info-box .downloads .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 172px;
  height: 43px;
  border-radius: 6px;
  margin-right: 25px;
  transition: all 0.3s;
}
.banner-special .container .info-box .downloads .item .iconfont {
  margin-left: 8px;
}
.banner-special .container .info-box .downloads .item span {
  font-size: 18px;
}
.banner-special .container .info-box .downloads .item-mac .iconfont {
  margin-top: -2px;
}
.banner-special .container .img-box {
  width: 508px;
  transform: translateY(50px);
}
.prloc{
     padding:20px 0;
     background-color: #ac1c20;
}
.prloc span{
     display:inline-block;
     color:#fff;  
}
.prloc span a{
     color:#fff;
}
.main-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 1080px;
  margin: 58px auto 0;
}
.main-content aside {
  position: sticky;
  top: 120px;
  width: 300px;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #dbdde8;
  padding-bottom: 10px;
}
.main-content aside .catalog-title {
  border-radius: 10px;
  padding: 24px;
  text-align: center;
  margin-bottom: 16px;
}
.main-content aside .catalog-title span {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}
.main-content aside .catalog-title .iconfont {
  display: none;
}
.main-content aside .catalog-list p {
  display: flex;
  line-height: 146.682%;
  color: #9f9f9f;
  cursor: pointer;
  padding: 10px 24px 10px 0;
}
.main-content aside .catalog-list p::before {
  flex-shrink: 0;
  content: '';
  display: block;
  width: 5px;
  height: 15px;
  background: transparent;
  margin-right: 19px;
  margin-top: 10px;
  transition: all 0.5s;
}
.main-content article {
  width: 728px;
}
.main-content article .article-header {
  margin-bottom: 35px;
}
.main-content article .article-header .article-title {
  font-size: 32px;
  line-height: 134.533%;
  color: #313131;
  text-align: center;
  word-break: break-all;
  margin-bottom: 22px;
  padding: 0 20px;
}
.main-content article .article-header .article-info {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-content article .article-header .article-info .item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  border-radius: 24px;
  margin: 0 10px;
}
.main-content article .article-header .article-info .item.user{
  width: 198px;
}
.main-content article .article-header .article-info .item.time{
  padding: 0px 20px;
}
.main-content article .article-header .article-info .item i {
  font-size: 22px;
  margin-right: 8px;
}
.main-content article .article-header .article-info .item span {
  font-size: 18px;
}
.main-content article .disclaimer-box {
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  padding: 24px;
  margin-bottom: 40px;
}
.main-content article .disclaimer-box .title {
  font-weight: bold;
  font-size: 20px;
  color: #000;
}
.main-content article .disclaimer-box .desc {
  line-height: 163%;
  color: #7e6060;
  margin: 10px 0 32px;
}
.main-content article .disclaimer-box .downloads {
  margin: 0;
}
/*.main-content article .content-part {*/
/*  margin-bottom: 28px;*/
/*}*/
/*.main-content article .content-part:last-child {*/
/*  margin-bottom: 0;*/
/*}*/
.main-content article .part-title {
  position: relative;
  font-weight: 600;
  font-size: 24px;
  line-height: 146.682%;
  color: #000;
  margin-bottom: 10px;
  margin-top: 28px;
}
.main-content article h2 {
  position: relative;
  font-weight: 600;
  font-size: 24px;
  line-height: 146.682%;
  color: #000;
  margin-bottom: 10px;
  margin-top: 28px;
}
.main-content article .part-title::before {
  position: absolute;
  top: 18px;
  left: 0;
  z-index: -1;
  content: '';
  width: 38px;
  height: 10px;
}
.main-content article h2::before {
  position: absolute;
  top: 18px;
  left: 0;
  z-index: -1;
  content: '';
  width: 38px;
  height: 10px;
}
.main-content article .part-subtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 174.188%;
  margin: 20px 0 20px;
}
.main-content article h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 174.188%;
  color: #000;
  margin: 20px 0 20px;
}
.main-content-netflix article .part-subtitle{
  color: #ac1c20;
}
.main-content-netflix article h3{
  color: #ac1c20;
}
.main-content-hulu article .part-subtitle{
  color: #17814c;
}
.main-content-hulu article h3{
  color: #17814c;
}
.main-content-hbo article .part-subtitle{
  color: #0059da;
}
.main-content-hbo article h3{
  color: #0059da;
}
.main-content-disney article .part-subtitle{
  color: #5b58e7;
}
.main-content-disney article h3{
  color: #5b58e7;
}
.main-content-amazon article .part-subtitle{
  color: #ee9f30;
}
.main-content-amazon article h3{
  color: #ee9f30;
}
.main-content-paramount article .part-subtitle{
  color: #0062F7;
}
.main-content-paramount article h3{
  color: #0062F7;
}
.main-content-facebook article .part-subtitle{
  color: #2889FF;
}
.main-content-facebook article h3{
  color: #2889FF;
}
.main-content-twitter article .part-subtitle{
  color: #00A0DD;
}
.main-content-twitter article h3{
  color: #00A0DD;
}
.main-content-tiktok article .part-subtitle{
  color: #E8044A;
}
.main-content-tiktok article h3{
  color: #E8044A;
}
.main-content-youtube article .part-subtitle{
  color: #DD1111;
}
.main-content-youtube article h3{
  color: #DD1111;
}
.main-content article .desc {
  font-size: 16px;
  line-height: 182%;
  color: #2d374b;
  margin-bottom: 20px;
}
.main-content article p {
  font-size: 16px;
  line-height: 182%;
  color: #2d374b;
  margin-bottom: 20px;
}
.main-content article .video-box{
  margin: 20px 0px;
}
.main-content article .downloads {
  display: flex;
  margin: 25px 0 35px;
}
.main-content article .downloads .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 165px;
  height: 46px;
  border-radius: 6px;
  margin-right: 20px;
  border-width: 1px;
  border-style: solid;
  transition: all 0.5s;
}
.main-content article .downloads .item:hover{
  transform: translateY(-10px);
  text-decoration: none;
}
.main-content article .downloads .item .iconfont {
  margin-left: 8px;
}
.main-content article .downloads .item span {
  font-size: 18px;
}
.main-content article .downloads .item-mac .iconfont {
  margin-top: -2px;
}
.main-content article .tips-box {
  border-radius: 10px;
  padding: 24px;
  margin: 30px 0;
}
.main-content article .tips-box .tips-title {
  color: #000;
  font-size: 20px;
  margin-bottom: 16px;
  line-height: unset;
}
.main-content article .tips-box .tips-desc{
  font-size: 16px;
  line-height: 163%;
  color: #7e6060;
  margin-bottom: 5px;
}
.main-content article .tips-box p{
  font-size: 16px;
  line-height: 163%;
  color: #7e6060;
  margin-bottom: 5px;
}
.main-content article .ul-list{
  padding: revert;
  margin-bottom: 20px;
}
.main-content article ul{
  padding: revert;
  margin-bottom: 20px;
}
.main-content article .tips-box .ul-list li {
  font-size: 16px;
  line-height: 163%;
  color: #7e6060;
  margin-bottom: 5px;
  list-style: disc;
}
.main-content article .ul-list li {
  font-size: 16px;
  line-height: 163%;
  color: #2d374b;
  margin-bottom: 5px;
  list-style: disc;
}
.main-content article ul li {
  font-size: 16px;
  line-height: 163%;
  color: #2d374b;
  margin-bottom: 5px;
  list-style: disc;
}
.main-content article .tips-box .ul-list li:last-child {
  margin-bottom: 0;
}
.main-content article .ul-list li:last-child {
  margin-bottom: 0;
}
.main-content article ul li:last-child {
  margin-bottom: 0;
}

.main-content article .ol-list {
  padding: revert;
}
.main-content article ol {
  padding: revert;
}
.main-content article .tips-box .ol-list li {
  font-size: 16px;
  line-height: 163%;
  color: #7e6060;
  margin-bottom: 5px;
  list-style: decimal;
}
.main-content article .ol-list li {
  font-size: 16px;
  line-height: 163%;
  color: #2d374b;
  margin-bottom: 5px;
  list-style: decimal;
}
.main-content article ol li {
  font-size: 16px;
  line-height: 163%;
  color: #2d374b;
  margin-bottom: 5px;
  list-style: decimal;
}
.main-content article .tips-box .ol-list li:last-child {
  margin-bottom: 0;
}
.main-content article .ol-list li:last-child {
  margin-bottom: 10px;
}
.main-content article ol li:last-child {
  margin-bottom: 10px;
}
.main-content article .table-box,
.main-content article .table-box2{
  max-width: 728px;
  width: 100%;
  overflow-x: auto;
  border-bottom: none;
  margin: 20px 0px;
}
.main-content article .table-box table{
  border-collapse: initial;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
  width: 100%;
}
.main-content article .table-box2 table {
  border-collapse: initial;
  box-sizing: border-box;
  border: 1px solid #ccc;
  overflow: hidden;
  width: 100%;
}
.main-content article .table-box table tr th,
.main-content article .table-box2 table tr th{
  font-size: 14.5px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  padding: 12px;
  border-right: 1px solid #ccc;
}
.main-content article .table-box table tr th:last-child,
.main-content article .table-box2 table tr th:last-child {
  border-right: none;
}
.main-content article .table-box table tbody tr td{
  padding: 12px 18px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  color: #000;
  font-size: 14.5px;
  line-height: 30px;
}
.main-content article .table-box2 table tbody tr td{
  padding: 12px 18px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: left;
  color: #000;
  font-size: 14.5px;
  line-height: 30px;
}
.main-content article .table-box table tbody tr td:first-child,
.main-content article .table-box2 table tbody tr td:first-child{
  font-weight: bold;
  text-align: left;
}
.main-content article .table-box table tbody tr td:last-child,
.main-content article .table-box2 table tbody tr td:last-child{
  border-right: none;
}
.main-content article .table-box table tbody tr .right,
.main-content article .table-box2 table tbody tr .right{
  font-size: 18px;
  color: #e45357;
}
.main-content article .table-box table tbody tr .error,
.main-content article .table-box2 table tbody tr .error{
  font-size: 22px;
  color: #287e00;
}
.main-content article .table-box table tbody tr:last-child td,
.main-content article .table-box2 table tbody tr:last-child td{
  border-bottom: none;
}
.main-content article .table-box::-webkit-scrollbar,
.main-content article .table-box2::-webkit-scrollbar{
  background-color: #f5f5f5;
}
.main-content article img {
  border-radius: 10px;
  margin: 18px 0px;
  max-width: 700px;
  height: auto;
  object-fit: cover;
}
.main-content article .cat-box {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  border-radius: 10px;
  padding: 20px 0 20px 30px;
  margin-top: 28px;
}
.main-content article .cat-box .info-box {
  width: 60%;
}
.main-content article .cat-box .info-box .title {
  font-weight: bold;
  font-size: 20px;
  line-height: 35px;
  color: #fff;
  margin-bottom: 10px;
}
.main-content article .cat-box .info-box .desc {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 20px;
}
.main-content article .cat-box .info-box .downloads {
  display: flex;
}
.main-content article .cat-box .info-box .downloads .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 138px;
  height: 38px;
  border-radius: 6px;
  margin-right: 25px;
  transition: all 0.3s;
  border: none;
}
.main-content article .cat-box .info-box .downloads .item .iconfont {
  margin-left: 8px;
}
.main-content article .cat-box .info-box .downloads .item span {
  font-size: 16px;
}
.main-content article .cat-box .info-box .downloads .item-mac .iconfont {
  margin-top: -2px;
}
.main-content article .cat-box .img-box {
  position: relative;
  z-index: 2;
}
.main-content article .cat-box .img-box img {
  margin-bottom: 0;
  /*transform: translateY(20px);*/
}
/* product-netflix */
.nav-netflix .container .product-download .item {
  border-color: #ac1c20;
  background: #fff;
}
.nav-netflix .container .product-download .item .iconfont,
.nav-netflix .container .product-download .item span {
  color: #be3135;
}
.nav-netflix .container .product-download .item:last-child {
  background: #ac1c20;
}
.nav-netflix .container .product-download .item:last-child .iconfont,
.nav-netflix .container .product-download .item:last-child span {
  color: #fff;
}
.nav-netflix .container .product-download .item:hover {
  background: #ac1c20;
}
.nav-netflix .container .product-download .item:hover .iconfont,
.nav-netflix .container .product-download .item:hover span {
  color: #fff;
}
.banner-normal-netflix {
  /*background-image: url(../img/article/banner-netflix-normal.png);*/
  background: linear-gradient(180deg, #FFEDED 0%, #FFCDCD 100%);
}
.banner-normal-netflix .container .article-info .item {
  background: #FFFFFF;
}
.banner-normal-netflix .container .article-info .item i {
  color: #C20907;
}
.banner-normal-netflix .container .article-info .item span {
  color: #C20907;
}
.banner-video-netflix {
  /*background-image: url(../img/article/banner-netflix-video.png);*/
  background: linear-gradient(180deg, #FFEDED 0%, #FFCDCD 100%);

}
.banner-video-netflix .container .article-info .item {
  background: rgba(229, 9, 19, 0.13);
}
.banner-video-netflix .container .article-info .item i {
  color: #ff2c35;
}
.banner-video-netflix .container .article-info .item span {
  color: #ff2c35;
}
.banner-special-netflix {
  /*background-image: url(../img/article/banner-netflix-special.png);*/
  background: linear-gradient(180deg, #FFEDED 0%, #FFCDCD 100%);

}
.banner-special-netflix .container .info-box .intro-list li::marker {
  color: #414141;
}
.banner-special-netflix .container .info-box .downloads .item {
  background: #fff;
  border: 2px solid #C20907;
}
.banner-special-netflix .container .info-box .downloads .item .iconfont,
.banner-special-netflix .container .info-box .downloads .item span {
  color: #C20907;
}
.banner-special-netflix .container .info-box .downloads .item:hover {
  background: #C20907;
}
.banner-special-netflix .container .info-box .downloads .item:hover .iconfont,
.banner-special-netflix .container .info-box .downloads .item:hover span {
  color: #fff;
}
.main-content-netflix aside .catalog-title {
  background: #ac1c20;
  color:#fff;
}
.main-content-netflix aside .catalog-list .active {
  color: #be3135;
}
.main-content-netflix aside .catalog-list .active::before {
  background: #be3135;
}
.main-content-netflix article .article-header .article-info .item {
  background: rgba(229, 9, 19, 0.13);
}
.main-content-netflix article .article-header .article-info .item i {
  color: #ff2c35;
}
.main-content-netflix article .article-header .article-info .item span {
  color: #ff2c35;
}
.main-content-netflix article .disclaimer-box {
  border-color: #ac1c20;
  background: rgba(227, 9, 15, 0.06);
}
.main-content-netflix article .part-title::before {
  background: #ff699f;
}
.main-content-netflix article h2::before {
  background: #ff699f;
}
.main-content-netflix article .desc a {
  color: #be3135;
}
.main-content-netflix article a {
  color: #be3135;
}
.main-content-netflix article .desc a:hover {
  text-decoration: underline;
}
.main-content-netflix article a:hover {
  text-decoration: underline;
}
.main-content-netflix article .downloads .item {
  border-color: #be3135;
  background: #fff;
}
.main-content-netflix article .downloads .item .iconfont,
.main-content-netflix article .downloads .item span {
  color: #be3135;
}
.main-content-netflix article .downloads .item:hover {
  background: #be3135;
}
.main-content-netflix article .downloads .item:hover .iconfont,
.main-content-netflix article .downloads .item:hover span {
  color: #fff;
}
.main-content-netflix article .downloads .item:last-child {
  background: #be3135;
}
.main-content-netflix article .downloads .item:last-child .iconfont,
.main-content-netflix article .downloads .item:last-child span {
  color: #fff;
}
.main-content-netflix article .tips-box {
  background: #fef0f0;
}
.main-content-netflix article .table-box table tr th {
  background: #e45357;
}

.main-content-netflix article .table-box2 table tbody tr td:first-child {
  background: #e45357;
  color: #fff;
}

.main-content-netflix article .table-box::-webkit-scrollbar-thumb,
.main-content-netflix article .table-box2::-webkit-scrollbar-thumb{
  background-color: #e45357;
}
.main-content-netflix article .table-box::-webkit-scrollbar-button:increment,
.main-content-netflix article .table-box2::-webkit-scrollbar-button:increment{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/article/right-arrow-netfilx.svg) no-repeat center;
}
.main-content-netflix article .table-box::-webkit-scrollbar-button:decrement,
.main-content-netflix article .table-box2::-webkit-scrollbar-button:decrement{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/article/left-arrow-netfilx.svg) no-repeat center;
}
.main-content-netflix article .cat-box {
  background: #dc474b;
}
.main-content-netflix article .cat-box .info-box .downloads .item {
  background: #fff;
}
.main-content-netflix article .cat-box .info-box .downloads .item .iconfont,
.main-content-netflix article .cat-box .info-box .downloads .item span {
  color: #ac1c20;
}
.main-content-netflix article .cat-box .info-box .downloads .item:hover {
  background: #000;
}
.main-content-netflix article .cat-box .info-box .downloads .item:hover .iconfont,
.main-content-netflix article .cat-box .info-box .downloads .item:hover span {
  color: #fff;
}
.main-content-netflix article .cat-box::after {
  position: absolute;
  top: 2px;
  right: 2px;
  content: '';
  width: 105px;
  height: 175px;
  z-index: 1;
  background: url(../img/article/cat-netflix-after.png) no-repeat;
}
/* product-hulu */
.nav-hulu .container .product-download .item {
  border-color: #17814c;
  background: #fff;
}
.nav-hulu .container .product-download .item .iconfont,
.nav-hulu .container .product-download .item span {
  color: #17814c;
}
.nav-hulu .container .product-download .item:last-child {
  background: #17814c;
}
.nav-hulu .container .product-download .item:last-child .iconfont,
.nav-hulu .container .product-download .item:last-child span {
  color: #fff;
}

.nav-hulu .container .product-download .item:hover {
  background: #17814c;
}
.nav-hulu .container .product-download .item:hover .iconfont,
.nav-hulu .container .product-download .item:hover span {
  color: #fff;
}
.banner-normal-hulu {
  /*background-image: url(../img/article/banner-hulu-normal.png);*/
  background: linear-gradient(180deg, #EBFFF9 0%, #CCFCEF 100%);
}
.banner-normal-hulu .container .article-title {
  color: #01924A;
}
.banner-normal-hulu .container .article-info .item {
  background: #ffffff;
}
.banner-normal-hulu .container .article-info .item i {
  color: #01924A;
}
.banner-normal-hulu .container .article-info .item span {
  color: #01924A;
}
.banner-video-hulu {
  background: linear-gradient(180deg, #EBFFF9 0%, #CCFCEF 100%);
}
.banner-video-hulu .container .container-article_title{
  color: #01924A;
}
.banner-video-hulu .container .container-article_info .item {
  color: #01924A;
}
.banner-video-hulu .container .container-article_btns .article_btn {
  color: #01924A;
  border: 2px solid #01924A;
}
.banner-video-hulu .container .container-article_btns .article_btn:hover {
  background: #01924A;
}
.banner-video-hulu .container .container-video .container-video_wrapper .wrap-video_btn {
  background-color: #01924A;
}
.banner-special-hulu {
  /*background-image: url(../img/article/banner-hulu-special.png);*/
  background: linear-gradient(180deg, #EBFFF9 0%, #CCFCEF 100%);
}
.banner-special-hulu .container .info-box .title {
  color: #01924A;
}
.banner-special-hulu .container .info-box .intro-list li::marker {
  color: #414141;
}
.banner-special-hulu .container .info-box .downloads .item {
  background: #fff;
  border: 2px solid #01924A;
}
.banner-special-hulu .container .info-box .downloads .item .iconfont,
.banner-special-hulu .container .info-box .downloads .item span {
  color: #01924A;
}
.banner-special-hulu .container .info-box .downloads .item:hover {
  background: #01924A;
}
.banner-special-hulu .container .info-box .downloads .item:hover .iconfont,
.banner-special-hulu .container .info-box .downloads .item:hover span {
  color: #fff;
}
.main-content-hulu aside .catalog-title {
  background: #17814c;
}
.main-content-hulu aside .catalog-list .active {
  color: #17814c;
}
.main-content-hulu aside .catalog-list .active::before {
  background: #17814c;
}
.main-content-hulu article .article-header .article-info .item {
  background: rgba(23, 129, 76, 0.13);
}
.main-content-hulu article .article-header .article-info .item i {
  color: #17814c;
}
.main-content-hulu article .article-header .article-info .item span {
  color: #17814c;
}
.main-content-hulu article .disclaimer-box {
  border-color: #17814c;
  background: rgba(23, 129, 76, 0.06);
}
.main-content-hulu article .part-title::before {
  background: #59eca3;
}
.main-content-hulu article h2::before {
  background: #59eca3;
}
.main-content-hulu article .desc a {
  color: #17814c;
}
.main-content-hulu article a {
  color: #17814c;
}
.main-content-hulu article .desc a:hover {
  text-decoration: underline;
}
.main-content-hulu article a:hover {
  text-decoration: underline;
}
.main-content-hulu article .downloads .item {
  border-color: #17814c;
  background: #fff;
}
.main-content-hulu article .downloads .item .iconfont,
.main-content-hulu article .downloads .item span {
  color: #17814c;
}
.main-content-hulu article .downloads .item:hover {
  background: #17814c;
}
.main-content-hulu article .downloads .item:hover .iconfont,
.main-content-hulu article .downloads .item:hover span {
  color: #fff;
}
.main-content-hulu article .downloads .item:last-child {
  background: #17814c;
}
.main-content-hulu article .downloads .item:last-child .iconfont,
.main-content-hulu article .downloads .item:last-child span {
  color: #fff;
}
.main-content-hulu article .tips-box {
  background: #f1f8f5;
}
.main-content-hulu article .table-box table tr th {
  background: #01966b;
}
.main-content-hulu article .table-box2 table tbody tr td:first-child {
  background: #01966b;
  color: #fff;
}
.main-content-hulu article .table-box::-webkit-scrollbar-thumb,
.main-content-hulu article .table-box2::-webkit-scrollbar-thumb{
  background-color: #01966b;
}
.main-content-hulu article .table-box::-webkit-scrollbar-button:increment,
.main-content-hulu article .table-box2::-webkit-scrollbar-button:increment{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/article/right-arrow-hulu.svg) no-repeat center;
}
.main-content-hulu article .table-box::-webkit-scrollbar-button:decrement,
.main-content-hulu article .table-box2::-webkit-scrollbar-button:decrement{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/article/left-arrow-hulu.svg) no-repeat center;
}
.main-content-hulu article .cat-box {
  background: #1e8b55;
}
.main-content-hulu article .cat-box .info-box .downloads .item {
  background: #fff;
}
.main-content-hulu article .cat-box .info-box .downloads .item .iconfont,
.main-content-hulu article .cat-box .info-box .downloads .item span {
  color: #17814c;
}
.main-content-hulu article .cat-box .info-box .downloads .item:hover {
  background: #000;
}
.main-content-hulu article .cat-box .info-box .downloads .item:hover .iconfont,
.main-content-hulu article .cat-box .info-box .downloads .item:hover span {
  color: #fff;
}
.main-content-hulu article .cat-box::after {
  position: absolute;
  top: 2px;
  right: 2px;
  content: '';
  width: 188px;
  height: 162px;
  z-index: 1;
  background: url(../img/article/cat-hulu-after.png) no-repeat;
}
/* product-amazon */
.nav-amazon .container .product-download .item {
  border-color: #ee9f30;
  background: #fff;
}
.nav-amazon .container .product-download .item .iconfont,
.nav-amazon .container .product-download .item span {
  color: #ee9f30;
}
.nav-amazon .container .product-download .item:last-child {
  background: #ee9f30;
}
.nav-amazon .container .product-download .item:last-child .iconfont,
.nav-amazon .container .product-download .item:last-child span {
  color: #fff;
}
.nav-amazon .container .product-download .item:hover {
  background: #ee9f30;
}
.nav-amazon .container .product-download .item:hover .iconfont,
.nav-amazon .container .product-download .item:hover span {
  color: #000;
}
.banner-normal-amazon {
  /*background-image: url(../img/article/banner-amazon-normal.png);*/
  background: linear-gradient(180deg, #FFF9F1 0%, #FFE7D7 100%);
}
.banner-normal-amazon .container .article-title {
  color: #FA8B35;
}
.banner-normal-amazon .container .article-info .item {
  background: #ffffff;
}
.banner-normal-amazon .container .article-info .item i {
  color: #FA8B35;
}
.banner-normal-amazon .container .article-info .item span {
  color: #FA8B35;
}
.banner-video-amazon {
  /*background-image: url(../img/article/banner-amazon-video.png);*/
  background: linear-gradient(180deg, #FFF9F1 0%, #FFE7D7 100%);

}
.banner-video-amazon .container .container-article_title{
  color: #FA8B35;
}
.banner-video-amazon .container .container-article_info .item {
  color: #FA8B35;
}
.banner-video-amazon .container .container-article_btns .article_btn {
  color: #FA8B35;
  border: 2px solid #FA8B35;
}
.banner-video-amazon .container .container-article_btns .article_btn:hover {
  background: #FA8B35;
}
.banner-video-amazon .container .container-video .container-video_wrapper .wrap-video_btn {
  background-color: rgba(238, 159, 48, 0.7);
}
.banner-special-amazon {
  /*background-image: url(../img/article/banner-amazon-special.png);*/
  background: linear-gradient(180deg, #FFF9F1 0%, #FFE7D7 100%);
}
.banner-special-amazon  .container .info-box .title {
  color: #FA8B35;
}
.banner-special-amazon .container .info-box .intro-list li::marker {
  color: #414141;
}
.banner-special-amazon .container .info-box .downloads .item {
  background: #fff;
  border: 2px solid #FA8B35;
}
.banner-special-amazon .container .info-box .downloads .item .iconfont,
.banner-special-amazon .container .info-box .downloads .item span {
  color: #FA8B35;
}
.banner-special-amazon .container .info-box .downloads .item:hover {
  background: #FA8B35;
}
.banner-special-amazon .container .info-box .downloads .item:hover .iconfont,
.banner-special-amazon .container .info-box .downloads .item:hover span {
  color: #fff;
}
.main-content-amazon aside .catalog-title {
  background: #ee9f30;
}
.main-content-amazon aside .catalog-list .active {
  color: #ee9f30;
}
.main-content-amazon aside .catalog-list .active::before {
  background: #ee9f30;
}
.main-content-amazon article .article-header .article-info .item {
  background: rgba(238, 159, 48, 0.31);
}
.main-content-amazon article .article-header .article-info .item i {
  color: #ee9f30;
}
.main-content-amazon article .article-header .article-info .item span {
  color: #ee9f30;
}
.main-content-amazon article .disclaimer-box {
  border-color: #ee9f30;
  background: rgba(238, 159, 48, 0.06);
}
.main-content-amazon article .part-title::before {
  background: #ffb54e;
}
.main-content-amazon article h2::before {
  background: #ffb54e;
}
.main-content-amazon article .desc a {
  color: #ee9f30;
}
.main-content-amazon article a {
  color: #ee9f30;
}
.main-content-amazon article .desc a:hover {
  text-decoration: underline;
}
.main-content-amazon article a:hover {
  text-decoration: underline;
}
.main-content-amazon article .downloads .item {
  border-color: #ee9f30;
  background: #fff;
}
.main-content-amazon article .downloads .item .iconfont,
.main-content-amazon article .downloads .item span {
  color: #ee9f30;
}
.main-content-amazon article .downloads .item:hover {
  background: #ee9f30;
}
.main-content-amazon article .downloads .item:hover .iconfont,
.main-content-amazon article .downloads .item:hover span {
  color: #000;
}
.main-content-amazon article .downloads .item:last-child {
  background: #ee9f30;
}
.main-content-amazon article .downloads .item:last-child .iconfont,
.main-content-amazon article .downloads .item:last-child span {
  color: #fff;
}
.main-content-amazon article .tips-box{
  background: #fefaf3;
}
.main-content-amazon article .table-box table tr th {
  background: #f1a73e;
}
.main-content-amazon article .table-box2 table tbody tr td:first-child {
  background: #f1a73e;
  color:#fff;
}
.main-content-amazon article .table-box::-webkit-scrollbar-thumb,
.main-content-amazon article .table-box2::-webkit-scrollbar-thumb{
  background-color: #f1a73e;
}
.main-content-amazon article .table-box::-webkit-scrollbar-button:increment,
.main-content-amazon article .table-box2::-webkit-scrollbar-button:increment{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/article/right-arrow-amazon.svg) no-repeat center;
}
.main-content-amazon article .table-box::-webkit-scrollbar-button:decrement,
.main-content-amazon article .table-box2::-webkit-scrollbar-button:decrement{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/article/left-arrow-amazon.svg) no-repeat center;
}
.main-content-amazon article .cat-box {
  background: #eb9f34;
}
.main-content-amazon article .cat-box .info-box .downloads .item {
  background: #fff;
}
.main-content-amazon article .cat-box .info-box .downloads .item .iconfont,
.main-content-amazon article .cat-box .info-box .downloads .item span {
  color: #f18d00;
}
.main-content-amazon article .cat-box .info-box .downloads .item:hover {
  background: #000;
}
.main-content-amazon article .cat-box .info-box .downloads .item:hover .iconfont,
.main-content-amazon article .cat-box .info-box .downloads .item:hover span {
  color: #fff;
}
.main-content-amazon article .cat-box::after {
  position: absolute;
  top: 2px;
  right: 2px;
  content: '';
  width: 161px;
  height: 141px;
  z-index: 1;
  background: url(../img/article/cat-amazon-after.png) no-repeat;
}
/* product-disney */
.nav-disney .container .product-download .item {
  border-color: #5b58e7;
  background: #fff;
}
.nav-disney .container .product-download .item .iconfont,
.nav-disney .container .product-download .item span {
  color: #5b58e7;
}
.nav-disney .container .product-download .item:last-child {
  background: #5b58e7;
}
.nav-disney .container .product-download .item:last-child .iconfont,
.nav-disney .container .product-download .item:last-child span {
  color: #fff;
}

.nav-disney .container .product-download .item:hover {
  background: #5b58e7;
}
.nav-disney .container .product-download .item:hover .iconfont,
.nav-disney .container .product-download .item:hover span {
  color: #fff;
}
.banner-normal-disney {
  /*background-image: url(../img/article/banner-disney-normal.png);*/
  background: linear-gradient(180deg, #F3F2FF 0%, #D7DDFC 100%);

}
.banner-normal-disney .container .article-title {
  color: #6857FF;
}
.banner-normal-disney .container .article-info .item {
  background: #ffffff;
}
.banner-normal-disney .container .article-info .item i {
  color: #6857FF;
}
.banner-normal-disney .container .article-info .item span {
  color: #6857FF;
}
.banner-video-disney {
  /*background-image: url(../img/article/banner-disney-normal.png);*/
  background: linear-gradient(180deg, #F3F2FF 0%, #D7DDFC 100%);
}
.banner-video-disney .container .container-article_title{
  color: #6857FF;
}
.banner-video-disney .container .container-article_info .item {
  color: #6857FF;
}
.banner-video-disney .container .container-article_btns .article_btn {
  color: #6857FF;
  border: 2px solid #6857FF;
}
.banner-video-disney .container .container-article_btns .article_btn:hover {
  background: #6857FF;
}
.banner-video-disney .container .container-video .container-video_wrapper .wrap-video_btn {
  background-color: rgba(88, 107, 231, 0.7);
}
.banner-special-disney {
  /*background-image: url(../img/article/banner-disney-special.png);*/
  background: linear-gradient(180deg, #F3F2FF 0%, #D7DDFC 100%);
}
.banner-special-disney .container .info-box .title {
  color: #6857FF;
}
.banner-special-disney .container .info-box .intro-list li::marker {
  color: #414141;
}
.banner-special-disney .container .info-box .downloads .item {
  background: #fff;
  border: 2px solid #6857FF;
}
.banner-special-disney .container .info-box .downloads .item .iconfont,
.banner-special-disney .container .info-box .downloads .item span {
  color: #6857FF;
}
.banner-special-disney .container .info-box .downloads .item:hover {
  background: #6052ff;
}
.banner-special-disney .container .info-box .downloads .item:hover .iconfont,
.banner-special-disney .container .info-box .downloads .item:hover span {
  color: #fff;
}
.main-content-disney aside .catalog-title {
  background: #5b58e7;
}
.main-content-disney aside .catalog-list .active {
  color: #5b58e7;
}
.main-content-disney aside .catalog-list .active::before {
  background: #5b58e7;
}
.main-content-disney article .article-header .article-info .item {
  background: rgba(91, 88, 231, 0.13);
}
.main-content-disney article .article-header .article-info .item i {
  color: #5b58e7;
}
.main-content-disney article .article-header .article-info .item span {
  color: #5b58e7;
}
.main-content-disney article .disclaimer-box {
  border-color: #5b58e7;
  background: rgba(91, 88, 231, 0.06);
}
.main-content-disney article .part-title::before {
  background: #9390ff;
}
.main-content-disney article h2::before {
  background: #9390ff;
}
.main-content-disney article .desc a {
  color: #5b58e7;
}
.main-content-disney article a {
  color: #5b58e7;
}
.main-content-disney article .desc a:hover {
  text-decoration: underline;
}
.main-content-disney article a:hover {
  text-decoration: underline;
}
.main-content-disney article .downloads .item {
  border-color: #5b58e7;
  background: #fff;
}
.main-content-disney article .downloads .item .iconfont,
.main-content-disney article .downloads .item span {
  color: #5b58e7;
}
.main-content-disney article .downloads .item:hover {
  background: #5b58e7;
}
.main-content-disney article .downloads .item:hover .iconfont,
.main-content-disney article .downloads .item:hover span {
  color: #fff;
}

.main-content-disney article .downloads .item:last-child {
  background: #5b58e7;
}
.main-content-disney article .downloads .item:last-child .iconfont,
.main-content-disney article .downloads .item:last-child span {
  color: #fff;
}
.main-content-disney article .tips-box {
  background: rgba(91, 88, 231, 0.06);
}
.main-content-disney article .table-box table tr th {
  background: #5b58e7;
}
.main-content-disney article .table-box2 table tbody tr td:first-child {
  background: #5b58e7;
  color: #fff;
}
.main-content-disney article .table-box::-webkit-scrollbar-thumb,
.main-content-disney article .table-box2::-webkit-scrollbar-thumb{
  background-color: #5b58e7;
}
.main-content-disney article .table-box::-webkit-scrollbar-button:increment,
.main-content-disney article .table-box2::-webkit-scrollbar-button:increment{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/article/right-arrow-disney.svg) no-repeat center;
}
.main-content-disney article .table-box::-webkit-scrollbar-button:decrement,
.main-content-disney article .table-box2::-webkit-scrollbar-button:decrement{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/article/left-arrow-disney.svg) no-repeat center;
}
.main-content-disney article .cat-box {
  background: #5b58e7;
}
.main-content-disney article .cat-box .info-box .downloads .item {
  background: #fff;
}
.main-content-disney article .cat-box .info-box .downloads .item .iconfont,
.main-content-disney article .cat-box .info-box .downloads .item span {
  color: #5b58e7;
}
.main-content-disney article .cat-box .info-box .downloads .item:hover {
  background: #000;
}
.main-content-disney article .cat-box .info-box .downloads .item:hover .iconfont,
.main-content-disney article .cat-box .info-box .downloads .item:hover span {
  color: #fff;
}
.main-content-disney article .cat-box::after {
  position: absolute;
  top: 2px;
  right: -20px;
  content: '';
  width: 192px;
  height: 166px;
  z-index: 1;
  background: url(../img/article/cat-disney-after.png) no-repeat;
}
/* product-hbo */
.nav-hbo .container .product-download .item {
  border-color: #0059da;
  background: #fff;
}
.nav-hbo .container .product-download .item .iconfont,
.nav-hbo .container .product-download .item span {
  color: #0059da;
}
.nav-hbo .container .product-download .item:last-child {
  background: #0059da;
}
.nav-hbo .container .product-download .item:last-child .iconfont,
.nav-hbo .container .product-download .item:last-child span {
  color: #fff;
}

.nav-hbo .container .product-download .item:hover {
  background: #0059da;
}
.nav-hbo .container .product-download .item:hover .iconfont,
.nav-hbo .container .product-download .item:hover span {
  color: #fff;
}
.banner-normal-hbo {
  /*background-image: url(../img/article/banner-hbo-normal.png);*/
  background: linear-gradient(180deg, #F3ECFF 0%, #F2D9FF 100%);

}
.banner-normal-hbo .container .article-title {
  color: #9C4CF8;
}
.banner-normal-hbo .container .article-info .item {
  background: #ffffff;
}
.banner-normal-hbo .container .article-info .item i {
  color: #9C4CF8;
}
.banner-normal-hbo .container .article-info .item span {
  color: #9C4CF8;
}
.banner-video-hbo {
  /*background-image: url(../img/article/banner-hbo-normal.png);*/
  background: linear-gradient(180deg, #F3ECFF 0%, #F2D9FF 100%);

}
.banner-video-hbo .container .container-article_title{
  color: #9C4CF8;
}
.banner-video-hbo .container .container-article_info .item {
  color: #9C4CF8;
}
.banner-video-hbo .container .container-article_btns .article_btn {
  color: #9C4CF8;
  border: 2px solid #9C4CF8;
}
.banner-video-hbo .container .container-article_btns .article_btn:hover {
  background: #9C4CF8;
}
.banner-video-hbo .container .container-video .container-video_wrapper .wrap-video_btn {
  background-color: #9C4CF8;
}
.banner-special-hbo {
  /*background-image: url(../img/article/banner-hbo-special.png);*/
  background: linear-gradient(180deg, #F3ECFF 0%, #F2D9FF 100%);

}
.banner-special-hbo .container .info-box .title {
  color: #9C4CF8;
}
.banner-special-hbo .container .info-box .intro-list li::marker {
  color: #414141;
}
.banner-special-hbo .container .info-box .downloads .item {
  background: #fff;
  border: 2px solid #9C4CF8;
}
.banner-special-hbo .container .info-box .downloads .item .iconfont,
.banner-special-hbo .container .info-box .downloads .item span {
  color: #9C4CF8;
}
.banner-special-hbo .container .info-box .downloads .item:hover {
  background: #9C4CF8;
}
.banner-special-hbo .container .info-box .downloads .item:hover .iconfont,
.banner-special-hbo .container .info-box .downloads .item:hover span {
  color: #fff;
}
.main-content-hbo aside .catalog-title {
  background: #0059da;
}
.main-content-hbo aside .catalog-list .active {
  color: #0059da;
}
.main-content-hbo aside .catalog-list .active::before {
  background: #0059da;
}
.main-content-hbo article .article-header .article-info .item {
  background: rgba(75, 111, 255, 0.13);
}
.main-content-hbo article .article-header .article-info .item i {
  color: #0059da;
}
.main-content-hbo article .article-header .article-info .item span {
  color: #0059da;
}
.main-content-hbo article .disclaimer-box {
  border-color: #0059da;
  background: rgba(0, 51, 255, 0.06);
}
.main-content-hbo article .part-title::before {
  background: #6b89ff;
}
.main-content-hbo article h2::before {
  background: #6b89ff;
}
.main-content-hbo article .desc a {
  color: #0059da;
}
.main-content-hbo article a {
  color: #0059da;
}
.main-content-hbo article a:hover {
  text-decoration: underline;
}
.main-content-hbo article .downloads .item {
  border-color: #0059da;
  background: #fff;
}
.main-content-hbo article .downloads .item .iconfont,
.main-content-hbo article .downloads .item span {
  color: #0059da;
}
.main-content-hbo article .downloads .item:hover {
  background: #0059da;
}
.main-content-hbo article .downloads .item:hover .iconfont,
.main-content-hbo article .downloads .item:hover span {
  color: #fff;
}
.main-content-hbo article .downloads .item:last-child {
  background: #0059da;
}
.main-content-hbo article .downloads .item:last-child .iconfont,
.main-content-hbo article .downloads .item:last-child span {
  color: #fff;
}
.main-content-hbo article .tips-box{
  background: rgba(0, 51, 255, 0.06);
}
.main-content-hbo article .table-box table tr th {
  background: #0059da;
}
.main-content-hbo article .table-box2 table tbody tr td:first-child {
  background: #0059da;
  color:#fff;
}
.main-content-hbo article .table-box::-webkit-scrollbar-thumb,
.main-content-hbo article .table-box2::-webkit-scrollbar-thumb{
  background-color: #0059da;
}
.main-content-hbo article .table-box::-webkit-scrollbar-button:increment,
.main-content-hbo article .table-box2::-webkit-scrollbar-button:increment{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/article/right-arrow-hbo.svg) no-repeat center;
}
.main-content-hbo article .table-box::-webkit-scrollbar-button:decrement,
.main-content-hbo article .table-box2::-webkit-scrollbar-button:decrement{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/article/left-arrow-hbo.svg) no-repeat center;
}
.main-content-hbo article .cat-box {
  background: #0059da;
}
.main-content-hbo article .cat-box .info-box .downloads .item {
  background: #fff;
}
.main-content-hbo article .cat-box .info-box .downloads .item .iconfont,
.main-content-hbo article .cat-box .info-box .downloads .item span {
  color: #0059da;
}
.main-content-hbo article .cat-box .info-box .downloads .item:hover {
  background: #000;
}
.main-content-hbo article .cat-box .info-box .downloads .item:hover .iconfont,
.main-content-hbo article .cat-box .info-box .downloads .item:hover span {
  color: #fff;
}
.main-content-hbo article .cat-box::after {
  position: absolute;
  top: 2px;
  right: 2px;
  content: '';
  width: 191px;
  height: 162px;
  z-index: 1;
  background: url(../img/article/cat-hbo-after.png) no-repeat;
}
/* product-allinone */
.nav-allinone .container .product-download .item {
  border-color: #47b875;
  background: #fff;
}
.nav-allinone .container .product-download .item .iconfont,
.nav-allinone .container .product-download .item span {
  color: #47b875;
}
.nav-allinone .container .product-download .item:hover {
  background: #47b875;
}
.nav-allinone .container .product-download .item:hover .iconfont,
.nav-allinone .container .product-download .item:hover span {
  color: #fff;
}
.banner-normal-allinone {
  background: linear-gradient(90deg, #cdffde 0%, #e9fef6 21%, #edfaf7 70%, #f5f0f9 100%);
}
.banner-normal-allinone .container .article-title {
  color: #00a976;
}
.banner-normal-allinone .container .article-info .item {
  box-shadow: 0 4px 14px rgba(159, 207, 190, 0.14);
  border-radius: 24px;
  background: #ffffffc4;
}
.banner-normal-allinone .container .article-info .item i {
  color: #47b875;
}
.banner-normal-allinone .container .article-info .item span {
  color: #47b875;
}
.main-content-allinone aside .catalog-title {
  background: #47b875;
}
.main-content-allinone aside .catalog-list .active {
  color: #47b875;
}
.main-content-allinone aside .catalog-list .active::before {
  background: #47b875;
}
.main-content-allinone article .article-header .article-info .item {
  background: #6fcd951a;
}
.main-content-allinone article .article-header .article-info .item i {
  color: #47b875;
}
.main-content-allinone article .article-header .article-info .item span {
  color: #47b875;
}
.main-content-allinone article .disclaimer-box {
  border-width: 3px;
  border-image: linear-gradient(to right, #fdb0ff, #76e0a0) 1;
  background: #beffdf0f;
}
.main-content-allinone article .part-title::before {
  background: linear-gradient(79deg, #fdb0ff 0%, #adf6fb 50%, #76e0a0 100%);
}
.main-content-allinone article h2::before{
  background: linear-gradient(79deg, #fdb0ff 0%, #adf6fb 50%, #76e0a0 100%);
}
.main-content-allinone article h3 {
  color: #47b875;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin: 40px 0 10px;
}
.main-content-allinone article .desc a {
  color: #47b875;
}
.main-content-allinone article a {
  color: #47b875;
}
.main-content-allinone article .desc a:hover {
  text-decoration: underline;
}
.main-content-allinone article a:hover {
  text-decoration: underline;
}
.main-content-allinone article .downloads .item {
  border-color: #47b875;
  background: #fff;
  border-width: 2px;
}
.main-content-allinone article .downloads .item .iconfont,
.main-content-allinone article .downloads .item span {
  color: #47b875;
}
.main-content-allinone article .downloads .item:hover {
  background: #47b875;
}
.main-content-allinone article .downloads .item:hover .iconfont,
.main-content-allinone article .downloads .item:hover span {
  color: #fff;
}
.main-content-allinone article .ul-list-box,
.main-content-allinone article .ol-list-box {
  background: #6fcd951a;
}
.main-content-allinone article .tips-box {
  background: #6fcd951a;
}
.main-content-allinone article .ul-list-box .ul-title,
.main-content-allinone article .ol-list-box .ul-title {
  font-weight: 700;
  color: #007630;
}
.main-content-allinone article .tips-box .tips-title {
  font-weight: 700;
  color: #007630;
}
.main-content-allinone article .ul-list-box .ul-list li,
.main-content-allinone article .ol-list-box .ul-list li {
  color: #607e72;
}
.main-content-allinone article .tips-box .tips-desc {
  color: #607e72;
}
.main-content-allinone article .table-box table thead {
  background: #47b875;
}
.main-content-allinone article .table-box table tr th {
  background: #47b875;
}
.main-content-allinone article .table-box2 table tbody tr td:first-child {
  background: #47b875;
  color: #fff;
}
.main-content-allinone article .table-box table tbody tr .right {
  color: #47b875;
}
.main-content-allinone article .table-box table tbody tr .error {
  color: #fa9b56;
}
.main-content-allinone article .table-box::-webkit-scrollbar-thumb,
.main-content-allinone article .table-box2::-webkit-scrollbar-thumb{
  background-color: #47b875;
}
.main-content-allinone article .table-box::-webkit-scrollbar-button:increment,
.main-content-allinone article .table-box2::-webkit-scrollbar-button:increment{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/article/right-arrow-netfilx.svg) no-repeat center;
}
.main-content-allinone article .table-box::-webkit-scrollbar-button:decrement,
.main-content-allinone article .table-box2::-webkit-scrollbar-button:decrement{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/article/left-arrow-netfilx.svg) no-repeat center;
}
.main-content-allinone article .cat-box {
  background: linear-gradient(180deg, #2dae80 0%, #129264 100%);
}
.main-content-allinone article .cat-box .info-box .downloads .item {
  background: #fff;
  border: none;
}
.main-content-allinone article .cat-box .info-box .downloads .item .iconfont,
.main-content-allinone article .cat-box .info-box .downloads .item span {
  color: #47b875;
}
.main-content-allinone article .cat-box .info-box .downloads .item:hover {
  background: #000;
  transform: translateY(-10px);
}
.main-content-allinone article .cat-box .info-box .downloads .item:hover .iconfont,
.main-content-allinone article .cat-box .info-box .downloads .item:hover span {
  color: #fff;
}
.main-content-allinone article .cat-box::after {
  position: absolute;
  top: 2px;
  right: 2px;
  content: '';
  width: 263px;
  height: 198px;
  z-index: 1;
  background: url(../img/article/cat-allinone-after.png) no-repeat;
}
/*product-Paramount*/
.nav-paramount .container .product-download .item {
  border-color: #0062F7;
  background: #fff;
}
.nav-paramount .container .product-download .item .iconfont,
.nav-paramount .container .product-download .item span {
  color: #0062F7;
}
.nav-paramount .container .product-download .item:last-child {
  background: #0062F7;
}
.nav-paramount .container .product-download .item:last-child .iconfont,
.nav-paramount .container .product-download .item:last-child span {
  color: #fff;
}
.nav-paramount .container .product-download .item:hover {
  background: #0062F7;
}
.nav-paramount .container .product-download .item:hover .iconfont,
.nav-paramount .container .product-download .item:hover span {
  color: #fff;
}
.banner-normal-paramount {
  background: linear-gradient(96.46deg, #0174FF -3.09%, #8EC1FF 113.62%);
}
.banner-normal-paramount .container .article-title {
  color: #ffffff;
}
.banner-normal-paramount .container .article-info .item {
  background: #FFFFFF40;
}
.banner-normal-paramount .container .article-info .item i {
  color: #ffffff;
}
.banner-normal-paramount .container .article-info .item span {
  color: #ffffff;
}
.banner-video-paramount {
  /*background-image: url(../img/article/banner-netflix-video.png);*/
  background: linear-gradient(180deg, #FFEDED 0%, #FFCDCD 100%);

}
.banner-video-paramount .container .article-info .item {
  background: rgba(229, 9, 19, 0.13);
}
.banner-video-paramount .container .article-info .item i {
  color: #ff2c35;
}
.banner-video-paramount .container .article-info .item span {
  color: #ff2c35;
}
.banner-special-paramount {
  /*background-image: url(../img/article/banner-netflix-special.png);*/
  background: linear-gradient(180deg, #FFEDED 0%, #FFCDCD 100%);

}
.banner-special-paramount .container .info-box .intro-list li::marker {
  color: #414141;
}
.banner-special-paramount .container .info-box .downloads .item {
  background: #fff;
  border: 2px solid #C20907;
}
.banner-special-paramount .container .info-box .downloads .item .iconfont,
.banner-special-paramount .container .info-box .downloads .item span {
  color: #C20907;
}
.banner-special-paramount .container .info-box .downloads .item:hover {
  background: #C20907;
}
.banner-special-paramount .container .info-box .downloads .item:hover .iconfont,
.banner-special-paramount .container .info-box .downloads .item:hover span {
  color: #fff;
}
.main-content-paramount aside .catalog-title {
  background: #2889FF;
}
.main-content-paramount aside .catalog-list .active {
  color: #2889FF;
}
.main-content-paramount aside .catalog-list .active::before {
  background: #2889FF;
}
.main-content-paramount article .article-header .article-info .item {
  background: #2889FF0F;
}
.main-content-paramount article .article-header .article-info .item i {
  color: #2889FF;
}
.main-content-paramount article .article-header .article-info .item span {
  color: #2889FF;
}
.main-content-paramount article .disclaimer-box {
  border-color: #2889FF;
  background: #2889FF0F;
}
.main-content-paramount article .part-title::before {
  background: #2889FF4F;
}
.main-content-paramount article h2::before {
  background: #2889FF4F;
}
.main-content-paramount article .desc a {
  color: #2889FF;
}
.main-content-paramount article a {
  color: #2889FF;
}
.main-content-paramount article .desc a:hover {
  text-decoration: underline;
}
.main-content-paramount article a:hover {
  text-decoration: underline;
}
.main-content-paramount article .downloads .item {
  border-color: #2889FF;
  background: #fff;
}
.main-content-paramount article .downloads .item .iconfont,
.main-content-paramount article .downloads .item span {
  color: #2889FF;
}
.main-content-paramount article .downloads .item:hover {
  background: #2889FF;
}
.main-content-paramount article .downloads .item:hover .iconfont,
.main-content-paramount article .downloads .item:hover span {
  color: #fff;
}
.main-content-paramount article .downloads .item:last-child {
  background: #2889FF;
}
.main-content-paramount article .downloads .item:last-child .iconfont,
.main-content-paramount article .downloads .item:last-child span {
  color: #fff;
}
.main-content-paramount article .tips-box {
  background: #F2F8FF;
}
.main-content-paramount article .table-box table tr th {
  background: #2889FF;
}

.main-content-paramount article .table-box2 table tbody tr td:first-child {
  background: #2889FF;
  color: #fff;
}

.main-content-paramount article .table-box::-webkit-scrollbar-thumb,
.main-content-paramount article .table-box2::-webkit-scrollbar-thumb{
  background-color: #BAD9FF;
}
.main-content-paramount article .table-box::-webkit-scrollbar-button:increment,
.main-content-paramount article .table-box2::-webkit-scrollbar-button:increment{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/article/right-arrow-paramount.svg) no-repeat center;
}
.main-content-paramount article .table-box::-webkit-scrollbar-button:decrement,
.main-content-paramount article .table-box2::-webkit-scrollbar-button:decrement{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/article/left-arrow-paramount.svg) no-repeat center;
}
.main-content-paramount article .cat-box {
  background: linear-gradient(96.46deg, #0174FF -3.09%, #8EC1FF 113.62%);
}
.main-content-paramount article .cat-box .info-box .downloads .item {
  background: #fff;
}
.main-content-paramount article .cat-box .info-box .downloads .item .iconfont,
.main-content-paramount article .cat-box .info-box .downloads .item span {
  color: #0062F7;
}
.main-content-paramount article .cat-box .info-box .downloads .item:hover {
  background: #000;
}
.main-content-paramount article .cat-box .info-box .downloads .item:hover .iconfont,
.main-content-paramount article .cat-box .info-box .downloads .item:hover span {
  color: #fff;
}
.main-content-paramount article .cat-box::after {
  position: absolute;
  top: 144px;
  right: 0;
  content: '';
  width: 179px;
  height: 169px;
  z-index: 1;
  background: url(../img/article/cat-paramount-after.png) no-repeat;
}
/*facebook*/
.nav-facebook .container .product-download .item {
  border-color: #2889FF;
  background: #fff;
}
.nav-facebook .container .product-download .item .iconfont,
.nav-facebook .container .product-download .item span {
  color: #2889FF;
}
.nav-facebook .container .product-download .item:last-child {
  background: #2889FF;
}
.nav-facebook .container .product-download .item:last-child .iconfont,
.nav-facebook .container .product-download .item:last-child span {
  color: #fff;
}
.nav-facebook .container .product-download .item:hover {
  background: #2889FF;
}
.nav-facebook .container .product-download .item:hover .iconfont,
.nav-facebook .container .product-download .item:hover span {
  color: #fff;
}
.banner-normal-facebook {
  background: linear-gradient(96.46deg, #3896ED -3.09%, #6FC5F7 113.62%);
}
.banner-normal-facebook .container .article-title {
  color: #ffffff;
}
.banner-normal-facebook .container .article-info .item {
  background: #FFFFFF40;
}
.banner-normal-facebook .container .article-info .item i {
  color: #ffffff;
}
.banner-normal-facebook .container .article-info .item span {
  color: #ffffff;
}
.banner-video-facebook {
  /*background-image: url(../img/article/banner-netflix-video.png);*/
  background: linear-gradient(180deg, #FFEDED 0%, #FFCDCD 100%);

}
.banner-video-facebook .container .article-info .item {
  background: rgba(229, 9, 19, 0.13);
}
.banner-video-facebook .container .article-info .item i {
  color: #ff2c35;
}
.banner-video-facebook .container .article-info .item span {
  color: #ff2c35;
}
.banner-special-facebook {
  /*background-image: url(../img/article/banner-netflix-special.png);*/
  background: linear-gradient(180deg, #FFEDED 0%, #FFCDCD 100%);

}
.banner-special-facebook .container .info-box .intro-list li::marker {
  color: #414141;
}
.banner-special-facebook .container .info-box .downloads .item {
  background: #fff;
  border: 2px solid #C20907;
}
.banner-special-facebook .container .info-box .downloads .item .iconfont,
.banner-special-facebook .container .info-box .downloads .item span {
  color: #C20907;
}
.banner-special-facebook .container .info-box .downloads .item:hover {
  background: #C20907;
}
.banner-special-facebook .container .info-box .downloads .item:hover .iconfont,
.banner-special-facebook .container .info-box .downloads .item:hover span {
  color: #fff;
}
.main-content-facebook aside .catalog-title {
  background: #2889FF;
}
.main-content-facebook aside .catalog-list .active {
  color: #2889FF;
}
.main-content-facebook aside .catalog-list .active::before {
  background: #2889FF;
}
.main-content-facebook article .article-header .article-info .item {
  background: #2889FF0F;
}
.main-content-facebook article .article-header .article-info .item i {
  color: #2889FF;
}
.main-content-facebook article .article-header .article-info .item span {
  color: #2889FF;
}
.main-content-facebook article .disclaimer-box {
  border-color: #2889FF;
  background: #2889FF0F;
}
.main-content-facebook article .part-title::before {
  background: #2889FF4F;
}
.main-content-facebook article h2::before {
  background: #2889FF4F;
}
.main-content-facebook article .desc a {
  color: #2889FF;
}
.main-content-facebook article a {
  color: #2889FF;
}
.main-content-facebook article .desc a:hover {
  text-decoration: underline;
}
.main-content-facebook article a:hover {
  text-decoration: underline;
}
.main-content-facebook article .downloads .item {
  border-color: #2889FF;
  background: #fff;
}
.main-content-facebook article .downloads .item .iconfont,
.main-content-facebook article .downloads .item span {
  color: #2889FF;
}
.main-content-facebook article .downloads .item:hover {
  background: #2889FF;
}
.main-content-facebook article .downloads .item:hover .iconfont,
.main-content-facebook article .downloads .item:hover span {
  color: #fff;
}
.main-content-facebook article .downloads .item:last-child {
  background: #2889FF;
}
.main-content-facebook article .downloads .item:last-child .iconfont,
.main-content-facebook article .downloads .item:last-child span {
  color: #fff;
}
.main-content-facebook article .tips-box {
  background: #F2F8FF;
}
.main-content-facebook article .table-box table tr th {
  background: #2889FF;
}

.main-content-facebook article .table-box2 table tbody tr td:first-child {
  background: #2889FF;
  color: #fff;
}

.main-content-facebook article .table-box::-webkit-scrollbar-thumb,
.main-content-facebook article .table-box2::-webkit-scrollbar-thumb{
  background-color: #BAD9FF;
}
.main-content-facebook article .table-box::-webkit-scrollbar-button:increment,
.main-content-facebook article .table-box2::-webkit-scrollbar-button:increment{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/article/right-arrow-paramount.svg) no-repeat center;
}
.main-content-facebook article .table-box::-webkit-scrollbar-button:decrement,
.main-content-facebook article .table-box2::-webkit-scrollbar-button:decrement{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/article/left-arrow-paramount.svg) no-repeat center;
}
.main-content-facebook article .cat-box {
  background: linear-gradient(93.81deg, #036CE4 -1.9%, #16A7FC 94.55%);
}
.main-content-facebook article .cat-box .info-box .downloads .item {
  background: #fff;
}
.main-content-facebook article .cat-box .info-box .downloads .item .iconfont,
.main-content-facebook article .cat-box .info-box .downloads .item span {
  color: #0062F7;
}
.main-content-facebook article .cat-box .info-box .downloads .item:hover {
  background: #000;
}
.main-content-facebook article .cat-box .info-box .downloads .item:hover .iconfont,
.main-content-facebook article .cat-box .info-box .downloads .item:hover span {
  color: #fff;
}
.main-content-facebook article .cat-box::after {
  position: absolute;
  top: 0;
  right: -40px;
  content: '';
  width: 205px;
  height: 203px;
  z-index: 1;
  background: url(../img/article/cat-facebook-after.png) no-repeat;
}

/*twitter*/

.nav-twitter .container .product-download .item {
  border-color: #00A0DD;
  background: #fff;
}
.nav-twitter .container .product-download .item .iconfont,
.nav-twitter .container .product-download .item span {
  color: #00A0DD;
}
.nav-twitter .container .product-download .item:last-child {
  background: #00A0DD;
}
.nav-twitter .container .product-download .item:last-child .iconfont,
.nav-twitter .container .product-download .item:last-child span {
  color: #fff;
}
.nav-twitter .container .product-download .item:hover {
  background: #00A0DD;
}
.nav-twitter .container .product-download .item:hover .iconfont,
.nav-twitter .container .product-download .item:hover span {
  color: #fff;
}
.banner-normal-twitter {
  background: linear-gradient(59.72deg, #00ADEF 26.58%, #90E0EF 82.1%);
}
.banner-normal-twitter .container .article-title {
  color: #ffffff;
}
.banner-normal-twitter .container .article-info .item {
  background: #FFFFFF40;
}
.banner-normal-twitter .container .article-info .item i {
  color: #ffffff;
}
.banner-normal-twitter .container .article-info .item span {
  color: #ffffff;
}
.banner-video-twitter {
  /*background-image: url(../img/article/banner-netflix-video.png);*/
  background: linear-gradient(180deg, #FFEDED 0%, #FFCDCD 100%);

}
.banner-video-twitter .container .article-info .item {
  background: rgba(229, 9, 19, 0.13);
}
.banner-video-twitter .container .article-info .item i {
  color: #ff2c35;
}
.banner-video-twitter .container .article-info .item span {
  color: #ff2c35;
}
.banner-special-twitter {
  /*background-image: url(../img/article/banner-netflix-special.png);*/
  background: linear-gradient(180deg, #FFEDED 0%, #FFCDCD 100%);

}
.banner-special-twitter .container .info-box .intro-list li::marker {
  color: #414141;
}
.banner-special-twitter .container .info-box .downloads .item {
  background: #fff;
  border: 2px solid #C20907;
}
.banner-special-twitter .container .info-box .downloads .item .iconfont,
.banner-special-twitter .container .info-box .downloads .item span {
  color: #C20907;
}
.banner-special-twitter .container .info-box .downloads .item:hover {
  background: #C20907;
}
.banner-special-twitter .container .info-box .downloads .item:hover .iconfont,
.banner-special-twitter .container .info-box .downloads .item:hover span {
  color: #fff;
}
.main-content-twitter aside .catalog-title {
  background: #00A0DD;
}
.main-content-twitter aside .catalog-list .active {
  color: #00A0DD;
}
.main-content-twitter aside .catalog-list .active::before {
  background: #00A0DD;
}
.main-content-twitter article .article-header .article-info .item {
  background: #2889FF0F;
}
.main-content-twitter article .article-header .article-info .item i {
  color: #2889FF;
}
.main-content-twitter article .article-header .article-info .item span {
  color: #2889FF;
}
.main-content-twitter article .disclaimer-box {
  border-color: #00A0DD;
  background: #00A0DD0F;
}
.main-content-twitter article .part-title::before {
  background: #2889FF4F;
}
.main-content-twitter article h2::before {
  background: #2889FF4F;
}
.main-content-twitter article .desc a {
  color: #00A0DD;
}
.main-content-twitter article a {
  color: #00A0DD;
}
.main-content-twitter article .desc a:hover {
  text-decoration: underline;
}
.main-content-twitter article a:hover {
  text-decoration: underline;
}
.main-content-twitter article .downloads .item {
  border-color: #00A0DD;
  background: #fff;
}
.main-content-twitter article .downloads .item .iconfont,
.main-content-twitter article .downloads .item span {
  color: #00A0DD;
}
.main-content-twitter article .downloads .item:hover {
  background: #00A0DD;
}
.main-content-twitter article .downloads .item:hover .iconfont,
.main-content-twitter article .downloads .item:hover span {
  color: #fff;
}
.main-content-twitter article .downloads .item:last-child {
  background: #00A0DD;
}
.main-content-twitter article .downloads .item:last-child .iconfont,
.main-content-twitter article .downloads .item:last-child span {
  color: #fff;
}
.main-content-twitter article .tips-box {
  background: #F0F9FD;
}
.main-content-twitter article .table-box table tr th {
  background: #00A0DD;
}

.main-content-twitter article .table-box2 table tbody tr td:first-child {
  background: #00A0DD;
  color: #fff;
}

.main-content-twitter article .table-box::-webkit-scrollbar-thumb,
.main-content-twitter article .table-box2::-webkit-scrollbar-thumb{
  background-color: #BAD9FF;
}
.main-content-twitter article .table-box::-webkit-scrollbar-button:increment,
.main-content-twitter article .table-box2::-webkit-scrollbar-button:increment{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/article/right-arrow-twitter.svg) no-repeat center;
}
.main-content-twitter article .table-box::-webkit-scrollbar-button:decrement,
.main-content-twitter article .table-box2::-webkit-scrollbar-button:decrement{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/article/left-arrow-twitter.svg) no-repeat center;
}
.main-content-twitter article .cat-box {
  background: linear-gradient(96.9deg, #00ADEF -3.28%, #BDF5FF 81.28%);
}
.main-content-twitter article .cat-box .info-box .downloads .item {
  background: #fff;
}
.main-content-twitter article .cat-box .info-box .downloads .item .iconfont,
.main-content-twitter article .cat-box .info-box .downloads .item span {
  color: #00A0DD;
}
.main-content-twitter article .cat-box .info-box .downloads .item:hover {
  background: #000;
}
.main-content-twitter article .cat-box .info-box .downloads .item:hover .iconfont,
.main-content-twitter article .cat-box .info-box .downloads .item:hover span {
  color: #fff;
}
.main-content-twitter article .cat-box::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 211px;
  height: 216px;
  z-index: 1;
  background: url(../img/article/cat-twitter-after.png) no-repeat;
}
/*tiktok*/
.nav-tiktok .container .product-download .item {
  border-color: #FF004F;
  background: #fff;
}
.nav-tiktok .container .product-download .item .iconfont,
.nav-tiktok .container .product-download .item span {
  color: #FF004F;
}
.nav-tiktok .container .product-download .item:last-child {
  background: #FF004F;
}
.nav-tiktok .container .product-download .item:last-child .iconfont,
.nav-tiktok .container .product-download .item:last-child span {
  color: #fff;
}
.nav-tiktok .container .product-download .item:hover {
  background: #FF004F;
}
.nav-tiktok .container .product-download .item:hover .iconfont,
.nav-tiktok .container .product-download .item:hover span {
  color: #fff;
}
.banner-normal-tiktok {
  background: linear-gradient(0deg, #000000, #000000);
  position: relative;
}
.banner-normal-tiktok .round {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.banner-normal-tiktok .round.left {
  background-image: url("../img/article/banner-tiktok-left.png");
  width: 203px;
  height: 121px;
  left: 0;
  bottom: 0;
}
.banner-normal-tiktok .round.right {
  background-image: url("../img/article/banner-tiktok-right.png");
  width: 177px;
  height: 145px;
  top: 0;
  right: 0;
}
.banner-normal-tiktok .container .article-title {
  color: #ffffff;
}
.banner-normal-tiktok .container .article-info .item {
  background: #FFFFFF40;
}
.banner-normal-tiktok .container .article-info .item i {
  color: #ffffff;
}
.banner-normal-tiktok .container .article-info .item span {
  color: #ffffff;
}
.banner-video-tiktok {
  /*background-image: url(../img/article/banner-netflix-video.png);*/
  background: linear-gradient(180deg, #FFEDED 0%, #FFCDCD 100%);

}
.banner-video-tiktok .container .article-info .item {
  background: rgba(229, 9, 19, 0.13);
}
.banner-video-tiktok .container .article-info .item i {
  color: #ff2c35;
}
.banner-video-tiktok .container .article-info .item span {
  color: #ff2c35;
}
.banner-special-tiktok {
  /*background-image: url(../img/article/banner-netflix-special.png);*/
  background: linear-gradient(180deg, #FFEDED 0%, #FFCDCD 100%);

}
.banner-special-tiktok .container .info-box .intro-list li::marker {
  color: #414141;
}
.banner-special-tiktok .container .info-box .downloads .item {
  background: #fff;
  border: 2px solid #C20907;
}
.banner-special-tiktok .container .info-box .downloads .item .iconfont,
.banner-special-tiktok .container .info-box .downloads .item span {
  color: #C20907;
}
.banner-special-tiktok .container .info-box .downloads .item:hover {
  background: #C20907;
}
.banner-special-tiktok .container .info-box .downloads .item:hover .iconfont,
.banner-special-tiktok .container .info-box .downloads .item:hover span {
  color: #fff;
}
.main-content-tiktok aside .catalog-title {
  background: #FF004F;
}
.main-content-tiktok aside .catalog-list .active {
  color: #FF004F;
}
.main-content-tiktok aside .catalog-list .active::before {
  background: #FF004F;
}
.main-content-tiktok article .article-header .article-info .item {
  background: #2889FF0F;
}
.main-content-tiktok article .article-header .article-info .item i {
  color: #FF004F;
}
.main-content-tiktok article .article-header .article-info .item span {
  color: #FF004F;
}
.main-content-tiktok article .disclaimer-box {
  border-color: #CCCCCC;
  background: #FAFAFA;
}
.main-content-tiktok article .part-title::before {
  background: #2889FF4F;
}
.main-content-tiktok article h2::before {
  background: #2889FF4F;
}
.main-content-tiktok article .desc a {
  color: #FF004F;
}
.main-content-tiktok article a {
  color: #FF004F;
}
.main-content-tiktok article .desc a:hover {
  text-decoration: underline;
}
.main-content-tiktok article a:hover {
  text-decoration: underline;
}
.main-content-tiktok article .downloads .item {
  border-color: #FF004F;
  background: #fff;
}
.main-content-tiktok article .downloads .item .iconfont,
.main-content-tiktok article .downloads .item span {
  color: #FF004F;
}
.main-content-tiktok article .downloads .item:hover {
  background: #FF004F;
}
.main-content-tiktok article .downloads .item:hover .iconfont,
.main-content-tiktok article .downloads .item:hover span {
  color: #fff;
}
.main-content-tiktok article .downloads .item:last-child {
  background: #FF004F;
}
.main-content-tiktok article .downloads .item:last-child .iconfont,
.main-content-tiktok article .downloads .item:last-child span {
  color: #fff;
}
.main-content-tiktok article .tips-box {
  background: #FAFAFA;
}
.main-content-tiktok article .table-box table tr th {
  background: #000000;
}

.main-content-tiktok article .table-box2 table tbody tr td:first-child {
  background: #000000;
  color: #fff;
}

.main-content-tiktok article .table-box::-webkit-scrollbar-thumb,
.main-content-tiktok article .table-box2::-webkit-scrollbar-thumb{
  background-color: #BAD9FF;
}
.main-content-tiktok article .table-box::-webkit-scrollbar-button:increment,
.main-content-tiktok article .table-box2::-webkit-scrollbar-button:increment{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/article/right-arrow-tiktok.svg) no-repeat center;
}
.main-content-tiktok article .table-box::-webkit-scrollbar-button:decrement,
.main-content-tiktok article .table-box2::-webkit-scrollbar-button:decrement{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/article/left-arrow-tiktok.svg) no-repeat center;
}
.main-content-tiktok article .cat-box {
  /*background: linear-gradient(96.46deg, #0174FF -3.09%, #8EC1FF 113.62%);*/
  background: url("../img/article/tiktok-cat-bg.png") no-repeat center;
  background-size: cover;
}
.main-content-tiktok article .cat-box .img-box img {
  transform: translateX(-25px);
}
.main-content-tiktok article .cat-box .info-box .downloads .item {
  background: #fff;
}
.main-content-tiktok article .cat-box .info-box .downloads .item .iconfont,
.main-content-tiktok article .cat-box .info-box .downloads .item span {
  color: #FF004F;
}
.main-content-tiktok article .cat-box .info-box .downloads .item:hover {
  background: #000;
}
.main-content-tiktok article .cat-box .info-box .downloads .item:hover .iconfont,
.main-content-tiktok article .cat-box .info-box .downloads .item:hover span {
  color: #fff;
}
/*.main-content-tiktok article .cat-box::after {*/
/*  position: absolute;*/
/*  bottom: 0px;*/
/*  right: 10px;*/
/*  content: '';*/
/*  width: 289px;*/
/*  height: 289px;*/
/*  z-index: 1;*/
/*  !*background: url(../img/article/cat-tiktok-after.png) no-repeat;*!*/
/*}*/


/*youtube*/

.nav-youtube .container .product-download .item {
  border-color: #DD1111;
  background: #fff;
}
.nav-youtube .container .product-download .item .iconfont,
.nav-youtube .container .product-download .item span {
  color: #DD1111;
}
.nav-youtube .container .product-download .item:last-child {
  background: #DD1111;
}
.nav-youtube .container .product-download .item:last-child .iconfont,
.nav-youtube .container .product-download .item:last-child span {
  color: #fff;
}
.nav-youtube .container .product-download .item:hover {
  background: #DD1111;
}
.nav-youtube .container .product-download .item:hover .iconfont,
.nav-youtube .container .product-download .item:hover span {
  color: #fff;
}
.banner-normal-youtube {
  background: linear-gradient(80.42deg, #FF6867 15.65%, #FFA8A8 92.13%);
}
.banner-normal-youtube .container .article-title {
  color: #ffffff;
}
.banner-normal-youtube .container .article-info .item {
  background: #FFFFFF40;
}
.banner-normal-youtube .container .article-info .item i {
  color: #ffffff;
}
.banner-normal-youtube .container .article-info .item span {
  color: #ffffff;
}
.banner-video-youtube {
  /*background-image: url(../img/article/banner-netflix-video.png);*/
  background: linear-gradient(180deg, #FFEDED 0%, #FFCDCD 100%);

}
.banner-video-youtube .container .article-info .item {
  background: rgba(229, 9, 19, 0.13);
}
.banner-video-youtube .container .article-info .item i {
  color: #ff2c35;
}
.banner-video-youtube .container .article-info .item span {
  color: #ff2c35;
}
.banner-special-youtube {
  /*background-image: url(../img/article/banner-netflix-special.png);*/
  background: linear-gradient(180deg, #FFEDED 0%, #FFCDCD 100%);

}
.banner-special-youtube .container .info-box .intro-list li::marker {
  color: #414141;
}
.banner-special-youtube .container .info-box .downloads .item {
  background: #fff;
  border: 2px solid #C20907;
}
.banner-special-youtube .container .info-box .downloads .item .iconfont,
.banner-special-youtube .container .info-box .downloads .item span {
  color: #C20907;
}
.banner-special-youtube .container .info-box .downloads .item:hover {
  background: #C20907;
}
.banner-special-youtube .container .info-box .downloads .item:hover .iconfont,
.banner-special-youtube .container .info-box .downloads .item:hover span {
  color: #fff;
}
.main-content-youtube aside .catalog-title {
  background: #FF6F6F;
}
.main-content-youtube aside .catalog-list .active {
  color: #FF6F6F;
}
.main-content-youtube aside .catalog-list .active::before {
  background: #FF6F6F;
}
.main-content-youtube article .article-header .article-info .item {
  background: #2889FF0F;
}
.main-content-youtube article .article-header .article-info .item i {
  color: #2889FF;
}
.main-content-youtube article .article-header .article-info .item span {
  color: #2889FF;
}
.main-content-youtube article .disclaimer-box {
  border-color: #FF6F6F;
  background: #FF6F6F0F;
}
.main-content-youtube article .part-title::before {
  background: #FFC7C7;
}
.main-content-youtube article h2::before {
  background: #FFC7C7;
}
.main-content-youtube article .desc a {
  color: #DD1111;
}
.main-content-youtube article a {
  color: #DD1111;
}
.main-content-youtube article .desc a:hover {
  text-decoration: underline;
}
.main-content-youtube article a:hover {
  text-decoration: underline;
}
.main-content-youtube article .downloads .item {
  border-color: #DD1111;
  background: #fff;
}
.main-content-youtube article .downloads .item .iconfont,
.main-content-youtube article .downloads .item span {
  color: #DD1111;
}
.main-content-youtube article .downloads .item:hover {
  background: #DD1111;
}
.main-content-youtube article .downloads .item:hover .iconfont,
.main-content-youtube article .downloads .item:hover span {
  color: #fff;
}
.main-content-youtube article .downloads .item:last-child {
  background: #DD1111;
}
.main-content-youtube article .downloads .item:last-child .iconfont,
.main-content-youtube article .downloads .item:last-child span {
  color: #fff;
}
.main-content-youtube article .tips-box {
  background: #FFF6F6;
}
.main-content-youtube article .table-box table tr th {
  background: #EE6E6E;
}

.main-content-youtube article .table-box2 table tbody tr td:first-child {
  background: #EE6E6E;
  color: #fff;
}

.main-content-youtube article .table-box::-webkit-scrollbar-thumb,
.main-content-youtube article .table-box2::-webkit-scrollbar-thumb{
  background-color: #FFD6D6;
}
.main-content-youtube article .table-box::-webkit-scrollbar-button:increment,
.main-content-youtube article .table-box2::-webkit-scrollbar-button:increment{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/article/right-arrow-youtube.svg) no-repeat center;
}
.main-content-youtube article .table-box::-webkit-scrollbar-button:decrement,
.main-content-youtube article .table-box2::-webkit-scrollbar-button:decrement{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/article/left-arrow-youtube.svg) no-repeat center;
}
.main-content-youtube article .cat-box {
  background: linear-gradient(96.46deg, #FF4443 -3.09%, #FFA8A8 113.62%);
}
.main-content-youtube article .cat-box .info-box .downloads .item {
  background: #fff;
}
.main-content-youtube article .cat-box .info-box .downloads .item .iconfont,
.main-content-youtube article .cat-box .info-box .downloads .item span {
  color: #FF0000;
}
.main-content-youtube article .cat-box .info-box .downloads .item:hover {
  background: #000;
}
.main-content-youtube article .cat-box .info-box .downloads .item:hover .iconfont,
.main-content-youtube article .cat-box .info-box .downloads .item:hover span {
  color: #fff;
}
.main-content-youtube article .cat-box::after {
  position: absolute;
  top: 0;
  right: -60px;
  content: '';
  width: 218px;
  height: 153px;
  z-index: 1;
  background: url(../img/article/cat-youtube-after.png) no-repeat;
}

.comment-area{
  width: 1080px;
  margin: 58px auto;
}
@media (max-width: 1280px) {
  .banner-normal {
    background-position: 40% 0;
    background-size: cover;
  }
  .banner-video {
    background-position: 40% 0;
    background-size: cover;
  }
  .banner-special {
    background-position: center;
    background-size: cover;
  }
}
@media (max-width: 770px) {
  nav {
    position: fixed;
    top: -140rem;
    box-shadow: 0 4rem 8rem 3rem rgba(0, 0, 0, 0.12);
    padding: 12rem 0;
  }
  nav .container {
    width: 93%;
    flex-direction: column;
    align-items: flex-start;
  }
  nav .container .product-info .item {
    display: flex;
    align-items: center;
  }
  nav .container .product-info .item img {
    width: 50rem;
    height: 50rem;
  }
  nav .container .product-info .item span {
    font-size: 18rem;
    margin-left: 10rem;
  }
  nav .container .product-download {
    width: 100%;
    justify-content: space-around;
    margin-top: 15rem;
  }
  nav .container .product-download .item {
    width: 155rem;
    height: 38rem;
    border-radius: 6rem;
    margin-left: 0;
  }
  nav .container .product-download .item .iconfont {
    margin-left: 8rem;
  }
  nav .container .product-download .item span {
    font-size: 15rem;
  }
  nav .container .product-download .item:hover {
    transform: scale(1);
  }
  nav .container .product-download .item-win {
    border-width: 1rem;
  }
  nav .container .product-download .item-mac .iconfont {
    margin-top: -2rem;
  }
  .banner-normal {
    padding: 60rem 0;
    background-position: 70% 0;
  }
  .banner-normal .container {
    width: 93%;
  }
  .banner-normal .container .article-title {
    font-size: 28rem;
    padding: 0;
    margin: 0 0 20rem;
  }
  .banner-normal .container .article-info {
    flex-direction: column;
  }
  .banner-normal .container .article-info .item {
    height: 48rem;
    border-radius: 24rem;
    margin: 0 0 20rem;
  }
  .banner-normal .container .article-info .item.user{
    width: 198rem;
  }
  .banner-normal .container .article-info .item.time{
    padding: 20rem;
  }
  .banner-normal .container .article-info .item i {
    font-size: 20rem;
    margin-right: 8rem;
  }
  .banner-normal .container .article-info .item span {
    font-size: 16rem;
  }
  .banner-normal .container .article-info .item:last-child {
    margin-bottom: 0;
  }
  .banner-video {
    padding: 60rem 0;
    background-position: 70% 0;
  }
  .banner-video .container {
    flex-direction: column;
    width: 90%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .banner-video .container .container-article {
    margin-bottom: 40rem;
  }
  .banner-video .container .container-article_title {
    font-size: 32rem;
    margin-bottom: 20rem;
  }
  .banner-video .container .container-article_info {
    justify-content: space-between;
    margin-bottom: 15rem;
  }
  .banner-video .container .container-article_info .item {
    height: 48rem;
    border-radius: 24rem;
    margin-right: 0;
  }
  .banner-video .container .container-article_info .item i {
    font-size: 22rem;
    margin-right: 8rem;
  }
  .banner-video .container .container-article_info .item span {
    font-size: 14rem;
  }
  .banner-video .container .container-article_btns {
    justify-content: space-between;
  }
  .banner-video .container .container-article_btns .article_btn {
    width: 155rem;
    height: 42rem;
    line-height: 42rem;
    font-size: 14rem;
    margin-right: 0;
    border-radius: 8rem;
  }
  .banner-video .container .container-article_btns .article_btn i {
    margin-left: 8rem;
  }
  .banner-video .container .container-video .container-video_wrapper{
    width: 100%;
    height: 190rem;
  }
  .banner-video .container .container-video {
    width: 100%;
  }
  .banner-video .container .container-video iframe {
    width: 100%;
    height: 190rem;
  }
  .banner-special {
    padding: 60rem 0;
    background-position: top left;
  }
  .banner-special .container {
    width: 90%;
    flex-direction: column;
  }
  .banner-special .container .info-box {
    margin-bottom: 60rem;
  }
  .banner-special .container .info-box .title {
    font-size: 32rem;
    margin-bottom: 12rem;
  }
  .banner-special .container .info-box .desc {
    max-width: 100%;
    font-size: 18rem;
    margin-bottom: 22rem;
  }
  .banner-special .container .info-box .intro-list {
    max-width: 100%;
    padding-left: 20rem;
    margin-bottom: 30rem;
  }
  .banner-special .container .info-box .intro-list li {
    font-size: 16rem;
    margin-bottom: 5rem;
  }
  .banner-special .container .info-box .downloads .item {
    width: 165rem;
    height: 38rem;
    border-radius: 6rem;
    margin-right: 25rem;
  }
  .banner-special .container .info-box .downloads .item .iconfont {
    margin-left: 8rem;
  }
  .banner-special .container .info-box .downloads .item span {
    font-size: 16rem;
  }

  .banner-special .container .info-box .downloads .item:hover {
    transform: scale(1);
  }
  .banner-special .container .info-box .downloads .item-mac .iconfont {
    margin-top: -2rem;
  }
  .banner-special .container .img-box {
    width: 100%;
    transform: translateY(0);
  }
  .banner-special .container .img-box img {
    width: 100%;
    height: auto;
  }
  .main-content {
    flex-direction: column;
    width: 93%;
    margin: 58rem auto 0;
  }
  .main-content aside {
    position: unset;
    width: 100%;
    border-radius: 10rem;
    border: 1rem solid #dbdde8;
    padding-bottom: 0;
    margin-bottom: 50rem;
  }
  .main-content aside .catalog-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10rem;
    padding: 24rem;
    margin-bottom: 0;
  }
  .main-content aside .catalog-title span {
    font-size: 20rem;
  }
  .main-content aside .catalog-title .iconfont {
    display: block;
    font-size: 24rem;
    color: #fff;
    transition: all 0.5s;
  }
  .main-content aside .catalog-title-active .iconfont {
    transform: rotate(180deg);
  }
  .main-content aside .catalog-list {
    display: none;
  }
  .main-content aside .catalog-list p {
    padding: 10rem 24rem 10rem 0;
  }
  .main-content aside .catalog-list p::before {
    width: 5rem;
    height: 15rem;
    margin-right: 19rem;
    margin-top: 10rem;
  }
  .main-content aside .catalog-list p:first-child {
    padding-top: 27rem;
  }
  .main-content aside .catalog-list p:last-child {
    padding-bottom: 21rem;
  }
  .main-content article {
    width: 100%;
  }
  .main-content article .article-header {
    margin-bottom: 35rem;
  }
  .main-content article .article-header .article-title {
    font-size: 24rem;
    word-break: keep-all;
    margin-bottom: 22rem;
    padding: 0;
  }
  .main-content article .article-header .article-info {
    flex-direction: column;
  }
  .main-content article .article-header .article-info .item {
    height: 48rem;
    border-radius: 24rem;
    margin: 0 0 20rem;
  }
  .main-content article .article-header .article-info .item.user{
    width: 198rem;
  }
  .main-content article .article-header .article-info .item.time{
    padding: 0rem 20rem;
  }
  .main-content article .article-header .article-info .item i {
    font-size: 20rem;
    margin-right: 8rem;
  }
  .main-content article .article-header .article-info .item span {
    font-size: 16rem;
  }
  .main-content article .article-header .article-info .item:last-child {
    margin-bottom: 0;
  }
  .main-content article .disclaimer-box {
    border-radius: 10rem;
    border-width: 1rem;
    padding: 24rem;
    margin-bottom: 40rem;
  }
  .main-content article .disclaimer-box .title {
    font-size: 20rem;
  }
  .main-content article .disclaimer-box .desc {
    margin: 10rem 0 32rem;
  }
  .main-content article .disclaimer-box .downloads {
    display: flex;
    justify-content: space-between;
  }
  .main-content article .disclaimer-box .downloads .item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140rem;
    height: 38rem;
    border-radius: 6rem;
    margin-right: 0;
  }
  .main-content article .disclaimer-box .downloads .item .iconfont {
    margin-left: 8rem;
  }
  .main-content article .disclaimer-box .downloads .item span {
    font-size: 16rem;
  }
  .main-content article .disclaimer-box .downloads .item:hover {
    transform: translateY(0);
  }
  .main-content article .disclaimer-box .downloads .item-win {
    border-width: 1rem;
  }
  .main-content article .disclaimer-box .downloads .item-mac .iconfont {
    margin-top: -2rem;
  }
  /*.main-content article .content-part {*/
  /*  margin-bottom: 28rem;*/
  /*}*/
  .main-content article .part-title {
    font-size: 24rem;
    margin-bottom: 10rem;
    margin-top: 28rem;
  }
  .main-content article h2 {
    font-size: 24rem;
    margin-bottom: 10rem;
    margin-top: 28rem;
  }
  .main-content article .part-title::before {
    top: 18rem;
    width: 38rem;
    height: 10rem;
  }
  .main-content article h2::before {
    top: 18rem;
    width: 38rem;
    height: 10rem;
  }
  .main-content article .desc {
    font-size: 16rem;
    margin-bottom: 20rem;
  }
  .main-content article p {
    font-size: 16rem;
    margin-bottom: 20rem;
  }
  .main-content article .video-box{
    max-width: 100%;
    /*height: auto;*/
  }
  .main-content article .tips-box {
    border-radius: 10rem;
    padding: 24rem;
    margin: 30rem 0;
  }
  .main-content article .tips-box .tips-title {
    font-size: 20rem;
    margin-bottom: 15rem;
  }
  .main-content article .tips-box p {
    font-size: 20rem;
    margin-bottom: 5rem;
  }
  .main-content article .tips-box .ul-list li {
    font-size: 16rem;
    margin-bottom: 5rem;
  }
  .main-content article .ul-list li {
    font-size: 16rem;
    margin-bottom: 5rem;
  }
  .main-content article ul li {
    font-size: 16rem;
    margin-bottom: 5rem;
  }
  .main-content article .table-box,
  .main-content article .table-box2
  {
    width: 100%;
  }
  .main-content article .table-box table tr th,
  .main-content article .table-box2 table tr th{
    font-size: 14.5rem;
    line-height: 30rem;
    padding: 12rem;
    border-right: 1rem solid #ccc;
  }
  .main-content article .table-box table tbody tr td,
  .main-content article .table-box2 table tbody tr td{
    padding: 12rem;
    border-right: 1rem solid #ccc;
    border-bottom: 1rem solid #ccc;
    font-size: 14.5rem;
    line-height: 30rem;
  }
  .main-content article .table-box table tbody tr .right,
  .main-content article .table-box2 table tbody tr .right {
    font-size: 18rem;
  }
  .main-content article .table-box table tbody tr .error,
  .main-content article .table-box2 table tbody tr .error {
    font-size: 22rem;
  }
  .main-content article .table-box::-webkit-scrollbar,
  .main-content article .table-box2::-webkit-scrollbar{
    height: 8rem;
  }
  .main-content article .table-box::-webkit-scrollbar-thumb,
  .main-content article .table-box2::-webkit-scrollbar-thumb {
    border-radius: 10rem;
  }
  .main-content article img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    margin: 24rem 0;
  }
  .main-content article .cat-box {
    flex-direction: column-reverse;
    border-radius: 10rem;
    padding: 40rem 15rem;
    margin-top: 28rem;
  }
  .main-content article .cat-box .info-box {
    width: 100%;
    margin-top: 30rem;
  }
  .main-content article .cat-box .info-box .title {
    font-size: 20rem;
    line-height: 35rem;
    margin-bottom: 10rem;
    text-align: center;
  }
  .main-content article .cat-box .info-box .desc {
    font-size: 16rem;
    line-height: 26rem;
    margin-bottom: 20rem;
    text-align: center;
  }
  .main-content article .cat-box .info-box .downloads {
    display: flex;
    justify-content: space-evenly;
  }
  .main-content article .cat-box .info-box .downloads .item {
    width: 138rem;
    height: 38rem;
    border-radius: 6rem;
    margin-right: 0;
  }
  .main-content article .cat-box .info-box .downloads .item .iconfont {
    margin-left: 8rem;
  }
  .main-content article .cat-box .info-box .downloads .item span {
    font-size: 16rem;
  }
  .main-content article .cat-box .info-box .downloads .item:hover {
    transform: scale(1);
  }
  .main-content article .cat-box .info-box .downloads .item-mac .iconfont {
    margin-top: -2rem;
  }
  .main-content article .cat-box .img-box {
    position: relative;
    z-index: 2;
    width: 100%;
  }
  .main-content article .cat-box .img-box img {
    display: block;
    width: 90%;
    height: auto;
    transform: translateY(0);
    margin: 0 auto;
  }
  .main-content article .cat-box::after {
    display: none;
  }
  .comment-area{
    width: 93%;
    margin: 58rem auto;
  }
}