.main {
    padding-top: 60px;
}
.content {
    padding: 0 15px;
}
.class {
    width: 100%;
    height: 194px;
    background: #DDD;
    padding: 0 15px;
    flex-direction: column;
    -webkit-flex-direction: column;
}
.class .name {
    font-weight: bold;
    line-height: 35px;
    color: #333333;
    margin-bottom: 30px;
}
.class .input {
    width: 78%;
    height: 30px;
    position: relative;
}
.class .input input {
    width: 100%;
    height: 30px;
    background: #fff;
    padding: 0 70px 0 30px;
    border-radius: 15px;
    border: none;
}
.class .input .key {
    position: absolute;
    top: 9px;
    left: 13px;
    width: 12px;
    height: 12px;
}
.class .input .btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 30px;
    background: #FA3C3C;
    border-radius: 15px;
    font-size: 10px;
    color: #fff;
    line-height: 30px;
    text-align: center;
}
.list {
    margin-top: 17px;
}
.list .flex-box {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    height: 40px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    color: #999;
}
.list .flex-box .mui-ellipsis {
    width: calc(100% - 82px);
    font-size: 15px;
    color: #333;
}
.list .active {
    color: #FA3C3C;
}
.list .active .mui-ellipsis {
    color: #FA3C3C;
}
.loadMore {
    width: 168px;
    height: 44px;
    line-height: 44px;
    background: #FA3C3C;
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin: 40px auto 0;
}