/* 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: 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: #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;
    width: 198px;
    height: 48px;
    border-radius: 24px;
    margin: 0 10px;
}
.banner-normal .container .article-info .item i {
    font-size: 22px;
    margin-right: 8px;
}
.banner-normal .container .article-info .item span {
    font-size: 18px;
}
.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 .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);
}
.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;
    width: 198px;
    height: 48px;
    border-radius: 24px;
    margin: 0 10px;
}
.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: 400;
    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-bottom: 20px;
}
.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);
}
.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 {
    max-width: 728px;
    width: 100%;
    overflow-x: auto;
    border: 1px solid #ccc;
    border-radius: 15px 15px 0 0;
    border-bottom: none;
}
.main-content article .table-box table {
    border-collapse: initial;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    width: 100%;
}
.main-content article .table-box table thead 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 thead 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-box table tbody tr td:first-child {
    font-weight: bold;
    text-align: left;
}
.main-content article .table-box table tbody tr td:last-child {
    border-right: none;
}
.main-content article .table-box table tbody tr .right {
    font-size: 18px;
    color: #e45357;
}
.main-content article .table-box table tbody tr .error {
    font-size: 22px;
    color: #287e00;
}
.main-content article .table-box table tbody tr:last-child td {
    border-bottom: none;
}
.main-content article .table-box::-webkit-scrollbar {
    background-color: #f5f5f5;
}
.main-content article img {
    border-radius: 10px;
    margin-bottom: 18px;
    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 .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;
}
.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);
}
.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-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 .downloads .item {
    background: #fff;
}
.banner-special-netflix .container .info-box .downloads .item .iconfont, .banner-special-netflix .container .info-box .downloads .item span {
    color: #ac1c20;
}
.banner-special-netflix .container .info-box .downloads .item:hover {
    background: #ac1c20;
}
.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;
}
.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 p a {
    color: #be3135;
}
.main-content-netflix article .desc a:hover {
    text-decoration: underline;
}
.main-content-netflix article p 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 thead {
    background: #e45357;
}
.main-content-netflix article .table-box::-webkit-scrollbar-thumb {
    background-color: #e45357;
}
.main-content-netflix article .table-box::-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 {
    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);
}
.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-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 .downloads .item {
    background: #fff;
}
.banner-special-hulu .container .info-box .downloads .item .iconfont, .banner-special-hulu .container .info-box .downloads .item span {
    color: #17814c;
}
.banner-special-hulu .container .info-box .downloads .item:hover {
    background: #17814c;
}
.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 p a {
    color: #17814c;
}
.main-content-hulu article .desc a:hover {
    text-decoration: underline;
}
.main-content-hulu article p 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 thead {
    background: #01966b;
}
.main-content-hulu article .table-box::-webkit-scrollbar-thumb {
    background-color: #01966b;
}
.main-content-hulu article .table-box::-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 {
    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);
}
.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-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 .downloads .item {
    background: #fff;
}
.banner-special-amazon .container .info-box .downloads .item .iconfont, .banner-special-amazon .container .info-box .downloads .item span {
    color: #ee9f30;
}
.banner-special-amazon .container .info-box .downloads .item:hover {
    background: #ee9f30;
}
.banner-special-amazon .container .info-box .downloads .item:hover .iconfont, .banner-special-amazon .container .info-box .downloads .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 .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 p a {
    color: #ee9f30;
}
.main-content-amazon article .desc a:hover {
    text-decoration: underline;
}
.main-content-amazon article p 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 thead {
    background: #f1a73e;
}
.main-content-amazon article .table-box::-webkit-scrollbar-thumb {
    background-color: #f1a73e;
}
.main-content-amazon article .table-box::-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 {
    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);
}
.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-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 .downloads .item {
    background: #fff;
}
.banner-special-disney .container .info-box .downloads .item .iconfont, .banner-special-disney .container .info-box .downloads .item span {
    color: #6052ff;
}
.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 p a {
    color: #5b58e7;
}
.main-content-disney article .desc a:hover {
    text-decoration: underline;
}
.main-content-disney article p 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 thead {
    background: #5b58e7;
}
.main-content-disney article .table-box::-webkit-scrollbar-thumb {
    background-color: #5b58e7;
}
.main-content-disney article .table-box::-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 {
    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);
}
.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-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 .downloads .item {
    background: #fff;
}
.banner-special-hbo .container .info-box .downloads .item .iconfont, .banner-special-hbo .container .info-box .downloads .item span {
    color: #0059da;
}
.banner-special-hbo .container .info-box .downloads .item:hover {
    background: #0059da;
}
.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 p a {
    color: #0059da;
}
.main-content-hbo article p 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 thead {
    background: #0059da;
}
.main-content-hbo article .table-box::-webkit-scrollbar-thumb {
    background-color: #0059da;
}
.main-content-hbo article .table-box::-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 {
    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;
}
.comment-area{
    width: 1080px;
    margin: 58px auto;
}
@media (max-width: 1280px) {
    .banner-normal {
        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 {
        width: 198rem;
        height: 48rem;
        border-radius: 24rem;
        margin: 0 0 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-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 {
        width: 198rem;
        height: 48rem;
        border-radius: 24rem;
        margin: 0 0 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 {
        width: 100%;
    }
    .main-content article .table-box table thead th {
        font-size: 14.5rem;
        line-height: 30rem;
        padding: 12rem;
        border-right: 1rem solid #ccc;
    }
    .main-content article .table-box 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 {
        font-size: 18rem;
    }
    .main-content article .table-box table tbody tr .error {
        font-size: 22rem;
    }
    .main-content article .table-box::-webkit-scrollbar {
        height: 8rem;
    }
    .main-content article .table-box::-webkit-scrollbar-thumb {
        border-radius: 10rem;
    }
    .main-content article img {
        max-width: 100%;
        height: auto;
        object-fit: cover;
        margin-bottom: 24rem;
    }
    .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;
    }
}
 