html,
body,
h2,
h3,
h4,
input,
label,
dl,
dt,
dd,
input,
textarea {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: "微软雅黑";
}

html {
	background: url(../images/bg1.png) no-repeat;
	background-size: cover;
}

.table-div td {
	padding: 3px;
	text-align: center;
	height: 36px;
	font-size: 14px;
	border-right: 1px solid #CCCCCC;
}

.table-div table {
	width: 950px;
	margin: 50px auto;
	background: #fff;
}

.table-div .h2 {
	background: #495164;
	text-align: center;
	height: 40px;
	font-size: 22px;
	color: #fff;
}

.table-div .h3 {
	background: #C5D9F1;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	height: 30px;
}

.table-div .text-box{
	text-align: initial;
}

.table-div .text-box:focus{
	outline: none;
}

.center {
	text-align: center;
}

.table-div input,
textarea {
	width: 100%;
	border: 0;
	outline: none;
	background: transparent;
	resize: none;
}

.table-div input:disabled {
	background-color: transparent;
}

.table-div input[disabled] {
	background-color: transparent;
}

.table-div select {
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	font-size: 14px;
}

.table-div .address select {
	width: 50%;
	float: left;
}

.table-div input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #aaa;
}

.table-div input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #aaa;
}

.table-div input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #aaa;
}

.table-div input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #aaa;
}

.table-div .addRow {
	background: #fee2c0;
	font-weight: bold;
}

.table-div .addRow img {
	vertical-align: middle;
	margin-left: 6px
}

.more-button {
	text-align: center;
	cursor: pointer;
}

.calendar {
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	float: none !important;
	position: absolute;
	z-index: 99999;
}

.table-submit {
	width: 80px;
	background: #FF8C00;
	color: white;
	height: 32px;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	border-radius: 3px;
	cursor: pointer;
	border: 0;
	margin: 0 auto 30px;
	display: block;
}

a {
	text-decoration: none;
	outline: none;
}

.tab-contain {
	font-size: 12px;
}

.tab-body {
	width: 98%;
	margin: 20px auto 0;
}

.tab-body table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

.tab-body table td {
	padding: 6px 10px;
	border: 1px solid #dee1e5;
	color: #888;
	font-size: 12px;
}


/*.tab-body table .link_d,.tab-body table .link_d1{color: #0068bd;cursor: pointer;}*/

.tab-body thead {
	background-color: #f5f6fa;
}

.tab-body tbody td {
	padding: 10px;
}

.tab-bar {
	width: 98%;
	margin: 0 auto;
	background-color: #f5f6fa;
	overflow: hidden;
}

.tab-bar .bar-a {
	float: right;
	padding: 10px;
}

.tab-bar a {
	padding: 5px;
	color: #fff;
	background-color: #ff8c00;
	display: inline-block;
}

.sym {
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 50%;
	display: inline-block;
	background: #FF8C00;
	color: white;
}

#extraUpload {
	width: 950px;
	margin: 20px auto;
}

.table-div .extra:hover{
	color:initial !important;
}

.table-div .extra-del{
	display: inline;
	border: 1px solid transparent;
	margin-left: 12px;
}

.table-div .extra-del:hover{
	border-color: #7995b1;
}
