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


.header {
    width: 100%;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #E2E1E4;
}

.top-header {
    display: flex;
}

.header-left {
    padding-top: 12px;
}

.header-left img {
    width: 120px;
    height: 36px;
    margin-right: 90px;
}

.not-found {
    padding-top: 28px;
    text-align: center;
    font-size: 16px;

}

.not-image img {
    width: 548px;
    height: 264px;
}

.fail {
    margin: 18px 0 30px;
}

.bottomBtn {
    justify-content: center;
    padding-top: 60px;
}

.bottomBtn a:first-child {
    margin-right: 70px;
}

.bottomBtn a {
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #5EA7F8;
    border-radius: 20px;
    text-align: center;
    color: #5EA7F8;
}
