/* .global {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.7;
	opacity: .70;
	filter: alpha(opacity = 70);
}


dt{
	font-weight: 700;
	line-height: 1.428571429;
}
#ds-reset {
	position:relative;
	display:block;
	width: 68%;
	left: 16%;
	min-height: 200px;
	border: 1px solid red;
}
.hot_left{
	display:block;
	width:30%;
	float:left;
}
.hot_right{
	display:block;
	width:70%;
	float:left;
}
.w-commentArea {
	height: 88px;
	width: 97.9%;
	padding: 10px 1%;
	border: 1px solid #dcdcdc;
	resize: none;
	outline: 0;
	font-size: 14px;
	color: #999;
}

.log,.sig,.tel {
	width: 500px;
}

.header {
	height: 55px;
	color: #eee;
	background: #428bca;
}

.header h3 {
	text-align: center;
	line-height: 55px;
	font-family: '宋体';
	font-size: 25px;
	font-weight: 400;
}

#first_letter {
	top: 20px;
}

#second_letter {
	top: 40px;
}

#third_letter {
	position: relative;
	top: 60px;
}

#forth_letter {
	top: 80px;
}

#fifth_letter {
	top: 100px;
}

input[type=text],input[type=password] {
	height: 30px;
	width: 270px;
	padding: 0 5px;
	border: 1px solid #195CC5;
	border-radius: 3px;
	letter-spacing: 0.01em;
}

input[type=button] {
	width: 97px;
	height: 30px;
	border: 1px solid #195CC5;
	border-radius: 3px;
	cursor: pointer;
	font-size: 16px;
	color: #195CC5;
	margin-left: 150px;
	transition: all 0.4s;
}

input[type=button]:hover {
	background: #195CC5;
	color: #fff;
}

.letter,.password {
	top: 20px; color : #195CC5;
	text-indent: 4em;
	position: relative;
	color: #195CC5;
}

.password {
	text-indent: 2em;
}
.log{
	height:260px;
}
.pad,.lastpad{
	height:20px;
}
#sig_in,#back {
	margin-left: 18px;
}
#verifycode{
	width:168px;
}
#getVerifycode_button{
	position:relative;
	left:-120px;
	margin-left: 120px;
}
.warning {
	position: relative;
	text-indent: 0;
	height: 32px;
	line-height: 32px;
	right: 10px;
	top: 0;
	color: red;
	font-size: 14px;
	display: none;
	float:right;
}

.warning span {
	animation: emo .5s linear infinite alternate;
	-webkit-animation: emo .5s linear infinite alternate;
	-moz-animation: emo .5s linear infinite alternate;
	-o-animation: emo .5s linear infinite alternate;
}
#zc{
	display:none;
} */