﻿@charset "utf-8"; 
.preview-container .small-box img,.preview-container .thumbnail-box .item img{height:100%;object-fit:contain;}
@media (min-width:769px){.foot-contact li{min-width:250px}}
.home-product .l-wrap .product .pro-list{align-items:initial;}
.home-product .l-wrap .product .pro-list .item .img{position:relative;height:0;padding-bottom:100%;}
.home-product .l-wrap .product .pro-list .item .img img{max-height:inherit;position:absolute;top:0;left:0;height:100%;object-fit:contain;}
.home-product .l-wrap .product .pro-list .item .text .merchandise{min-height:52px;}
@media (max-width:768px){.home-product .l-wrap .product .pro-list{flex-wrap:wrap;transform: none !important;}
.home-product .l-wrap .product .pro-list .item{width:49% !important;margin-right:0 !important;margin-top:0;}
.home-product .l-wrap .product .swiper-pagination{display:none}
.home-product .l-wrap .product .pro-list .item .text .name{min-height:58px;}}
.home-product .l-wrap .product .pro-list .item:nth-child(n+9){display:none !important}
.home-product .l-wrap .theme{display:none;}
@media (min-width:501px){.home-about .l-wrap{padding-top:3%;}}
.home-product .l-wrap .title .pro-btn{background-color:#fff;color:var(--color);border-radius:5px;padding:6px 20px;font-size:16px;font-weight:400}
.home-product .l-wrap .title .pro-btn:nth-child(1){margin-right:10px}
.home-product .l-wrap .title .pro-btn:nth-child(2){margin-left:10px}
.home-product .l-wrap .title{display:flex;align-items:center;justify-content:space-between;width:70%;margin:0 auto}
@media (max-width:750px){.home-product .l-wrap .title .pro-btn{font-size:12px}
.home-product .l-wrap .title{width:100%}}
.home-product .l-wrap .title .pro-btn{position:relative;z-index:1;transition:all .2s linear}
.home-product .l-wrap .title .pro-btn::after{content:'';position:absolute;width:0;left:0;top:0;height:100%;border-radius:5px;transition:all .2s linear;background:var(--color);z-index:-1}
.home-product .l-wrap .title .pro-btn:hover{color:#fff}
.home-product .l-wrap .title .pro-btn:hover::after{width:100%}
