/* AT电子 */

@font-face {
    font-family: "OPPOSans-M";
    src: url("../font/OPPOSans-M.ttf");
}

@font-face {
    font-family: "OPPOSans-R";
    src: url("../font/OPPOSans-R.ttf");
}

@font-face {
    font-family: "DDIN-PRO";
    src: url("../font/D-DIN-PRO-400-Regular.otf");
}

.w-full {
    width: 100% !important;
}

* {
    /* font-family: "OPPOSans-R"; */
    font-family: "HarmonyOS Sans SC";
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

input {
    border: none;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.4948rem !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1 !important;
}

.swiper-pagination-bullet {
    margin: 0 9px !important;
    border: 2px solid #fff !important;
    opacity: 0.4 !important;
    background-color: transparent !important;
    width: 0.0521rem !important;
    height: 0.0521rem !important;
}

.swiper-button-next,
.swiper-button-prev {
    width: 0.562rem !important;
    top: 55% !important;
    height: 0.4948rem !important;
    margin-top: 0 !important;
    transform: translateY(-50%) !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: "" !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    border-left: 0px solid rgba(255, 255, 255, 0.1) !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    border-right: 0px solid rgba(255, 255, 255, 0.1) !important;
}

.p160 {
    padding: 0 0.8333rem;
    box-sizing: border-box;
}

.common_title {
    margin-top: 0.75rem;
    font-size: 40px;
    color: #03a1e9 !important;
    position: relative;
    margin-bottom: 0.4427rem;
    font-weight: 900;
}

.common_title::after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 0.0156rem;
    width: 60px;
    height: 8px;
    background-color: #03a1e9;
}

.common_title_center {
    text-align: center;
}

.common_title_center::after {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 8px;
    background-color: #03a1e9;
}

.m-auto {
    margin: 0 auto;
}

.mt-4 {
    margin-top: 0.32291rem;
}

.ml-4 {
    margin-left: 0.32291rem;
}

.mr-4 {
    margin-right: 0.32291rem;
}

.mr-10px {
    margin-right: 10px;
}

.mr-6px {
    margin-right: 6px;
}

.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}