/**默认样式***/
@charset "utf-8";
html,body{margin:0;line-height:1.5; background-color:#f6f6f6; background-image:none;font-family:"Microsoft YaHei"; font-size:0.9rem;height: 100%;}
body,h1,h2,h3,h4,h5,h6,hr,p,dl,dt,dd,ul,ol,li,form,
button,input,textarea,th,td,tr,table{margin:0;padding:0}
ol,ul,li{list-style:none;}         /*去掉ul的点*/
a{text-decoration:none;}        /*去掉a的下划线*/
i,em{font-style:normal}
table{border-collapse:collapse;border-spacing:0}
.fl{float:left}        /*浮动*/
.fr{float:right}
.flex{display: flex;}
.clearfix:after{content:"";display:block;clear:both;*zoom:1;}    /*清除浮动*/
.pa{position: absolute;}
.pr{position: relative;}

/*通用清除浮动*/
.clearfix:before,.clearfix:after{ content:""; display:table; }
.clearfix:after{ clear:both; }
.clearfix{ *zoom:1; /*IE/7/6*/; }
/*logo*/
.logo{text-align: center;padding:15px 0px;}
.logo img{width:50px;height:50px;}
 .background{width: 100%;height:100%;position:fixed;}
 .f_login .main{height:435px; margin-top:8%;background:#13548A url(../imgs/Group.jpg)no-repeat center;}
 .f_login .main .big_logo{top:55px;left:10%;width: 230px;height: 230px;display: block;position: absolute;}
 .login .notice{font-size: 10px;color: #999;top: 42px;left: 20px;width: 300px !important;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
 .login{ width:490px;height:315px;border-radius: 5px;z-index: 99;background:rgba(255,255,255,0.5);top: 60px;right:18%;}
 .login .wrap{width: 300px;margin:0px auto;}
 .login .account, .login .password,.login .code{width: 298px;height: 38px;border: 1px solid #E2E2E2;border-radius: 3px;}
 .login .account{margin-bottom: 25px;}
 .login .account span{width: 14px;height: 15px;display: block;background:url(../imgs/zhanghao.png);margin: 12px;}
 .login .account input, .login .password input,.login .code input{width: 230px;border: none;line-height: 12px;padding-left: 19px;font-size: 12px;margin-top: 12px;border-left: 1px solid #e3e3e3;}
 .login .password span{width: 14px;height: 15px;display: block;background:url(../imgs/pass.png) no-repeat;margin: 12px;}
 .login .password{margin-bottom: 25px;}
 .login .icon{width: 37px;height: 38px;}
 .login .btn_login{display: block;background: #FF4B28;border: none;width: 300px;height: 40px;text-align: center;line-height: 40px;border-radius: 4px;color: #fff;font-size: 18px;margin-top: 6px;}
 .yzm{font-size: 10px;color: #de3a40;padding-left: 20px;margin-top:15px;}
  .login .notice{font-size: 10px;color: #de3a40;top: 42px;left: 20px;width: 300px !important;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
 .loginBox{width:480px;height:305px;background:#ffffff;border-radius: 5px;margin: 5px auto;}
 input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{background-color:#ffffff !important;color:#B7B7B7 !important;}
/*底部*/
.bottom{width:100%;height:50px; line-height:50px;margin-top:56px;bottom:0; position:fixed; text-align:center;color:#8A8A8A; font-size:14px;}



