@charset "utf-8";
.home-main{
	/*background: linear-gradient(0deg, #e6f7f0 0%, #ffffff 50%, #f2faf6 100%);*/
	/*background-color: rgb(246 248 246);*/
	background: linear-gradient(90deg, #e4f7ea 0%, #f1f8f3 50%, #e2f1e4 100%);
}
.banner{
	padding: 40px 0;
}
.banner .text-info{
	padding:30px;
	box-shadow:0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
	border-radius: 30px;
	/*background: linear-gradient(70deg, #f1faf4 0%, #f7fbf8 50%, #f6fbf7 100%);*/
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid #fff;
}

.banner .text-info .banner-title{
	font-size: 56px;
	line-height: 1.2;
	width: 90%;
	margin: 0 auto;
}
.banner .text-info .banner-des{
	font-size: 20px;
	margin: 15px 0;
}
.banner .btn-top .btn{
	font-size: 18px;
	padding: 12px 20px;
	margin: 0 10px;
}
.banner .btn-top .btn span img{
	width: 32px;
	height: auto;
	margin-right: 5px;
}
.banner .btn-top p{
	display: none;
	line-height: 0;
}
.banner .btn-top .item{
	width: 22.5%;
	border: 1px solid rgb(200 230 201);
	border-radius: 20px;
	overflow: hidden;
	margin: 15px 10px;
	position: relative;
	background-color: #fff;
}

.banner .btn-top .item >a{
	display: block;
	position: relative;
	z-index: 10;
	
	border-radius: 20px;
	padding: 15px;
	text-align: center;
}
.banner .btn-top .item:hover{
	box-shadow: 0 0 15px rgba(0,0,0,.3);
	
}
.banner .btn-top .item .img{
	min-height: 190px;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.banner .btn-top .item .img img{
	width: auto;
	height: auto;
}
.banner .btn-top .item .tit{
	font-size: 16px;
	color: #333;
	padding: 10px 15px 5px 15px;
}
.banner .btn-top .item .des{
	font-size: 12px;
	color: #666;
}
.position-effect .effect-box{
	position: absolute;
	right: 0;
	top:10px;	
}
.tab-changeBox .tab-ul{
	background-color: #fff;
	border-radius: 10px;
	padding: 6px;
	border-color: #bfdec9;
	width: max-content;
}
.tab-changeBox .tab-ul li {
    display: inline-block;
    padding: 10px 12px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    background-color: transparent;
    transition: 0.2s;
    cursor: pointer;
}
.tab-changeBox .tab-ul li.active {
    background: #25D366;
    color: white;
    box-shadow: 0 4px 10px rgba(0,109,255,0.2);
}
.change-cont .change-item  .card{
	transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(200,230,201,.3);
    overflow: hidden;
    border-radius: 11px;
    padding: 20px;
    font-size: 15px;
}
.change-cont .change-item .card:hover{
	box-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
	border: 1px solid rgba(43, 238, 108, 0.7);
}
.change-cont .change-item .card a:hover{
	color: #333;
}
.change-cont .change-item .card a:hover h3{
	color: #25d366;
}
.change-cont .change-item  .card h3{
	font-size: 20px;
}
.change-cont .change-item .card p{
	display: none;
}
.change-cont .change-item  .card h3 .icon{
	width: 35px;
	vertical-align: middle;
	height: auto;
}
.change-cont .change-item  .card h4{
	font-size: 16px;
}
.change-cont .change-item  .card .img{
	border-radius:15px;
	overflow: hidden;
	height: 190px;
}

.swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.swiper-slide {
  transition: width 0.4s ease-in-out;
}
.expand-card {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 15px 20px -12px rgba(0, 30, 60, 0.25);
  min-height: 515px;
  transition: all 0.4s cubic-bezier(0.2, 0.9, 0.3, 1.1);
  border: 1px solid rgba(255,255,255,0.6);
  display: flex;
  flex-direction: column;
  cursor: pointer;
  overflow: hidden;          
  width: 100%;           
}

.card-header {
  padding: 2rem 1.8rem 1rem 1.8rem;
  display: flex;
  align-items: center;
  gap: 14px;
 
}

.brand-icon {
  width: 52px;
  height: 52px;
  background: #f0f5fe;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.9rem;
  color: #1a2b3e;
  flex-shrink: 0;
}
.brand-icon img{
	width: auto;
	height: auto;
}
.brand-name {
  font-size: 24px;
  font-weight: 600;
  color: #0b1a2c;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.research-tag {
  display: inline-block;
  background: #e5ecf5;
  border-radius: 40px;
  padding: 0.3rem 1.2rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: #1e3b5c;
  margin: 0 1.8rem 0.8rem 1.8rem;
  width: fit-content;
}

.card-body {
  padding: 0.5rem 1.8rem 2rem 1.8rem;
  transition: opacity 0.2s;
}
.card-body .img{
	overflow: hidden;
}
.card-body .img img{
	border-radius: 15px;
}
.card-body .info{
	padding-left: 20px;
}

.card-body .info ul li{
	margin-bottom: 15px;
	font-size: 14px;
	position: relative;
	padding-left: 15px;
}
.card-body .info ul li::before{
	content: "";
	position: absolute;
	left: 0;
	top:9px;
	width: 5px;
	height: 5px;
	border-radius: 6px;
	background-color: #333;
}
.card-body .info ul li .ts{
	font-weight: 600;
	font-size: 17px;
	margin-bottom: 5px;
}


.swiper-slide.expanded-slide {
  width: 65% !important; 
  flex-shrink: 0;
}

.swiper-slide.collapsed-slide {
  width: 10% !important;          
  flex-shrink: 0;
}
.swiper-slide.expanded-slide .brand-coll-show{
	display: none;
}
.collapsed-slide .card-body,
.collapsed-slide .research-tag {
  display: none !important;
}

.collapsed-slide .card-header {
  border-bottom: none;
  padding: 2rem 0.8rem;           
  justify-content: center;         
}

.collapsed-slide .brand-name {
  display: none; 
}

.collapsed-slide .brand-name {
  display: none;
}

.collapsed-slide .expand-card {
  background: #ffffff;
  justify-content: center;
}

.collapsed-slide .brand-icon {
  width: 60px;
  height: 60px;
  font-size: 2.2rem;
  border-radius: 24px;
}

.expanded-slide .brand-name {
  display: block;
}

.swiper-slide {
  transition: width 0.4s ease-in-out;
}

.collapsed-slide .brand-name {
  display: none !important;
}
    
.expanded-slide .brand-name {
  display: block !important;
}
   
.collapsed-slide .card-header {
  flex-direction: column; 
  padding: 2rem 0.5rem;
}
    
.collapsed-slide .brand-icon {
  margin: 0 auto;
}
.card-bg{
	background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
	border-radius: 20px;
	padding: 35px 40px;
	position: relative;
	overflow: hidden;
}
.card-bg .absolute-events{
	opacity: 0.2;
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	z-index: 0;
}
.card-bg .card-list{
	position: relative;
	z-index: 10;
}
.card-list .card-item a p{
	display: none;
}
.card-list .card-item{
	background: rgba(255, 255, 255, 0.65);
	backdrop-filter: blur(12px);
    border: 1px solid rgba(200, 230, 201, .6);
	padding: 15px;
	border-radius: 11px;
	color: #666;
	margin: 15px 0;
	font-size: 15px;
	transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.card-list .card-item .img{
	background-color: rgb(248 250 252);
	box-shadow:0 1px 2px 0 rgb(0 0 0 / 0.05);
	width: 50px;
	height: 50px;
	padding: 10px;
	text-align: center;
	border-radius:10px;
}
.card-list .card-item .tit{
	font-size: 19px;
	font-weight: 600;
	margin: 15px 0 6px 0;
	color: #333;
}
.card-list .card-item:hover{
	border: 1px solid rgba(43, 238, 108, 0.7);
	box-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}
.guarantee-list .commend-card{
	background: linear-gradient(180deg, #f0fdf4 0%, #dcfce7 100%);
}
.commend-card{
	padding: 15px;
	border-radius: 11px;
	overflow: hidden;
	color: #666;
	font-size: 15px;
	border: 1px solid rgba(200, 230, 201, .6);
}
.commend-card .title{
	font-size: 19px;
	font-weight: 600;
	margin: 15px 0 6px 0;
	color: #333;
}
.commend-card .img{
	width: 60px;
	height: 60px;
	margin: 0 auto;
	background-color: #fff;
	text-align: center;
	padding: 15px;
	border-radius: 30px;
}
.review-list .commend-card{
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(12px);
	border: 1px solid rgba(43, 238, 108, 0.2);
	color: #333;
}
.commend-card .user-head{
	position: relative;
	font-size: 14px;
}
.commend-card .user-head .img{
	overflow: hidden;
	padding: 0;
	margin: inherit;
}
.commend-card .user-head .img img{
	object-fit: cover;
}
.commend-card .user-head .name{
	padding-left: 15px;
}
.commend-card .user-head .name >div{
	font-size: 18px;
	font-weight: 600;
}
.commend-card .say-text{
	font-size: 14px;
	margin-top: 15px;
}
.change-cont.change-other .change-item  .card{
	margin: 7px 8px;
	padding: 0;
	position: relative;
}
.change-cont.change-other .change-item .card .img{
	height: 280px;
}
.change-cont.change-other .change-item .card .img img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.change-cont.change-other .change-item .card .hidden{
	opacity: 0;
	position: absolute;
	left: 0;
	top:0;
	text-align: center;
	width:100%;
	height: 100%;
	background-color: rgb(6 78 59 / 0.6);
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.change-cont.change-other .change-item  .card a:hover .hidden{
	opacity: 1;
	color: #fff;
}
.ul-hover-a li a:hover{
	text-decoration: underline;
}
@media (max-width: 996px) {
	.banner .btn-top .item{
		width: 46%;
	}
	.position-effect .effect-box{
		position: inherit;
	}
	.expand-card{
		min-height: 510px;
	}
	.commend-card .title,
	.card-list .card-item .tit{
		font-size: 18px;
	}
}
@media (max-width: 769px) {
	.banner .btn-top .item{
		width: 100%;
	}
	.tab-changeBox .tab-ul{
		width:fit-content;
	}
	.change-cont .change-item .card,
	.commend-card{
		margin-bottom: 15px;
	}
}
@media (max-width: 768px) {
  
  .swiper-container {
    overflow: visible !important;
  }
  .expandSwiper {
    overflow: visible !important;
  }
  .swiper-wrapper {
    display: flex !important;
    flex-direction: column !important;
    transform: translate3d(0, 0, 0) !important;
    gap: 24px;
    width: 100% !important;
    height: auto !important;
  }
  .swiper-slide {
    width: 100% !important;
    margin-right: 0 !important;
    flex-shrink: 0 !important;
    transition: none !important;
    transform: none !important;
    height: auto !important;
  }
  
  .swiper-slide.collapsed-slide,
  .swiper-slide.expanded-slide {
    width: 100% !important;
    max-width: 100% !important;
  }
  .swiper-slide .expand-card .card-body {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    height: auto !important;
    padding-top: 16px;
  }
  
  .swiper-slide .brand-coll-show,
  .swiper-slide .brand-name {
    display: none !important;
  }
  .collapsed-slide .card-body,
  .collapsed-slide .research-tag {
    display: flex !important;
  }
  .collapsed-slide .card-header {
    flex-direction: row !important;
    padding: 1.5rem 1.2rem !important;
    justify-content: flex-start !important;
  }
  .collapsed-slide .brand-name {
    display: block !important;
  }
  .collapsed-slide .brand-icon {
    margin: 0 !important;
  }
  
  .expand-card .card-body {
    flex-direction: column;
  }
  .expand-card .card-body .img {
    width: 100%;
    margin-bottom: 20px;
  }
  .expand-card .card-body .info {
    width: 100%;
    padding-left: 0;
  }
  .swiper-pagination {
    display: none;
  }
  .swiper-slide {
    cursor: default;
  }
  .swiper-slide:hover {
    transform: none;
  }
  
  .expand-card {
    min-height: auto;
    height: auto;
  }
  .banner .text-info .banner-title{
	  font-size: 30px;
  }
}