*,body,h1,h2,h3,h4,h5 {
	padding:0;
	margin:0;
}
h1,h2,h3,h4,h5 {
	font-weight:normal;
}
html {
	overflow-x:hidden;
	height:100%;
	min-width:320px;
	font-size:50px
}
body {
	background: #fff;
	color:#000;
	font-size:.3em;
	font-family:"Microsoft YaHei",Helvetica,Arial,sans-serif;
	line-height:1;
}
.select select:focus,.stepper .btn,.stepper input,a,a:active,a:hover,button:focus,input.input-weak:focus {
	outline:0
}
button,input,optgroup,select,textarea {
	margin:0;
	color:inherit;
	font:inherit
}
em,i {
	font-style:normal
}
li,ul {
	list-style:none
}
::-webkit-input-placeholder {
	color:#b3b3b3;
}
:-ms-input-placeholder {
	color:#b3b3b3
}
a {
	text-decoration:none
}
a:focus {
	outline:dotted thin;
	outline:-webkit-focus-ring-color auto 5px;
	outline-offset:-2px
}
a,a:active,a:hover,a:link,a:visited {
	color:#323232
}
input[disabled]{
	background: #fff;
}
.trips {
    background: rgba(0, 0, 0, .7);
    width: 60%;
    position: fixed;
    left: 0%;
    right: 0%;
    top: 25%;
    padding: .28rem;
    color: #fff;
    border-radius: .2rem;
    margin: 0 auto;
    line-height: .4rem;
    display: none;
    text-align: center;
}
.flexbox {
	display:-webkit-box;
	display:-ms-flexbox
}
.flexbox-h {
	display:block;
	-webkit-box-flex:1;
	-ms-flex:1
}
.more-ico{position:absolute; left: 0; width: 1.05rem; height: 1.05rem; display: inline-block;}
.more-ico:after{position:absolute;top:.5rem;left:.35rem ;display:block; width:.6em;height:.6em;border-bottom:.03rem solid #a1a5a4;border-left:.03rem solid #a1a5a4;content:'';-webkit-transform:translateY(-50%) scaleY(1.2) rotateZ(45deg);-moz-transform:translateY(-50%) scaleY(.7) rotateZ(45deg);-ms-transform:translateY(-50%) scaleY(.7) rotateZ(45deg)}

nav{
	height: 1.05rem;
	line-height: 1.05rem;
	background: linear-gradient(#fbfbfb, #f1f1f1);
	border-bottom: 1px solid #cacecd;
	font-size: .34rem;
	text-align: center;
	box-shadow: 0 1px 5px #d5d9d8;
}
.index li{
	display: flex;
}
.index li a{
	height: 2.6rem;
	width: 33.3%;
	border-right: 1px solid #e6e6e6;
	text-align: center;
	padding: .5rem .3rem;
	border-bottom: 1px solid #e6e6e6;
}
.index li img{
	width: 1.3rem;
	background-size: 100%;
}
.swiper{
	position: relative;
	border-bottom: 1px solid #e6e6e6;
}
.swiper img{
	width: 100%;
	background-size: 100%;
}
.swiper span{
	width: 100%;
	height: .7rem;
	line-height: .7rem;
	background: rgba(0,0,0,.5);
	color: #fff;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding-left: .2rem;
}
.keyboard {
    background: #e5e9ec;
    padding: .1rem;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.keyboard li {
    background:#fff;
	height:1.4rem;
	line-height:1.4rem;
	width:24%;
	margin:.5%;
	border: 1px solid #eaeaea;
	font-size:.5rem;
	color:#3e3e3e;
	border-radius:.1rem;
	text-align: center;
}
.keyboard ol:nth-child(1) li:nth-child(4), .keyboard ol:nth-child(2) li:nth-child(4){ color: #ff6b64;}
footer{
	margin: .3rem .25rem;
	color: #777;
	font-size: .28rem;
	text-align: center;
}
footer i{
	color: #444;
}

@media screen and (min-width: 1200px) {
	html{font-size:50px!important}
    body{max-width: 500px; margin:0 auto;}
}
