body{
    overflow-y:auto; 
}
.techhots-list{
    border-left: 1px solid #eee;
    border-right:1px solid #eee;
}
.techhots-list .iconfont{
    font-size: 18px;
    color: #bbb;
}

.techhots-list .shareComment .like-btn:hover,
.techhots-list .shareComment .like-btn.active{
    color: #E91E63;
}
.techhots-list .shareComment .unlike-btn:hover,
.techhots-list .shareComment .unlike-btn.active{
    color: #607D8B;
}

.techhots-list .shareComment .icon-comment:hover,.icon-share:hover{
    color: #00ab6b;
}

.techhot-item{
    border-bottom: 1px solid #eee;
    padding:0 40px;
}
.techhot-item:hover{
    background-color: #f5f8fa;
}


.techhot-filter a{
    padding: 0 20px;
    display: inline-block;
    color: #00ab6b;
}
.techhot-filter a.active{
    color:#666;
}

.techhot-item .item-header{
    padding: 15px 0 0 0;
}

.techhot-item .item-footer{
    margin-top: 5px;
}

.item-header:after,.item-footer:after{
    content: "";
    height: 0;
    display: block;
    clear: both;
}

.techhot-item .item-footer ul li span{
    color: #aaa;
    margin-left: 10px;
}

.item-header-left{
    width: 82%;
    float: left;
}
.item-header-left .avatar,.item-header-left .user-item{
    display: inline-block;
}
.item-header-left .avatar img{
    height:30px;
    border-radius: 50%;
    vertical-align: middle;
}
.item-header-left .authorName{
    color: #333;
    margin-left: 10px;
}
.item-header-left .postDate{
    color: #aaa;
    font-size: 14px;
    margin-left: 10px;
}
.item-header-right{
    width: 16%;
    float: right;
    position: relative;
    text-align: right;
}
.item-header-right .icon-more,.item-header-right .icon-close{
    cursor: pointer;
}
.item-header-right .container{
    display: none;
    border:1px solid #ccc;
    background-color: #fff;
    position: absolute;
    width: 130%;
    right: 0;
    z-index: 2;
}
.item-header-right .container .close{
    text-align: right;
}
.item-header-right ul li{
    line-height: 30px;
    height: 30px;
    border-top: 1px solid #eee;
    text-align: center;
}
.item-header-right li a{
    display: inline-block;
    width: 100%;
    height: 30px;
}

.item-body-title {
    font-weight: 600;
    margin-top: .6em;
    color: #111;
}

.item-body-word{
    padding: 5px 2px 10px 0;
}
/*.item-body-img{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding-bottom: 50%;
    margin: 0 auto;
}*/
/*.item-body,.item-body-img{
    width: 100%;
}*/
/*.item-body{
    max-height: 550px;
    overflow: hidden;
}*/
.item-body-img{
    display: inline-block;
    margin-top: .6em;
}
.item-body-img img{
    cursor: pointer;
    max-height: 450px;
}
.techhot-item .checkall{
    cursor: pointer;
    text-align: center;
    background-color: #eee;
    height: 50px;
    line-height: 50px;
        background: -webkit-gradient(linear, left top, left bottom, color-start(0.05, #ffffff), color-stop(1, #f5f5f5));
        background: -moz-linear-gradient(top, #ffffff 5%, #f5f5f5 100%);
        background: -o-linear-gradient(top, #ffffff 5%, #f5f5f5 100%);
        background: -ms-linear-gradient(top, #ffffff 5%, #f5f5f5 100%);
        background: linear-gradient(to bottom, #ffffff 5%, #f5f5f5 100%);
        background: -webkit-linear-gradient(top, #ffffff 5%, #f5f5f5 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
}
.checkall span {
    margin: 0 5px;
}

.item-footer li{
    width: 15%;
    float: left;
    height: 50px;
    line-height: 50px;
}
.item-footer li.share{
    position: relative;
}
li.share .share-items-wrapper{
    display: none;
    position: absolute;
    top: -98px;
    left: -80px;
    width: 176px;
    height: 86px;
    z-index: 9999;
    box-sizing: border-box;
}

.share-items-wrapper .share-items-list{
    position: absolute;
    right: -80px;
    z-index: 1;
    width: 350px;
    box-sizing: border-box;
    background: white;
    border: 1px solid #d8d8d8;
    text-align: center;
    border-radius: 6px;
    bottom:-14px;
    line-height: 15px;
}
.share-wrap a.iconfont{
    font-size: 30px;
    padding: 0 8px;
}
.share-wrap a.iconfont:hover{
    color:#111;
}
/*.share-item{
    display: inline-block;
    width: 20%;
    margin: 20px 0;
}
.js-share-item i{
    display: block;
    font-size: 25px;
    color: #18191b;
    text-align: center;
}
.js-share-item span{
    display: block;
    margin: 9px 0 0 0;
    padding: 0;
    font-size: 14px;
    color: #3a3a3a;
    text-align: center;
}*/
.arrow-wrapper{
    position: absolute;
    width: 17px;
    height: 17px;
    /*bottom: -30px;
    right: 10px;*/
    bottom:-17px;
    right: 140px;
    z-index: 90;
}
.arrow-wrapper .arrow{
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-top: 13px solid #fff;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    z-index: 9;
}
.arrow-wrapper .border{
    top: 0;
    left: -1px;
    border-left: 11px solid transparent;
    border-top: 16px solid #d8d8d8;
    border-right: 11px solid transparent;
    border-bottom: 11px solid transparent;
    z-index: 8;
}
.shadow-bg{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.1;
    display: none;
    left: 0;
    top: 0;
    z-index: 1;
}
 .bdsharebuttonbox{
    margin-left: -10px;
}
@media(max-width: 800px){
    .item-header-right .container{
        width: 170%;
    }
    .techhot-item{
        padding: 0 20px;
    }
    .item-footer li{
        width: 25%;
        float: left;
        height: 50px;
        line-height: 50px;
        text-align: center;
    }
    .share-items-wrapper .share-items-list{
        width: 300px;
        right: 15px;
    }
    .arrow-wrapper{
        right: 56px;
    }
    .techhot-filter{
        padding:10px;
    }
    .techhot-filter span{
        width: 15%;
        height: 30px;
        line-height: 30px;
        text-align: center;
       /* background-color: #eee;*/
        padding: 0;
    }
    .techhot-filter span.active{
        /*color: #00ab6b;*/
        color: #666;
        background-color: #fff;
        font-weight: 500;

    }
    .mobile-tagsList-filter{
        display: inline-block;
        float:right;
        text-align: right;
        margin-top: 2px;
    }
    .mobile-tagsList-filter select{
        appearance:none;
        -moz-appearance:none;
        -webkit-appearance:none;
        height: 30px;
        padding: 5px;
        color: #888;
        background: #f5f5f5;
    }
    #weixinModalContainer{
        display: none;
    }
    #weixinModal{
        position:fixed;
        top:0;
        left:0;
        width:100%;
        height:100%;
        background:#000;
        opacity:0.2;
        z-index:100
    }
    #weixinModalContainer .tips{
        width:250px;
        height:100px;
        position:fixed;
        margin:auto;
        top:0;
        right:0;
        bottom:0;
        left:0;
        z-index:102;
    }
    #weixinModalContainer .tips div{
        width:100%;
        height:100%;
        line-height:100px;
        text-align:center;
        background:#fff;
        color:#000;
    }
}
@media(min-width: 800px){
    .techhot-header{
        border-bottom: 1px solid #eee;


    }
    .techhot-filter{
        display: inline-block;
        float: right;
        
    }
    .techhot-filter span.newtab{
    border-right: 1px solid #ccc;
}
.techhot-tagsList{
    margin-top:10px;
    padding: 20px 0 20px 20px;
    background: #f5f5f5;
}
.techhot-tagsList li{
    float: left;
}
.techhot-tagsList li a{
    padding:1px 8px;
    display: inline-block;
    border-right:1px solid #ccc;
    color: #999;
}
.techhot-tagsList li a:hover{
    color: #00ab6b;
}
.techhot-tagsList li a.active{
    color: #00ab6b;
}
}
.item-body-img-video .imgContainer{
    position:relative;
    display: inline-block;
}

.item-body-img-video .icon-play{
    font-size: 50px;
    position:absolute;
    margin: auto;
    left:0;
    top:0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    line-height: 42px;
    text-align: center;
    color: #eee;
}
.item-body-img-video .icon-play:hover{
    color: #ddd;
    cursor: pointer;
}
.r-s .edit-techhot{
    border:1px solid #eee;
    margin-top: 30px;
}
.edit-techhot .edit-techhot-header{
    border-bottom:1px solid #eee;
    height:40px;
    line-height: 40px;
}
.edit-techhot .edit-techhot-header span{
    margin-left:15px;
    color: #666;
    font-size:20px;
}
.edit-techhot .edit-techhot-body{
    text-align: center;
}
.edit-techhot .edit-techhot-body p{
    height:70px;
    line-height:70px;
}
.edit-techhot .edit-techhot-body a{
    display: inline-block;
    padding:12px 64px;
    background:#00AB6B;
    color: #fff;
    margin-bottom: 30px;
    border-radius: 5px;
    font-size:18px;
}
a.edit-icon{
    position: fixed;
    bottom: 86px;
    left: 50%;
    margin-left: 560px;
    display: block;
    width: 45px;
    height: 45px;
    background-color: #fff;
    border: 1px solid #ccc;
    line-height: 45px;
    text-align: center;
    color: #555;
}
a.edit-icon:hover{
    background:#555;
    color: #fff;
}
a.edit-icon span{
    font-size: 25px;
}
@media(max-width: 800px){
a.edit-icon{
    bottom: 15px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-color: #00AB6B;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    border:none;
    margin-left: inherit;
    left:inherit;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.5);
    display: none;
}
a.edit-icon span{
    font-size: 20px;
    color: #fff;
}
}