body{
    background-color: #f8f8f8;
}
.follow-body{
    margin-bottom: 200px;
}
/*关注头部*/
.follow-head{
    font-size: 16px;
    color: #17acf6;
    background-color: #fff;
    height: 46px;
    padding: 0 30px 0 40px;
    border-radius: 4px;
    margin-top: 10px;
}
.follow-head .follow-head-tit{
    line-height: 46px;
}
.follow-head .follow-head-btn{
    cursor: pointer;
}
.follow-head .follow-head-btn .iconfont{
    font-size: 14px;
}
/*关注头部end*/
/*关注列表*/
.follow-list{
    background-color: #fff;
    border-radius: 4px;
    padding: 0 40px;
    margin-top: 10px;
}
.follow-list .follow-item{
    font-size: 18px;
    line-height: 40px;
}
.follow-list .follow-item .follow-item-cont{
    cursor: pointer;
    border-bottom: 1px solid #dedede;
}
.follow-list .follow-item .follow-item-cont:hover{
    color: #17acf6;
}
.follow-list .follow-item .iconfont{
    color: #666;
}
.follow-list .follow-item .item-cont{
    display: none;
}
.follow-list .follow-item .item-cont .item-cont-item{
    font-size: 16px;
    padding-left: 20px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #dedede;
}
.follow-list .item-cont .item-follow-btn{
    color: #17acf6;
    width: 70px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #17acf6;
    border-radius: 6px;
    font-size: 14px;
    margin-top: 12px;
    cursor: pointer;
}
.follow-list .item-cont .item-follow-btn .iconfont{
    font-size: 12px;
    color: #17acf6;
}
.follow-list .item-cont .item-follow-btn.active{
    color: #ff6600;
    border-color: #ff6600;
}
.follow-list .item-cont .item-follow-btn.active .iconfont{
    color: #ff6600;
}
/*关注列表end*/
/*关注成功提示*/
.follow-success{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    line-height: 30px;
    color: #666;
    background: #fff;
    padding: 10px;
    border-radius: 4px;
    display: none;
}
.follow-success .iconfont{
    font-size: 28px;
    color: #6bc339;
    vertical-align: sub;
    margin-right: 8px;
}
/*关注成功提示end*/
