@charset "utf-8"; /* CSS Document */ *{ margin:0;padding:0; -moz-box-sizing:border-box;/*火狐浏览器*/ -webkit-box-sizing:border-box;/*火狐浏览器*/ box-sizing:border-box;/*padding和border算在盒子内*/ } body,html{ height: 100%; width: 100%;font-family:"微软雅黑"; color:#333;} @font-face { font-family:my; /*字体名称*/ src: url(../font/Digital-7Mono.ttf); /*字体源文件*/ } .bgimg{ position:fixed; top: 0; left: 0; width:100%; height:100%; min-width: 1000px; z-index:-10; zoom: 1; background-color: #00061d; background: url(../img/bj.jpg) no-repeat; background-size: cover; -webkit-background-size: cover; -o-background-size: cover; background-position: center 0; } b{ font-weight:normal} i{ font-style: normal} a,a:hover,a:active{ text-decoration:none; color:#333;} input,textarea,select{ outline:none} img{ border:none; vertical-align:top;} li{ list-style:none;} .fl{float:left} .fr{float:right} .cl{ clear:both} .clearfix::after{ content:""; display:table; clear:both;}