@charset "utf-8";
* { margin:0; padding:0; box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; }
body {width: 100%; height: 100%; text-decoration: none; border-width: 0px; padding: 0px; margin: 0px;margin:0; padding:0; font-family: Arial, Verdana, sans-serif, Helvetica, 微软雅黑, 黑体, 宋体; font-size:14px; }
div { -moz-user-select:none; }
dl, ul, ol, li { list-style:none; border-width: 0px; padding: 0px; margin: 0px; }
img { border:0; }
a { text-decoration: none }
a:link { color: #000000 }
a:visited { color: #000000 }
a:hover { color: #FF0000 }
a:active { color: #0000ff }
/*去除input后的x*/
input::-ms-clear {
display: none;
}
input::-ms-reveal {
display: none;
}
input:valid + .clear {
display: inline;
}
.center { margin:0 auto; width:1200px; }
.titlebar { position:absolute; min-width:1200px; height:60px; background-color:#FFF; border-bottom:solid #EAEAEA 1px; /*background: rgba(255, 255, 255, 0.8); z-index: 500;*/ top: 0; left:0; right:0;box-shadow:0 1px 10px #BBB; }
.titlebar .logo { float:left; width:300px; height:60px; line-height:60px; background-position:left center; background-repeat:no-repeat; }
.titlebar .useraction { float: right; margin-left:8px; line-height:80px; display:flex; }
.titlebar .useraction a { display:inline-block; width:80px; height:26px; text-align:center; margin-top:17px; margin-left:8px; line-height:26px; color:#fff; background:#0d9cf6; border-radius: 2px; border:0; }
.titlebar .nav { float: right!important; display: flex; font-size:14px; }
.titlebar .nav li { float: left; display: block; line-height:60px; width:85px; text-align:center; margin-left:1px; }
/**/
.footer-below { position:absolute; min-width:1200px; background-color:#292D30; bottom:0; left:0; right:0; }
.footer-below .footer-below-center { text-align:center; color:#999; height:60px; line-height:60px; }
