/******** 重置样式 ********/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  font-size: 12px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-appearance: none;
}
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  /*height: 100%;*/
  /*scroll-behavior: smooth;*/
}
img {
  border: 0;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #666
}
hr {
  border: 0;
  border-bottom: 1px solid #e8e8e8;
  margin: 10px 0;
}

/******** 通用 ********/
body {
  font-family: Microsoft Yahei, sans-serif;
  color: #333;
  height: auto;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
/*  -webkit-transition: all 0.3s;
  transition: all 0.3s;*/
}
body.fixed {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

.main {}

.mian_top {
	height: 800px;
	background-image: linear-gradient(#5AB532, #2C9807);
	padding: 20px 35px;
	position: relative;
}
.mian_top .logo_top .last {
	display: none;
}
.mian_top .main_top_wrap {
	padding: 150px 0;
}
.main_top_wrap .title_wrap {
	color: #fff;
}
.main_top_wrap .title_wrap .title {
	font-size: 70px;
	font-weight: 500;
	margin-bottom: 10px;
}
.main_top_wrap .title_wrap .sbutitle {
	font-size: 30px;
}
.main_top_wrap .btn_box {
	padding: 60px 0;
}
.main_top_wrap .btn_box .btn {
	border-radius: 50px;
	padding: 15px 35px;
	background-color: #fff;
	font-size: 25px;
	color: #5AB532;
	box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
}
.main_top_wrap .btn_box .btn_android {
	margin-right: 20px;
}
.main_top_wrap .btn_box .btn_iphone {
	
}
.main_top_wrap .btn_box .btn:hover {
	background-color: #F37C16;
	color: #fff;
}
.main_top_wrap .btn_box .btn img {
	width: 35px;
	height: 35px;
	vertical-align: middle;
} 
.main_top_wrap .btn_box .btn .last {
	display: none;
}
.main_top_wrap .btn_box .btn:hover .first {
	display: none;
}
.main_top_wrap .btn_box .btn:hover .last {
	display: inline-block;
}
.main_right_wrap {
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	width: 50%;
	padding: 20px;
}
.main_small_wrap {
	display: none;
}
.main_right_wrap .big {
	height: 760px;
	width: 760px;
	border-radius: 100%;
	background-color: rgba(255,255,255,.05);
	position: relative;
	z-index: 1;
} 
.main_right_wrap .big .middle {
	height: 80%;
	width: 80%;
	border-radius: 100%;
	background-color: rgba(255,255,255,.08);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
} 
.main_right_wrap .big .small {
	height: 60%;
	width: 60%;
	border-radius: 100%;
	background-color: rgba(255,255,255,.1);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
} 
/* .main_right_wrap .main_top_img {
	top: 0;
	width: 100%;
	height: 100%;
	position: relative;
} */
.main_right_wrap .right_backimg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	width: 80%;
	height: 85%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.main_content {
	background-image: url(../img/banner_content.jpg);
	padding: 20px 35px 85px;
	background-size: cover;
}
.main_content .title {
	text-align: center;
	font-size: 30px;
	line-height: 100px;
	font-weight: 600;
}
.main_content .list_banner {
	font-size: 0;
}
.list_banner .item_banner {
	display: inline-block;
	font-size: 14px;
	width: 20%;
	text-align: center;
}
.item_banner .item_banner_title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
.item_banner .item_backimg {
	width: 95%;
	height: 520px;
	margin: 0 auto;
}

.main_app_content {
	height: 600px;
	background-color: #5AB532;
	padding: 0 35px;
	display: flex;
	align-items: center;
}
.main_app_content .app_wrap {
	flex: 1;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.app_wrap .app_top {
	position: absolute;
	top: -58%;
	left: -20px;
	width: 50%;
	height: 600px;
}
.app_wrap .app_bottom {
	position: absolute;
	bottom: -30%;
	right: 0;
	width: 50%;
	height: 600px;
}

.main_app_content .download_wrap {
	flex: 1;
}
.download_wrap {
	color: #fff;
}
.download_wrap .title_wrap {
	padding-left: 35px;
}
.download_wrap .title_wrap .title {
	font-size: 35px;
	margin-bottom: 20px;
}
.download_wrap .title_wrap .subtitle {
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 20px;
}
.download_wrap .title_wrap .btn_box {
	padding: 60px 0;
}
.download_wrap .title_wrap .btn_box .btn {
	border-radius: 50px;
	padding: 15px 35px;
	border: 1px solid #fff;
	font-size: 25px;
	color: #fff;
	box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
}
.download_wrap .title_wrap .btn_box .btn_android {
	
	margin-right: 20px;
}
.download_wrap .title_wrap .btn_box .btn_iphone {
	
}
.download_wrap .title_wrap .btn_box .btn img {
	width: 35px;
	height: 35px;
	vertical-align: middle;
}

.footer_bottom {
	text-align: center;
	margin: 50px 35px;
}
.footer_bottom .footer_img {
	margin-bottom: 15px;
}


@media (max-width: 1440px) {
	.mian_top {
		height: 600px;
	}
	.main_top_wrap .title_wrap .title {
		font-size: 50px;
	}
	.main_top_wrap .title_wrap .sbutitle {
		font-size: 20px;
	}
	.main_top_wrap .btn_box .btn {
		padding: 10px 20px;
		font-size: 16px;
	}
	.main_top_wrap .btn_box .btn img {
		width: 25px;
		height: 25px;
	}
	.main_right_wrap .big {
		width: 560px;
		height: 560px;
	}
	.download_wrap .title_wrap .title {
		font-size: 30px;
	}
	.download_wrap .title_wrap .btn_box {
		padding: 30px 0;
	}
	.download_wrap .title_wrap .btn_box .btn {
		padding: 10px 20px;
		font-size: 16px;
	}
	.download_wrap .title_wrap .btn_box .btn img {
		width: 25px;
		height: 25px;
	}
}

@media (max-width: 1200px) {
	.mian_top {
		height: 500px;
	}
	.mian_top .main_top_wrap {
		padding: 85px 0;
	}
	.main_right_wrap .big {
		width: 460px;
		height: 460px;
	}
	.main_content {
		padding: 20px 35px;
	}
	.item_banner .item_backimg {
		height: 430px;
	}
	.main_app_content {
		height: 500px;
	}
	.app_wrap .app_top {
		top: -72%;
	}
	.app_wrap .app_bottom {
		bottom: -47%;
	}
}

@media (max-width: 900px) {
	.mian_top {
		height: 350px;
	}
	.mian_top .main_top_wrap {
		padding: 55px 0;
	}
	.main_top_wrap .title_wrap .title {
		font-size: 30px;
	}
	.main_top_wrap .title_wrap .sbutitle {
		font-size: 12px;
	}
	.main_right_wrap .big {
		width: 310px;
		height: 310px;
	}
	.main_top_wrap .btn_box {
		padding: 30px 0;
	}
	.main_top_wrap .btn_box .btn {
		padding: 5px 15px;
		font-size: 14px;
	}
	.main_top_wrap .btn_box .btn img {
		width: 20px;
		height: 20px;
	}
	.main_content .title {
		font-size: 25px;
		line-height: 80px;
	}
	.item_banner .item_banner_title {
		font-size: 14px;
		/* font-weight: bold; */
		margin-bottom: 15px;
	}
	.item_banner .item_backimg {
		height: 320px;
	}
	.main_app_content {
		height: 400px;
	}
	.app_wrap .app_top {
		top: -61%;
		left: -7px;
		height: 415px;
	}
	.app_wrap .app_bottom {
		bottom: -38%;
		height: 415px;
	}
	.download_wrap .title_wrap .title {
		font-size: 25px;
		margin-bottom: 10px;
	}
	.download_wrap .title_wrap .subtitle {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.download_wrap .title_wrap .btn_box .btn {
		padding: 5px 10px;
		font-size: 14px;
	}
	.download_wrap .title_wrap .btn_box .btn img {
		width: 20px;
		height: 20px;
	}
	.download_wrap .title_wrap .btn_box {
		white-space: nowrap;
	}
}

@media (max-width: 700px) {
	.mian_top {
		height: 800px;
		position: relative;
		padding: 0;
		overflow: hidden;
	}
	.mian_top .logo_top {
		position: absolute;
		top: 25%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 45%;
		z-index: 3;
	}
	.mian_top .logo_top .first {
		display: none;
	}
	.mian_top .logo_top .last {
		display: block;
		width: 100%;
	}
	.mian_top .main_top_wrap {
		position: absolute;
		width: 100%;
		top: 60%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		text-align: center;
		z-index: 3;
	}
	.main_right_wrap {
		display: none;
	}
	.main_right_wrap .right_backimg {
		display: none;
	}
	.main_top_wrap .title_wrap .title {
		font-size: 40px;
		margin-bottom: 10px;
	}
	.main_top_wrap .title_wrap .sbutitle {
	  font-size: 16px;
	}
	.main_top_wrap .btn_box {
		padding: 60px 0;
	}
	.main_top_wrap .btn_box .btn {
		margin-right: 0;
		display: block;
		margin: 0 auto;
		margin-bottom: 25px;
		width: 65%;
		text-align: center;
		padding: 15px 0;
		font-size: 20px;
	}
	.main_top_wrap .btn_box .btn img {
		height: 30px;
		width: 30px;
	}
	
	.main_small_wrap {
		display: block;
		position: absolute;
		top: 10%;
		width: 100%;
		padding-top: 100%;
		background-color: rgba(255,255,255,.05);
		z-index: 1;
		border-radius: 100%;
	}
	.main_small_wrap .big {
		/* position: relative;
		width: 100%;
		height: 100%; */
	}
	.main_small_wrap .big .middle {
		height: 80%;
		width: 80%;
		border-radius: 100%;
		background-color: rgba(255,255,255,.08);
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 2;
	} 
	.main_small_wrap .big .small {
		height: 60%;
		width: 60%;
		border-radius: 100%;
		background-color: rgba(255,255,255,.1);
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 2;
	}
	.main_content .title {
		font-size: 20px;
		line-height: 50px;
	}
	.main_content .list_banner {
		overflow: auto;
		white-space: nowrap;
	}
	.list_banner .item_banner {
		width: 65%;
		font-size: 12px;
	}
	.item_banner .item_backimg {
		height: 460px;
	}
	.main_app_content .app_wrap {
		display: none;
	}
	.download_wrap .title_wrap {
		padding-left: 0;
	}
	.download_wrap .title_wrap .btn_box {
		white-space: normal;
		padding: 30px 0 0;
		text-align: center;
	}
	.download_wrap .title_wrap .btn_box .btn {
		display: block;
		margin-bottom: 15px;
		width: 65%;
	}
	
}


.share_content {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}
.share_content .mask {
	display: block;
	cursor: pointer;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .8;
	z-index: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.share_wrap {
	position: absolute;
	z-index: 150;
	text-align: right;
	width: 100%;
	padding: 20px 50px;
	color: #fff;
	font-size: 20px;
}