body{
    background: #f2f2f2;
}
table{
    width: 100%;
    text-align: center;
    background: #fff;
}
tbody{
    font-size: 0.26rem;
    color: #323232;
}
tbody tr{
    border-top: 1px solid #f2f2f2;
}
td{
    padding:0.3rem 0;
}

nav ul li{
    height: 0.84rem;
    font-size: 0.3rem;
    color: #aaaaaa;
    line-height: 0.84rem;
}
.active{
    color: #2d9cff;
    border-bottom: 0.04rem solid #2d9cff;
}

.top{
    width: 100%;
   height: 0.9rem;
    margin:0 auto;
    /*margin-top: 0.2rem;*/
    background: #2d9cff;
    /*padding:0.2rem 0.3rem;*/
}
.top > div{
    border:0.03rem dashed #fff;
    width: 90%;
    height: 0.9rem;
       line-height: 0.9rem;
}
.money{
    padding-left: 1.5rem;
}
.money span:first-child{
    font-size: 0.36rem;
    line-height: 0.36rem;
    display: inline-block;
    color: #fff;
    vertical-align: top;
    font-family: "微软雅黑";
}
.money span:nth-of-type(2){
    font-size: 1.1rem;
    line-height: 1rem;
    display: inline-block;
    color: #fff;
    font-family: "微软雅黑";
}
.money span:last-child{
    font-size: 0.28rem;
    display: inline-block;
    line-height: 0.28rem;
    color: #fff;
    font-family: "微软雅黑";
}
.money+p{
    padding-left: 1.45rem;
}

.content li{
    height: 0.88rem;
    color: #323232;
    background:#fff url(../images/right.png) no-repeat 98% center;
    background-size: 0.16rem 0.25rem ;
    -webkit-background-size: 0.16rem 0.25rem;
    -o-background-size: 0.16rem 0.25rem;
}
.content li i{
    margin-right: 0.5em;
    font-size: 1.6em;
}
#btn {
    display: block;
     width: 1.3rem;
    margin: 0 auto;
    line-height: 0.77rem;
    color: #fff;
    font-size: 0.26rem;
    border-radius: 0.1rem;
    background: #2d9cff;
}
