#home-app {
    font-size: 20px;
}


/* Banner START */
.banner-section {
    width: 100%;
    position: relative;
}
.banner-section img {
    width: 100%;
    min-height: 200px;
}
.banner-section .cover-img {
    width: 100%;
    height: 250px;
}
.banner-section .swiper-button-next:after, .banner-section .swiper-button-prev:after {
    color: #fff;
    font-size: 40px;
}
.banner-skeleton .ant-skeleton-content .ant-skeleton-title {
    height: 150px;
}
/* Banner END */

/* 搜索欄 START */
.search-bar {
    background-color: #ededed;
}
.search-bar-n {
    min-height: 70px;
}
.search-bar .ant-select, .search-bar .ant-btn {
    width: 100%;
}
.search-bar .ant-select-selection--single, .search-bar .ant-btn {
    height: 48px;
}
.search-bar .ant-select-selection__rendered {
    line-height: 46px;
}
.search-bar .ant-select-arrow {
    font-size: 20px;
    color: #999999;
    margin-top: -10px;
}
.search-bar .ant-select-selection-selected-value {
    font-size: 18px;
    color: #666666;
}
.ant-select-dropdown-menu-item:hover:not(.ant-select-dropdown-menu-item-disabled) {
    background-color: #56C700;
    color: #fff;
}
@media (max-width: 992px) {
    .search-bar>.container {
        display: block !important;
    }
}
@media (max-width: 768px) {
    .search-bar ._search-btn {
        margin-top: 10px;
    }
}
/* 搜索欄 END */

/* 熱門產品 START */
.hot-products {
    padding-top: 60px;
    padding-bottom: 60px;
}
.hot-product-title {
    color: #333333;
}
.hot-products .title-underline {
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background-color: #3498db;
}
.hot-products .product-item {
    width: 100%;
    position: relative;
    display: block;
}
.hot-products .product-item img {
    width: 100%;
}
.hot-products .product-item .cover-img {
    width: 100%;
    height: 200px;
}
.hot-products .def-img {
    font-size: 50px;
    color: #ccc;
}
.hot-products .product-title {
    padding: 8px 0px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
}
/* 熱門產品 END */
