@charset "utf-8";

.tijiao, .flink {
	background-color: #575757;
}

.tijiao:hover, .flink:hover {
	background-color: #404040;
}

.pagetext {
	padding: 10px 0 0 10px;
	/*float: left;*/
	/*display: table-cell;*/
	vertical-align: middle;
}

.pagetext * {
	vertical-align: middle;
}

.pagetext span {
	display: inline-block;
	width: 100px;
	text-align: right;
}

.pageinput {
	padding-left: 5px;
	border: 1px solid #ddd;
	height: 30px;
	/*line-height: 30px;*/
	width: 300px;
	font-size: 12px;
	color: #424242;
}

.tarea {
	padding-left: 5px;
	border: 1px solid #ddd;
	line-height: 20px;
	/*height: 120px;*/
	width: 400px;
	font-size: 12px;
	color: #424242;
}

.code {
	width: 80px;
}

.tijiao {
	margin: 0 10px 0 0;
	width: 150px;
	height: 40px;
	font-size: 14px;
	font-weight: bold;
	border: none;
	color: #fff;
	cursor: pointer;
	letter-spacing: 2px;
}

.btn_01 {
	width: 100px;
	height: 32px;
	font-size: 12px;
}

.verifyimg {
	/*float: left;*/
	cursor: pointer;
	margin: 0px 0 0 5px;
}

.reloadverify {
	/*float: left;*/
	cursor: pointer;
	margin: 0 0 0 5px;
	color: #636262;
}

.flink {
	margin: 0 5px 0 5px;
}

#aurl {
	display: none;
}

/*i{*/
/*font-style: normal;*/
/*word-break: break-all;*/
/*}*/

.txtof {
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

#scroll_top{
	width:46px;
	height:46px;
	position:fixed;
	bottom:40px;
	right:40px;
	cursor: pointer;
	display:none;
	background: url('../images/scroll_top.png') no-repeat;
}
#scroll_top:hover {

	background-position: 0 -47px;
}
