 
 
 
.main{
	height:4em;
	background:linear-gradient(to right,rgb(95,136,198), rgb(153,189,233));		
	color:white;
	margin: 0px;
	padding: 0px;
	font-family:Thonburi;
	background-color: rgb(88,137,216);
}

header{
	width: 100%;
	top: 0;
	font-size: 62.5%;
}


.main div{
	height:4em;
	float:left;
	margin: 0 auto;
}
.main .theme{
	width:60%;
	text-align: center;
}
.main .theme .cn{
	line-height:1.4em;
	font-size: 1.8em;
}
.header .theme .en{
	font-size: 0.8em;
}
.main .en,.menu{
	width:20%;	
}

.main .en span{
	position: relative;
  	top: 35%;
  	left:1em;
	font-size: 1.2em;	
	border: 0.1em solid white;
	padding:0.2em 1em 0.2em 1em;
}

.main .menu{
	text-align: right;
}

.main .menu span span{
	width: 3em;
	height: 0.2em;
	display:block;
	margin-bottom:0.5em;
	background-color: white;
}
.main .menu .menu-btn{
	float:right;
	width: 3em;
	display: block;
	position: relative;
  	top: 35%;
  	right:1em;
}
.menu-list-gradient{
	background:linear-gradient(to right,rgb(95,136,198), rgb(153,189,233));	
}
.menu-list{
	height:2em;
	color:white;
	border-top: 0.05em solid rgb(204,222,244);
	font-size: 1.4em;
	text-align: center;
	line-height: 1.8em;
} <!-- rgb(204,222,244);write(255,255,255)-->
.menu-selected{
	background-color: rgb(204,222,244);
	border-top: 0.1em solid rgb(204,222,244);
}
 