.img-wrapper {
    padding-top: 184px;
}

.footer-section {
    background-color: #000;
}

.display-none {
    display: none !important;
}

/** 回到顶部 start */
.affix-wrapper {
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    transform: scale(0.8);
    transition: all 0.3s ease-in-out;
}

.affix-wrapper:hover {
    transform: scale(1);
}

.affix-icon {
    width: 80%;
    transform: translate(9px, 5px);
}
/** 回到顶部 end */

.mobile-logo-wrap a {
    display: block;
    width: 50%;
}

.header-logo a {
    display: block;
    width: 75%;
}

header.style-1 .main-menu > ul > li ul.sub-menu {
    position: fixed;
    /* width: 100vw; */
}

header.style-1.two {
    position: fixed;
}

.coming-soon-content {
    text-align: center;
}

.model-title {
    padding-top: 40px;
    font-weight: 400;
    font-size: 22px;
    color: #000000;
    line-height: 44px;
}

.coming-soon-list {
    display: flex;
    flex-wrap: wrap;
}

.coming-soon-list:last-child {
    padding-bottom: 40px;
}

.coming-soon-item {
    width: 200px;
    /* height: 200px; */
    padding-top: 40px;
    margin-right: 55px;
}

.coming-soon-item-img {
    width: 100%;
}

.coming-soon-item-title {
    padding-top: 20px;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 28px;
}

.primary-btn-color {
    background-color: #000000;
}

.primary-btn-color:hover {
    background-color: var(--paragraph-color);
}

.coming-soon_load_more_btn_wrap {
    width: 190px;
    margin: 90px auto 40px;
    text-align: center;
}

.coming-soon_load_more_btn_wrap button {
    width: 190px;
    height: 54px;
    border-radius: 60px;
    border: 1px solid #d2d2d2;
    background-color: #ffffff;
    font-weight: 800;
    font-size: 20px;
    color: #2d2d2d;
    line-height: 54px;
}

.submenu-scroll.container {
    padding: 0;
}

.coming-soon-top-text,
.coming-soon-bottom-text {
    /* font-weight: 800; */
    font-size: 40px;
    color: #000000;
    line-height: 56px;
    padding-top: 100px;
}

.coming-soon-bottom-text {
    font-weight: 300;
    padding-top: 20px;
    padding-bottom: 100px;
}

.motorcycle-name {
    font-weight: normal;
    font-size: 32px;
    line-height: 44px;
}

.motorcycle-right-text {
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
}

.motorcycle-right-text a {
    color: #000000;
}

.motorcycle-right-text a:hover {
    text-decoration: underline;
}

.buy-btn {
    width: 142px;
    height: 40px;
    font-weight: 800;
    font-size: 16px;
    color: #ffffff;
    line-height: 40px;
    margin-left: 70px;
    text-align: center;
}

/* small screen */
@media (max-width: 576px) {
    /* .model-title {
        padding-top: 20px;
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
    } */

    .coming-soon-item {
        margin-right: 0;
    }

    .coming-soon_load_more_btn_wrap {
        margin: 20px auto;
    }

    .motorcycle-name {
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 8px;
    }

    .motorcycle-right-text {
        font-size: 16px;
        line-height: 24px;
    }

    .img-wrapper {
        padding-top: 143px;
    }

    .buy-btn {
        width: 130px;
        font-size: 14px;
        line-height: 36px;
    }
}

/* medium screen */
@media (min-width: 576px) and (max-width: 768px) {
    /* .model-title {
        padding-top: 20px;
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
    } */

    .coming-soon-item {
        margin-right: 0;
    }

    .coming-soon_load_more_btn_wrap {
        margin: 20px auto;
    }
}

/* large screen */
@media (min-width: 768px) and (max-width: 992px) {
    /* .model-title {
        padding-top: 20px;
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
    } */

    .coming-soon-item {
        margin-right: 0;
    }

    .coming-soon_load_more_btn_wrap {
        margin: 20px auto;
    }
}

/* xlarge screen */
@media (min-width: 992px) and (max-width: 1200px) {
    .coming-soon-top-text,
    .coming-soon-bottom-text {
        font-size: 36px;
        padding-top: 70px;
    }

    .coming-soon-bottom-text {
        padding-top: 10px;
        padding-bottom: 70px;
    }

    .img-wrapper .container {
        max-width: 100%;
    }

    .coming-soon-item {
        width: 150px;
        margin-right: 30px;
    }
}

@media (max-width: 1000px) {
    header.style-1 .main-menu > ul > li ul.sub-menu {
        position: static;
    }

    .coming-soon-top-text,
    .coming-soon-bottom-text {
        font-size: 15px;
        padding-top: 10px;
        line-height: 2;
    }

    .coming-soon-bottom-text {
        padding-bottom: 10px;
    }
}

/* xxlarge screen */
@media (min-width: 1200px) {
    .img-wrapper .container {
        max-width: 100%;
    }

    .coming-soon-item {
        width: 180px;
        margin-right: 40px;
    }

    .submenu-scroll {
        max-height: 800px;
        overflow-y: scroll;
    }
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 90%;
    }
}

.header-area .container {
    padding-left: 10px;
}
