.van-button--square {
    height: 100%;
}
.van-cell-group {
    margin-top: 10px;
}
.van-cell {
    line-height: 32px;
}
.van-cell .iconfont {
    /*color: #c79c7c;*/
    color: #999999;
    font-size: 18px;
    margin-right: 5px;
}
.van-cell__left-icon, .van-cell__right-icon {
    height: 30px;
    line-height: 30px;
}
.van-cell--large .van-cell__label {
    font-size: 12px;
    margin-top: 0;
}
/* 

.container_tab {
    background-color: #ffffff;
}
.container_tab .van-cell__title {
    max-width: 80%;
} */
.member_list {
    width: 100%;
}
.member_item {
    height: 60px;
    padding: 10px 3%;
}
.member_headimg {
    width: 40px;
    height: 40px;
    background-color: #F3F3F3;
    overflow: hidden;
    float: left;
}
.member_headimg img {
    width: 100%;
}
.member_nickname {
    width: auto;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #333;
    padding-left: 4px;
}

.member_time {
    width: auto;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    color: #999;
    padding-left: 4px;
    white-space: nowrap;
}
.right_info {
    height: 40px;
}
.member_price {
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #333;
}
.member_num {
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    color: #999;
}
.popup_report {
    width: 80%;
    max-height: 80%;
    overflow-y: auto;
    background-color: #ffffff;
    padding: 10px;
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    border-radius: 10px;
}
.popup_report .title {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    text-align: center;
}

.logo {
    width: 100px;
    height: auto;
    margin: 50px auto 30px;
}

.logo_img {
    width: 100px;
    height: 100px;
}
.login_button {
    width: 80%;
    height: 60%;
    padding-top: 40px;
    margin: 0 auto;
}

.login_button .buttons {
    width: 100%;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-radius: 28px;
    /*border: 1px solid #FFFFFF;*/
    font-size: 18px;
    color: #FFFFFF;
    background-color: #a86f41;
    margin-bottom: 10px;
}
.middle_box {
    text-align: center;
    color: #333333;
    font-size: 14px;
    line-height: 24px;
}
.bottom_box {
    position: absolute;
    bottom: 10px;
    width: 100%;
    height: auto;
    padding: 10px 0;
    font-size: 14px;
    color: #3388ff;
    text-align: center;
}
