.bk-detail-text {
    position: relative;
    overflow: hidden;
}

.editor-mask {
    width: 100%;
    height: 80px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    position: absolute;
    left: 50%;
    bottom: 80px;
    transform: translateX(-50%);
}

.editor-open {
    width: 100%;
    height: 80px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.editor-open>div {
    width: 260px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #1A8CFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.editor-open>div span {
    display: block;
    margin-right: 4px;
    font-size: 14px;
    color: #1A8CFF;
    line-height: 20px;
}

.editor-open>div i {
    font-size: 14px;
    color: #1A8CFF;
    line-height: 20px;
}

.knowledge-detail-title {
    height: 22px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-align: justify;
    color: #262626;
}

.knowledge-detail-file {
    margin-bottom: 30px;
}

.knowledge-detail-file table {
    width: 100%;
    margin-top: 11px;
    text-align: left;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
}

.knowledge-detail-file thead {
    background: #f9f9f9;
}

.knowledge-detail-file th,
.knowledge-detail-file td {
    padding: 8px 22px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: justify;
    color: #262626;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.knowledge-detail-file td p {
    padding: 8px 0px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: justify;
    color: #262626;
}

.knowledge-detail-file td a {
    color: #1a8cff;
}

.knowledge-detail-file thead th:first-child {
    border-right: 0;
}

.knowledge-btn-b {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 6px;
}

.knowledge-btn-b span {
    display: block;
    font-size: 12px;
    color: #8C8C8C;
    line-height: 18px;
    margin-right: 12px;
    position: relative;
}

.knowledge-btn-b span:last-child {
    margin-right: 0;
}

.knowledge-btn-b span::before {
    content: '';
    width: 1px;
    height: 12px;
    background: #EBEBEB;
    position: absolute;
    right: -6px;
    top: 3px;
}

.knowledge-btn-b span:last-child::before {
    display: none;
}

.knowledge-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.addwx {
    width: 100%;
    height: 136px;
    border-radius: 8px 8px 8px 8px;
    background: url(../img/alert-addwx-backPC.png) center center no-repeat;
    background-size: 100% 100%;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    box-sizing: border-box;
}

.addwx-l {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.head-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.head-img img {
    display: block !important;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.addwx-text {
    width: 489px;
    height: 88px;
    background: #FFFFFF;
    border-radius: 8px;
    margin-left: 20px;
    position: relative;
    padding: 19px 20px;
}

.addwx-text::before {
    content: '';
    width: 16px;
    height: 16px;
    border: 8px solid transparent;
    border-top: 8px solid #fff;
    position: absolute;
    left: -10px;
    top: 40px;
    z-index: 0;
}

.addwx-text text {
    display: block;
    font-size: 20px;
    color: #1A8CFF;
    /* font-weight: 600; */
    line-height: 28px;
    position: relative;
    z-index: 1;
}

.addwx-text span {
    display: block;
    margin-top: 2px;
    font-size: 14px;
    color: #262626;
    line-height: 20px;
    position: relative;
    z-index: 1;
}

.addwx-r {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.addwx-r img {
    width: 92px;
    height: 92px;
}

.addwx-r>div {
    margin-left: 12px;
}

.addwx-r>div>span {
    display: block;
    font-size: 14px;
    color: #262626;
    line-height: 22px;
}

.fee-pop-form-outer {
    display: block;
}
.fee-pop-form-outer.jyb-form-container {
    margin-top: -150px;
}
.short-footer {
    width: 100%;
    margin: 30px auto 50px auto;
}

.short-footer .footer-cont {
    width: 1220px;
    margin: 0 auto
}

.short-footer .footer-cont ul {
    text-align: center;
    overflow: hidden;
    list-style: none;
}

.footer-cont li {
    display: inline-block;
    height: 14px;
    border-left: 1px solid #666;
    padding: 0 10px;
    line-height: 14px
}

.footer-cont li:first-child {
    border-left: 0;
    *border-left-style: expression(this.previousSibling==null?"none":"solid")
}

.footer-cont li a {
    font-size: 12px;
    color: #666;
    line-height: 14px
}

.footer-cont li a:hover {
    color: #1184e1
}

.footer-cont li a:focus {
    color: #666
}

.fcopyright {
    margin: 15px auto 0 auto;
    font-size: 12px;
    color: #aaa;
    line-height: 17px;
    text-align: center
}

.fcopyright .colora2 {
    color: #2a2a2a
}

.pr5 {
    padding-right: 5px
}

.font15 {
    font-size: 15px
}

.short-footer a {
    color: #aaa;
}
/* CDN 服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
    font-family: 'iconfont';  /* Project id 274560 */
    src: url('//at.alicdn.com/t/c/font_274560_070bv1tyn1zc.woff2?t=1677743925946') format('woff2'),
    url('//at.alicdn.com/t/c/font_274560_070bv1tyn1zc.woff?t=1677743925946') format('woff'),
    url('//at.alicdn.com/t/c/font_274560_070bv1tyn1zc.ttf?t=1677743925946') format('truetype');
}
.changing{
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 18px;
    top: 0px;
    z-index: 1;
    cursor: pointer;
    display: none;
}
.changing i{
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    color: #8C8C8C;
}
.changing span{
    display: block;
    margin-left: 6px;
    font-size: 12px;
    color: #8C8C8C;
}

.jyb-submit .login-btn-loading {
    width: 20px;
    height: 20px;
    background: url(https://passport.jiaoyubao.cn/images/loading.svg)no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
    -webkit-animation: weuiLoading 1s steps(12, end) infinite;
    margin-bottom: 3px;
}
.jyb-submit .loading {
    display: none;
}