html,body{
	width: 100%;
	height: 100%;
	background: #f5f8fd;
	font-size: 100px;
}

.header{
	width: 100%;
	height: 3.2rem;
}
.tops{
	width: 100%;
	height: auto;
	background-image:url(../img/app-1_01.png) ;
	background-size:100% auto ;
	background-repeat:no-repeat ;
	padding:  0 0 0.5rem 0;
}
.header-logos{
	padding:0.3rem 0 0 0.8rem ;
	height: 0.4rem;
}
.header-logos>img{
	width: 60%;
	height: auto;
	float: left;
}
.header-titles{
	font-size: 0.3rem;
	color: white;
	margin: 0.5rem  0 0 0.8rem;
	font-weight: 800;
}
.header-titles>span{
	font-size: 14px;
	font-weight: 100;
}
.witdhddd{
	width: 90%;
	margin: 0 0 0 5%;
}
.center{
	width: 100%;
	height: auto;
	background: white;
	border-radius: 10px;
	margin: 20px 0 0 0;
}
.center-divs{
	width: 100%;
	height: auto;
	text-align: center;
}
.center-logos{
	width: 80%;
	height: auto;
}




.nav{
	width: 100%;
	height: 20px;
	font-size: 0.16rem;
}
.nav>ul{
	width: 100%;
	height: 100%;
	/*margin: 0 0 0 30px;*/
}
.nav>ul>li{
	float: left;
	padding: 2px 0;
	color: #666666;
}
.city{
	width: 100%;
	height: 30px;
	margin-top: 20px;
	font-size: 0.16rem;
}
.city>ul{
	width: 70%;
	height: 100%;
	/*margin: 0 0 0 30px;*/
	float: left;
}
.city>ul>li{
	float: left;
	padding: 2px 0;
	color: #666666;
	margin: 0 0 0 20px;
}
.city>ul>li:nth-child(1),.city>ul>li:nth-child(2){
	margin: 0;
}
.city>ul>li>select{
	width: 0.6rem;
	border-radius: 0;
	height: 100%;
	appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
}
.city>img{
	float: right;
	width: 1.2rem;
	height: auto;
	/*margin-right: 100px;*/
}
table{
	width: 100%;
	height: auto;
	font-size: 0.16rem;
	margin: 10px 0 0 0;
}
tr{
	height: 50px;
	line-height: 50px;
}
td{
	text-align: center;
}
.footer{
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin: 20px 0 0 0;
	color: #666666;
}
.footer>p{
	float: left;
	font-size: 0.14rem;
}
.footer>p>span:nth-child(1){
	color: #0766b2;
	font-size: 0.16rem;
}
.footer>ul{
	float: right;
	font-size: 0.16rem;
}
.footer>ul>li{
	float: left;
	width: 50px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #d4d4d4;
	border-radius: 5px;
	color: white;
	margin: 0 0 0 5px;
}
