html,
body,
div,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}

ul>li {
    list-style: none
}

html {
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color: #F4F5F9
}

html::-webkit-scrollbar {
    width: 0px
}

.navbar {
    z-index: 99;
    position: absolute
}

.navbar .navbar-box {
    border-radius: 35px;
    background-color: #ffffff
}

.navbar .navbar-box .navbar-brand {
    padding-left: 20px
}

.navbar .navbar-box .navbar-brand img {
    width: 205px;
    height: 50px
}

.navbar .navbar-box .navbar-nav {
    width: 65%;
    display: flex;
    justify-content: space-around
}

.navbar .navbar-box .navbar-nav li a {
    font-size: 16px
}

.navbar .navbar-box .navbar-nav li:hover {
    cursor: pointer
}

.navbar .navbar-box .navbar-nav .curr {
    color: #7591FF
}

.carousel .carousel-inner {
    height: 100%
}

.carousel .carousel-inner .carousel-item {
    height: 100%;
    object-fit: cover
}

.carousel .carousel-inner .carousel-item img {
    height: 100%
}

.carousel .carousel-inner .carousel-item .carousel-caption {
    top: 20%;
    right: 15%;
    color: #5668FF;
    text-align: right
}

.carousel .carousel-inner .carousel-item .carousel-caption h1 {
    font-weight: bold
}

.carousel .carousel-inner .carousel-item .carousel-caption .title {
    font-size: 57px;
    font-weight: bold
}

.carousel .carousel-inner .carousel-item .carousel-caption .text {
    font-weight: bold;
    font-size: 60px
}

.footer {
    width: 100%;
    height: 230px;
    background: linear-gradient(to right, #7591FF, #5668FF);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.footer .top-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.footer .top-list ul {
    width: 70%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around
}

.footer .top-list ul a {
    color: #fff;
    font-size: 16px;
    text-decoration: none
}

.footer .body-list {
    width: 60%;
    margin: 15px auto
}

.footer .body-list ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-flow: row-reverse;
    justify-content: space-around
}

.footer .body-list ul li {
    display: flex;
    align-items: center
}

.footer .body-list ul li img {
    width: 25px;
    height: 26px;
    margin-right: 20px
}

.footer .body-list ul li p {
    margin: 0;
    color: #fff;
    font-size: 13px
}

.footer .body-list ul li:last-child p {
    width: 220px
}

.footer .line {
    width: 55%;
    height: .5px;
    margin: 15px auto;
    background-color: rgba(255, 255, 255, 0.593)
}

.footer .record-number {
    text-align: center
}

.footer .record-number a {
    color: #fff;
    font-size: 13px;
    text-decoration: none
}

@media screen and (max-width:1199px) {
    .navbar {
        padding: 0;
        padding: 0 !important;
        z-index: 99;
        position: absolute;
        background-color: #ffffff
    }

    .navbar .navbar-box {
        max-width: 100%;
        border-radius: 0;
        background-color: #ffffff
    }

    .navbar .navbar-box .navbar-brand {
        padding-left: 20px
    }

    .navbar .navbar-box .navbar-brand img {
        width: 205px;
        height: 40px
    }

    .navbar .navbar-box .navbar-toggler:focus {
        box-shadow: none
    }

    .navbar .navbar-box .navbar-nav {
        width: 95%;
        margin: 0 auto
    }

    .navbar .navbar-box .navbar-nav .curr {
        color: #7591FF
    }

    .carousel .carousel-inner .carousel-item {
        height: 80vw;
        object-fit: cover
    }

    .carousel .carousel-inner .carousel-item img {
        height: 100%
    }

    .carousel .carousel-inner .carousel-item .carousel-caption {
        top: 20vw
    }

    .carousel .carousel-inner .carousel-item .carousel-caption .title {
        font-size: 6vw;
        margin-top: 3vw
    }

    .carousel .carousel-inner .carousel-item .carousel-caption .text {
        font-size: 4vw
    }

    .footer {
        height: 320px
    }

    .footer .top-list ul {
        width: 90%
    }

    .footer .top-list ul a {
        font-size: 1.7vw
    }

    .footer .body-list {
        margin-top: 1vw
    }

    .footer .body-list ul {
        height: 14vw;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between
    }

    .footer .body-list ul li img {
        width: 3vw;
        height: 2.8vw;
        margin-right: 20px
    }

    .footer .body-list ul li div {
        display: flex
    }

    .footer .body-list ul li p {
        color: #fff;
        font-size: 1.5vw
    }

    .footer .body-list ul li:last-child p {
        width: auto
    }

    .footer .line {
        width: 80%;
        height: .5px;
        margin: 20px auto
    }

    .footer .record-number {
        font-size: 1.2vw
    }
}

@media screen and (max-width:900px) {
    .footer {
        height: 280px
    }
}

@media screen and (max-width:700px) {
    .footer {
        height: 240px
    }

    .footer .top-list {
        width: 100%
    }

    .footer .top-list ul {
        width: 68%;
        padding: 0;
        margin: 10px auto;
        flex-wrap: wrap;
        justify-content: flex-start
    }

    .footer .top-list ul li {
        width: 33.3%
    }

    .footer .top-list ul li a {
        font-size: 2.7vw
    }

    .footer .body-list {
        width: 68%;
        margin: 20px auto 10px
    }

    .footer .body-list ul {
        height: 13vw;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center
    }

    .footer .body-list ul li img {
        width: 4vw;
        height: 3.5vw;
        margin-right: 10px
    }

    .footer .body-list ul li p {
        color: #fff;
        font-size: 2vw
    }

    .footer .line {
        margin: 10px auto
    }

    .footer .record-number a {
        font-size: 2vw
    }
}

/*# sourceMappingURL=./common.css.map */