/* 关于我们 */
 
.banner {
    height: 600px;
    background-image: url(../images/join_banner.png);
    text-align: center;
}
 
.banner .seach {
    width: 60%;
    margin: 50px auto 0;
    background: rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(10px);
    padding: 20px;
}
 
.banner .seach text {
    font-size: 32px;
    color: rgba(255, 255, 255, 0.41);
}
 
.banner .seach .image {
    width: 50px;
}
 
.banner .bring {
    margin-top: 80px;
}
 
.banner .bring .item {
    width: 50%;
    text-align: left;
    cursor: pointer;
}
 
.banner .bring .item .con {
    padding: 0 80px;
}
 
.banner .bring .item .icon {
    width: 80px;
}
 
.banner .bring .item .desc {
    padding-left: 40px;
}
 
.banner .bring .item .desc .image {
    width: 26px;
    margin-left: 5px;
    margin-top: -3px;
}
 
.banner .bring .item .desc .txt {
    margin-top: 15px;
    color: #DEDEDE;
}
 
.banner .bring .item .line {
    width: 0%;
    height: 4px;
    background: #fff;
    margin-top: 35px;
    transition: 0.2s linear;
}
 
.banner .bring .item:hover .line {
    width: 100%;
    transition: 0.3s linear;
}
 
.need {
    background-image: url(../images/join_need_bg.png);
    background-size: 100% 87%;
    background-repeat: no-repeat;
}
 
.need .need_ul {
    margin-top: 70px;
}
.need .need_swiper {
    display: none;
}
 
.need .need_ul li {
    width: 49%;
    border-radius: 12px;
    background: #fff;
}
 
.need .need_ul li .icon {
    width: 45%;
}
 
.need .need_ul li .icon .image {
    height: 100%;
}
 
.need .need_ul li .info {
    width: 55%;
    padding: 20px;
}
 
.need .need_ul li .info .tit {
    font-size: 30px;
}
 
.need .need_ul li .info .txt {
    color: #0118FF;
    margin-top: 15px;
}
 
.need .need_ul li .info .desc {
    margin-top: 5px;
}
 
.need .more {
    margin-top: 30px;
}
 
.process .process_con {
    padding: 30px;
    text-align: center;
    box-shadow: 0px 2px 20px 0px rgba(227, 227, 227, 0.5);
    border-radius: 12px;
    margin-top: 40px;
}
 
.process .process_con .tit {
    font-size: 26px;
}
 
.process .process_con .process_ul {
    margin-top: 25px;
}
 
.process .process_con .process_ul li {
    width: 12%;
}
 
.process .process_con .process_ul li .icon {
    width: 72px;
    margin: auto;
}
 
.process .process_con .process_ul li .arr {
    width: 44px;
    margin: 40px auto 0;
}
 
.process .process_con .process_ul li .desc {
    margin-top: 15px;
}
 
.process .process_con .process_ul li:nth-child(2n) {
    width: 5.5%;
}
 
.disabuse .disabuse_ul {
    margin-top: 30px;
    color: #444;
}
 
.disabuse .disabuse_ul li {
    padding: 30px 0;
    border-bottom: 1px solid #F0F0F0;
}
 
.disabuse .disabuse_ul li .tit {
    font-size: 24px;
}
 
.disabuse .disabuse_ul li .desc {
    margin-top: 20px;
}
 
.disabuse .disabuse_ul li .desc span {
    color: #0118FF;
}
 
/* Media Queries */
 
@media (max-width: 1024px) {
    .banner {
        height: 560px;
        padding-top: 80px;
    }
    .banner .ban_con{
        padding-top: 0;
    }
 
    .banner .seach {
        margin-top: 30px;
    }
 
    .banner .bring {
        margin-top: 40px;
    }
 
    .banner .bring .item .con {
        padding: 0 30px;
    }
 
    .banner .bring .item .line {
        margin-top: 18px;
    }
}
 
@media (max-width: 768px) {
    .banner {
        height: 450px;
        padding-top: 60px;
    }
    .banner .ban_con{
        padding: 0;
    }
 
    .banner .seach {
        width: 80%;
        margin-top: 40px;
        padding: 10px 20px;
    }
 
    .banner .seach text {
        font-size: 26px;
    }
 
    .banner .seach .image {
        width: 40px;
    }
 
    .banner .bring {
        margin-top: 40px;
    }
 
    .banner .bring .item .con {
        padding: 0 10px;
    }
 
    .banner .bring .item .icon {
        width: 60px;
    }
 
    .banner .bring .item .desc {
        padding-left: 10px;
    }
 
    .banner .bring .item .desc .txt {
        margin-top: 10px;
    }
 
    .banner .bring .item .line {
        margin-top: 18px;
    }
 
    .need .need_ul {
        display: block;
    }
 
    .need .need_ul li {
        width: 100%;
        margin-bottom: 20px;
    }
 
    .need .need_ul li .icon {
        width: 30%;
    }
 
    .need .need_ul li .info {
        width: 70%;
    }
 
    .process .process_con .process_ul li .icon {
        width: 50px;
    }
 
    .process .process_con .process_ul li .arr {
        width: 30px;
    }
}

@media (max-width: 431px) {
	.banner {
		height: 370px;
		padding-top: 40px;
	}
    .banner .ban_con .ban_tit{
        font-size: 40px;
    }
	
	.banner .ban_tit {
		font-size: 40px;
	}
	
	.banner .seach {
		width: 90%;
		padding: 10px;
        margin-top: 20px;
	}
	
	.banner .seach text {
		font-size: 18px;
	}
	
	.banner .seach .image {
		width: 30px;
	}
	
	.banner .bring {
		margin-top: 40px;
	}
	
	.banner .bring .item .con {
		padding: 0;
	}
	
	.banner .bring .item .icon {
		width: 40px;
	}
	
	.banner .bring .item .desc {
		width: 72%;
		padding-left: 10px;
	}
	
	.banner .bring .item .desc .txt {
		margin-top: 10px;
	}
	
	.banner .bring .item .desc .image {
		width: 16px;
	}
	
	.banner .bring .item .line {
		margin-top: 18px;
	}
	
	.need .need_ul {
		display: none;
	}
    .need .need_swiper{
        display: block;
    }
    .need .case_swiper {
        width: 100%;
        margin: 30px auto 0;
        padding-bottom: 15px;
    }
     
    .need .case_swiper .swiper-slide {
        display: flex;
        border-radius: 12px;
        background: #fff;
    }
     
    .need .case_swiper .swiper-slide .icon {
        width: 35%;
    }
     
    .need .case_swiper .swiper-slide .icon .image {
        border-radius: 12px;
        height: 100%;
    }
     
    .need .case_swiper .swiper-slide .info {
        width: 65%;
        padding: 10px;
    }
     
    .need .case_swiper .swiper-slide .info .tit {
        font-size: 18px;
    }
     
    .need .case_swiper .swiper-slide .info .txt {
        margin-top: 8px;
        color: #0118FF;
    }
 
    .need .swiper-button-prev {
        display: none;
    }
     
    .need .swiper-button-next {
        display: none;
    }
   
    .need .swiper-pagination .swiper-pagination-bullet-active {
        /* background: #fff; */
    }
     
    .need .swiper-pagination {
        left: 43%;
        margin-top: 10px;
    }
    .need .swiper-pagination .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
        border: 1px solid #979797;
        background: rgba(0, 0, 0, 0);
        border-radius: 50%;
        margin-right: 15px;
    }
	
	.process .process_con {
		padding: 10px;
        background: #fff;
	}
	
	.process .process_con .tit {
		font-size: 16px;
	}
	
	.process .process_con .process_ul {
		flex-wrap: wrap;
	}
	
	.process .process_con .process_ul li {
		width: 20%;
		margin-bottom: 20px;
	}
	
	.process .process_con .process_ul li .icon {
		width: 40px;
	}
	
	.process .process_con .process_ul li .desc {
		margin-top: 0;
	}
	
	.process .process_con .process_ul li .arr {
		width: 24px;
		margin-top: 20px;
	}
	
	.process .process_con .process_ul li:nth-child(2n) {
		width: 20%;
	}
	
	.process .process_con .process_ul li:nth-child(6) {
		display: none;
	}
	
	.disabuse .disabuse_ul {
		margin-top: 20px;
		color: #444;
	}
	
	.disabuse .disabuse_ul li {
		padding: 20px 0;
		border-bottom: 1px solid #F0F0F0;
	}
	
	.disabuse .disabuse_ul li .tit {
		font-size: 16px;
	}
	
	.disabuse .disabuse_ul li .desc {
		margin-top: 20px;
	}
}

@media (max-width: 401px) {
    .banner  {
		height: 325px;
	}
}