*{
    margin:0;
    padding:0;
    text-decoration: none;
    list-style: none;
}

body,html {
    height: 100%;
    -webkit-tap-highlight-color: transparent
}

body{
   background-color: #fbf9fe;
}



.container{
    overflow: hidden;
}

.page {
    padding-top: 45px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.top{
    position:fixed;
    top:0;
    left:0;
    z-index: 10;
    width:100%;
    height:45px;
    line-height: 45px;
    text-align:center;
    color:#fff;
    font-size: 18px;
}

.top.first{
    height:40px;
    line-height: 40px;
    background-color: #00b38b;
}

.top a{
    position: absolute;
    left:0px;
    top: 0px;
    display: block;
     background:url(../images/jiantou.png) no-repeat 5px 50%;
    background-size: 24px 19px;
    width:40px;
    height:40px;
    color:#fff;
    text-indent: 35px;
    font-size: 16px;
    font-weight: bold;
	margin-left:10px;
}

.page h5{
    color:#656565;
    height:35px;
    line-height: 35px;
    font-size: 14px;
    text-indent: 3%;
    border-bottom: 1px solid #ECECEC;
}

.cell{
    position: relative;
    background-color: #fff;
    padding:5px 5%;
    height:36px;
    line-height: 36px;
    border-bottom: 1px solid #ECECEC;
}

.uizuo{
    height:36px;
    line-height: 36px;
    font-size: 14px;

}

.uizuo img{
    height:36px;
    margin-right:10px;
    display: inline-block;
    vertical-align: middle;
}

.uiyou{
    position: absolute;
    right:10%;
    top:13px;
    width: 38px;
    height: 21px;
    /* border: 1px solid #DFDFDF; */
    outline: 0;
    border-radius: 15px;
    box-sizing: border-box;
    /* background: #DFDFDF; */
}

.uiyou p{
    margin:1px;
    -webkit-appearance:none;
    -moz-appearance:none;
    -o-appearance:none;
    appearance:none;
    height:20px;
    width: 38px;
    border-radius: 14px;
    background-color: #FDFDFD;
    border:0;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
}

.uiyou.on p{
    background-color:#4B7EFF;
}
.uiyou i{
    position: absolute;
    top: 1px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 14px;
    background-color: #FFFFFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
}

.uiyou.on i{
    left:27px;
}

.uiyou input{
    display:none;
}

 












