html,body{width: 100%; height:100%;}
body,ul,ol,p,h1,h2,h3,h4,dl,dd,form,input,textarea,select{margin:0px;padding:0px;}
body{font-size:12px;font-family:"微软雅黑";color:#000;background:#1b1f28;}
img{border:none;}
a{text-decoration:none;}
ul,li{list-style:none;}
input,select,option,textarea{outline:none;}
textarea{overflow:auto;resize:none;vertical-align:top;}
.clear:after{content:"";display:block;clear:both;}

/*foot start*/
.foot{display:block !important;height:54px;width:94%;padding:8px 3%;position:fixed;bottom:0;left:0;background:url(../images/navbg.png) 100% no-repeat;z-index:10;}
.foot .download{display:block;width:100px;height:36px;line-height:38px;border-radius:3px;color:#fff;font-size:16px;margin:8px auto;background:#d31f2b;text-align:center;}
/*foot end*/

.flexBox{display: flex;align-items: center;justify-content: flex-end;}