body{ background-color:#fff !important;}
.main{ bottom:0; }

/* 图片轮显 */
.Banner{ width:96%; min-width:320px; height:21.75vw; min-height:100px; margin:0 auto; margin-top:5px; background-color:#1e2036; border-radius:10px; position:relative; overflow:hidden;}
	.Banner .item{ width:100%; height:21.75vw; min-height:100px; object-fit:cover;}
		.Banner img, .Banner .item img{ width:100%; height:100%; margin:0 auto;}		
	.carousel-indicators{ bottom:5px; display:none; }	
	.carousel-caption{ position:absolute; top:5vw; bottom:2vw; width:1200px; min-width:320px; margin:0 auto; text-align:left; overflow:hidden;}
		.carousel-caption-body{ width:96%; margin:0 auto; table-layout:fixed; word-wrap: break-word; word-break: break-all; box-sizing:border-box; overflow:hidden;}
			.carousel-caption-body h4{ line-height:160%; margin-bottom:2vw; font-size:2.3vw; font-weight:bold;}

.user_main{ width:96%; min-width:320px; /*height:21.75vw; min-height:50px;*/ margin:0 auto; margin-top:20px; text-align:center;/* padding:5% 0; background-color:#fff; border-radius:10px; box-sizing:border-box;*/ position:relative; overflow:hidden;}
	.user_left{ float:left; width:49%; height:100px; font-size:1.125em; font-weight:bold; color:#fff; border:1px #3899ea solid; border-radius:10px; box-sizing:border-box; background-color:#3899ea; overflow:hidden;}
	.user_right{ float:right; width:49%; height:100px; font-size:1.125em; font-weight:bold; color:#fff; border:1px #3899ea solid; border-radius:10px; box-sizing:border-box; background-color:#3899ea; overflow:hidden;}
	.user_main i{ line-height:40px; margin-top:10px; margin-bottom:10px; font-size:2em; display:block;}
	.user_main span{ font-size:1em; color:#FFFF00;}


.footer{ position:fixed; right:0; bottom:0; left:0; width:100%;}
	.copyright{ clear:both; width:96%; min-width:320px; margin:0 auto;padding-top:20px; font-size:0.875em; color:#28292e; text-align:center; border-top:1px #ddd solid;}
	.support{ clear:both; width:96%; min-width:320px; margin:0 auto; margin-top:10px; margin-bottom:20px; font-size:0.875em; color:#8a8b90; text-align:center;}
