/* CSS Document */

html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,address,big,cite,code,del,em,font,img,ins,small,strong,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,select {
	margin:0;
	padding:0;
}
html,body{
	font-family:'Microsoft YaHei','SimHei'; 
	font-size:12px; 
	color:#333; 
	outline:0;}
ul,li {
	list-style:none;
}
:focus {
	outline:0;
}
a:link,a:visited {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#19a97b;
	text-decoration:underline;
}
a:active {
	color:#900;
}
a img {
	border:0;
}
img {
	vertical-align:middle;
}
::selection { background:#74cd55; color:#fff; } ::-moz-selection { background:#74cd55; color:#fff; } ::-webkit-selection { background:#74cd55; color:#fff; }
:selection{ background:#74cd55; color:#fff; }:-o-selection{ background:#74cd55; color:#fff; }:-ms-selection{ background:#74cd55; color:#fff; }
@font-face {
	font-family: 'yltwenda';
	src: url('yltwenda.eot'); /* IE9*/
	src: url('yltwenda.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('yltwenda.woff') format('woff'), /* chrome、firefox */
	url('yltwenda.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url('yltwenda.svg#iconfont') format('svg'); /* iOS 4.1- */
	font-weight: normal;font-style: normal;
 }
 
.yltfont {
	font-family:"yltwenda" !important;
	font-size:16px;
	font-style:normal;
	vertical-align:middle;
	display:inline-block; 
	margin-right:5px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
.ico{
	-webkit-transition: all 0.25s ease-out 0s;
	-moz-transition: all 0.25s ease-out 0s;
	transition: all 0.25s ease-out 0s;	
}






/*底部*/
.login_bottom{ width:100%; background:#3d3d3d; text-align:center; color:white; padding:25px 0;}
.login_bottom a,.login_bottom *{ text-align:center; color:white; line-height:22px;}
.sign_box .disanf{ margin-top:5px;}
.sign_box .disanf a{ display:inline-block; margin:0 5px; color:white;}













