﻿@charset "utf-8";

:root {
    --main-color: #F4B915;
    --yellow-color: #FCBF4A;
    --dark-color: #000;
    --white-color: #FFFFFF;
    --transition-custom2: all 0.8s ease-in-out;
}

img {
    max-width: 100%;
}

@keyframes jumpDown {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(5px)
    }
}


/* footer */
.back_top {
    position: fixed;
    right: 56px;
    bottom: 66px;
    display: none;
    z-index: 99;
}

.back_top a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: var(--main-color);
    border-radius: 50%;
}

@media (max-width:767px) {
    .back_top {
        right: 2px;
        bottom: 10px;
    }

    .back_top a {
        padding: 10px;
        width: 46px;
        height: 46px;
    }



}

/* banner */
.banner {
    margin-top: 180px;
    width: 100%;
    border-radius: 24px;
background: #FFF;
}

.banner .index_banner {
    width: 100%;
    height: 100%;
}

.index_banner .img_pc {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.img_m {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ban_text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
}

.ban_text .h2 {
    color: #FFF;
    text-align: center;
    font-family: 'Monda Bold';
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
}

.ban_text .ban_btn {
    padding-top: 40px;
    display: flex;
    justify-content: center;
}

.ban_text .t2 {
    overflow: hidden;
    transition: all 1.2s .6s;
}

.ban_text .t3 {
    overflow: hidden;
    transition: all 1.2s 1s;
}

.ban_text i {
    font-style: normal;
    line-height: inherit;
    display: block;
}

.ban_text i {
    transform: translateY(200%);
    transition: all 1.6s cubic-bezier(.33, 1, .68, 1);
}

.ban_text .ban_btn a {
    transform: translateY(200%);
    transition: all 1.6s cubic-bezier(.33, 1, .68, 1);
}

.index_banner .swiper-slide.swiper-slide-active i,
.index_banner .swiper-slide.swiper-slide-active .ban_btn a {
    transform: translateY(0);
}

.banner_btn {
    position: absolute;
    bottom: 8%;
    left: 0;
    width: 100%;
    z-index: 9;
}

.banner_btn .num {
    color: rgba(255, 255, 255, 0.5);
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.banner_btn .num .active {
    margin-right: 8px;
    font-size: 24px;
    color: var(--white-color);
}

.banner_btn .num em {
    margin-right: 3px;
}

.btn_r>div {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

.btn_r>div::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    background-color: var(--main-color);
    border-radius: 50%;
    transition: all 0.4s;
    z-index: -1;
}

.btn_r>div:first-child {
    margin-right: 20px;
}

.btn_r>div:hover {
    border-color: var(--main-color);
}

.btn_r>div:hover::before {
    width: 100%;
    height: 100%;
}

@keyframes wave {
    from {
        transform: translate(-50%, -100%);
    }

    to {
        transform: translate(-50%, -20%);
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@media screen and (max-height:800px) {


}

@media screen and (max-width:1366px) {

}

@media screen and (max-width:991px) {


}

@media screen and (max-width:767px) {


}

@media screen and (max-width:360px) {


}

@media screen and (max-width:359px) {


}


@media (max-width:350px) {}


@media (max-width:767px) {}
