
.new_date {
    background: #f5f5f5;
    border-radius: 0.375rem;
    text-align: center;
    padding: 1.3125rem 0.875rem;
}
.date {
    font-size: 3.75rem;
    line-height: 2.875rem;
    margin-bottom: 0 !important;
    color: #666666;
}
.month {
    margin-bottom: 0 !important;
    color: #666666;
}

/* .card-body {
    height: 29.75rem !important;
} */
@media (min-width:820px) and (max-width:1024px) {
    .card-body {
    height: 29.75rem !important;
}
}

@media (max-width:768px) {
    .py-7 {
        padding-top: 7rem !important;
    }
}
@media (min-width:769px) {
    .py-7 {
        padding-top: 14rem !important;
    }
}
/* pc 鍜� mobile 鐨勯厤缃� */
.card-mobile {
    display: none;
    
}
.home-product-mobile {
display: none;
}
@media screen and (max-width: 768px) {
    .card-mobile {
        display: block;
    }
    .card-pc
     {
        display: none;
    }
    .home-product-mobile{
        display: block;
    }
    .home-product-pc{
        display: none;
    }
}

/* 浜у搧鍥剧墖hover */
/* .pro-img:hover {
    transform: scale(1.1);
    
} */
.product-box-a {

    transition:all .9s;
}
.product-box-a:hover {
    transform: scale(1.1);
}
.animate-this {
    border-radius: 0.375rem !important;
}
.pro-img {
    transition:all .9s;
}

.product-mask-box {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.48);
    padding: 124px 16px 16px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .9s; 
}
.product-mask-box p {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
    text-align: center;
}
.product-mask-box .more-btn {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    transition: all .6s;
    text-align: center;
    padding: 8px 0;
    border: 1px solid #fff;
    width: 136px;
    border-radius: 4px;
    margin: 32px auto 0;
}

.product-mask-box:hover {
    opacity: 1;
}


/* 浜у搧椤靛鑸猼abs */
.nav-box {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    
}
.category-box {
    overflow: hidden;
}
.nav-link{
    font-size: 1rem !important;
}
.new-type {
    padding-bottom: 2rem !important;
    border-bottom: 1px solid #d8d8d8;
}
@media screen and (max-width: 768px) {
    .nav-box {
        scrollbar-width: none;
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap !important;
        background-color: #fff;
    }
    .nav-box li {
        display: inline-block;
        white-space: nowrap;
        font-size: 14px;
    }
    .nav-link {
        font-size: 14px !important;
    }
    .category-box {
        width: 100%;
        overflow-x: scroll;
        border-radius: 50px;
    }
    .category-tabs {
        padding-top: 2rem !important;
    }
}

/* 绉诲姩绔笉鍑虹幇鎼滅储 */
@media screen and (max-width: 992px) {
    .search-mobile{
        display: none !important;
    }
}

.search-mobile {
    cursor:  pointer !important;
}

.nav-link:hover{
    
    color: #e62129;
    box-shadow: 0px 2px 0px 0px #e62129;
}
.nav-linkc {
    border: 1px solid transparent;
    border-radius: 0.375rem;
    width: 11rem;
    height: 3.5rem;
}
.nav-linkc.active {
    color: #fff;
    background-color: #e62129;
    border-color: #e62129;
    font-weight: 600;
}
@media screen and (max-width: 768px) {
            .aboutbg {
                background-image: url(../img/about1.png) !important;
                background-size: cover;
            }

            .aboutbg2 {
                background-image: url(../img/about2.png) !important;
                background-size: cover;
            }
        }

        .aboutbg {
            background-image: url(../img/about.png);
            background-size: cover;
        }

        .aboutbg2 {
            background-image: url(../img/about2.png);
            background-size: cover;
        }
/* .dropdown-menu {
  margin-top: 0.5rem !important;
} */