header {
    width: 100%;
    height: .8rem;
    background: #009ae4;
    position: relative;
}

header a {
    display: block;
    position: absolute;
}

header a img {
    height: .44rem;
    margin-left: .25rem;
    vertical-align: top;
}

header p {
    color: #fff;
    font-size: 16px;
}


/*header p{	
	width: 80%;	
	color: #fff;
	font-size: .37rem;	
	height: .8rem;
	line-height: .8rem;
	margin:  0 auto;
	overflow: hidden;
	text-align: left;
	vertical-align: top;
}*/

.content {
    width: 95%;
    margin: 0 auto
}

.content .title {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    font-size: .34rem;
    margin: .1rem 0
}

.content .theme {
    width: 100%;
    margin: 0 auto;
    text-align: left
}

.content .theme p {
    display: inline-block;
    color: #a4a4bf;
    font-size: .26rem
}