
html{ background-color: #fff;}
.flexs{ display: flex; flex-direction: row; align-items: center;}
.header{ width: 100%; height: 70px; position: sticky; left: 0; top:0; min-width: 1200px; background-color: #FAFBFD;}
.head_mids{ width: 1200px; margin: 0 auto; justify-content: space-between; height: 70px; display: flex; flex-direction: row; align-items: center;}

.down_app{ font-size: 14px; padding: 0 10px; color: #333; cursor: pointer;}
.logo{ width: 58px; height: 58px; display: block; margin:0 20px;}
.logo_divs{ font-size: 14px; color: #333;}
.web_banner{ width: 1200px; height: 670px; margin: 0 auto; justify-content: space-between; display: flex; flex-direction: row; align-items: center;}
.web_bicos{ width: 500px; height: 500px; display: block;}
.web_briggt{ display: flex; flex-direction: column; justify-content: center; align-items: center;}
.web_logo{ width: 98px; height: 98px; display: block; }
.web_briggt>h1{ font-size: 50px; line-height: 66px; display: block; margin: 11px 0 8px; color: #333; font-weight: bold;}
.web_briggt>p{ font-size: 30px; min-height: 40px; color: #317CFC; line-height: 40px;}
.down_img{ width: 200px; display: flex; flex-direction: row; justify-content: center; font-size: 14px; align-items: center; color: #222; height: 44px; box-sizing: border-box; border-radius: 22px; border: 1px solid #E2E2E2; margin: 0 3px;}
.ydl_wraps{ width: 100%; background-color: #FAFBFD; min-width: 1200px;}
.ydl_mids{ width: 1200px; margin: 0 auto; padding-bottom: 47px; overflow: hidden; display: block; height: auto;}
.ydl_mids>h1{ font-size: 50px; color: #333; display: block; width: 100%; text-align: center; font-weight: bold; line-height: 66px; margin: 50px auto 40px; }
.ydl_mwpss{ width: 100%; display: flex; flex-direction: row; align-items: flex-start;}
.ydl_mimg{ width: 340px; height: auto; display: block;}
.ydl_midicos{ width: 435px; height: auto; display: block; margin: 0 56px; }

.flexs .down_img:last-of-type{
	border: none;
	color: #fff;
	background: #05C98C;
}
.down_img>img{
	width: 24px;
	height: 24px;
	display: block;
	margin-right: 17px;
}
footer{ width: 1200px; margin: 0 auto; height: auto; position: relative; padding: 55px 0;}

.botwpsss>div{ padding: 0 30px; display: flex; border-left: 1px solid #333; flex-direction: row; text-align: center; line-height: 14px;}
.botwpsss>div>a{ font-size: 14px; color: #333;}
.botwpsss>div:first-of-type{ border-left: none;}
.foot_botwps{ display: flex; margin-top: 50px; flex-direction: row;}
.foot_leflis{ width: 500px; height: auto; display: flex; font-size: 14px; color: #333; flex-direction: column;}
.foot_ewmwps{ width: 100px; position: absolute; align-items: center; right: 0; top:38px; display: flex; font-size: 16px; color: #333; flex-direction: column;}
.foot_ewmwps>img{ width: 100px; height: 100px; display: block; margin-bottom: 15px;}
