@charset "UTF-8";
 
.doc-wrap:after, .doc-wrap .row-wrap:after, .tutorial-content:after, .support-box:after, .support-content:after, .detail-content:after {
    clear: both;
    content: ".";
    display: block;
    line-height: 0;
    font-size: 0;
    visibility: hidden;
}

 
.zk-icon-doc {
    display: inline-block;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

.zk-icon-doc.icon-doc-arrow {
    margin-top: 5px;
}

.icon-doc-all {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.icon-doc {
    width: 13px;
    height: 13px;
    background-position: 0 -30px;
}

.icon-doc-arrow {
    background-position: 0 -45px;
}

.doc-banner-box {
    height: 240px;
}

.doc-banner-content {
    padding-top: 115px;
}

.doc-banner-content .title {
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    margin-right: 100px;
}

.doc-banner-content .search-input {
    display: inline-block;
    float: left;
    height: 60px;
    width: 100%;
    border: none;
    padding: 0 20px;
    vertical-align: top;
    border-radius: 5px;
    padding-right: 160px;
}

.doc-banner-content .search-input:focus {
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 26, 77, 0.15);
            box-shadow: 0px 3px 8px 0px rgba(0, 26, 77, 0.15);
}

.doc-banner-content .doc-search {
    width: calc(100% - 228px);
    position: relative;
}

.doc-banner-content .search-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    border: none;
    z-index: 1;
    cursor: pointer;
    width: 150px;
    height: 40px;
    color: #fff;
    background-color: #002faa;
    -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 85, 255, 0.2);
            box-shadow: 0px 6px 12px 0px rgba(0, 85, 255, 0.2);
    border-radius: 5px;
}

.doc-banner-content .search-btn:hover {
    background-color: #004ce5;
}

.doc-index.link-menu-box {
    height: 53px;
    position: relative;
}

.doc-index.link-menu-box .link-menu-wrap {
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
}

.doc-index.link-menu-box .link-menu-wrap.fixed {
    position: fixed;
    top: 0;
    -webkit-box-shadow: 1px 1px 4px 1px rgba(192, 192, 192, 0.4);
            box-shadow: 1px 1px 4px 1px rgba(192, 192, 192, 0.4);
    z-index: 99;
}

.doc-index.link-menu-box a {
    color: #333;
    display: inline-block;
    float: left;
    width: 33.33%;
    height: 52px;
    line-height: 52px;
    text-align: center;
    border-bottom: 1px solid #fff;
}

.doc-index.link-menu-box a:hover {
    color: #0055ff;
    font-weight: bold;
}

.doc-index.link-menu-box a.active {
    color: #0055ff;
    font-weight: bold;
    border-color: #0055ff;
}

.m-doc-box {
    display: none;
}

@media screen and (max-width: 1000px) {
    .doc-banner-box {
        height: 250px;
    }
    .doc-banner-box .doc-banner-content {
        padding-top: 40px;
    }
    .doc-banner-box .doc-banner-content .content {
        text-align: center;
    }
    .doc-banner-box .doc-banner-content .content .title {
        float: none;
        display: inline;
        text-align: center;
    }
    .m-doc-box {
        display: block;
    }
    .m-doc-box img {
        width: 40px;
        height: 40px;
        border-radius: 20px;
        vertical-align: middle;
    }
    .m-doc-box a {
        color: #333333;
    }
    .m-doc-box .m-doc-title {
        position: relative;
        border-top: solid 1px #e1e4f5;
        vertical-align: middle;
    }
    .m-doc-box .m-doc-title span {
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 24px;
        letter-spacing: 0px;
        color: #333333;
        margin-left: 10px;
    }
    .m-doc-box .m-doc-title:after {
        content: '';
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -8px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 10px;
        height: 10px;
        border-right: 2px solid #333333;
        border-bottom: 2px solid #333333;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        -webkit-transition: -webkit-transform .2s linear;
        transition: -webkit-transform .2s linear;
        -o-transition: transform .2s linear;
        transition: transform .2s linear;
        transition: transform .2s linear, -webkit-transform .2s linear;
    }
    .m-doc-box .m-doc-title.active:after {
        margin-top: -2px;
        -webkit-transform: rotate3d(0, 0, 1, -135deg);
        transform: rotate3d(0, 0, 1, -135deg);
    }
    .m-doc-box .doc-content {
        border-bottom: none !important;
    }
    .m-doc-box .doc-content .m-doc-innerlist {
        background-color: #f5f6fa;
        margin-top: 5px;
        margin-bottom: 0px;
        border-top: solid 1px #e1e4f5;
    }
    .m-footer-item {
        border-bottom: none !important;
    }
}

.doc-wrap .doc-content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 90px;
}

.doc-wrap .doc-content .title img {
    height: 26px;
    width: 26px;
    vertical-align: middle;
    margin-right: 10px;
}

.doc-wrap .doc-content a {
    color: #596680;
    line-height: 36px;
}

.doc-wrap .doc-content a:hover {
    color: #1861f2;
}

.doc-wrap ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    background-color: #f1f5fa;
    border-radius: 5px;
    border: solid 1px #e9ecf2;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 20px 30px 10px;
}

.doc-wrap ul li {
    width: 25%;
    margin-bottom: 10px;
}
.doc-wrap ul li:before {
        display:none;
    }

.doc-wrap ul li:hover .icon-svg, .doc-wrap ul li:hover a {
    color: #0055ff;
}

.tutorial-box {
    padding-bottom: 90px;
}

.tutorial-box .common-title {
    padding: 94px 0 54px;
}

.tutorial-content .tutorial-item {
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 49.5%;
    height: 210px;
    padding: 0 5px;
    border-radius: 8px;
}

.tutorial-content .tutorial-item:first-child {
    background: url(img/tutorial-1.png) no-repeat center center;
}

.tutorial-content .tutorial-item:last-child {
    background: url(img/tutorial-2.png) no-repeat center center;
}

.tutorial-content .tutorial-item .item-1-text {
    font-size: 26px;
    font-weight: bold;
    color: #ffd400;
    margin: 86px 0 0 70px;
}

.tutorial-content .tutorial-item .item-2-text {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    margin: 62px 0 0 52px;
}

.support-box {
    background: #f5f6fa;
    padding: 94px 0 95px 0;
}

.support-box .common-title {
    margin-bottom: 10px;
}

.support-content {
    background: #fff;
    margin-top: 60px;
}

.support-content .support-item {
    float: left;
    padding: 54px 34px 0 40px;
    height: 306px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    border-right: 1px solid #e1e4f5;
}

.support-content .support-item:last-child {
    border-right: none;
}

.support-content .support-item .title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 18px;
}

.support-content .support-item .title img {
    vertical-align: middle;
    margin: -4px 10px 0 0;
}

.support-content .support-item .des {
    color: #8a8c99;
    line-height: 28px;
}

.support-content .support-item .support-btn {
    display: inline-block;
    width: 170px;
    height: 36px;
    line-height: 36px;
    background: -webkit-gradient(linear, left top, right top, from(#0055ff), to(#0033ff));
    background: -webkit-linear-gradient(left, #0055ff, #0033ff);
    background: -o-linear-gradient(left, #0055ff, #0033ff);
    background: linear-gradient(90deg, #0055ff, #0033ff);
    text-align: center;
    color: #fff;
    border-radius: 20px;
    margin-top: 22px;
}

.support-content .support-item .contact {
    line-height: 30px;
}

.support-content .support-item .tel {
    color: #8a8c99;
}

.support-content .support-item .orange {
    color: #ffaa00;
    margin-left: 8px;
}

.detail-content-outer::after {
    top: 0;
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    background-color: #f1f5fa;
    width: 40%;
}

.side-nav-box {
    position: relative;
    min-height: 100%;
    z-index: 2;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 300px;
    background: #f1f5fa;
    line-height: 80px;
    padding-top:16px;
}

.side-nav-box h2 {
    padding-right: 25px;
}

.side-nav-box a {
    display: inline-block;
    width: 100%;
    color: #596680;
    line-height: 24px;
    padding: 13px 0px;
}

.side-nav-box a:hover {
    color: #0055ff;
}

.side-nav-box a:hover .icon-svg {
    color: #0055ff;
}

.side-nav-inner-box:not(.m-menu-item) {
    line-height: 50px;
    position: relative;
}

.side-nav-inner-box:not(.m-menu-item) .icon-doc {
    margin-right: 10px;
}

.side-nav-inner-box:not(.m-menu-item) .side-nav-inner-list {
    display: none;
    margin-left: 25px;
}

.side-nav-inner-box:not(.m-menu-item) .side-nav-inner-list::-webkit-scrollbar {
    width: 0;
}

.side-nav-inner-box:not(.m-menu-item) .side-nav-inner-list:hover::-webkit-scrollbar {
    height: 10px;
    width: 4px;
    background-color: #cfd2e6;
    border-radius: 8px;
}

.side-nav-inner-box:not(.m-menu-item) .side-nav-inner-list:hover::-webkit-scrollbar-button {
    display: none;
}

.side-nav-inner-box:not(.m-menu-item) .side-nav-inner-list:hover::-webkit-scrollbar-thumb {
    background-color: #cfd2e6;
    border-radius: 15px;
    width: 4px;
}

.side-nav-inner-box:not(.m-menu-item) .side-nav-inner-list:hover::-webkit-scrollbar-track-piece {
    background-color: #e6e9f5;
    border-radius: 8px;
}

.side-nav-inner-box:not(.m-menu-item) .side-nav-inner-list li {
    line-height: 44px;
}

.side-nav-inner-box:not(.m-menu-item) .side-nav-inner-list li a {
    border-left: 2px solid #f1f5fa;
    padding-left: 12px;
}

.side-nav-inner-box:not(.m-menu-item) .side-nav-inner-list li a.active {
    color: #0055ff;
    background-color: #e9ecf2;
    border-left: 2px solid #0055ff;
}

.side-nav-inner-box:not(.m-menu-item) .side-nav-title {
    padding-right: 30px;
    border-left: 2px solid #f1f5fa;
}

.side-nav-inner-box:not(.m-menu-item) .side-nav-title.active .icon-doc {
    background-position: -13px -30px;
}

.side-nav-inner-box:not(.m-menu-item) .side-nav-title.active .icon-doc-arrow {
    background-position: -10px -45px;
}

.side-nav-inner-box:not(.m-menu-item) .side-nav-title.active + .side-nav-inner-list {
    display: block;
}

.side-nav-inner-box:not(.m-menu-item) .side-nav-chil-title.active {
    color: #0055ff;
    background-color: #e9ecf2;
    border-left: 2px solid #0055ff;
}

.main-content {
    margin-left: 300px;
    padding-left: 30px;
    min-height: 1000px;
    clear:none;
}

.crumbs {
    line-height: 80px;
    color: #8f9bb2;
}

.crumbs a {
    color: #0055ff;
}

.crumbs .active {
    color: #0055ff;
}

.crumbs span {
    color: #0055ff;
    padding: 0 6px;
}

.crumbs span:nth-last-of-type(1) {
    color: #8f9bb2;
}

.text-wrap {
    position: relative;
    border-top: 1px solid #e1e4f5;
    border-bottom: 1px solid #e1e4f5;
}

.text-wrap .line {
    position: absolute;
    display: inline-block;
    width: 1px;
    height: 100%;
    background: #e1e4f5;
    left: 720px;
}

.text-wrap .text-left {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 870px;
}

.text-wrap .text-left .title {
    font-size: 32px;
    margin: 30px 0 10px;
}

.text-wrap .text-left .time {
    font-size: 14px;
    margin-bottom: 20px;
}

.text-wrap .product-detail {
    margin-bottom: 50px;
}

.text-wrap .product-detail h2 {
    font-weight: bold;
    margin-bottom: 12px;
}

.text-wrap .product-detail p {
    line-height: 28px;
}

.text-wrap .product-detail img {
    max-width: 100%;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.text-wrap .product-detail .pic_center img {
    margin: 0 auto;
    text-align: center;
    display: block;
}
.text-wrap .nav-right {
    position: absolute;
    top: 72px;
    left: calc(100% + 20px);
    width: 180px;
    line-height: 20px;
    text-indent: 12px;
}

.text-wrap .nav-right .fixed {
    position: fixed;
    top: 20px;
}

.text-wrap .nav-right .link-menu-wrap {
    border-left: 2px solid #e9ecf2;
}

.text-wrap .nav-right .link-menu-wrap strong {
    font-weight: normal;
}

.text-wrap .nav-right .nav-title {
    display: block;
    margin-bottom: 10px;
    color: #8f9bb2;
}

.text-wrap .nav-right a {
    display: block;
    color: #596680;
    cursor: pointer;
    border-left: 2px solid transparent;
    margin-bottom: 10px;
    margin-left: -2px;
}

.text-wrap .nav-right a:hover {
    color: #0055ff;
}

.text-wrap .nav-right .active {
    border-color: #0055ff;
    color: #0055ff;
}

.m-docDeatil-box {
    display: none;
}

.m-search-content-wrap .m-result {
    display: none;
}

div.markdown-body {
    padding: 0;
}

.m-search-wrap {
    display: none;
}

@media screen and (max-width: 1000px) {
    .pc-search-wrap {
        display: none;
    }
    .m-search-wrap {
        display: block;
    }
    .m-search-wrap .m-more-wrap {
        display: block;
        min-height: 40px;
        text-align: center;
        line-height: 40px;
        color: #444;
        margin: 15px;
    }
    .m-search-wrap .m-more-wrap .loading-more {
        display: block;
        border: 1px solid #e5e5e5;
        background-color: #f7f8fa;
        color: #333;
    }
    .m-doc-detail-box {
        display: none;
    }
    .m-docDeatil-box .m-docDeatil-menu {
        border-bottom: 1px solid #e1e4f5;
        line-height: 60px;
        font-size: 16px;
        position: relative;
    }
    .m-docDeatil-box .m-docDeatil-menu-btn {
        display: inline-block;
        color: #333;
    }
    .m-docDeatil-box .m-docDeatil-menu span {
        float: right;
        position: relative;
        margin-right: 33px;
    }
    .m-docDeatil-box .m-docDeatil-menu span:after {
        content: '';
        position: absolute;
        right: -20px;
        top: 50%;
        margin-top: -8px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 10px;
        height: 10px;
        border-right: 2px solid #333;
        border-bottom: 2px solid #333;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        -webkit-transition: -webkit-transform .2s linear;
        transition: -webkit-transform .2s linear;
        -o-transition: transform .2s linear;
        transition: transform .2s linear;
        transition: transform .2s linear, -webkit-transform .2s linear;
    }
    .m-docDeatil-box .m-docMenu-wrap {
        display: none;
    }
    .m-docDeatil-box .m-docMenu-wrap a {
        color: #333333 !important;
        font-size: 16px !important;
        display: block;
    }
    .m-docDeatil-box .m-docMenu-wrap .icon-doc-arrow {
        content: '';
        display: inline-block;
        position: absolute;
        right: 24px;
        top: 30px;
        margin-top: -8px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 10px;
        height: 10px;
        border-right: 2px solid #333;
        border-bottom: 2px solid #333;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        -webkit-transition: -webkit-transform .2s linear;
        transition: -webkit-transform .2s linear;
        -o-transition: transform .2s linear;
        transition: transform .2s linear;
        transition: transform .2s linear, -webkit-transform .2s linear;
    }
    .m-docDeatil-box .m-docDetail-wrap {
        background-color: #f5f6fa;
    }
    .m-docDeatil-box .m-docDetail-wrap .title {
        margin-bottom: 0px;
        margin-left: 5px;
    }
    .m-docDeatil-box .m-docDetail-wrap .m-docDeatil-lastTime {
        margin-left: 5px;
        display: block;
        line-height: 1;
        height: 15px;
        margin-top: 10px;
    }
    .m-docDeatil-box .m-docDetail-wrap .nav-right {
        margin: 25px 0 0 15px;
    }
    .m-docDeatil-box .m-docDetail-wrap .text-left {
        width: auto;
        padding: 0 10px;
    }
    .m-docDeatil-box .m-docDetail-wrap .text-left .product-detail {
        padding: 5px;
        background: #f5f6fa;
    }
    .m-docDeatil-box .m-docDetail-wrap .text-left .product-detail pre {
        background: #fff;
    }
    .m-search-content-wrap {
        padding-bottom: 20px !important;
    }
    .m-search-content-wrap .pc-result {
        display: none;
    }
    .m-search-content-wrap .m-result {
        display: block;
        margin-right: 10px;
    }
    .m-search-content-wrap .zk-dropdown {
        width: 200px;
        color: #333333;
        border: none;
    }
    .m-search-content-wrap .result-list-wrap {
        padding: 30px 15px;
        border-top: 1px solid #e1e4f5;
        margin-top: 0px !important;
    }
    .m-search-content-wrap .result-list-wrap p:nth-child(1) a {
        font-size: 16px;
        font-weight: normal;
    }
    .m-search-content-wrap .result-list-wrap p:nth-child(3) {
        display: none;
    }
    .m-search-content-wrap .result-list-wrap p:nth-child(2) a {
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .m-search-content-wrap .m-result-wrap .pagination li {
        height: 30px;
        width: 30px;
        line-height: 30px;
    }
}

@media screen and (max-width: 1660px) {
    .text-wrap .nav-right {
        position: inherit !important;
        margin-left: 20px;
    }
}

.group-list {
    margin: 20px;
}

.group-list li {
    list-style: disc outside;
    line-height: 30px;
}

.feedback-wrap {
    display: none;
    margin-top: 30px;
    padding: 0 10px;
}

.feedback-wrap.active {
    display: block;
}

.feedback-wrap .feedback-btn {
    display: inline-block;
    width: 100px;
    border-radius: 3px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    margin: 0 5px;
    border: 1px solid #8f9bb2;
    color: #8f9bb2;
    font-size: 12px;
}

.feedback-wrap .feedback-btn.active, .feedback-wrap .feedback-btn:hover {
    background: #0055ff;
    border: 1px solid #0055ff;
    color: #fff;
}

.feedback-wrap .feedback-btn.active .icon-svg, .feedback-wrap .feedback-btn:hover .icon-svg {
    color: #fff;
}

.feedback-wrap .more-suggest {
    margin: 26px 0 8px 0;
    color: #8a8c99;
}

.feedback-wrap textarea {
    margin-top: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 130px;
    width: 100%;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #e9ecf2;
    color: #8f9bb2;
}

.feedback-wrap .submit-suggest-btn {
    display: inline-block;
    width: 150px;
    height: 40px;
    background-color: #0055ff;
    border-radius: 5px;
    line-height: 40px;
    margin-top: 20px;
    text-align: center;
    color: #fff;
}

.zk-doclist-wrapper {
    position: absolute;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 20;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(64, 85, 127, 0.2);
            box-shadow: 0px 2px 8px 0px rgba(64, 85, 127, 0.2);
    border-radius: 5px;
    border: solid 1px #e9ecf2;
    top: 10px;
    left: 298px;
    display: none;
}

.zk-doclist-wrapper:before {
    position: absolute;
    width: 0;
    height: 0;
    left: -18px;
    top: 30px;
    border-top: 13px solid transparent;
    border-right: 18px solid #ebeef5;
    border-bottom: 13px solid transparent;
}

.zk-doclist-wrapper:after {
    position: absolute;
    width: 0;
    height: 0;
    left: -16px;
    top: 33px;
    border-top: 10px solid transparent;
    border-right: 16px solid #fff;
    border-bottom: 10px solid transparent;
}

.zk-doclist-inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: auto;
}

.zk-pd {
    /*height:480px;*/
    padding: 35px 30px 15px 50px;
    width: 800px;
}

.zk-content-ul > li {
    display: inline-block;
    position: relative;
    width: 200px;
    vertical-align: top;
    padding-bottom: 30px;
    font-size: 13px;
    text-align: left;
    line-height: 34px;
}

.zk-content-ul > li:not(:nth-child(3n+1)) {
    margin-left: 50px;
}

.zk-content-ul > li a {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    color: #596680;
    line-height: 1;
    width: 85%;
}

.zk-content-ul > li .zk-content-icon {
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    border-bottom: 1px solid #e1e4f5;
}

.zk-content-ul > li .zk-content-icon a {
    display: inline;
}

.zk-content-ul > li .zk-content-icon img {
    height: 20px;
    width: 20px;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -6px;
}

.zk-content-ul li ul li {
    height: 34px;
}

.zk-content-ul li ul li:hover .icon-svg, .zk-content-ul li ul li:hover a {
    color: #0055ff;
}

#pdf {
    width: 111px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    border-radius: 3px;
    border: solid 1px #0055ff;
    color: #0055ff;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#pdf > span {
    color: #0055ff;
}

#pdf:hover {
    background-color: #e5eeff;
    border-radius: 5px;
    border: solid 1px #0055ff;
}

.search-content-wrap {
    padding-bottom: 110px;
}

.search-content-wrap .blue {
    color: #0055ff !important;
}

.search-content-wrap .result-tip {
    color: #8a8c99;
    line-height: 50px;
    border-bottom: 1px solid #e1e4f5;
    padding: 6px 0;
}

.search-content-wrap .result-list-wrap {
    margin-top: 28px;
}

.search-content-wrap .result-list-wrap a {
    color: #333;
}

.search-content-wrap .result-list-wrap p {
    line-height: 32px;
}

.search-content-wrap .result-list-wrap p:first-child {
    font-size: 18px;
    font-weight: bold;
}

.search-content-wrap .result-list-wrap p:nth-child(2) {
    margin: 6px 0;
}

.search-content-wrap .result-list-wrap p:last-child, .search-content-wrap .result-list-wrap p:last-child a {
    color: #8a8c99;
}

.search-content-wrap .pagination {
    margin-top: 40px;
}

.search-content-wrap .pagination a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #333;
}

.search-content-wrap .pagination .total {
    font-weight: bold;
}

.search-content-wrap .pagination .button-wrap {
    display: inline-block;
    margin-left: 10px;
}

.search-content-wrap .pagination .button-wrap span {
    display: inline-block;
    vertical-align: middle;
    height: 25px;
    line-height: 25px;
    width: 25px;
    border: 1px solid #cfd6e6;
    font-weight: bold;
    text-align: center;
    margin: 0 4px;
}

.search-content-wrap .pagination .button-wrap span:not(.page-number) {
    background: #f7faff;
}

.search-content-wrap .pagination .button-wrap span.active {
    border-color: #0055ff;
    background: #0055ff;
}

.search-content-wrap .pagination .button-wrap span.active a {
    color: #fff;
}

.dropdown2 a {
    display: inline-block;
    width: 100%;
    color: #8a8c99;
}

.paper-wrap {
    margin-top: 30px;
    line-height: 40px;
    color: #0055ff;
}

.paper-wrap .pagination li {
    display: inline-block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
}

.paper-wrap .pagination li a {
    display: inline-block;
    width: 40px;
    height: 40px;
}

.paper-wrap .pagination .active {
    background: #0055ff;
    color: #fff;
}

.paper-wrap .pagination .disabled {
    color: #8a8c99;
    cursor: no-drop;
}

@media screen and (max-width: 1000px) {
    .doc-wrap .doc-content {
        padding: 0 15px;
        margin-bottom: 40px;
    }
    .doc-wrap ul {
        padding: 20px 15px 10px;
    }
    .doc-wrap ul li {
        width: 50%;
    }
    .doc-banner-box {
        margin-top: -60px;
        padding-top: 40px;
    }
    .doc-banner-box .doc-banner-content .doc-search {
        width: 100%;
        margin-top: 25px;
    }
    .doc-banner-box .doc-banner-content .content {
        display: block;
        text-align: left;
    }
    .doc-banner-box .title {
        font-size: 26px;
    }
    .side-nav-box,
    .feedback-wrap, .feedback-wrap.active {
        display: none;
    }
    .side-nav-box {
        position: absolute;
    }
    .main-content {
        padding-left: 10px;
        margin-left: 0;
    }
    .text-wrap {
        border-bottom: none;
        border-top: none;
    }
    .text-wrap .text-left {
        width: auto;
    }
    .text-wrap .text-left .title {
        font-size: 26px;
        margin: 0;
        margin-bottom: 10px;
    }
    .detail-content-outer:after {
        display: none;
    }
    a.doc-to-home {
        display: block;
        margin-top: 20px;
        color: #fff;
        height: 50px;
        line-height: 50px;
        padding: 0;
        font-weight: normal;
    }
    .side-nav-box {
        width: 55%;
        line-height: 60px;
    }
    .side-nav-box h2 {
        padding-left: 25px;
        padding-right: 25px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        white-space: nowrap;
    }
    .side-nav-box h2 span {
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        width: 80%;
    }
    .detail-content-active {
        overflow: auto;
    }
    .detail-content-active .main-content {
        padding-left: 226px;
        width: 600px;
    }
    .crumbs {
        margin-top: 20px;
    }
}
