#Quater_headtop { position: relative; background: none}
#Quater_bar { background: none}
.Quater_user_info:hover { padding-top: 13px; border-top: 3px solid #3498db; box-shadow: none}

#Quater_bar a { color: rgba(255,255,255,0.5)}
.nav li i { background: url(a_dx.png) no-repeat 0 -2px}
.icon-search { background-image: url(search3.png) !important}

.nvs li { float: left; font-size: 16px}
.nvs li a { padding: 0 25px; color: rgba(255,255,255,0.5)}
.nav li.a a { color: #FFFFFF !important}
.nav li a:hover { height: 61px; line-height: 58px; color: #FFFFFF !important; text-decoration: none; border-top: 3px solid #3498db; box-shadow: none; border-color: transparent !important; background: none}
.nav li.hover a { height: 61px; line-height: 58px; color: #FFFFFF !important; text-decoration: none; border-top: 3px solid #3498db; box-shadow: none; border-color: transparent !important; background: none}
.Quater_user_info:hover { padding-top: 13px; border-top: 3px solid #3498db; border-color: transparent !important; box-shadow: none !important}

.Quater_user_info .user-link { padding-top: 10px}

.bg_whole { width: 100%; margin-top: -64px; height: 350px; background: url(new-top.png) no-repeat center top / auto 350px}
.tab1 { position: absolute; bottom: 20px; left: 300px}
.tab1 li { float: left; padding: 0 20px; font-size: 16px}
.tab1 li a { color: rgba(255,255,255,0.5)}
.tab1 li.current a { color: #FFFFFF}

.lg_box { background-image: url(login.png) !important}

.person_card_top {
	position: relative;
    height: 159px;
    background: url(t_bg.png) no-repeat center top;
    background-size: 280px auto;
    margin-bottom: -1px;
}
.person_card_top .person_head {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 22px auto 0;
}
.person_card_top .person_head img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.pos {
    position: relative;
}


.person_card {
    width: 280px;
    margin-top: -159px;
}
.person_card_top .hot_num {
    width: 95px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #303133;
    font-size: 18px;
    margin: 0 auto;
    font-weight: bold;
    display: block;
}
.person_card_top .hot_num em { padding-left: 20px; background: url(fire.png) no-repeat left 0}

.text-center {
    text-align: center;
}


.person_fans {
    height: 60px;
	font-size: 0;
    text-align: center;
}
.person_fans a {
    font-size: 12px;
    color: #909399;
    width: 92px;
    text-align: center;
    display: inline-block;
}
.person_fans em {
    display: inline-block;
    width: 1px;
    height: 30px;
    background: #EDEFF2;
}
.person_fans a span {
    font-size: 22px;
    font-weight: bold;
    color: #303133;
    display: inherit;
}

.person_fans a:first-of-type span {
    color: #3D7EFF;
}



.person_name {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #303133;
    line-height: 1;
}
.person_intro {
    font-size: 14px;
    color: #BFC4CD;
    text-align: center;
    line-height: 20px;
    padding: 0 20px;
    box-sizing: border-box;
    margin-top: 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.other_edit {
    padding: 30px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #EDEFF2;
}
.other_edit a {
    display: inline-block;
    width: 98px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #BFC4CD;
    color: #BFC4CD;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
}
.edit a:last-of-type, .other_edit a:last-of-type {
    border: 1px solid #3D7EFF;
    background-color: #3D7EFF;
    margin-left: 20px;
    color: white;
}


.image_contain { float: right; width: 880px; margin-top: 28px}
.myself_card li {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #909399;
    font-size: 14px;
}

.recent_look li {
    width: 50px;
    height: 90px;
    text-align: center;
    margin-right: 44px;
}
.recent_look li img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    margin-bottom: 6px;
}

.leave_msg {
    border: none;
    background-color: white;
    border-radius: 10px;
    outline: none;
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
    line-height: 20px;
    font-size: 14px;
    color: #303133;
    width: 100%;
}

.comment_list li {
    padding: 25px 20px;
    box-sizing: border-box;
    border-radius: 10px;
}
.comment_list li:hover { background: #F5F7FA}
.com_head {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}
.com_head img {
    width: 50px;
    height: 50px;
}
.conmment-info {
    margin-left: 10px;
    width: 80%;
}
.conmment-info a {
    display: inline-block;
    font-size: 16px;
    color: #303133;
    font-weight: 500;
}
.conmment-info .time {
    color: #bfc4cd;
    display: inline-block;
    margin-left: 5px;
}
.conmment-info p {
    line-height: 20px;
    font-size: 14px;
    color: #303133;
    font-weight: 500;
}
.conmment-info p.detail {
    color: #606266;
    font-weight: normal;
    margin-top: 2px;
}


.more_comment { text-align: center; padding-top: 20px}
.more_comment a { float: none; display: inline-block; background: #3498db; width: 100px;
    height: 42px;
    background-color: #3D7EFF;
    font-size: 14px;
    text-align: center;
    line-height: 42px;
    border-radius: 20px;
    color: white;
    border: 0;
    box-shadow: none;}


#moodfm textarea { width: 860px; padding: 10px; margin: 0; border-radius: 10px; border: 0}


.pg { padding-top: 10px !important}
.pgb { float: left; margin-left: 0 !important}
.pg a.prev { float: left; margin-left: 0 !important}
.pg a.nxt { float: right; margin-right: 0 !important}
.pgb a { padding: 0 !important; margin-left: 0 !important; text-indent: -9999px !important; width: 40px !important; background: url(prev.png) no-repeat center center !important}
.pgb a:hover { color: #FFFFFF; background: url(prev2.png) no-repeat center center !important}


.tbmu .pipe { display: none}
.tbmu a {
    padding: 0 22px;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    border: 1px solid rgba(191,196,205,.1);
    border-radius: 20px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #BFC4CD;
    letter-spacing: 0;
    margin-right: 20px;
    vertical-align: middle;
	font-weight: 400 !important
}
.tbmu .a { padding: 0 22px;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    border: 1px solid rgba(191,196,205,.1);
    border-radius: 20px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #BFC4CD;
    letter-spacing: 0;
    vertical-align: middle; color: #3D7EFF;
    height: 38px;
    line-height: 38px;
    border-color: transparent;
    background-color: rgba(61,126,255,.1);
}


.post-works .cover a em { position: absolute; left: 50%; top: 50%; width: 80px; height: 80px; line-height: 80px; text-align: center; color: #FFFFFF; font-size: 14px; margin: -40px 0 0 -40px; border-radius: 50%; background: rgba(0,0,0,0.5)}