@charset "utf-8";
/* CSS Document */
body{font-size:0.8rem;font-family: "Microsoft YaHei";Tahoma,Arial,sans-serif;overflow-x:hidden;margin:0 auto;min-width: 320px;max-width: 640px;}
header,article,footer{max-width:640px; overflow:hidden; margin:0 auto;}
img{border:0px;display:block;}	
p{color:#646464;line-height:1.6rem;font-size:0.8rem;}

header{overflow: hidden;border-bottom: 1px solid #ccc;display: block;}
header ul{display: flex;justify-content: space-between;}
header ul li{width: 8%;}

.main{
	height: auto;min-width:320px;max-width: 640px;width: 100%;
}
	
.module1,.module2,.module3,.module4,.module5,.module6,.module7,.module9,.module10,.module11{height:auto;display:block;overflow:hidden;}


.module1{background-color: #fff;}
.module1 h1{font-size: 1.4rem;text-align: center;font-weight: bold;padding-top: 1rem;}
.module1 h2{font-size: 1rem;text-align: center;}
.module1 h2 span{color: #E3B869;font-weight: bold;}
.formDiv{margin:1rem 0;display: block;overflow: hidden;}
.formDiv input[type="text"]{
	height: 2rem;
	width: 47%;
	text-align: center;
	border:1px solid #ccc;
	margin-left: 0.2rem;
    margin-bottom: 0.5rem;
	
}
.doAction{
	padding: 0.5rem;
    background-color: #ff0000;
    color: #FFFFFF;
    display: block;
    width: 100%;
    text-align: center;
    
}



.lunbo{border-bottom:1px solid #ccc;width: 100%;text-align: center;height: 2rem;overflow: hidden;}
.lunbo h4{text-align: center;color: #7D7D7D;margin-bottom: 5px;}


.module9{width:100%;overflow: hidden;display: block;padding:0 0.5rem}
.module9 h1{font-size: 1.5rem;color:#7315CA;font-weight: bold;}
.module9 img{width: 10%;}
.module9 p{margin-top: 1rem;font-size: 1rem;padding-left: 3rem;height: 4rem;}
.module9 em{font-weight: bold;font-size: 1.2rem;}
.bus{background:url(../images/bus.png) no-repeat;}
.subway{background:url(../images/subway.png) no-repeat;line-height: 2rem;}


footer{text-align: center;color: #999999;margin-bottom: 1rem;}
footer a{color: #999999;padding:1rem 0;border-top: 1px solid #CCCCCC;display: block;overflow: hidden;font-size: 1.3rem;}


/**5s  横屏*/
@media screen and (min-width:568px){}

/**6**/
@media screen and (min-width:360px){}

/**6 plus**/
@media screen and (min-width:414px){}

/**6 横屏**/
@media screen and (min-width:667px){}

/**ipad**/
@media screen and (min-width:768px){}

/**992**/
@media screen and (min-width:992px){}

/**1200**/
@media screen and (min-width:1200px){}

