
@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;

}
.intention_form {
    position: fixed;
    top: 1.065rem;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    padding: 0.4rem 0.525rem 0.855rem 0.525rem;

}

.intention_form .form-content {
    width: 100%;
    height: calc(100vh - 2.29rem);
    background: #FFFFFF;
    border-radius: 6px;
    padding: 0.8rem 0.4rem 0.8rem 0.545rem;
    overflow: auto;
}

.form-title {
    font-weight: bold;
    justify-content: space-between;
    margin-bottom: 0.8rem;
}

.form-cancel {
    width: 0.4rem;
    height: 0.4rem;
}

.form-label {
    justify-content: space-between;
    padding-bottom: 0.255rem;
}

.form-input {
    margin-bottom: 0.665rem;
}

.form-input input {
    width: 100%;
    height: 1.065rem;
    line-height: 1.065rem;
    border-radius: 3px;
    padding-left: 0.28rem;
    border: 0;
    border: 1px solid #E2E1E4;
    font-family: "SourceHanSansCN";
}

input, textarea {
    outline: none;
    -webkit-appearance: none; /*去除系统默认的样式*/
}

.form-input textarea {
    width: 100%;
    border-radius: 3px;
    padding-left: 0.28rem;
    padding-top: 0.345rem;
    border: 0;
    border: 1px solid #E2E1E4;
    font-family: "SourceHanSansCN";
}

.form-input #txt {
    font-family: "SourceHanSansCN";
    font-size: 0.4rem;
}

input:focus, textarea:focus {
    outline: none;
    border: 1px solid #E2E1E4;
}

#txt::-webkit-input-placeholder {
    color: #E2E1E4;
    font-family: 'SourceHanSansCN';
}

.submit {
    margin: 0.665rem auto 0.4rem;
}

.required {
    display: none;
}

.success {
    position: fixed;
    /*min-width: 3rem;*/
    padding: 5px 10px;
    background-color: #e4f2da;
    top: 1.3rem;
    right: 0.9rem;
    z-index: 1000;
    border-radius: 5px;
    color: #67C23A;
    font-size: 0.4rem;
    display: none;
}

.failed {
    position: fixed;
    /*min-width: 3rem;*/
    padding: 5px 10px;
    background-color: #f9e3e3;
    top: 1.3rem;
    right: 0.9rem;
    z-index: 1000;
    border-radius: 5px;
    font-size: 0.4rem;
    color: #F85E5E;
    display: none;
}


.contact-us {
    padding: 0.945rem 0.4rem 1.2rem 0.4rem;
    min-height: calc(100vh - 14.395rem);
}

.contact-form {
    padding-bottom: 1.48rem;
}

.feedback {
    padding-left: 0.255rem;
}

.feedback-img {
    margin-right: 0.44rem;
}

.feedback-img img {
    width: 4rem;
    height: 4rem;
}

.bottom-icon {
    height: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bottom-icon-item {
    margin-bottom: 0.4rem;
}

.contact-icon, .contact-icon img {
    width: 0.665rem;
    height: 0.665rem;
}

.contact-icon {
    margin-right: 0.15rem;
}

.address {
    margin: 1.185rem auto 0;
    width: 9.195rem;
    height: 3rem;
}

.address img {
    width: 9.195rem;
    height: 3rem;
}
<!--0.00020599365234375-->