/*====帮助文档====*/
.more{float: right;font-size: 14px;font-weight: normal;}
/*结构*/
.help-main-content-wrapper{margin: 0 auto;width: 100%;position: relative;min-height: 500px;}
.help-main-content{width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: visible!important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: calc(100vh - 121px);}
/*====侧导航====*/
.help-docs-menu-box{z-index: 5;background-color: #fafafa;width:300px;margin-right: -300px; float: left;max-height: 100vh;border-right: 1px solid #e9e9e9;min-height: calc(100vh - 121px);}
.help-docs-menu-box.fixed {position: fixed !important;top: 0!important;}
.help-docs-menu {
    overflow-y: auto;
    display:block;
    vertical-align: top;
    position: relative;
}
.help-docs-menu-header{padding:10px 0;margin-bottom: 20px;position: relative;border-bottom: solid 1px #e9e9e9}
.help-docs-menu-header .go-back{padding-left: 20px;font-size: 14px;color: #999;}
.help-docs-menu-header .go-back:hover{color: #ff6904;}
.help-docs-menu-header .all-product{float: right;position: relative;}
.help-docs-menu-header .all-product-icon {line-height:30px}
.help-docs-menu-header .all-product-icon i{font-size:26px;cursor: pointer;padding-right: 25px;color: #979797;}
@media (max-width:768px){
    .help-docs-menu-box{display: none;}
}
/*侧导航内导航总览*/
.all-product-list-box{position: absolute;left:51px;top:-11px;width:calc(100vw - 590px); background: #fff; border: 1px solid #e9e9e9;box-shadow: 0 5px 15px rgb(0 0 0 / 5%);z-index: 9;display: none;}
.all-product:hover .all-product-list-box{display: block}
.all-product-list{width: 100%;max-height: calc(100vh - 127px);padding: 35px;overflow-x: hidden;overflow-y: auto;-moz-column-count: 3;column-count: 3;-moz-column-gap: 10px;column-gap: 10px;column-span:none;}
.all-product-list-item{overflow: hidden;}
.all-product-list-item .item_content{}
.all-product-list-item:first-child .item-l1-title{margin-top: 0;}
.all-product-list-item .item-l1-title{font-weight: bold;font-size: 16px;margin: 10px 0;}
.all-product-list-item .item-l2-list a{display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 14px;}

/*搜索*/
.all-product-search{padding: 35px 35px 0;position: relative;}
.all-product-search .search-input{width: 100%;line-height: 40px;height: 40px;border: 1px solid #e4e6f3;}
.all-product-search .search-btn{right:36px;top:36px;position: absolute;border: none;line-height:38px;height:38px;width: 50px;background: #fff;color: #c0c4cc;}
.all-product-search .search-btn i {font-size: 22px;}
/*侧导航主体*/
.help-docs-menu-body{padding:0;}
.help-docs-title{font-size: 18px;color: #333; font-weight: bold;display: block;margin: 10px 25px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
/*搜索*/
.help-docs-search{position: relative;margin:10px 25px 20px;}
.help-docs-search .search-input{border: 1px solid #e4e6f3;background:#fff;width: 100%;border-radius: 2px;padding: 5px 10px;line-height: 38px;height: 38px;}
.help-docs-search .search-input:focus{box-shadow: none;border: 1px solid #f9aa75;}
.help-docs-search .search-btn{border: none;background:#fff;cursor: pointer;position: absolute;right:1px;bottom:1px;line-height: 36px;height: 36px;color: #c0c4cc;padding: 0 10px}
.help-docs-search .search-btn i{font-size: 22px;}
.help-docs-search .search-btn:hover{color: #ff6904;}

/* help-menu-nav */
.help-menu-nav{transition: all .3s;overflow-y: auto;width: 100%}
.metismenu {
    padding:0 25px;
    margin: 0
}

.metismenu li {
    display: block;
    width: 100%
}

.metismenu .mm-collapse {
    display: none
}

.metismenu .mm-collapse:not(.mm-show) {
    display: none
}

.metismenu .mm-collapse.mm-show {
    display: block
}

.metismenu .mm-collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height,visibility;
    transition-property: height,visibility
}

.vertical-menu {
    width: 240px;
    z-index: 1001;
    background: #fff;
    bottom: 0;
    margin-top: 0;
    position: fixed;
    top: 70px;
    -webkit-box-shadow: 0 -3px 31px 0 rgba(0,0,0,.05),0 6px 20px 0 rgba(0,0,0,.02);
    box-shadow: 0 -3px 31px 0 rgba(0,0,0,.05),0 6px 20px 0 rgba(0,0,0,.02)
}

.main-content {
    margin-left: 240px;
    overflow: hidden
}

.main-content .content {
    padding: 0 15px 10px 15px;
    margin-top: 70px
}

#sidebar-menu {}

#sidebar-menu .mm-active>.has-arrow:after {
    content: "\e7b4"
}

#sidebar-menu .has-arrow:after {
    content: "\e743";
    font-family: "iconfont" !important;
    display: block;
    float: left;
    color: #c0c4cc;
    margin-right: 5px;
    margin-top:-1px;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s;
    font-size: 14px;
    font-weight: bold;
}
#sidebar-menu ul li a {line-height: 1.3;
    display: block;
    padding: 10px 0;
    color: #545a6d;
    position: relative;
    font-size: 14px;
    -webkit-transition: all .4s;
    transition: all .4s
}
#sidebar-menu ul li a i {
    display: inline-block;
    min-width: 1.6rem;
    padding-bottom: .125em;
    font-size: 1rem;
    line-height: 1.40625rem;
    vertical-align: middle;
    color: #7f8387;
    -webkit-transition: all .4s;
    transition: all .4s
}

#sidebar-menu ul li a:hover {
    color: #383c40
}

#sidebar-menu ul li a:hover i {
    color: #383c40
}

#sidebar-menu ul li .badge {
    margin-top: 5px
}

#sidebar-menu ul li ul.sub-menu {
    padding: 0
}

#sidebar-menu ul li ul.sub-menu li a {
    padding:10px 0 10px 17px;
    font-size: 13px;
    color: #545a6d;
    background-color: transparent
}

#sidebar-menu ul li ul.sub-menu li ul.sub-menu {
    padding: 0
}

#sidebar-menu ul li ul.sub-menu li ul.sub-menu li a {
    padding:8px 0 8px 46px;
    font-size: 12px;color: #999;
}
#sidebar-menu ul li ul.sub-menu li a:hover,
#sidebar-menu ul li ul.sub-menu li ul.sub-menu li a:hover,
#sidebar-menu ul li a:hover{color: #ff6904;}
#sidebar-menu ul li ul.sub-menu li ul.sub-menu li a:after {content: " ";width: 6px;
    height: 1px;
    background-color: #8a8d93;
    position: absolute;
    left: 30px;
    top: 14px;
    opacity: 0.6;
    cursor: pointer;}


.menu-title {
    padding: 12px 15px!important;
    letter-spacing: .05em;
    pointer-events: none;
    cursor: default;
    font-size: 10px;
    text-transform: uppercase;
    color: #7f8387;
    font-weight: 600
}

.mm-active {
    color: #7a6fbe!important
}

.mm-active>a {
    color: #ff3b00!important;
    background-color: #f9f8fb
}

.mm-active>a i {
    color: #7a6fbe!important
}

.mm-active .active {
    color: #7a6fbe!important
}

.mm-active .active i {
    color: #7a6fbe!important
}

.mm-active>i {
    color: #7a6fbe!important
}

@media (max-width: 992px) {
    .vertical-menu {
        display:none
    }

    .main-content {
        margin-left: 0!important
    }

    body.sidebar-enable .vertical-menu {
        display: block
    }
}
/*====内容主体====*/
.help-docs-view{margin-left: 300px; -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow: hidden;
    background: #fff;}
@media (max-width:768px){
    .help-docs-view{margin-left: 0}
}
/*洋葱皮*/
.sq_crumbs{line-height: 25px;font-size: 13px;padding:10px 0;}
.sq_crumbs a{color:#2881d3}

/*文章内容*/
.help-docs-content{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;padding: 36px;margin-right: 254px; overflow: hidden;}
.help-docs-content.no-right{margin-right: 0}
.sq_container{padding:20px;}
.sq_container_title{font-size: 32px;font-weight: normal;color: #333;line-height: 1.3;
    margin-bottom: 20px;}
.sq_container_message{font-size: 12px;color: #999;}
.sq_container_message a{color: #999;}
.sq_container_message a:hover{color: #ff6904;}
.sq_container_message a.red{color: #f53f43;}
.sq_container_message a.blue{color: #3092f5;}
.sq_container_message .acm_article{margin-right: 10px;vertical-align: middle;line-height:16px;float: left;}

.sq_tag_box{overflow: hidden;padding-top:15px;}
.sq_abstract{padding: 25px;background: #f9f9f9;line-height: 20px;color: #999999;font-size: 14px;line-height: 1.7;margin: 10px 0 30px 0}
.sq_body_content{overflow: hidden;width: 100%;}
.sq_body_content a{color: #4a88db;}
.sq_body_content a:hover{color: #fd4342;}
.sq_body_content img{max-width: 100%;}
.sq_body_maxheight{max-height:3000px;}
.com-markdown-collpase-toggle {margin-top: -135px;position: relative;z-index: 2;padding-top: 111px;text-align: center;box-sizing: border-box;}
.com-markdown-collpase-toggle:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(238,238,238,0)),color-stop(65%,#FFF));
    background-image: linear-gradient(180deg,rgba(238,238,238,0) 0,#FFF 65%);
}
.com-markdown-collpase-toggle .toggle-link {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 24px;
    color: #3092f5;
    text-decoration: none;
}

.sq_copyrights{background: #f8fbfe;font-size: 12px;padding:10px 20px;color:#7c9abf;margin:25px 0;}
.sq_figure{text-align: center;margin:15px 0;}
.sq_figure img{max-width: 100%;}
/*次级导航列表*/
.markdown-body{padding-left: 20px;}
.markdown-body li{list-style: disc;margin: 6px 0;color:#666;}
.markdown-body li a{color:#2881d3;}
.markdown-body li a:hover{color:#ff6904;}
/*分享*/
.sq_share{text-align: center;padding: 30px 0;}
.sq_share_btn{
    font-size: 16px;line-height:43px;height:45px;border: none;border-radius: 50px;width: 177px;color: #fff;cursor: pointer;margin: 0 5px;
    background: #ee013e;
    background: -webkit-linear-gradient(90deg, #ff4a43, #ee013e);
    background: -o-linear-gradient(90deg, #ff4a43, #ee013e);
    background: -moz-linear-gradient(90deg, #ff4a43, #ee013e);
    background: linear-gradient(90deg, #ff4a43, #ee013e);
}
.sq_share_btn:hover{background: #e30020;color: #fff;}
.sq_share_btn .iconfont{font-size:24px;margin-right: 5px;vertical-align: middle;}
.sq_share_btn_weak{display: inline-block;border: solid 1px #cccccc;color: #7f7f7f;background: #fff;}
.sq_share_btn_weak:hover{background: #f5f5f5;color: #7f7f7f;}

.sq_detail_article{overflow: hidden;border-top: solid 1px #ddd;margin-top: 15px;}
.sq_detail_article p{padding:5px 0 5px 10px;max-width: 50%;margin-bottom:0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.sq_detail_article .article-left{float: left}
.sq_detail_article .article-right{float: right;}
@media screen and (max-width:768px) {
    .sq_container_title{font-size: 22px;line-height: 1.5}
    .sq_container_message{padding:10px 0;}
    .sq_container {padding: 0}
    .sq_share_btn{width: 150px;font-size: 14px;line-height:38px;height:40px;}
    .sq_detail_article p{max-width: 100%;}
    .sq_detail_article .article-right{float: left;}
}


/*文章正文初始化*/
.sq_body_content h1,
.sq_body_content h2,
.sq_body_content h3,
.sq_body_content h4,
.sq_body_content h5,
.sq_body_content h6{color:#000;font-weight:700}
.sq_body_content h1{margin-top:16px;margin-bottom:12px;line-height:28px;font-size:20px}
.sq_body_content h2{margin-top:16px;margin-bottom:8px;line-height:26px;font-size:18px}
.sq_body_content h3{margin-top:16px;margin-bottom:8px;line-height:24px;font-size:16px}
.sq_body_content h1+h2,
.sq_body_content h1+h3,
.sq_body_content h2+h3{margin-top:12px}
.sq_body_content div.paragraph,
.sq_body_content p{margin-top:0;margin-bottom:8px;min-height:24px}
.sq_body_content ul{margin:0 0 16px;padding:0;list-style:none}
.sq_body_content ul>li{position:relative;margin-bottom:4px;padding-left:18px;list-style:none}
.sq_body_content ul>li::before{content:"";display:block;position:absolute;box-sizing:border-box;left:0;top:9px;width:6px;height:6px;border-radius:50%;background-color:#9ba6b7}
.sq_body_content ol{margin-top:0;margin-bottom:16px;padding:0;padding-left:18px;list-style-type:decimal}
.sq_body_content ol ol,
.sq_body_content ul ol{margin-top:8px;margin-bottom:8px;list-style-type:lower-roman}
.sq_body_content ol ol ol,
.sq_body_content ol ul ol,
.sq_body_content ul ol ol,
.sq_body_content ul ul ol{list-style-type:lower-alpha}
.sq_body_content ol>li{margin-bottom:4px;list-style:inherit}
.sq_body_content ol ul,
.sq_body_content ul ul{margin:8px 0}
.sq_body_content ol ul,
.sq_body_content ul ul{color:#666}
.sq_body_content ol ul>li:before,
.sq_body_content ul ul>li:before{width:7px;height:7px;border:1px solid #99a7b9;background-color:transparent}
.sq_body_content table{border-collapse:collapse;width:100%;margin-top:12px;margin-bottom:12px}
.sq_body_content table p{margin:0;min-height:24px;font-weight:400}
.sq_body_content th{padding:12px 16px;border:1px solid #e1e6f0;background-color:#f5f7fa;color:#677489;text-align:left;font-weight:400;word-break:keep-all}
.sq_body_content td{padding:12px 16px;border:1px solid #e1e6f0}
.sq_body_content table
.sq_body_content em,
.sq_body_content i{font-style:italic;font-weight:inherit}
.sq_body_content dd{margin-left:0}
.sq_body_content dl{margin-top:0;margin-bottom:24px;padding:0}
.sq_body_content dl dt{padding:0;margin-top:24px;font-size:1em;font-style:italic;font-weight:700}
.sq_body_content dl dd{padding:0 16px;margin-bottom:24px}
.sq_body_content blockquote{margin:0 0 24px;padding:0 15px;color:#777;border-left:4px solid #ddd}
.sq_body_content blockquote p{margin:0}
.sq_body_content blockquote+blockquote{margin-top:-24px}
.sq_body_content blockquote>:first-child{margin-top:0}
.sq_body_content blockquote>:last-child{margin-bottom:0}
.sq_body_content input[type=checkbox]{box-sizing:border-box;padding:0}
.sq_body_content kbd{display:inline-block;padding:3px 5px;color:#555;vertical-align:middle;background-color:#fcfcfc;border:solid 1px #ccc;border-bottom-color:#bbb;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 #bbb;box-shadow:inset 0 -1px 0 #bbb;font:11px Consolas,"Liberation Mono",Menlo,Courier,monospace;line-height:10px}
.sq_body_content code{display:inline-block;background-color:#f3f5f9;border-radius:0;padding:0 5px;color:#0abf5b;font-family:Consolas,"Liberation Mono",Menlo,Courier,'Microsoft Yahei',monospace;line-height:20px}
.sq_body_content pre{margin:12px 0;padding:16px 20px;color:#fff;background-color:#50556b;border-radius:3px;overflow:auto;-webkit-overflow-scrolling:touch;font-family:Consolas,"Liberation Mono",Menlo,Courier,monospace;word-wrap:normal}
.sq_body_content pre code{position:static;padding:0;display:inline;vertical-align:baseline;color:inherit;background:0 0}
.sq_body_content pre>code{font-size:100%;word-break:normal;white-space:pre}
/*文章正文初始化 end*/

/*====本页导读====*/
.help-docs-synopsis{width: 254px;float: right;margin-left: -254px; -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 258px;
    -ms-flex: 0 0 258px;
    flex: 0 0 258px;}
.help-docs-synopsis.fixed{position: fixed !important;top: 0px !important;right: 0!important}
.help-docs-synopsis-content{color: #999;
    font-size: 14px;
    padding:30px 0;}

.synopsis-items{}
.synopsis-items .title{font-size: 16px;margin-bottom:18px; color: #333;}
.synopsis-items .items{font-size: 14px;border-left: 1px solid #f3f3f3;line-height:1.3;
    color: #797979;margin-left:5px;overflow-y: auto;
    padding:0 20px 0 10px;
    position: relative;
    cursor: pointer;}
.synopsis-items .item{display: block;
    color: #797979;
    position: relative;
    cursor: pointer;padding:6px 0 6px 6px ;
}
.synopsis-items .item:hover{color: #ff6904}
.synopsis-items .item:hover:before{border-color: #ff6904;}
.synopsis-items .sub-item{font-size: 12px;margin-left:2em;padding:5px 0 5px 6px;color: #999;}
.synopsis-items .sub-item:hover{color: #ff6904}
.synopsis-items .item.active,
.synopsis-items .sub-item.active{color: #ff6904}
.synopsis-items .item.active:before {
    position: absolute;
    left: -12px;
    top: calc(25% + 0px);
    content: "";
    display: inline-block;
    width: 3px;
    height:15px;
    background: #ff6904;
}
@media screen and (max-width:1290px) {
    .help-docs-synopsis{display: none;}
    .help-docs-content{margin-right: 0;padding: 1rem}
    .all-product-list-box {width: calc(100vw - 303px);}
}

/*===一级导航===*/
.sq_intro{font-size: 14px;
    color: #373d41;
    line-height: 28px;
    margin-top: 3px;
    margin-bottom:10px;
    display: -webkit-box;}
.tag_name{display: block;float: left;margin: 0 10px 10px 0;line-height:30px;font-size: 14px;color: #797979; padding: 0 20px;border-radius: 2px; border: solid 1px #cacaca;}
.tag_name:hover{border: solid 1px #6198ec;background: #f9fcff;color: #3277e1;}

/*帮助导航展示*/
.learning-box{}
.learning-content{color: #666;overflow: hidden;
    border-bottom: dashed 1px #ddd;
    border-radius: 3px;
    margin-bottom: 8px;
    padding: .8rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-around;}
.learning-content .learning-title{padding: 10px;width:20%;text-align: center;font-weight: bold;}
.learning-content .learning-list{padding: 10px;display: block;width:80%;margin-bottom: 0;}
.learning-content .learning-list li{float: left;width: 32.33%;margin-left: 1%; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.learning-content .learning-list li a{font-size: 14px;}
/*常见*/
.common-problem {padding-top: 15px;}
.common-problem .learning-content{border: solid 1px #ddd;justify-content: flex-start;padding: 10px;background: #fdfdfd;}
.common-problem .learning-title{border-right: solid 1px #ddd;font-weight: normal;font-size: 14px;width:20%;}
.common-problem .learning-list{}
@media (max-width:992px){
    .learning-content .learning-list li{width:48.5%;}
}
@media (max-width:768px){
    .learning-content .learning-list li{width:100%;}
    .learning-content{flex-direction: column;}
    .learning-content .learning-title,.learning-content .learning-list{text-align: left;width:100%;padding: 0}
    .learning-content .learning-list li{margin-left: 0;}
    .common-problem .learning-title{width: 100%;border-bottom: solid 1px #ddd;border-right: none;text-align: center;padding-bottom: .4rem;margin-bottom: .25rem;}
}
/*======首页======*/
.help-banner{height:370px;background: url("../images/help-benner.jpg") no-repeat center top #e7eef4;padding-top: 110px;text-align: center;color: #333;}
.help-banner h1{font-size:40px;font-weight: normal;line-height: 1;color: #333333;}
.help-banner .min-wp{width: 800px;margin: auto;}
.help-banner-search {padding:25px 0 20px;}
.help-banner-search .search-text{height: 55px;line-height: 55px;width:630px;font-size: 16px;padding:0 10px; border: none;;border-radius:3px; box-shadow:0 5px 10px rgba(0,0,0,.05);vertical-align: middle;margin-right:6px;}
.help-banner-search .search-text:focus{box-shadow:0 7px 13px rgba(0,0,0,.05);}
.help-banner-search .search-btn{
    color: #fff; box-shadow:0 5px 10px rgba(0,0,0,.05);border: none;height: 55px;display: inline-block; line-height: 55px;border-radius:3px;vertical-align: middle;padding: 0 30px;font-size:18px;cursor: pointer;
    background: #ffc78a;
    background: -webkit-linear-gradient(90deg,#ff7a0a, #ff6604);
    background: -o-linear-gradient(90deg,#ff7a0a, #ff6604);
    background: -moz-linear-gradient(90deg,#ff7a0a, #ff6604);
    background: linear-gradient(90deg,#ff7a0a, #ff6604);
}
.help-banner-search .search-btn:hover{background: #ff5104;box-shadow:0 7px 13px rgba(0,0,0,.05);}
.help-banner-search .iconfont{font-size:20px;}
.help-banner-text{font-size:1rem;text-align: left;width:790px;margin: auto;}
.help-banner-text b{color: #333;}
.help-banner-text a{margin-right: 10px;}
/*index指引导航*/
.index-wp{padding:30px 100px;max-width: 1600px;}
.bg-index-white{background: #fff;box-shadow: 0 5px 15px rgb(0 0 0 / 5%);}
.index-guide{}
.index-guide .title{font-size:20px;font-weight: bold;}
.index-guide .sub-title{font-size:12px;color: #999}
.index-guide .guide-link{padding: 10px 0; justify-content: space-between;align-content: flex-end;align-items: center;display: flex;}
.index-guide .guide-link li{padding: 10px;text-align: center}
.index-guide .guide-link li span{display: block}
.index-guide .guide-link i img{width:40px;height:40px;}
.index-guide-left{float: left;width:50%;padding-right:30px;border-right: solid 1px #ededed;}
.index-guide-right{float: right;width:50%;padding-left:30px;}
/*常见问题*/
.index-common{border-top: solid 1px #ededed;padding: 15px 0;}
.index-common .index-common-title{font-size: 20px;font-weight: bold;margin-bottom: 15px;}
.index-common .index-common-list{}
.index-common .index-common-list li{float: left;width: 25%; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding-left: 15px;}
@media screen and (max-width: 1400px){
    .index-guide .guide-link li span{font-size: 14px;}

}
@media screen and (max-width: 1290px){
    .index-wp{padding:30px 20px;}
    .index-guide .guide-link li{padding: 1px}
    .index-common .index-common-list li{width:33.33%;font-size: 14px; }
}
@media screen and (max-width: 992px){
    .help-banner .min-wp{width: auto;margin: 0 15px;}
    .help-banner {height: 350px;padding-top: 75px;}
    .help-banner h1 {font-size: 26px;font-weight: bold;}
    .help-banner-search .search-text {height: 45px;line-height: 45px;width:100%;margin-bottom: 10px; font-size: 14px;}
    .help-banner-search .search-btn{height: 45px;line-height: 45px;margin-top: 20px;}
    .help-banner-text {font-size: 14px;text-align: left;width:100%;}
    .index-guide .guide-link li span {font-size: 12px;}
    .index-guide{width: 100%!important;float: none!important;border: none!important;padding: 0!important;}
    .index-common .index-common-list li {width: 50%;padding-left:0}
}
/*index导航地图*/
.help-index-title{font-size:20px;font-weight: bold;padding: 10px 0;}
.help-index-menu{width:250px;float: left;margin-right: -250px;}
.help-index-menu.fixed{position: fixed;top: 0;}
.help-index-menu ul{border-left: 1px solid #dcdcdc;margin-left:5px;padding-left:15px;display: block}
.help-index-menu ul li{position: relative;line-height: 25px;height: 25px;margin: 10px 0;}
.help-index-menu ul li.active{color: #ff6904;font-weight: bold;}
.help-index-menu ul li.active:before {position: absolute;left: -18px;top:0;content: "";display: inline-block;width:5px;height:25px;background: #ff6904;}
.help-index-content{margin-left:250px;}
.help-content-item-box{display: flex;flex-direction: row;flex-wrap: wrap;justify-content: flex-start;margin: 0 -1%;}
.help-content-item{background: #fff;width:31.3%;margin: 1%; float: left;box-shadow: 0 5px 15px rgb(0 0 0 / 5%);padding: 25px;height: 260px;}
.help-content-item li{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;position: relative;padding-left:15px;}
.help-content-item li:after {content: " ";width: 5px;height: 5px;
    border-radius: 10px;
    background-color: #b0b4bc;
    position: absolute;
    left: 0;
    top: 12px;
    opacity: 0.6;
    cursor: pointer;}
.help-content-item h3{font-size: 18px;margin-bottom: 10px;}
@media screen and (max-width: 1290px){
    .help-index-menu {width: 150px;margin-right: -150px}
    .help-index-content {margin-left: 150px;}
    .help-content-item {width:48%;padding:15px 20px;height: 220px;}
    .help-content-item h3 {margin-bottom:9px;}
}
@media screen and (max-width:992px){
    .help-index-menu {display: none;}
    .help-index-content {margin-left:0;}
    .help-content-item {width:100%;margin:5px 0;}
}

/*===== 搜索结果页面 =====*/
.search_result_banner{height:130px;background: url("../images/help-benner.jpg") center top #ddd;padding-top:35px;}
.search_result_search{width:73.5%;}
.search_result_search .search_b_text{line-height: 45px;height: 45px;width:80%;float: left;}
.search_result_search .search_b_btn{
    line-height: 45px;height: 45px;border: none;color: #fff;width:20%;font-size: 16px;float: left;cursor: pointer;
    background: #ff5c00;
    background: -webkit-linear-gradient(205deg,#ff5c00, #ff810d);
    background: -o-linear-gradient(205deg,#ff5c00, #ff810d);
    background: -moz-linear-gradient(205deg,#ff5c00, #ff810d);
    background: linear-gradient(205deg,#ff5c00, #ff810d);
}
.search_result_search .search_b_btn:hover{background: #ff5c00;}
.search_result_nav{width: 100%;clear: both;float: left;}
.search_result_nav ul{width: 100%;float: left;padding-top: 10px;font-size: 14px;}
.search_result_nav li{float: left;margin-bottom: -2px;line-height:43px;height:43px;position: relative;}
.search_result_nav li a{display: block;padding:0 20px;}
.search_result_nav li.active{border-bottom: solid 3px #ff7e23;font-weight: bold;}

@media screen and (max-width:768px) {
    .search_result_search{width: 100%;padding: 10px;}
    .search_result_banner{height: 125px;padding-top:19px;margin-bottom:0px;}
    .search_result_nav li a {padding: 0 10px;}
}
/*内容列表*/
.special_con{padding:0 20px 20px;overflow: hidden}
.special_tag{overflow: hidden;height: 30px;position: relative;margin-top: 20px;}
.special_tag a{display:block;float: left;margin:0 8px 8px 0; line-height: 25px;font-size: 12px; padding: 0 14px;background: #f9fafc;color: #7692bc;}
.special_tag a.active,
.special_tag a:hover{background: #fff8f4;color: #dd5549;}
.special_tag .more{position: absolute;right: 0;background: #fff;color: #999;padding:0 0 0 8px;margin: 0}
.special_tag .more span{font-size: 24px;}
.special_tag .more:hover{color: #dd5549;background:#fff;}

.special_bar{border-bottom: solid 1px #f5f5f5;overflow: hidden;padding:7px 0;}
.special_bar h3{font-size: 14px;font-weight: normal;color: #888;}
.special_bar h3 b{color: #666;}
.special_bar .filter-item{font-size: 12px;}
.special_bar .filter-item.active{color: #4880d5;font-weight: bold;}
.special_bar .com-split{font-size: 12px;color: #ccc;margin: 0 5px;}

.special_list li {position: relative;overflow: hidden;border-bottom:solid 1px #e1e1e1; padding:20px 10px;width: 100%;}
.special_list li:last-child{border-bottom: none;}
.special_list .panel_link {position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.special_list li .info_img{float: right;width:203px;height:136px;margin-left:20px;margin-top: 8px;}
.special_list li .info_img img{height: 100%;width: 100%;}
.special_list li .info_text{}
.special_list li .info_tit{ display:block; font-size:24px;line-height: 1.2; margin:15px 0;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.special_list li:hover .info_tit{color: #de0601;}
.special_list li .info_link{display:block;color:#006fc4;}
.special_list li .info_tip{display:block;font-size:12px; color:#b4b4b4;vertical-align: middle;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.special_list li .info_tip span{vertical-align: middle;}
.special_list li .info_con{height:68px;margin-top:8px; font-size:13px;line-height: 21px; color:#8a8a8a;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:3;overflow: hidden;}

.special_load{}
.special_load a{display: block;text-align: center;background: #f9f9f9;color: #838da9;line-height: 35px;}
@media screen and (max-width:992px) {
    .special_list li .info_img {width:150px;height: 100px;margin-left:10px;margin-top:5px;}
    .special_list li .info_tit{margin:8px 0;font-size:20px;}
    .special_list li .info_con{-webkit-line-clamp:2;height:41px;}
    .special_list li {padding:12px 4px;}
}
@media screen and (max-width:768px) {
    .special_con {padding: 0px 10px 20px;}
    .special_list li .info_img {width:120px;height:80px;}
    .special_list li .info_con{display: none;}
    .special_list li .info_tip{line-height: 17px;}
    .special_list li .info_tit{ display:-webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow: hidden;white-space: normal;height: 48px;}
}

/*======文章主体======*/
.sq_wp{max-width: 100%;margin: auto;}
.sq_main{overflow: hidden;margin-bottom: 20px;width: 100%}
.sq_crumbs{line-height: 25px;font-size: 13px;padding:10px 0;}
.sq_crumbs .current{color: #999}

.sq_container{padding:1rem;}
.sq_container_title{font-size: 28px;font-weight: normal;color: #333;margin-bottom: 0;}
.sq_container_message{font-size: 12px;color: #999;height:30px;}
.sq_container_message a{color: #999;}
.sq_container_message a.red{color: #f53f43;}
.sq_container_message a.blue{color: #3092f5;}
.sq_container_message .acm_article{margin-right: 10px;vertical-align: middle;line-height:16px;float: left;}

.sq_tag_box{overflow: hidden;padding-top:15px;}
.tag_name{display: block;float: left;margin: 0 7px 10px 0;line-height: 22px;font-size: 12px;color: #797979; padding: 0 14px;border: solid 1px #cacaca;}
.tag_name:hover{border: solid 1px #d1dbea;background: #f9fcff;color: #6f96d1;}

.sq_abstract{padding: 25px;background: #f9f9f9;line-height: 20px;color: #999999;margin: 10px 0 30px 0}
.sq_body_content{overflow: hidden;width: 100%;}
.sq_body_content a{color: #4a88db;}
.sq_body_content a:hover{color: #fd4342;}
.sq_body_content img{max-width: 100%;}
.sq_body_maxheight{max-height:fit-content;}
.com-markdown-collpase-toggle {margin-top: -135px;position: relative;z-index: 2;padding-top: 111px;text-align: center;box-sizing: border-box;}
.com-markdown-collpase-toggle:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(238,238,238,0)),color-stop(65%,#FFF));
    background-image: linear-gradient(180deg,rgba(238,238,238,0) 0,#FFF 65%);
}
.com-markdown-collpase-toggle .toggle-link {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 24px;
    color: #3092f5;
    text-decoration: none;
}

.sq_copyrights{background: #f8fbfe;font-size: 12px;padding:10px 20px;color:#7c9abf;margin:25px 0;}
.sq_figure{text-align: center;margin:15px 0;}
.sq_figure img{max-width: 100%;}

/*结构*/
.sq_ind_main{margin-top: -48px;z-index: 2;position: relative;overflow: hidden;margin-bottom: 10px;}
.sq_left{float: left;margin-bottom:15px;width:73.5%;margin-right:1.5%;}
.sq_right{float:right;margin-bottom:15px;width: 25%}
.sq_box{background: #fff;box-shadow: 0 3px 7px rgba(0,0,0,.08)}
.sq_box_padding{padding: 25px;}
.sq_right .sq_box_padding{margin-bottom:15px;}
.sq_title {line-height:1;padding-bottom: 14px;}
.sq_title span{font-size: 18px;}
.sq_con{overflow: hidden;}
@media screen and (max-width:768px) {
    .sq_left{margin-right:0px;width:100%;}
    .sq_right{float:none;width:100%;margin-left:0px;}
}
/*分页调整*/
.layui-laypage a, .layui-laypage span {height: 35px;line-height: 35px;font-size: 14px;}
.layui-laypage .layui-laypage-curr .layui-laypage-em {background-color: #ff6503;}

/*文章*/
.aq_jpwz{}
.aq_jpwz li{line-height: 20px;max-height: 40px; margin-bottom:10px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;font-size: 14px;padding: 0px 0 0px 15px;position: relative;}
.aq_jpwz li:after {content: " ";width: 4px;height: 4px;background-color: #bbb;position: absolute;left: 3px;top: 7px;opacity: 0.6;cursor: pointer;}
/*layui翻页美化*/
.layui-laypage a, .layui-laypage span {height: 35px;line-height: 35px;font-size: 14px;}
.layui-laypage .layui-laypage-curr .layui-laypage-em {background-color: #ff6503;}











