.mem_menu {}

.mem_menu li {}

.mem_menu li a {
    background: #eee;
    display: block;
    margin-bottom: 2px;
    text-indent: 20px;
    font-size: 16px;
    line-height: 30px;
    padding: 10px 0px;
}

.mem_menu li a em {
    margin-right: 10px;
    font-size: 20px;
}

.mem_menu li a:hover,
.mem_menu li a.on {
    color: #fff;
    background-color: #1bb14e;
}

.membody {
    min-height: 600px;
}

.info_table {}

.info_table tr {}

.info_table td {
    border: none !important;
}

.info_table tr td:nth-of-type(1) {
    text-align: right;
    width: 100px;
}

.info_table tr td:nth-of-type(1) span {
    color: red;
}

.info_table tr td:nth-of-type(2) input,
.info_table tr td:nth-of-type(2) select {
    width: 100%;
    border: 1px solid #ddd;
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
}

.info_table .submit {
    text-align: center !important;
}

.mem_leaders_list {
    border: 1px solid #eee;
    padding: 10px 5px;
    margin-bottom: 30px;
}

.mem_leaders_list img {
    width: 80%;
    border-radius: 100%;
}

.mem_leaders_list h3 {
    margin-top: 0;
    font-size: 20px;
}

.mem_leaders_list p {
    margin-bottom: 5px;
    color: #666;
}

.mem_leaders_list p span:nth-of-type(1) {
    margin-right: 15px;
}

.mem_leaders_list .flex_box_3 {
    padding-right: 10px;
    text-align: center;
}

.layui-btn {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #009688;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}

.layui-btn-sm {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 12px;
}

.layui-btn-normal {
    background-color: #1E9FFF;
}

.layui-btn-danger {
    background-color: #FF5722;
}

@media screen and (min-width:768px) {
    .mem_leaders_box .row .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}