html {
	font-size: 10px
}

@media screen and (min-width:321px) and (max-width:375px) {
	html {
		font-size: 11px
	}
}

@media screen and (min-width:376px) and (max-width:414px) {
	html {
		font-size: 12px
	}
}

@media screen and (min-width:415px) and (max-width:639px) {
	html {
		font-size: 15px
	}
}

@media screen and (min-width:640px) and (max-width:719px) {
	html {
		font-size: 20px
	}
}

@media screen and (min-width:720px) and (max-width:749px) {
	html {
		font-size: 22.5px
	}
}

@media screen and (min-width:750px) and (max-width:799px) {
	html {
		font-size: 23.5px
	}
}

@media screen and (min-width:800px) {
	html {
		font-size: 25px
	}
}

* {
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: none;
	font-family: "Microsoft YaHei";
}

input {
	-webkit-user-select: auto;
}

textarea {
	-webkit-user-select: auto;
}

.clear {
	clear: both
}



.div_body {
	width: 100%;
	position: fixed;
	background: url(../images/cloth.png) repeat;
	background-attachment: fixed;
	top: 0;
	bottom: 0;
}

.div_head {
	width: 100%;
	height: 460px;
	background: url(../../images/download_joy/picture.jpg) no-repeat;
	background-size: 100% 460px;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.div_head_title {
	width: 95%;
	height: 100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.div_head_title div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.div_content_1 {
	width: 95%;
	height: 102px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}

.apk_url {
	display: inline-block;
	height: 102px;
}

.btn1 {
	width: 351px;
	height: 102px;
	border: none;
	overflow: hidden;
	background: url(../../images/download_joy/download_app.png) no-repeat;
}

.div_content_1_right {
	color: rgb(68,68,68);
	font-family: "Microsoft YaHei";
	font-size: 1.1rem;
	line-height: 40px;
}

.div_content_1_right a {
	color: rgb(68,68,68);
}

.div_content_2 {
	width: 85%;
	margin: 20px auto 0px auto;
	display: flex;
	justify-content: space-between;
	color: rgb(68,68,68);
	font-family: "Microsoft YaHei";
	font-size: 1rem;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.div_content_2_content {
	width: 50%;
	display: flex;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	margin-top: 20px;
}

.div_content_2 img {
	width: 65px;
	height: 65px;
}

.div_content_span {
	margin-left: 20px;
}

.div_head_fb {
	overflow: hidden;
}

.div_head_fb a {
	float: right;
	width: 51px;
	height: 51px;
	margin-top: 20px;
	margin-right: 2.5%;
	overflow: hidden;
}

.div_banner {
	width: 660px;
	height: 395px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 10px;
	margin-top: 50px;
}

.div_banner img {
	width: 660px;
	height: 395px;
	border-radius: 10px;
	overflow: hidden;
}

.swiper-container {
	width: 660px;
	height: 395px;
	border-radius: 10px;
	overflow: hidden;
}

.swiper-pagination .my-bullet {
	width: 20px;
	height: 19px;
	display: inline-block;
	border-radius: 100%;
	margin-left: 10px;
	vertical-align: middle;
	background: url(../../images/download_joy/d2.png) no-repeat;
	outline: none;
}

.swiper-pagination .my-bullet-active {
	width: 20px;
	height: 19px;
	display: inline-block;
	border-radius: 100%;
	margin-left: 10px;
	vertical-align: middle;
	background: url(../../images/download_joy/d1.png) no-repeat;
	outline: none;
}

.swiper-pagination {
	width: 660px;
	margin: 10px auto 0 auto;
	text-align: center;
}

.div_footer {
	width: 100%;
	height: auto;
	margin-top: 60px;
}

.div_footer_top {
	width: 100%;
	height: 82px;
	background: url(../../images/download_joy/side.jpg) no-repeat;
	background-size: 100% 82px;
	background-position: bottom;
	font-size: 1rem;
	font-family: "Microsoft YaHei";
	color: #fff;
	text-align: center;
	line-height: 82px;
}

/*.div_footer_top img {
	width: 100%;
	height: 82px;
}*/

.div_footer_content {
	width: 100%;
	height: 181px;
	background: url(../../images/download_joy/background.jpg) repeat-x;
}

.div_footer_left {
	width: 70%;
	height: 90px;
	float: left;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
}

.div_footer_left a {
	display: inline-block;
	width: 56px;
	height: 56px;
	margin-left: 60px;
}

.div_footer_left img {
	width: 56px;
	height: 56px;
}

.div_footer_right {
	width: 30%;
	height: 90px;
	float: right;
	text-align: right;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	align-items: center;
}

.div_footer_right a {
	width: 30%;
	height: 60px;
	display: inline-block;
	margin-right: 20%;
	position: relative;
	top: 10px;
}

.div_footer_content_1 {
	padding-top: 10px;
	overflow: hidden;
}

.div_footer_content_2 {
	width: 90%;
	text-align: center;
	color: rgb(68,68,68);
	font-family: "Microsoft YaHei";
	font-size: 1rem;
	margin: 0 auto;
}

.div_footer_content_2 a{
	color: rgb(68,68,68);
}



.install_body {
	width: 100%;
	position: fixed;
	background: rgb(228,237,244);
	background-attachment: fixed;
	top: 0;
	bottom: 0;
	color: rgb(68,68,68);
}

.install_head {
	width: 100%;
	height: 113px;
	background: rgb(228,237,244);
	color: rgb(68,68,68);
}

.install_head a {
	display: inline-block;
	width: 56px;
	height: 56px;
}

.install_head div {
	width: 90%;
	height: 113px;
	margin: auto;
	display: flex;
	align-items: center;
}

.install_head h1 {
	width: 100%;
	text-align: center;
	margin-right: 56px;
	color: rgb(244, 190, 25);
	font-family: "Microsoft YaHei";
}

.install_content {
	width: 90%;
	margin: 0 auto;
	padding: 20px 0px;
	overflow: hidden;
}

.install_content h2 {
	color: rgb(68,68,68);;
	font-family: "Microsoft YaHei";
	margin-top: 20px;
}

.install_content div {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.install_footer {
	width: 90%;
	margin: 0 auto;
	padding: 20px 0px;
}

.install_footer_1 {
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}

.install_footer_1_1 {
	width: 30%;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}

.install_footer_1_1 a {
	display: inline-block;
	width: 56px;
	height: 56px;
}

.install_footer_1_2 {
	width: 70%;
	text-align: right;
}

.install_footer_1_2 a {
	display: inline-block;
	width: 67px;
	height: 67px;
}

.install_footer_2 {
	width: 100%;
	height: 100px;
	text-align: center;
	color: rgb(68,68,68);
	font-family: "Microsoft YaHei";
	font-size: 1rem;
	line-height: 100px;
}