
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd,input{ margin:0; padding:0;}
img{ border:none;}
input,select,textarea{ outline:none;}
textarea{ resize:none;}
a{ text-decoration:none;}
.fl{ float:left;}
.fr{ float:right;}

table{border-collapse:collapse;border-spacing:0;}
ol,ul,li,dl{list-style:none;}
body{font-family:"Microsoft YaHei",tahoma,verdana,arial,sans-serif;line-height:1; font-size:0.341334rem;}
i,a,big,small,b,span,em,strong,font{ display:inline-block;font-style:normal; font-weight:normal;}

/*输入框默认字体颜色重置*/
input::-webkit-input-placeholder{color: #999;}
input:-moz-placeholder{color:#999;}
input::-moz-placeholder{color:#999;}
input:-ms-input-placeholder{color:#999;}

/*单行、多行溢出省略*/
.omit{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.omit_more{ display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow:hidden;}
/*线条*/
.hr_line{ width:100%; height:20px; background-color:#dedede; margin:0; border:none;}

.login_container{ width:100%; min-height:976px; background:url(/static/admin/images/login/login-bj.png) center center no-repeat; background-size:cover; overflow:hidden; position:relative;}
.logcon{ width:700px; height:520px; border-radius:10px; background-color:rgba(255,255,255,0.6); position:absolute; left:50%; margin-left:-350px; top:50%; margin-top:-260px;}
.logcon h2{ font-size:32px; text-align:center; margin:50px 0;}
.logcon form{ overflow:hidden;}
.loginput{ width:420px; height:48px; background-color:#fff; margin:0 auto; margin-top:30px;}
.loginput img{ margin:12px 10px 0; float:left;}
.loginput input{ width:80%; border:none; line-height:48px; padding-left:6px; font-size:18px;}
.log_ident,.log_confirm{ text-align:center}
.log_ident{ padding:30px 0; line-height:20px;}
.log_ident input{ visibility:hidden;}
.log_ident #logide-ra2{ margin-left:10px;}
.log_ident label{ width:20px; height:20px; display:inline-block; background:url(/static/admin/images/login/radio-bj.png) no-repeat; background-position:-30px 0; vertical-align:middle; cursor:pointer;}
.log_ident input[type=radio]:checked + label{ background:url(/static/admin/images/login/radio-bj.png) no-repeat; background-position:0 0;}
.log_ident span{ font-size:16px; color:#333; margin-left:10px; vertical-align:middle;}
.log_confirm input{ width:300px; height:54px; border-radius:27px; border:none; background-color:#FF5722; color:#fff; font-size:24px; line-height:54px; cursor:pointer;}
.log_copright{ font-size:14px; color:#666; margin-top:60px; text-align:center;}

