
@font-face {
	font-family: PingFang;
	src: url(../font/pingfangmedium.ttf);
}

html {
    font-family: PingFang, "PingFang SC", "Microsoft YaHei", "微软雅黑", "Helvetica Neue", Helvetica, "Hiragino Sans GB", Arial, sans-serif;
}

.content_1280 {
    width: 1280px;
    margin: 0 auto;
}

.content_1600 {
    max-width: 1800px;
    margin: 0 auto;
}

.padding_content {
    padding: 10rem
}

.padding_100 {
    padding: 0 6.25rem;
}

.padding_12rem {
    padding: 12rem
}

.padding_10rem {
    padding: 10rem
}

.padding_8rem {
    padding: 8rem
}

.padding_4rem {
    padding: 4rem
}

.padding_2rem {
    padding: 2rem
}

.padding_1rem {
    padding: 1rem
}

.text08rem {
    font-size: 0.8rem;
}

.text09rem {
    font-size: 0.9rem;
}

.text11rem {
    font-size: 1.1rem;
}


.text_normal {
    font-size: 1rem
}

.text_small {
    font-size: 0.857rem
}

.text_mini {
    font-size: 0.75rem
}

.text_large {
    font-size: 1.142rem
}

.text_huge {
    font-size: 1.414rem
}

.title_huge {
    font-size: 2.5rem;
}

.title_large {
    font-size: 2.5rem
}
.title_normal {
    font-size: 2rem
}
.title_small {
    font-size: 1.75rem
}

.weight300 {
    font-weight: 300;
}

.weight400 {
    font-weight: 400;
}

.weight500 {
    font-weight: 500;
}

.weight600 {
    font-weight: 600;
}

.weight700 {
    font-weight: 700;
}

.flex_def {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.flex_wrap {
    flex-wrap: wrap;
}

.flex_column {
    flex-direction: column;
    align-items: stretch;
}

.flex_between {
    justify-content: space-between;
}

.flex_start {
    justify-content: flex-start;
}

.flex_end {
    justify-content: flex-end;
}

.align_flex_start {
    align-items: flex-start;
}

.bg_ff {
    background-color: #fff;
}

.bg_tr {
    background-color: transparent;
}

.text_c3 {
    color: #333;
}

.text_c5 {
    color: #555;
}

.text_cf {
    color: #f2f2f2;
}

.text_c0 {
    color: #000;
}

.text_c6 {
    color: #666;
}

.text_c7 {
    color: #777;
}

.text_c9 {
    color: #999;
}

.text_cc {
    color: #ccc;
}

.text_ce {
    color: #eee;
}

.text_f2 {
    color: #f2f2f2;
}

.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
}

.column_to_row_800 {
    flex-direction: column;
}

@media (max-width: 1000px) {
    .padding_content {
        padding: 6vw;
    }
    .title_huge {
        font-size: 2.5rem
    }
    .title_large {
        font-size: 2.25rem
    }
    .title_normal {
        font-size: 2rem
    }
}

/* @media (max-width: 800px) {
    .padding_content {
        padding: 4vw;
    }
    .title_huge {
        font-size: 2.25rem
    }
    .title_large {
        font-size: 2rem
    }
    .title_normal {
        font-size: 1.75rem
    }
    .row_to_column_800 {
        flex-direction: column;
    }
    .column_to_row_800 {
        flex-direction: row;
        width: 100%;
        text-align: center
    }
    .column_to_row_800 p{
        width: 40vw;
    }
} */

/* @media (max-width: 600px) {
    .padding_content {
        padding: 4vw;
    }
    .title_huge {
        font-size: 2rem
    }
    .title_large {
        font-size: 1.75rem
    }
    .title_normal {
        font-size: 1.4rem
    }
} */

.padding_tb_0 {
    padding-top: 0;
    padding-bottom: 0;
}

.padding_tb_2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.padding_lr_0 {
    padding-left: 0;
    padding-right: 0;
}

.bg_linear {
    background: linear-gradient(360deg, #F0F1F5 0%, #FFFFFF 51%, #F0F1F5 100%);
}

.hover_point:hover {
    cursor: pointer;
}