.groupList {
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
    background: linear-gradient(to right bottom, #edf983, #eaffb6)
}

.groupList .groupListTitle {
    width: 100%;
    height: 3rem;
    margin-bottom: 1.2rem;
    position: relative;
}

.groupList .groupListTitle h3 {
    position: absolute;
    left: 0;
    bottom: 5%;
    padding: 2% 0;
    font-size: 1.5rem;
    font-weight: bold;
    color: #393939;
}

.groupList .groupListTitle a {
    position: absolute;
    right: 0;
    bottom: 10%;
    background: url(//n.sinaimg.cn/sports/paotuan2018/imgs/commonBtn.png) center no-repeat;
    background-size: contain;
    color: #fff;
    text-align: center;
    padding: 3% 5%;
    border-radius: 3px;
    font-size: 1rem;
}

.groupList .groupListShow .groupInfo {
    width: 100%;
    padding: 2% 0;
    font-size: 1rem;
    line-height: 2rem;
    height: 2rem;
    margin-bottom: .6rem;
    position: relative;
}

.groupList .groupListShow .groupInfo .groupSort {
    vertical-align: top;
    font-size: 3rem;
    font-style: italic;
    font-family: Helvetica-Roman-SemiB;
    font-size: 3.071rem;
    color: #393939;
    font-weight: 600;
    display: inline-block;
    width: 11%;
    margin-right: .5rem;
}

.groupList .groupListShow .groupInfo a {
    vertical-align: middle;
    margin-right: 5px;
}

.groupList .groupListShow .groupInfo a .groupName {
    display: inline-block;
    width: 25%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 1rem;
    color: #393939;
}

.groupList .groupListShow .groupInfo .degree {
    display: inline-block;
    width: 45%;
    height: .6rem;
    background: #f3df72;
    vertical-align: text-top;
    position: relative;
    transform: skew(-15deg, 0);
    -moz-transform: skew(-15deg, 0);
    -webkit-transform: skew(-15deg, 0);
}

.groupList .groupListShow .groupInfo .degree .reach {
    position: absolute;
    left: 0;
    bottom: 0;
    height: .6rem;
    background: #df8925;
    width: 70%;
    transform: skew(-15deg, 0);
    -moz-transform: skew(-15deg, 0);
    -webkit-transform: skew(-15deg, 0);
}

.groupList .groupListShow .groupInfo .percent {
    position: absolute;
    right: 0;
    display: inline-block;
    vertical-align: middle;
    font-family: SourceHanSansCN-Regular;
    font-size: 0.985rem;
    font-style: italic;
    color: #393939;
}

.groupList .hide {
    display: none;
}

.load-more {
    color: #393939;
    text-align: center;
    display: block;
    padding-bottom: 1.786rem;
    margin-top: 2.786rem;
}