.appdown_header {
	width: 1200px;
	margin: 0 auto;
	height: 60px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.logo_appdown{
	margin-left: 20px;
}
.flex_cc {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 600px;
	min-width: 1200px;
}

.flex_cc>i {
	display: block;
	width: 242px;
	height: 479px;
}

.flex_cc>i.left_phone {
	margin-right: 170px;
}

.flex_cc>i.right_phone {
	margin-left: 192px;
}

.appdown_mk1 {
	height: 700px;
	background: url(/pcHtml/static/appDown/images/app_down_tu1.jpg) no-repeat center center;
}

.appdown_mk1>i {
	width: 281px;
	height: 564px;
	background: url(/pcHtml/static/appDown/images/app_down_phone.png) no-repeat center center;
	margin-right: 90px;
}

.appdown_mk1_text h1 {
	font-size: 59px;
	font-weight: 600;
	color: rgba(255, 255, 255, 1);
	line-height: 83px;
	text-shadow: 0px 2px 4px rgba(218, 148, 38, 1);
	margin-bottom: 16px;
}

.appdown_mk1_text h2 {
	font-size: 50px;
	font-weight: 300;
	color: rgba(255, 255, 255, 1);
	line-height: 70px;
	text-shadow: 0px 2px 4px rgba(218, 148, 38, 1);
	margin-bottom: 90px;
}

.appdown_down ul {
	font-size: 0px;
	display: inline-block;
	margin-right: 60px;
	vertical-align: top;
}

.appdown_down ul li>a {
	width: 260px;
	height: 68px;
	background: rgba(255, 255, 255, 1);
	border-radius: 34px;
	opacity: 0.84;
	margin-bottom: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: rgba(0, 0, 0, 1);
	cursor: pointer;
}

.appdown_down ul li i {
	display: inline-block;
	margin-right: 20px;
}

.appdown_down ul li>a:hover {
	background: rgba(255, 255, 255, 0.8);
}

.iphone_icon {
	width: 26px;
	height: 30px;
	background: url(/pcHtml/static/appDown/images/app_down_icon1.png) no-repeat center center;
}

.android_icon {
	width: 24px;
	height: 30px;
	background: url(/pcHtml/static/appDown/images/app_down_icon2.png) no-repeat center center;
}

.appdown_down>i {
	display: inline-block;
	width: 168px;
	height: 168px;
	background: rgba(255, 255, 255, 1);
	border-radius: 8px;
	opacity: 0.85;
}

.ytk_ewm {
	display: block;
	width: 146px;
	height: 146px;
	background: url(/pcHtml/static/appDown/images/app_down_erm.png) no-repeat center center;
	background-size:146px 146px;
	margin-top: 50%;
	margin-left: 50%;
	transform: translate(-50%, -50%);
}

.appdown_mk2 {
	background: rgba(251, 249, 246, 1);
}

.appdown_phone1 {
	background: url(/pcHtml/static/appDown/images/app_down_phone1.png) no-repeat center center;
}

.appdown_phone2 {
	background: url(/pcHtml/static/appDown/images/app_down_phone2.png) no-repeat center center;
}

.appdown_phone3 {
	background: url(/pcHtml/static/appDown/images/app_down_phone3.png) no-repeat center center;
}

.appdown_phone4 {
	background: url(/pcHtml/static/appDown/images/app_down_phone4.png) no-repeat center center;
}

.appdown_text {
	text-align: left;
}

.appdown_text h1 {
	font-size: 48px;
	font-weight: 600;
	color: rgba(51, 51, 51, 1);
	line-height: 67px;
	margin-bottom: 10px;
}

.appdown_text h2 {
	font-size: 30px;
	font-weight: 300;
	color: rgba(153, 153, 153, 1);
	line-height: 42px;
	margin-bottom: 30px;
}

.appdown_text ul {
	font-size: 0px;
	text-align: center;
}

.appdown_text ul li {
	display: inline-block;
	margin: 0 20px;
	cursor: pointer;
}

.appdown_text ul li:first-child {
	margin-left: 0px;
}

.appdown_text ul li:last-child {
	margin-right: 0px;
}

.appdown_text ul li i {
	display: block;
	margin: 0 auto;
	width: 56px;
	height: 56px;
	margin-bottom: 10px;
	background-size:56px 56px;
}

.appdown_text ul li p {
	font-size: 14px;
	color: rgba(153, 153, 153, 1);
	line-height: 20px;
	text-align: center;
}

.appdown_mk4 {
	background: rgba(251, 249, 246, 1);
}

.appdown_mk6 {
	height: 700px;
	background: url(/pcHtml/static/appDown/images/app_down_tu2.jpg) no-repeat center center;
	box-sizing: border-box;
	padding-top: 145px;
	text-align: center;
	min-width: 1200px;
}

.appdown_mk6 h1 {
	font-size: 59px;
	font-weight: 600;
	color: rgba(51, 51, 51, 1);
	line-height: 83px;
	margin-bottom: 35px;
}

.appdown_mk6 h2 {
	font-size: 40px;
	font-weight: 300;
	color: rgba(153, 153, 153, 1);
	line-height: 56px;
	margin-bottom: 57px;
}

.appdown_mk6 .appdown_down ul li>a {
	background: linear-gradient(328deg, rgba(249, 171, 48, 1) 0%, rgba(254, 204, 52, 1) 100%);
	border-radius: 34px;
}

.appdown_mk6 .appdown_down ul li>a:hover {
	background: rgba(249, 171, 48, 1);
}

.appdown_mk6 .appdown_down>i {
	background: rgba(255, 255, 255, 1);
	border-radius: 8px;
	border: 2px solid rgba(249, 171, 48, 1);
}

.appdown_mk2_icon1 {
	background: url(/pcHtml/static/appDown/images/appdown_mk2_icon1.png) no-repeat center center;
}

.appdown_mk2_icon2 {
	background: url(/pcHtml/static/appDown/images/appdown_mk2_icon2.png) no-repeat center center;
}

.appdown_mk2_icon3 {
	background: url(/pcHtml/static/appDown/images/appdown_mk2_icon3.png) no-repeat center center;
}

.appdown_mk2_icon4 {
	background: url(/pcHtml/static/appDown/images/appdown_mk2_icon4.png) no-repeat center center;
}

.appdown_mk3_icon1 {
	background: url(/pcHtml/static/appDown/images/appdown_mk3_icon1.png) no-repeat center center;
}

.appdown_mk3_icon2 {
	background: url(/pcHtml/static/appDown/images/appdown_mk3_icon2.png) no-repeat center center;
}

.appdown_mk3_icon3 {
	background: url(/pcHtml/static/appDown/images/appdown_mk3_icon3.png) no-repeat center center;
}

.appdown_mk3_icon4 {
	background: url(/pcHtml/static/appDown/images/appdown_mk3_icon4.png) no-repeat center center;
}

.appdown_mk4_icon1 {
	background: url(/pcHtml/static/appDown/images/appdown_mk4_icon1.png) no-repeat center center;
}

.appdown_mk4_icon2 {
	background: url(/pcHtml/static/appDown/images/appdown_mk4_icon2.png) no-repeat center center;
}

.appdown_mk4_icon3 {
	background: url(/pcHtml/static/appDown/images/appdown_mk4_icon3.png) no-repeat center center;
}

.appdown_mk4_icon4 {
	background: url(/pcHtml/static/appDown/images/appdown_mk4_icon4.png) no-repeat center center;
}

.appdown_mk5_icon1 {
	background: url(/pcHtml/static/appDown/images/appdown_mk5_icon1.png) no-repeat center center;
}

.appdown_mk5_icon2 {
	background: url(/pcHtml/static/appDown/images/appdown_mk5_icon2.png) no-repeat center center;
}

.appdown_mk5_icon3 {
	background: url(/pcHtml/static/appDown/images/appdown_mk5_icon3.png) no-repeat center center;
}

.appdown_mk5_icon4 {
	background: url(/pcHtml/static/appDown/images/appdown_mk5_icon4.png) no-repeat center center;
}