﻿.home-introduction .introduction .item{align-items: flex-start;}
.home-introduction .introduction .item .right .title,.home-introduction .introduction .item .right .text{-webkit-line-clamp:inherit}
.contact-right .play{margin-top:5%;}
.contact-phone-number{margin:10px 0;}
.contact-right-bottom{position:initial;margin-top:15px;}
.contact-right-btn{margin-top:15px}
.contact-right-txt{font-size: var(--fontsize16);width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.contact-right-txt li{width: 48%;}
@media (max-width:500px){.contact-right{padding-bottom:0;}}
.home-contact-content{padding: 50px 0;align-items: center;}
.home-case .l-wrap .case .case-content{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.home-case .l-wrap .case .item{width: 32%;margin-bottom: 1%;}
@media (max-width:768px) {
  .home-case .l-wrap .case .case-content{flex-wrap: nowrap;}
  .home-case .l-wrap .case .item{width: unset;margin-bottom: 0;}
}
  .home-process ul.img-lists{display:grid;gap:10px;grid-template-columns:repeat(8,1fr)}
.home-process ul.img-lists li{width:100%;display:flex;justify-content:center;align-items:center}
@media (max-width:700px){.home-process ul.img-lists{grid-template-columns:repeat(5,1fr)}
}


