﻿/*header*/
header{width: 100%; height: 1rem; position: fixed; top: 0; left: 0; z-index: 50; background-color: #fff;}
header .header-inner{width: 92%; height: 1rem; margin: 0 auto; }
header .header-inner img{width: 4.4rem; height:auto; margin-top: .22rem; float: left;}
header .header-inner i{float: right; margin-top: .32rem; font-size: .35rem; color: #9c9c9c;}
/*footer*/
footer{width: 100%; height: auto;background-color: #9a0000; float: left;}
footer .footer-inner{width: 92%; height: .6rem; margin: 0 auto; font-size: .21rem; color: #fff; text-align: center; line-height: .6rem;}

/*展开层*/
.cover{width: 100%; height: 93%; position: fixed; overflow: auto; top: 1rem; background-color: #b20405; color: #fff; font-size: .28rem; display: none;}
.cover .cover-inner{width: 100%; height: auto; margin: .2rem 0 .4rem 0; display: inline-block;}
.cover .cover-inner .cover-all .cover-main{width: 100%; height: .9rem; float: left; z-index: 5;}
.cover .cover-inner .cover-all .cover-main .cover-text{width: 92%; margin: 0 auto; line-height: .89rem; border-bottom: 1px #870404 solid;}
.cover .cover-inner .cover-all .cover-main .cover-text a{width: 85%; display: block; float: left;}
.cover .cover-inner .cover-all .cover-main .cover-text i{width: 15%; height: .9rem; float: right; line-height: .9rem; text-align: right;}
.cover .cover-inner .cover-all .cover-drop{width: 100%; height: auto; float: left; display: none;}
.cover .cover-inner .cover-all .cover-drop ul{width: 84%; height: auto; margin: 0 auto;}
.cover .cover-inner .cover-all .cover-drop ul li{width: 100%; height: .9rem; line-height: .9rem;}
.cover .cover-inner .cover-all .cover-drop ul li a{display: block;}
.cover .cover-inner .in{background-color: #9a0000; border-bottom: hidden!important;}
.forbid{height: 100%; overflow:hidden;}
/*加载页面*/
.loader{width: 100%; height: 100%; position: fixed; top: 0; background: url(../images/loading.gif) no-repeat #fff 50% 30%; z-index: 999; }
.loader-in{width: 100%; height: 100%; overflow: hidden;}

body .line{width: 90%!important; height: 0.6rem!important; margin: 0 auto; border-bottom: 3px #144eb1 solid;}
