@charset "gb2312";
/* CSS Document */
html {
	font-size: 64px;
}
body, div, menu, ol, ul, li, dl, dd, dt, h1, h2, h3, h4, h5, h6, input, p, form, header, nav, article, section, aside, footer, video, audio, figure, textarea {
	padding: 0;
	margin: 0;
}
input, select, textarea, img, area {
	outline: none;
	border: none;
}
input, select, textarea {
	background: #FFF;
}
mark {
	background: none;
}
-img {
	vertical-align: middle;
}
textarea {
	resize: none;
}
li {
	list-style-type: none;
}
body {
	font: 0.437rem/1 "Microsoft YaHei";
	color:#333;
}
em, i, strong, b, small, h1, h2, h3, h4, h5, h6, address {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
span, b, em, i, strong, small, label, a, mark {
	display: inline-block;
} 
a {
	text-decoration: none;
	outline: none;
	color:#fff;
}
.tc{ text-align:center;}
/*clear-fix*/
.clear-fix {
	clear: both;
 *zoom:1;
}
.clear-fix:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	line-height: 0;
	content: "";
	font-size: 0;
}
.clearFix:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	line-height: 0;
	content: "";
	font-size: 0;
}
/*common*/
.fl {
	float: left;
}
.fr {
	float: right;
}

#container {
	max-width: 750px;
	margin: 0 auto;
	overflow: hidden;
}
#container .top {
	width: 100%;
	height:100%;
}

.wxgh{
	background: #0063b4;
}
.guahao {
	width: calc(680rem/100);;
	margin: 0 auto;
	padding-top: 0rem;
	border-radius: 0.15rem;
}
.guahao form {
	width: calc(680rem/100);
	margin: 0 auto;
	padding-bottom: 0.1rem;
}
.guahao form ul{
	overflow:hidden;
	margin:calc(10rem/100) 0;
	padding-bottom:calc(20rem/100);
	background: #fff;
    border-radius: 0.15rem;
}
.guahao form ul p {
	overflow:hidden;
	font-size: calc(25rem/100);
	color:#0063b4;
	background:#efefef;
	padding:0.2rem 0 0.2rem 0.2rem;
	border-top-left-radius:0.15rem;
	border-top-right-radius:0.15rem;
	margin-bottom:calc(40rem/100);
}
.guahao form ul p img.pic{
	width:calc(33rem/100);
	height:calc(27rem/100);
}
.guahao form ul li {
	display: flex;
	margin: 0 0 0.35rem 0.2rem;
}
.guahao form ul li .name {
	color: #0063b4;
	font-size: 0.28rem;
	line-height: 0.6rem;
	width: 1.7rem;
	text-align: right;
	height: 0.6rem;
}
.guahao form ul li .inputbox {
	height: 0.6rem;
	border-radius: 0.08rem;
}
.guahao form ul li .leixing {
	height: 0.6rem;
	line-height:0.6rem;
}
.guahao form ul li .inputbox input {
	width: calc(430rem/100);
	line-height: 0.6rem;
	-moz-appearance: none;
	background: none;
	font-size: 0.24rem;
	-webkit-appearance: button;
	-webkit-appearance: none;
	color: #7e7e7e;
	font-weight:100;
}
.guahao form ul li .inputbox input {
	border-radius: 0.08rem;
	border: 1px solid #c8c9ca;
	width: 4.3rem;
	height:0.6rem;
}
.guahao form ul li .inputbox select {
	border-radius: 0.08rem;
	border: 1px solid #c8c9ca;
	width: 4.35rem;
	height: 0.6rem;
	color: #666;
	text-indent: 0.15rem;
	font-size: 0.24rem;
}
.guahao form .gh_btn {
	width:calc(680rem/100);
	height: calc(94rem/100);
	background: #ffa200;
	border-radius: 0.15rem;
	text-align: center;
	margin: 0.1rem auto;
}
.guahao form .gh_btn input {
	font-size: 0.33rem;
	color: #920d14;
	line-height: calc(94rem/100);
	background: none;
	width: 100%;
}
.guahao form ul li textarea {
	width: 4.3rem;
	height: 1.3rem;
	border: 1px solid #d6d6d6;
	font-size: 0.24rem;
	border-radius: 0.1rem;
	box-sizing: border-box;
	padding: 0.0625rem 0.15rem;
	font-family: 'microsoft yahei';
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset; // 锟斤拷锟斤拷锟斤拷为锟斤拷色
	-webkit-text-fill-color: #fff; // 锟斤拷锟斤拷锟斤拷色
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {
	-webkit-box-shadow: 0 0 0 1000px white inset; // 锟斤拷媒锟斤拷锟绞憋拷锟斤拷锟斤拷锟轿拷锟缴�
	-webkit-text-fill-color: #fff; // 锟斤拷锟斤拷锟斤拷色
}