body {
    /*font-family: "Helvetica", "Hiragino Sans GB", "PingFang SC", "STHeitiSC-Light", "Microsoft Yahei", '微软雅黑', "Arial", sans-serif;*/
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
    /*-webkit-text-size-adjust: 100%; 值为none，当样式表里font-size<12px时，中文版chrome浏览器里字体显示仍为12px*/
    /*-ms-text-size-adjust: 100%;*/

    -webkit-font-smoothing: antialiased;
    /* 让页面里的字体变清晰 */
    -moz-osx-font-smoothing: grayscale;
    /*抗锯齿属性*/
    -webkit-text-stroke: 1px transparent;
}

body,
html {
    width: 100%;
    /* overflow-x: hidden; */
    /* overflow-y: scroll; */
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #333333;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    box-shadow: none;
}

a:hover,
a:active,
a:link {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    box-shadow: none;
}

.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}

.col-md-8h {
    width: 12.5%;
    float: left;
}

.col-md-5h {
    width: 20%;
    float: left;
}

.w100 {
    width: 100%;
}

.flex {
    display: flex;
}

.flex-c {
    flex-direction: column;
}

.align-items-center {
    align-items: center
}

.align-items-baseline {
    align-items: baseline;
}

.justify-content-center {
    justify-content: center;
}

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

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

.bg-white {
    background: #ffffff;
}

.bg-gray {
    background: #f6f7f9;
}

.bg-darkblue {
    background: #2f3d67;
}

.bg-green {
    background: #23ac38;
}

.blod {
    font-weight: 600;
}

.text-normal {
    color: #333333;
}

.text-white {
    color: #ffffff;
}

.text-green {
    color: #23ac38;
}

.text-red {
    color: #d64949;
}

.text-gray {
    color: #999999;
}

.text-darkgray {
    color: #666666;
}

.font60{
    font-size: 60px;
}

.font40 {
    font-size: 40px;
}

.font36 {
    font-size: 36px;
}

.font30 {
    font-size: 30px;
}

.font26 {
    font-size: 26px;
}

.font24 {
    font-size: 24px;
}

.font20 {
    font-size: 20px;
}

.font18 {
    font-size: 18px;
}

.font14 {
    font-size: 14px;
}

.letter-spacing1 {
    letter-spacing: 1px;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt50 {
    padding-top: 50px;
}

.pt100 {
    padding-top: 100px;
}

.mt30 {
    margin-top: 30px;
}

.mt60 {
    margin-top: 60px;
}


.mb105 {
    margin-bottom: 105px;
}

.mt50 {
    margin-top: 50px;
}
.pd0{
    padding: 0;
}

@media (max-width: 1440px) {
    .font40 {
        font-size: 34px;
    }

    .font36 {
        font-size: 30px;
    }

    .font30 {
        font-size: 24px;
    }

    .font24 {
        font-size: 18px;
    }

    .font20 {
        font-size: 18px;
    }

}