/* 主要内容区域 */
#user-index {
    margin-top: 8px;
}

/* 左侧个人资料开始 */
#user-index .userI-left {
    width: 20%;
    padding-right: 10px;
}

#user-index .userI-right {
    padding-left: 10px;
}

#userI-left {
    background-color: #fff;
    padding: 10px;
}

#userI-left h2 {
    color: #666;
    font-size: 16px;
    font-weight: bold;
}

#userI-left .userL-info {
    color: #333;
    font-size: 14px;
    margin-top: 10px;
}

#userI-left .userL-info > li {
    line-height: 35px;
    border-bottom: 1px solid #cdcdcd;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

#userI-left .userL-info > li .bold {
    font-weight: bold;
}

#userI-left .userL-info > li p {
    line-height: 24px;
}

#userI-left .userL-info > li img {
    width: 50px;
}

#userI-left .userL-info .list-inline {
    margin-right: -5px;
    margin-top: 10px;
}

#userI-left .userL-info .list-inline > li {
    float: left;
    padding-left: 0;
    margin-bottom: 10px;
}

#userI-left .userL-info .no-border {
    border-bottom: none;
}

/* 查看更多 */
#userI-left .view-more {
    color: #666;
    border-top: 1px solid #cdcdcd;
    padding-top: 10px;
}

/* 查看更多结束 */
/* 左侧个人资料开始结束 */

/* 主题区域开始 */
/* 搜索后主体 */
#home-cont {
    padding: 0;
    overflow: hidden;
    width: 55%;
}

#home-cont .home-cont-item {
    padding: 10px 20px 6px 20px;
    border-bottom: 1px solid #17acf6;
    background-color: #fff;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

/*日期浏览*/
.home-cont-nav {
    padding: 10px;
    margin-bottom: 8px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.home-cont-nav .sort .sortNav-list {
    font-size: 16px;
    float: right;
    font-size: 14px;
}

.home-cont-nav .sort .sortNav-list a {
    color: #333;
    padding: 0 10px;
}

.home-cont-nav .sort.nav-pills > li.active > a, .sort.nav-pills > li.active > a:focus, .sort.nav-pills > li.active > a:hover {
    background-color: #ffa730;
    color: #fff;
}

.home-cont-nav .date-change-wrap {
    color: #666;
    border-top: 1px solid #cdcdcd;
    margin-top: 2px;
    padding-top: 8px;
    display: none;
}

.home-cont-nav .date-change-wrap .date-item {
    font-size: 14px;
    margin-right: 16px;
}

.home-cont-nav .date-change-wrap .date-item.active {
    color: #ffa730;
}

.home-cont-nav .date-change-wrap .date-label {
    padding-left: 10px;
    position: relative;
    cursor: pointer;
}

.home-cont-nav .date-change-wrap .date-label input[type=radio] {
    display: none;
}

.date-change-wrap .date-label .ui-circle {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #cdcdcd;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
}

.date-change-wrap .date-label input[type="radio"]:checked + .ui-circle:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -3px;
    margin-left: -3px;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ffa730;
}

.date-change-wrap .custom-date {
    margin: 5px 0 13px 0;
}

.date-change-wrap .custom-date .custom-date-inp {
    width: 88px;
    height: 22px;
    border: 1px solid #cdcdcd;
    font-size: 12px;
    padding-left: 4px;
}

.date-change-wrap .custom-date .date-tip {
    font-size: 14px;
    color: red;
    margin-left: 10px;
    display: none;
}

.date-change-wrap .date-btn .date-submit {
    font-size: 16px;
    color: #fff;
    padding: 5px 21px;
    background: #ffa730;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.date-change-wrap .date-btn .date-submit.disabled {
    background: #ddd;
    color: #777;
    cursor: not-allowed;
    pointer-events: auto;
}

/*日期浏览结束*/
#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;
}

#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;
    width: 80px;
    height: 24px;
    line-height: 22px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

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

#home-cont .homeC-item-detail .homeC-detail-cont {
    color: #333;
}

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

#home-cont .homeC-item-detail .homeC-detail-cont .row > div {
    padding: 0 15px;
}

#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;
    margin-left: 16px;
}

#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 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 .homeC-user.view-more {
    cursor: pointer;
    font-size: 16px;
    color: #666;
    padding: 15px 15px 15px 26px;
    margin-bottom: 10px;
    background-color: #fff;
}

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

/* 主题区域结束 */
/* 右侧区域开始 */
#userR-item .userR-item {
    background-color: #fff;
    margin-bottom: 15px;
}

#userR-item .nav-tabs {
    border-bottom: none;
}

#userR-item .nav-tabs > li > a {
    border: none;
    color: #666;
    font-size: 16px;
}

#userR-item .nav-tabs > li.active > a {
    color: #17acf6;
    font-weight: bold;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background: none;
    border: none;
}

#userR-item .tab-content {
    padding: 10px;
}

#userR-item .userI-right-tx {
    padding-left: 6px;
    margin-right: -24px;
}

#userR-item .userI-right-tx > li {
    width: 48px;
    float: left;
    margin-right: 24px;
    margin-bottom: 10px;
    position: relative;
}

#userR-item .userI-right-tx > li > a > img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

#userR-item .userI-right-tx > li h3 {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#userR-item .userI-right-tx > li:hover h3 {
    color: #17acf6;
}

#userR-item .userI-right-tx > li .icon {
    position: absolute;
    top: 33px;
    right: 0;
    width: 16px;
    height: 16px;
}

#userR-item .userI-right-tx > li .icon img {
    width: 100%;
    vertical-align: top;
}

/* 查看更多开始 */
#userR-item .view-more {
    border-top: 1px solid #cdcdcd;
    padding-top: 8px;
}

/* 查看更多结束 */
/* 访客开始 */
#userR-item .visitor {
    padding: 10px;
}

#userR-item .visitor h2 {
    color: #666;
    font-size: 16px;
    font-weight: bold;
}

#userR-item .visitor .visitor-item {
    max-height: 190px;
    margin-right: -10px;
    margin-left: -3px;
    overflow: hidden;
}

#userR-item .visitor .visitor-list {
    position: relative;
    width: 60px;
    height: 90px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
}

#userR-item .visitor h3 {
    margin: 10px 0;
    font-size: 12px;
}

#userR-item .visitor-list img {
    width: 100%;
}

#userR-item .visitor-list h4 {
    position: absolute;
    top: 45px;
    color: #fff;
    font-weight: bold;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#userR-item .visitor-list .time {
    font-size: 12px;
    color: #666;
    margin-top: 2px;
}

/* 访客结束 */
/* 右侧区域结束 */
/* 分享弹框 */
.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;
    z-index: 1001;
    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;
}

/* 分享弹框结束 */
/*返回顶部*/
.backTop {
    width: 56px;
    height: 56px;
    line-height: 52px;
    border: 2px solid #cdcdcd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: fixed;
    bottom: 100px;
    left: 50%;
    margin-left: 514px;
    cursor: pointer;
    display: none;
}

.backTop .iconfont {
    font-size: 30px;
    color: #659bd0;
}

/*返回顶部结束*/

/* 审核图标 */
.check-icon {
    display: inline-block;
    width: 20px;
    height: 14px;
    background: url('/images/forum-sprites.png') no-repeat -207px -31px;
    margin-left: 10px;
}

@media (min-width: 1280px) {
    /*左侧资料*/
    /*#user-index .userI-left {*/
    /*    width: 240px;*/
    /*}*/

    /*中间区域*/
    /*#home-cont {*/
    /*    width: 740px;*/
    /*}*/

    /*右侧访客*/
    /*#user-index .userI-right {*/
    /*    width: 270px;*/
    /*}*/
}

@media (min-width: 1440px) {
    /*左侧资料*/
    /*#user-index .userI-left {*/
    /*    width: 240px;*/
    /*}*/

    /*中间内容区*/
    /*#home-cont {*/
    /*    width: 840px;*/
    /*}*/

    /*右侧访客*/
    /*#user-index .userI-right {*/
    /*    width: 270px;*/
    /*}*/
}

@media (max-width: 768px) {
    #home-cont{
        width: 100%;
    }
    #home-cont .homeC-item-detail .homeC-detail-cont-item li {
        width: 100px;
        height: 100px;
    }
}