@charset"utf-8";

*,
::after,
::before {
    box-sizing: border-box
}

.ace-article-top {
    background: #c1c1c1 url("../image/bg.webp") center center/cover no-repeat;
    padding: 50px 0;
    color: #000;
    font-size: 18px
}

.ace-article-top h1 {
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 15px
}

.ace-article-top .form-search {
    display: flex
}

.ace-article-top .form-search .search-put {
    width: 30%;
    border-radius: 0
}

.ace-article-top .form-search .btn-secondary {
    height: 34px;
    padding: 0 20px;
    line-height: 34px
}

.ace-article-info {
    padding: 50px 0
}

.ace-article-info .sidebar {
    width: 21%;
    float: left;
    border-top: 5px solid #0071d1;
    box-shadow: 0 0 10px rgba(53, 49, 50, .2);
    color: #000;
    padding: 15px
}

.ace-article-info .sidebar h3 {
    font-size: 24px;
    line-height: 1.2em;
    border-bottom: 1px solid #cbcbcb;
    padding: 10px;
    margin-bottom: 15px;
    font-weight: 400
}

.ace-article-info .sidebar dl {
    padding: 0 10px
}

.ace-article-info .sidebar dl dt {
    font-size: 18px;
    font-weight: 400;
    padding: 10px 0
}

.ace-article-info .sidebar dl dd {
    margin-bottom: 15px
}

.ace-article-info .sidebar dl a {
    font-size: 16px;
    font-weight: 300;
    display: block
}

.ace-article-info .sidebar dl a:hover,
.ace-article-info .sidebar dl dd.active a {
    color: #0071d1;
    text-decoration: none
}

.ace-article-info .sidebar dl dd.active a {
    font-weight: 700;
    text-decoration: none
}

.ace-article-info .right-list {
    float: right;
    width: 74%
}

.ace-article-info .tab-change .tab-nav ul {
    display: flex;
    padding-top: 15px
}

.ace-article-info .tab-change .tab-nav ul li {
    font-weight: 400;
    font-size: 20px;
    padding: 0 20px;
    position: relative;
    cursor: pointer
}

.ace-article-info .tab-change .tab-nav ul li::before {
    content: "";
    border-left: 1px solid #ddd;
    height: 36px;
    display: block;
    position: absolute;
    left: 0;
    top: -3px
}

.ace-article-info .tab-change .tab-nav ul li:first-child {
    padding-left: 0
}

.ace-article-info .tab-change .tab-nav ul li:first-child::before {
    border-left: 0
}

.ace-article-info .tab-change .tab-nav ul li.active,
.ace-article-info .tab-change .tab-nav ul li:hover {
    color: #0071d1
}

.ace-article-info .right-list .tab-info {
    padding: 15px 0
}

.ace-article-info .right-list .tab-info .item {
    display: block;
    float: none;
    width: 100%;
    position: relative;
    padding-left: 195px;
    margin-top: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    min-height: 140px
}

.ace-article-info .right-list .tab-info .item:hover {
    text-decoration: none
}

.ace-article-info .right-list .tab-info .item .img {
    position: absolute;
    left: 0;
    width: 180px;
    overflow: hidden;
    max-height: 120px
}

.ace-article-info .right-list .tab-info .item .img img {
    max-width: 180px;
    height: auto;
    width: auto
}

.ace-article-info .right-list .tab-info .item .message {
    font-size: 14px
}

.ace-article-info .right-list .tab-info .item .message .title {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 400;
    display: block
}

.ace-article-info .right-list .tab-info .item.author .message .title .title-link {
    margin-right: 10px
}

.ace-article-info .right-list .tab-info .item.author .message .title img {
    max-width: 24px;
    height: auto;
    width: auto
}

.ace-article-info .right-list .tab-info .item:hover .message .title {
    color: #0071d1;
    text-decoration: underline
}

.ace-article-info .right-list .tab-info .item .message .time {
    color: #999
}

.ace-article-info .right-list .tab-info .item .message .title:hover,
.ace-article-info .right-list .tab-info .item:hover .message .title {
    color: #0071d1;
    text-decoration: underline
}

.ace-article-info .right-list .tab-info .item.author:hover .message .title {
    text-decoration: none
}

.ace-article-info .right-list .tab-info .item.author .message .title a:hover {
    text-decoration: underline
}

.ace-article-info .right-list h2 {
    font-weight: 400;
    padding-top: 15px
}

.ace-article-info .right-list .tab-info .item .message .desc {
    font-size: 14px;
    color: #666
}

@media (min-width: 992px) {
    .articles3-splash .author-content .table-cell {
        padding: 15px 0
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }
}

@media (max-width: 769px) {

    .category-nav,
    .main-content {
        width: 90%;
        font-size: 16px
    }

    .app-review-content .navIcon,
    .article-review-sitesphp .custom-main-content .navIcon {
        display: none
    }

    .articles3-splash .header-content h1 {
        font-size: 40px
    }

    .articles3-splash .include-content {
        margin-top: 20px
    }

    .articles3-splash .author-content .table-cell {
        padding: 20px 0
    }

    .article .chart_table,
    .article .table,
    .article .table2 {
        table-layout: fixed
    }

    .article .chart_table td,
    .article .chart_table th,
    .article .table td,
    .article .table th,
    .article .table2 td,
    .article .table2 th {
        padding: 12px 5px
    }

    .ace-article-top {
        padding-top: 80px
    }

    .ace-article-info .right-list,
    .ace-article-info .sidebar {
        float: none;
        width: 100%
    }

    .ace-article-info {
        padding: 20px 0
    }

    .ace-article-info .right-list .tab-info .item {
        padding-left: 140px
    }

    .ace-article-info .right-list .tab-info .item .img {
        width: 130px
    }

    .ace-article-info .right-list .tab-info .item .img img {
        max-width: 130px;
        height: auto
    }

    .ace-article-info .right-list .tab-info .item .message .title {
        font-size: 16px;
        font-weight: 400
    }

    .ace-article-top h1 {
        font-size: 2rem
    }

    .ace-article-top .form-search .search-put {
        width: 68%
    }
}

.article-total .banner {
    background: #ebeef4 url("../image/article/art-banner-bg.png") no-repeat 80% center;
    background-size: contain;
    padding: 80px 0 100px;
    font-size: 22px
}

.article-total .banner .info,
.article-total .banner h1 {
    width: 50%;
    color: #3f43b3
}

.article-total .banner h1 {
    font-size: 52px;
    margin-bottom: 30px;
    color: #040ca0
}

.article-total .guid-below {
    background-color: #161f32;
    padding: 20px 0;
    text-align: center
}

.average-2wd {
    width: 48%
}

.average-3wd {
    width: 31.3%
}

.average-4wd {
    width: 24%
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-25 {
    margin-top: 25px
}

.mt-35 {
    margin-top: 35px
}

.mt-45 {
    margin-top: 45px
}

.pall-15 {
    padding: 15px
}

.article-total .guid-below .named-clip {
    color: #fff;
    font-weight: 400;
    padding: 15px 0 0;
    font-size: 15px
}

.article-total .guid-below .named-clip:hover {
    text-decoration: none
}

.article-total .guid-below .named-clip span {
    display: flex;
    font-size: 18px;
    font-weight: 600;
    padding: 0 0 20px;
    align-items: center;
    justify-content: center
}

.article-total .guid-below .named-clip img {
    width: 45px;
    height: 45px;
    margin-right: 10px
}

.article-total .info-cont {
    padding: 60px 0 20px
}

.article-total .info-cont .sidebar {
    width: 21%;
    float: left;
    box-shadow: 0 0 10px rgba(53, 49, 50, .2);
    color: #000;
    border-radius: 10px;
    overflow: hidden
}

.article-total .info-cont .right-list {
    width: 77%;
    float: right;
    margin-bottom: 30px
}

.article-total .item-fist .img {
    overflow: hidden
}

.article-total .item.item-fist .img img {
    transform: scale(1);
    transform-origin: 0 0
}

.article-total .info-cont .sidebar .title {
    background-color: #161f32;
    color: #fff;
    padding: 15px;
    font-size: 20px
}

.article-total .info-cont .sidebar.green-title .title {
    background-color: #008c69
}

.article-total .info-cont .sidebar.green-title dl dd.active,
.article-total .info-cont .sidebar.green-title dl dd:hover {
    background-color: rgba(221, 251, 237, .6)
}

.article-total .info-cont .sidebar dl {
    padding: 15px 0
}

.article-total .info-cont .sidebar dl dd {
    margin-bottom: 0
}

.article-total .info-cont .sidebar dl dd a {
    padding: 12px 15px;
    display: block;
    font-weight: 600
}

.article-total .info-cont .sidebar dl dd:hover a {
    text-decoration: none
}

.article-total .list-art-cont .item {
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 10px;
    overflow: hidden
}

.article-total .list-art-cont .item .img img {
    max-width: 100%;
    height: auto;
    transform: scale(1.4);
    transform-origin: 0 40px
}

.article-total .list-art-cont .item .img.img-small img {
    max-width: 100%;
    height: auto;
    transform: scale(1.2);
    transform-origin: 0 40px
}

.article-total .list-art-cont .item .info .ava-img {
    width: 30px;
    height: 30px;
    border-radius: 20px;
    overflow: hidden;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle
}

.article-total .list-art-cont .item .info .ava-img img {
    width: auto;
    object-fit: cover;
    height: 100%;
    vertical-align: middle
}

.article-total .list-art-cont .item .time {
    color: #999;
    font-size: 14px
}

.article-total .list-art-cont .item .title {
    font-size: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: 600;
    line-height: 1.5
}

.article-total .list-art-cont .item .des {
    margin: 15px 0
}

.article-total .list-art-cont .item .learnMore {
    padding: 0 15px 15px;
    width: 100%
}

.article-total .list-art-cont .item .learnMore.one-learn {
    padding: 15px 0 0
}

.learnMore a {
    color: #0071d1
}

.lMore {
    border-radius: 20px;
    min-width: 200px
}

.lMore:hover {
    background-color: #000;
    color: #fff
}

.article-total .info-cont .right-list .item-list {
    padding: 0 0 30px
}

.article-total .info-cont .right-list .item-list .item {
    width: 48%;
    margin-top: 30px
}

.article-total .info-cont .right-list .item-list .item .img,
.other-info .list-art-cont .item .img {
    height: 180px;
    overflow: hidden;
    width: 100%
}

.article-total .list-art-cont .item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .2)
}

.article-total .list-art-cont .item .info {
    padding: 15px
}

.article-total .list-art-cont .item .des {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.article-total .other-info {
    padding: 40px 0
}

.article-total .other-info h2 {
    text-align: center;
    font-size: 2rem
}

.article-total .other-info .tit-s {
    font-size: 18px;
    text-align: center;
    margin-top: 15px
}

.other-info .item-list .item {
	margin-top: 45px;
	border-radius: 10px;
	overflow: hidden;
	margin-left: 1%;
    margin-right: 1%;
}

.other-info .item-list .item .img {
	height: 160px;
	overflow: hidden
}

.other-info .item-list .item .img img {
	max-width: 100%;
	height: auto;
	width: auto
}

.other-info .item .info .ts {
    font-size: 14px
}

.other-info .item .info .title {
    font-size: 19px;
    font-weight: 600;
    margin: 10px 0
}

.other-info .item-list .item .info .learnMore {
	text-align: center;
	border-top: 1px solid rgba(0, 0, 0, .2);
	margin-top: 15px;
	padding-top: 15px
}

.learnMore .btn {
    border-color: #000;
    color: #000;
    border-radius: 25px;
    margin: 0 10px
}

.learnMore .btn:first-child {
    margin: 0
}

.learnMore .btn:hover {
    background-color: #000;
    color: #fff
}

.learnMore .btn.black-btn {
    background-color: #000;
    color: #fff
}

.bor-all {
    border: 1px solid rgba(0, 0, 0, .2)
}

.learn-noBor {
    color: #0071d1;
    text-decoration: underline
}

.other-info .hov-itme .item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    background-color: rgba(255, 255, 255, .5)
}

.bg-color {
    background: #e4efff
}

.other-info .lists-know {
    margin-top: 45px
}

.other-info .lists-know .list-side {
    width: 33%;
    float: left
}

.other-info .lists-know .list-side>div {
    margin-top: 20px
}

.other-info .lists-know .list-side>div:first-child {
    margin-top: 0
}

.other-info .lists-know .item {
    float: right;
    width: 60%
}

.other-info .lists-know .title {
    font-size: 17px;
    line-height: 1.3
}

.other-info .lists-know .item .img {
    height: 340px;
    overflow: hidden;
    margin-bottom: 20px
}

.other-info .lists-know .item .img img {
    max-width: 100%;
    height: auto;
    width: auto
}

.other-info .lists-know .list-side .img {
    width: 48%;
    height: 130px
}

.other-info .lists-know .list-side .img img {
    max-width: 100%;
    height: auto;
    width: auto
}

.other-info .lists-know .list-side .info {
    width: 48%
}

.other-info .lists-know .list-side .info .author {
    color: #999;
    font-size: 14px;
    margin-top: 5px
}

.other-info .lists-know .author {
    color: #999
}

.other-info .lists-know .des {
    margin-top: 15px
}

.other-info .item-list .item .ava-img {
	width: 60px;
	height: 60px;
	border-radius: 50px;
	overflow: hidden;
	margin-right: 15px
}

.other-info .item-list .item .ava-img img {
	width: auto;
	object-fit: cover;
	height: 100%
}

.other-info .item-list .item .name {
	font-weight: 600;
	font-size: 18px
}

.other-info .item-list .item .share {
	margin-top: 5px
}

.other-info .item-list .item .share img {
	width: 25px;
	height: auto
}

.other-info .author-list .item {
    margin: 45px 1% 0;
    background-color: #f3f8ff
}

.other-info .hlep-box img {
    width: 70px;
    height: auto
}

.other-info .hlep-box {
    text-align: center;
    font-size: 18px
}

.other-info .hlep-box .item span {
    margin-top: 15px;
    display: block
}

@media (max-width: 1190px) {
    .article-total .banner {
        background-position: right;
        padding: 50px 0
    }
}

@media (max-width: 769px) {

    .average-2wd,
    .average-3wd,
    .average-4wd {
        width: 100%
    }

    .article-total .banner {
        background: #c8dffe;
        padding: 35px 0
    }

    .article-total .banner h1 {
        font-size: 38px
    }

    .article-total .other-info h2 {
        font-size: 1.6rem
    }

    .article-total .banner .info,
    .article-total .banner h1 {
        width: 100%
    }

    .article-total .info-cont .right-list,
    .article-total .info-cont .sidebar,
    .other-info .lists-know .item,
    .other-info .lists-know .list-side {
        width: 100%;
        float: none
    }

    .article-total .info-cont .right-list {
        margin-top: 15px
    }

    .article-total .info-cont .right-list .item-list .item {
        width: 100%
    }

    .other-info .lists-know .item .img {
        height: 240px
    }

    .other-info .hlep-box .item {
        margin-bottom: 25px
    }
}

.btn-green {
    color: #fff;
    background-color: #009973;
    border-color: #008c69
}

.plugin-ad {
    padding: 5px 0;
    color: #fff
}

.plugin-ad.download-plugin {
    background-image: linear-gradient(to right, #CA4ED0, #0080FF)
}

.plugin-ad.ios-plugin {
    background-color: #0A5E3F
}

.plugin-ad.pdf-plugin {
    background-color: #da244a
}

.plugin-ad a {
    color: #fff;
    font-size: 14px
}

.plugin-ad a span {
    color: #ffd602
}

.plugin-ad a:hover {
    text-decoration: none
}

.plugin-ad a:hover span {
    text-decoration: underline
}

.breadcrumb-new {
    padding: 10px 0;
    font-size: 14px;
    color: #272e62;
    background-color: #f2f2f5
}

.breadcrumb-new.bread-noBg {
    background-color: #fff !important
}

.recorder-banner-color {
    background: #c8dffe;
    background-image: linear-gradient(to right, rgba(236, 0, 255, .2), #c8dffe)
}

.ios-banner-color {
    background-image: url("../image/article/pro-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover
}

.pdf-banner-color {
    background-image: url("../image/article/ios-pro-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover
}

.banner-subpage {
    padding: 50px 0;
    font-size: 20px;
    color: #000
}

.banner-subpage.pdf-banner-color {
    color: #fff
}

.banner-subpage h1 {
    margin-bottom: 15px;
    font-size: 2.6rem
}

.banner-subpage .btn {
    margin: 35px 10px 0;
    border-radius: 40px;
    font-size: 18px;
    width: 230px
}

.article-total .list-art-cont .item h2 {
    padding: 15px 15px 0;
    font-size: 1.5rem
}

.article-total .list-art-cont .item h2 img {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 10px
}

.article-total .list-art-cont .item ul {
    list-style-type: disc;
    margin-top: 5px
}

.article-total .list-art-cont .item ul li {
    margin-top: 8px
}

.tab-changeBox .change-ul {
    background: rgba(221, 251, 237, .6);
    border-radius: 3rem;
    margin-bottom: 2rem;
    padding: 0;
    list-style: none
}

.tab-changeBox .change-ul li {
    border-radius: 3rem;
    padding: 0 15px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.tab-changeBox .change-ul li.active,
.tab-changeBox .change-ul li:hover {
    background: #008c69;
    border-radius: 3rem;
    transition: all 0.3s ease-in-out;
    color: #fff;
    text-decoration: none
}

.tab-changeBox h2 {
    font-size: 1.6rem
}

.tab-changeBox .des {
    font-size: 18px;
    margin-top: 15px
}

.tab-changeBox .des a {
    color: #008c69;
    text-decoration: underline
}

.tab-changeBox .change-cont {
    background-image: linear-gradient(180deg, rgba(147, 239, 216, .4) 0%, rgba(255, 255, 255, .4) 100%);
    padding: 25px;
    border-radius: 15px
}

.tab-changeBox .change-item {
    display: none
}

.tab-changeBox .change-item:first-child {
    display: block
}

.tab-changeBox .change-item .info .info-itm {
    border-radius: 10px;
    padding: 18px 12px;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 97, 255, .1);
    margin-top: 25px;
    color: #555
}

.tab-changeBox .change-item .info .info-itm:hover {
    border: 1px solid #008c69
}

.tab-changeBox .change-item .info .info-itm h3 {
    font-size: 1.1rem;
    color: #000
}

.tab-changeBox .change-item .info .info-itm span {
    width: 76%;
    display: flex;
    align-items: center;
    margin-left: 10px
}

.tab-changeBox .change-item .info .info-itm img {
    width: 35px;
    height: 35px
}

.tab-changeBox .change-item .info .info-itm p {
    color: #444;
    font-weight: 500
}

.tab-changeBox .change-item .info .info-itm a {
    display: inline-block
}

.tab-changeBox .change-item .info .info-itm a:hover {
    color: #000;
    text-decoration: none
}

.tab-changeBox .change-item .info .info-itm a:hover h3 {
    color: #008c69
}

.tab-changeBox .change-item .info .info-itm .link {
    font-size: 14px;
    text-decoration: none;
    color: #666;
    font-weight: normal
}

.border-40 {
    border-radius: 40px
}

.bor-rad20 {
    border-radius: 20px
}

.grad-green {
    background-image: linear-gradient(39.84deg, #F1FFD3 0.15%, #56ECB6 100%)
}

.grad-help {
    background: linear-gradient(90deg, rgba(0, 73, 255, 0.15) 0%, rgba(255, 213, 105, 0.15) 100%)
}

.product-rec {
    padding: 30px
}

.product-rec h2 {
    font-size: 1.6rem
}

.product-rec .img img {
    max-width: 90%;
    height: auto;
    width: auto
}

.product-rec .btn {
    margin: 35px 10px 0;
    border-radius: 40px;
    font-size: 18px;
    width: 230px
}

.tab-changeBox .a-b-icon {
    position: relative;
    background: #fff;
    box-shadow: 0 1px 7px #0000001C;
    border-radius: 10px;
    padding: 30px 25px;
    position: relative;
    margin-bottom: 40px
}

.tab-changeBox .a-b-icon .line {
    position: absolute;
    width: 64%;
    height: 6px;
    background-color: #ccc;
    left: 50%;
    margin-left: -32%;
    top: 49px;
    z-index: 5
}

.stage-ul {
    width: 80%;
    margin: 0 auto;
    position: relative;
    padding-left: 0
}

.stage-ul li {
    position: relative;
    width: 14%;
    text-align: center;
    font-size: 12px;
    padding: 0 10px;
    cursor: pointer
}

.stage-ul::before {
    position: absolute;
    left: -10px;
    top: 10px;
    width: 40px;
    height: 25px;
    content: "";
    background-image: url("../image/article/site-ic3.png");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10
}

.stage-ul::after {
    position: absolute;
    right: -16px;
    top: 10px;
    width: 40px;
    height: 25px;
    content: "";
    background-image: url("../image/article/site-ic3.png");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10
}

.tab-changeBox .a-b-icon .start {
    position: absolute;
    left: 5%;
    top: 31px;
    z-index: 20
}

.tab-changeBox .a-b-icon .finish {
    position: absolute;
    right: 5%;
    top: 31px;
    z-index: 20
}

.tab-changeBox .a-b-icon .start span {
    width: 45px;
    height: 45px;
    display: block;
    background-image: url("../image/article/site-ic4.png");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 20
}

.tab-changeBox .a-b-icon .finish span {
    width: 45px;
    height: 45px;
    display: block;
    background-image: url("../image/article/site-ic5.png");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 20
}

.tab-changeBox .a-b-icon .start.mu-start span {
    background-image: url("../image/article/site-ic6.png")
}

.tab-changeBox .a-b-icon .finish.mu-finish span {
    background-image: url("../image/article/site-ic7.png")
}

.tab-changeBox .a-b-icon .start.vid-start span {
    background-image: url("../image/article/site-ic9.png")
}

.tab-changeBox .a-b-icon .finish.vid-finish span {
    background-image: url("../image/article/site-ic8.png")
}

.stage-ul li .ic {
    display: block;
    position: relative;
    background-image: url("../image/article/site-ic1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 42px;
    height: 42px;
    margin: 0 auto 10px;
    z-index: 20
}

.stage-ul li.active .ic {
    background-image: url("../image/article/site-ic2.png")
}

.tab-changeBox .change-cont.pdf-change-color {
    background-image: linear-gradient(180deg, rgba(211, 109, 143, .2) 0%, rgba(255, 255, 255, .4) 100%)
}

.tab-changeBox .pdf-change-color .change-item .info .info-itm {
    border: 1px solid rgba(144, 42, 111, .3)
}

.tab-changeBox .pdf-change-color .change-item .info .info-itm:hover {
    border-color: #da244a
}

.tab-changeBox .mult-change-color .change-item .info .info-itm .link .btn,
.tab-changeBox .pdf-change-color .change-item .info .info-itm .link .btn {
    border-radius: 20px;
    padding: 5px 0;
    width: 130px
}

.tab-changeBox .pdf-change-color .change-item .info .info-itm .link .btn:first-child {
    margin-right: 10px
}

.grad-pdf {
    background: linear-gradient(90deg, rgba(0, 70, 244, 0.15) 0%, rgba(185, 168, 255, 0.15) 100%), linear-gradient(0deg, #fff 0%, #fff 100%), linear-gradient(90deg, rgba(0, 73, 255, 0.15) 0%, rgba(255, 225, 76, 0.15) 100%)
}

.article-total .info-cont .sidebar .side-ul {
    padding-left: 0
}

.article-total .info-cont .sidebar .side-ul li {
    padding: 12px 15px;
    display: block;
    font-weight: 600;
    cursor: pointer;
    margin-top: 10px
}

.article-total .info-cont .sidebar .side-ul li.active,
.article-total .info-cont .sidebar .side-ul li:hover {
    background-color: rgba(0, 73, 255, 0.15)
}

.article-total .info-cont .right-list .change-item {
    display: none
}

.article-total .info-cont .right-list .change-item:first-child {
    display: block
}

.tab-changeBox .change-cont.mult-change-color {
    background-image: linear-gradient(180deg, rgba(219, 147, 237, .2) 0%, rgba(255, 255, 255, .4) 100%)
}

.tab-changeBox .change-cont.mult-change-color .change-item .info .info-itm:hover {
    border: 1px solid #8d20a8
}

.btn-outline-purplish {
    color: #8b0194 !important;
    border-color: #8b0194
}

.btn-outline-purplish.focus,
.btn-outline-purplish:focus,
.btn-outline-purplish:hover {
    color: #fff !important;
    background-color: #8b0194;
    border-color: #8b0194
}

@media (max-width: 960px) {
    .stage-ul {
        width: 85%
    }
}

@media (max-width: 769px) {
    .banner-subpage h1 {
        font-size: 2rem
    }

    .article-total .other-info h2,
    .tab-changeBox h2 {
        font-size: 1.5rem
    }

    .product-rec .info {
        margin-bottom: 20px
    }

    .tab-changeBox .change-ul li {
        width: 48%
    }

    .tab-changeBox .a-b-icon .line {
        top: 42px;
        display: none
    }

    .stage-ul li .ic,
    .tab-changeBox .a-b-icon .finish span,
    .tab-changeBox .a-b-icon .start span {
        width: 30px;
        height: 30px
    }

    .stage-ul {
        width: 98%
    }

    .stage-ul::after,
    .stage-ul::before {
        top: 9px;
        width: 20px;
        height: 25px;
        display: none
    }

    .tab-changeBox .a-b-icon .start {
        left: 1%;
        font-size: 14px;
        display: none
    }

    .tab-changeBox .a-b-icon .finish {
        right: 0;
        font-size: 14px;
        display: none
    }

    .stage-ul li {
        width: 30%;
        margin-bottom: 10px
    }
}




dl,
ul {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
    list-style: none
}

img {
    max-width: 100%
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    clear: both
}

.cf:after,
.cf:before {
    display: table;
    content: " ";
    line-height: 0
}

.cf:after {
    clear: both;
    visibility: hidden
}

.mt-40 {
    margin-top: 40px !important
}

.mt-30 {
    margin-top: 30px !important
}

.mt-20 {
    margin-top: 20px !important
}

.mt-10 {
    margin-top: 10px !important
}

.ptb-15 {
    padding-top: 15px;
    padding-bottom: 15px
}

.ptb-25 {
    padding-top: 25px;
    padding-bottom: 35px
}

.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.re {
    position: relative
}

.re-100 {
    position: relative;
    z-index: 10
}

.text-und {
    text-decoration: underline
}

.top-bg {
    background-image: linear-gradient(to right, #c7fae2, #c3d8f7, #dbbbf7)
}

.btn.white-bor {
    border-color: #fff;
    color: #fff
}

.container-product {
    width: 1400px;
    margin: 0 auto
}

.f-20 {
    font-size: 20px
}

.f-18 {
    font-size: 18px
}

.average-2wd {
    width: 48.5%
}

.average-3wd {
    width: 31.3%
}

.average-4wd {
    width: 24%
}

.average-45wd {
    width: 45%
}

.learn-btn {
    background-color: #f0b22f;
    border-radius: 35px;
    font-weight: 600;
    border: none;
    font-size: 18px
}

.link-color {
    color: #006DFF;
    font-weight: 400
}

.item-common .floor-item {
    padding: 25px;
    background-color: #fff;
    border-radius: 10px;
    transition: all 0.3s
}

.item-common .floor-item:hover {
    text-decoration: none;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2)
}

.item-common .floor-item h4 {
    font-size: 20px;
    color: rgba(25, 64, 255, 1)
}

.item-common .floor-item span {
    display: inline-block;
    margin-top: 15px
}

.ace-article-info .sidebar {
    width: 280px
}

.ace-article-info .right-list {
    width: 67%;
    margin-left: 5%
}

.ace-article-info .sidebar dl {
    border: 1px solid #C8C8C8 !important;
    border-radius: 0.625rem;
    overflow: hidden
}

.ace-article-info .sidebar dl dd {
    border-bottom: 1px solid #C8C8C8;
    padding: 12px 24px;
    margin-bottom: 0
}

.ace-article-info .sidebar dl dd.active {
    background: linear-gradient(299.79deg, #D2E7FF -2.78%, #DFFFF7 100%);
    box-shadow: inset 5px 0 0 #0071d1
}

.ace-article-info .sidebar dl dd:last-child {
    border-bottom: none
}

.ace-article-info h2 {
    font-size: 34px
}

.ace-article-info .right-list h3 {
    font-size: 25px
}

.recommend-box ul li img {
    width: 35px;
    height: 35px
}

.recommend-box ul li {
    font-size: 18px;
    font-weight: 600;
    border-radius: 4px;
    padding: 12px 10px;
    margin-top: 20px;
    margin-right: 5px;
    margin-left: 5px;
    border: 1px solid #7bb7cf;
    background-color: #fff
}

.recommend-box ul li:hover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2)
}

.recommend-box ul li a:hover {
    text-decoration: none
}

.help-box {
    background: linear-gradient(90deg, rgba(0, 73, 255, 0.15) 0%, rgba(82, 213, 255, 0.15) 100%), linear-gradient(0deg, #D8F3FF, #D8F3FF)
}

.block-item {
    display: block;
    position: relative;
    background-color: #fff;
    border-radius: 25px;
    padding: 25px 25px 25px 110px;
    margin-top: 30px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.block-item:hover {
    text-decoration: none
}

.block-item .img {
    position: absolute;
    left: 18px;
    top: 14px
}

.block-item .tit {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600
}

.block-item .link-bt {
    font-weight: 600;
    margin-top: 10px;
    position: relative;
    display: inline-block
}

.block-item .link-bt::after {
    content: "";
    position: absolute;
    right: -37px;
    top: 6px;
    width: 21px;
    height: 13px;
    background: url("../image/product-ios/ios-recovery-arrow.jpg") no-repeat
}

.input-box {
    background-color: #fff;
    border-radius: 5px;
    padding: 3px;
    width: 75%
}

.input-box .form-control {
    width: 90%;
    background-color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 8px 10px;
    height: auto
}

.input-box .search-btn {
    background-color: #0080ff;
    width: 50px;
    height: 45px;
    position: relative;
    border-radius: 5px;
    border: none
}

.input-box .search-btn::before {
    background-image: url("../image/icon/help-search.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 43px;
    height: 38px;
    position: absolute;
    left: 2px;
    top: 4px;
    content: ""
}

.popular-box {
    margin-top: 15px
}

.popular-box a {
    text-decoration: underline;
    font-size: 14px
}

.ace-article-info .right-list.width-list,
.ace-article-info .right-list.width-list-flow {
    width: 100%
}

.ace-article-info .right-list.width-list-flow li {
    width: 47%
}

.result-box ul li {
    padding-bottom: 23px;
    padding-left: 22px;
    position: relative
}

.result-box ul li:before {
    content: "";
    background-image: url("../image/icon/blue-arrow-right.svg");
    background-size: contain;
    position: absolute;
    width: 14px;
    height: 14px;
    left: 0;
    top: 5px
}

.ace-article-info .right-list .tab-info .item {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 10px
}

.ace-article-info .right-list .tab-info .item .img {
    width: 28%
}

.ace-article-info .right-list .tab-info .item .img img {
    width: auto;
    height: auto
}

.ace-article-info .right-list .tab-info .item .message {
    width: 70%;
    padding-left: 10px
}

.ace-article-info .right-list .tab-info .item .title {
    font-size: 20px;
    margin-bottom: 10px
}

.ace-article-info .right-list .tab-info .item .time {
    font-size: 12px;
    color: #999;
    margin-top: 10px
}

.ace-article-info .right-list .tab-info .item .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 35px
}

.pagination li {
    margin: 5px 1px
}

.pagination li::before {
    display: none
}

.pagination li a,
.pagination li.button {
    min-width: 25px;
    padding: 3px 5px !important;
    text-align: center;
    margin-right: 5px;
    font-size: 14px;
    border-radius: 3px;
    background: #f5f5f5;
    color: #333;
    border: 1px solid #ddd;
    box-sizing: border-box;
    display: block
}

.pagination li.button {
    color: #999
}

.pagination li a:hover,
.pagination li.active a {
    background-color: #006dff;
    color: #fff
}

@media (max-width: 1366px) {
    .ace-article-info .right-list {
        width: 60%
    }
}

@media (max-width: 996px) {

    .average-2wd,
    .average-4wd {
        width: 100%
    }

    .item-common .floor-item {
        margin-top: 15px
    }

    .ace-article-info .sidebar {
        display: none
    }

    .ace-article-info .right-list {
        width: 100%
    }

    .ace-article-info .right-list .tab-info .item .message {
        padding-left: 20px
    }
}

@media (max-width: 769px) {
    .f-20 {
        font-size: 18px
    }

    .art-banner h1 {
        font-size: 30px
    }

    .ace-article-info h2 {
        font-size: 26px
    }

    .input-box {
        width: 100%
    }

    .input-box .form-control {
        width: 80%
    }

    .ace-article-info .right-list {
        margin-left: 0
    }

    .ace-article-info .right-list.width-list-flow li {
        width: 100%
    }

    .ace-article-info .right-list .tab-info .item .title {
        font-size: 18px
    }
}