
.member-banner {
    height: 300px;
    background: url("../../images/computer/b2.jpg") no-repeat center top;
}

.member {
    font-size: 14px;
    border-radius: 15px;
    border: solid 1px #ff5879;
    background: url("../../images/computer/innerPage3.jpg") repeat-y;
    background-size: 100% auto;
    margin: 15px auto;
}

.member-nav {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    border-bottom: solid 1px #ff5879;
    padding-left: 10px;
}

.member-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0px 30px;
}

.member-item {
    width: 270px;
    margin: 10px 0;
    padding: 0 10px;
    border: 1px solid #FF5879;
    line-height: 24px;
}

.member-item > a {
    color: #89598E;
    display: block;
    text-align: right;
    line-height: 34px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #89598E;
}

.member-item > ul > li {
    display: flex;
    justify-content: space-between;
}

.member-item > ul > li:nth-child(1) > span:nth-child(2) {
    display: block;
    width: 60px;
    height: 20px;
    background-color: #ffc000;
    color: #000000;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
}

.pagination {
    text-align: center;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em, .layui-progress-bar{
    background-color: #e9345b;
}

