* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 14px;
	font-family: "Microsoft YaHei UI";
	color: #333;
}

a {
	text-decoration: none;
	color: #00a2ee;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
.container {
	width: 960px;
	margin: 0 auto;
}

.txinfo-box {
	border-radius :8px;
	background: #00a2ee;
	padding: 30px;
	height: 140px;
	margin-top: 30px;
}

.txinfo-left {
	float: left;
	padding-right: 30px;
	width: 580px;
	font-size: 16px;
	line-height: 1.7em;
	color: #fff;
	text-indent: 2em;
	border-right: solid 1px #fff;
}

.txinfo-left .heightlight {
	font-size: 24px;
	color: #FFD700;
	font-weight: bold;

}

.txinfo-right {
	float: right;
	width: 240px;
}

.txinfo-right .title {
	font-size: 20px;
	margin-bottom: 12px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.catable {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.cxtable {
	font-size: 16px;
	color: #fff;
}

.cxtable td {
	padding: 8px 0;
}

.cxinput {
	border:none;
	height: 24px;
	background: #fff;
	width: 160px;
	margin: 0 !important;
}

.search-btn {
	background: #FF8C00;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	padding: 5px 15px;
	border-radius: 3px;
    border: none;
}

.txfrom-box {
	border-radius :8px;
	border:solid 3px #00a2ee;
	padding: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	background: #fff;
}

.txfrom-box .title {
	font-size: 24px;
	color:#00a2ee;
	font-weight: bold;
	margin-bottom: 20px;
}

.fromtable td {
	padding:8px 5px;
	vertical-align: top;
}

.fromtable .fromname {
	text-align: right;
	font-weight: bold;
	width: 120px;
}

.frominput {
	width: 240px !important;
	height: 28px;
	border-radius: 4px;
	border: 1px solid #ccc;
	margin: 0 !important;
	padding: 4px 6px;
}

select.frominput {
	width: 254px !important;
}


.fromtextarea {
	height:80px;
	width: 690px;
	border-radius: 4px;
	border: 1px solid #ccc;
	margin: 0 !important; 
}

.tj-btn {
	background: #FF8C00;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	padding: 6px 24px;
	border-radius: 5px;
	border: none;
}
.red {
	color: red;
}

.success-box {
	border-radius :8px;
	border:solid 3px #00a2ee;
	padding: 50px 80px;
	margin-top: 30px;
	margin-bottom: 30px;
	background: #fff;

}

.p1 {
	color: #00a2ee;
	font-size: 40px;
	padding-left: 120px;
	line-height: 1.5em;
	font-weight: bold;
	background: url(img/sign_check.png) no-repeat left center;
	margin-bottom: 20px;
}

.p2 {
	color: #333;
	font-size: 24px;
	line-height: 2em;
}

.p2 .heightlight {
	color: red;
	font-size: 32px;
	font-weight: bold;
}

.pr {
	padding: 20px;
	border-radius: 6px;
	border: dashed 1px #ccc;
	background: #fff4e3;
	font-size: 16px;
	line-height: 2em;
	text-indent: 2em;
	background: #fff;
}

.pg {
	padding: 20px;
	border-radius: 6px;
	border: dashed 1px #ccc;
	background: #e4f5dc;
	font-size: 16px;
	line-height: 2em;
	text-indent: 2em;
}

.valid_message 
{
    color: red;
}

.tcnotice 
{
    font-size: 15px;
}

.tcnotice a
{
    color: red;
    
    }