@font-face {
    font-family: 'Poppins-Regular';
    src: url('../../assets/font/Poppins-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Poppins-Medium';
    src: url('../../assets/font/Poppins-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Poppins-Bold';
    src: url('../../assets/font/Poppins-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../../assets/font/Poppins-SemiBold.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../../assets/font/Montserrat-Bold.ttf') format('truetype');
}
.fs72{ font-size: 72px;line-height: 1.5;font-family: 'noto sans'; }
.fs48{ font-size: 48px;line-height: 72px; }
.fs40{ font-size: 40px;line-height: 60px; }
.fs30{ font-size: 30px;line-height: 45px; }
.fs24{ font-size: 24px;line-height: 36px; }
.fs18{ font-size: 18px;line-height: 27px; }
.fw_b{
    font-weight: bold;
      font-family: 'Poppins-Bold';
}
.text-center{
    text-align: center;
}
.colorfff{
    color: #fff;
}
.color101F3A{
    color: #101F3A;
}
.text-overflow-hidden{
                    text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
}
/* 支持文本框换行 */
.pre_line{
     white-space: pre-line;
}