/* 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;
}
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: 400;
}
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 .btn-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: #fff;
    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: #650808;
    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: #650808;
    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: #e3090f;
    font-size: 17px;
    font-weight: 400;
    background: #fff;
    margin-right: 20px;
    border-radius: 8px;
}
.banner-video .container .container-article_btns .article_btn i {
    margin-left: 8px;
}
.banner-video .container .container-article_btns .article_btn:hover {
    background: #e3090f;
    color: #fff;
}
.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: #fff;
    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: rgba(255, 255, 255, 0.87);
    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: rgba(255, 255, 255, 0.87);
    margin-bottom: 5px;
}
.banner-special .container .info-box .download-btns {
    display: flex;
}
.banner-special .container .info-box .download-btns .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 .download-btns .item .iconfont {
    margin-left: 8px;
}
.banner-special .container .info-box .download-btns .item span {
    font-size: 18px;
}
.banner-special .container .info-box .download-btns .btn-mac .iconfont {
    margin-top: -2px;
}
.banner-special .container .img-box {
    width: 508px;
    transform: translateY(50px);
}
.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 .abstract {
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    padding: 24px;
    margin-bottom: 40px;
}
.main-content article .abstract .title {
    font-weight: bold;
    font-size: 20px;
    color: #000;
}
.main-content article .abstract .desc {
    line-height: 163%;
    color: #7e6060;
    margin: 10px 0 32px;
}
.main-content article .abstract .download-btns {
    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 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 .download-btns {
    display: flex;
    margin: 25px 0 35px;
}
.main-content article .download-btns .btn {
    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 .download-btns .btn:hover{
    transform: translateY(-10px);
    text-decoration: none;
}
.main-content article .download-btns .btn .iconfont {
    margin-left: 8px;
}
.main-content article .download-btns .btn span {
    font-size: 18px;
}
.main-content article .download-btns .btn-mac .iconfont {
    margin-top: -2px;
}
.main-content article .prompt {
    border-radius: 10px;
    padding: 24px;
    margin: 30px 0;
}
.main-content article .prompt .prompt-title {
    color: #000;
    font-size: 20px;
    margin-bottom: 16px;
    line-height: unset;
}
.main-content article .prompt .tips-desc{
    font-size: 16px;
    line-height: 163%;
    color: #7e6060;
    margin-bottom: 5px;
}
.main-content article .prompt 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 .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 .ul-list li:last-child {
    margin-bottom: 0;
}
.main-content article ul li:last-child {
    margin-bottom: 0;
}
.main-content article .prompt .ul-list,
.main-content article .prompt ul {
    padding: 0 15px;
}
.main-content article .prompt .ul-list li {
    font-size: 16px;
    line-height: 163%;
    color: #7e6060;
    margin-bottom: 5px;
    list-style: disc;
}
.main-content article .prompt ul li {
    font-size: 16px;
    line-height: 163%;
    color: #7e6060;
    margin-bottom: 5px;
    list-style: disc;
}
.main-content article .prompt .ul-list li:last-child {
    margin-bottom: 0;
}
.main-content article .prompt ul li:last-child {
    margin-bottom: 0;
}

.main-content article .ol-list {
    padding: revert;
}
.main-content article ol {
    padding: revert;
}
.main-content article .prompt .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 .prompt .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: 40px 0 40px 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 .download-btns {
    display: flex;
}
.main-content article .cat-box .info-box .download-btns .item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 138px;
    height: 38px;
    border-radius: 6px;
    margin-right: 25px;
    transition: all 0.3s;
}
.main-content article .cat-box .info-box .download-btns .item .iconfont {
    margin-left: 8px;
}
.main-content article .cat-box .info-box .download-btns .item span {
    font-size: 16px;
}
.main-content article .cat-box .info-box .download-btns .btn-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);
}
.banner-normal-netflix .container .article-info .item {
    background: rgba(229, 9, 19, 0.13);
}
.banner-normal-netflix .container .article-info .item i {
    color: #ff2c35;
}
.banner-normal-netflix .container .article-info .item span {
    color: #ff2c35;
}
.banner-video-netflix {
    background-image: url(../img/article/banner-netflix-video.png);
}
.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);
}
.banner-special-netflix .container .info-box .intro-list li::marker {
    color: #ff5620;
}
.banner-special-netflix .container .info-box .download-btns .item {
    background: #fff;
}
.banner-special-netflix .container .info-box .download-btns .item .iconfont,
.banner-special-netflix .container .info-box .download-btns .item span {
    color: #ac1c20;
}
.banner-special-netflix .container .info-box .download-btns .item:hover {
    background: #ac1c20;
}
.banner-special-netflix .container .info-box .download-btns .item:hover .iconfont,
.banner-special-netflix .container .info-box .download-btns .item:hover span {
    color: #fff;
}
.main-content-netflix aside .catalog-title {
    background: #ac1c20;
}
.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 .abstract {
    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 .download-btns .btn {
    border-color: #be3135;
    background: #fff;
}
.main-content-netflix article .download-btns .btn .iconfont,
.main-content-netflix article .download-btns .btn span {
    color: #be3135;
}
.main-content-netflix article .download-btns .btn:hover {
    background: #be3135;
}
.main-content-netflix article .download-btns .btn:hover .iconfont,
.main-content-netflix article .download-btns .btn:hover span {
    color: #fff;
}
.main-content-netflix article .download-btns .btn:last-child {
    background: #be3135;
}
.main-content-netflix article .download-btns .btn:last-child .iconfont,
.main-content-netflix article .download-btns .btn:last-child span {
    color: #fff;
}
.main-content-netflix article .prompt {
    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 .download-btns .item {
    background: #fff;
}
.main-content-netflix article .cat-box .info-box .download-btns .item .iconfont,
.main-content-netflix article .cat-box .info-box .download-btns .item span {
    color: #ac1c20;
}
.main-content-netflix article .cat-box .info-box .download-btns .item:hover {
    background: #000;
}
.main-content-netflix article .cat-box .info-box .download-btns .item:hover .iconfont,
.main-content-netflix article .cat-box .info-box .download-btns .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);
}
.banner-normal-hulu .container .article-info .item {
    background: rgba(18, 214, 117, 0.31);
}
.banner-normal-hulu .container .article-info .item i {
    color: #fff;
}
.banner-normal-hulu .container .article-info .item span {
    color: #fff;
}
.banner-video-hulu {
    background-image: url(../img/article/banner-hulu-normal.png);
}
.banner-video-hulu .container .container-article_title{
    color: #ffffff;
}
.banner-video-hulu .container .container-article_info .item {
    color: rgba(255, 255, 255, 0.87);
}
.banner-video-hulu .container .container-article_btns .article_btn {
    color: #17814c;
}
.banner-video-hulu .container .container-article_btns .article_btn:hover {
    background: #17814c;
}
.banner-special-hulu {
    background-image: url(../img/article/banner-hulu-special.png);
}
.banner-special-hulu .container .info-box .intro-list li::marker {
    color: #17814c;
}
.banner-special-hulu .container .info-box .download-btns .item {
    background: #fff;
}
.banner-special-hulu .container .info-box .download-btns .item .iconfont,
.banner-special-hulu .container .info-box .download-btns .item span {
    color: #17814c;
}
.banner-special-hulu .container .info-box .download-btns .item:hover {
    background: #17814c;
}
.banner-special-hulu .container .info-box .download-btns .item:hover .iconfont,
.banner-special-hulu .container .info-box .download-btns .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 .abstract {
    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 .download-btns .btn {
    border-color: #17814c;
    background: #fff;
}
.main-content-hulu article .download-btns .btn .iconfont,
.main-content-hulu article .download-btns .btn span {
    color: #17814c;
}
.main-content-hulu article .download-btns .btn:hover {
    background: #17814c;
}
.main-content-hulu article .download-btns .btn:hover .iconfont,
.main-content-hulu article .download-btns .btn:hover span {
    color: #fff;
}
.main-content-hulu article .download-btns .btn:last-child {
    background: #17814c;
}
.main-content-hulu article .download-btns .btn:last-child .iconfont,
.main-content-hulu article .download-btns .btn:last-child span {
    color: #fff;
}
.main-content-hulu article .prompt {
    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 .download-btns .item {
    background: #fff;
}
.main-content-hulu article .cat-box .info-box .download-btns .item .iconfont,
.main-content-hulu article .cat-box .info-box .download-btns .item span {
    color: #17814c;
}
.main-content-hulu article .cat-box .info-box .download-btns .item:hover {
    background: #000;
}
.main-content-hulu article .cat-box .info-box .download-btns .item:hover .iconfont,
.main-content-hulu article .cat-box .info-box .download-btns .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);
}
.banner-normal-amazon .container .article-info .item {
    background: rgba(238, 159, 48, 0.31);
}
.banner-normal-amazon .container .article-info .item i {
    color: #fff;
}
.banner-normal-amazon .container .article-info .item span {
    color: #fff;
}
.banner-video-amazon {
    background-image: url(../img/article/banner-amazon-video.png);
}
.banner-video-amazon .container .container-article_title{
    color: #372000;
}
.banner-video-amazon .container .container-article_info .item {
    color: #836c40;
}
.banner-video-amazon .container .container-article_btns .article_btn {
    color: #ee9e30;
}
.banner-video-amazon .container .container-article_btns .article_btn:hover {
    background: #ee9e30;
}
.banner-special-amazon {
    background-image: url(../img/article/banner-amazon-special.png);
}
.banner-special-amazon .container .info-box .intro-list li::marker {
    color: #ee9f30;
}
.banner-special-amazon .container .info-box .download-btns .item {
    background: #fff;
}
.banner-special-amazon .container .info-box .download-btns .item .iconfont,
.banner-special-amazon .container .info-box .download-btns .item span {
    color: #ee9f30;
}
.banner-special-amazon .container .info-box .download-btns .item:hover {
    background: #ee9f30;
}
.banner-special-amazon .container .info-box .download-btns .item:hover .iconfont,
.banner-special-amazon .container .info-box .download-btns .item:hover span {
    color: #000;
}
.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 .abstract {
    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 .download-btns .btn {
    border-color: #ee9f30;
    background: #fff;
}
.main-content-amazon article .download-btns .btn .iconfont,
.main-content-amazon article .download-btns .btn span {
    color: #ee9f30;
}
.main-content-amazon article .download-btns .btn:hover {
    background: #ee9f30;
}
.main-content-amazon article .download-btns .btn:hover .iconfont,
.main-content-amazon article .download-btns .btn:hover span {
    color: #000;
}
.main-content-amazon article .download-btns .btn:last-child {
    background: #ee9f30;
}
.main-content-amazon article .download-btns .btn:last-child .iconfont,
.main-content-amazon article .download-btns .btn:last-child span {
    color: #fff;
}
.main-content-amazon article .prompt{
    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 .download-btns .item {
    background: #fff;
}
.main-content-amazon article .cat-box .info-box .download-btns .item .iconfont,
.main-content-amazon article .cat-box .info-box .download-btns .item span {
    color: #f18d00;
}
.main-content-amazon article .cat-box .info-box .download-btns .item:hover {
    background: #000;
}
.main-content-amazon article .cat-box .info-box .download-btns .item:hover .iconfont,
.main-content-amazon article .cat-box .info-box .download-btns .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);
}
.banner-normal-disney .container .article-info .item {
    background: rgba(91, 88, 231, 0.5);
}
.banner-normal-disney .container .article-info .item i {
    color: #fff;
}
.banner-normal-disney .container .article-info .item span {
    color: #fff;
}
.banner-video-disney {
    background-image: url(../img/article/banner-disney-normal.png);
}
.banner-video-disney .container .container-article_title{
    color: #ffffff;
}
.banner-video-disney .container .container-article_info .item {
    color: rgba(255, 255, 255, 0.87);
}
.banner-video-disney .container .container-article_btns .article_btn {
    color: #6052ff;
}
.banner-video-disney .container .container-article_btns .article_btn:hover {
    background: #6052ff;
}
.banner-special-disney {
    background-image: url(../img/article/banner-disney-special.png);
}
.banner-special-disney .container .info-box .intro-list li::marker {
    color: #6052ff;
}
.banner-special-disney .container .info-box .download-btns .item {
    background: #fff;
}
.banner-special-disney .container .info-box .download-btns .item .iconfont,
.banner-special-disney .container .info-box .download-btns .item span {
    color: #6052ff;
}
.banner-special-disney .container .info-box .download-btns .item:hover {
    background: #6052ff;
}
.banner-special-disney .container .info-box .download-btns .item:hover .iconfont,
.banner-special-disney .container .info-box .download-btns .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 .abstract {
    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 .download-btns .btn {
    border-color: #5b58e7;
    background: #fff;
}
.main-content-disney article .download-btns .btn .iconfont,
.main-content-disney article .download-btns .btn span {
    color: #5b58e7;
}
.main-content-disney article .download-btns .btn:hover {
    background: #5b58e7;
}
.main-content-disney article .download-btns .btn:hover .iconfont,
.main-content-disney article .download-btns .btn:hover span {
    color: #fff;
}

.main-content-disney article .download-btns .btn:last-child {
    background: #5b58e7;
}
.main-content-disney article .download-btns .btn:last-child .iconfont,
.main-content-disney article .download-btns .btn:last-child span {
    color: #fff;
}
.main-content-disney article .prompt {
    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 .download-btns .item {
    background: #fff;
}
.main-content-disney article .cat-box .info-box .download-btns .item .iconfont,
.main-content-disney article .cat-box .info-box .download-btns .item span {
    color: #5b58e7;
}
.main-content-disney article .cat-box .info-box .download-btns .item:hover {
    background: #000;
}
.main-content-disney article .cat-box .info-box .download-btns .item:hover .iconfont,
.main-content-disney article .cat-box .info-box .download-btns .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);
}
.banner-normal-hbo .container .article-info .item {
    background: rgba(0, 51, 255, 0.5);
}
.banner-normal-hbo .container .article-info .item i {
    color: #fff;
}
.banner-normal-hbo .container .article-info .item span {
    color: #fff;
}
.banner-video-hbo {
    background-image: url(../img/article/banner-hbo-normal.png);
}
.banner-video-hbo .container .container-article_title{
    color: #ffffff;
}
.banner-video-hbo .container .container-article_info .item {
    color: rgba(255, 255, 255, 0.87);
}
.banner-video-hbo .container .container-article_btns .article_btn {
    color: #0059da;
}
.banner-video-hbo .container .container-article_btns .article_btn:hover {
    background: #0059da;
}
.banner-special-hbo {
    background-image: url(../img/article/banner-hbo-special.png);
}
.banner-special-hbo .container .info-box .intro-list li::marker {
    color: #0059da;
}
.banner-special-hbo .container .info-box .download-btns .item {
    background: #fff;
}
.banner-special-hbo .container .info-box .download-btns .item .iconfont,
.banner-special-hbo .container .info-box .download-btns .item span {
    color: #0059da;
}
.banner-special-hbo .container .info-box .download-btns .item:hover {
    background: #0059da;
}
.banner-special-hbo .container .info-box .download-btns .item:hover .iconfont,
.banner-special-hbo .container .info-box .download-btns .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 .abstract {
    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 .download-btns .btn {
    border-color: #0059da;
    background: #fff;
}
.main-content-hbo article .download-btns .btn .iconfont,
.main-content-hbo article .download-btns .btn span {
    color: #0059da;
}
.main-content-hbo article .download-btns .btn:hover {
    background: #0059da;
}
.main-content-hbo article .download-btns .btn:hover .iconfont,
.main-content-hbo article .download-btns .btn:hover span {
    color: #fff;
}
.main-content-hbo article .download-btns .btn:last-child {
    background: #0059da;
}
.main-content-hbo article .download-btns .btn:last-child .iconfont,
.main-content-hbo article .download-btns .btn:last-child span {
    color: #fff;
}
.main-content-hbo article .prompt{
    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 .download-btns .item {
    background: #fff;
}
.main-content-hbo article .cat-box .info-box .download-btns .item .iconfont,
.main-content-hbo article .cat-box .info-box .download-btns .item span {
    color: #0059da;
}
.main-content-hbo article .cat-box .info-box .download-btns .item:hover {
    background: #000;
}
.main-content-hbo article .cat-box .info-box .download-btns .item:hover .iconfont,
.main-content-hbo article .cat-box .info-box .download-btns .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 .abstract {
    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 .download-btns .btn {
    border-color: #47b875;
    background: #fff;
    border-width: 2px;
}
.main-content-allinone article .download-btns .btn .iconfont,
.main-content-allinone article .download-btns .btn span {
    color: #47b875;
}
.main-content-allinone article .download-btns .btn:hover {
    background: #47b875;
}
.main-content-allinone article .download-btns .btn:hover .iconfont,
.main-content-allinone article .download-btns .btn:hover span {
    color: #fff;
}
.main-content-allinone article .ul-list-box,
.main-content-allinone article .ol-list-box {
    background: #6fcd951a;
}
.main-content-allinone article .prompt {
    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 .prompt .prompt-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 .prompt .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 .download-btns .item {
    background: #fff;
    border: none;
}
.main-content-allinone article .cat-box .info-box .download-btns .item .iconfont,
.main-content-allinone article .cat-box .info-box .download-btns .item span {
    color: #47b875;
}
.main-content-allinone article .cat-box .info-box .download-btns .item:hover {
    background: #000;
    transform: translateY(-10px);
}
.main-content-allinone article .cat-box .info-box .download-btns .item:hover .iconfont,
.main-content-allinone article .cat-box .info-box .download-btns .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;
}
/*.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 .btn-win {
        border-width: 1rem;
    }
    nav .container .product-download .btn-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 {
        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 .download-btns .item {
        width: 165rem;
        height: 38rem;
        border-radius: 6rem;
        margin-right: 25rem;
    }
    .banner-special .container .info-box .download-btns .item .iconfont {
        margin-left: 8rem;
    }
    .banner-special .container .info-box .download-btns .item span {
        font-size: 16rem;
    }

    .banner-special .container .info-box .download-btns .item:hover {
        transform: scale(1);
    }
    .banner-special .container .info-box .download-btns .btn-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 .abstract {
        border-radius: 10rem;
        border-width: 1rem;
        padding: 24rem;
        margin-bottom: 40rem;
    }
    .main-content article .abstract .title {
        font-size: 20rem;
    }
    .main-content article .abstract .desc {
        margin: 10rem 0 32rem;
    }
    .main-content article .abstract .download-btns {
        display: flex;
        justify-content: space-between;
    }
    .main-content article .abstract .download-btns .item {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 140rem;
        height: 38rem;
        border-radius: 6rem;
        margin-right: 0;
    }
    .main-content article .abstract .download-btns .item .iconfont {
        margin-left: 8rem;
    }
    .main-content article .abstract .download-btns .item span {
        font-size: 16rem;
    }
    .main-content article .abstract .download-btns .item:hover {
        transform: translateY(0);
    }
    .main-content article .abstract .download-btns .btn-win {
        border-width: 1rem;
    }
    .main-content article .abstract .download-btns .btn-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 .prompt {
        border-radius: 10rem;
        padding: 24rem;
        margin: 30rem 0;
    }
    .main-content article .prompt .prompt-title {
        font-size: 20rem;
        margin-bottom: 15rem;
    }
    .main-content article .prompt p {
        font-size: 14rem;
        margin-bottom: 5rem;
    }
    .main-content article .prompt .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 .download-btns {
        display: flex;
        justify-content: space-evenly;
    }
    .main-content article .cat-box .info-box .download-btns .item {
        width: 138rem;
        height: 38rem;
        border-radius: 6rem;
        margin-right: 0;
    }
    .main-content article .cat-box .info-box .download-btns .item .iconfont {
        margin-left: 8rem;
    }
    .main-content article .cat-box .info-box .download-btns .item span {
        font-size: 16rem;
    }
    .main-content article .cat-box .info-box .download-btns .item:hover {
        transform: scale(1);
    }
    .main-content article .cat-box .info-box .download-btns .btn-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;
    }
}
