
@font-face {
    font-family: 'SourceHanSansCN,SourceHanSansCN-Normal';
    src: url(/static/app/dist/fonts/SourceHanSansCN-Normal.723e7e.woff2);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceHanSansCN-Bold';
    src: url(/static/app/dist/fonts/SourceHanSansCN-Bold.3e4b56.woff2);
    font-style: normal;
}
@font-face {
    font-family: 'SourceHanSansCN-Heavy';
    src: url(/static/app/dist/fonts/SourceHanSansCN-Heavy.fbc899.woff2);
    font-style: normal;
}
@font-face {
    font-family: 'SourceHanSansCN-Medium';
    src: url(/static/app/dist/fonts/SourceHanSansCN-Medium.6a8de3.woff2);
    font-style: normal;
}
@font-face {
    font-family: 'SourceHanSansCN-Regular';
    src: url(/static/app/dist/fonts/SourceHanSansCN-Regular.2dd414.woff2);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Agencyb';
    src: url(/static/app/dist/fonts/AGENCYB.8ea49f.ttf);
    font-weight: normal;
    font-style: normal;
}

html,
body,
div,
p,
img,
form,
textarea,
input,
button,
span,
ul,
li,
a {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html,
body {
    /*font-size: 16px;*/
    font-family: SourceHanSansCN;
    -webkit-tap-highlight-color: transparent;
}

ul, li {
    list-style: none;
}

img {
    border-style: none;
}

a {
    text-decoration: none;
}

dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

.footer-flex {
    display: flex;
}

.color-ff8 {
    color: #FF8400;
}

.color-e7d {
    color: #3ACE7D;
}

.color-d3f {
    color: #FFAD3F;
}

.color-bd2 {
    color: #FFEBD2;
}

.color-085 {
    color: #085880;
}

.color-e5e {
    color: #F85E5E;
}

.color-1e4 {
    color: #E2E1E4;
}

.color-c9f {
    color: #808C9F;
}

.color-b54 {
    color: #203B54;
}

.color-0A6 {
    color: #8590A6;
}

.color-0A4 {
    color: #8790A4;
}

.color-aeb {
    color: #005AEB;
}

.color-cce {
    color: #CCE0FF;
}

.bac-d3f {
    background-color: #FFAD3F;
}

.bac-4e6 {
    background-color: #FFF4E6;
}

.bac-2ff {
    background-color: #EAF2FF;
}

.bac-aeb {
    background-color: #005AEB;
}

.bac-bf2 {
    background-color: #EAFBF2;
}

.bac-ffe {
    background-color: #FFEEEE;
}

.blod {
    font-family: 'SourceHanSansCN-Bold';
    font-weight: bold;
}

.medium {
    font-family: 'SourceHanSansCN-Medium';
}

.regular {
    font-family: 'SourceHanSansCN-Regular';
}

.font-10 {
    font-size: 0.265rem;
}

.font-11 {
    font-size: 0.295rem;
}

.font-12 {
    font-size: 0.32rem;
}

.font-13 {
    font-size: 0.34666rem;
}

.font-14 {
    font-size: 0.3733rem;
}

.font-15 {
    font-size: 0.4rem;
}

.space {
    white-space: pre-line;
}

.font-16 {
    font-size: 0.426666rem;
}

.font-17 {
    font-size: 0.4533rem;
}

.font-18 {
    font-size: 0.48rem;
}

.font-19 {
    font-size: 0.506666rem;
}

.font-36 {
    font-size: 0.96rem;
}

.font-32 {
    font-size: 0.8533rem;
}

.font-30 {
    font-size: 0.8rem;
}

.font-40 {
    font-size: 1.0667rem;
}

.font-20 {
    font-size: 0.53333rem;
}

.font-22 {
    font-size: 0.5866rem;
}

.font-23 {
    font-size: 0.613333rem;
}

.font-24 {
    font-size: 0.64rem;
}

.font-26 {
    font-size: 0.693333rem;
}

.flex {
    display: flex;
}

.center {
    text-align: center;
}

.title-bottom {
    width: 0.455rem;
    height: 0.08rem;
    margin: 0.255rem auto 0;
}

.full-title {
    padding-bottom: 0.665rem;
}

.m-top-45 {
    margin-top: 1.2rem;
}

.m-top {
    margin-top: 5px;
}

.category-box {
    height: 0.295rem;
    line-height: 0.295rem;
    border-radius: 2px;
    padding: 0 2px;
}

.van-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.van-multi-ellipsis--l2 {
    -webkit-line-clamp: 2
}

.van-multi-ellipsis--l3 {
    -webkit-line-clamp: 3
}

.van-multi-ellipsis--l4 {
    -webkit-line-clamp: 4
}

.van-multi-ellipsis--l2, .van-multi-ellipsis--l3, .van-multi-ellipsis--l4 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

.btn {
    width: 2.4rem;
    height: 0.935rem;
    line-height: 0.935rem;
    background: #FFAD3F;
    border-radius: 5px;
    text-align: center;
    color: #FFFFFF;
}

.flex-center {
    display: flex;
    align-items: center;
}

.m_header {
    width: 100%;
    height: 1.065rem;
    background-color: #fff;
    border-bottom: 1px solid #E2E1E4;
    padding: 0 0.4rem;
    justify-content: space-between;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1000;
}

.m_header_left, .m_header_right {
    display: flex;
    align-items: center;
}

.m_header_left img {
    width: 2.8rem;
    height: 0.8rem;
}

.m_header_right img {
    width: 0.48rem;
    height: 0.4rem;
}

.m_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 100000;
}

.nav-right {
    height: 100vh;
    width: 5.6rem;
    background-color: #fff;
    float: right;
    padding-top: 0.825rem;
}

.nav-img {
    margin-bottom: 0.8rem;
}

.nav-img img {
    width: 0.265rem;
    height: 0.455rem;
    margin-left: 0.4rem;
}


.m-nav-list a {
    display: block;
}

.nav-item {
    padding: 0.335rem 0 0.335rem 1.215rem;
    cursor: pointer;
    color: #808C9F;
    font-size: 0.425rem;
}

.active {
    background: rgba(255, 173, 63, 0.2);
    color: #FFAD3F;
}

.footer {
    width: 100%;
    min-height: 13.285rem;
    background: #F8FBFD;
    padding: 0.785rem 0.415rem 0 0.345rem;
}

.footer .footer-top {
    justify-content: space-between;
    /*justify-content: center;*/
}
/*.service-classes {*/
/*    margin-right: 1.5rem;*/
/*}*/

.footer .footer-title {
    margin-bottom: 0.64rem;
    font-weight: bold;
}

.footer .footer-contnt a, .center-bottom a, .footer-bottom a {
    color: #085880;
    line-height: 0.8rem;
}

.center-bottom {
    padding: 0.65rem 0;
}

.footer .footer-logo {
    margin-left: 0.415rem;
}

.footer .footer-logo img {
    width: 2.495rem;
    height: 2.08rem;
}

.footer .footer-noproblem {
    display: flex;
    align-items: center;
    margin-left: 0.665rem;
}

.footer .footer-noproblem img {
    width: 5.145rem;
    height: 1.11rem;
}

.footer .left-erweima img, .footer .right-erweima img {
    width: 1.865rem;
    height: 1.865rem;
}

.footer .left-erweima {
    margin-right: 0.36rem;
    display: flex;
    flex-direction: column;
    align-items: left;
}

.footer .footer-icon img {
    width: 0.345rem;
    height: 0.345rem;
}

.footer .footer-right {
    justify-content: space-between;
    padding-bottom: 0.505rem;
}

.footer .footer-icon {
    display: flex;
    margin-right: 0.24rem;
}

.footer-icon2 {
    margin-top: 3px;
}

.flex-center {
    align-items: center;
}

.flex-top {
    align-items: top;
    padding-top: 2px;
}

.address {
    line-height: 0.615rem;
    border-bottom: 1px solid #E2E8F0;
}

.footer-bottom {
    padding: 0.4rem 0 0.8rem;
    text-align: center;
}

.gotop {
    width: 1.6rem;
    height: 1.6rem;
    position: fixed;
    right: 0.4rem;
    bottom: 1.5rem;
    z-index: 1000000;
    display: none;
    transition: 0.3s;

}

#txt::-webkit-input-placeholder {
    color: #E2E1E4;
    font-family: 'SourceHanSansCN';
}
.new-hot {
    padding: 0 0.425rem 0 0.385rem;
}

.hots-item {
    display: block;
    width: 100%;
    min-height: 3.135rem;
    background: #FFFFFF;
    box-shadow: 0px 2px 16px 2px rgba(30, 30, 45, 0.05);
    border-radius: 5px;
    padding: 0.425rem 0.4rem 0.4rem 0.4rem;
    margin-bottom: 0.4rem;
}

.hots-item .hots-img, .hots-item .hots-img img {
    width: 2.665rem;
    height: 1.6rem;
}

.hots-item .hots-img {
    margin-right: 0.265rem;
}

.article-autor {
    justify-content: space-between;
    margin-bottom: 0.415rem;
}

.hots-right {
    width: 5.5rem;
}
.hots-title {
    font-family: SourceHanSansCN-Normal;
    font-weight: bold;
    color: #203B54;
    line-height: 0.485rem;

}

.hots-title .lstop {
    border: 1px solid #F85E5E;
    border-radius: 4px;
    padding: 0 2px;
    color: #F85E5E;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    margin-right: 4px;
}

.article-content {
    margin-top: 0.14rem;
}
.doc-detail {
    padding: 0.4rem 0.4rem 1.185rem 0.4rem;
    min-height: calc(100vh - 14.395rem);
}

.doc-title {
    font-weight: bold;
    padding: 0.8rem 0;
}

.doc-instr {
    justify-content: space-between;

}

.doc-content figure, .doc-content img {
    max-width: 100%;
    margin: auto;
}

.doc-content p {
    line-height: 0.8rem !important;
}

.doc-content h1 {
    font-size: 0.53333rem !important;
}
<!--0.00020694732666016-->