* {
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-size: 20px;
	text-decoration: none;
}

a {
	color: #000;
	text-decoration: none;
}
a:focus, a:hover {
    color: #23527c;
    text-decoration: none !important;
}

body {
	font-family: "Microsoft YaHei";
	margin: 0 auto;
}

.col-xs-12 {
	padding-left: 0px;
	padding-right: 20px;
}

.container-fluid {
	min-width: 1250px;
	max-width: 1940px;
	width: 100%;
	margin: 0 auto;
}

.row {
	width: 1250px;
	margin: 0 auto;
	/* background-color: #F0EEEF; */
	padding-top: 20px;
	padding-bottom: 20px;
}

.row:after {
	clear: both;
	display: table;
	content: " ";
}

.footer {
	height: 382px;
	text-align: center;
	line-height: 32px;
	font-size: 18px;
	color: #ffffff;
	background-color: #0066CC;
	padding-right: 0px;
    padding-left: 0px;
    background: #0066CC url(/front/zt/2025/kpy/images/bgbt.jpg) no-repeat center top;
}

.footer .text-content {
	margin-top: 20px;
	text-align: center;
	padding-left: 25px;
	
}

.footer .text-content p{
	font-size: 18px;
}
.bottom-pics {
        padding-left: 10px !important;
    padding-right: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.textarea{
	display:inline-block;
	width:calc(65% - 10px);
	float: left;
}
.qrcodearea{
	display:inline-block;
	width:calc(35% - 10px);
	vertical-align: bottom;
	float: right;
}
.qrcode {
	width:100px;
	height:150px;
	display:inline-block;
	margin:10px;
	font-size:16px;
	line-height: 20px;
}
.qrcode img{
	width: 100%;
}

@media ( max-width : 768px) {
	* {
		font-size: 14px;
	}
	body {
		background-size: 180vw;
	}
	.container-fluid {
		min-width: auto;
		max-width: none;
		width: 100%;
		margin: 0 auto;
	}
	.row {
		width: auto;
		padding-bottom: 0px;
	}
	.footer {
		height: auto;
		text-align: center;
		line-height: 20px;
		color: #eee;
	}
	.footer .row {
		padding-bottom: 0px;
	}
	.footer .text-content {
		margin-top: 0px;
		text-align: center;
		padding-left: 10px;
	}
	.footer .text-content p {
		width: 90%;
		margin-right: 10px;
		font-size: 12px;
	}
	.qrcodearea{
		width: 100%;
		float: left;
	}
	.textarea{
		width: 100%;
		float: left;
	}
}