.product-filter,
.recommend-area-m,
.mobileKv-Swiper{
    margin-bottom: 2rem;
}
.mobileKv-Swiper .swiper-container-horizontal>.swiper-pagination-bullets,
.mobileKv-Swiper .swiper-pagination-custom,
.mobileKv-Swiper .swiper-pagination-fraction {
    bottom: 0;
}

.mobileKv-Swiper .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    background-color: var(--gary-color);
    border: 2px solid var(--gary-color);
    opacity: .5;
}

.mobileKv-Swiper .swiper-pagination-bullet-active {
    background-color: var(--gary-color);
    border: 2px solid var(--gary-color);
    height: 10px;
    width: 30px;
    border-radius: 50px;
    opacity: 1;
}

.mobileKv-Swiper .swiper-pagination__wrapper {
    position: relative;
    width: 100%;
    height: 22px;
}

.mobileKv-Swiper .swiper-pagination__wrapper .swiper-pagination {
    width: 100%;
    margin-top: 5px;
}

.mobileKv-Swiper .swiper-pagination__wrapper .swiper-pagination>.swiper-pagination-bullet {
    margin: 0 5px;
}
.swiper-button-next,
.swiper-button-prev {
    width: 25px;
    height: 37px;
    top: 52%;
    color: var(--white);
    background-color: var(--gary-color);
    background-image: none;
    border-radius: 0px;
    z-index: 100;
}
.swiper-button-next::after{
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-size: 1.5rem;
}
.swiper-button-prev::after {
    font-family: "Font Awesome 5 Free";
    content: "\f053";
    font-size: 1.5rem;
 }


 /* 熱門推薦 */

.mobile-recommend{
    display: flex;
    overflow-y: scroll;
    margin-bottom: 1rem;
}
.items{
    margin: 0 .5rem;
}
.items_name{
    color: var(--gary-color);
}
.second{
    position: relative;
}
.second .mobile-recommend-Swiper{
    width: 95%;
    margin: auto;
}
.second .swiper-button-prev{
    left: -5px !important;
    z-index: 10;
}
.second .swiper-button-next{
    right: -5px !important;
    z-index: 10;
}
/* 產品 */
.product .container{
    padding: 1.5rem 1rem;;
}
.product .container:nth-child(odd){
    background: var(--gary-color-light200);
    border-top: 1px solid var(--main-color-light);
    border-bottom: 1px solid var(--main-color-light);
}
.product.inter .container:nth-child(odd){
    background: transparent;
    border:none;
}
.product-Swiper {
    margin-bottom: 1rem;
}

.product-Swiper .swiper-slide {
    width: auto;
    padding: .5rem 0 .5rem;
    font-size: 1.15rem;
    font-weight: 900;
    border-bottom: 3px solid var(--main-color-light);
}
.product-Swiper .swiper-slide:hover,
.product-Swiper .swiper-slide:focus,
.product-Swiper .swiper-slide:active,
.product-Swiper .swiper-slide.active,
.product-Swiper .swiper-slide:visited{
    border-bottom: 3px solid var(--main-color);
    cursor: pointer;
}

.product-area {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
}
.product.inter .product-area {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.product-area a{
    text-decoration: none;
}

.product-area .items{
    flex: 0 0 26.5%;
    border: 1px solid var(--main-color-light);
    margin: 0 .35rem;
}
.product.inter .product-area .items{
    flex: 0 0 calc(50% - .7rem);
    margin: 0 .35rem .5rem;
}
.product-area .items .pic{
    padding: .65rem;
    background: var(--white);
    display: flex;
    justify-content: center;
}
.product-area .items-body{
    padding-bottom: 1rem;
}
.product-area .items-body h5{
    margin: 0;
    padding: 0;
    font-size: 1rem;
    text-align: center;
    color: var(--gary-color);
}
.product-area .items-body p{
    margin: 0 0 .5rem;
    padding: 0;
    font-size: 13px;
    text-align: center;
    color: var(--main-color);
}

.product.inter .product-area .items-body h5{
    margin: 0 0 .5rem;
    padding: 0;
    font-size: 1rem;
    text-align: center;
    color: var(--main-color);
}
.product.inter .product-area .items-body p{
    margin: 0;
    padding: 0;
    font-size: 13px;
    text-align: center;
    color: var(--gary-color);
    
}


.logo-group-area{
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
}
.logo-group-area .bottomlogo{
    flex: 0 0 auto;
}
.product .container:nth-child(odd) .logo-group-area .bottomlogo{
    background: var(--gary-color-light200);
}
.product .container:nth-child(odd) .logo-group-area .bottomlogo img{
    mix-blend-mode: multiply;
}