body{
    margin-top: 0;
}

/**
 * banner styles
 **/
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    width: 60px;
    height: 4px;
    background-color: #FFFFFF;
    border-radius: 0;
    margin: 0;
}

.swiper-slide{
    position: relative;
}
.swiper-slide-text{
    width: 1200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    z-index: 2;
    font-size: 16px;
    line-height: 24px;
}
.swiper-slide-text .swiper-slide-text-description{
    font-weight: bold;
    font-size: 46px;
    line-height: 49px;
}
.swiper-slide-text .swiper-slide-text-content{
    font-size: 20px;
    color: rgba(255, 255, 255, .8);
    line-height: 30px;
    margin-top: 26px;
}

@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .swiper-slide-text{
        width: 900px;
    }
    .swiper-slide-text .swiper-slide-text-description{
        font-size: 36px;
        line-height: 40px;
    }
    .swiper-slide-text .swiper-slide-text-content{
        font-size: 18px;
        line-height: 27px;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 1000px) {
    .swiper-slide-text{
        width: 700px;
        font-size: 14px;
        line-height: 20px;
    }
    .swiper-slide-text .swiper-slide-text-description{
        font-size: 26px;
        line-height: 30px;
    }
    .swiper-slide-text .swiper-slide-text-content{
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px;
    }
}



.about-wrap{
    width: 100%;
    padding: 80px 0;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
.about-wrap .about-bg{
    width: 572px;
    height: 100%;
    background: #F2F3F7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.about{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.about .about-image{
    width: 48%;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
}
.about .about-image .about-image-line{
    width: 16px;
    height: 240px;
    background: #15499A;
    border-radius: 10px;
}
.about .about-image .about-image-top{
    width: 480px;
    height: 526px;
}
.about .about-image .about-image-top img{
    width: 100%;
    height: 100%;
}
.about .about-image .about-image-bottom{
    width: 428px;
    height: 305px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.about .about-image .about-image-bottom img{
    width: 100%;
    height: 100%;
}

.about .about-text{
    width: 48%;
}
.index-title{
    font-weight: bold;
    font-size: 46px;
    color: #1A1A1A;
    line-height: 52px;
    text-align: center;
}
.about .about-text .index-title{
    text-align: left;
}
.about .about-text .about-sub-title{
    font-weight: bold;
    font-size: 17px;
    color: #15499A;
    line-height: 30px;
    margin-top: 36px;
}
.about .about-text .about-description{
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    margin-top: 24px;
}
.about .about-text .about-feature{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about .about-text .about-feature .about-feature-item{
    margin-top: 40px;
    font-size: 16px;
    color: #666666;
    line-height: 17px;
}
.about .about-text .about-feature .about-feature-item img{
    width: 14px;
    height: 12px;
    margin-right: 10px;
}
.about .about-text .about-feature .about-feature-item:first-child{
    margin-top: 0;
}
.about .about-text .about-feature .about-feature-line{
    width: 2px;
    height: 129px;
    background: #15499A;
    border-radius: 1px;
}
.about .about-text .about-feature .about-feature-right{
    width: 90px;
    height: 90px;
    background: #000000;
    border-radius: 50%;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    padding: 15px;
    position: relative;
}
.about .about-text .about-feature .about-feature-right .about-feature-right-bg{
    width: 73px;
    height: 73px;
    background: #000000;
    opacity: 0.2;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -10px;
    z-index: -1;
}
.about .about-text .about-more{
}
.about .about-text .about-more a{
    width: 160px;
    height: 60px;
    background: #15499A;
    border-radius: 8px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 60px;
    margin-top: 60px;
    display: block;
}


@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .about-wrap{
        padding: 60px 0;
    }
    .about-wrap .about-bg{
        width: 422px;
    }
    .about{
        width: 900px;
    }
    .about .about-image{
        width: 48.5%;
    }
    .about .about-image .about-image-line{
        width: 12px;
        height: 180px;
    }
    .about .about-image .about-image-top{
        width: 360px;
        height: 395px;
    }
    .about .about-image .about-image-bottom{
        width: 321px;
        height: 229px;
    }
    .index-title{
        font-size: 36px;
        line-height: 40px;
    }
    .about .about-text .about-sub-title{
        font-size: 16px;
        line-height: 24px;
        margin-top: 24px;
    }
    .about .about-text .about-description{
        font-size: 14px;
        line-height: 21px;
    }
    .about .about-text .about-feature{
        margin-top: 50px;
    }
    .about .about-text .about-feature .about-feature-item{
        margin-top: 30px;
    }
    .about .about-text .about-more a{
        margin-top: 50px;
    }
}
@media only screen and (max-width: 1000px) {
    .about-wrap{
        padding: 40px 0;
    }
    .about-wrap .about-bg{
        width: 322px;
    }
    .about{
        width: 700px;
    }
    .about .about-image{
        width: 48.5%;
    }
    .about .about-image .about-image-line{
        width: 10px;
        height: 160px;
    }
    .about .about-image .about-image-top{
        width: 280px;
        height: 307px;
    }
    .about .about-image .about-image-bottom{
        width: 250px;
        height: 178px;
    }
    .index-title{
        font-size: 30px;
        line-height: 33px;
    }
    .about .about-text .about-sub-title{
        font-size: 14px;
        line-height: 21px;
        margin-top: 10px;
    }
    .about .about-text .about-description{
        font-size: 12px;
        line-height: 18px;
        margin-top: 10px;
    }
    .about .about-text .about-feature{
        margin-top: 30px;
    }
    .about .about-text .about-feature .about-feature-item{
        margin-top: 20px;
        font-size: 12px;
    }
    .about .about-text .about-feature .about-feature-item img{
        margin-right: 5px;
    }
    .about .about-text .about-feature .about-feature-line{
        height: 90px;
    }
    .about .about-text .about-feature .about-feature-right{
        width: 60px;
        height: 60px;
        font-size: 14px;
        line-height: 20px;
        padding: 10px;
    }
    .about .about-text .about-feature .about-feature-right .about-feature-right-bg{
        width: 48px;
        height: 48px;
    }
    .about .about-text .about-more a{
        width: 120px;
        height: 40px;
        line-height: 40px;
        margin-top: 20px;
    }
}


.factory{
    width: 1200px;
    margin: 80px auto 0;
}
.factory .about-video-wrap{
    margin-top: 40px;
    width: 100%;
    aspect-ratio: 1200 / 440;
    position: relative;
    overflow: hidden;
}
.factory .about-video-wrap .about-img{
    width: 100%;
    height: 100%;
}
.factory .about-video-wrap .about-img img{
    width: 100%;
    height: 100%;
}
.factory .about-video-wrap .about-img .about-img-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    transform: translate(-50%,-50%);
    cursor: pointer;
    z-index: 1;
}
.factory .about-video-wrap .about-video{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #E6E6E6;
    display: none;
}
.factory .about-video-wrap .about-video video{
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .factory{
        width: 900px;
        margin: 60px auto 0;
    }
    .factory .about-video-wrap{
        margin-top: 30px;
    }
}
@media only screen and (max-width: 1000px) {
    .factory{
        width: 700px;
        margin: 40px auto 0;
    }
    .factory .about-video-wrap{
        margin-top: 20px;
    }
}


/*
 * HOT PRODUCTS STYLES
 **/
.hot-products{
    width: 100%;
    margin-top: -220px;
    padding-top: 300px;
    position: relative;
}
.hot-products .products-bg{
    width: 100%;
    height: 585px;
    background: url("../images/product-bg.webp") no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.hot-products .product-content{
    width: 1200px;
    margin: 0 auto;
}
.hot-products .product-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* HOT PRODUCTS SLIDE */
.products-category{
    display: flex;
    flex-wrap: wrap;
    width: 65%;
}
.products-category .category-item {
    font-size: 14px;
    color: #666666;
    line-height: 52px;
    cursor: pointer;
    margin-right: 20px;
}
.products-category .category-item:last-child{
    margin-right: 0;
}
.products-category .category-item.active{
    color: #15499A;
}


.products .products-list{
    width: 100%;
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.products .products-list.active{
    display: flex;
}
.products .products-list .product-item{
    width: 32%;
    margin-right: 2%;
    margin-top: 30px;
    background-color: #FFFFFF;
    cursor: pointer;
}
.products .products-list .product-item:nth-child(-n+3){
    margin-top: 0;
}
.products .products-list .product-item:nth-child(3n){
    margin-right: 0;
}
.products .products-list .product-item .product-item-video{
    width: 100%;
    aspect-ratio: 1 / 1; /* 1:1 的宽高比，即高度等于宽度 */
    position: relative;
}
.products .products-list .product-item .product-item-video img{
    width: 100%;
    height: 100%;
}
.products .products-list .product-item .product-item-video .product-item-video-icon{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
    display: none;
}
.products .products-list .product-item .product-item-video .product-item-video-icon img{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.products .products-list .product-item .product-item-info{
    width: 100%;
}
.products .products-list .product-item .product-item-info .product-item-title{
    font-weight: bold;
    font-size: 18px;
    color: #1A1A1A;
    line-height: 27px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 16px;
}
.products .products-list .product-item .product-item-info .product-item-info-attribute{
    margin-top: 16px;
    display: grid;
    grid-template-columns: 112px 1fr;
}
.products .products-list .product-item .product-item-info .product-item-info-attribute .product-item-info-attribute-title{
    font-size: 14px;
    line-height: 16px;
    color: #666666;
}
.products .products-list .product-item .product-item-info .product-item-info-attribute .product-item-info-attribute-value{
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #1A1A1A;
    word-break: break-all;
}
.products .products-list .product-item:hover .product-item-video-icon{
    display: block;
}



@media screen and (min-width: 1000px) and (max-width: 1440px) {
    .hot-products{
        margin-top: -180px;
        padding-top: 240px;
    }
    .hot-products .products-bg{
        height: 430px;
    }
    .hot-products .product-content{
        width: 900px;
    }
    .products-category .category-item{
        font-size: 12px;
        margin-right: 12px;
    }
    .products .products-list{
        margin-top: 30px;
    }
    .products .products-list .product-item{
        margin-top: 20px;
    }
    .products .products-list .product-item .product-item-video .product-item-video-icon img{
        width: 40px;
        height: 40px;
    }
    .products .products-list .product-item .product-item-info .product-item-title{
        margin-top: 10px;
        font-size: 16px;
        line-height: 24px;
    }
    .products .products-list .product-item .product-item-info .product-item-info-attribute{
        margin-top: 10px;
        grid-template-columns: 90px 1fr;
    }
    .products .products-list .product-item .product-item-info .product-item-info-attribute .product-item-info-attribute-title{
        font-size: 12px;
    }
    .products .products-list .product-item .product-item-info .product-item-info-attribute .product-item-info-attribute-value{
        font-size: 12px;
    }
}

@media only screen and (max-width: 1000px) {
    .hot-products{
        margin-top: -140px;
        padding-top: 180px;
    }
    .hot-products .products-bg{
        height: 400px;
    }
    .hot-products .product-content{
        width: 700px;
    }
    .hot-products .product-title{
        display: block;
    }
    .products-category{
        justify-content: center;
    }
    .products-category .category-item{
        font-size: 12px;
        margin-right: 12px;
    }
    .products .products-list{
        margin-top: 20px;
    }
    .products .products-list .product-item{
        margin-top: 10px;
    }
    .products .products-list .product-item .product-item-video .product-item-video-icon img{
        width: 30px;
        height: 30px;
    }
    .products .products-list .product-item .product-item-info .product-item-title{
        margin-top: 5px;
        font-size: 14px;
        line-height: 20px;
    }
    .products .products-list .product-item .product-item-info .product-item-info-attribute{
        margin-top: 5px;
        grid-template-columns: 90px 1fr;
    }
    .products .products-list .product-item .product-item-info .product-item-info-attribute .product-item-info-attribute-title{
        font-size: 12px;
    }
    .products .products-list .product-item .product-item-info .product-item-info-attribute .product-item-info-attribute-value{
        font-size: 12px;
    }
}

.engineering-wrap{
    width: 100%;
    height: 434px;
    margin-top: 80px;
    position: relative;
}
.engineering-wrap .engineering-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.engineering-wrap .engineering-bg img{
    position: absolute;
    width: 100%;;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.about-engineering{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
.about-engineering .about-engineering-line{
    width: 1px;
    height: 180px;
    background: #FFFFFF;
    opacity: 0.4;
}
.about-engineering .about-engineering-item{
    cursor: pointer;
    margin-top: 80px;
}
.about-engineering .about-engineering-item .about-engineering-item-num{
    font-family: DIN, DIN;
    font-weight: bold;
    font-size: 56px;
    color: #FFFFFF;
    line-height: 69px;
    text-align: center;
}
.about-engineering .about-engineering-item .about-engineering-item-title{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 17px;
    text-align: center;
    margin-top: 14px;
}


@media screen and (min-width: 1000px) and (max-width: 1440px) {
    .engineering-wrap{
        margin-top: 60px;
        height: 360px;
    }
    .about-engineering{
        width: 900px;
    }
    .about-engineering .about-engineering-item{
        margin-top: 60px;
    }
    .about-engineering .about-engineering-item .about-engineering-item-num{
        font-size: 46px;
        line-height: 60px;
    }
    .about-engineering .about-engineering-line{
        height: 150px;
    }
}

@media only screen and (max-width: 1000px) {
    .engineering-wrap{
        margin-top: 40px;
        height: 260px;
    }
    .about-engineering{
        width: 700px;
    }
    .about-engineering .about-engineering-item{
        margin-top: 40px;
    }
    .about-engineering .about-engineering-item .about-engineering-item-num{
        font-size: 36px;
        line-height: 40px;
    }
    .about-engineering .about-engineering-line{
        height: 120px;
    }
    .about-engineering .about-engineering-item .about-engineering-item-title{
        font-size: 12px;
    }
}


.service-wrap{
    width: 100%;
    margin-top: -163px;
}
.service{
    width: calc(100% - (50% - 600px));
    margin-left: calc(50% - 600px);
    display: flex;
    justify-content: space-between;
    z-index: 3;
    position: relative;
}
.service .service-left{
    width: 590px;
}
.service .service-left .service-title{
    width: 100%;
    height: 219px;
    background: #15499A;
    border-radius: 20px;
    font-weight: bold;
    font-size: 46px;
    color: #FFFFFF;
    line-height: 163px;
    text-align: center;
}
.service .service-left .service-list{
    width: 100%;
    background: #FFFFFF;
    border-radius: 40px 0 0 0;
    margin-top: -56px;
}
.service .service-left .service-list .service-item{
    padding: 50px 30px;
    border-bottom: 1px solid #C7C7C7;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.service .service-left .service-list .service-item .service-item-num{
    width: 60px;
    height: 60px;
    background: rgba(21, 73, 154, .2);
    border-radius: 50%;
    font-weight: bold;
    font-size: 26px;
    color: #15499A;
    line-height: 60px;
    text-align: center;
    margin-right: 20px;
}
.service .service-left .service-list .service-item .service-item-title{
    font-weight: bold;
    font-size: 20px;
    color: #202020;
    line-height: 24px;
}
.service .service-left .service-list .service-item.active .service-item-title{
    color: #15499A;
}
.service .service-left .service-list .service-item .service-item-sub-title{
    font-size: 12px;
    color: #666666;
    line-height: 16px;
    margin-top: 10px;
}
.service .service-right{
    width: calc(100% - 600px);
    background-color: #FFFFFF;
    border-radius: 20px 0 0 0;
}
.service .service-right .service-content-item{
    width: 600px;
    display: none;
    padding: 80px 0 0 60px;
}
.service .service-right .service-content-item .service-content-title{
    font-weight: bold;
    font-size: 30px;
    color: #1A1A1A;
    line-height: 33px;
}
.service .service-right .service-content-item .service-content-desc{
    font-size: 14px;
    color: #666666;
    line-height: 21px;
    margin: 28px 0;
}
.service .service-right .service-content-item img{
    width: 100%;
}
.service .service-right .service-content-item.active{
    display: block;
}

@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .service-wrap{
        margin-top: -130px;
    }
    .service{
        width: calc(100% - (50% - 450px));
        margin-left: calc(50% - 450px);
    }
    .service .service-left{
        width: 443px;
    }
    .service .service-left .service-title{
        height: 150px;
        line-height: 130px;
        font-size: 30px;
        border-radius: 15px;
    }
    .service .service-left .service-list{
        margin-top: -20px;
        border-radius: 30px 0 0 0;
    }
    .service .service-left .service-list .service-item{
        padding: 35px 15px;
    }
    .service .service-left .service-list .service-item .service-item-num{
        width: 50px;
        height: 50px;
        font-size: 20px;
        line-height: 50px;
        margin-right: 15px;
    }
    .service .service-left .service-list .service-item .service-item-title{
        font-size: 18px;
    }
    .service .service-right{
        width: calc(100% - 450px);
        border-radius: 20px 0 0 0;
    }
    .service .service-right .service-content-item{
        width: 450px;
        padding: 40px 0 0 30px;
    }
    .service .service-right .service-content-item .service-content-title{
        font-size: 24px;
        line-height: 27px;
    }
    .service .service-right .service-content-item .service-content-desc{
        margin: 15px 0;
    }
}
@media only screen and (max-width: 1000px) {
    .service-wrap{
        margin-top: -110px;
    }
    .service{
        width: calc(100% - (50% - 350px));
        margin-left: calc(50% - 350px);
    }
    .service .service-left{
        width: 345px;
    }
    .service .service-left .service-title{
        height: 130px;
        line-height: 130px;
        font-size: 30px;
        border-radius: 10px;
    }
    .service .service-left .service-list{
        margin-top: -20px;
        border-radius: 20px 0 0 0;
    }
    .service .service-left .service-list .service-item{
        padding: 33px 10px;
    }
    .service .service-left .service-list .service-item .service-item-num{
        width: 40px;
        height: 40px;
        font-size: 18px;
        line-height: 40px;
        margin-right: 10px;
    }
    .service .service-left .service-list .service-item .service-item-title{
        font-size: 16px;
    }
    .service .service-left .service-list .service-item .service-item-sub-title{
        margin-top: 0;
    }
    .service .service-right{
        width: calc(100% - 350px);
        border-radius: 10px 0 0 0;
    }
    .service .service-right .service-content-item{
        width: 350px;
        padding: 30px 0 0 20px;
    }
    .service .service-right .service-content-item .service-content-title{
        font-size: 20px;
        line-height: 22px;
    }
    .service .service-right .service-content-item .service-content-desc{
        margin: 5px 0;
        font-size: 12px;
    }
}



.news{
    width: 1200px;
    margin: 80px auto;
}

.news .news-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.news .news-list .news-item{
    width: 49%;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ECECEC;
}
.news .news-list .news-item a{
    display: flex;
    justify-content: space-between;
}
.news .news-list .news-item .news-item-video{
    width: 240px;
    aspect-ratio: 240 / 173;
    position: relative;
}
.news .news-list .news-item .news-item-video img{
    width: 100%;
    height: 100%;
}
.news .news-list .news-item .news-item-video .news-item-video-icon{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
    display: none;
}
.news .news-list .news-item .news-item-video .news-item-video-icon img{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.news .news-list .news-item .news-item-content{
    width: 325px;
}
.news .news-list .news-item .news-item-title{
    font-weight: bold;
    font-size: 18px;
    color: #1A1A1A;
    line-height: 27px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news .news-list .news-item .news-item-desc{
    font-size: 12px;
    color: #666666;
    line-height: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: 15px;
}
.news .news-list .news-item .news-item-date{
    font-size: 12px;
    color: #666666;
    line-height: 14px;
    margin-top: 20px;
}
.news .news-list .news-item:hover .news-item-video .news-item-video-icon{
    display: block;
}


@media screen and (min-width: 1000px) and (max-width: 1440px) {
    .news{
        width: 900px;
        margin: 60px auto;
    }
    .news .news-list{
        margin-top: 15px;
    }
    .news .news-list .news-item{
        padding-bottom: 15px;
        margin-top: 15px;
    }
    .news .news-list .news-item .news-item-video{
        width: 180px;
    }
    .news .news-list .news-item .news-item-content{
        width: 244px;
    }
    .news .news-list .news-item .news-item-title{
        font-size: 16px;
        line-height: 24px;
    }
    .news .news-list .news-item .news-item-desc{
        margin-top: 10px;
    }
    .news .news-list .news-item .news-item-date{
        margin-top: 10px;
    }
}

@media only screen and (max-width: 1000px) {
    .news{
        width: 700px;
        margin: 40px auto;
    }
    .news .news-list{
        margin-top: 10px;
    }
    .news .news-list .news-item{
        padding-bottom: 10px;
        margin-top: 10px;
    }
    .news .news-list .news-item .news-item-video{
        width: 140px;
    }
    .news .news-list .news-item .news-item-content{
        width: 190px;
    }
    .news .news-list .news-item .news-item-title{
        font-size: 14px;
        line-height: 20px;
    }
    .news .news-list .news-item .news-item-desc{
        margin-top: 0;
        -webkit-line-clamp: 3;
    }
    .news .news-list .news-item .news-item-date{
        margin-top: 5px;
    }
}