@charset 'utf-8';
/*----------------------------------------------*
Theme Name: 迅捷PDF编辑器测试
Theme URI: http://www.huduntech.com/
Description: 优化增加主题设置
Version: 2.0.0;
Author: GuoQiang;
Author URI: GuoQiang;
Tags: android recovery, data recovery;
*----------------------------------------------*/

.main-wrapper, .main-wrapper .container {
    position: relative;
}
.main-wrapper {
    min-height: 700px;
    padding: 1em 0;
}
.btn {
    font-size: 18px;
    line-height: 50px;
    position: relative;
    display: inline-block;
    width: 200px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    *zoom: 1; *display: inline;
}
.btn:hover, .btn:focus {
    text-decoration: none;
    color: #fff;
}
.btn:active {
    text-decoration: none;
}
.btn:visited {
    text-decoration: none;
}
.btn-primary {
    background: #26ceb8;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #32e4cd;
}
.btn-primary:active {
    background-color: #10c7b0;
}
.btn-blue {
    line-height: 42px;
    width: 152px;
    height: 42px;
    background: #028cf1\9;
    background: -webkit-linear-gradient(left, #52a7fd , #4c87fc);
    background: -o-linear-gradient(right, #52a7fd, #4c87fc);
    background: -moz-linear-gradient(right, #52a7fd, #4c87fc);
    background: linear-gradient(to right, #52a7fd , #4c87fc);
}
.btn-blue:hover, .btn-blue:focus {
    background: -webkit-linear-gradient(left, #5faffd , #5991fc);
    background: -o-linear-gradient(right, #5faffd, #5991fc);
    background: -moz-linear-gradient(right, #5faffd, #5991fc);
    background: linear-gradient(to right, #5faffd , #5991fc);
}
.btn-blue:active {
    background: -webkit-linear-gradient(left, #479bfd , #417afb);
    background: -o-linear-gradient(right, #479bfd, #417afb);
    background: -moz-linear-gradient(right, #479bfd, #417afb);
    background: linear-gradient(to right, #479bfd , #417afb);
}
.btn-blue img {
    margin-right: 5px;
    margin-bottom: 4px;
}
.w{
        margin:  0 auto;
        width: 1000px;
        min-width: 1000px;
    } 
/*返回顶部*/
.back-to-top {
    position: fixed;
    z-index: 999;
    bottom:20%;
    right: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}

.back-to-top a {
    line-height: 84px;
    display: block;
    width: 80px;
    height: 80px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    background: #5fb3f9;
}

.back-to-top a:hover {
    background: #74bffe;
    color: #fff;
}

.back-to-top a.to-top {
    border-bottom: solid 1px #4888bd;
    background: #4298df;
    display: none;
}

.back-to-top a.to-top:hover {
    background: #5fb3f9;
}

.back-to-top a.download {
    border-top: solid 1px #4888bd;
    background: #4298df;
}

.back-to-top a.download:hover {
    background: #5fb3f9;
}

.back-to-top a img {
    display: block;
    margin: 0 auto;
    padding: 10px 0 10px;
}

.back-to-top a span {
    line-height: 1;
    display: block;
}
.aside-fix .weixin_box{
    width: 162px;
    height: 250px;
    background:url(images/weixin_box.png) no-repeat center center;
    position: absolute;
    left: -170px;
    bottom:0;
    display: none;
}
.aside-fix .weixin_box img{
    display: block;
    margin:1px 0 0 4px;
}
.aside-fix .weixin_box p{
    padding-left: 13px;
    width: 150px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 8px;
    margin-top: 0;
}
.aside-fix .weixin_box p+p{
    padding-left: 6px;
}
.aside-fix .weixin_box p b{
    color:#4298df;
}


.header {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    border-bottom: solid 2px rgba(255,255,255,.2);
    border-bottom: solid 2px #fff\9;
    background: transparent;
}
.header a {
    font-size: 16px;
    line-height: 78px;
    height: 78px;
    color: #fff;
}
.header a:hover {
    text-decoration: none;
}
.header .container{
    padding: 0;
}
.logo {
    color: #fff;
}
.logo span i {
    font-style: normal;
}
@media (max-width: 768px) {
    .logo img {
        width: 80%;
        max-width: 100%;
    }
    .logo .right {
        display: none;
    }
}
@media (max-width: 640px) {
    .logo .left{
        padding-left: 1em;
    }
}
.nav {
    position: relative;
}
.nav a {
    font-size: 16px;
    display: block;
    margin-left: 30px;
    text-align: center;
    color: #fff;
}
.nav ul{
    font-size: 0;
}
.nav li{
    font-size: 14px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}
.nav.is-visible {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 80px;
}
.nav-icon {
    position: absolute;
    top: 1.3em;
    right: .5em;
    display: block;
    display: none;
    width: 44px;
    height: 44px;
    background: url(images/icon-menu.svg) no-repeat transparent;
}

.nav a:hover, .nav .current-menu-item a {
    text-decoration: none;
    color: #fff;
}
.nav a:hover:after, .nav .current-menu-item a:after {
    position: relative;
    z-index: 2;
    bottom: -1px;
    display: block;
    width: 100%;
    height: 4px;
    content: '';
    background: #fff;
}
@media(max-width: 768px) {
    .nav-icon {
        display: block;
    }
    .nav {
        display: none;
        width: 100%;
        padding-bottom: 0;
        background: #4338bb;
        box-shadow: 0 7px 10px rgba(0,0,0,.25);
        border: solid 1px #392fb1;
        border-top: none;
    }
    .nav li, .nav a {
        left: 0;
        float: none;
        width: 100%;
        margin-left: 1em;
        text-align: left;
        height: 40px;
        line-height: 40px;
    }
    .nav a:hover:after, .nav .current-menu-item a:after {
        display: none;
    }
}
.banner {
    line-height: 1;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding-top: 80px;
    color: #fff;
}
@media (max-width: 640px) {
    .banner {
        margin-bottom: 0;
    }
}
.banner-index {
    position: relative;
    overflow: hidden;
    height: 700px;
    background: no-repeat 50% 50% #90c45b;
    background: url(images/bg-index-top-01.jpg) center top no-repeat #3091f8;
}
.banner-content {
    display: none;
}
.text-center-one-left{
    margin-top: 11%;
}

.text-center-one-left span img{
    border-bottom: 4px solid white;
    padding-bottom: 5%;
    margin-top: 3%;
}
.text-center-one-right{
    position: absolute;
    right: 0;
    top: 160px;
}
.banner-content.current {
    display: block;
}
.banner-index-cxt-01 .cxt-pic {
    display: block;
    margin: 0 auto;
    width: 470px;
}
.banner-index-cxt-02 .cxt-pic, .banner-index-cxt-03 .cxt-pic {
    display: block;
    margin-top: 25%;
}
.banner-index-cxt-01 h3 {
    margin-top: 10%;
    margin-bottom: 10%;
}
.banner-index-cxt-02 h3, .banner-index-cxt-03 h3 {
    line-height: 2;
    margin-top: 10%;
    margin-bottom: 10%;
}

.banner-index-pic-02 img {
    margin-top: 10%;
}
.banner-index-pic-03 img {
    margin-top: 15%;
}

.banner-index .btn {
    display: block;
    margin: 0 auto 30px;
}

.banner-content-one .banner-index-cxt-01 .btn:hover{
    background-color: #32e4cd;
}

.controller {
    font-size: 0;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -123px;
}

.controller dd {
    display: inline-block;
    width: 72px;
    height: 12px;
    margin-right: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #dcdcdc;
    *zoom: 1; *display: inline;
}
.controller dd.current {
    background: #1bbc86;
}





@media (max-width: 980px) {
    .text-center-one-left{
        margin-top: 11% !important;
    } 
}



@media (max-width: 640px) {
    .banner-index {
        height: 400px;
        min-height: auto;
    } 
    
    .text-center-one-left{
        margin-top: 0 !important;
    } 

   .banner-index-cxt-02 .cxt-pic, .banner-index-cxt-03 .cxt-pic {
        margin-top: 1em;
    }
    .banner-index-cxt-01 h3, .banner-index-cxt-02 h3, .banner-index-cxt-03 h3 {
        font-size: 14px;
    }
    .banner-index-cxt-01 .cxt-pic > img, .banner-index-cxt-02 .cxt-pic > img, .banner-index-cxt-03 .cxt-pic > img {
        width: 50%;
    }
    .text-center-one-right img ,.banner-index-pic-02 img, .banner-index-pic-03 img {
        width: 50%;
        display: none;
    }

    .controller {
        display: none;
    }
}


.commet {
    margin-top: 82px;
    margin-bottom: 30px;
    border: solid 1px #028cf1;
    border-bottom-width: 20px;
    border-radius: 10px;
}
.face {
    position: relative;
    top: -52px;
    width: 104px;
    height: 104px;
    border: solid 4px #028cf1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 56px;
    border-radius: 50%;
    background: center center no-repeat #028cf1;
}
.face-01 {
    background-image: url(images/face-01.jpg);
}
.face-02 {
    background-image: url(images/face-02.jpg);
}
.face-03 {
    background-image: url(images/face-03.jpg);
}
.index-intro {
    padding: 20px 0;
}
@media (max-width: 640px) {
    .index-intro {
        padding: 0;
    }
}
.index-intro h4 {
    line-height: 1.8;
}
.index-feature-01 li, .index-feature-01 .cxt {
    height: 571px;
}
.index-feature-02 li, .index-feature-02 .cxt {
    height: 595px;
}
.index-feature-03 li, .index-feature-03 .cxt {
    height: 492px;
}
@media (max-width: 640px) {
    .index-feature-01 li, .index-feature-01 .cxt, .index-feature-02 li, .index-feature-02 .cxt, .index-feature-03 li, .index-feature-03 .cxt {
        height: 200px;
    }
}
.index-feature .cxt {
    display: table-cell;
    min-height: 100%;
    vertical-align: middle;
}
.index-feature .pic {
    background: center no-repeat transparent;
    background-size: auto 100%;
}
.index-feature-01 .pic {
    background-image: url(images/index-feature-01.png);
}
.index-feature-02 .pic {
    background-image: url(images/index-feature-02.png);
}
.index-feature-03 .pic {
    background-image: url(images/index-feature-03.png);
}
.index-feature-01 .cxt {
    position: relative;
    left: 7%;
}
@media (max-width: 640px) {
    .index-feature-01 .cxt {
        left: 0;
    }
}
.index-feature-02 {
    padding: 1em 0 2em;
    color: #fff;
    background: url(images/bg-index-02.jpg) center no-repeat;
}
.index-feature-01 h3 {
    line-height: 1.8;
}
.index-feature-01 {
    padding-top: 2em;
}
.index-feature-03 {
    padding-top: 2em;
    padding-bottom: 2em;
}
/**
    * 购买页
    */
.banner-buy {
    background: url(images/bg-buy-top.jpg) center 0 no-repeat;
}

.banner-buy .pic {
    height: 200px;
    background: url(images/banner-pic-buy.png) center center no-repeat;
}

.banner-buy .pic img{
    max-height: 100%;
}
.banner-buy .cxt h1 {
    margin-top: 1em;

}

.banner-buy .cxt hr {
    width: 30%;
    margin-top: 30px;
    margin-bottom: 30px;
    width: auto\9;
}
.banner-buy .cxt p {
    line-height: 1.5;
    color: #07f4e0;
}
.banner-buy-discount {
    background: url(images/banner-bg-discount.jpg) center bottom no-repeat;
}
.banner-buy-discount .pic {
    height: 290px;
    background: url(images/banner-pic-discount.png) right center no-repeat;
}
.banner-buy-discount .cxt {
    left: -5%;
}
.banner-buy-discount h2 {
    margin-top: 2em;
}
@media (max-width: 1024px) {
    .banner-buy-discount h2{
        margin-top: 0;
    }
}
.banner-buy .cxt fieldset {
    display: block;
    width: 60%;
    margin: 0 auto;
    border: none;
    border-top: solid 1px #000;
}
.banner-buy .cxt legend {
    font-size: 1.5em;
    display: block;
    margin: 0 auto;
    padding: 0 10px;
    padding: 0;
    text-align: center;
    color: #000;
    *width: 10%;
}
@-moz-document url-prefix() {
    .banner-buy .cxt legend {
        position: relative;
        left: 50%;
    }
}
.banner-buy-discount h2 span {
    font-size: 48px;
    font-weight: bold;
}
.banner-buy-discount h3 {
    margin-top: 0;
    padding: 0;
    color: #122980;
}
.banner-buy-discount h3 span {
    color: #fff;
}
.banner-buy-discount p {
    color: #fff;
}

@media (max-width: 768px) {
    .banner-buy .pic,
    .banner-buy-discount .pic {
        height: 160px;
        margin-bottom: 0;
    }
    .banner-buy .pic{
        background-size: contain;
        background-size: 100%\9;
    }
    .banner-buy .cxt hr{
        margin: .3em 0;
    }
    .banner-buy .cxt h1{
        font-size: 24px;
    }
}
@media (max-width: 640px) {
    .banner-buy .pic {
        display: none;
    }
    .banner-buy .cxt{
        text-align: center;
    }
    .banner-buy .cxt hr{
        margin-left: auto;
        margin-right: auto;
    }
    .banner-buy .cxt h1 {
        margin-top: 0;
        padding-top: 1em;
    }
    .banner-buy-discount .cxt {
        left: 0;
    }
    .banner-buy-discount h2 {
        margin-top: 0;
    }
    .banner-buy .cxt h1{
        font-size: 22px;
    }
}
.orsoqty {
    display: none;
}
.buy-wrapper {
    padding: 30px 0;
}

.buy-step{
    font-size: 20px;
    color: #434343;
    border-bottom: dotted 2px #bcbcbc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.buy-step .step-num{
    position: relative;
}
.buy-step .step-num em{
    position: relative;
    font-style: normal;
    color: #fff;
    text-align: center;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    z-index: 2;
    width: 22px;
    height: 32px;
    line-height: 26px;

    vertical-align: middle;
    margin-right: 14px;
}
.buy-step .step-num .icon-step-diamond{
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: #008df6;
    transform: rotate(45deg);
    left: 0;
    top: 50%;
    margin-top: -12px;
}
.goods{
    font-size: 0;
}
.goods .goods-pics,
.goods-infor{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 100%;
    font-size: 14px;
}
.goods .goods-pics{
    height: 230px\9;
}
@media (min-width: 1024px) {
    .goods .goods-pics{
        width: 40%;
        *width: 39.5%;
        height: 280px;

    }
    .goods .goods-infor{
        width: 60%;
    }
}
.goods-pic.page-discount{
    height: 200px;
    padding-top: 20px;
}
.goods-pic.page-discount > div{
    margin: 0;
}
.goods-pics .goods-pic{
    display:none;
    height: 100%;
    background: url(images/goods-pic-xjpdfConvertor48.png) center no-repeat;
}
.goods-pics .goods-pic.current{
    display: block;
}
.goods-pics .goods-pic-1{
    background: url(images/goods-pic-1.png) center no-repeat;
}
.goods-pics .goods-pic-2{
    background: url(images/goods-pic-2.png) center no-repeat;
}
.goods-pics .goods-pic-3{
    background: url(images/goods-pic-3.png) center no-repeat;
}
.goods-pics .goods-pic-4{
    background: url(images/goods-pic-4.png) center no-repeat;
}
.goods-pics .goods-pic-5{
    background: url(images/goods-pic-2.png) center no-repeat;
}
.goods-pics .goods-pic-xjpdfConvertor28{
    background-image: url(images/goods-pic-xjpdfConvertor48.png);
}
.goods-pics .goods-pic-xjpdfConvertor48{
    background-image: url(images/goods-pic-xjpdfConvertor48.png);
}
.goods-pics .goods-pic-xjpdfConvertor88{
    background-image: url(images/goods-pic-xjpdfConvertor88.png);
}
.goods-pics .goods-pic-xjpdfEditor{
    background-image: url(images/goods-pic-xjpdfEditor.png);
}
.goods-pics .goods-pic-jsOcr{
    background-image: url(images/goods-pic-jsOcr.png);
}
.goods-pics .goods-pic-xjpdfPrinter{
    background-image: url(images/goods-pic-xjpdfPrinter.png);
}
.goods-pics .goods-pic-familyBucket{
    background-image: url(images/goods-pic-familyBucket.png);
}
.form-error-buy{
    padding-left: 375px;
}
@media (min-width: 1024px) {
    .goods-infor {
        width: 70%;
    }
}
.plan-title {
    font-size: 24px;
    line-height: 1;
    padding-bottom: 10px;
}

.plan-title span{
    padding-right: 14px;
}
.slogan {
    color: #909090;
}

.slogan-02 {
    display: none;
}

.price-wrap {
    font-size: 18px;
    line-height: 1;
    padding: 15px 10px;
    margin: 15px auto;
    color: #ff0030;
}

.price-wrap span.price {
    font-size: 30px;
    font-weight: bold;
}
.plans .plans-title{
    padding: 10px;
}
@media (min-width: 1024px) {
    .plans{
        position: relative;
        padding-left: 80px;
        font-size: 18px;
    }
    .plans .plans-title{
        position: absolute;
        left: 0;
        top: 0;
        padding: 0;
    }
}
.plan {
    margin-bottom: 20px;
}
.plan a {
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    border: solid 1px #d6d6d6;
    background: #fff;
    display: block;
    margin: 10px auto;
    text-align: center;
    padding: 0 15px;
    position: relative;
}
@media(min-width: 1024px){
    .plan a{
        display: inline-block;
        margin: 0 30px 10px 0;
        min-width: 234px;
    }
    .plan a.current, .plan a:hover {
        color: #268ff0;
        border-color: #268ff0;
    }
}
.plan a.current{
    color: #268ff0;
    border-color: #268ff0;
}

.plan a .active-icon {
    position: absolute;
    right: -1px;
    bottom: -1px;
    display: none;
    width: 34px;
    height: 26px;
    background: url(images/icon-right-w.png) no-repeat right bottom;
    z-index: 1;
}
.plan a .hot-icon{
    position: absolute;
    right: -1px;
    top: -1px;
    display: block;
    width: 34px;
    height: 26px;
    background: url(images/icon-rec.png) no-repeat right top;
    z-index: 1;
}
.plan a.current .active-icon{
    display: block;
}
@media(min-width: 1024px){
    .plan a:hover .active-icon {
        display: block;
    }
}
.plan a.a-02 .discount-icon {
    position: absolute;
    top: -10px;
    right: -1px;
}
.plan a.current .discount-icon{
    position: absolute;
    top: -12px;
    right: -3px;
}
@media(min-width: 1024px){
    .plan a.a-02:hover .discount-icon {
        position: absolute;
        top: -12px;
        right: -3px;
    }
}
.buy-input {
    overflow: hidden;
    padding: 5px 0;
}

.buy-input dd {
    float: left;
}

.buy-input dd.dd-01 {
    font-size: 16px;
    line-height: 36px;
    width: 32%;
    text-align: right;
}

.buy-input dd.dd-02 {
    width: 45%;
}

.buy-input dd.dd-03 {
    overflow: hidden;
    width: 18%;
}

.buy-input input {
    font-size: 18px;
    line-height: 36px;
    display: inline-block;
    width: 100%;
    height: 36px;
    text-indent: 1em;
    border: solid 1px #a0a0a0;
    *display: inline;
    *zoom: 1; }

.buy-input input:focus {
    color: #268ff0;
    border-color: #268ff0;
}

.buy-input dd.dd-03 input {
    float: left;
    width: 20px;
    margin: 0 10px;
    border: none\0;
    *border: none;
    *margin-left: 20px;
    ; }

.buy-input dd.dd-03 span {
    line-height: 36px;
    display: inline-block;
}

.buy-tips {
    font-size: 14px;
    color: #008df6;
    text-align: center;
    padding-top: 10px;
}
.buy-tips span{
    color: #ff1414;
}
.payment {
    text-align: center;
    margin-top: 30px;
}

.payment a {
    display: inline-block;
    overflow: hidden;
    margin: 0 5px;
    cursor: pointer;
    text-align: center;
    position: relative;
}

.payment a .icon {
    position: absolute;
    width: 38px;
    height: 30px;
    bottom: 0;
    right: 0;
    display: none;
}
.payment a .icon-tag{
    background: url(images/icon-tab-blue.png) bottom right no-repeat;
}
.payment a.current .icon-tag{
    display: block;
}

.payment a > img {
    height: 50px;
    border: solid 2px transparent;
}
.payment a.current img{
    border-color: #008df6;
    border-radius: 4px;
}
.pay-now-wrapper{
    display: block;
    clear: both;
    text-align: center;
}
.pay-now {
    font-size: 24px;
    line-height: 56px;
    display: block;
    height: 56px;
    width: 576px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    border-radius: 56px;
    margin: 30px auto 0;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border: none;
    padding: 0 3em;
    background-color: #008df6;
    filter:alpha(opacity=100 finishopacity=50 syle=1 startx=0, stary=0) progid:DXImageTransform.Microsoft.gradient(startColorstr=#008df6, endColorstr=#42b9fe, gradientType=1) ;
    background: -webkit-linear-gradient( left, #008df6 15%, #42b9fe 100%);
    background: -moz-linear-gradient( left, #008df6 15%, #42b9fe 100%);
    background: linear-gradient( left, #008df6 15%, #42b9fe 100%);
    zoom: 1\9;
}

@media (min-width: 1024px) {
    .pay-now {
        padding: 0 10em;
    }
}
.pay-now:hover {
    background-color: #299ff7;
    filter:alpha(opacity=100 finishopacity=50 syle=1 startx=0, stary=0) progid:DXImageTransform.Microsoft.gradient(startColorstr=#299ff7, endColorstr=#60c4fe, gradientType=1) ;
    background: -webkit-linear-gradient( left, #299ff7 15%, #60c4fe 100%);
    background: -moz-linear-gradient( left, #299ff7 15%, #60c4fe 100%);
    background: linear-gradient( left, #299ff7 15%, #60c4fe 100%);
}

.wechat-pay-dialog-bg {
    position: absolute;
    z-index: 1001;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    opacity: .70;
    background-color: black;
    -moz-opacity: .7;
    filter: alpha(opacity=70);
}

.wechat-pay-dialog {
    position: fixed;
    z-index: 1002;
    top: 20%;
    left: 50%;
    display: none;
    width: 700px;
    margin-left: -350px;
    padding: 20px 0;
    border: solid 1px #ccc;
    background: #fff;
    box-shadow: 0 0 24px rgba(0,0,0,.2);
}

.wechat-pay-dialog ul {
    overflow: hidden;
}

.wechat-pay-dialog li {
    float: left;
}

.wechat-pay-dialog .close {
    position: absolute;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    top: -15px;
    right: -15px;
    z-index: 2;
    cursor: pointer;
    display: block;
    background: url(images/icon-close.png) center no-repeat;
}

.wechat-pay-dialog .li-01 {
    width: 210px;
    padding: 70px 0 0 30px;
}

.wechat-pay-dialog .li-01 h3, .wechat-pay-dialog .li-01 h4 {
    line-height: 1;
    padding: 0 0 10px;
}

.wechat-pay-dialog .li-01 h4 {
    padding-bottom: 20px;
}

.wechat-pay-dialog .li-01 p {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    padding: 0 0 10px;
}

.wechat-pay-dialog .li-02 {
    width: 220px;
    text-align: center;
}

.wechat-pay-dialog .li-02 h1 {
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
    margin: 10px 0;
    padding: 0;
    color: #f60;
}

.wechat-pay-dialog .qr-code-wrapper {
    width: 160px;
    height: 120px;
    margin: 0 auto;
    background: url(images/loading.gif) center no-repeat;
    padding-top: 10px;
}

.wechat-pay-dialog .qr-code-wrapper table {
    margin: 0 auto;
}

.wechat-pay-dialog .li-02 .tips {
    overflow: hidden;
    width: 100%;
    height: 66px;
    margin: 20px 0 0;
    color: #fff;
    background: #006fa8;
}

.wechat-pay-dialog .li-02 .tips img {
    display: block;
    float: left;
    margin: 15px 0 0 15px;
}

.wechat-pay-dialog .li-02 p {
    line-height: 1;
    float: left;
    width: 148px;
    margin: 13px 0 0;
    padding: 0;
}

.wechat-pay-dialog .li-03 {
    width: 220px;
}

.wechat-pay-dialog .li-03 img {
    margin: 50px auto 0;
}
.plan-titles .plan-title{
    display: none;
}
.plan-titles .plan-title.current{
    display: block;
}
.plan-title-tips .slogan{
    display: none;
}
.plan-title-tips .current{
    display: block;
}
/**
    * 注意事项
    */
.buy-attention {
    padding: 10px 0 70px;
}
.attention {
    line-height: 1.8;
    width: 80%;
    margin: 0 auto;
}
.customer-service {
    padding: 10px 0 70px;
}
@media (max-width: 640px) {
    .buy-attention {
        padding: 1em 0;
    }
    .attention {
        width: 100%;
    }
    .customer-service {
        padding: 0 0 2em;
    }
    .customer-service li {
        width: 25%;
    }
}
.customer-service{
    font-size: 18px;
}
/**
    * 软件下载
    */
.banner-download {
    color: #fff;
    background: url(images/bg-banner-download.jpg) center top no-repeat;
    background-size: cover;
}

.banner-download .cxt {
    height: 460px;
    position: relative;
}
.banner-download a {
    display: block;
    position: absolute;
    bottom: 20px;
    margin-left: 38%;
}

.banner-download a:hover, .banner-download a:focus {
    text-decoration: none;
    color: #fff;
}
@media (max-width: 640px) {
    .banner-download .cxt{
        height: 300px;
    }
    .banner-download {
        min-height: auto;
        background-size: auto 100%;
    }
    .banner-download a {
        display: block;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    .page-download-feature {
        padding: 0;
    }
}
.page-download-feature {
    padding: 60px 0;
}
.page-download-feature p {
    font-size: 18px;
    line-height: 1.6;
    position: relative;
    margin-top: 30px;
    color: #868686;
}
@media (min-width: 1170px) {
    .page-download-feature p {
        padding-left: 30%;
    }
}
@media (max-width: 1024px) {
    .page-download-feature p{
        text-align: center;
    }
}






/* 搜索模块 */
.search-none{
    text-align: center;
    padding-right: 15%;
}
.search{
    
    text-align: center;
}
.search .title{
    height: 50px;
    line-height: 50px;
    margin: 30px 0;
    font-size: 20px;
    color: black;
    position: relative;
}
.search .title h1{
    font-size: 1.4rem;
    padding-top: 5px;
}
.search .title i{
    display: block;
    width: 20%;
    height: 0px;
    position: absolute;
    border:1px solid #d2d2d2;
}
.search .title .l{
    top: 50%;
    left: 20%;
}
.search .title .r{
    top:50%;
    right: 20%;
}
.search .search-input{
    position: relative;
    width: 100%;
    margin-left: 21%;

}
.search .search-input input[type = 'text']{
    width: 50%;
    height: 50px;
    font-size: 20px;

    padding-left: 2%;
    border: 1px solid  #3b89fe;
}
.search .search-input .button{
    width: 90px;
    height: 52px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 5px;
    border: 1px solid #3b89fe;
    background-color: #3b89fe;
}
.search-input span{
    display: block;
    position: absolute;
    right: 50%;
    top: 16px;
    border: 10px solid transparent;
    border-right: 10px solid #3b89fe;
}
.search .tag{
    height: 190px;
    margin-top: 35px;
    overflow: hidden;
}
.search .tag a {
    color: #666;
    margin: 10px;
    padding: 10px 20px;
    display: inline-block;
    border: 1px solid  #eff0f0;
}
.search .tag a:hover{
    color: skyblue;
}

/* 404页面的style */
.notdf{
    margin-top: 115px;
    margin-bottom: 175px;
    color: #666;
    font-size: 16px;
    text-align: center;
}
@media (max-width: 1024px) {
    .search-input span{
        display: none;
    }
}



/* 热门的问题 */
.hot {
    /* height: 535px; */
    font-size: 16px;
    background-color:#f0f6ff;
    padding-top: 1px;
}
.hot .title{
    height: 28px;
    color: black;
    margin: 30px 0;
    font-size: 20px;
    font-weight: 700; 
    line-height: 28px;
    position: relative;
    text-align: center;
}
.hot .title i{
    display: block;
    width: 20%;
    height: 0px;
    position: absolute;
    border:1px solid #d2d2d2;
}
.hot .title .l{
    top: 50%;
    left: 20%;
}
.hot .title .r{
    top:50%;
    right: 20%;
}
.hot .title h1{
    font-size: 26px;
}
.hot .hot-issues li{
    width: 48%;
    float: left;
    padding: 10px;
    margin-bottom: 30px;
}
.hot .hot-issues i{
    display: inline-block;
    width: 28px;
    line-height: 28px;
    height: 28px;
    border-radius: 5px;
    font-style: normal;
    text-align: center;
    font-weight: 500;
    color: white;
}

.hot .wen i{
    background-color:#5b9dff;
}
.hot .da {
    color: #a6a7a9;
    margin-top: 1%;  
}
.hot .da p{
        display: inherit;
}
.hot .da i{
    background-color: #2476f1;
}



/* 使用教程 */

.word .title{
    height: 28px;
    color: black;
    margin: 30px 0;
    font-weight: 700; 
    line-height: 50px;
    position: relative;
    text-align: center;
}
.word .title h1{
    font-size: 26px;
}
.word .title i{
    display: block;
    width: 20%;
    height: 0px;
    position: absolute;
    border:1px solid #d2d2d2;
}
.word .title .l{
    top: 50%;
    left: 20%;
}
.word .title .r{
    top:50%;
    right: 20%;
}

.help-toturial{
    border-bottom: 1px dashed #d2d2d2;
    position: relative;
    padding-left: 263px;
}
.help-toturial .pic{
    position: absolute;
    left: 0;
    top: 0;
    width: 240px;
    height: 138px;
    overflow: hidden;
}
.help-toturial .article-detail{
    padding-bottom: 30px;
}
.help-toturial .article-detail h3{
    font-size: 20px;
    font-weight: 500;
    color: #333;
    line-height: 1;
}
.help-toturial .article-detail p{
    font-size: 16px;
    color: #666;
    line-height: 28px;
}
.help-toturial .article-detail .more{
    float: right;
    font-size: 16px;
    color: #2476f1;
}

/*适配多个屏幕  */
 @media screen and (min-width:960px){
    .w{
        margin:  0 auto;
        width: 1000px;
        min-width: 1000px;
    }    
}
 

@media screen and (min-width:640px) and (max-width:1000px){
   .w{
    margin:  0 auto;
    width: 640px;
    min-width: 640px;
   }
   .hot .hot-issues li {
    width: 100% !important;

}
.comment .content li {
    width: 100% !important;
}
}

@media screen and (min-width:320px) and (max-width:640px){
    .w{
        margin:  0 auto;
        width: 96%;
        min-width: 320px;
    }
    .back-to-top{
        display: none;
    }
    .hot .hot-issues li {
        width: 100% !important;
    
    }
    .comment .content li {
        width: 100% !important;
    }
    .title .l{
        top: 50%;
        left: 4% !important;
    }
    .title .r{
        top:50%;
        right: 4% !important;
    }
    .search .search-input {
        position: relative;
        width: 100%;
        margin-left: 10% !important;
    }
    .help-toturial{
        padding-left: 10px;
        text-align: left;
    }
    .help-toturial .pic{
        display: none;
    }

}
/* 热点评论 */
.comment{
    background-color: #f0f6ff;
}
.comment .title{
    height: 50px;
    color: black;
    margin: 30px 0;
    font-size: 20px;
    font-weight: 700; 
    line-height: 50px;
    position: relative;
    text-align: center;
}
.comment .title i{
    display: block;
    width: 20%;
    height: 0px;
    position: absolute;
    border:1px solid #d2d2d2;
}
.comment .title .l{
    top: 50%;
    left: 20%;
}
.comment .title .r{
    top:50%;
    right: 20%;
}

.comment .content li{
    float: left;
    width: 48%;
    height: 370px;
    margin: 10px;
    padding: 10px;
    background-color: #fff;
    position: relative;
}
.comment .content li p{
    margin: 10px 0 ;
}
.comment .content li .comment-text{
    font-size: 18px;
    color: #333;
}
.comment .time , .comment .feedback-time{
    color: #999;
}
.comment .feedback{
    background-color: #e2ecfb;
    padding: 15px;
    position: absolute;
    bottom: 10px;
    width: 96%;
}
.comment .contact ul{
    width: 100%;
}
.comment .contact li {
    float: left;
    width: 25%;
    margin: 60px 0;
    text-align: center;
}

.comment .contact li img {
    text-align: center;
    width: 100px;
    height: 100px;
    /* background-color: red; */
    display: inline-block;
}

/* 搜索结果页 */
.word .no-more{
    text-align:center;
    color: #999;
}


@media (max-width: 1000px) {
    .comment .content li {
        width: 100%!important;
    }
}

/**
* 软件帮助与常见问题
*/
.banner-help {
    min-height: 180px;
    margin-bottom: 0;
    background: url(images/banner-bg-help.jpg) center bottom no-repeat;
    padding-top: 0;
}
.banner-help .cxt {
    left: 5%;
}
@media (max-width: 640px) {
    .banner-help .cxt {
        left: 0;
    }
}
.page-title {
    width: 25%;
    margin: 0 auto 40px;
    text-align: center;
    color: #3b89fe;
    position: relative;
}
.page-title span{
    display: block;
    height: 6px;
    background-color: #3b89fe;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
}
@media (max-width: 640px) {
    .page-title {
        width: 80%;
        margin: 0 auto;
    }
}
.page-title-cxt {
    display: inline-block;
    z-index: 2;
    background-color: #fff;
    position: relative;
    padding: 0 10px;
}
.page-title.type-2 .page-title-cxt{
    background-color: #f8f8f8;
}
.page-title h3 {
    font-size: 30px;
}
@media (max-width: 640px) {
    .page-title h3 {
        font-size: 24px;
        position: relative;
        top: -6px;
    }
}
.article-list li {
    line-height: normal;
    margin-bottom: 50px;
}
@media (max-width: 640px) {
    .article-list li {
        margin-bottom: 1em;
    }
}
.article-list {
    font-size: 0;
}
.article-list h4 {
    font-size: 18px;
    font-size: 16px;
    display: inline-block;
    max-width: 70%;
    height: 4em;
    vertical-align: top;
    color: #777;
}
@media (max-width: 768px) {
    .article-list h4 {
        max-width: 67%;
    }
}
.article-list a:hover h4 {
    text-decoration: underline;
}
.article-list .icon {
    font-size: 14px;
    position: relative;
    top: .5em;
    display: inline-block;
    width: 4em;
    height: 4em;
    margin-right: 1em;
    vertical-align: top;
    border: solid 1px #3b89fe;
    -webkit-border-radius: .35em;
    -moz-border-radius: .35em;
    border-radius: .35em;
    background: url(images/icon-help-01.png) center no-repeat;
    *display: inline;
    *zoom: 1; }
.article-list .icon-01 {
    background-image: url(images/icon-help-01.png);
}
.article-list .icon-02 {
    background-image: url(images/icon-help-02.png);
}
.article-list .icon-03 {
    background-image: url(images/icon-help-03.png);
}
.article-list .icon-04 {
    background-image: url(images/icon-help-04.png);
}
.article-list .icon-05 {
    background-image: url(images/icon-help-05.png);
}
.article-list .icon-06 {
    background-image: url(images/icon-help-06.png);
}
.article-list .icon-07 {
    background-image: url(images/icon-help-07.png);
}
.article-list .icon-08 {
    background-image: url(images/icon-help-08.png);
}
.article-list-help {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0;
    border: solid 1px #3b89fe;
    border-top-left-radius: 7px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 7px;
}
@media (max-width: 640px) {
    .article-list-help {
        width: 100%;
    }
}
@media (max-width: 640px) {
    .article-list-help .col-1 {
        float: left;
        width: 10%;
    }
    .article-list-help .col-11 {
        float: left;
        width: 90%;
    }
}
.article-list-help em {
    font-style: normal;
    line-height: 50px;
    display: inline-block;
    width: 53px;
    height: 50px;
    text-align: center;
    color: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #05c3ac;
}
.article-list-help a {
    font-size: 20px;
    line-height: 50px;
    position: relative;
    display: block;
    text-indent: 1em;
}
.article-list-help a:hover, .article-list-help a:focus {
    color: #05c3ac;
}
.article-list-help a div {
    overflow: hidden;
    max-width: 99%;
    height: 50px;
    text-overflow: ellipsis;
}
@media (max-width: 640px) {
    .article-list-help a div {
        max-width: 90%;
    }
}
.article-list-help .read-more {
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 0;
}
@media (max-width: 640px) {
    .article-list-help .read-more {
        right: .5em;
    }
}
.page-help-contact img {
    margin-right: 10px;
}
@media (max-width: 640px) {
    .page-help-contact li {
        text-align: left;
    }
}
.article-list-problems {
    margin-bottom: 1em;
    padding: 1em;
    border: solid 1px #dcdcdc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    *overflow: hidden;
}
.article-list-problems:hover {
    background-color: #e0fcf9;
}
.article-list-problems > a {
    display: block;
    width: 100%;
}
.article-list-problems > a:hover, .article-list-problems > a:focus {
    text-decoration: none;
    color: #656565;
}
.article-list-problems .row {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}
.article-list-problems strong, .article-list-problems p {
    position: relative;
    display: inline-block;
    width: 96%;
    margin: 0;
    padding: 0;
    vertical-align: top;
    *display: inline;
    *zoom: 1; }
@media (max-width: 640px) {
    .article-list-problems strong, .article-list-problems p {
        display: block;
        width: 86%;
    }
}
.article-list-problems p {
    font-size: 16px;
    line-height: 1.8;
    color: #656565;
}
.single-page {
    font-size: 0;
}
.sidebar li {
    list-style: none;
}
.single-page-content, .sidebar {
    font-size: 14px;
    display: block;
    width: 100%;
}
@media (min-width: 768px) {
    .single-page-content, .sidebar {
        display: inline-block;
        vertical-align: top;
        *display: inline;
        *zoom: 1; }
    .single-page-content {
        width: 75%;
        *width: 74.5%;
    }
    .sidebar {
        width: 25%;
        *width: 24.5%;
    }
    .hero-problems-content .sidebar {
        width: 100%;
    }
}
.sidebar-menu {
    position: absolute;
    z-index: 9;
    top: 0;
}
.sidebar-menu {
    left: -230px;
    min-height: 435px;
    padding-top: 260px;
    background: url(images/child.png) center top no-repeat transparent;
}
.sidebar-menu ul, .sidebar-menu ul li, .sidebar-menu li {
    font-size: 20px;
    list-style: none;
}
.sidebar-menu li {
    margin-bottom: 30px;
    padding: 2px;
    border: solid 2px #3b89fe;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
    background: #fff;
}
.sidebar-menu li a {
    line-height: 34px;
    display: block;
    width: 166px;
    height: 34px;
    margin: 0 auto;
    border: solid 2px #3b89fe;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    background: #fff;
}
.sidebar-menu li a:hover {
    color: #fff;
    background-color: #3b89fe;
}
.sidebar-content {
    border: solid 1px #d2d2d2;
    border-top: 0;
    border-radius: 4px;
    background: #fff;
    margin-bottom: 1em;
}
@media (min-width: 768px) {
    .sidebar-content {
        width: 90%;
        margin-left: 8%;
    }
}
.sidebar-content > li {
    padding: .5em 1em;
    list-style: none;
    margin-bottom: 0;
    border-bottom: solid 1px #3b89fe;
}
.sidebar-content > li:last-child{
    border-bottom: none;
}
.sidebar-content h2 {
    font-size: 22px;
    padding: .3em 0;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    background: #3b89fe;
}
.sidebar-post a {
    font-size: 16px;
    position: relative;
    display: block;
}
.sidebar-post-title {
    display: block;
    line-height: 1;
    overflow: hidden;
    max-width: 11em;
    padding: .618em 0;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sidebar-post a > img {
    position: absolute;
    top: .618em;
    right: 0;
}
.sidebar-post a:hover, .sidebar-post a:focus {
    color: #3b89fe;
}
.sidebar-contact a {
    display: block;
}
.sidebar-contact a:hover, .sidebar-contact a:focus {
    text-decoration: none;
    color: #333;
}
.sidebar-contact a[href]:hover, span .sidebar-contact a[hfer]:focus span {
    text-decoration: underline;
    color: #3b89fe;
}
.sidebar-contact a span {
    position: relative;
    margin-left: 1em;
    padding-left: 1em;
    border-left: solid 1px #3b89fe;
}
/**
* 关于我们
*/
.banner-about {
    height: 330px;
    background: url(images/banner-bg-about.jpg) center top no-repeat;
}
.company-infor .row {
    margin-bottom: 30px;
}
.company-infor p {
    line-height: 2;
}
@media (max-width: 640px) {
    .company-infor p {
        text-align: left;
    }
    .company-infor p br {
        display: none;
    }
}
.company-culture {
    margin-bottom: 30px;
}
.company-culture .wrap {
    width: 50%;
    margin: 0 auto;
}
@media (max-width: 640px) {
    .company-culture .wrap {
        width: 100%;
    }
    .company-culture li {
        float: left;
        width: 25%;
    }
}
.company-culture a {
    display: inline-block;
    width: 72px;
    height: 72px;
    margin: 0 auto;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
    background: center no-repeat #3b89fe;
}
.company-culture .icon-01 {
    background-image: url(images/culture-01.png) ;
}
.company-culture .icon-02 {
    background-image: url(images/culture-02.png) ;
}
.company-culture .icon-03 {
    background-image: url(images/culture-03.png) ;
}
.company-culture .icon-04 {
    background-image: url(images/culture-04.png) ;
}
/**
* 联系方式
*/
#allmap {
    width: 100%;
    height: 100%;
}
.contact-content-map {
    background: url(images/map.jpg) center no-repeat;
}
.contact-content-cxt {
    line-height: 2;
    position: relative;
    padding: 22px 26px;
    color: #fff;
    background: #3b89fe;
}
@media (min-width: 768px) {
    .contact-content-cxt:after {
        position: absolute;
        z-index: 2;
        top: 50%;
        right: -40px;
        display: block;
        margin-top: -15px;
        content: '';
        border-width: 20px;
        border-style: solid;
        border-color: transparent transparent transparent #3b89fe;
        border-left-width: 30px;
    }
}
@media (max-width: 768px) {
    .contact-content-cxt {
        font-size: 18px;
        padding: 20px;
    }
}
.contact-content-cxt .address {
    position: relative;
    left: 5em;
}
@media (max-width: 768px) {
    .contact-content-cxt .address {
        left: 0;
        margin-left: 5em;
    }
}
.contact-content-cxt a {
    color: #fff;
}
.contact-content-cxt img {
    margin: 0 20px;
}
.contact-content-cxt a:hover, .contact-content-cxt a:focus {
    text-decoration: underline;
    color: #fff;
}
.contact-content-cxt h4 {
    padding-bottom: 16px;
}
/**
* 文章内容
*/
.nav-bread a[href] {
    color: #3b89fe;
}
.nav-bread a[href]:hover {
    text-decoration: underline;
    color: #3b89fe;
}
@media(max-width: 1024px) {
    .nav-bread {
        width: 100%;
        text-indent: 0;
    }
}
.article-main {
    min-height: 700px;
    padding: 30px 0;
    background: #f9f9f9;
    background: #fff;
    box-shadow: 0 2px 7px rgba(0,0,0,.2);
}
.post-content {
    line-height: 1.8;
    padding: 10px 0 20px;
    border-bottom: solid 1px #eee;
    border-top: solid 1px #eee;
}
.post-content-problems {
    padding: 5px 0 10px;
    border-bottom: none;
}
.post-content img {
    display: block;
    max-width: 100%;
    margin: 10px auto;
}
.single-nav {
    padding: 10px 0 0;
}
.single-nav div.prev {
    margin-bottom: 10px;
}
.single-nav a:hover {
    text-decoration: underline;
    color: #3b89fe;
}
@media(max-width: 1024px) {
    .article-main {
        background: #fff;
    }
    .article-main ul li {
        width: 100%;
    }
    .post-content {
        padding: 10px 0;
    }
    .artic-title {
        margin: 0;
        padding: 0;
    }
}
.article-tag {
    width: 100%;
    margin: 20px auto;
    padding: 20px 5px 0;
}
.article-tag {
    margin-top: 10px;
}
.article-tag a {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 4px 8px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #666;
    -o-border-radius: 4px;
    *margin-bottom: 0;
}
.article-tag a:hover, .article-tag a:active {
    text-decoration: none;
    color: #fff;
    background: #444;
}
.article-tag a:before {
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: 0 6px 3px 0;
    content: '';
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    -o-border-radius: 4px;
}
.article-tag a strong {
    font-weight: bold;
}
.article-tag-list-main {
    padding: .618em 0;
}
.article-tag-list {
    margin-bottom: 1em;
    padding: 1em;
    border: solid 4px #ebebeb;
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
}
.article-tag-list h3 {
    margin: 0;
    padding: 0;
}
.article-tag-list p {
    line-height: 1.6;
    overflow: hidden;
    color: #787878;
}
.article-tag-list a:hover p, .article-tag-list a:hover {
    text-decoration: underline;
    color: #0e8aea;
}
.article-tag-list .read-more {
    text-align: right;
}
.article-tag-list .read-more a {
    font-size: 1.2em;
    display: inline-block;
    padding: .618em 1em;
    color: #fff;
    background-color: #0e8aea;
}
.article-tag-list .read-more a:hover {
    text-decoration: none;
}
/** 分页样式**/
.page_navi {
    line-height: 36px;
    overflow: hidden;
    height: 36px;
    margin: 30px auto;
    text-align: center;
}
.page_navi a {
    margin: 2px;
    padding: 3px 8px;
    text-decoration: none;
    color: #909090;
    border: 1px solid #ccf;
    background: #fff;
}
.page_navi a:hover, .page_navi a.current {
    color: #21c58c;
    border-color: #21c58c;
}
/**
* 安装成功
*/
.bg-f3 {
    background-color: #f3f3f3;
}
.text-24px {
    font-size: 24px;
}
.text-fff {
    color: #fff;
}
.text-20f0f8 {
    color: #20f0f8;
}
.margin-bottom-30px {
    margin-bottom: 30px;
}
.banner-install {
    height: 300px;
    padding-top: 80px;
    background: url(images/bg-install-top-01.jpg) center top no-repeat transparent;
}
.banner-install .cxt {
    padding: 30px 0;
}
.discount-slogan {
    padding: 50px 0;
}
.discount-slogan-cxt .cxt {
    height: 74px;
    background: url(images/page-install-pic-01.png) center no-repeat transparent;
}
.discount-slogan-cxt .cxt p {
    font-size: 16px;
    position: relative;
    top: 22%;
    left: 14%;
    color: #fff;
}
.discount-slogan-cxt {
    width: 50%;
    margin: 0 auto;
}
.btn-blue[href]:hover {
    color: #fff;
}
.discount-slogan .btn {
    display: block;
    margin: 40px auto 0;
}
.install-guide-main {
    padding: 60px 0;
    background-color: #f3f3f3;
}
.install-guide-pic {
    height: 360px;
}
.install-guide-pic div {
    display: none;
}
.install-guide-pic div.current {
    display: block;
}
.install-guide-left a {
    font-size: 16px;
    display: block;
    text-align: right;
    color: #1275ef;
}
.install-guide-left a:hover {
    text-decoration: underline;
    color: #107afd;
}
.install-guide-step dd a {
    position: relative;
    display: block;
    cursor: pointer;
}
.install-guide-step dd a:hover {
    text-decoration: none;
}
.install-guide-step dd img {
    position: absolute;
    top: 28px;
    right: -20px;
}
.install-guide-step dd span {
    font-size: 40px;
    font-style: normal;
    line-height: 70px;
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    background-color: #aba7bf;
}
.install-guide-step dd a:hover span, .install-guide-step dd.current span {
    background-color: #4e2edb;
}
.install-guide-step dd p {
    font-size: 16px;
    position: relative;
    text-align: center;
    color: #333;
}
/**
* 标题
*/
.title-liner {
    font-size: 24px;
    position: relative;
    margin-bottom: 60px;
    border: none;
}
.title-liner-left, .title-liner-right {
    position: absolute;
    top: 45%;
    width: 20%;
    height: 6px;
}
.title-liner-left {
    left: 60%;
    margin-left: -36%;
    background: -webkit-linear-gradient(left,#4e2edb, #4e2edb);
    background: -o-linear-gradient(left,#4e2edb, #4e2edb);
    background: -moz-linear-gradient(left,#4e2edb, #4e2edb);
    background: linear-gradient(left,#4e2edb, #4e2edb);
}
.title-liner-right {
    right: 60%;
    margin-right: -36%;
    background: -webkit-linear-gradient(right,#4e2edb, #4e2edb);
    background: -o-linear-gradient(right,#4e2edb, #4e2edb);
    background: -moz-linear-gradient(right,#4e2edb, #4e2edb);
    background: linear-gradient(right,#4e2edb, #4e2edb);
}
.text-4e2edb {
    color: #4e2edb;
}
.install-guide-cxt a {
    display: block;
}
.install-guide {
    height: 360px;
    background: url(images/page-install-tur-04.png) center no-repeat transparent;
}
.install-guide-step-cxt {
    font-size: 16px;
    line-height: 1.8;
    color: #717171;
}
/**
* 底部开始
*/
.footer {
    margin-top: 0;
    padding: 20px 1em;
    color: #999;
}
.fo-tile {
    color: #fff;
}
.fo-about img {
    float: left;
    margin: 0 10px 0 0;
}
.fo-contact em {
    display: block;
    width: 34px;
    height: 34px;
    margin-top: 6px;
    margin-right: 10px;
    border-radius: 4px;
}
.fo-contact span {
    font-size: 12px;
}
.footer hr {
    position: absolute;
    top: 0;
    right: 3em;
    width: 1px;
    height: 270px;
    border: none;
    border-left: dashed 1px #999;
}
.footer a {
    color: #999;
}
.footer a[href]:visited {
    color: #999;
}
.footer a[href]:hover, .footer a[href]:focus {
    color: #fff;
}
.error-page {
    min-height: 700px;
    padding: 120px 0 0;
}
.scroll-links {
    line-height: 1.4;
    overflow: hidden;
    height: 7em;
}
.scroll-links li {
    padding: 0;
}
@media (max-width: 768px) {
    .scroll-links {
        position: relative;
        left: 30%;
    }
}
@media (max-width: 640px) {
    .scroll-links {
        left: auto;
    }
}
.header-single {
    width: 100%;
    height: 80px;
    background: #ccc;
    background: url(images/bannre-bg-single.jpg) center top no-repeat;
}
@media (max-width: 640px) {

    .footer .fo-about .wrap-78{
        width: auto;
    }
    .footer .fo-friend{
        display: none;
    }
    .footer .fo-contact{
        font-size: 0;
    }
    .footer .fo-contact > div{
        display: inline-block;
        width: 33.3%;
        margin: 0;
        padding: 0;
        font-size: 14px;
    }
    .footer .footer-naigation .menu-item{
        display: inline-block;
        padding-right: 1em;
    }
}
/**
* 2017-01-21
*/
.bg-f8 {
    background-color: #f8f8f8;
}
.text-center {
    text-align: center;
}
.text-primary {
    color: #278ff0;
}
/**
* 特点介绍
*/
.hero-feature-index {
    padding: 1em 0 2em;
}
.hero-features {
    font-size: 0;
}
.hero-features > h3 {
    margin-bottom: 30px;
}
.hero-features li {
    font-size: 14px;
    margin-bottom: 20px;
}
@media (min-width: 1024px) {
    .hero-feature-index li {
        display: inline-block;
        width: 33.3%;
        vertical-align: top;
    }
}
.hero-features li > div {
    width: 90%;
    margin: 0 auto;
    padding: 1em;
    border: dashed 1px #b5b5b5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
}
.hero-features li img {
    margin-right: 1em;
}
@media (min-width: 768px) {
    .hero-features li p {
        height: 2.5em;
    }
}
.hero-features li p + p {
    line-height: 1.9;
    padding-bottom: 1em;
}
@media (min-width: 1024px) {
    .hero-features li p + p {
        height: 6em;
    }
}
/**
* 步骤引导
*/
.hero-index-step {
    font-size: 0;
    padding-top: 2em;
}
@media (min-width: 768px) {
    .hero-index-step > div {
        font-size: 16px;
        position: relative;
        display: inline-block;
        width: 25%;
        vertical-align: top;
    }
}
@media (min-width: 768px) {
    .hero-index-step > div:after {
        font-size: 30px;
        position: absolute;
        top: 25%;
        right: -.4em;
        display: block;
        width: 30px;
        height: 30px;
        content: '>';
    }
}
.hero-index-step img {
    display: block;
    margin: 1em auto;
}
@media (min-width: 768px) {
    .hero-index-step img {
        display: inline;
    }
}
@media (min-width: 768px) {
    .hero-index-step > div p {
        font-size: 16px;
        width: 80%;
        height: 4em;
        margin: 0 auto;
    }
}
/**
* single-post
*/
.hero-post {
    font-size: 0;
}
.hero-aside, .article-content {
    font-size: 14px;
    padding: 1em;
    border: solid 1px #ddd;
}
@media (min-width: 1024px) {
    .hero-aside, .article-content {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: top;
    }
}
@media (max-width: 640px) {
    .hero-aside, .article-content{
        padding: .3em;
    }
}
.article-content > .wrapper {
    font-size: 14px;
    width: auto;
}
@media (min-width: 1024px) {
    .article-content{
        width: 98%;
    }
    .hero-aside {
        width: 25%;
    }
}
@media (min-width: 1024px) {
    .hero-aside-wrapper {
        margin-left: 20px;
    }
}
.hero-aside-content {
    margin-bottom: 1.618em;
    padding: 20px;
    border: solid 1px #dbdbdb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 4px 10px rgba(0,0,0,.1);
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
}
.hero-aside-content > p {
    margin-bottom: 1em;
    padding-top: .5em;
    text-indent: 1em;
}
.hero-aside .hero-download {
    font-size: 24px;
    line-height: 46px;
    display: block;
    width: 90%;
    height: 46px;
    margin: 0 auto .618em;
    text-align: center;
    color: #fff;
    border: solid 1px #015082;
    border-top: none;
    border-bottom-width: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #0168b8;
}
.hero-aside .hero-download img {
    margin-right: .6em;
    margin-bottom: 4px;
}
.aside-advertise {
    display: block;
    text-align: center;
}
.article-content > h4{
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
}
@media (max-width: 640px) {
    .article-content > h4{
        font-size: 16px;
    }
}
.article-relate {
    margin-top: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
    margin-left: -20px;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    background-color: #0e8aea;
}
.article-relate img {
    margin-left: 10px;
}
.article-relate-list a {
    display: block;
    margin-bottom: 10px;
    padding-left: 1em;
    background: #e5f3fd;
}
@media (min-width: 768px) {
    .article-relate-list a span {
        line-height: 32px;
        display: inline-block;
        overflow: hidden;
        max-width: 13em;
        height: 35px;
        vertical-align: middle;
        white-space: nowrap;
        text-overflow: hidden;
    }
}
.article-relate-list a em {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 10px;
    vertical-align: middle;
    border-radius: 10px;
    background: #535353;
}
.article-relate-list a:hover {
    text-decoration: underline;
    color: #46adfc;
}
.article-relate-list a:hover em {
    background-color: #46adfc;
}
.aside-qq {
    font-size: 18px;
    display: block;
    margin-bottom: 1.618em;
    padding: 7px 0;
    text-align: center;
    color: #1583d1;
    border-bottom: solid 8px #a4d8f1;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #c0eefc;
}
.aside-qq img {
    margin-right: 10px;
}
/**
* 首页热文
*/
@media(max-width: 640px){
    .hero-index-step-wrapper{
        display: none;
    }
}
.hero-index-step-wrapper h1 {
    padding-top: 1.618em;
    padding-bottom: .33em;
}
.index-hot-list-wrapper {
    font-size: 0;
    padding-bottom: 20px;
}
.index-hot-list-wrapper h3 {
    margin-bottom: 1.618em;
    padding-top: .618em;
}
.index-hot-list-wrapper > li {
    font-size: 18px;
    line-height: 2;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 1em;
}
@media (min-width: 768px) {
    .index-hot-list-wrapper > li {
        display: inline-block;
        overflow: hidden;
        width: 50%;
    }
}
@media (min-width: 768px) {
    .index-hot-list a {
        line-height: 1;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: hidden;
    }
}
.index-hot-list a span {
    padding-bottom: 6px;
    border-bottom: solid 1px transparent;
}
@media (min-width: 768px) {
    .index-hot-list a span {
        display: inline-block;
        overflow: hidden;
        max-width: 13em;
        white-space: nowrap;
        text-overflow: hidden;
    }
}
@media (min-width: 1024px) {
    .index-hot-list a span {
        max-width: 19em;
    }
}
@media (min-width: 1170px) {
    .index-hot-list a span {
        max-width: 25em;
    }
}
.index-hot-list a:hover {
    color: #028cf1;
}
.index-hot-list a:hover span + span {
    border-color: #028cf1;
}
/**
 * 文章内页底部相关文章推荐
 */
.nav-bread {
    font-size: 14px;
    padding-top: 1em;
    padding-bottom: 1em;
}
.nav-bread a:link, .nav-bread a:visited {
    color: #0e8aea;
}
.nav-bread a:hover {
    text-decoration: underline;
}
.arcitle-list-sticky {
    font-size: 0;
    padding-top: 15px;
    border-top: solid 1px #ebebeb;
    width: 100%;
}
.arcitle-list-sticky .list-items {
    font-size: 14px;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    *width: 49.5%;
    *display: inline;
    *zoom: 1;
    overflow: hidden;
    white-space: nowrap;
}
.arcitle-list-sticky li {
    overflow: hidden;
    text-overflow: ellipsis;
}
.arcitle-list-sticky a {
    color: #666;
}
.arcitle-list-sticky a:hover {
    text-decoration: underline;
    color: #3b89fe;
}
.arcitle-list-sticky .list-items h3.title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: .6em;
}
.arcitle-list-sticky .list-items {
    margin-bottom: 1em;
}
.arcitle-list-sticky .list-items + .list-items > div {
    padding-left: 1em;
}
.arcitle-list-sticky .list-items li {
    padding: .2em 0;
}
.article-relate-list a {
    display: block;
    margin-bottom: 10px;
    padding-left: 1em;
    background: #e5f3fd;
}
@media (min-width: 768px) {
    .article-relate-list a span {
        line-height: 32px;
        display: inline-block;
        overflow: hidden;
        max-width: 13em;
        height: 35px;
        vertical-align: middle;
        white-space: nowrap;
        text-overflow: hidden;
        *display: inline;
        *zoom: 1; }
}
.article-relate-list a em {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 10px;
    vertical-align: middle;
    border-radius: 10px;
    background: #535353;
    *display: inline;
    *zoom: 1; }
.article-relate-list a:hover {
    text-decoration: underline;
    color: #46adfc;
}
.article-relate-list a:hover em {
    background-color: #46adfc;
}
.article-relate-tags{
    padding: .3em;
}
.article-relate-tags a {
    font-size: 12px;
    display: inline-block;
    margin-right: .2em;
    margin-bottom: .2em;
    padding: .2em .4em;
    background: #e5f3fd;
    *display: inline;
    *zoom: 1;
}
.article-relate-tags a:hover {
    color: #fff;
    background-color: #0e8aea;
}
/**
 * 站点地图
 */
.page-sitemap {
    margin-bottom: 2em;
}
.page-sitemap a {
    line-height: 1.9;
    color: #167fe0;
}
.page-sitemap li a {
    color: #1880e0;
}
.page-sitemap a:hover {
    text-decoration: underline;
    color: #4d9cf0;
}
.page-sitemap h3 {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    color: #268ff0;
}
.page-sitemap h3 span {
    position: absolute;
    right: 0;
    cursor: pointer;
    color: #333;
}
.page-sitemap .content > dd > div {
    margin-bottom: 1em;
    padding: 1.618em;
    border: solid 1px #ebebeb;
}
.page-sitemap .sitemap-article-list ul.item {
    overflow: hidden;
    height: 3.2em;
}
.page-sitemap .sitemap-article-list ul.on {
    height: auto;
    transition: all 1s ease;
}
.update-time {
    padding: .5em 0;
    color: #aaa;
}
.update-time span{
    padding-right: 1em;
}
.update-time a{
    color: #666;
}
.update-time a:hover{
    color: #3b89fe;
    text-decoration: underline;
}
.modified-time{
    text-align: right;
}

/**
 * plan-intoduction
 */
.plan-introduction{
    font-size: 0;
    text-align: center;
    margin-bottom: 30px;
}
.plan-introduction p,
.plan-introduction h4{
    margin: 0;
}
.plan-introduction-title{
    text-align: center;
    font-size: 24px;
    padding: 20px 0;
}
.plan-introduction .item{
    position: relative;
    z-index: 1;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 50%;
    width: 49.5%\9;
    font-size: 14px;
    border: 1px solid #bcbcbc;
    color: #949494;
    margin-left: -1px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.plan-introduction .item:hover{
    border-color: #158afd;
    border-width: 2px;
    top: -1px;
    color: #333;
}
@media (min-width: 1024px) {
    .plan-introduction .item{
        width: 25%;
        width: 24.9%\9;
        font-size: 20px;
    }
    
    .plan-introduction .item .item-detail{
        font-size: 14px;
    }
    .plan-introduction .item .item-content .item-detail{
        font-size: 20px;
    }
}
.plan-introduction .item > div{
    line-height: 24px;
    padding:28px 0;
    border-bottom: 1px dashed #bcbcbc;
}
.plan-introduction .item .item-title,
.plan-introduction .item .item-package{
    border-bottom: 0 none;
}
.plan-introduction .item-1 > div,
.plan-introduction .item .item-title{
    padding: 26px 0 27px;
}
.plan-introduction .item .item-title,
.plan-introduction .item-1{
    color: #333;
}
.plan-introduction .item .item-time{
    padding:0 7px 10px;

}
.plan-introduction .item .item-time div{
    background: #008df6;
    height: 60px;
    border-radius: 2px;
    line-height: 60px;
    color: #fff;
}
.plan-introduction .item .item-package{
    height:240px;
}
.plan-introduction .item-1  .item-package > div{
    height: 187px;
    line-height: 187px;
}
.plan-introduction .item .icon{
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background:url(images/icon-device.png) no-repeat center center;
}
.plan-introduction .item .icon-plan-time{
    background-image: url(images/icon-time.png);
}
.plan-introduction .item .icon-plan-price{
    background-image: url(images/icon-price.png);
}
.plan-introduction .item .icon-plan-limit{
    background-image: url(images/icon-limit.png);
}
.plan-introduction .item .icon-plan-service{
    background-image: url(images/icon-service.png);
}
.plan-introduction .item .icon-plan-note{
    background-image: url(images/icon-note.png);
}
.plan-introduction .item .icon-plan-package{
    background-image: url(images/icon-package.png);
}
.plan-introduction .item-title .icon{
    width: 52px;
    height: 100px;
}
.plan-introduction .item .item-title{
    padding: 0;
}
.plan-introduction .item .icon-48{
    background-image: url(images/icon-48.png);
}
.plan-introduction .item .icon-88{
    background-image: url(images/icon-88.png);
}
.plan-introduction .item .icon-118{
    background-image: url(images/icon-118.png);
}
.plan-introduction .item .icon-128{
    background-image: url(images/icon-128.png);
}
.plan-introduction .item .icon + p{
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
}
.plan-introduction .item .item-title p{
    font-size: 22px;
}
.plan-introduction .item .logo-pdf-zhuan,
.plan-introduction .item .logo-pdf-online,
.plan-introduction .item .logo-pdf-editor,
.plan-introduction .item .logo-pdf-ocr{
    font-size: 14px;
    padding-left: 65px;
    text-align: left;
    background:url(images/plan-logo-2.png) no-repeat 15px center;
    margin-bottom: 8px;
}
.plan-introduction .item .logo-pdf-editor{
    background-image: url(images/plan-logo-1.png);
}
.plan-introduction .item .logo-pdf-online{
    background-image: url(images/plan-logo-4.png);
}
.plan-introduction .item .logo-pdf-ocr{
    background-image: url(images/plan-logo-3.png);
}
.plan-introduction .item-2 .item-package > div,
.plan-introduction .item-3 .item-package > div{
    padding-top: 76px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.plan-introduction .item-4 .item-package > div{
    padding-top:50px ;
}
.plan-introduction .item .item-price span{
    font-size: 14px;
}
.plan-introduction .item-5 .hot-rec{
    position: absolute;
    top: 0;
    right: 0;
}
.plan-introduction .item-1 .item-price{
    padding:28px 0;
}
.page_selsect{
    text-align: center;
    padding:20px 0;
}
.page_selsect a{
    display: inline-block;
    height: 30px;
    padding:0 13px;
    border: 1px solid #a1a1a1;
    margin:0 5px;
    line-height: 30px;
    color: #a1a1a1;

}
.page_selsect a.current{
    background: #4695e5;
    border: 1px solid #4695e5;
    color: #fff;
}