body {
    width: 100%;
    background: #bedff1 none;
    overflow-x: hidden;
}

.container {
    overflow: hidden;
}

#search-wrap {
    background-color: #91c3e6;
    background-clip: content-box;
    margin-bottom: 150px;
}

#search-wrap > .row {
    margin-top: 8px;
}

/* 顶部搜索栏 */
#search-top {
    margin-top: 30px;
}

#search-top .logo {
    height: 34px;
}

#search-top .search-input {
    width: 100%;
}

#search-top .btn-search {
    width: 90px;
    height: 34px;
    background-color: #17ace6;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: bold;
}

/* 顶部搜索栏结束 */
/* 搜索导航栏 */
#search-nav {
    margin-top: 34px;
    background-color: #fff;
    border: none;
    border-radius: 0;
}

#search-nav.navbar {
    min-height: inherit;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#search-nav .nav li {
    margin: 0 40px;
}

#search-nav .nav a {
    font-size: 16px;
}

#search-nav .nav a {
    background: none;
    color: #333;
    width: 60px;
    padding: 10px 0;
    text-align: center;
    border-radius: 0;
}

#search-nav .nav .active a {
    border-bottom: 2px solid #17ace6;
}

#search-nav .nav > li > a:focus, #search-nav .nav > li > a:hover {
    text-decoration: none;
    background: none;
}

/* 搜索导航栏结束 */
/*筛选*/
.filtrate-wrap{
    background-color: #fff;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 8px;
    padding-right: 10px;
}
.filtrate-wrap .filtrate-btn{
    cursor: pointer;
    margin-left: 5px;
}
.filtrate-wrap .filtrate-btn.active{
    color: #fff;
    background-color: #ffa730;
    border-radius: 4px;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
}
/*筛选end*/
/* 搜索后主体 */
#home-cont {
    padding-right: 10px;
}
.no-content{
    background-color: #fff;
    font-size: 16px;
    color: #999;
    padding: 10px 20px 6px 20px;
    min-height: 100px;
    text-align: center;
    line-height: 100px;
}
#home-cont .home-cont-item {
    padding: 10px 20px 6px 20px;
    border-bottom: 1px solid #17acf6;
    background-color: #fff;
    overflow: hidden;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

#home-cont .home-cont-wrap {
    display: none;
}

#home-cont .home-cont-wrap.active {
    display: block;
}

#home-cont .homeC-item-info .homeC-item-title {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 2px;
}

#home-cont .homeC-item-info .homeC-item-title .iconfont {
    font-size: 18px;
    color: #ffa200;
}

#home-cont .homeC-item-info span:first-of-type {
    padding-left: 0;
}

#home-cont .homeC-item-info span {
    color: #989898;
    font-size: 12px;
    padding: 0 4px;
    margin-top: 10px;
}

#home-cont .homeC-detail-top {
    position: relative;
}

#home-cont .homeC-detail-info {
    position: relative;
    width: 170px;
}

#home-cont .homeC-detail-info .icon {
    position: absolute;
    left: 28px;
    top: 24px;
    width: 16px;
}

#home-cont .homeC-detail-info .icon img {
    width: 100%;
}

#home-cont .homeC-detail-top .homeC-detail-info-tx {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

#home-cont .homeC-detail-info .name {
    color: #17acf6;
    line-height: 24px;
    font-size: 14px;
}

#home-cont .homeC-detail-info .fan {
    color: #999;
    line-height: 20px;
    font-size: 12px;
}

#home-cont .homeC-detail-top .homeC-detail-info-btn {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #17acf6;
    padding: 0 10px;
    height: 24px;
    line-height: 22px;
    border: 1px solid #17acf6;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
}

#home-cont .homeC-detail-top .homeC-detail-info-btn.state-red {
    color: #ff6600;
    border-color: #ff6600;
}

#home-cont .homeC-detail-top .homeC-detail-info-btn .iconfont {
    color: #17ace6;
}

#home-cont .homeC-item-detail .homeC-detail-cont {
    color: #333;
    font-size: 16px;
}

#home-cont .homeC-item-detail .homeC-detail-cont .homeC-detail-link:hover {
    color: inherit;
}

#home-cont .homeC-item-detail .homeC-detail-cont p a.link {
    color: #17acf6;
}

#home-cont .home-cont-item .homeC-item-bot {
    height: 40px;
    line-height: 40px;
    color: #999;
    border-top: 1px solid #e3e3e3;
    font-size: 14px;
}

#home-cont .home-cont-item .homeC-item-bot .iconfont {
    font-size: 12px;
    margin-right: 2px;
}

#home-cont .homeC-item-bot .homeC-item-praise {
    cursor: pointer;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    /*
      Introduced in IE 10.
      See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
    */
    -ms-user-select: none;
    user-select: none;
}

#home-cont .homeC-item-bot .homeC-item-praise:hover .num {
    color: #17ace6;
}

#home-cont .homeC-item-bot .homeC-item-praise.active {
    color: #17acf6;
}

#home-cont .homeC-item-detail .homeC-detail-cont-item {
    margin-top: 4px;
    margin-left: 0;
}

#home-cont .homeC-item-detail .homeC-detail-cont-item.one-pic {
    width: 250px;
}

/* 4、7、8张图使用four-pic */
#home-cont .homeC-item-detail .homeC-detail-cont-item.four-pic {
    width: 500px;
}

#home-cont .homeC-item-detail .homeC-detail-cont-item.one-pic li {
    width: 100%;
    height: auto;
    max-height: 220px;
}

#home-cont .homeC-item-detail .homeC-detail-cont-item.one-pic li img {
    width: 100%;
    height: auto;
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

#home-cont .homeC-item-detail .homeC-detail-cont-item li {
    width: 110px;
    height: 110px;
    max-width: none;
    max-height: none;
    padding: 0;
    overflow: hidden;
    margin: 3px;
    float: left;
    position: relative;
    cursor: url('/images/cursor/big.cur'), auto;
}

#home-cont .homeC-item-detail .homeC-detail-cont-item li img {
    width: auto;
    min-width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: perspective(1px) translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: perspective(1px) translate(-50%, -50%);
    transform: perspective(1px) translate(-50%, -50%);
}
.more-pic .pic-total{
    position: absolute;
    bottom: 2px;
    right: 2px;
    background: rgba(0,0,0,0.5);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0 5px;
    color: #fff;
    font-size: 14px;
}
/*移动端查看大图*/
#home-cont .mobile-gallery {
    padding: 0 15px;
    margin-right: -5px;
}

#home-cont .mobile-gallery .homeC-detail-mobilePic {
    width: 110px;
    height: 110px;
    margin-right: 3px;
    margin-bottom: 3px;
    float: left;
}

#home-cont .mobile-gallery .homeC-detail-mobilePic > a {
    display: inline-block;
    width: 110px;
    height: 110px;
    overflow: hidden;
    position: relative;
}

#home-cont .mobile-gallery .homeC-detail-mobilePic.one-pic {
    width: auto;
    height: auto;
    max-width: 220px;
}

#home-cont .mobile-gallery .homeC-detail-mobilePic.one-pic a {
    width: 100%;
    height: auto;
    max-height: 220px;
}

#home-cont .mobile-gallery .homeC-detail-mobilePic.one-pic img {
    width: 100%;
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
}

#home-cont .mobile-gallery .homeC-detail-mobilePic img {
    width: auto;
    min-width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: perspective(1px) translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: perspective(1px) translate(-50%, -50%);
    transform: perspective(1px) translate(-50%, -50%);
}

/*移动端查看大图结束*/
/* 用户栏目 */
#home-cont .homeC-user {
    padding: 15px 15px 15px 26px;
    position: relative;
    margin-bottom: 10px;
    background-color: #fff;
}

#home-cont .homeC-user .homeC-user-txW {
    float: left;
    position: relative;
}

#home-cont .homeC-user .homeC-user-txW .icon {
    position: absolute;
    left: 34px;
    top: 30px;
    width: 16px;
}

#home-cont .homeC-user .homeC-user-txW .icon img {
    width: 100%;
}

#home-cont .homeC-user .homeC-user-tx {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

#home-cont .homeC-user .homeC-user-info {
    margin-left: 60px;
    color: #333;
    font-size: 16px;
    padding-top: 6px;
}

#home-cont .homeC-user-info .homeC-user-name img {
    vertical-align: text-top;
}

#home-cont .homeC-user .homeC-user-nums {
    color: #999;
    font-size: 14px;
    line-height: 14px;
    margin-top: 10px;
}

#home-cont .homeC-user .homeC-detail-info-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #17acf6;
    width: 80px;
    height: 24px;
    line-height: 22px;
    border: 1px solid #17acf6;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

#home-cont .homeC-user .homeC-detail-info-btn.state-red {
    color: #ff6600;
    border-color: #ff6600;
}

#home-cont .homeC-user .homeC-detail-info-btn .iconfont {
    color: #17acf6;
}

/* 查看更多 */
#home-cont .homeC-user.view-more {
    cursor: pointer;
    font-size: 16px;
    color: #666;
}

#home-cont .homeC-user.view-more:hover {
    color: #17acf6;
}

/* 用户栏目结束 */
/* 搜索后主体结束 */
/* 右侧相关用户 */
#search-right-user {
    background-color: #e1f4ff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 10px 10px;
}

#search-right-user .searchR-top {
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #cdcdcd;
}

#search-right-user .searchR-top-tit {
    font-size: 14px;
    font-weight: bold;
    line-height: 46px;
    color: #333;
    float: left;
}

#search-right-user .searchR-top-more {
    float: right;
    color: #999;
}

#search-right-user .searchR-cont-item {
    padding: 10px 0;
    color: #999;
}

#search-right-user .searchR-cont-tx {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    float: left;
}

#search-right-user .searchR-contI-info {
    margin-left: 58px;
    color: #666;
}

#search-right-user .searchR-contI-info .searchR-contI-name {
    margin-top: 5px;
}

#search-right-user .searchR-contI-info .searchR-contI-fans {
    line-height: 30px;
    font-size: 12px;
    color: #999;
}

/* 右侧相关用户结束 */
/* 分享弹框 */
.share-wrap {
    position: fixed;
    width: 300px;
    height: 120px;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -60px;
    background-color: #17acf6;
    overflow: hidden;
    border: 1px solid #dedede;
    border-radius: 3px;
    color: #333;
    box-shadow: 1px 1px 10px #999;
    display: none;
}

.share-wrap .share-box {
    margin-top: 20px;
    height: 100px;
    background-color: #fff;
}

.share-wrap .share-box .share-words {
    font-size: 18px;
    line-height: 18px;
    padding-top: 18px;
}

.share-wrap .share-btn {
    padding-left: 40px;
    margin-top: 20px;
}

.share-wrap .share-btn li {
    width: 88px;
    height: 30px;
    line-height: 30px;
    background-color: #17acf6;
    border-radius: 2px;
    color: #fff;
    float: left;
    margin-right: 40px;
    text-align: center;
    cursor: pointer;
}

.share-wrap .share-btn .cancel-share {
    background-color: #f9f9f9;
    color: #999;
    border: 1px solid #dedede;
}

/* 分享弹框结束 */

/*查看大图*/
#home-cont .homeC-item-detail .bigPic-box {
    /* background-color: #ececec; */
    margin-top: 10px;
    margin-left: 5px;
    padding-bottom: 10px;
    display: none;
}

#home-cont .bigPic-box .tab-feed li {
    cursor: pointer;
    color: #17acf6;
}

#home-cont .bigPic-box .tab-feed li .iconfont {
    margin-right: 6px;
    font-size: 14px;
    vertical-align: middle;
}

/* 大图显示区域 */
#home-cont .bigPic-box .bigPic-view {
    margin-top: 10px;
}

#home-cont .bigPic-box .bigPic-view img {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}

#home-cont .bigPic-view .pic-box li.smallcursor {
    cursor: url('/images/cursor/small.cur'), auto;
}

#home-cont .bigPic-view .pic-box li.leftcursor {
    cursor: url('/images/cursor/pic_prev.cur'), auto;
}

#home-cont .bigPic-view .pic-box li.rightcursor {
    cursor: url('/images/cursor/pic_next.cur'), auto;
}

/* 小图区域 */
#home-cont .bigPic-box .pic-choose-box {
    margin-top: 10px;
}

#home-cont .pic-choose-box li {
    position: relative;
    float: left;
    width: 53px;
    height: 53px;
    margin: 0 3px 0 0;
    cursor: pointer;
}

#home-cont .pic-choose-box li.active {
    padding: 0;
    border: 2px solid #17acf6;
    text-decoration: none;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

#home-cont .pic-choose-box .big-link {
    display: none;
}

#home-cont .pic-choose-box li img {
    display: block;
    width: 100%;
    height: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: #e0e0e0;
}

/*查看大图结束*/

/* 移动端适配 */
@media (max-width: 768px) {
    #search-top .form-inline .form-group img {
        width: 100%;
    }

    .row.mr0 {
        margin-right: -15px;
    }

    #search-nav .nav li {
        margin: 0 20px;
    }

    #home-cont {
        padding: 0;
    }

    /* 设置四张图片显示 */
    #home-cont .homeC-item-detail .homeC-detail-cont-item.four-pic {
        width: 270px;
    }
}