.line{
	width: 90%;
	margin: 20px auto;
	height: 1px;
	background-color: #CCCCCC;
}
/*banner背景颜色*/
.section1{
	position: relative;
    /*background: url(../images/banner-bg.png) no-repeat;*/
    background-image: linear-gradient(to right, #dfa23b 0%, #ffffee 100%);
    /*background: url(../images/banner-bg.png) no-repeat;*/
    background-size: cover,cover;
}
.section-cir{
	position: absolute;
	
}
.cir-1{
	width: 150px;
	height: 150px;
	top: 40px;
	right: 100px;
	z-index: 1;
	/*background-image: #f8b195!important;*/
	background-image: linear-gradient(66deg, #f8b195 0%, #f8b195 100%);
}
.cir-2{
	width: 100px;
	height: 100px;
	top: 15px;
	left: 20px;
	z-index: 1;
}
.cir-0{
	width: 50px;
	height: 50px;
	bottom: 40px;
	right: 100px;
	z-index: 1;
}
.w{
	/*justify-content:center;*/
	/*padding: 0 0px;*/
}
.banner-right{
   /* margin-left: 150px!important;*/
    margin-left: 10%;
    margin-top: 24px;
    margin-right: 150px;
}
.banner-left{
	display: flex;
	flex-direction: column;
}
.banner-title{
	margin-top: 130px;
}
.banner-slogan{
	margin-top: 0!important;
}
.banner-right{
	position: relative;
	overflow: hidden;
    width: 540px;
    height: 1170px;
    background: url(../img/2022.jpg);
    background-size: 100% 100%;
    left: 30px;
}
/*.app-rreview{
    position: absolute;
    left: 53px;
    top: 52px;
    z-index: 1;
    width: 454px;
    height: 700px;
}
.phone-border{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 562px;
    height: 572px;
}*/
.banner-slogan{
	margin-top: 130px;
}
.qrcode-img{
	display: flex;
	justify-content: flex-start;
}
.qrcode-img img{
	width: 160px;
	height: 160px;
	margin: 60px 0 0 10px;
}
.qrcode-btn{
	display: flex;
	justify-content: center;
	align-items: center;
	/*width: 204px;
	border-radius:5px!important ;*/
}
.down-icon{
	width: 25px;
	height: 25px;
}
/*手机边框*/
.phone-border{
}
.switch-editor li{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 298px;
    height: 541px;
	background-color: transparent;
	box-shadow: none;
	border: none;
	background: url(../images/y07.png) no-repeat;
    background-size: 100% 100%;
}
.switch-editor li img{
	width: 254px;
	height: 410px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
/*第二行*/
.sections{
	display: flex;
	justify-content: space-between;
	width: 100%;
	min-height: 600px;
	padding: 0 150px;
	box-sizing: border-box;
}
.sections .switch-right{
	margin-top: 150px;
	width: 50%;
	display: flex;
	flex-direction: column;
}
.sections .switch-right .title, .sections3 .files-left .title{
	width: 50%;
	font-size: 36px;
    margin-bottom: 20px;
}
.sections .switch-right .btn-icon, .sections .files-left .btn-icon{
	width: 100%;
	display: flex;
	flex-direction: column;
}
.btn-icon .btn-icon-item{
	display: flex;
	width: 100%;
}
.btn-icon .btn-icon-item .iconBtns{
    width: 140px;
    height: 48px;
    border: 1px solid #20c184;
    box-sizing: border-box;
    border-radius: 24px;
    line-height: 46px;
    text-align: center;
    font-size: 20px;
    color: #20c184;
    margin: 20px 20px 0 0;
}
/*第三行*/
.sections3 {
	display: flex;
	justify-content: space-between;
	width: 100%;
	min-height: 600px;
	padding: 0 150px;
	box-sizing: border-box;
}
.files-left{
	margin-top: 150px;
}
.section2{
	width: 100%;
	padding: 0 50px;
	/*min-height: 1000px;*/
	/*background-color: #dfa23b;*/
	
}
.switch-right{
	height: 400px;
}
/*底部*/
.footer{
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.footer-down-box{
	display: flex;
	width: 100%;
	padding: 50px 0 0;
	justify-content: center;
	box-sizing: border-box;
}
.footer-down-box > a{
	width: 160px;
    height: 48px;
    line-height: 48px;
    color: #FFFFFF;
    display: block;
    background-color: #2D2D2D;
    border-color: #2D2D2D;
    border-radius: 24px;
    text-align: center;
    font-size: 16px;
}
.footer-down-box > a:first-child{
	margin-right: 50px;
}
.copyright{
	width: 100%;
	text-align: center;
	font-size: 15px;
	margin-top: 25px;
}
/*波浪效果*/
.wave-box{
	/*transform: rotate(180deg);*/
	width: 100%;
	height: 100px;
	position: relative;
	overflow: hidden;
	background: linear-gradient(to right, #dfa23b 0%, #ffffee 100%);
}
.wave-box .water{
	position: absolute;
	width: 200%;
	height: 100%;
	background-size: 50% 100%;
}
.wave-box .water1{
	top:20px;
	left: -100%;
	opacity: 0.2;
	animation: water-right 20s infinite linear;
}
.wave-box .water2{
	top:30px;
	left: 0;
	opacity: 0.3;
	animation: water-left 30s infinite linear;
}
.wave-box .water3{
	top:45px;
	left: -100%;
	animation: water-right 40s infinite linear;
}
@keyframes water-right{
	0% {
		transform: translateX(0) translateZ(0) scaleY(1)
	}
	50% {
		transform: translateX(25%) translateZ(0) scaleY(0.85)
	}
	100% {
		transform: translateX(50%) translateZ(0) scaleY(1)
	}
}
@keyframes water-left{
	from{
		transform: translate(0%,0px);
	}
	to{
		transform: translate(-50%,0px);
	}
}