
/* 移动端适配 */
.mo_point_list{
	display: none;
}
.mo_logo{
	display: none;
}
.mo_header_pic{
	display: none;
}
.mo_section2_pic{
	display: none;
}
@media screen and (max-width: 700px){
	.section_1{
		width: 100%;
		height: 434px;
		background-image:url(../img/mo_bg.png) ;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		overflow: hidden;
	}
	.section_cn{
		width: 100%;
	}
	.logo_text{
		display: none;
	}
	.section_header_left{
		/* padding-left: 25px; */
		padding-left: 9%;
		margin-top: 80px;
	}
	.mo_logo{
		display: block;
		width: 150px;
	}
	.section_area{
		width: 100%;
	}
	.header_title{
		display: none;
	}
	.header_text{
		font-size: 13px;
		width: 154px;
		line-height: 22px;
	}
	.header_download_area{
		margin-top: 20px;
	}
	.header_download_right{
		display: none;
	}
	.header_pic{
		display: none;
	}
	.btn_win{
		display: none !important;
	}
	.btn_down{
		width: 154px;
		height: 40px;
		display: flex;
		align-items: center;
		border-radius: 4px;
		padding-left: 18px;
	}
	.btn_down img{
		width: 15px;
	}
	.btn_down p{
		font-size: 14px;
		margin-left: 12px;
	}
	.mo_header_pic{
		position: absolute;
		display: block;
		width: 173px;
		right: 0px;
		bottom: 30px;
	}
	
	.section_2{
		height: 425px;
	}
	.section_left{
		padding-left: 9%;
		box-sizing: border-box;
	}
	.section1_pic{
		display: none;
	}
	.section_common_cn{
		width: 100%;
	}
	.text_area{
		margin-top: 74px;
		margin-left:0;
	}
	.text_header{
		position: relative;
	}
	.text_header>p{
		font-size: 18px;
		position: relative;
		z-index: 10;
		letter-spacing: 0px;
	}
	.text_header>span{
		width: 38px;
		height: 4px;
		position: absolute;
		bottom: 0px;
		z-index: 0;
	}
	.text_cn{
		padding: 0px;
		font-size: 14px;
		line-height: 24px;
		width: 146px;
		letter-spacing: 0px;
		text-align: justify;
		word-break: break-all;
	}
	.mo_section2_pic{
		display: block;
		width: 240px;
		position: absolute;
		right: 1%;
		top: 6%;
	}
	
	.section_common_cn_3{
		display: flex;
		flex-direction: row-reverse;
	}
	.section3_pic{
		width: 246px;
		margin-top: 20%;
		margin-left: -2%;
	}
	.section_left_mo{
		padding: 0px;
		position: absolute;
		left: 0px;
	}
	.text_area2{
		margin-top:52px;
		position: relative;
		right: 11%;
	}
	.section_3{
		height: 425px;
	}
	.section_common_cn_4{
		width: 100%;
	}
	.text_area3{
		padding-left:9%;
		padding-right:9%;
		box-sizing: border-box;
	}
	.text_cn3{
		width: 100%;
	}
	.section4_pic{
		display: block;
		width:330px;
		margin-left: 0px;
		margin-left: 5%;
		margin-top: 20px;
	}
	.section_2_2{
		height: 330px;
	}
	.text_title_floot{
		font-size: 18px;
		margin-top: 36px;
	}
	.point_list{
		display: none;
	}
	.mo_point_list{
		display: block;
		margin-top: 30px;
	}
	.mo_point_list>li{
		width: 250px;
		height: 42px;
		background: linear-gradient(to top, #222222, #444444);
		border-radius: 4px;
		margin: 0px auto;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 22px;
	}
	.mo_point_list>li>a{
		height: 100%;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.mo_point_list>li img{
		width: 18px;
	}
	.mo_point_list>li p{
		color: #fff;
		font-size: 14px;
		margin-left: 10px;
		letter-spacing: 1px;
	}
	.section_3_3{
		height: 320px;
	}
}