
@font-face {
    font-family: Line Awesome Brands;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.ttf) format("truetype")
}

.lab {
    font-family: Line Awesome Brands;
    font-weight: 400
}

@font-face {
    font-family: Line Awesome Free;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.ttf) format("truetype")
}

.header-arrow,
.la {
    font-family: Line Awesome Free;
    font-weight: 400
}

@font-face {
    font-family: Line Awesome Free;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.ttf) format("truetype")
}

.header-arrow,
.la,
.swiper-button {
    font-family: Line Awesome Free;
    font-weight: 900
}

@font-face {
    font-family: Font Awesome Pro;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.ttf) format("truetype")
}

.tips-show{z-index: 999; position: fixed;top: 25%;left: 25%;width: 50%;/* height: 100%; */margin: AUTO;text-align: center;padding: 10px;background: rgba(0, 0, 0, .8);display: flex;justify-content: center;color: #fff;}
.cp-sec .swiper .bot{position: absolute;width: 100%;left:0;bottom:15px;display: flex;align-items: center;padding:0 25px;flex-wrap:wrap;justify-content: space-between;}
.cp-sec .swiper .title{ font-size: 16px;}