body{
    background-color: #fff;
}
*{
    padding:0;
    margin:0;
    color: #3a3a3a;
    font-size: 15px;
    font-family:"Microsoft YaHei","PingFang SC";
    letter-spacing: 1px;
}
body{
    font-size: 62.5%;
}
input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea{
    padding: 0;
    margin: 0;
    font-family:"Microsoft YaHei","PingFang SC";
}
input:focus{
    outline: none;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
    font-size: 0.8rem;
    color: #000;
    font-family:"Microsoft YaHei","PingFang SC";
}
.clearfix { zoom:1;}
.clearfix:after {
    content:'';
    display:block; height:0;
    line-height:0;clear:both;
    visibility:hidden;
}



::-webkit-scrollbar
{
    width: 0;
    height: 2px;
}

::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color:#d8d8d8;
}

.boxSizing{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.greySmallF{
    color: #888;
    font-size: 12px;
}



#stage{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    background-color: #e9eef0;
}
/*header*/
.header{
    width: 100%;
    height: 31%;
    background: #fff;
    box-shadow: 0 2px 8px #c1c1c1;
    position: relative;
    text-align: center;
    background-image: url("bgg.png");
    background-size: cover;
}
.header .imgBox{
    height:50%;
    width: 100%;
}

.header .imgBox img{
    height: 100%;
    width: 100%;
    display: inline-block;
}
.header .header_main{
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 10%;*/
    /*-webkit-transform: translate(-50%, -50%);*/
    /*-moz-transform: translate(-50%, -50%);*/
    /*transform: translate(-50%, -50%);*/
    display: inline-block;
    float: left;
    margin-left: 21px;
    margin-top:40px;
}
.header .header_main img{
    width: 92px;
    display: inline-block;
    margin-bottom: 5px;
}
.header .header_main p{
    margin-bottom: 21px;
}
.header .loadBtn{
    display: block;
    background-color:#aa4ec6;
    color: #fff;
    font-size: 15px;
    padding: 7px 15px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:50px;
    letter-spacing: 0;
}
.footer{
    padding: 11px 10px;
    width: 100%;
    height: 69%;
    min-height: 445px;
    position: relative;
    text-align: left;
    background-color: #E9EEEF;
}
.footer .main{
    height: 100%;
    width: 100%;
    background-color: #fff;
    position: relative;
}
.footer .banner_box{
    width: 100%;
    padding: 0 17px;
}
.footer .banner{
    padding-top: 24px;
    padding-bottom: 16px;
    width: 100%;
    overflow: scroll;
}
.footer .banner ul{
    height: 240px;
    width:850px;
}
.footer .banner ul li{
    float: left;
    height: 100%;
    width: 135px;
    margin-right: 8px;
}
.footer .banner ul li img{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.footer .appInfo{
    /*position: absolute;*/
    padding:17px;
    /*bottom: 0;*/
    width: 100%;
}
.footer .appInfo .keyBox{
    margin-top: 7px;
}
.footer .appInfo .keyBox span{
  color: #888;
    font-size: 12px;
    display: inline-block;
    height: 13px;
    line-height: 13px;
    margin-right: 20px;

}
.footer .appInfo .keyBox span img{
    display: inline-block;
    width: 13px;
    vertical-align: middle;
    margin-right: 3px;
}













