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

@font-face {
    font-family: 'SourceHanSansCN-Bold';
    src: url(../fonts/SourceHanSansCN-Bold.3e4b56.woff2);
    font-style: normal;
}
@font-face {
    font-family: 'SourceHanSansCN-Heavy';
    src: url(../fonts/SourceHanSansCN-Heavy.fbc899.woff2);
    font-style: normal;
}
@font-face {
    font-family: 'SourceHanSansCN-Medium';
    src: url(../fonts/SourceHanSansCN-Medium.6a8de3.woff2);
    font-style: normal;
}
@font-face {
    font-family: 'SourceHanSansCN-Regular';
    src: url(../fonts/SourceHanSansCN-Regular.2dd414.woff2);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Agencyb';
    src: url(../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;
}

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

.banner {
    width: 1200px;
    margin: auto;
}

.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-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-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-18 {
    font-size: 18px;
}

.font-36 {
    font-size: 36px;
}

.font-32 {
    font-size: 32px;
}

.font-30 {
    font-size: 30px;
}

.font-40 {
    font-size: 40px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.font-26 {
    font-size: 26px;
}

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

.center {
    text-align: center;
}

.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
}

.title-left {
    width: 6px;
    height: 26px;
}

.title-right {
    margin-left: 14px;
}

.word {
    margin-left: 20px;
}

.full-title {
    padding-bottom: 44px;
}

.full-title div:first-child {
    margin-bottom: 10px;
}

.bold {
    font-weight: bold;
}

.category-box {
    height: 20px;
    line-height: 20px;
    border-radius: 4px;
    padding: 0 5px;
    margin-right: 10px;
}

.btn {
    width: 100px;
    height: 32px;
    line-height: 32px;
    background: #FFAD3F;
    border-radius: 6px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
}

.intention_form {
    position: fixed;
    top: 0;
    width: 100vw;
    min-height: 100vh;
    z-index: 100;
    background: rgba(0, 0, 0, 0.6);
    display: none;

}

.intention_form .form-content {
    width: 530px;
    min-height: 658px;
    background: #FFFFFF;
    border-radius: 6px;
    margin: 160px auto 0;
    padding: 40px;
}

.form-title {
    font-family: SourceHanSansCN-Bold;
    font-weight: bold;
    justify-content: space-between;
    margin-bottom: 38px;
}

.form-cancel, .form-cancel img {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.form-label {
    justify-content: space-between;
    padding-bottom: 14px;
}

.form-input {
    margin-bottom: 30px;
}

.form-input input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    padding-left: 20px;
    border: 0;
    border: 1px solid #E2E1E4;
    font-family: "SourceHanSansCN";
}

.form-input textarea {
    width: 100%;
    border-radius: 6px;
    padding-left: 20px;
    padding-top: 12px;
    border: 0;
    border: 1px solid #E2E1E4;
    font-family: "SourceHanSansCN";
    resize: none;
}

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

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

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

.submit {
    margin: 10px auto 20px;
}

.required {
    display: none;
}

.success {
    position: absolute;
    /*min-width: 260px;*/
    padding: 10px 20px;
    background-color: #e4f2da;
    top: 50px;
    right: 30px;
    z-index: 1000;
    border-radius: 5px;
    color: #67C23A;
    display: none;
}

.failed {
    position: absolute;
    /*min-width: 260px;*/
    padding: 10px 20px;
    background-color: #f9e3e3;
    top: 50px;
    right: 30px;
    z-index: 1000;
    border-radius: 5px;
    color: #F85E5E;
    display: none;
}

.error {
    position: absolute;
    min-width: 260px;
    padding: 10px 20px;
    background-color: #f9e3e3;
    top: 50px;
    right: 30px;
    z-index: 1000;
    border-radius: 5px;
    color: #F56C6C;
    display: none;
}


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


.tools {
    min-height: calc(100vh - 462px);

}

.tools-top {
    width: 100%;
    height: 200px;
    background: #F8FBFD;
    padding-top: 50px;
    position: relative;
}

.tools-banner {
    position: absolute;
    height: 148px;
    background: #FFFFFF;
    box-shadow: 0px 4px 32px 3px rgba(30, 30, 46, 0.05);
    border-radius: 10px;
    padding: 36px;
    bottom: -74px;
    left: 50%;
    transform: translateX(-50%);

}

.tools-banner-title {
    justify-content: center;
    margin-bottom: 10px;
}

.tool-left-line {
    width: 182px;
    height: 2px;
    /*background: url('{% static 'app/images/tool-banner-left-line.png' %}') center center no-repeat;*/
    /*background-size: 182px 2px;*/
    margin-right: 28px;
}

.tool-right-line {
    width: 182px;
    height: 2px;
    /*background: url('{% static 'app/images/tool-banner-right-line.png' %}') center center no-repeat;*/
    /*background-size: 182px 2px;*/
    margin-left: 28px;
}

.web-nav {
    margin-top: 124px;
}

.tool-tab {
    justify-content: center;
    padding-bottom: 86px;
}

.tool-tab-item {
    background: #FFFFFF;
    border-radius: 50%;
    margin-right: 56px;
    cursor: pointer;
}

.tool-tab .tool-tab-item:last-child {
    margin-right: 0;
}

.tool-tab-item img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #F5F7FB;

}

.currentTab img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 4px 32px 3px rgba(30, 30, 46, 0.05);

}

.tab-content {
    min-height: 500px;
}

.web-content {
    padding: 0 20px 120px 70px;
}

.content-item {
    display: none;
}

.web-left {
    width: 354px;
    margin-right: 40px;
}

.web-logo, .web-logo img {
    width: 182px;
    height: 50px;
}

.web-introduce {
    line-height: 30px;
    margin: 52px 0 56px;
    white-space: pre-line;

}

.web-right, .web-right img {
    width: 718px;
    height: 440px;
}

.wx-box {
    width: 100%;
    min-height: 800px;
    background: linear-gradient(#F8FBFD, #fff);
    padding-top: 66px;

}

.wx-content-item {
    display: none;
}

.wx-content {
    padding-left: 70px;
    padding-bottom: 144px;
}

.wx-left, .wx-left img {
    width: 574px;
    height: 620px;
}

.wx-right {
    width: 354px;
    margin-left: 102px;
}

.wx-logo, .wx-logo img {
    width: 182px;
    height: 50px;
}

.wx-introduce {
    margin: 54px 0 44px;
    line-height: 30px;
    white-space: pre-line;
}

.wx-ma, .wx-ma img {
    width: 110px;
    height: 110px;
}

.wx-prompt {
    margin-top: 30px;
}
