body, button, input, select, textarea{
	font: 12px/1 "Microsoft YaHei","微软雅黑","arial","tahoma","MicrosoftJhengHei", "sans-serif";
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased!important;
}
*{
	margin: 0;
	padding: 0;
	word-break: break-all;
}
.flex{
	display: flex;
	align-items: center;
}
.flex1{
	flex: 1;
	min-width: 0;
}
.fs16{
	font-size: 16px;
}
.fs18{
	font-size: 18px;
}
.fs24{
	font-size: 24px;
}
.fs32{
	font-size: 32px;
}
.fs34{
	font-size: 34px;
}
.clearfix:after{
	content: '';
	display: block;
	width: 0;
	height: 0;
	clear: both;
}
.footer{
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #fafbfc;
	height: 80px;
}
.footer.fixed-bottom{
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
}
.footer .footer-content{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	font-size: 32px;
	line-height: 80px;
	justify-content: space-between;
}
.footer .soft-logo{
	width: 50px;
	height: 50px;
	margin-right: 10px;
	border-radius: 5px;
}
.footer .download-btn{
	background-color: #38c800;
	border-radius: 50px;
	height: 50px;
	margin-bottom: 0;
	text-decoration: unset;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer .download-btn i{
	width: 20px;
	height: 20px;
	display: block;
	margin-right: 10px;
	background-image: url(http://soft.uesou.cn/static/src_sem/images/download_ico.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.footer .flex1{
	text-align: center;
	font-size: 30px;
	line-height: 80px;
	height: 100%;
	overflow: hidden;
	max-width: 500px;
	color: #333;
}
.footer .footer-desc{
	font-weight: bold;
}
.copyright{
	text-align: center;
	color: #999;
	font-size: 13px;
	line-height: 1.5;
	margin-top: 50px;
	margin-bottom: 30px;
}
.copyright * {
	color: inherit;
	text-decoration: unset;
}


.kefu12 {
	
	background: #2196f3;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    font-size: 14.4px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    width: 120px;
    margin-left: 10px;
    color: #fff;
	    text-align: center;
	}
	
.kefu12	:hover{
	color: #fff;
}