@charset "utf-8";
@import'style.css';
@import'../font/iconfont.css';
/*------------------ reset ------------------*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strike,strong,sub,sup,tt,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,th{border:0;font-style:normal;}
h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,form,img,p{margin:0;padding:0;border:none;list-style-type:none;}
select,input,button,textarea {font-size:100%;font-size-adjust:none;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:400;line-height:normal;vertical-align:middle;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:400;padding:0px;margin:0px;vertical-align:middle;}
legend{color:#000;}
label{vertical-align:middle;}
a img {border:0; vertical-align:top;}
img{vertical-align:middle;}
table{empty-cells:show;border-collapse:collapse;border-spacing:0;}
.button {cursor:pointer;border:none;}

/* body--wrapper */
body {margin:0;  padding:0; font-size:12px; font-family:Arial, Helvetica, sans-serif; line-height:22px; color:#555; background:url(../images/login_wrapper.jpg) repeat-x;}

/* link */
a {color:#555;text-decoration:none;}
:focus {outline:0;}
a {blr:expression(this.onFocus=this.blur());} /* 去除链接时的虚线 */

/* font */
h2{ font-size:20px; font-weight:normal; line-height:30px; color:#000;}
h3{ font-size:16px;font-weight:normal; line-height:30px; color:#000;}h4{ font-size:18px; line-height:30px; font-weight:normal;}
.f14{ font-size:14px;}
.blue{ color:#067145;}
.white{ color:#fff;}
.under{ text-decoration:underline;}
.red{ color:#ff0000;}
/* text-align */
.al {text-align:left;}
.ac {text-align:center;}
.ar {text-align:right;}

.mt-5{ margin-top:5px;}
.mb-5{ margin-bottom:5px;}
.mb-10{ margin-bottom:10px;}
.mb-15{ margin-bottom:15px;}
.mb-20{ margin-bottom:20px;}
.mr-10{ margin-right:10px;}
.mr-20{ margin-right:20px;}
.ml-5{ margin-left:5px;}
.ml-20{ margin-left:20px;}
.mt-20{ margin-top:20px;}

.blank5{ height:5px; clear:both;}
.blank10{ height:10px; clear:both;}
.blank20{ height:20px; clear:both;}
/* clear */
.clear{ clear:both;}

/* float */
.f_r{float:right;}
.f_l{float:left;}
.txt p{ text-indent:24px; padding-bottom:5px;}
.detail p{ text-indent:24px;}
html,body{height:100%;}
.table{height:100%;}