/**字体设置**/
@charset "utf-8"; 
* {
	padding: 0;
	margin: 0 auto;
}
html {
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial,
		sans-serif;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow: hidden;
	overflow-y: auto;
}
html {
	font-size: 10px;
}

body {
	padding-bottom: 0;
	margin: 0;
	font-size: 14px;
}

body {
	margin: 0;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial,
		sans-serif;
	line-height: 20px;
	font-size: 14px;
	color: #555;
	background-color: #f5faff;
	overflow: hidden;
	overflow-y: auto;
}

table.zj-table,table.zj-tables{border:1px solid #ccc;width:100%;margin:0;padding:0;border-collapse:collapse;border-spacing:0;margin:0 auto;background-color:#fff;}
table.zj-table tr,table.zj-tables tr{border:1px solid #ddd;padding:5px;}
table.zj-table th,table.zj-tables th{padding:10px;text-align:center;border:1px solid #ddd;}
table.zj-table td,table.zj-tables td{padding:10px;text-align:left;border:1px solid #ddd;}
table.zj-table th,table.zj-tables th{text-transform:uppercase;font-size:14px;letter-spacing:1px;}

.zj-btns {
	padding-top: 100px;
	text-align: center;
}

.zj-btns-row {
	width: 100%;
	margin: 20px auto;
	overflow: hidden;
}

.button {
	width: 140px;
	line-height: 38px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px #333;
	border-radius: 5px;
	margin: 0 20px 20px 0;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.button:nth-child(6n) {
	margin-right: 0;
}

.button.blue {
	border: 1px solid #1e7db9;
	box-shadow: 0 1px 2px #8fcaee inset, 0 -1px 0 #497897 inset, 0 -2px 3px
		#8fcaee inset;
	background: -webkit-linear-gradient(top, #42a4e0, #2e88c0);
	background: -moz-linear-gradient(top, #42a4e0, #2e88c0);
	background: linear-gradient(top, #42a4e0, #2e88c0);
}

.button.black {
	border: 1px solid #333;
	box-shadow: 0 1px 2px #8b8b8b inset, 0 -1px 0 #3d3d3d inset, 0 -2px 3px
		#8b8b8b inset;
	background: -webkit-linear-gradient(top, #656565, #4c4c4c);
	background: -moz-linear-gradient(top, #656565, #4a4a4a);
	background: linear-gradient(top, #656565, #4a4a4a);
}

.blue.round:after {
	box-shadow: 1px 0 1px rgba(255, 255, 255, .8) inset, 1px 0 1px
		rgba(18, 85, 128, .9);
	background: -webkit-linear-gradient(top, #1e7db9, #2b85bd);
	background: -moz-linear-gradient(top, #1e7db9, #2b85bd);
	background: linear-gradient(top, #1e7db9, #2b85bd);
}

.blue.side:after {
	border-top: 1px solid #1971a8;
	box-shadow: -2px 0 1px #559dca inset;
	background: -webkit-linear-gradient(right, #2482bd, #3fa2e0 60%);
	background: -moz-linear-gradient(right, #2482bd, #3fa2e0 60%);
	background: linear-gradient(right, #2482bd, #3fa2e0 60%);
}

.blue.tags:after {
	background: #1e7db9;
	border: 2px solid #54b1e9;
}

.button.rarrow, .button.larrow {
	overflow: visible;
}

.blue.rarrow:before {
	background: #1E7DB9;
}

.blue.rarrow:after {
	box-shadow: 0 1px 0 #8FCAEE inset, -1px 0 0 #497897 inset, -2px 0 0
		#8FCAEE inset;
	background: -webkit-linear-gradient(top left, #42A4E0, #2E88C0);
	background: -moz-linear-gradient(top left, #42A4E0, #2E88C0);
	background: linear-gradient(top left, #42A4E0, #2E88C0);
}

.blue.larrow:before {
	background: #1E7DB9;
}

.blue.larrow:after {
	box-shadow: 0 -1px 0 #497897 inset, 0 -2px 0 #8FCAEE inset, 1px 0 0
		#8FCAEE inset;
	background: -webkit-linear-gradient(top left, #42A4E0, #2E88C0);
	background: -moz-linear-gradient(top left, #42A4E0, #2E88C0);
	background: linear-gradient(top left, #42A4E0, #2E88C0);
}

.blue:active {
	top: 1px;
	box-shadow: 0 1px 3px #114566 inset, 0 3px 0 #fff;
	background: -webkit-linear-gradient(top, #1a71a8, #1976b1);
	background: -moz-linear-gradient(top, #1a71a8, #1976b1);
	background: linear-gradient(top, #1a71a8, #1976b1);
}

.blue.side:hover:after {
	background: -webkit-linear-gradient(right, #338fc8, #56b2eb 60%);
	background: -moz-linear-gradient(right, #338fc8, #56b2eb 60%);
	background: linear-gradient(right, #338fc8, #56b2eb 60%);
}

.blue.side:active:after {
	box-shadow: -1px 0 1px #114566 inset;
	background: -webkit-linear-gradient(right, #1a71a8, #1976b1 60%);
	background: -moz-linear-gradient(right, #1a71a8, #1976b1 60%);
	background: linear-gradient(right, #1a71a8, #1976b1 60%);
}

.blue.rarrow:hover:after, .blue.larrow:hover:after {
	background: -webkit-linear-gradient(top left, #70bfef, #4097ce);
	background: -moz-linear-gradient(top left, #70bfef, #4097ce);
	background: linear-gradient(top left, #70bfef, #4097ce);
}

.blue.rarrow:active:after, .blue.larrow:active:after {
	background: -webkit-linear-gradient(top left, #1a71a8, #1976b1);
	background: -moz-linear-gradient(top left, #1a71a8, #1976b1);
	background: linear-gradient(top left, #1a71a8, #1976b1);
}

.blue.rarrow:active:after {
	box-shadow: 0 1px 0 #114566 inset, -1px 0 0 #114566 inset;
}

.blue.larrow:active:after {
	box-shadow: 0 -1px 0 #114566 inset, 1px 0 0 #114566 inset;
}

.zj-signs {
	padding: 8px 6px;
	font-size: 14px;
}

.zj-signs .sign-item {
	position: relative;
	width: 100%;
	border-radius: 4px;
	margin-bottom: 8px;
	background-color: #fff;
}

.zj-signs .sign-icon {
	position: absolute;
	left: 8px;
	top: 5px;
	z-index: 100;
	display: inline-block;
	font-size: 18px;
	color: #9c9c9c;
}

.zj-signs .sign-item .input-item {
	display: inline-block;
	width: 100%;
	padding-left: 31px;
	height: 40px;
	border: none;
	font-size: inherit;
}

.zj-signs .sign-item .input-item:focus {
	outline-offset: 0;
	outline: -webkit-focus-ring-color auto -2px;
	background-color: #fefffe;
	border: 1px solid #e21945;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 5pxrgba(226,
		25, 69, .3);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 5pxrgba(226, 25, 69,
		0.3);
}

.zj-signs .sign-item .input-item:focus+.sign-icon {
	color: #e21945;
}

.zj-signs .send {
	position: absolute; right : 10px; top : 5px; z-index : 100;
	display: inline-block;
	padding: 5px;
	font-size: 14px;
	border: none;
	color: #fff;
	border-radius: 8px;
	height: 30px;
	right: 10px;
	top: 5px;
	z-index: 100;
}

.zj-signs .sendBGColor {
	background-color: #e21945;
}

.zj-signs .send:disabled {
	background-color: #ddd;
}

.zj-signs .sign-btn {
	padding: 0 5px;
	text-align: center;
	margin: 10px auto;
	width: 100px;
}

.zj-signs .sign-btn .gbtn {
	background-color: #e21945;
	font-size: 14px;
	color: #fff;
	border-radius: 8px;
}

.zj-signs .sign-btn .gbtn:focus {
	color: #fff;
}

.zj-signs .sign-type-active {
	color: #ea6f5a;
	border-bottom: 2px solid #ea6f5a;
	padding-bottom: 2px;
	font-size: 110%;
}
/**错误消息提示**/
.zj-signs .zj-errors {
	position: relative;
	margin-bottom: 10px;
	display:;
	color: red;
	font-size: 110%;
	text-align: left;
}

.zj-signs .zj-sign {
	text-align: center;
	margin: 0 auto;
	max-width: 500px;
}

.footer {
	background: #f0eff4;
	border-top: 1px solid #d56464;
	position: relative
}

.footer-inner {
	color: #000;
	font-size: 15px;
	font-weight: normal;
}