@font-face {
    font-family: 'siyuan';
    src: url("/font/siyuan-black-font-CN-Medium.otf") format("truetype");
}
body {
    background-color: #F3F4F9;
    display: flex;
    justify-content: center;
}
#app {
    width: 100%;
}
.nav-wrap {
    background-color: #fff;
    box-shadow: 0px 6px 14px 1px rgba(138,142,153,0.1);
}
.help-wrap {
    width: 100%;
    padding-top: 115px;
    display: flex;
    justify-content: center;
}
.help-wrap>.container {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
}
.help-wrap .article-menu{
    width: 300px;
    height: auto;
    background: #FFFFFF;
    padding: 0px 0px 16px;
    box-shadow: 0px 0px 20px 1px rgba(138,142,153,0.1);
    border-radius: 10px 10px 10px 10px;
    opacity: 1;

}
.help-wrap .article-menu .article-menu-title{
    height: 56px;
    font-size: 20px;
    padding: 0px 30px;
    line-height: 56px;
    font-family: "Microsoft Yahei", "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    /*font-weight: bold;*/
    color: #333333;
    -webkit-background-clip: text;
    cursor: pointer;
}
.help-wrap .article-content{
    width: 880px;
    min-height: 70vh;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 1px rgba(138,142,153,0.1);
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
    padding: 0px 30px 0px;
}
.help-wrap .article-content .crumbs-dom {
    height: 56px;
    /*padding-left: 35px;*/
    font-size: 18px;
    line-height: 56px;
    font-family: "Microsoft Yahei", "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #333333;
    -webkit-background-clip: text;
    display: flex;
}
.help-wrap .article-menu .article-menu-list {
    width: 100%;
    height: 40px;
    padding: 0px 35px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    font-size: 16px;
    font-family: "Microsoft Yahei", "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #000000;
    -webkit-background-clip: text;
    line-height: 40px;
    cursor: pointer;
}
.help-wrap .article-menu .article-menu-list:hover {
    background: #F4F4F4;
}
.help-wrap .article-menu .article-menu-list-active {
    background: #F4F4F4;
}

.help-wrap .article-menu .article-menu-list .open-close{
    float: right;
    margin-top: 13px;
    width: 14px;
}
.help-wrap .article-menu .article-title {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    padding: 0px 35px 0 50px;
    font-family: "Microsoft Yahei", "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
    -webkit-background-clip: text;


}
.help-wrap .article-menu .article-title:hover{
    /*color: #FFFFFF;*/
    background: #F4F4F4;
    /*opacity: 0.05;*/
}
#app .help-wrap .article-menu .article-title-active {
    color: #f54e52;
    /*background: linear-gradient(89deg, #FD5F53 0%, #FA3B3F 100%);*/
}
#app .split-line {
    width: 100%;
    height: 1px;
    background: #E3E3E3;
    opacity: 1;
}
.article-content .crumbs-dom>span {
    display: flex;
}
#page-name {
    margin-right: 5px;
    width: 82px;
}
#article-title {
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 700px;
}
#name-content-title {
    font-size: 22px;
}
.article-content .article-info {
    padding-top: 10px;
}

/** 文章内容样式 */
.article-info {
    position: relative;
    margin: 20px 0;
    max-width: 960px;
    /*border-top: 1px solid #f5f5f5;*/
    text-align: justify;
}
.MsoNormal {
    margin: 10px 0;
    line-height: 1.8;
    font-size: 14px;
}
.MsoNormal {
    margin: 10px 0;
    line-height: 1.8;
    font-size: 14px;
}
.article-info img {
    width: 100%;
}
.article-title-dom {
    display: none;
}
.article-content .content-menu-item {
    padding-bottom: 40px;
}
.article-content .content-menu-item .content-menu-title-line{
    height: 0px;
    opacity: 1;
    border: 1px dashed #E3E3E3;
    margin: 10px 0 11px;
}
.article-content .content-menu-item .content-menu-line{
    width: 3px;
    height: 16px;
    background: #F54E52;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    margin-right: 8px;
}
.article-content .content-menu-item .content-menu-list-div {
    padding-bottom: 40px;
}
.article-content .content-menu-item .content-menu-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.article-content .content-menu-item .content-menu-list>div {
    display: flex;
    font-size: 20px;
    /*font-family: PingFang SC-Bold, PingFang SC;*/
    font-weight: bold;
    color: #333333;
    align-items: center;
}
.article-content .content-menu-item .content-menu-list>div.show_more {
    font-size: 14px;
    /*font-family: PingFang SC-Regular, PingFang SC;*/
    font-weight: 400;
    color: #999999;
    cursor: pointer;
}
.article-content .content-menu-item .content-menu-list>div.show_more span {
    font-size: 14px;
    width: 35px;
    height: 20px;
    font-weight: 400;
    color: #999999;
}
.article-content .content-menu-item .content-menu-list>div.show_more img {
    width: 10px;
    height: 15px;
}
.article-content .content-menu-item .content-menu-title-dom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.article-content .content-menu-item .content-menu-title-dom .content-menu-title {
    font-size: 18px;
    /*font-family: PingFang SC-Regular, PingFang SC;*/
    font-weight: 400;
    color: #333333;
    margin: 5px 0;
    flex-basis: 48%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.article-content .content-menu-item .content-menu-title-dom .content-menu-title:hover {
    background: #F4F4F4;
}
.article-content .search-dom {
    background-image: url("/static/images/help/shadow-img.png?v=1");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 880px;
    margin-left: -30px;
    height: 180px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.article-content .search-dom .search-div{
    height: 60px;
    width: 704px;
    display: flex;
}
.article-content .search-dom .search-div .search-input-div{
    height: 58px;
    width: 564px;
}
.article-content .search-dom .search-div .search-input-div input{
    height: 100%;
    width: 100%;
    border-radius: 10px 0px 0px 10px;
    border: 2px solid #F54E52;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    padding: 0 20px;
}
.article-content .search-dom .search-div .search-input-div input::placeholder{
    color: #BBBBBB;
}
.article-content .search-dom .search-div .search-submit-div {
    height: 58px;
    width: 136px;
    background: #F54E52;
    border-radius: 0px 10px 10px 0px;
    opacity: 1;
}
.article-content .search-dom .search-div .search-submit-div input{
    height: 100%;
    width: 100%;
    background: #F54E52;
    border-radius: 0px 10px 10px 0px;
    border: 2px solid #F54E52;
    font-size: 22px;
    /*font-weight: bold;*/
    color: #FFFFFF;
    cursor: pointer;
}
.article-content .search-dom .search-words-div{
    display: flex;
    justify-content: left;
    align-items: center;
    width: 704px;
}
.article-content .search-dom .search-words-div span{
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    margin: 10px 50px 0 0;
}
.article-content>.content-menu-title-line {
    height: 0px;
    opacity: 1;
    border: 1px dashed #E3E3E3;
    margin: 0px 0 30px -30px;
    width: 860px;
}
/*.article-content .search-dom .search-words-div .search-words {*/
/*    cursor: pointer;*/
/*}*/
.article-content .search-dom .search-words-div .search-words:hover {
    cursor: pointer;
    color: #F54E52;
}
.search-item-div {
    display: flex;
    align-items: center;
    height: 30px;
    cursor: pointer;
}
.search-item-div:hover {
    background-color: #F4F4F4;
}
.search-item-div .search-point {
    width: 6px;
    height: 6px;
    background: #F54E52;
    opacity: 1;
    border-radius: 50%;
}
.search-item-div .search-title {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
}
.search-item-div .search-title .match-keyword {
    color: #F54E52;
}
/** 文章内容样式 */

/** 分页器样式 **/
.tfxk-page-div {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 20px;
}
.tfxk-page-div .tfxk-page{
    width: 100%;
    display: flex;
    justify-content: center;
}
.tfxk-page-div .tfxk-page li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 36px;
    height: 36px;
    background: #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
    border: 1px solid #E1E1E3;
    margin: 0 5px;
    cursor: pointer;
}
.tfxk-page-div .tfxk-page li span {
    font-size: 14px;
    font-weight: 400;
    color: #8A8E99;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tfxk-page-div .tfxk-page .tfxk-page-text {
    height: 36px;
    font-size: 14px;
    font-weight: 400;
    color: #8A8E99;
    line-height: 36px;
    margin-left: 10px;
    white-space: nowrap;
}
.tfxk-page-div .tfxk-page .jump_page_num_li #jump_page_num {
    width: 50px;
    height: 32px;
    border: unset;
    text-align: center;
}
.tfxk-page-div .tfxk-page .go-to-page img {
    width: 8px;
}
.tfxk-page-div .tfxk-page li span.currentpage {
    background: #F54E52;
    color: #FFFFFF;
}
.tfxk-page-div .tfxk-page li span:hover {
    background-color: #F54E52;
    color: #FFFFFF;
}
.tfxk-page-div .tfxk-page .last-page {
    background-image: url('/icon/left-normal.png');
    background-repeat: no-repeat;
    background-size: 45%;
    background-position-x: 8px;
    background-position-y: 5px;
}
.tfxk-page-div .tfxk-page .last-page:hover {
    background-image: url('/icon/left-white.png');
}
.tfxk-page-div .tfxk-page .next-page {
    background-image: url('/icon/right-normal.png');
    background-repeat: no-repeat;
    background-size: 45%;
    background-position-x: 8px;
    background-position-y: 5px;
}
.tfxk-page-div .tfxk-page .next-page:hover {
    background-image: url('/icon/right-white.png');
}

.help-wrap .container .contact-div {
    width: 70px;
    height: 190px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 1px rgba(138,142,153,0.1);
    border-radius: 66px 66px 66px 66px;
    opacity: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    position: fixed;
    margin-left: 880px;
    top: 62.5vh;
}
.help-wrap .container .contact-div .contact-type {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.help-wrap .container .contact-div .contact-type .concrete-way{
    display: none;
    position: absolute;
}
.help-wrap .container .contact-div .contact-type .telphone {
    width: 198px;
    height: 56px;
    /* box-shadow: 0px 0px 20px 1px rgba(138,142,153,0.16); */
    opacity: 1;
    font-size: 20px;
    color: #333333;
    line-height: 56px;
    background-image: url('/static/images/help/tel-background.png');
    background-repeat: no-repeat;
    background-size: 123%;
    background-position-x: -27px;
    background-position-y: -28px;
    padding-left: 21px;
    position: absolute;
    right: 64px;
}
.help-wrap .container .contact-div .contact-type .wechat {
    width: 198px;
    height: 199px;
    /*box-shadow: 0px 0px 20px 1px rgba(138,142,153,0.16);*/
    opacity: 1;
    font-size: 20px;
    color: #333333;
    line-height: 56px;
    background-image: url('/static/images/help/wechat-background.png');
    background-repeat: no-repeat;
    background-size: 128%;
    background-position-x: -27px;
    background-position-y: -28px;
    position: absolute;
    right: 64px;
}
.help-wrap .container .contact-div .contact-type .wechat img {
    width: 89%;
    height: 90%;
    margin-left: 5px;
    margin-top: 12px;
}
.article-content .article-info img {
    cursor: pointer;
}
.tips_msg {
    font-size: 18px;
    color: #F54E52;
    text-align: center;
}
.article-content *{
    text-wrap: wrap !important;
}
