.head-bg{
    background: url(//static.coinqm.com/images/school.png) no-repeat;
    background-position: 50%;
    background-size: cover;
}
.head-bg{
    color: #4f2e1d;
    font-family: STHeitiSC-Medium, STHeitiSC;
    font-weight: 500;
    height: 256px;
    position: relative;
    text-align: center;
}
.header{
    margin-bottom: 0px;
}
.head{
    color: #4f2e1d;
    font-family: STHeitiSC-Medium, STHeitiSC;
    font-weight: 500;
    height: 256px;
    position: relative;
    text-align: center;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.head .mask{
    color: #fff;
    font-family: STHeitiSC;
    font-weight: 500;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.head .mask img{
    -o-object-fit: cover;
    object-fit: cover;
}
.head .mask span{
    margin-left: 28px !important;
}
.container{
    min-height: 85vh;
    max-width: 1416px !important;
    margin-left: auto;
    margin-right: auto;
    padding: 12px;
    width: 100%;
    position: relative;
}
.member{
    flex-wrap: wrap !important;
    display: flex !important;
    margin-top: 50px;
    position: relative;
}
.member .card{
    margin-bottom: 56px !important;
    padding: 0px;
}
.member .cardWH{
    margin: auto;
}
.member .cardWH a{
    display: block;
    width: 100%;
    cursor: pointer;
}
.member .cardWH .img_area{
    width: 100%;
}
.member .cardWH img{
    width: 128px;
    height: 128px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 94px;
}
.member .cardWH .info{
    height: 85px;
    margin-top: 4px !important;
    justify-content: space-between !important;
    flex-direction: column !important;
    display: flex !important;
}
.member .cardWH .info .name{
    color: var(--font-5-color);
    font-family: Inter;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 8px !important;
    margin-bottom: 8px !important;
}
.member .cardWH .info .subtitle{
    color: #fc6a01;
    font-family: Inter;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 8px !important;
    margin-bottom: 4px !important;
}
.member .cardWH .info .introduce{
    color: #474d57;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    padding-left: 8px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.member .cardWH .share{
    height: 32px;
    padding-left: 8px !important;
    margin-top: 12px !important;
    display: flex !important;
}
.member .cardWH .share .baselink{
    cursor: pointer;
    height: 32px;
    width: 32px;
    margin-right: 20px !important;
    display: flex !important;
    justify-content: center !important;
    background: #eff2f5;
    border-radius: 9px;
    padding: 4px 4px 4px 4px;
    align-items: center !important;
    text-align: center;
    font-weight: 500;
}
.member .cardWH .share .iconfont{
    font-size: 22px;
}
.head .back{
    cursor: pointer;
    position: absolute;
    align-items: center !important;
    display: flex !important;
}
.head .back .text{
    color: #fff;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    vertical-align: middle;
    margin-right: 16px !important;
}
.head .back .bg{
    background: url(//static.coinqm.com/images/alumno.png) no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
}
.container .select{
    flex-direction: row !important;
    display: flex !important
}
.container .select .tab{
    background: #eff2f5;
    border-radius: 13px;
    height: 48px;
    margin-bottom: 16px;
    margin-left: auto !important;
    align-items: center !important;
    flex-direction: row !important;
    display: flex !important;
}
.tab .active{
    background: #fff;
}
.tab .btn{
    border-radius: 13px;
    height: 40px;
    margin: 0 4px;
    min-width: 64px;
    padding: 0 16px;
    color: rgba(0, 0, 0, .87);
    cursor: pointer;
}
.tab .btn:hover{
    background: var(--item-a-hover-bg-color);
}
.loading-mask {
    bottom: 0;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 60px;
    transition: opacity .3s;
    z-index: 2000;
    background: hsla(0, 0%, 100%, .9) !important;
}
.loading-mask .loading-spinner {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 135px;
}
.loading-mask .v-loading {
    margin: 0 auto;
    color: #fc6a01;
}
@media (min-width: 600px) {
    .card .cardWH{
        width: 150px;
    }
    .head{
        font-size: 36px;
    }
    .member .cardWH .info .name{
        font-size: 16px;
    }
    .member .cardWH .info .subtitle,.member .cardWH .info .introduce{
        font-size: 14px;
    }
    .mask img{
        border-radius: 57px;
        height: 112px;
        width: 112px;
    }
    .member .card{
        width: 25%;
    }
    .back{
        bottom: 31px;
        right: 15%;
    }
    .back .text{
        font-size: 18px;
    }
    .back .bg{
        height: 42px;
        width: 42px;
    }
}
@media (min-width: 1265px) {
    .member .card{
        width: 20%;
    }
}
@media (min-width: 960px) {
    .head{
        font-size: 56px;
    }
}
@media (max-width: 600px) {
    .member .card{
        width: 50%;
    }
    .card .cardWH{
        width: 150px;
    }
    .container{
        padding: 12px 2px 12px 2px;
    }
    .mask img{
        border-radius: 50%;
        height: 60px;
        width: 60px;
    }
    .head .mask span {
        margin-left: 10px !important;
        font-size: 18px;
    }
    .head .back{
        right: 0px;
        bottom: 20px;
    }
}
