/*使父容器内容少的时候占满屏幕，多的时候自适应，并设置position使footer沉底*/
#app {
    position: relative;
    width:100%;
    /*min-height: 100%;*/
    height: auto;
}
.content {
    padding-bottom: 5rem;
}

.head {
    width: 100%;
    background-color: #8e7cad;
    text-align: center;
    padding: 1rem 0;
    font-size: 0.9rem;

}

.ksysy {
    width: 50%;
    /*border-right: solid #ffffff 0.1rem;*/
    float: left;
}
.zsye {
    width: 50%;
    float: left;
}


#app li{
    margin: 1px 0;
    height: 2.8rem;
    background: #ffffff;

    color: #5e448b;
    font-size: 1.2rem;
    line-height: 2.8rem;
}
.item-content {
    float: right;
    margin-right: 2.2rem;

    color: #cccccc;
    font-size: 0.8rem;
    line-height: 2.5rem;
}
.vertical-line {
    width: 0.1rem;
    height: 2.3rem;
    position: absolute;
    left: 50%;
    top: 2rem;
    border-left: solid #dfd9e8 0.1rem;
}

.tips3 {
    margin: 0.6rem 0;
    font-size: 0.8rem;
    text-align: center;
    color: #5e448b;
    height: 0.8rem;
}

.tips3 img {
    display: block;
    height: 2.3rem;
    position: relative;
    top: -1.35rem;
    left: 2.9rem;
}

.head-img {
    display: block;
    float: left;
    height: 1.5rem;
    width: 1.5rem;
    margin: 0.65rem 0.9rem 0.65rem 1.2rem;
}
.selected {
    background-color: #dfd9e8;
}
.money-z {
    padding-top: 0.6rem;
    line-height: 0.8rem;
    color: #ffffff;
    font-size: 0.8rem;

}
/*.footer {*/
    /*bottom: 0;*/
    /*padding-bottom: 1.8rem;*/
/*}*/

.left-float-text {
    width: 4rem;
    float: left;
}

.gold-img {
    display: block;
    float: left;
    height: 1.5rem;
    width: 1.5rem;
    margin: 0.65rem 0.8rem 0.65rem 0.4rem;
}

.avata {
    float: left;
    display: block;
    width: 4rem;
    margin: 0 1.2rem;
    border-radius: 50%;

}

.info {
    float: left;
}
.info div{
    width: 8rem;
    height: 2rem;
    line-height: 2rem;
    text-align: left;
    color: #ffffff;
    overflow: hidden;
}

.change {
    float: right;
    height: 4rem;
    margin-right: 1.6rem;
    text-align: center;
    line-height: 4rem;
    color: #60478d;
}
.none {
    display: none;
}