/* init */
*{
    font-family:PingFang SC;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

h1 {
    font-size: 40px;
    font-weight: 800;
    color: #000000;
    line-height: 44px;
    text-align: center;
}

h2 {
    font-size: 36px;
    font-weight: bold;
    color: #323C55;
    font-family: GlowSansSC-Normal-Heavy, GlowSansSC-Normal;
    line-height: 40px;
    text-align: center;
}

h6 {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
    text-align: center;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


.clear {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0;
}

.clearfix:after {
    content: ".";
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}


/*-------- 间距 --------*/

.ml20 {
    margin-left: 20px;
}

.mr16 {
    margin-right: 16px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mr32 {
    margin-right: 32px;
}

.mr50{
    margin-right: 50px;
}

.mr60{
    margin-right: 60px;
}

.mr80{
    margin-right: 80px;
}

.mt20 {
    margin-top: 20px;
}

.mt24 {
    margin-top: 24px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt60 {
    margin-top: 60px;
}

.mt80 {
    margin-top: 80px;
}

.mt100 {
    margin-top: 80px;
}


.mb16 {
    margin-bottom: 16px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb24 {
    margin-bottom: 24px;
}

.mb30 {
    margin-bottom: 32px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb32 {
    margin-bottom: 32px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb80 {
    margin-bottom: 80px;
}

.pd40 {
    padding: 40px 0px;
}

.pd60 {
    padding: 60px 0px;
}

.pd100 {
    padding: 100px 0px;
}

.w12 {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    overflow: inherit;
}

.transition,
.header .head_tool .btn,
.banner .btn,
.ind_banner .btn,
.min_banner .btn {
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
}

.flex {
    display: flex;
}

.flex.space {
    justify-content: space-between;
}

.flex.center {
    justify-content: center;
}

.flex.alcenter {
    align-items: center;
}

.flex.alend {
    align-items: flex-end
}

.flex.start {
    justify-content: flex-start;
}

.flex.end {
    justify-content: flex-end;
}

.flex.wrap {
    flex-direction: row;
    flex-wrap: wrap;
}

.flex .col2 {
    width: 50%;
}
.flex .col3 {
    width: 33.33%;
}
.text-center {
    text-align: center;
}

.text-over {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-over2 {
    overflow: hidden;
    min-height: 32px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-over3 {
    overflow: hidden;
    min-height: 32px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text-over4 {
    word-break: break-all;
    /*属性规定自动换行的处理方法。normal(使用浏览器默认的换行规则。),break-all(允许在单词内换行。),keep-all(只能在半角空格或连字符处换行。)*/
    text-overflow: ellipsis;
    display: -webkit-box;
    /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical;
    /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 1;
    /** 显示的行数 **/
    overflow: hidden;
    /** 隐藏超出的内容 **/
}
.text-line{text-decoration:line-through;}
.text-line-down{text-decoration: underline;}

.ft10 {
    font-size: 10px;
}

.ft12 {
    font-size: 12px;
}

.ft14 {
    font-size: 14px;
}

.ft16 {
    font-size: 16px;
}

.ft18 {
    font-size: 18px;
}

.ft20 {
    font-size: 20px;
}
.ft22 {
    font-size: 22px;
}
.ft24 {
    font-size: 24px;
}

.ft26 {
    font-size: 26px;
}

.ft28 {
    font-size: 28px;
}

.ft30 {
    font-size: 30px;
}

.ft32 {
    font-size: 32px;
}

.ft34 {
    font-size: 34px;
}

.ft36 {
    font-size: 36px;
}

.ft40 {
    font-size: 40px;
}

.ftw400 {
    font-weight: 400;
}

.ftw500 {
    font-weight: 500;
}

.ftw600 {
    font-weight: 600;
}

.ftw800 {
    font-weight: 800;
}

.ftwblod {
    font-weight: bold;
}

.button{
    width: 200px;
    height: 60px;
    background: #5CD319;
    border-radius: 40px;
    line-height: 60px;
    text-align: center;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 800;
    cursor: pointer;
}

