/*swiper鎵嬫満瀹樼綉 a鐗� by wdd 20170608 start*/

body {
	font-family: Arial, sans-serif;
}

.font-0 {
	font-size: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.m-w-100 {
	max-width: 100%;
}

.m-x-25 {
	margin-left: 25px;
	margin-right: 25px;
}

.down_swiper_slide1 {
	background: #007ae9;
}

.down_swiper_nav {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	padding: 20px 0;
	z-index: 2;
}

.down_swiper_logo,
.down_swiper_logo img {
	width: 102px;
	height: 35px;
}

.down_swiper_menu {
	position: relative;
}

.down_swiper_menu_img {
	padding: 9px 0;
}

.down_swiper_menu_img img {
	width: 20px;
	height: 15px;
}

.down_swiper_menu_list {
	position: absolute;
	right: 30px;
	left: 30px;
	top: 20px;
	z-index: 3;
	background: rgba(0, 0, 0, 0.8);
	font-size: 14px;
	text-align: center;
	min-width: 90px;
}

.down_swiper_menu_triangle {
	position: absolute;
	right: -5px;
	top: 11px;
	border: 5px solid transparent;
	border-right: 0;
	border-left: 5px solid rgba(0, 0, 0, 0.8);
}

.down_swiper_menu_item a {
	display: block;
	padding: 15px 0;
	color: #fff;
}

.down_swiper_menu_item_border:after {
	position: absolute;
	left: 0;
	right: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	-webkit-transform: scaleY(0.5);
	-moz-transform: scaleY(0.5);
	-ms-transform: scaleY(0.5);
	-o-transform: scaleY(0.5);
	transform: scaleY(0.5);
}

@keyframes phone_move {
	0% {
		right: -100%;
	}
	100% {
		right: 0;
	}
}

@-webkit-keyframes phone_move {
	0% {
		right: -100%;
	}
	100% {
		right: 0;
	}
}

.down_swiper_phone {
	position: absolute;
	right: -100%;
	top: 26px;
	width: 91%;
	z-index: 1;
	-webkit-animation: phone_move ease-out 0.3s 0.3s forwards;
	-o-animation: phone_move ease-out 0.3s 0.3s forwards;
	animation: phone_move ease-out 0.3s 0.3s forwards;
}

@keyframes title_move {
	0% {
		left: -100%;
	}
	100% {
		left: 12.7%;
	}
}

@-webkit-keyframes title_move {
	0% {
		left: -100%;
	}
	100% {
		left: 12.7%;
	}
}

.down_swiper_title {
	position: absolute;
	left: -100%;
	width: 74.6%;
	bottom: 18.8%;
	margin: 0 auto;
	-webkit-animation: title_move ease-out 0.3s 0.3s forwards;
	-o-animation: title_move ease-out 0.3s 0.3s forwards;
	animation: title_move ease-out 0.3s 0.3s forwards;
}

.down_swiper_slogan_img {
	width: 76%
}

.down_swiper_smz {
	position: absolute;
	z-index: 2;
	width: 26.88%;
	right: 0;
	top: 50%;
	margin-top: -15%;
}

.down_swiper_download_btn,
.down_swiper_download_blue_btn {
	position: absolute;
	bottom: 6.6%;
	left: 12%;
	width: 76%;
	text-align: center;
	color: #fff;
	border-radius: 36px;
}

.down_swiper_download_btn {
	padding: 2.7% 0;
	font-size: 20px;
	border: 2px solid #fff;
}

.down_swiper_download_blue_btn {
	padding: 3.7% 0;
	font-size: 16px;
	border: 2px solid #fff;
	background: #f2a93b;
}

@keyframes arrowUpDown {
	0% {
		bottom: 0.5%;
	}
	100% {
		bottom: 2.9%;
	}
}

@-webkit-keyframes arrowUpDown {
	0% {
		bottom: 0.5%;
	}
	100% {
		bottom: 2.9%;
	}
}

.down_swiper_arrow {
	position: absolute;
	left: 50%;
	bottom: 0.5%;
	width: 30px;
	margin-left: -8px;
	-webkit-animation: arrowUpDown 0.8s ease-in infinite;
	-o-animation: arrowUpDown 0.8s ease-in infinite;
	animation: arrowUpDown 0.8s ease-in infinite;
}

.down_swiper_img {
	margin-top: 13.3%;
	margin-bottom: 8.3%;
}

.down_swiper_text_line1 {
	font-size: 24px;
	color: #272727;
	text-align: center;
	margin-bottom: 1.3%;
	font-weight: bold;
}

.down_swiper_text_line2 {
	font-size: 15px;
	color: #5e606c;
	text-align: center;
}

.down_swiper_user_title {
	font-size: 20px;
	margin-top: 13.3%;
	margin-bottom: 7.3%;
	color: #5e606c;
	text-align: center;
}

.down_swiper_user_list li {
	width: 20%;
}

.down_swiper_user_avatar {
	width: 33px;
	height: 33px;
	margin: 0 auto;
	border-radius: 50%;
	border: 3px solid #fff;
	margin-bottom: 5px;
}

.down_swiper_user_avatar img {
	border-radius: 50%;
}

.down_swiper_user_avatar_cur {
	border: 3px solid #e5e5e5;
}

.down_swiper_user_triangle {
	position: relative;
	z-index: 1;
	width: 17px;
	font-size: 0;
	margin: 0 auto;
}

.text-black-3 {
	color: #333;
}

.font-bold {
	font-weight: bold;
}

.down_swiper_user_text {
	display: none;
	padding: 4% 5%;
	border-radius: 4px;
	border: 1px solid rgba(219, 230, 237, 0.75);
	font-size: 15px;
	color: #5e606c;
	line-height: 1.5;
	margin-top: -1px;
}

.down_swiper_slogan {
	position: absolute;
	left: 25%;
	bottom: 20%;
	width: 50%;
}

@media screen and (max-height: 470px) {
	.down_swiper_user_title {
		margin-top: 3.3%;
		margin-bottom: 2.3%;
	}
	.down_swiper_user_text {
		font-size: 13px;
	}
}

@media screen and (max-height: 420px) {
	.down_swiper_phone {
		width: 75%;
	}
	.down_swiper_title {
		bottom: 21.8%;
	}
	.down_swiper_img {
		margin-top: 9.3%;
		margin-bottom: 6.3%;
	}
}


/*swiper鎵嬫満瀹樼綉 a鐗� by wdd 20170608 end*/