/*reset css*/
@charset "utf-8";
html {
    font-size: 100px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    position: relative;
    height: 100%;
}
html body {
    line-height: 1;
    background-color: #fff;
}
body {
    font-family: "MicroSoft YaHei", SimHei, 宋体, Arial;
    position: relative;
    min-height: 100%;
}
body .footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 0;
}
embed{
	display: none;
}
.footer-holder {
    height: 320px;
    display: none;
}
img {
    border:0;
}
body a {
    color: #333;
}
input,textarea {
    border: 0;
    outline: 0;
    resize: none;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
button {
    border: 0;
    outline: 0;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}
select,
select option {
    outline: none;
    border: 0;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.clearfix::before, .clearfix::after {
    content: '';
    display: table;
    height: 0;
}
.clearfix::after {
    clear: both;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
/*body .pages a, body .pages span {*/
/*    padding: 5px 10px;*/
/*}*/
/*reset css end*/
#search-main{
    min-height: 373px;
}
.layout {
    width: 1000px;
    margin: 0 auto;
}

.part-section {
    padding-top: 20px;
}
.top-header-wrapper {
    padding: 11px 0;
}
.logo-search {
    width: 510px;
    margin: 0 auto;
    position: relative;
}
.logo-search .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 109px;
    height: 40px;
}
.logo-search .search-bar {
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 38px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}
.logo-search .search-input {
    width: 405px;
    padding-left: 10px;
    margin-top: 6px;
    height: 22px;
    vertical-align: middle;
}   
.logo-search ::-webkit-input-placeholder {
    color: #ccc;
}
.logo-search .weibo-login {

}
.logo-search .search-button {
    position: absolute;
    right: 0px;
    width: 88px;
    height: 36px;
    text-indent: 100px;
    overflow: hidden;
    background: #00b386 url(../../images/pc_searchpage/search.png) no-repeat center;
    cursor: pointer;
}
.login-links-wrap {
    margin-top: 5px;
}
.login-links-wrap .avatar {
    width: 28px;
    height: 28px;
    margin-right: 3px;
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
.login-links-wrap .head-user-drop-wrap {
    position: relative;
    min-width: 130px;
    text-align: center;
}
.login-links-wrap .head-user-drop-wrap:hover .drop-list-wrap {
    display: block;
}
.login-links-wrap .head-user-drop-wrap .drop-list-wrap {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding-top: 15px;
    z-index: 9;
}
.login-links-wrap .head-user-drop-wrap .drop-list {
    background-color: #fff;
    line-height: 1;
    border: 1px solid #ddd;
}
.login-links-wrap .head-user-drop-wrap .drop-list > li {
    padding: 8px 0;
    position: relative;
}
.login-links-wrap .head-user-drop-wrap .drop-list > li a {
    display: block;
}
.login-links-wrap .head-user-drop-wrap .drop-list > li:hover a {
    color: #00b386;
}
.login-links-wrap .weibo-login,
.weixin-login,
.qq-login {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    width: 24px;
    height: 24px;
    background: url("../../images/pc_searchpage/css_sprites.png") no-repeat;
}
.login-links-wrap .i-setting,
.login-links-wrap .i-v,
.login-links-wrap .i-shutoff,
.login-links-wrap .i-home,
.login-links-wrap .i-mail {
    position: absolute;
    top: 50%;
    left: 11px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background-image: url("../../images/pc_searchpage/css_sprites2.png");
    background-repeat: no-repeat;
}
.login-links-wrap .l1 .i-home {
    background-position: -42px -2px;
}
.login-links-wrap .l2 .i-mail {
    background-position: -2px -22px;  
}
.login-links-wrap .l3 .i-setting {
    background-position: -22px -2px;
}
.login-links-wrap .l4 .i-v {
    background-position: -42px -42px;
}
.login-links-wrap .l5 .i-shutoff {
    background-position: -2px -42px;
}
.login-links-wrap .l1:hover .i-home {
    background-position: -42px -22px;
}
.login-links-wrap .l2:hover .i-mail {
    background-position: -22px -22px; 
}
.login-links-wrap .l3:hover .i-setting {
    background-position: -2px -2px;
}
.login-links-wrap .l4:hover .i-v {
    background-position: -62px -2px;
}
.login-links-wrap .l5:hover .i-shutoff {
    background-position: -22px -42px;
}
.login-links-wrap .qq-login {
    background-position: -3px -122px;
}
.login-links-wrap .weibo-login {
    background-position: -33px -122px;
}
.login-links-wrap .weixin-login {
    background-position: -88px -49px;
}
.categories-links-nav {
    background-color: rgba(204,241,231, .3);
    font-size: 14px;
    margin-bottom: 22px;
}
.categories-links-nav a {
    float: left;
    margin-right: 10px;
    padding: 10px;
    border-bottom: 3px solid transparent;
}
.categories-links-nav a.active {
    color: #00b386;
    border-bottom: 3px solid #00b386;
}
.part-section-header {
    padding-bottom: 8px;
    margin-bottom: 20px;
    line-height: 1.5;
    border-bottom: 1px dotted #ccc;
}
.part-section-header h3 {
    font-size: 18px;
    color: #333;
}
.part-section-header .more-link {
    display: inline-block;
    vertical-align: middle;
    margin-top: 6px;
    color: #00b386;
    font-size: 12px;
}
/*.part-section-main {
    padding-top: 22px;
}*/
/* 轨迹专辑 start */
.tracks-wrap .track-list > li {
    padding: 10px 0;
    margin-bottom: 30px;
    position: relative;
}
.tracks-wrap .track-list > li:hover {
    background-color: #f8f8f8;
}
.track-content .track-img {
    float: left;
}
.track-content {
    position: relative;
}   
.track-content:after {
    content: '';
    display: table;
    clear: both;
}
.track-content .track-img {
    float: left;
    width: 200px;
    height: 113px;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
}
.tracks-wrap .track-info {
    float: left;
    width: 490px;
    height: 113px;
    line-height: 1.5;
    color: #999;
    position: relative; 
    color: #999;
}
.track-content h4 {
    font-size: 15px;
    margin-bottom: 5px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "PingFangSC-Semibold";
}
.tracks-wrap .track-list > li:hover h4 {
    color: #00b386;
}
.track-content .p-path {
    margin: 6px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
}
.tracks-wrap .track-info a {
    color: #999;
}
.track-content .data-info:after {
    content: '';
    display: table;
    clear: both;
}
.track-content .data-info > span {
    float: left;
    margin-right: 20px;
    position: relative;
    padding-left: 18px;
}
.track-content .data-info .i-clock,
.track-content .data-info .i-mile,
.track-content .data-info .i-marker {
    position: absolute;
    top: 1px;
    left: 0;
    width: 16px;
    height: 16px;
    background-image: url("../../images/pc_searchpage/css_sprites.png");
    background-repeat: no-repeat;
}
.track-content .data-info .i-clock {
    background-position: -105px -93px;
}
.track-content .data-info .i-mile {
    background-position: -169px -47px;
}
.track-content .data-info .i-marker {
    background-position: -93px -122px;
}
.track-content .author-time {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    color: #a1a1a1;
    font-size: 12px;
}
.track-content .author-time a {
    color: #a1a1a1;
}
.track-content .author-time .i-clock {
    position: absolute;
    top: -2px;
    left: 0;
    width: 16px;
    height: 16px;
    background-image: url("../../images/pc_searchpage/css_sprites.png");
    background-repeat: no-repeat;
    background-position: -126px -93px;
}
.track-content .author-time .create-time {
    position: relative;
    padding-left: 18px;
    margin-left: 20px;
}
.track-content .author-time .avatar {
    vertical-align: middle;
    position: relative;
    top: -2px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.track-content .track-photo-wrap {
    float: right;
    width: 290px;
    height: 113px;
    position: relative;
}
.track-content .like-down-collect {
    display: inline-block;
    font-size: 12px;
}
.track-content .like-down-collect > span {
    margin-left: 14px;
    color: #999;
    position: relative;
    padding-left: 18px;
}
.track-content .like-down-collect .i-like,
.track-content .like-down-collect .i-down,
.track-content .like-down-collect .i-star {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background-image: url("../../images/pc_searchpage/css_sprites.png");
    background-repeat: no-repeat;
}
.track-content .like-down-collect .i-like {
    background-position: -138px -124px;
}
.track-content .like-down-collect .i-down {
    background-position: -115px -123px; 
}
.track-content .like-down-collect .i-star {
    background-position: -148px -94px;
}
.track-content .photo-list {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.track-content .photo-list:after {
    content: '';
    display: table;
    clear: both;
}
.track-content .photo-list > li {
    float: right;
    width: 60px;
    height: 60px;
    margin-left: 6px;
    position: relative;
    overflow: hidden;
}
.track-content .photo-list img {
    position: absolute;
    top: 0;
    height: 100%;
}
/* 专辑 start */

.collection-list:after {
    content: '';
    display: table;
    clear: both;
}
.collection-list {
    margin-right: -2%;
}
.collection-list > li {
    float: left;
    width: 23.5%;
    margin-right: 1.5%;
    margin-bottom: 20px;
    box-sizing: border-box;
    border-radius: 6px;
    position: relative;
    height: 270px;
    border: 1px solid #eaeaea;
    background-color: #fff;
}
.collection-list > li .border-style {
    position: absolute;
    bottom: -4px;
    left: 6px;
    right: 6px;
    height: 5px;
    border: 1px solid #eaeaea;
    background-color: #fff;
    border-radius: 6px;
    z-index: -1;
}
.collection-list > li .border-style2 {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 10px;
    right: 10px;
    height: 5px;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    z-index: -2;
}
.collection-list .item-img-wrap {
    height: 135px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
    overflow: hidden;
}
.collection-list .collection-info {
    padding-top: 50px;
    padding-bottom: 18px;
}
.collection-list .item-img {
    width: 100%;
}
.collection-list .author-info {
    width: 80px;
    margin: 0 auto;
    position: absolute;
    top: 105px;
    right: 0;
    left: 0;
    text-align: center;
}
.collection-list .avatar {
    width: 56px;
    height: 56px;
    border: 2px solid #fff;
    border-radius: 50%;
}
.collection-list .author-name {
       color: #ccc;
    margin-top: 6px;
    font-size: 12px;
    overflow: hidden;
     white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    
}
.collection-list .collection-name {
    padding: 6px 28px;
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "PingFangSC-Semibold";
}
.collection-list > li:hover .collection-name {
    color: #00b386;
}
.collection-list .description {
    font-size: 12px;
    color: #999;
    line-height: 1.5;
    padding: 0 13px;
    margin-bottom: 10px;
    height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.collection-list .category {
    padding: 0 8px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.collection-list .category .dt2 {
    display: inline-block;
    vertical-align: middle;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.collection-list .category .i-group {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 0;
    margin-right: 3px;
    width: 16px;
    height: 16px;
    background-image: url(../../images/pc_searchpage/css_sprites.png);
    background-repeat: no-repeat;
    background-position: -170px -93px;
}
/* 轨迹专辑 end */
/* 活动 start */
.events-wrap .event-list:after {
    content: '';
    display: table;
    clear: both;
}
.events-wrap .event-list .event-img {
    position: absolute;
    top: 10px;
    left: 5px;
    width: 280px;
    height: 180px;
}
.events-wrap .event-list .event-img img {
    height: 100%;
    width: 100%;
}
.events-wrap .event-list .event-img img.imgStyle2 {
    width: 100%;
    height: auto;
}
.events-wrap .event-list .event-img .img-wrapper {
    width: 280px;
    height: 180px;
    overflow: hidden;
}
.events-wrap .event-list .event-status {
    position: absolute;
    top: 13px;
    left: -6px;
    width: 79px;
    height: 38px;    
    background-image: url("../../images/pc_searchpage/eventstatus_list.png?v=1.0");
    background-repeat: no-repeat;
}
.events-wrap .event-list .event-status.oncalling {
    background-position: -85px -86px;
}
.events-wrap .event-list .event-status.begin-ed {
background-position: -85px -44px;
}
.events-wrap .event-list .event-status.ready-ing {
background-position:  -2px -44px;
}
.events-wrap .event-list .event-status.onend {
background-position: -2px -2px;
}
.events-wrap .event-list .event-status.cancel-ed {
background-position: -2px -86px;
}
.events-wrap .event-list .event-status.close-ed {
background-position: -85px -2px;
}
.events-wrap .event-list > li {
    position: relative;
    padding: 10px 5px;
    min-height: 180px;
    margin-bottom: 30px;
}
.events-wrap .event-list > li:hover {
    background-color: #f8f8f8;
}
.events-wrap .event-list > li:hover .event-name {
    color: #00b386;
}
.events-wrap .event-info {
    margin-left: 305px;
}
.events-wrap .info-list {
    font-size: 13px;
    line-height: 1.6;
    color: #555555;
    position: relative;
    top: 15px;
}
.events-wrap .event-detail .author-info {
	position: absolute;
    left: 310px;
    bottom: 13px;
}
.events-wrap .event-detail .author-info .name {
    color: #999;
}
.events-wrap .event-detail .pingjia {
    display: inline-block;
    vertical-align: middle;
}
/* .events-wrap .event-detail .pingjia-star {
    display: inline-block;
    vertical-align: middle;
    width: 90px;
    height: 16px;
    background-image: url(../../images/pc_searchpage/starlist.png);
    background-repeat: no-repeat;
    background-position: 0 -1px;
}
.events-wrap .event-detail .pingjia-star.half-star {
    background-position: 0 -17px;
}
.events-wrap .event-detail .pingjia-star.one-star {
    background-position: 0 -33px;
}
.events-wrap .event-detail .pingjia-star.onehalf-star {
    background-position: 0 -49px;
}
.events-wrap .event-detail .pingjia-star.two-star {
    background-position: 0 -67px;  
}
.events-wrap .event-detail .pingjia-star.twohalf-star {
    background-position: 0 -83px;       
}
.events-wrap .event-detail .pingjia-star.three-star {
    background-position: 0 -99px;
}
.events-wrap .event-detail .pingjia-star.threehalf-star {
    background-position: 0 -115px;
}
.events-wrap .event-detail .pingjia-star.four-star {
    background-position: 0 -131px;
}
.events-wrap .event-detail .pingjia-star.fourhalf-star {
    background-position: 0 -147px;
}
.events-wrap .event-detail .pingjia-star.five-star {
    background-position: 0 -163px;
} */
.star {
    display: inline-block;
    vertical-align: text-top;
    line-height: 1;
    position: relative;
    top: 1px;
}
.star li {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    margin-left: 0px;
    background: url(../../images/community2/icon_leavel.png) center no-repeat;
}
.star li.half_star {
    background: #FFF url(../../images/community2/icon_star2.png) center no-repeat;
}

.star li.gray_star {
    background: #FFF url(../../images/community2/gray_star.png) center no-repeat;
    background-size: 13px;
}
.events-wrap .event-detail .pingjia-points {
    display: inline-block;
    vertical-align: middle;
    color: #F0961E;
    height: 16px;
    line-height: 1;
    padding: 1px 5px;
    border-radius: 3px;
    position: relative;
    top: 2px;
    font-weight: bold;
    font-size: 14px;
}
.events-wrap .event-detail .avatar {
    vertical-align: middle;
    position: relative;
    top: -1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.events-wrap .info-list .dt {
    color: #999;
    margin-right: 5px;
}
.events-wrap .info-list .cost {
    color: #E55349;
    font-size: 13px;
}
.events-wrap .event-time-name .cost-days {
    float: left;
    font-size: 12px;
    padding-right: 10px;
    position: relative;
}
.events-wrap .event-time-name .days-num {
    font-size: 37px;
}
.events-wrap .event-time-name {
    margin-bottom: 7px;
    position: relative;
    top: 5px;
}
.events-wrap .event-time-name .time-name {
    float: left;
    padding-left: 10px;
    position: relative;
}
.events-wrap .event-time-name .time-name .event-time {
    color: #999;
    position: relative;
    padding-right: 50px;
}
.events-wrap .event-time-name .time-name:after {
    content: '';
    position: absolute;
    width: 1px;
    top: 1px;
    bottom: 4px;
    left: 0;
    background-color: #aaa;
}
.events-wrap .event-time-name .has-songxian {
    position: absolute;
    top: -5px;
    right: 0;
    width: 44px;
    height: 20px;
    background: url(../../images/pc_searchpage/css_sprites.png) -54px -93px;
    margin-left: 2px;
}
.events-wrap .event-time-name .event-name {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 3px;
    max-width: 430px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.events-wrap .event-join-status {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: right;
    padding: 7px 0;
    padding-right: 13px;
    font-size: 12px;
    color: #fff;
    background-color: rgba(0, 0, 0, .3);
   /* -webkit-text-shadow: 0 3px rgba(0,0,0,.5);
    -ms-text-shadow: 0 3px rgba(0,0,0,.5);
    -moz-text-shadow: 0 3px rgba(0,0,0,.5);
    -o-text-shadow: 0 3px rgba(0,0,0,.5);
    text-shadow: 0 3px rgba(0,0,0,.5);*/
}
/* 活动 end */
/* 游记话题 start */
.travel-topic-list > li {
    position: relative;
    padding: 10px 5px;
    margin-bottom: 30px;
}
.travel-topic-list > li:hover {
    background-color: #f8f8f8;
}
.travel-topic-list > li:hover .topic-info h4 {
    color: #00b386;
}
.travel-topic-list > li:after {
    content: '';
    display: table;
    clear: both;
}
.travel-topic-list .img-item {
    float: left;
    width: 280px;
    height: 180px;
    overflow: hidden;
    position: relative;
}
.travel-topic-list .img-item img {
    width: 100%;
    height: 100%;
}
.travel-topic-list .main-item {
    margin-left: 305px;
    height: 180px;
    position: relative;
}
.topic-status-replay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #999;
    line-height: 1.5;
}
.travel-topic-list .topic-info h4 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 7px;
    margin-right: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.travel-topic-list .topic-info .description {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    height: 43px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.travel-topic-list .connect-games-tracks .dt {
    font-weight: bold;
    color: #00b386;
}
.travel-topic-list .connect-games-tracks {
    margin-top: 5px;
    line-height: 1.8;
}
.connect-games-tracks>p {
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.travel-topic-list .notes-top,
.travel-topic-list .notes-good {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    vertical-align: middle;
    position: relative;
    top: -1px;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-image: url(../../images/community/note_status2.png);
    background-repeat: no-repeat;
    text-indent: 99px;
    overflow: hidden;
}
.travel-topic-list .notes-top {
    background-position: -20px 0;
    position: relative;
    top: -2px;
}
.travel-topic-list .notes-good {
    background-position: 0 0;
    position: relative;
    top: -2px;
}
.travel-topic-list .connect-games-tracks a {
    color: #00b386;
    text-decoration: underline;
}
.travel-topic-list .avatar {
    vertical-align: middle;
    position: relative;
    top: -2px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.travel-topic-list .note-label {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 44px;
    height: 24px;
    border-radius: 15px;
    box-sizing: border-box;
    font-size: 12px;
    text-align: center;
    color: #fff;
    z-index: 3;
}
.travel-topic-list .note-label.i-youji {
    background: url(../../images/pc_searchpage/i_youji.png) no-repeat center;
}
.travel-topic-list .note-label.i-huati {
    background: url(../../images/pc_searchpage/i_huati.png) no-repeat center;
}
.travel-topic-list .watch-num {
    margin-right: 27px;
    padding-left: 24px;
    position: relative;
}
.travel-topic-list .site-from {
    margin-right: 20px;
}
.travel-topic-list .comment-num {
    padding-left: 20px;
    position: relative;
}
.travel-topic-list .recent-reply {
    display: inline-block;
    margin-left: 25px;
}
.travel-topic-list .author {
    margin-bottom: 2px;
}
.travel-topic-list .author a {
    color: #999;
}
.travel-topic-list .i-watch,
.travel-topic-list .i-comment {
    position: absolute;
    width: 20px;
    height: 14px;
    background-image: url(../../images/community/css_sprites.png);
    background-repeat: no-repeat;
    vertical-align: text-bottom;
    margin-right: 5px;
}
.travel-topic-list .i-watch {
    background-position: -96px -72px;
    left: 0;
    top: 0;
}
.travel-topic-list .i-comment {
    background-position: -4px -106px;
    left: 0;
    top: 0;
}
/* 游记话题 end */
/* 用户 start */
.user-list:after {
    content: '';
    display: table;
    clear: both;
}
.user-list {
    margin-right: -11%;
}
.user-list > li {
    float: left;
    width: 40%;
    margin-right: 10%;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 25px;
}
.user-list > li:after {
    content: '';
    display: table;
    clear: both;
}
.user-list .avatar-wrap {
    float: left;
    position: relative;
}
.user-list .avatar-wrap .i-sex {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.user-list .avatar-wrap .i-sex.i-boy {
    background-image: url('../../images/community/i_boy.png');
}
.user-list .avatar-wrap .i-sex.i-girl {
    background-image: url('../../images/community/i_girl.png');
}
.user-list .avatar-wrap img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.user-list .user-info {
    margin-left: 66px;
    margin-right: 75px;
    margin-top: -3px;
}
.user-list .user-info .icon-v{
    top: 3px;
}
.user-list .user-info .exp-level {
    top: -1px;
    padding-right: 4px;
}
.user-list .user-id,
.user-list .user-name {
    display: inline-block;
    vertical-align: text-bottom;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.user-list .user-name {
    color: #00b386;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
    max-width: 100px;
}
.user-list .name-id {
    margin-top: 14px;
}
.user-list .user-id {
    color: #999;
    max-width: 80px;
}
.user-list .user-sign {
    margin-top: 5px;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.user-list .follow-btn {
    position: absolute;
    top: 50%;
    right: 40px;
    background-color: #00b386;
    color: #fff;
    min-width: 70px;
    text-align: center;
    margin-top: -14px;
    border-radius: 5px;
    height: 28px;
    line-height: 28px;
}
.user-list .i-plus {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 2px;
    margin-top: -3px;
}
.user-list .follow-btn.has-follow {
    background-color: #ccc;
}
/* 用户 end */
.exp-level {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 5px;
    padding: 2px 0;
    padding-left: 16px;
    padding-right: 2px;
    color: #fff;
}
.exp-level .icon-v {
    position: absolute;
    top: 3px;
    left: 2px;
    width: 10px;
    height: 10px;
    background: url(../../images/community/icon_level2.png) 0 0;
    z-index: 1;
}
.exp-level .level-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.no-result {
    color: #666;
    font-size: 24px;
    text-align: center;
}
.search-loading {
    text-align: center;
    font-size: 24px;
    color: #666;
}
.search-loading .i-loading {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    width: 32px;
    height: 32px;
    position: relative;
    top: -1px;
    background: url(../../images/ajaxloader.gif) no-repeat center;
}
.guiji_pic{
    width: 100px;
    height: 85px;
    float: left;
    float: left;
     margin-left: 10px;

}
