.wrapper {
    margin: 80px auto;
    width: 70%;
    font-family: sans-serif;
    color: #98968e;
    font-size: 14px;
    line-height: 24px;
    min-height: 500px;
    min-width: 340px;
    overflow: hidden;
}
.tabs li {
    list-style: none;
    float: right;
    width: 12%;
}   
.tabs a {
    display: block;
    text-align: center;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    height: 70px;
    line-height: 90px;
    background: linear-gradient(167deg, transparent 29%, #70acff 30%);
}
.tabs a:hover,
.tabs a.active {
    /* c9fdff */
    background: linear-gradient(167deg, transparent 29%, #f0f0f0 30%);
    color: #98927C;
}
.tabs a:before {
    content: '';
    position: absolute;
    z-index: 11;
    left: 100%;
    top: -100%;
    height: 70px;
    line-height: 90px;
    width: 0;
    border-bottom: 70px solid rgba(0, 0, 0, 0.1);
    border-right: 7px solid transparent;
}
.tabs a.active:before {
    content: '';
    position: absolute;
    z-index: 11;
    left: 100%;
    top: -100%;
    height: 70px;
    line-height: 90px;
    width: 0;
    border-bottom: 70px solid rgba(0, 0, 0, 0.2);
    border-right: 20px solid transparent;
}

.tabgroup .tab-item {
    padding: 30px;
    background: #f0f0f0;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.user-info{
    position: absolute;
    top: 100px;
    margin: 10px;
}

.masthead-avatar{
    width: 100px;
    height: 100px;
    float: left;
}

.profile-avatar{
    width: 100px;
    height: 100px;
    border: 1px solid #999;
    border-radius: 50%;
}

.masthead-content{
    padding: 20px;
}

.tabgroup .form-box{
    width: 40%;
    margin:0 auto;
    display: block;
}

.tabgroup .form-label{
    display:block;
    width: 100%;
    font-size: 16px;
    margin: 15px 0 5px 0;
}
.tabgroup .form-input{
    width: 100%;
    height: 40px;
    font-size: 15px;
    border: 1px dashed #eaeaea;
    padding: 0 10px;
}

.tabgroup .form-textarea{
    width: 100%;
    font-size: 15px;
    border: 1px dashed #eaeaea;
    color: #000;
    padding: 5px 10px;
    box-sizing:border-box;
}

.tabgroup .form-btn{
    width: 100%;
    height: 40px;
    margin: 15px 0 5px 0;
    background-color: #6eeb89;
    border: 1px solid #eaeaea;
    cursor: pointer;
    transition: .1s linear;
}

.tabgroup .form-btn:hover{
    color: #FFF;
    background-color: #5ec975;
}


/* 列表 */
.form-list{
    margin: 20px 5px;
}
.form-list .list-item{
    border: 2px solid rgb(85, 76, 76);
    margin: 10px 0;
    padding: 5px;
    color: rgb(95, 95, 95);
}
.form-list .list-content{
    height: 50px;
    line-height: 50px;
    color: black;
}

.form-list .list-content .font-img{
    display: block;
    margin-top: 5px;
}

.form-list .list-content .list-btn a{
    padding: 10px 20px;
    color: #FFF;
    background-color: rgb(85, 64, 223);
    transition: .1s linear;
}

.form-list .list-content .list-btn a:hover{
    background-color: rgb(106, 88, 226);
}


/* 消息通知 */
.msg-item{
    margin: 10px;
    border-bottom: 2px dashed #666;
}

.msg-title{
    color:#999;
}

.msg-title:hover{
    transition: .1s linear;
    color: #000;
}

.new-msg-dot{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ea4c89;
    margin: 5px;
}

.msg-content{
    margin: 10px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #666;
    text-indent: 2em;
}

.msg-dtitle{
    text-align: center;
    color: #000;
    margin-bottom: 5px;
}

.msg-dcontent{
    text-indent: 2em;
    padding: 0 10px;
    color: #000;
}

.model-btn{
    color:#999;
    font-size: 13px;
}

.model-btn:hover{
    font-weight: bold;
}