.cont_area .cont_body{
    width:100%;
}
.guide_content .article_body_left img{
    cursor: zoom-in;
}
.guide_banner{
    background-image:url(../images/article-banner.jpg);
    padding-top: 0!important;
    padding-bottom: 0!important;
    background-color: #ffe082;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    min-height: 520px;
    font-size: 1.25rem;
}
.guide_banner .container{
    width:1140px;
}
.guide_banner .container .guide_content_left{
    display: inline-block;
    padding: 80px 42px 80px;
}
.guide_banner .container .guide_content_left h1{
    font-size:36px;
    font-weight:400;
}
.guide_banner .container .guide_content_left .h2{
    font-size:36px;
    font-weight:600;
    margin-bottom:40px;
}
.guide_banner .container .guide_content_left ul{
    list-style:disc;
    padding-left:20px;
    margin-bottom:48px;
}
.guide_banner .container .guide_content_left ul li{
    font-size:18px;
    padding-bottom:20px;
    opacity:0.75;
}
.guide_banner .container .guide_content_left p{
    font-size:22px;
    margin-bottom:20px;
}
.guide_banner .container .guide_content_right{
    display: inline-block;
    padding: 100px 42px 40px;
    float:right; 
}

/*post-banner */

.post-banner {
    display:none;
    background: linear-gradient(180deg,#9888e5,#e874d2);
    min-height: 10.1rem;
    font-weight: 400;
    padding: 1.4rem 0 1rem;
    background-size: cover;
    margin-top:90px;
}
.post-banner .container{
    width: 92%;
    margin: 0 auto;
    position: relative;
}
.post-banner .img {
    float: left;
    width: 43%;
}
.post-banner .boxes {
    width: 55%;
    float: right;
    color: #fff;
    margin-top: 60px;
    height:100%;
}
.post-banner .boxes:before {
    
}
.post-banner .boxes .title {
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 20px;
}
.post-banner .boxes .des {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}
.post-banner .boxes ul {
    font-size: 16px;
}
.post-banner .boxes ul li {
    line-height: 28px;
    padding-left: 18px;
    position: relative;
}
.post-banner .boxes ul li:before {
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background: #fff;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 15px;
}
.post-banner .boxes .button_box {
    margin-top: 20px;
}
.post-banner .button {
    text-align:center;
    display: inline-block;
    color: #fff !important;
    width: 230px;
    height: 50px;
    line-height: 50px;
    vertical-align: top;
    background: linear-gradient(270deg,#00e5ff 0%,#0a69e7 100%);
    background-color: #0a69e7;
    box-shadow: 0 6px 6px rgba(0,0,0,.3);
    position: relative;
    border-radius: 5px;
    box-sizing: border-box;
    margin: 0 20px 20px 0;
}
.post-banner .button b{
    padding-left:40px;
}
.post-banner .button i{
    padding-left:20px;
}

.article_body_left .buttons{
    margin:15px 0;
}

.article_body_left h1{
    margin-top:91px;
    text-align:center;
    font-weight: 700;
}
div.art-title {
    margin-top: 90px;
    background: #fff url(../images/about-banner.jpg) no-repeat center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
div.art-title h1 {
    padding-top: 48px;
    padding-bottom: 48px;
    font-size: 36px;
    color: #fff;
    line-height: 1.5;
    text-align: center;
}
.article_body_left p{
    font-size:18px;
}
.buttons a {
    display: inline-block;
    margin: 0 15px;
}
a.down {
    text-align: center;
    width: 160px;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
    border: 1px solid #1e96ec !important;
    border-radius: 3px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    font-size: 16px;
}
.step_list{
    margin-top:40px;    
}

.step_list_item {
    position: relative;
    padding-bottom:24px;
    padding-left: 16px;
    border-left: 2px solid #bdbdbd;
}

.step_list .step_list_item .step_list_item_head:before{
    content: '';
    background-color: #bdbdbd;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: -7px;
}
.pro_content .step_list_item::after {
    content: '';
    background-color: #bdbdbd;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 57px;
    right: auto;
    bottom: auto;
    left: -7px;
}
.step_list .step_list_item .step_list_item_head{
    font-size: 32px;
    font-weight: 700;
    text-align:left;
    margin-bottom:32px;
}
.step_list .step_list_item .step_list_item_head span{
    color:#f68263;
    margin-right:15px;
}
.step_list .step_list_item p{
    font-size: 20px;
    font-weight: 400;
}
.guide_content{
    margin-bottom:0;
    margin-top:20px;
}
.pro_content .step_list_item{
    padding-top:40px;
    position:relative;
}
.pro_content .container{
    padding-bottom:40px;
}
.pro_content .h1 {
    font-size: 36px;
    font-weight: 700;
    text-align:left;
    margin-bottom:32px;
}
.pro_content p{
    font-size: 20px;
    font-weight: 400;
}
.pro_content ul{
    font-size: 20px;
    font-weight: 400;
    margin-top:24px;
}

.pro_content .col-md-4 img{
    width: 80%;
}
.media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom:16px;
}

.align-self-center {
    -webkit-align-self: center!important;
    -ms-flex-item-align: center!important;
    align-self: center!important;
}
.pro_content{
    background-image: -webkit-gradient(linear,left top, right top,color-stop(0, #fff8e1),to(#f0f4c3));
    background-image: -webkit-linear-gradient(left,#fff8e1 0,#f0f4c3 100%);
    background-image: -o-linear-gradient(left,#fff8e1 0,#f0f4c3 100%);
    background-image: linear-gradient(to right,#fff8e1 0,#f0f4c3 100%);
    background-repeat: repeat-x;
}
.more_guides{
    background-color: #eee;
    padding:30px 0;
}
.more_guides .h1{
    margin:40px 0;
}
.flex-md-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -webkit-flex-direction: row!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}
.justify-content-md-center {
    display: flex;
    -webkit-box-pack: center!important;
    -webkit-justify-content: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.btn {
    font-weight: 400;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    padding: .5rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.25;
    min-height: auto;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.btn-crosslink {
    font-size:20px;
    border: 2px #bdbdbd dashed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 2rem;
    color: rgba(0,0,0,.75);
    text-align: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 72px;
    padding: 0 1rem;
    line-height: inherit;
    min-height: 72px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.btn-crosslink:hover {
    color: #000;
    background-color: #b4d1f2;
    border: 2px solid #b4d1f2;
}
.more-product{
    margin-top:30px;
    margin-bottom:30px;
}
.more-product .container{
    max-width:unset;
}
.more-product h3{
    color:#000;
    text-align:center;
    font-size:40px;
}

.more-product .product{
    float:left;
    width:48%;
    margin:0 1%;
}
.more-product .wrapper{
    padding:20px;
}
.more-product .product-left .wrapper{
    background-color: #e8f5e9;
    border-radius: 10px;
}
.more-product .product-right .wrapper{
    background-color: #f3e5f5;
    border-radius: 10px;
}
.more-product .wrapper h4{
    text-align:center;
    font-size:28px;
    margin-bottom:32px;
    font-weight:400;
}
.more-product .wrapper .buttons{
    text-align:center;
}
.more-product .wrapper .buttons .down{
    margin:0 5%;
}
.more-product .wrapper .buttons-left a{
    background-color: #4caf50 !important;
    border-color: #4caf50 !important;
    color:#fff !important;
}
.more-product .wrapper .buttons-right a{
    background-color: #9c27b0 !important;
    border-color: #9c27b0 !important;
    color:#fff !important;
}
.more-product .product .media{
    margin-bottom:48px;
}
.more-product .product .media img{
    float:left;
    width:100px;
    margin-left:20px;
}
.more-product .product .media .media-body{
    float:left;
    width:350px;
    margin-left:30px;
}
.more-product .product p{
    margin-top:0;
    font-size:18px;
    line-height:28px;
}
.more-product .product i{
    position:relative;
    top:1px;
    padding-left:5px;
}
.article_body_left h3{
    margin-top:0;
}
.article_body_left .nav_anchor{
    left:-100%;
}
.article_body_left .nav_anchor_apple{
    left:-100%;
}
.article_body_left .nav_anchor_spotify{
    left:-100%;
}
.article_body_left .nav_anchor_audible{
    left:-100%;
}
.article_body_left .nav_anchor_amazon{
    left:-100%;
}
.article_body_left .nav_anchor_tidal{
    left:-100%;
}
.article_body_left .nav_anchor_pandora{
    left:-100%;
}
.article_body_left .nav_anchor_deezer{
    left:-100%;
}

.article_body_left .nav_anchor p span,.article_body_left .nav_anchor_apple p span,.article_body_left .nav_anchor_spotify p span,.article_body_left .nav_anchor_audible p span,.article_body_left .nav_anchor_tidal p span,.article_body_left .nav_anchor_pandora p span,.article_body_left .nav_anchor_amazon p span,.article_body_left .nav_anchor_deezer p span{
    padding-left:5px;
}
.three span{margin-left:10px;}

#left-nav {
            display: none;
            position: fixed;
            left: 0;
            top: 120px;
            width: 256px;
            background-color: #008bf9;
            padding: 10px;
            box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
        }
        #content {
            flex: 1;
            padding: 20px;
            display: none;
        }
        .nav-group {
            margin-bottom: 0;
        }
        .nav-group h3 {
            cursor: pointer;
            margin: 0 0 10px 0;
            font-size: 16px;
            color: #ffffff !important;
            border-bottom: 1px solid #ccc;
            padding-bottom: 5px;
        }
        .nav-group a {
            display: none;
            text-align: left;
            padding: 8px;
            color: #fff;
            text-decoration: none;
            border-radius: 4px;
            margin: 5px 0;
            background-color: #00000073;
            transition: background-color 0.3s ease;
        }
        .nav-group.expanded a {
            display: block; /* 展开时显示 */
        }
        .nav-group a:hover {
            background-color: #9C27B0;
        }
        .article_body_left p.switch{
            display: flex;
            text-align: left;
            color: #5e2311;
            margin-top: 0;
            justify-content: space-between;
            cursor: pointer;
        }


@media screen and (max-width: 768px) {
    .article_body_left div.nav_anchor,#left-nav{
            display: none !important;
        }
        article_body_left div.nav_anchor_apple{
            display: none !important;
        }
    .more-product .product{
     width:100%;
     margin:auto;
}
    .more-product .product .media img{
     display:none;
}
    .more-product .product .media .media-body {
    float: none;
    width: auto;
    margin-left: auto;
}
   .more-product .wrapper .buttons .down{
    margin-top:20px;
}
   .article_top_banner .container{
    width:96%;
}
   .btn-crosslink{
    font-size:16px;
}
   .guide_banner .container{
    width:100%;
}
   .guide_banner .container .guide_content_left{
    padding:40px 20px 20px;
}
   .guide_banner .container .guide_content_left h1{
    font-size:24px;
}
   .guide_banner .container .guide_content_left .h2{
    font-size:18px;
}
   .guide_banner .container .guide_content_left ul{
    margin-bottom:24px;
}
   .guide_banner .container .guide_content_left p{
    font-size:18px;
}
   .buttons a+a{
    margin-top:16px;
}
   .guide_banner .container .guide_content_right{
    display:none;
}
   .cont_area .cont_body{
    margin-right:20px;
}
   .article_body_left h3{
    margin-top:0;
}

   .article_body_left h1{
    font-size:24px;
}
   .article_body_left p{
    font-size:16px;
}
   .step_list .step_list_item .step_list_item_head{
    font-size:20px;
    margin-bottom: 20px;
}
   .pro_content .col-md-4 img{
    display:none;
}
   .pro_content .h1{
    font-size:24px;
}
   .more_guides .h1{
    font-size:20px;
}
   .more-product h3{
    font-size:24px;
}
   .more-product .wrapper h4{
    font-size:20px;
}
   .col-lg-10{
    padding:0;
}
  .post-banner .img, .post-banner .boxes {
    width: auto;
    float: none;
    text-align: center;
}
.post-banner .boxes .title{
    font-size:20px;
}
.post-banner .boxes .des {
    font-size: 16px;
    
}
.post-banner .boxes ul li {
    padding-left: 40px;
    text-align: left;
    line-height: 20px;
}
.post-banner .boxes{
    margin-top:20px;
}
.post-banner .boxes ul li:before{
    left:30px;
}
}
@media screen and (max-width: 600px){
body .flex-container {
    flex-direction: unset;
}
}
@media (max-width: 400px){
.post-banner .boxes {
    width: 90%;
}
}
.post-ratings{
    margin-bottom:20px;
}
.hot-single-comment{
    display: none;
}
.hot-single-comment h3{
    margin: 20px 0 10px 0;
    font-size: 24px;
    color: #6C6E73;
    padding: 10px 0 10px 0;
    text-align: left;
}
.seo-header-top .seo-Key-box {
    margin-top: 30px;
}
.seo-Key-box .key-box-donwload {
    margin-top: 30px;
    border: 1px solid #f0f4c3;
    background-color: #f0f4c3;
}

.flex-row-start {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}
.donwload-list ul {
    list-style: none;
}
.donwload-list ul li {
    margin-top: 15px;
    text-align:left;
}
div.donwload-list>p {
    font-size: 26px;
}
.donwload-list p{
    font-size:16px;
}
.article_body_left div.flex-row-between{
    margin-top: 35%;
}
.flex-row-between a.down{
    width: 200px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
}
.seo-related {
    margin-top: 40px;
    margin-bottom: 40px;
    border: 1px solid #e5e5e5;
    text-align: left;
}
.seo-related h5 {
    padding-left: 15px;
    margin-top: 30px;
    color: #639c1f;
    font-size: 18px;
}
.related-text {
    margin-top: 30px;
}
.seo-header-top p {
    font-size: 15px;
    line-height: 30px;
}
.related-text a {
    color: #333;
}
.col-lg-12 .col-lg-6 ul{
    text-align: left;
}
.article_body_left div.nav_anchor{
    text-align:left;
}
.article_body_left div.nav_anchor_apple{
    text-align:left;
}
.article_body_left div.nav_anchor_apple p{
    padding-left:10px;
}
.article_body_left div.nav_anchor_apple p a{
    color: #333;
    font-size: 14px;
}
.article_body_left .summary {
    font-size: 16px;
    background: #e9f5fb;
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #e9f5fb;
    text-align: left;
}
.article_body_left .summary strong {
    background: url(../images/summary.png) no-repeat 0 0;
    display: inline-block;
    height: 25px;
    font-size: 22px;
    color: #259bd6;
    padding: 0 0 0 35px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 15px;
}
.info {
    padding: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}
.info-box {
    margin: 30px 0;
}

.info-content {
    text-indent: -36px;
    padding-left: 36px;
}
.tip .info-content p {
    text-align: left;
    margin: 0;
    line-height:28px;
    
}
.info-content p:first-of-type:before {
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 36px;
    background-size: 30px;
    font-weight: 700;
}

.tip .info-content p:first-of-type:before {
    content: 'Tip: ';
    background-position-y: 50%;
    background-image: url(/images/tips-icon.png);
}
.artDet-menu-one {
    padding: 15px 20px 15px 15px;
    border: 1px solid #ddd;
    border-radius: 15px;
    margin-bottom: 50px !important;
    display: inline-flex;

}
.artDet-menu-img {
    display: inline-block;
    width: 70px;
    flex-grow: 1000;
    margin-right: 15px;
    margin-bottom: 20px;
    
}

.artDet-menu-img img{
    padding-top:20px;
    max-width:unset;
}
.artDet-menu-content {
    display: inline-block;
    flex-grow: 0;
}
.artDet-menu-content p{
    text-align:left;
    line-height:1.5;
}

.artDet-menu-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0;
    text-align:left;
}

.artDet-content-box a, .ado-left-center-box a, .artDet-menu-one a {
    color: #219aea;
}
.vw-article-relevant{padding:26px 23px;margin-bottom:40px;background-color:#f7f7ff;border-radius:16px;display:flex;align-items:center;}
.vw-article-relevant div{text-align:left !important;}
@media (max-width: 768px){.vw-article-relevant{padding:26px 15px;display:flex;flex-direction:column}}
.vw-article-relevant .content{padding-left:35px;display:inline-block;vertical-align:middle}
@media (max-width: 768px){.vw-article-relevant .content{padding-left:0;padding-top:15px}}
.vw-article-relevant a{font-weight:500;font-size:18px;color:#4e55ff}
@media (max-width: 1200px){.vw-article-relevant a{font-size:16px}}
@media (max-width: 768px){.vw-article-relevant a{line-height:1.4;font-size:11pt}}
@media (max-width: 480px){.vw-article-relevant a{font-size:10pt}}
@media (max-width: 480px){.vw-article-relevant a{display:block;font-size:16px;line-height:22px;text-align:center}}.vw-article-relevant p{margin:12px 0 0;max-width:630px;color:#404040}
@media (max-width: 480px){.vw-article-relevant p{text-align:center}}