@charset "utf-8";

/* sass变量 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}

body,
button,
input,
select,
textarea {
	font-size: 16px;
	font-family: '微软雅黑';
	/*overflow: hidden;*/
}

::-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #6a6f77;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #6a6f77;
}

input::-webkit-input-placeholder {
	color: #6a6f77;
}

body {
	background: #fff url(../images/bj.jpg) top center no-repeat;
}

.wrap {
	width: 1600px;
	margin: 0 auto;
}

.index {
	background: url(../images/idbj.png) center center no-repeat;
	height: 810px;
	margin: 50px 95px;
}

.tit {
	font-size: 42px;
	color: #009882;
	font-weight: bold;
	text-align: center;
	padding-top: 90px;
}

.input_control {
	float: right;
	width: 390px;
	margin: 170px;
}

input {
	width: 345px;
	border: 0;
	height: 90px;
	padding-left: 45px;
	outline: none;
}

.name {
	background: url(../images/name.png) left center no-repeat;
	border-bottom: 1px #bfbfbf solid;
}

.id {
	background: url(../images/idnumber.png) left center no-repeat;
	border-bottom: 1px #bfbfbf solid;
}

.button {
	padding: 0;
	font-size: 18px;
	color: #fff;
	background: #009882;
	height: 52px;
	width: 390px;
	margin-top: 55px;
}

/************承诺页面****/
.center {
	width: 800px;
	margin: 20px auto;
	font-family: "微软雅黑"；
		font-size:16px;
	text-indent: 2em;
	line-height: 30px;
}

.tit1 {
	margin-bottom: 50px;
	margin-top: 30px;
	font-size: 42px;
	color: #009882;
	font-weight: bold;
	text-align: center;
}

.button1 {
	padding: 0;
	font-size: 18px;
	color: #fff;
	background: #009882;
	height: 45px;
	width: 125px;
	margin-top: 55px;
	text-align: center;
	margin-left: 30px;
	border-radius: 20px;
	cursor: pointer;
}

.button1:hover {
	background: #056759;
}

.print {
	text-align: right;
}

/********打印**********/
.dy {
	width: 200px;
	height: 70px;
	margin: 25px auto;
}

.dy input {
	width: 200px;
	height: 70px;
	padding-left: 0;
	color: #009882;
	font-size: 20px;
}

.dymain {
	margin-top: 30px;
}

.dymain table {
	border-collapse: collapse;
	margin: 0 auto;
}

.dymain table td {
	border: 1px solid #000;
	padding: 10px;
	font-size: 15px;
	    text-indent: 0em;
}
.dymain table td:nth-child(1){text-align: center;}
.dymain table h2 {
	line-height: 50px;
	text-align: center;
	    font-size: 33px;
}
.pic{line-height: 10px;    text-align: center;}

.dymain table p {
	line-height: 35px;
}

</style>