﻿@font-face {
    font-family: 'myFont';
    src: url('/font/a.ttf'),
}

body {
    font-family: myFont !important;
}

span {
    font-family: myFont;
}

.ppSwiper {
    width: 100%;
    overflow: hidden;
}

    .ppSwiper .swiper-pagination-bullet {
        width: 36px;
        height: 8px;
        border-radius: 0;
    }

.ynSwiper .swiper2 {
    width: 1600px;
}

.ynSwiper .swiper-slide {
    text-align: center;
    background: unset;
    font-size: 18px;
}

    .ynSwiper .swiper-slide img {
        display: block;
        width: 100%;
        height: unset;
        object-fit: cover;
    }