@charset "utf-8";
body{ margin:0px auto; padding:0px; font-family:"microsoft Yahei","宋体"; font-size:14px; background: #f0f0f0;/* background-color: #0d0d11; background-image:  url(../images/bg.jpg); background-position: fixed; background-repeat: no-repeat; background-size: 100% 100% 100%; color:#333; */line-height:23px;}
ul,li{ list-style:none; margin:0px; padding:0px;}
a{ color:#333; text-decoration:none; cursor:pointer;}
a:hover{ text-decoration:underline;}
.clear{ clear:both; display:block;}



.header{ clear: both; display: block; height: 100px; background: #f5f5f5; border-bottom: 1px solid #e3e3e3; }

.logo{ position: absolute; left: 50px; top: 20px; }
.logo img{ border: 0px; height: 60px; }

.loginTxt{ position: absolute; right: 50px; top: 50px; }
.loginTxt span{ display: inline-block; margin-left: 20px; font-size: 15px; }


.qrcode{ clear: both; display: block; text-align: center; padding: 40px 20px; width: 380px; margin: 80px auto 0px; background: #f5f5f5; border: 1px solid #e3e3e3; }
.qrcode p{ clear: both; display: block; }
.qrcode p img{ border: 0px; width: 280px; height: 280px; padding: 4px; border: 1px solid #fff; background: #fff; }
.qrcode span{ clear: both; display: block; font-size: 18px; }
.qrcode span strong{ color: #f40; }



.copyright{ clear: both; display: block; text-align: center; width: 100%; height: 60px; line-height: 60px; position: fixed; left: 0px; bottom: 0px; background: #f5f5f5; border-top: 1px solid #e3e3e3; }