.swiper-box1 { width: 100%; min-width: 1200px; position: relative; }

.swiper-box1 .swiper-box2 { width: 100%; position: absolute; bottom: 2%; z-index: 100; }

.swiper-box1 .swiper { width: 100%; height: 300px; margin-left: auto; margin-right: auto; }

.swiper-box1 .swiper-slide { background-size: cover; background-position: center; }

.swiper-box1 .mySwiper2 { height: 80%; width: 100%; }

.swiper-box1 .mySwiper { cursor: pointer; height: 20%; width: 60%; box-sizing: border-box; padding: 10px 0; }

.swiper-box1 .mySwiper .swiper-slide { width: 33%; height: 100%; }

.swiper-box1 .mySwiper .swiper-slide .img { box-sizing: border-box; -webkit-box-sizing: border-box; border-radius: 14px; border: 4px solid #fff; opacity: 0.4; }

.swiper-box1 .mySwiper .swiper-slide p { cursor: pointer; font-size: 20px; text-align: center; margin-top: 10px; color: #fff; }

.swiper-box1 .mySwiper .swiper-slide-thumb-active .img { opacity: 1; }

.swiper-box1 .swiper-slide img { display: block; width: 100%; height: 100%; object-fit: cover; }

.aboutUs_item { display: flex; justify-content: space-between; text-align: center; font-weight: bold; font-size: 22px; }

.aboutUs_container { margin-top: 20px; display: flex; justify-content: space-between; }

.aboutUs_container .image { width: 520px; height: 520px; border-radius: 5px; }

.aboutUs_container .image img { width: 100%; height: 100%; display: block; border-radius: inherit; }

.aboutUs_container .desc_text { display: flex; flex-direction: column; justify-content: center; width: 50%; }

.aboutUs_container .desc_text h1 { font-size: 22px; }

.aboutUs_container .desc_text h2 { margin: 20px 0; font-size: 38px; font-weight: bold; }

.aboutUs_container .desc_text .text_p { width: 80%; }

.aboutUs_container .desc_text .btn-box { margin-top: 30px; display: flex; justify-content: flex-start; align-items: center; font-size: 20px; cursor: default; }

.aboutUs_container .desc_text .button { margin-left: 40px; width: 40px; height: 40px; background-color: #fff; }

.aboutUs_container .desc_text .button img { width: 100%; height: 100%; display: block; }

.product .productSwiper { margin-top: 20px; box-sizing: border-box; -webkit-box-sizing: border-box; }

.product_item { display: flex; flex-direction: column; margin-bottom: 20px; background-color: #fff; border-radius: 10px; }

.product_item--pic { border-radius: 5px; width: 100%; }

.product_item--pic img { border-radius: inherit; width: inherit; height: inherit; display: block; }

.product_item .bottom { display: flex; flex-direction: column; justify-content: space-between; }

.product_item .title { margin-top: 15px; font-weight: bold; font-size: 16px; color: #000; }

.product_item .name { font-size: 16px; color: #000; }

.product_item .size { color: #999; font-size: 14px; }
