﻿.home-project .swiper .swiper-slide {max-height: 100%;box-shadow: 0px 5px 12px 0px rgba(19, 20, 21, .08);}
.activity-wrap .img{flex-wrap:wrap;justify-content: space-between;}
.activity-wrap .img>div.lazy-wrap{width:24%;}
.activity-wrap .img img{height: auto;}
@media (max-width:640px){.activity-wrap .img>div.lazy-wrap{width:49%;}
.activity-wrap .img>div.lazy-wrap:nth-child(n + 3){margin-top:2%;}}
.home-cus img{width:100%;display:block;}

@media (min-width:769px){.index>main>section.home-contact{width:100%;position: fixed;bottom:-100%;left:50%;transform: translateX(-50%);z-index:99;transition: all 0.6s ease-out;}
.index.show>main>section.home-contact{bottom:0;}
.index.show>main>section.home-contact .l-wrap{padding:0;max-width:100%;}}
.index>main>section.home-contact .inner{background:#f7f7f7;padding:30px 20px;border-radius:15px 15px 0 0;max-width:75%;margin:0 auto;max-height:80vh;width:100%;position:relative;cursor:pointer;}
.index.show>main>section.home-contact .wmkcfeedback{margin-top:2%;}
.index>main>section.home-contact .close-btn{position: absolute;right:30px;top:20px;font-size:26px;transition: all .3s;font-weight: var(--fontbold7);line-height:1}
.index>main>section.home-contact .close-btn:hover{color:var(--color);transform: rotate(180deg);}
@media (max-width:768px){.index>main>section.home-contact .close-btn{display:none;}
.index>main>section.home-contact .inner{max-width:100%;max-height:inherit;padding:20px 0;}
.index.show>main>section.home-contact .wmkcfeedback{margin-top:20px;}
.index>main>section.home-contact{margin-bottom:30px;}}
@media (min-width:769px){.index>main>section.home-contact .wmkcfeedback input{width:49%;margin-right:2%;}
.index>main>section.home-contact .wmkcfeedback input:nth-child(2n){margin-right:0;}}