﻿.keep-header {
    display: none
}

.keep-footer {
    display: none
}

.keep-main-content {
    margin: 0 auto;
    width: 100%
}

.intro-wrapper {
    margin-top: 0;
    padding: 0;
    margin-bottom: 0
}

.banner {
    position: relative;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}



.banner .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 50%;
}

.banner .video-bg video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    object-fit: cover
}

.banner .alpha-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .4
}

.banner .title {
    position: absolute;
    top: 50%;
    margin-top: -34px;
    z-index: 1;
    font-size: 56px;
    line-height: 68px;
    font-weight: 600
}

.banner p {
    position: absolute;
    top: 50%;
    margin-top: 55px;
    z-index: 1;
    font-size: 2.2rem;
    line-height: 3rem;
    text-align: center
}

.goods {
    background-color: #fff;
}

.goods .goods-banner-wrapper {
    height: 52rem;
    box-sizing: border-box;
}

.goods .goods-banner-wrapper .goods-outter {
    position: relative;
    bottom: -28px;
    padding-top: 10.2rem;
    height: 390px;
    margin: 0 80px;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
}

.goods .goods-banner-wrapper .goods-outter .goods-title {
    font-size: 3.6rem;
    font-weight: 600;
    color: #111;
    margin-bottom: 4rem
}

.goods .goods-banner-wrapper .goods-outter .goods-info .desc {
    font-size: 2rem;
    line-height: 3.4rem;
    color: #333;
    font-weight: normal
}

.goods .goods-banner-wrapper .goods-outter .pagination {
    position: absolute;
    left: 0;
    bottom: 95px;
    height: 3.2rem;
    width: 12.2rem;
}

.goods .goods-banner-wrapper .goods-outter .pagination .swiper-button-prev {
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    margin-right: 30px;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.goods .goods-banner-wrapper .goods-outter .pagination .swiper-button-next {
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.goods .swiper-container {
    top: -80px;
    padding-top: 0;
    margin: 0;
    padding-right: 80px;
    box-sizing: border-box;
}

.goods .swiper-container .goods-con {
    margin-top: 0;
    padding-left: 80px;
}

.goods .swiper-container .goods-con .goods-item {
    position: relative;
    width: 30.8rem;
    height: 30.8rem;
    border-radius: 1.2rem;
    overflow: hidden;
    margin-right: 1.5rem;
    background-color: #fff;
}

.goods .swiper-container .goods-con .goods-item .goods-item-img {
    width: 100%;
    height: 100%
}

.goods .goods-spot-wrapper {
    box-sizing: border-box;
    padding: 0 80px;
}

.goods .goods-spot-wrapper .goods-spot-outter {
    width: 100%;
    height: 0;
    padding-bottom: 30%;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.goods .goods-spot-wrapper .goods-spot-info {
    text-align: center;
    padding-bottom: 9rem;
}

.goods .goods-spot-wrapper .goods-spot-info .goods-spot-title {
    font-size: 4.8rem;
    font-weight: 600;
    line-height: 5.6rem;
    color: #111;
    margin-top: 5rem;
    margin-bottom: 2rem
}

.goods .goods-spot-wrapper .goods-spot-info .goods-spot-desc {
    font-size: 2rem;
    line-height: 3.4rem
}

@media screen and (min-width: 768px) and (max-width:1023px) {
    .banner {
        height:576px;
    }

    .banner .video-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding-bottom: 50%;
    }

    .banner .video-bg video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        object-fit: cover;
        height: 576px
    }

    .banner .alpha-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: .4
    }

    .banner .title {
        font-size: 56px;
        line-height: 68px
    }

    .banner p {
        font-size: 2.2rem;
        line-height: 3rem
    }

    .goods {
        background-color: #fff;
    }

    .goods .goods-banner-wrapper {
        height: 64rem;
        box-sizing: border-box;
    }

    .goods .goods-banner-wrapper .goods-outter {
        padding: 4.4rem 4rem 0 4rem;
        box-sizing: border-box;
        width: 100%;
        height: 610px;
        margin: 0 auto;
        background-size: contain;
        background-position: bottom center;
        background-repeat: no-repeat;
        text-align: center;
    }

    .goods .goods-banner-wrapper .goods-outter .goods-title {
        font-size: 2.8rem;
        line-height: 4rem;
        font-weight: 600;
        color: #111;
        margin-bottom: 2rem
    }

    .goods .goods-banner-wrapper .goods-outter .goods-info .desc {
        font-size: 2rem;
        line-height: 3.4rem;
        color: #333;
        font-weight: normal
    }

    .goods .goods-banner-wrapper .goods-outter .pagination {
        padding-left: 30px
    }

    .goods .swiper-container {
        top: -40px;
        padding-top: 0;
        padding-right: 40px;
        margin: 0;
    }

    .goods .swiper-container .goods-con {
        margin-top: 0;
        padding-left: 40px
    }

    .goods .goods-spot-wrapper {
        box-sizing: border-box;
        padding: 0 40px;
    }

    .goods .goods-spot-wrapper .goods-spot-outter {
        width: 100%;
        height: 0;
        padding-bottom: 30%;
        margin: 0 auto;
        border-radius: 12px;
        overflow: hidden;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat
    }

    .goods .goods-spot-wrapper .goods-spot-info {
        text-align: center;
        padding-bottom: 9rem;
    }

    .goods .goods-spot-wrapper .goods-spot-info .goods-spot-title {
        font-size: 4.8rem;
        font-weight: 600;
        line-height: 5.6rem;
        color: #111;
        margin-top: 5rem;
        margin-bottom: 2rem
    }

    .goods .goods-spot-wrapper .goods-spot-info .goods-spot-desc {
        font-size: 2rem;
        line-height: 3.4rem
    }
}

@media screen and (max-width: 767px) {
    .banner {
        height:480px;
            background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .banner .video-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding-bottom: 50%;
    }

    .banner .video-bg video {
        height: 480px;
        visibility: hidden
    }

    .banner .alpha-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: .4
    }

    .banner .title {
        font-size: 32px;
        line-height: 38px
    }

    .banner p {
        width: 195px;
        margin-top: 20px;
        font-size: 16px;
        line-height: 22px
    }

    .goods {
        background-color: #fff;
    }

    .goods .goods-banner-wrapper {
        height: 39rem;
        box-sizing: border-box;
    }

    .goods .goods-banner-wrapper .goods-outter {
        padding: 2.2rem 1.6rem 0 1.6rem;
        box-sizing: border-box;
        width: 100%;
        height: 350px;
        margin: 0 auto;
        background-size: contain;
        background-position: bottom center;
        background-repeat: no-repeat;
        text-align: center;
    }

    .goods .goods-banner-wrapper .goods-outter .goods-title {
        font-size: 1.8rem;
        font-weight: 600;
        color: #111;
        margin-bottom: 1.4rem
    }

    .goods .goods-banner-wrapper .goods-outter .goods-info {
        width: auto;
    }

    .goods .goods-banner-wrapper .goods-outter .goods-info .desc {
        font-size: 1.6rem;
        line-height: 2.6rem;
        color: #333;
        font-weight: normal
    }

    .goods .goods-banner-wrapper .goods-outter .pagination {
        display: none
    }

    .goods .swiper-container {
        top: -39px;
        padding-top: 0;
        padding-right: 16px;
        margin: 0 0 0 16px;
    }

    .goods .swiper-container .goods-con {
        padding-left: 0;
    }

    .goods .swiper-container .goods-con .goods-item {
        position: relative;
        width: 18rem;
        height: 18rem;
        border-radius: .8rem;
        overflow: hidden;
        margin-right: .8rem;
        background-color: #fff;
    }

    .goods .swiper-container .goods-con .goods-item .goods-item-img {
        width: 100%;
        height: 100%
    }

    .goods .goods-spot-wrapper {
        box-sizing: border-box;
        padding: 0 16px;
    }

    .goods .goods-spot-wrapper .goods-spot-outter {
        padding-bottom: 40%;
        border-radius: 8px
    }

    .goods .goods-spot-wrapper .goods-spot-info {
        text-align: center;
        padding-bottom: 9rem;
    }

    .goods .goods-spot-wrapper .goods-spot-info .goods-spot-title {
        font-size: 1.8rem;
        font-weight: 600;
        line-height: 2rem;
        color: #111;
        margin-top: 5rem;
        margin-bottom: 2rem
    }

    .goods .goods-spot-wrapper .goods-spot-info .goods-spot-desc {
        font-size: 1.4rem;
        line-height: 3.4rem
    }
}
