@charset "utf-8";
/* CSS Document */
/*公共部分*/

* {
    font-family: "microsoft yahei", "helvetica", "heiti SC", "droid", "sans";
    word-spacing: 0px;
    letter-spacing: .02rem;
    
    /* font-size: 62.5%; */
    margin: 0;
    padding: 0;
}

header {
    
    /*background: #18b4ed;*/
    width: 100%;
    height: 5rem;
    position: fixed;
    top: 0;
    left: 0;
}

header img {
	/*background: #BEBEBE;*/
    width: 2.2rem;
    height: 2.2rem;
    margin-top: 0.7rem;
    float: left;
    z-index: 999999999;
}

header span {
	
    line-height: 3rem;
    font-size: 1.1rem;
    color: #fff;
    float: left;
}
header .scanbonus{
    width: 40%;
    height: 5rem;
    /*background: #18b4ed;*/
    position: fixed;
    line-height: 5rem;
    color: #fff;
    font-size: 1.5rem;
    text-indent: 1rem;
    top: 5rem;
    right: 1rem;
    display: none;
}
