@font-face {
    font-family: "Akrobat";
    src: url("../fonts/Akrobat-ExtraBold.ttf");
    font-style: normal;
    font-weight: normal
}

:root {
    --container-width: 75rem;
    --active-color: #00b6b6;
    --black-color: #252525;
    --black-bg-color: #282626;
    --blue-color: #2f88ff;
    --border-color: #e5e5e5;
    --secondary-color: #666;
    --tip-color: #999;
    --primary-color: #333;
    --white-color: white;
    --image-filter-color: rgba(40, 38, 38, 0.96)
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100vh;
    position: relative
    
}

body {
    font-size: 1.5rem;
    font-weight: 400;
    background: #fbfbfb
}

.content {
    width: var(--container-width);
    margin: 1.5rem auto;
}

.content .title {
    font-size: 1.875rem;
    margin: 1.875rem 0;
    font-weight: 600;
    line-height: 1.5;

}

.swiper-wrapper {
    height: 30rem;
}

.gallery-top {
    margin-bottom: 1.2rem;
}

.swiper-slide .slide-item-img {
    height: 100%;
    width: 100%;
}

.swiper-slide .slide-item-img img {
    height: 100%;
    max-width: 100%;
    object-fit: fill;
}


.gallery-thumbs {
    /* width: 3rem; */
    height: 6rem;
    background: #f3f3f3;
    padding: 0.5rem 0 0.5rem;

}
.swiper-slide.swiper-bottom-item{
    height: 5rem;
    border: 2px solid #2f3030;
    opacity: 0.6;
}
.gallery-thumbs .swiper-wrapper{
    height: 6rem;

}
.swiper-slide.swiper-bottom-item.swiper-slide-active {
    border-color: #00b4b4;
    opacity: 1;
}


.swiper-slide.swiper-bottom-item img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    vertical-align: top;
    margin: 0;
}

.swiper-content-item {
    width: 100%;
    height: 100%;
}

.swiper-content-item .slide-item-bg {
    width: 100%;
    height: 100%;
    position: relative
}

.slide-item-bg::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;

}

.slide-item-bg img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.slide-item-img {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    text-align: center;


}


.slide-item-img img {
    object-fit: fill;
    height: 100%;
    max-width: 100%;
}
.product {
    width: var(--container-width);
    margin: 1.5rem auto;
}
.product .title{
    font-size:1.5rem;
    margin-bottom: 1rem;
    color: #222222;
    font-weight: 600;


}
.product .detail{
    font-size: 1rem;
    color: #333333;
    line-height: 1.5;
}
.panel {
    width: var(--container-width);
    margin: 1.5rem auto;
}

.related-article {
    margin-top: 2.75rem

}

.related-article .panel-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1.5rem 3.75rem;
    margin-top: 1.5rem
}

.related-article .panel-content .item {
    font-weight: 500;
    font-size: 1rem;
    color: #3a3a3a;
    line-height: 1.375rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-left: .625rem
}

.related-article .panel-content .item:after {
    content: "";
    width: 2px;
    height: 2px;
    background: #3a3a3a;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white{
    background-image:url(../images/xiangyou.png)
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white{
    background-image:url(../images/xiangzuo.png) 
}
.swiper-button-next, .swiper-button-prev{
    width: 38px;
    height: 44px;
    background-size: 38px 44px;
}
@media screen and (max-width: 960px){
    .content{
        width: 100vw;
        padding-left: 1.5rem;    
        padding-right: 1.5rem;
        box-sizing: border-box;
    }
    .product ,.panel,.product,.content {
        width: 100vw;
        padding-left: 1.5rem;    
        padding-right: 1.5rem;
        box-sizing: border-box;
    }
    .related-article .panel-content {
        grid-template-columns: 1fr 1fr;
    }
    .swiper-wrapper {
        height: 20rem;
    }
    .gallery-thumbs{display: none;}
    .footer-wrapper .footer-container .footer-content{
        flex-wrap: wrap;
        padding-left:1.5rem;
        padding-right: 1.5rem;
    }
    .content-container{
        width: 100%;
    }
    .footer-wrapper .footer-container .footer-content .contact{
        margin-left:1.5rem;
    }
    .footer-wrapper .footer-container .footer-content .agreement{
        margin-left: 1.5rem;
        padding-right: 0;
    }
    .footer-wrapper .footer-container .footer-content .qrcodes .item img{
        width: 6rem;
        height: 6rem;
    }
    .footer-wrapper .footer-container .footer-content .qrcodes{
        margin-top: 1.5rem;
    }
    .content .title{
        font-size: 1.5rem;
    }
    .header-wrapper{
        display: none;
    }
    .nav-wrapper{
        display: none;
    }
}