@charset "utf-8";
html, body {
    margin: 0rem;
    padding: 0rem;
    font-family: "Microsoft YaHei", SimSun, '\5b8b\4f53', sans-serif;
    background: #fff;
}
div, ul, li, i, em, span, a, dl, dt, dd, input, h1, h2, h3, h4, h5, h6, h7, h8, h9, h10 button, textarea, select {
    font-family: "Microsoft YaHei", SimSun, '\5b8b\4f53', sans-serif;
    font-style: normal;
    text-decoration: none;
    outline: none!important;
    font-weight: normal;
    -webkit-tap-highlight-color: rgba(0,0,0,0)!important;
    -webkit-appearance: none!important;
     -moz-appearance:  none;
     -o-appearance:  none;
     appearance:  none;
}
ul, li, dl, dt, dd {
    list-style: none;
}
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0rem 1000rem white inset;
}
/*顶部*/
.top {
    width: 7.5rem;
    height: 1.2rem;
    overflow: hidden;
    background: #fff;
    position: fixed;
    top: 0rem;
	padding:.2rem 0rem .15rem 0rem;
    left: 0rem;
    right: 0rem;
    margin: 0rem auto;
    z-index: 10;
}
.top .logo {
    width: 3rem;
    height: 1.1rem;
    float: left;
    overflow: hidden;
    margin: .05rem 0rem 0rem 2.2rem;
}
.top .logo img {
    width: 3rem;
    height: 1.1rem;
    float: left;
}
.top .menu {
    width: .6rem;
    height: 1rem;
    float: right;
    margin: 0rem .15rem 0rem 0rem;
}
.top .menu .one {
    width: .5rem;
    height: .03rem;
    background: #888;
    float: left;
    margin: .35rem 0rem 0rem 0rem;
    position: absolute;
}
.top .menu .ones {
    margin: .5rem 0rem 0rem 0rem;
    transform: rotate(45deg);
}
.top .menu .two {
    width: .4rem;
    height: .04rem;
    background: #888;
    float: left;
    margin: .5rem 0rem 0rem .1rem;
    position: absolute;
}
.top .menu .three {
    width: .5rem;
    height: .03rem;
    background: #888;
    float: left;
    margin: .65rem 0rem 0rem 0rem;
    position: absolute;
}
.top .menu .threes {
    margin: .5rem 0rem 0rem 0rem;
    transform: rotate(135deg);
}
.navlist {
    width: 7.5rem;
    height: 100%;
    overflow: hidden;
    background: #fff;
    position: fixed;
    top: 1.2rem;
    left: 0rem;
    right: 0rem;
    bottom: 0rem;
    margin: 0rem auto;
    z-index: 9;
	display: none;
}
/*菜单*/
.nav {
    width: 7rem;
    height: 1.2rem;
    line-height: 1.2rem;
    border-bottom: .02rem solid #1f1f1f;
    margin: 0rem .25rem;
    color: #333;
    font-size: .35rem;
    text-align: center;
	font-weight: bold;
	float: left;
}
.nav:first-child {
    border-top: .06rem solid #1f1f1f;
}
/*底部*/
.bottom {
    width: 7rem;
    height: .8rem;
    line-height: .8rem;
    color: #636363;
    font-size: .23rem;
    text-align: center;
    border-top: .01rem solid #888;
    margin: .3rem auto 0rem auto;
}
