*{padding: 0;margin: 0}
ul,li{list-style: none}
a{text-decoration: none;}
img{border: none;}
body{
	width: 100%;
	overflow-x: hidden;
	font-family: 'microsoft yahei';
	font-size: 14px;
	background: #fff8eb;
	color: #3d3d3d
}
#main{
	position: relative;
}
.clearfix:after{
	content: '';
	display: block;
	visibility: hidden;
	clear: both;
}
.wrap{
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.f18{font-size: 18px;}
.txt-center{text-align: center;}
.txt-left{text-align: left;}
.txt-right{text-align: right;}
.bxz{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.light_color{color: #000000}
.header_01{

}
.header_01 .content{
	background:  no-repeat top center;
	height: 100%;
	position: relative;
	background-position-y: 45px;
	background-size:100%;
	height: 13rem;
}
.header_01 .download{
	width: 100%;
	background:  no-repeat top;
	background-size: 100%;
	padding-top: 1.3rem;
}
.header_01  .erw{
	width:95%;
	margin: 0 auto;
	text-align: left;
	font-size: .7rem;
	display: flex;
	color: #271a00;
	justify-content: center;
}
.header_01  .erw p{
	position: relative;
	padding-top:.4rem;
	margin-left: .8rem;
}
.header_01  .erw p::before{
	content: '';
	display: block;
	width: 1.3rem;
	border-top: .1rem solid #271a00;
	position: absolute;
	top: 0;
	left: 0;
}
.header_01  .erw img{
	width: 5rem;
height:5rem;
}
.header_01  .button_box{
	width: 90%;
	margin: 0.8rem auto 0;
	display: flex;
	justify-content: space-around;
}
.header_01  .btn_href{
	display: inline-block;
	width: 37%;
	height: 1.7rem;
	line-height: 1.7rem;
	text-align: center;
	border-radius: 1.7rem;
	background-color: #ff7b06;
	color: #fff;
	font-size: .6rem;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.header_01  .btn_href span{
	width: 100%;
	display: inline-block;
	font-weight: 700;
	line-height: 1.7rem;
	padding-left: 1rem;
	box-sizing: border-box;
}
.header_01  .btn_href.android{background: #febd3c;}
.header_01  .btn_href.apple span{background:  no-repeat left center;background-size: 30%;}
.header_01  .btn_href.android span{background:  no-repeat left center;background-size: 30%;}
.header_02{
	height: 200px;
	background:  no-repeat top center;
	margin: 30px 0 80px;
}
.header_02 .content{
	width: 979px;
	padding-left: 114px;
	padding-top: 36px;
}
.header_02 .light_color{
	color: #000000;
	font-size: 22px;
	margin-bottom: 20px;
}
.header_02 .p1{
	font-size: 15px;
	line-height: 25px;
}
.header_03{
	background:  no-repeat bottom center;
	background-size: 100%;
	margin-top: 1.6rem;
}
.header_03 .light_color{
	width: 100%;
	font-size: .8rem;
	margin-bottom: .6rem;
	text-align: center;
}
.header_03 .light_color span{
	color: #fe7b06;
}
.header_03 .header_03_right_div{
	overflow-x: scroll;
}
.header_03 .header_03_left img{
	display: none;
}
.header_03 .header_03_right{
	width:100%; 
	position: relative;
}
.header_03 .header_03_right .people{
	position: absolute;
	bottom: 0;
	width: 3.5rem;
}
.header_03 .header_03_right .people1{
	left: 1.8rem;
}
.header_03 .header_03_ul{
	width: 24rem;
	overflow-x: scroll;
	height: 2rem;
}
.header_03 .header_03_ul li{
	float: left;
	width: 5rem;
	line-height: 1.5rem;
	text-align: center;
	font-size: .6rem;
	background: #fff9e9;
	border: 1px solid #febd3c;
	font-weight: 700;
	cursor:pointer;
	margin-left: .8rem;
}
.header_03 .header_03_ul li:hover{
	background: #febd3c;
}
.header_03 .header_03_ul .header_03_li_active{
	background: #febd3c;
	position: relative;
}
.header_03 .header_03_ul .header_03_li_active::after{
	content: '';
	display: block;
	background: no-repeat;
	background-size: 100%;
	position: absolute;
	left: 50%;
	bottom: -.5rem;
	width: .8rem;
	height: .5rem;
	transform: translatex(-50%);
}

.header_03 .li_content_one li{
	display: flex;
	height: 60px;
	justify-content: space-around;
	border-bottom: 1px solid #ffe8ac;
	padding-bottom: 15px;
	margin-top: 20px;
}
.header_03 .li_content_one li div{
	width: 200px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.header_03 .li_content_one li div span{
	font-weight: 700;
	width: 80px;
	line-height: 35px;
	border-radius: 35px;
	background-color: #febd3c;
	text-align: center;
}
.header_03 .li_content_one li img{
	width: 30px;
	height: 30px;
}
.header_03 .li_content{
	display: none;
	text-align: center;
}
.header_03 .active{
	display: block !important;
}
.header_03 .li_content h3{
	line-height: 1.1rem;
	text-align: center;
	font-size: .7rem;
}
.header_03 .li_content .p{
	margin-bottom: 0.7rem;
	text-align: center;
	margin-top: .1rem;
}
.header_03 .li_content img{
	display: inline-block;
	width: 10rem;
	height: 16rem;
	margin: 0 auto;
}
.header_03 .li_content_two li{
	width: 600px;
	background:  no-repeat;
	background-size: 100%;
	margin-bottom: 15px;
	line-height: 40px;
	padding-left: 20px;
	font-weight: 700;
}
.header_03 .li_content_three ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.header_03 .li_content_three li{
	width: 390px;
	height: 100px;
	display: flex;
	margin-bottom: 20px;
}
.header_03 .li_content_three li span{
	font-weight: 700;
	background-color: #febd3c;
	height: 100px;
	text-align: center;
	padding: 0 15px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 2px solid #000000;
}
.header_03 .li_content_three li i{
	font-style: normal;
	height: 40px;
	width: 42px;
}
.header_03 .li_content_three li p{
	background-color:#fff9e9;
	padding: 35px 30px 20px 10px;
	box-sizing: border-box;
}
.header_04{
	width: 100%;
	height: 5rem;
	background:  no-repeat top center;
	background-size: 100%;
	margin-top: 1.6rem;
}
.header_05{
	height: 568px;
	background:  no-repeat bottom center;
	background-size: 100%;
	margin-top: 1.6rem;
}
.header_03 .li_content_three li span {
	font-weight: 700;
	background-color: #febd3c;
	height: 100px;
	text-align: center;
	padding: 0 15px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 2px solid #000000;
}
.header_05 .li_content_three li{
	position: relative;
	align-items: center;
	height: 110px;
}
.header_05 .li_content_three li span {
	border-radius: 100%;
	border: none;
	position: absolute;
	left: 10px;
	z-index: 2;
	height: 80px;
	padding: 0 5px;
}
.header_05 .li_content_three li span i{
	width:70px;
}
.header_05 .li_content_three .header_05_list{
	width: 100%;
	display: initial;
	background-color:#fff9e9;
	box-sizing: border-box;
	padding: 15px 30px 15px 95px;
	height: 110px;
}
.header_05 .li_content_three .header_05_list li{
	height: 23px;
	line-height: 23px;
	margin: 0;
}
.header_05 .li_content_five ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.header_05 .li_content_five li{
	width: 240px;
	display: flex;
	align-items: center;
	border: 1px solid #000000;
	height: 80px;
	margin-bottom: 10px;
	font-weight: 700;
}
.header_05 .li_content_five li span{
	margin: 0 10px 0 25px;
}
.header_05 .header_03_right .people2{
	right: 1rem;
}
.fixed{
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	height: 3.5rem;
	background:  no-repeat;
	background-size: 100%;
}
.fixed div{
	width: 100%;
	height: 100%;
	position: relative;
}
.fixed .btn_href span {
	width: 100%;
	display: inline-block;
	font-weight: 700;
	line-height: 1.5rem;
	padding-left: 1rem;
	box-sizing: border-box;
}
.fixed .btn_href {
	display: inline-block;
	width: 5rem;
	height: 1.5rem;
	line-height: 1.5rem;
	text-align: center;
	border-radius: 1.5rem;
	background-color: #ff7b06;
	color: #fff;
	font-size: .6rem;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	position: absolute;
	right: 6.2rem;
	bottom: .4rem;
}
.fixed  .btn_href.android{background: #ffa800;right: 1rem;}
.fixed  .btn_href.apple span{background:  no-repeat left center;background-size: 30%;}
.fixed  .btn_href.android span{background:  no-repeat left center;background-size: 30%;}