*{
	margin:0;
	padding:0;
	font-family:Century Schoolbook;
	
}
body{
	background-image: url('../images/bg.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	
}
.fcti_result{
	width:643px;
	height:590px;
	background:#fff;
	margin:0 auto;
	padding:10px;
	border-radius:5px;
	margin-top:20px;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	box-sizing:border-box;
	margin-left:auto;
	margin-right:auto;
	padding-left:10px;
	padding-right:10px;
	
	
	}

	
.header{
	display:flex;
	flex-direction:row;
	/* align-items:center; */
	height:100px;
}
.header .left_site{
	background:#eee;
	height:105px;
	border-top-left-radius:8px;
	
}
.header .left_site img{
	padding:20px;
	width:80px;
	height:80px;
	position:relative;
	top:-7px;
}
.header .right_site .banner{
	background: #00a651;
	background-repeat:no-repeate;
	background-size:cover;
	background-position:center;
	width:505px;
	height:41px;
	border-top-right-radius:8px;
}
.header .right_site .banner h1{
    color: #fff;
    font-size: 20px;
    line-height: 42px;
    padding-left: 5px;
	letter-spacing:1px;
	font-weight:bold;
	position:relative;
	text-align:center;

}
.header .right_site .banner h1::before{
	position: absolute;
    content: "";
    background-image: radial-gradient(#fafafa 3px, transparent 0px);
    background-size: 0.9375rem 0.9375rem;
    height: 100%;
    width: 100%;
    opacity: 0.1;
   
}
.header .right_site .part1{
	background: #00783b;
	padding:5px;
	font-size: 20px;
	border-top: 1px solid #09f57d;
	color:#fbfbfb;
	text-align:right;
}

.header .right_site .part2{
	background: #00a651;
	text-align: right;
	padding: 6px;
	color: #fff;
	font-size: 12px;
	font-weight:bolder;
	letter-spacing:1px;
}
.main_div{
	position:relative;
}
.main_div .content{
	border:2px solid #dfdfdf;
	width:530px;
	height:300px;
	margin:0 auto;
	margin-top:50px;
	padding:20px 40px;
	box-sizing:border-box;
}
.main_div .content input,select{
	width:280px;
	box-sizing:border-box;
	border-radius:4px;
	margin:5px 0;
	background:#F4F0F2;
	border:1px solid gray;
	font-size:15px;
	padding:8px 5px;
	
	
}
.main_div .content table tr td{
	font-size:17px;
}
.main_div .content table tr td span{
	margin:0 30px;
}
.button{
	display:flex;
	justify-content:flex-end;
	margin-right:40px;
}
.button input[type="submit"],.button input[type="reset"]{
	width:80px;
	margin-right:8px;
	border:none;
	background: #00783b;
	color:#fff;
	cursor:pointer;
}
.button input[type="submit"]:hover,.button input[type="reset"]:hover{
	background: #00a651;
}
.footer{
	width:100%;
	height:100px;
	background:#eee;
	position:absolute;
	margin-top:16px;
	border-top: 3px solid #00783b;
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:0 10px;
	box-sizing:border-box;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
}
.footer .left_site p{
	font-size:12px;
	color:#818181;
}
.footer .right_site{
	display:flex;
	align-items:center;
}
.footer .right_site p{
	font-size:12px;
	color:#818181;
}
.footer .right_site img{
	width:100px;
	height:100px;
	object-fit:contain;
	margin-left:5px;
}
@media(max-width: 600px){
	.fcti_result{
		zoom:80%;
	}
.main_div .content input,select{
	width:300px !important;
	padding:10px 5px !important;
	
	
}
.button input[type="submit"],.button input[type="reset"]{
	width:90px !important;
	font-size:18px;
	text-align:center;

	

	
	
}
} 