.tm-header {
    text-align: center;
    background: #7796a8;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
}

.tm-swipe-img {
    object-position: center center;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    width: 100%;
    height: 450px;
}

.fonter {
    font-size: 12px;
    background-color: #222f3e;
    padding: 30px 0 20px;
    box-sizing: border-box;
}

.fonter_lian {
    white-space: nowrap;
    color: #a6abb1;
    transition: all .5s ease;
    cursor: pointer;
    display: inline-block;
    margin: 5px 0;
}

.fonter_lian:hover {
    color: #e76f51;
}

.logo-image {
    width: 200px;
    height: 70px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}

.nav-item a {
    color: black;
}

.nav-item a:hover {
    color: #7796a8;
}

.sku-da a {
    color: black;
}

.sku-da a:hover {
    color: #a6abb1;
    transition: all .5s ease;
}

.search {
    margin: auto;
    border: 0;
}

.rounded_a {
    border-radius: 8%;
    object-position: center center;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    width: 100%;
    height: 250px;
    transition: all .5s ease;
}

.rounded_a:hover {
    opacity: .9;
}

.modal-footer-a {
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.s_money {
    font-size: 24px;
    font-weight: 700;
}

.comment-avatar {
    width: 60px;
}

.comment-item-image {
    width: 80px;
    height: 80px;
    display: inline-block;
}

.images-a {
    border-radius: 10px;
}

.gs-item-image {
    width: 100px;
    height: 100px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    border: 1px solid #7796A8;
}

.gs-item-image > img, .comment-item-image > img, .logo-image > img {
    vertical-align: top;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.media-body > h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.swiper {
    --swiper-pagination-color: #fff;
    --swiper-navigation-size: 18px;
}

.van-multi-ellipsis {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cart-imgage {
    max-width: 100px;
}

@media screen and (max-width: 600px) {
    .rounded_a {
        border-radius: 8%;
        object-position: center center;
        -o-object-fit: contain;
        object-fit: contain;
        display: block;
        width: 100%;
        height: 200px;
        transition: all .5s ease;
    }
}
