﻿.select_box {
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.ddl {
    width: 27%;
    height: 40px;
    border-radius: 5px;
    border: none;
    vertical-align: top;
    margin-top: 5px;
    margin-left: 3%;
}

.btn {
    width: 30%;
    border: none;
    vertical-align: top;
    margin-top: 5px;
    margin-left: 3%;
}

.menu_box {
    margin-top: 10px;
    width: 100%;
    height: 51px;
    background-color: white;
    font-size: 18px;
}

    .menu_box > div {
        float: left;
        width: 50%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border-bottom: 1px solid #B17A44;
    }

.menu_check {
    background-color: #B17A44;
    color: white;
}

.data_box {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: white;
}

.data_item {
    width: 94%;
    height: 60px;
    border-bottom: 1px solid rgb(200,200,200);
    margin-left: 3%;
}

    .data_item > div {
        height: 60px;
        float: left;
    }

.data_left {
    width: 70%;
    line-height: 25px;
}

    .data_left > div {
        width: 100%;
    }

.data_right {
    width: 30%;
    text-align: right;
    line-height: 60px;
}

    .data_right > img {
        vertical-align: middle;
        width: 30px;
    }

.noData {
    width: 100%;
    height: 100%;
    text-align: center;
}

    .noData > img {
        width: 30%;
        margin-top: 50%;
    }

.weui-select {
    -webkit-appearance: none;
    border: 0;
    outline: 0;
    font-size: inherit;
    position: relative;
    z-index: 1;
    padding-left: 15px;
}