.footer-basic-centered {
	background-color: #008c3c;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	font: normal 18px sans-serif;
	margin-bottom: 0;
	padding: 20px;
	margin-top: 50px;
}
.footer-basic-centered .footer-company-motto {
	color: #8d9093;
	font-size: 24px;
	margin: 0;
}
.footer-basic-centered .footer-company-name {
	color: #8f9296;
	font-size: 14px;
	margin: 0;
}
.footer-basic-centered .footer-links {
	list-style: none;
	font-weight: bold;
	color: #ffffff;
	padding: 35px 0 23px;
	margin: 0;
}
.footer-basic-centered .footer-links a {
	display: inline-block;
	text-decoration: none;
	color: inherit;
	font-size: 14px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 20px;
}
.footer-basic-centered .footer-right {
	margin: auto;
	margin-top: 6px;
	max-width: 180px;
	padding-bottom: 20px;
}
.footer-basic-centered .footer-right a {
	display: inline-block;
	width: 35px;
	height: 35px;
	background-color: #ffffff;
	border-radius: 2px;
	font-size: 20px;
	color: #008c3c;
	text-align: center;
	line-height: 35px;
	margin-left: 3px;
}

/* If you don't want the footer to be responsive, remove these media queries */


@media (max-width: 600px) {
.footer-basic-centered {
	padding: 35px;
}
.footer-basic-centered .footer-company-motto {
	font-size: 18px;
}
.footer-basic-centered .footer-company-name {
	font-size: 12px;
}
.footer-basic-centered .footer-links {
	font-size: 14px;
	padding: 25px 0 20px;
}
.footer-basic-centered .footer-links a {
	line-height: 1.6;
}
}

/*弹出窗*/
#myModal{width: 800px; height: 550px; overflow: hioptionen; background: #fff; position: fixed; margin-top:-275px; margin-left:-400px; top:50%; left:50%   }
#myModal i.must {color: #f00; font-size: 16px; font-weight: bold; }
#myModal label {font-weight: 500;}
#myModal .modal-body{height: 500px; overflow-y: scroll}
#myModal .modal-header { padding: 0; text-align:center}
#myModal .modal-header .close { padding: 0px 15px;}
.statement{color: #008c3c}
#myModal .inquiry{padding: 10px 200px; background: #008c3c; color: #fff}
	
@media (max-width: 767px) {
	#myModal { width: 450px; height: 500px; position: fixed; margin-top:-250px; margin-left:-225px; top:50%; left:50% }
	#myModal .modal-body{height: 420px}
	#myModal .inquiry{padding: 10px 100px}
}
@media (max-width: 449px) {
	#myModal { width: 300px; height: 420px; position: fixed; margin-top:-210px; margin-left:-150px; top:50%; left:50% }
	#myModal .modal-header .close { padding: 0px 8px;}
	#myModal .modal-body{height: 360px}
	#myModal .inquiry{padding: 10px 40px}
}