.area_list{
    height: 170px;
    overflow: auto;
    z-index: 999999999;
    background: #fff;
    position: absolute;
    top: -3px;
    width: 300px;
    padding: 5px 0;
    border: 2px solid #eee;
    border-radius: 20px;
    left: -17px;
    display: none;
}
/*.area_list::-webkit-scrollbar { width: 0 !important }*/
.area_list li{
    list-style: none;
    float: left;
    margin: 5px;
    cursor: pointer;
    color:#666;
    padding:10px 5px;
}
.area_list li:hover{
    background:#eee;
}
.mfzl_hot {
    height: 108px;
    border-radius: 10px;
    border: 1px solid #dedede;
    padding: 12px;
}
.mfzl_hot .wrap {
    padding-left: 155px;
    height: 84px;
    position: relative;
}
.left_wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 142px;
    height: 84px;
    border-radius: 5px;
}
.absolute-bottom {
    position: absolute;
    left: 155px;
    bottom: 0;
    right: 0;
}
.left_wrap img {
    width: 142px;
    height: 84px;
    border-radius: 5px;
}
.btn_djxz {
    width: 85px;
    height: 29px;
    background: linear-gradient(180deg, #5c8fff 0%, #2f56ff 100%);
    border-radius: 10px;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px auto;
}
.article_operate{
    display: flex;
    align-items: center;
    justify-content:center;
    padding: 20px;
}
.article_operate .item{
    width: 100px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #999;
    cursor: pointer;
    position: relative;
}
.article_operate .item.active{
    color: #ff9a03;
}
.absolute-bdshare{
   position: absolute;
   left: 0;
   bottom: 0;
   z-index: 999;
}
 #bdshare p, #bdshare_s p {
   width: 100%;
   height: 30px;
   font: 14px 'microsoft yahei';
   border-top: 0;
   line-height: 30px;
   background-color: #fff;
}
.addnum{
   font-size: 16px;
   font-weight: 700;
   color: #ff9a03;
   position: absolute;
   right:2px;
   bottom:20px;
   display: none;
}
#click_zan{
  overflow: hidden;
}