/* 整个区域 */
.page-member{
    position: relative;
    width: 960px;
    margin: auto;
    top: 60px;
    padding-bottom: 170px;
    min-height: calc(100vh - 300px);
}
/* 年份下拉选择框 */
.layui-input-block {
    margin-left: 0!important;
}
.layui-form-select {
    width: 100px!important;
}
.layui-form-select dl dd.layui-this {
    color: #000!important;
    background-color: #fff!important;
}
.layui-inline {
    margin: 0!important;
}
.layui-form {
    width: 100%;
}
.layui-form-select .layui-input ,.layui-form-item .layui-inline{
    border-radius: 6px;
}
.layui-form-item {
    margin-top: 40px;
}
/* 成员列表 */
.list-content {
    display: flex;
    width: 960px;
    flex-wrap: wrap;
}
.list-name {
    height: 60px;
}
.list-name .team::before {
    content: "";
    display: block;
    position: absolute;
    background: #0052d9;
    width: 3px;
    height: 35px;
    border-radius: 6px;
    left: 0;
}
.team span {
    margin-left: 20px;
    font-size: 24px;
    font-weight: bold;
}
.list-content .name {
    padding: 10px 26px;
}
.list-content .name span {
    display: inline-block;
    width: 140px;
    background-color: #d7eeff59;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.ranking-notes {
    float: right;
    margin: 30px;
}
@media (max-width:1070px) {
    .list-content .name span {
        width: 120px;
    }
    .list-content,.page-member {
        width: 840px;
    }
    .list-content .name span {
        font-size: 15px;
    }
    .list-content .name {
        padding: 10px 24px;
    }
}
@media (max-width:910px) {

    .list-content .name span {
        height: 26px;
        line-height: 26px;
        font-size: 14px;
        width: 121px;
    }
    .list-content .name {
        padding: 10px 27px;
    }
    .list-content,.page-member {
        width: 700px;
    }
    .team span {
        font-size: 18px;
    }
    .list-name .team::before {
        height: 28px;
        width: 2px;
    }
}
@media (max-width:700px) {
    .list-content,.page-member {
        width: 560px;
    }
    .list-content .name {
        padding: 10px 10px;
    }
    .list-content .name span {
        width: 120px;
    }
}
@media (max-width:560px) {
    .list-content .name span {
        width: 100px;
        font-size: 12px;
    }
    .list-content,.page-member {
        width: 480px;
    }
}
@media (max-width:530px) {
    .list-content .name {
        padding: 5px 16px;
    }
    .list-content,.page-member {
        width: 400px;
    }
}
@media (max-width:440px) {
    .list-content .name span {
        width: 100px;
    }
    .list-content .name {
        padding: 5px 10px;
    }
    .list-content,.page-member {
        width: 360px;
    }
}