body {
    background-color: #f4f5f6;
}
#column-wrap{
    background-color: #91c3e6;
    background-clip: content-box;
}
#column-wrap > .row{
    padding-top: 8px;
}
/* 左侧v榜 */
.container .side-left {
    width: 20%;
    padding-right: 8px;
}
#column-wrap .side-left .aside-cont{
    background-color: #e1f4ff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
    margin-left: 5px;
}
.side-left .nav-tabs, #side-right .nav-tabs {
    border-bottom: none;
}

.side-left .side-top-item.active a, #side-right .side-top-item.active a {
    color: #17acf6;
}

.side-left .nav-tabs > li > a, #side-right .nav-tabs > li > a {
    display: block;
    padding: 0;
    border: none;
    background-color: transparent;
    margin-right: 0;
}

.side-left .side-top .side-top-icon, #side-right .side-top .side-top-icon {
    font-size: 16px;
    color: #ff6600;
    font-weight: bold;
    float: left;
    padding-left: 10px;
}

.side-left .side-top, #side-right .side-top {
    padding-top: 8px;
}

.side-left .side-top .v-icon, #side-right .side-top .v-icon {
    width: 23px;
    height: 18px;
    display: inline-block;
    background:  no-repeat -60px 0;
    vertical-align: sub;
}

.side-left .moderator .v-icon {
    background-position: -72px -93px;
    height: 16px;
    vertical-align: bottom;
}
.side-left .side-top ul.clearfix, #side-right .side-top ul.clearfix {
    float: right;
    margin-right: 10px;
}

.side-left .side-top .side-top-item, #side-right .side-top .side-top-item {
    float: left;
    font-size: 12px;
    width: 38px;
    height: 16px;
    line-height: 16px;
    margin-right: 3px;
    border: 1px solid #cdcdcd;
    margin-top: 4px;
}

.side-left .side-top .side-top-item.active, #side-right .side-top .side-top-item.active {
    color: #17acf6;
    border-color: #17acf6;
}

.side-left .sidel-tip {
    color: #999;
    font-size: 12px;
    margin-top: 8px;
    margin-left: 3px;
    padding-left: 10px;
}

.side-left .sidel-item-list {
    position: relative;
    margin: 6px 0 0 23px;
    border-bottom: 1px solid #e3e3e3;
}

.side-left .sidel-item-list:nth-last-of-type(1) {
    border: none;
}

.side-left .sidel-item-list .sidel-item-list-num {
    position: absolute;
    left: -19px;
    top: 14px;
    color: #fff;
    width: 14px;
    height: 14px;
    line-height: 14px;
    border-radius: 50%;
    background-color: #91c3e6;
    font-size: 10px;
}

.side-left .sidel-item-list:nth-of-type(1) .sidel-item-list-num {
    background-color: #ff6600;
}

.side-left .sidel-item-list:nth-of-type(2) .sidel-item-list-num,
.side-left .sidel-item-list:nth-of-type(3) .sidel-item-list-num {
    background-color: #ffa405;
}

.side-left .sidel-item-list .sidel-item-txwrap {
    float: left;
    position: relative;
}

.side-left .sidel-item-txwrap .icon {
    position: absolute;
    top: 27px;
    right: 3px;
    width: 16px;
    height: 16px;
}

.side-left .sidel-item-txwrap .icon img {
    width: 100%;
    vertical-align: top;
}

.side-left .sidel-item-list .sidel-item-list-tx {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    float: left;
    margin-right: 4px;
}

.side-left .sidel-item-list .sidel-item-list-info {
    margin-left: 40px;
    margin-bottom: 9px;
}

.side-left .sidel-item-list-info .sidel-item-list-name {
    padding-top: 2px;
    height: 20px;
}
.side-left .sidel-item-list-info .sidel-item-list-name > a{
    display: inline-block;
    max-width: 80px;
    white-space: nowrap;
    overflow: hidden;
}
.side-left .sidel-item-list-info .sidel-item-list-name > img{
    vertical-align: unset;
}
.side-left .sidel-item-list .sidel-item-connect {
    color: #999;
    font-size: 12px;
    margin-top: 3px;
}

.side-left .sidel-item-connect .conn-type {
    padding-right: 10px;
}

.side-left .sidel-item-connect .l-line {
    padding-left: 10px;
    border-left: 1px solid #ccc;
}

/* 左侧v榜结束 */

/* 首页中间内容区域 */
#home-cont {
    padding: 0;
    width: 55%;
}

/* 发布主题 */

#home-cont .publish-wrap {
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 10px 1px;
    font-size: 14px;
    min-height: 45px;
}
#home-cont .publish-wrap .publish-img{
    margin-top: 5px;
    margin-bottom: 10px;
}
#home-cont .publish-wrap.fixed {
    position: fixed;
    left: 0;
    top: 50px;
    width: 100%;
    height: 100%;
    z-index: 1001;
    background-color: #f4f5f6;
    overflow-y: auto;
}

#home-cont .publish-wrap > div.container {
    display: none;
}

#home-cont .publish-wrap.fixed > div.container {
    background-color: #f4f5f6;
    margin-bottom: 10px;
    color: #666666;
    display: block;
}

#home-cont .publish-wrap > div.container .breadcrumbs {
    display: none;
}

#home-cont .publish-wrap.fixed > div.container .breadcrumbs {
    float: left;
    display: block;
}

#home-cont .publish-wrap.fixed > div.container .control-icon {
    float: right;
}

#home-cont .publish-wrap.fixed > div.container .control-icon a {
    margin-right: 15px;
    color: #666666;
}

#home-cont .publish-wrap.fixed > div.container .control-icon .iconfont {
    color: #666666;
}

#home-cont .publish-wrap.fixed > .column-title.container {
    background-color: #fff;
    padding: 10px;
    width: 1024px;
    margin-bottom: 350px;
}
#home-cont .publish-wrap.fixed .btn-word{
    font-size: 16px;
}
#home-cont .publish-wrap.fixed > .container .input-sm {
    width: 680px;
    display: inline-block;
    margin-right: 10px;
    height: 33px;
    font-size: 18px;
}

#home-cont .publish-wrap > .column-title .shownums {
    display: none;
}

#home-cont .publish-wrap > .column-title .shownums .num {
    color: #17acf6;
}

#home-cont .publish-wrap > .column-title .shownums .red-num {
    color: red;
}

#home-cont .publish-wrap.fixed > .column-title.container .shownums {
    font-size: 14px;
    float: right;
    display: block;
    position: relative;
    top: 10px;
    right: 0;
    color: #666;
    letter-spacing: 1px;
}
#home-cont .publish-wrap.fixed .publish-img{
    display: none;
}
/*发布成功提示框*/
#home-cont .column-title{
    position: relative;
}
#home-cont .column-title .success-tip{
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    color: #666;
    display: none;
}
#home-cont .column-title .success-tip.question{
    font-size: 18px;
}
#home-cont .column-title .success-tip.question .iconfont{
    color: #d81e06;
}
#home-cont .column-title .success-tip .iconfont{
    font-size: 30px;
    color: #6bc339;
    vertical-align: sub;
    margin-right: 8px;
}
/*发布成功提示框结束*/
#home-cont .publish-wrap .column-title .btn-default{
    padding: 3px 10px;
    height: 30px;
    border-color: #bbbbbb;
}
#home-cont .publish-wrap .column-title .theme-title{
    font-size: 14px;
    border-color: #bbbbbb;
}
#home-cont .publish-wrap .checkbox-inline {
    display: none;
}

#home-cont .publish-wrap.fixed > .column-title.container .checkbox-inline {
    display: inline-block;
}

#home-cont .publish-wrap.fixed .publish-textarea {
    min-height: 280px;
    font-size: 16px;
}
#home-cont .publish-wrap.fixed .btn-primary{
    font-size: 16px;
    margin-right: 10px;
}
.publish-wrap-mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 99;
    display: none;
}

#home-cont .publish-wrap .publish-nologin {
    border: 1px solid #ccc;
    color: #999;
    padding: 8px;
    box-sizing: border-box;
}

#home-cont .publish-wrap .btn-word {
    font-size: 14px;
    padding: 0 10px;
}

#home-cont .publish-wrap .btn .caret {
    border-width: 5px;
}

#home-cont .publish-wrap .publish-nologin a {
    color: #17acf6;
    text-decoration: underline;
}

#home-cont .publish-wrap .publish-textarea {
    height: 120px;
    overflow-y: auto;
    overflow-x: hidden;
    border-color: #bbbbbb;
    /* display: none; */
}
#home-cont .publish-wrap .publish-textarea:empty:before{
    content: '请填写正文';
    color: #999;
}
#home-cont .publish-wrap .publish-textarea:focus:before{
    content:none;
}

#home-cont .publish-wrap .handle-btn {
    margin-top: 10px;
}

#home-cont .publish-wrap .btn-primary {
    font-size: 14px;
    position: relative;
    top: -3px;
    background-color: #17acf6;
    border: none;
}

#home-cont .publish-option .publish-icon {
    display: inline-block;
    width: 23px;
    height: 23px;
    background:  no-repeat;
    vertical-align: middle;
}

/*qq表情开始*/
#home-cont .publish-option .facebox {
    position: absolute;
    left: 0;
    top: 30px;
    width: 384px;
    padding: 5px;
    background: #fff;
    border: 1px solid #cdcdcd;
    z-index: 999;
    display: none;
}

#home-cont .publish-option .facebox li {
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

/*qq表情结束*/
#home-cont .publish-option {
    cursor: pointer;
    position: relative;
}

#home-cont .publish-option .publish-icon.face {
    background-position: -267px 0;
}

#home-cont .publish-option .publish-icon.pic {
    background-position: -198px 2px;
}

#home-cont .publish-option .publish-icon.video {
    background-position: -232px 3px;
}

#home-cont .publish-option.screen .publish-icon {
    background-position: 0 -29px;
}

#home-cont .publish-option.screen.active .publish-icon {
    background-position: -30px -29px;
}

#home-cont .publish-option .uploadpic-box {
    position: absolute;
    left: 0;
    top: 33px;
    width: 260px;
    padding: 8px 5px;
    background-color: #fff;
    z-index: 10;
    border: 1px solid #c1c1c1;
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
    cursor: default;
    display: none;
}

#home-cont .publish-option .uploadpic-box::before {
    content: '';
    position: absolute;
    left: 18px;
    top: -10px;
    border: 10px solid #fff;
    border-width: 0 6px 10px 6px;
    border-color: transparent transparent #c1c1c1 transparent;
}

#home-cont .publish-option .uploadpic-box::after {
    content: '';
    position: absolute;
    left: 18px;
    top: -9px;
    border: 10px solid #fff;
    border-width: 0 6px 10px 6px;
    border-color: transparent transparent #fff transparent;
}
/* 上传图片css */
#uploader .queuelist {
    margin-left: 6px;
}

#uploader .uploadpic-info .uploadpic-info-gray {
    color: #999;
}

.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* ie6, ie7 */
    clip: rect(1px, 1px, 1px, 1px);
}

#uploader .placeholder {
    width: 240px;
    height: 240px;
    text-align: center;
    /* background:  center 93px no-repeat; */
    color: #cccccc;
    font-size: 18px;
    position: relative;
}

#uploader .placeholder .webuploader-pick {
    font-size: 18px;
    background: #00b7ee;
    border-radius: 3px;
    line-height: 44px;
    padding: 0 30px;
    color: #fff;
    display: inline-block;
    margin: 20px auto;
    cursor: pointer;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

#uploader .placeholder .webuploader-pick-hover {
    background: #00a2d4;
}

#uploader .placeholder .flashtip {
    color: #666666;
    font-size: 12px;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 20px;
}

#uploader .placeholder .flashtip a {
    color: #0785d1;
    text-decoration: none;
}

#uploader .placeholder .flashtip a:hover {
    text-decoration: underline;
}

#uploader .placeholder.webuploader-dnd-over {
    border-color: #999999;
}

#uploader .placeholder.webuploader-dnd-over.webuploader-dnd-denied {
    border-color: red;
}

#uploader .filelist {
    list-style: none;
    margin: 0;
    padding: 0;
}

#uploader .filelist:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    clear: both;
}

#uploader .filelist li {
    width: 76px;
    height: 76px;
    /* background:  no-repeat; */
    text-align: center;
    margin: 0 4px 4px 0;
    position: relative;
    display: inline;
    float: left;
    overflow: hidden;
    font-size: 12px;
    cursor: move;
}

#uploader .filelist li.addpic {
    border: 2px dashed #ccc;
    font-size: 40px;
    text-align: center;
    color: #ccc;
    cursor: pointer !important;
}

#uploader .filelist li.addpic:hover {
    border-color: #17acf6;
    color: #17acf6;
}

#uploader .filelist li.sortable-chosen {
    cursor: move;
}

#uploader .filelist li p.log {
    position: relative;
    top: -45px;
}

#uploader .filelist li p.title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    top: 5px;
    text-indent: 5px;
    text-align: left;
}

#uploader .filelist li p.progress {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 8px;
    overflow: hidden;
    z-index: 50;
}

#uploader .filelist li p.progress span {
    display: none;
    overflow: hidden;
    width: 0;
    height: 100%;
    background: #1483d8 url(/uploads/image/images/progress.png) repeat-x;

    -webit-transition: width 200ms linear;
    -moz-transition: width 200ms linear;
    -o-transition: width 200ms linear;
    -ms-transition: width 200ms linear;
    transition: width 200ms linear;

    -webkit-animation: progressmove 2s linear infinite;
    -moz-animation: progressmove 2s linear infinite;
    -o-animation: progressmove 2s linear infinite;
    -ms-animation: progressmove 2s linear infinite;
    animation: progressmove 2s linear infinite;

    -webkit-transform: translatez(0);
}

@-webkit-keyframes progressmove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 17px 0;
    }
}

@-moz-keyframes progressmove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 17px 0;
    }
}

@keyframes progressmove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 17px 0;
    }
}

#uploader .filelist li p.imgwrap {
    position: relative;
    z-index: 2;
    line-height: 76px;
    vertical-align: middle;
    overflow: hidden;
    width: 76px;
    height: 76px;

    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;

    -webit-transition: 200ms ease-out;
    -moz-transition: 200ms ease-out;
    -o-transition: 200ms ease-out;
    -ms-transition: 200ms ease-out;
    transition: 200ms ease-out;
}

#uploader .filelist li img {
    width: 100%;
}

#uploader .filelist li p.error {
    background: #f43838;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 28px;
    line-height: 28px;
    width: 100%;
    z-index: 100;
}

#uploader .filelist li .success {
    display: block;
    position: absolute;
    right: 3px;
    bottom: 3px;
    height: 20px;
    width: 20px;
    z-index: 200;
    background: url(/uploads/image/images/success.png) no-repeat right bottom;
    background-size: 20px;
}

#uploader .filelist div.file-panel {
    position: absolute;
    height: 0;
    filter: progid:dximagetransform.microsoft.gradient(gradienttype=0, startcolorstr='#80000000', endcolorstr='#80000000') \0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 300;
}

#uploader .filelist div.file-panel span {
    width: 24px;
    height: 24px;
    display: inline;
    float: right;
    text-indent: -9999px;
    overflow: hidden;
    background:  no-repeat;
    margin: 5px 0 0;
    cursor: pointer;
}

#uploader .filelist div.file-panel span.rotateleft {
    background-position: 0 -24px;
    display: none;
}

#uploader .filelist div.file-panel span.rotateleft:hover {
    background-position: 0 0;
}

#uploader .filelist div.file-panel span.rotateright {
    background-position: -24px -24px;
    display: none;
}

#uploader .filelist div.file-panel span.rotateright:hover {
    background-position: -24px 0;
}

#uploader .filelist div.file-panel span.cancel {
    background-position: -48px -24px;
}

#uploader .filelist div.file-panel span.cancel:hover {
    background-position: -48px 0;
}

#uploader .statusbar {
    height: 63px;
    padding: 0 20px;
    line-height: 63px;
    vertical-align: middle;
    position: relative;
}

#uploader .statusbar .progressbox {
    border: 1px solid #1483d8;
    width: 198px;
    background: #fff;
    height: 18px;
    position: relative;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    color: #6dbfff;
    position: relative;
    margin-right: 10px;
}

#uploader .statusbar .progressbox span.percentage {
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: #1483d8;
    position: absolute;
}

#uploader .statusbar .progressbox span.text {
    position: relative;
    z-index: 10;
}

#uploader .statusbar .info {
    display: inline-block;
    font-size: 14px;
    color: #666666;
}

#uploader .statusbar .btns {
    position: absolute;
    top: 10px;
    right: 20px;
    line-height: 40px;
}

#filepicker2 {
    display: inline-block;
    float: left;
}

#uploader .statusbar .btns .webuploader-pick,
#uploader .statusbar .btns .uploadbtn,
#uploader .statusbar .btns .uploadbtn.state-uploading,
#uploader .statusbar .btns .uploadbtn.state-paused {
    background: #ffffff;
    border: 1px solid #cfcfcf;
    color: #565656;
    padding: 0 18px;
    display: inline-block;
    border-radius: 3px;
    margin-left: 10px;
    cursor: pointer;
    font-size: 14px;
    float: left;
}

#uploader .statusbar .btns .webuploader-pick-hover,
#uploader .statusbar .btns .uploadbtn:hover,
#uploader .statusbar .btns .uploadbtn.state-uploading:hover,
#uploader .statusbar .btns .uploadbtn.state-paused:hover {
    background: #f0f0f0;
}

#uploader .statusbar .btns .uploadbtn {
    background: #00b7ee;
    color: #fff;
    border-color: transparent;
}

#uploader .statusbar .btns .uploadbtn:hover {
    background: #00a2d4;
}

#uploader .statusbar .btns .uploadbtn.disabled {
    pointer-events: none;
    opacity: 0.6;
}

/* 上传图片css结束 */

/* 发布主题结束 */
#home-cont .home-cont-box{
    margin-bottom: 120px;
}
#home-cont .home-cont-wrap {
    margin-top: 10px;
}

/* 置顶信息 */
#home-cont .home-cont-stick {
    padding: 0 15px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
}

#home-cont .home-stick-item {
    color: red;
    font-size: 16px;
    font-weight: bold;
    line-height: 42px;
    border-bottom: 1px solid #e3e3e3;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

#home-cont .home-stick-item .iconfont {
    font-size: 12px;
    color: #f0a600;
}
#home-cont .home-stick-item .iconfont.total{
    color: red;
}
#home-cont .home-stick-item .home-stick-item-top {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 2px;
    line-height: 16px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff9c02), to(#ff5b01));
    background: -webkit-linear-gradient(#ff9c02, #ff5b01);
    background: -moz-linear-gradient(#ff9c02, #ff5b01);
    background: linear-gradient(#ff9c02, #ff5b01);
    vertical-align: text-top;
}

/* 主题导航 */
.home-cont-nav {
    padding: 10px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.home-cont-nav .nav > li > a {
    padding: 0 10px;
}

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

.home-cont-nav .cont-nav {
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 5px;
}

/*.home-cont-nav .cont-nav .home-cont-navlist{*/
/*margin-bottom: 5px;*/
/*}*/
.home-cont-nav .nav.sort {
    margin-top: 9px;
}
.home-cont-nav .sort .sortnav-list{
    font-size: 16px;
    float: right;
    font-size: 14px;
}
.home-cont-nav .sort .sortnav-list a{
    color: #333;
}
.home-cont-nav .sort .sortnav-list a:hover{
    color: #17acf6;
}
.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 .sort .sortnav-list .iconfont {
    color: inherit;
    font-size: 14px;
}

.home-cont-nav .sort .sortnav-list.active .iconfont {
    color: #ffa730;
}
/*日期选择*/
.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.active{
    display: block;
    margin-top: 14px;
}
.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;
}
.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;
}
.home-cont-nav .date-change-wrap .date-label input[type=radio]{
    display: none;
}
.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-item {
    padding: 10px 20px 6px 20px;
    margin-top: 5px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

#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 .homec-detail-link .iconfont{
    font-size: 18px;
    color: #ffa200;
}
#home-cont .homec-item-info .homec-item-title .shield-icon{
    font-size: 12px;
}
#home-cont .homec-item-info span {
    color: #989898;
    font-size: 14px;
    padding: 0 4px;
    margin-top: 10px;
}

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

#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 {
    position: relative;
}

#home-cont .homec-detail-info .icon {
    position: absolute;
    left: 28px;
    top: 24px;
    width: 16px;
    height: 16px;
}
#home-cont .homec-detail-info .icon img{
    width: 100%;
    height: 100%;
}
#home-cont .homec-detail-info .name {
    color: #17acf6;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
}

#home-cont .homec-detail-info .name img {
    vertical-align: text-bottom;
    margin-left: 4px;
}

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

#home-cont .homec-detail-top {
    position: relative;
    min-height: 44px;
}

#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;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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.yet-follow{*/
    /*color: #999;*/
    /*border-color: #999;*/
/*}*/
/*#home-cont .homec-detail-info .homec-detail-info-btn.active {*/
    /*color: #999;*/
/*}*/

#home-cont .homec-detail-info .homec-detail-info-btn a {
    display: block;
}

#home-cont .homec-detail-top .homec-detail-info-btn .iconfont {
    color: #17acf6;
    margin-right: 2px;
}

#home-cont .homec-item-detail {
    margin-top: 4px;
}

#home-cont .homec-item-detail .homec-detail-cont {
    color: #333;
    font-size: 16px;
}
#home-cont .homec-detail-cont .homec-detail-words{
    margin-top: 4px;
}
#home-cont .homec-item-detail .homec-detail-cont .row > div {
    padding: 0 15px;
}

#home-cont .homec-item-detail .homec-detail-cont .alivideo{
    margin-top: 6px;
}
#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: 120px;
    height: 120px;
    max-width: none;
    max-height: none;
    padding: 0;
    overflow: hidden;
    margin: 3px;
    float: left;
    position: relative;
    cursor: , 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-item-detail .homec-detail-cont .homec-detail-link:hover {
    color: inherit;
}

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

#home-cont .home-cont-item .homec-item-bot .iconfont {
    margin: 4px;
}

#home-cont .homec-item-bot .homec-item-praise {
    cursor: pointer;
}

#home-cont .homec-item-bot .homec-item-praise.active a {
    color: #17acf6;
}
/*列表团购*/
.home-cont-item .scenes-item {
    width: 192px;
    height: 295px;
    background-color: #fff;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}
.home-cont-item .scenes-item:last-child{
    margin-right: 0;
}
.home-cont-item .scenes-item .link-detail {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.home-cont-item .scenes-item .scenes-item-img-wrap {
    position: relative;
    width: 192px;
    height: 192px;
    overflow: hidden;
}
.home-cont-item .scenes-item .scenes-item-img {
    width: auto;
    min-width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: perspective(1px) translate(-50%, -50%);
    object-fit: cover;
}
.home-cont-item .scenes-item .scenes-item-title {
    height: 44px;
    margin-top: 12px;
    font-size: 16px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 22px;
}
.home-cont-item .scenes-item .scenes-item-bottom {
    margin-top: 20px;
}
.home-cont-item .scenes-item .scenes-item-money {
    color: #ff5207;
    font-size: 18px;
    font-weight: bold;
}
.home-cont-item .scenes-item .scenes-item-money .money-icon {
    font-size: 12px;
}
.home-cont-item .scenes-item .scenes-item-money .original-money {
    font-size: 16px;
    text-decoration: line-through;
    color: #999;
    font-weight: normal;
}
.home-cont-item .scenes-item .scenes-item-bottom .sold-out {
    font-size: 14px;
    color: #999;
    line-height: 26px;
}
/*列表团购end*/
/* 首页中间内容区域结束 */

/* 右侧边栏 */
/* 右侧24小时排行 */
#side-right {
    padding-left: 8px;
}

#side-right .sider-box {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-bottom: 20px;
    margin-bottom: 10px;
    margin-right: 5px;
}
#side-right .sider-hot-wrap{
    background-color: #e1f4ff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#side-right .sider-rightimg > a{
    position: relative;
    display: block;
}
#side-right .sider-rightimg > a .imgs-text{
    position: absolute;
    bottom: 4px;
    left: 4px;
    color: #cfcfcf;
    font-size: 12px;
    width: 30px;
    background: rgba(0,0,0,0.2);
    border-radius: 6px;
    text-align: center;
}
#side-right .sider-rightimg img{
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#side-right .sider-hot-item {
    margin-top: 15px;
}

#side-right .side-top-icon {
    padding-left: 10px;
}

#side-right .sider-hot-item .sider-hot-list {
    font-size: 14px;
    color: #333;
    line-height: 26px;
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#side-right .sider-hot-list .sider-hot-list-dot {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #808080;
    border-radius: 50%;
    margin-right: 4px;
}

#side-right .sider-hot-list:nth-of-type(1) .sider-hot-list-dot,
#side-right .sider-hot-list:nth-of-type(2) .sider-hot-list-dot,
#side-right .sider-hot-list:nth-of-type(3) .sider-hot-list-dot {
    width: 7px;
    height: 7px;
    background-color: #ff6600;
}

/* 右侧24小时排行结束 */

/* 右侧边栏结束 */

/* 查看大图样式开始 */
#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: , auto;
}

#home-cont .bigpic-view .pic-box li.leftcursor {
    cursor: , auto;
}

#home-cont .bigpic-view .pic-box li.rightcursor {
    cursor: , 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;
}

/* 查看大图样式结束 */

/*正在加载中*/
.loading_box {
    color: #7ba0d1;
    font-size: 16px;
    font-weight: bold;
    background: #fff;
    margin-top: 8px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.loading_box b {
    display: inline-block;
    width: 30px;
    height: 30px;
    background:  no-repeat;
    -webkit-background-size: 30px;
    background-size: 30px;
    vertical-align: top;
}

.loading_box .iconfont {
    font-size: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

/* 分享弹框 */
.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;
}

/* 分享弹框结束 */
/*推荐关注*/
.re-attention{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 999;
}
.re-attention .re-atte-content{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -360px;
    margin-top: -178px;
    width: 720px;
    height: 356px;
    background-color: #fff;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}
.re-attention .re-atte-content .re-atte-title{
    height: 106px;
    line-height: 73px;
    font-size: 23px;
    letter-spacing: 5px;
    margin-top: -56px;
    color: #fff;
    background:  no-repeat center;
    -webkit-background-size: 300px;
    background-size: 300px;
}
.re-attention .re-atte-cont{
    width: 690px;
    margin: 0 auto;
}
.re-attention .re-atte-cont ul.clearfix{
    margin-right: -10px;
}
.re-attention .re-atte-cont .re-atte-item{
    float: left;
    width: 60px;
    margin-right: 10px;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.re-attention .re-atte-item .img-wrap{
    width: 60px;
    height: 60px;
    border: 1px solid #ff6600;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #ff6600;
    position: relative;
}
.re-attention .img-wrap .select-box{
    position: absolute;
    right: -1px;
    bottom: -4px;
    background-color: #fff;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #ff6600;
}
.re-attention .img-wrap .iconfont{
    line-height: 20px;
    font-size: 20px;
    color: #ff6600;
}
.re-attention .re-atte-cont .re-atte-item img{
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.re-attention .re-atte-item .name{
    display: inline-block;
    margin-top: 8px;
}
.re-attention .re-atte-footer{
    width: 100%;
    position: absolute;
    bottom: 20px;
}
.re-attention .re-atte-footer .footer-tit{
    font-size: 13px;
    color: #999;
}
.re-attention .re-atte-footer .re-atte-btn{
    background: #ff6600;
    color: #fff;
    font-size: 20px;
    letter-spacing: 4px;
    margin-top: 14px;
    padding: 5px 30px;
    text-indent: 4px;
}
/*推荐关注结束*/
.filepath{
    display: none;
}
/* 头部广告 */
#header .imgs-wrap {
    font-size: 0;
    margin-right: -6px;
    text-align: center;
    position: relative;
}
#header .imgs-wrap a {
    width: auto;
    font-size: 12px;
    margin-right: 6px;
    margin-bottom: 6px;
    display: inline-block;
    position: relative;
}
#header .imgs-wrap img {
    width: auto;
    height: 100px;
    vertical-align: middle;
}
#header .imgs-wrap > .imgs-text{
    position: absolute;
    top: 4px;
    left: 4px;
    color: #cfcfcf;
    font-size: 12px;
    width: 30px;
    background: rgba(0,0,0,0.2);
    text-align: center;
    border-radius: 6px;
}
/*头部广告end*/
/*点击视频提示*/
.tip-wrap{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 100;
    display: none;
}
.tip-wrap .tip-box {
    position: absolute;
    top: 220px;
    left: 50%;
    transform: translatex(-50%);
    width: 90%;
    height: 150px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    padding: 10px;
    line-height: 40px;
}
.tip-wrap .tip-box .tip-header{
    border-bottom: 1px solid #e5e5e5;
}
.tip-wrap .tip-box .tip-body{
    border-bottom: 1px solid #e5e5e5;
}
.tip-wrap .tip-box .tip-footer .cancel-btn{
    float: right;
    padding: 4px 15px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    margin-top: 10px;
    display: inline-block;
    line-height: normal;
    cursor: pointer;
}
/*点击视频提示end*/
/*移动端广告*/
.homec-item-detail .mobile-independent-wrap{
    display: block;
    position: relative;
}
.homec-item-detail .mobile-independent-wrap .mobile-independent{
    width: 100%;
    height: auto;
}
.homec-item-detail .mobile-independent-wrap .mobile-independent-tip{
    position: absolute;
    left: 5px;
    bottom: 5px;
    padding: 2px 5px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
}
#home-cont .homec-item-info .list-money{
    margin-top: 0;
    color: red;
    font-size: 20px;
}
#home-cont .homec-item-info .list-money .list-money-icon{
    font-size: 20px;
    color: red;
}
/*移动端广告end*/
@media (max-width: 1440px) {
    .home-cont-item .scenes-item{
        width: 167px;
        height: 270px;
    }
    .home-cont-item .scenes-item .scenes-item-img-wrap{
        width: 167px;
        height: 167px;
    }
}
@media (max-width: 1280px) {
    /*广告*/
    #header .imgs-wrap{
        margin-right: -5px;
    }
    #header .imgs-wrap a {
        margin-right: 4.95px;
    }
    #header .imgs-wrap img {
        height: 82.58px;
    }
    /*广告end*/
    #home-cont .homec-item-detail .homec-detail-cont-item li{
        width: 100px;
        height: 100px;
    }
    #home-cont .publish-wrap .column-title .btn-default{
        width: 88px;
    }
    #home-cont .publish-wrap .btn-word{
        padding: 0;
    }
    /*新鲜事分享*/
    #home-cont .publish-wrap .publish-img{
        width: 210px;
    }
    .home-cont-item .scenes-item{
        width: 127px;
        height: 255px;
    }
    .home-cont-item .scenes-item .scenes-item-img-wrap{
        width: 127px;
        height: 127px;
    }
}
@media (min-width: 1280px){
    /*发布主题分类按钮*/
    #home-cont .publish-wrap .column-title .btn-default{
        padding: 5px 0;
    }
    #home-cont .publish-wrap .btn-word{
        padding-left: 0;
    }
    /*左侧排行*/
    .container .side-left{
        width: 236px;
    }
    #column-wrap .side-left .aside-cont{
        margin-left: 8px;
    }
    .side-left .sidel-item-list-info .sidel-item-list-name > a{
        max-width: 100px;
    }
    /*中间区域*/
    #home-cont{
        width: 740px;
    }
    #home-cont .home-cont-item{
        padding: 10px 20px 6px 20px;
    }
    /*右侧热门*/
    #side-right{
        width: 286px;
    }
    #side-right .sider-box{
        margin-right: 0;
    }
    /*新鲜事分享*/
    #home-cont .publish-wrap .publish-img{
        width: 220px;
    }
}
@media (min-width: 1440px){
    /*广告*/
    #header .imgs-wrap{
        margin-right: -7px;
    }
    #header .imgs-wrap a {
        margin-right: 6.77px;
    }
    #header .imgs-wrap img {
        height: 112.9px;
    }
    /*广告end*/
    /*左侧排行*/
    .container .side-left{
        width: 251px;
    }
    .side-left .sidel-item-list-info .sidel-item-list-name > a{
        max-width: 110px;
    }
    /*中间内容区*/
    #home-cont{
        width: 840px;
    }
    #home-cont .home-cont-item{
        padding: 10px 20px 6px 20px;
    }
    /*右侧热门区域*/
    #side-right .sider-box{
        margin-right: 0;
    }
    #side-right{
        width: 330px;
    }
}
/*移动端*/
@media (max-width: 768px) {
    #column-wrap{
        background: none;
    }
    /*主题内容区域宽度*/
    #home-cont{
        width: 100%;
        overflow: hidden;
    }
    #home-cont .home-cont-item {
        padding: 10px;
    }
    /*排序方式*/
    .home-cont-nav .nav > li > a{
        padding: 4px 6px;
    }
    /*排序方式结束*/
    #home-cont .homec-item-detail .homec-detail-cont-item > li {
        padding-right: 0;
    }

    #home-cont .publish-option .facebox {
        left: -65px;
        width: 365px;
    }
    /*推荐关注*/
    .re-attention .re-atte-content{
        position: static;
        width: 350px;
        height: auto;
        margin: 0 auto;
        margin-top: 70px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    .re-attention .re-atte-content .re-atte-title{
        position: relative;
        top: -56px;
        width: 80%;
        line-height: 76px;
        margin: 0 auto;
        font-size: 28px;
        -webkit-background-size: 100%;
        background-size: 100%;
    }
    .re-attention .re-atte-cont{
        width: 300px;
        margin-top: -56px;
    }
    .re-attention .re-atte-cont .re-atte-item{
        width: 52px;
        margin-bottom: 10px;
    }
    .re-attention .re-atte-item .img-wrap{
        width: 52px;
        height: 52px;
    }
    .re-attention .re-atte-footer{
        position: static;

    }
    .re-attention .re-atte-footer .re-atte-btn{
        font-size: 18px;
        padding: 5px 20px;
        margin: 8px auto 10px;
    }
    /*推荐关注结束*/
    /*团购*/
    .home-cont-item .scenes-item {
        width: 46vw;
        height: 66vw;
    }
    .home-cont-item .scenes-item .scenes-item-bottom{
        margin-top: 5px;
    }
    .home-cont-item .scenes-item .scenes-item-img-wrap{
        width: 46vw;
        height: 46vw;
    }
    .home-cont-item .scenes-item .scenes-item-money{
        font-size: 16px;
    }
    /*团购end*/
}