.declare_con{
    font-size: 16px;
}
.declare_con .send{
    margin-top:20px;
}
.declare_con .declare_list{
    margin-top:20px;
}
.declare_con .show_more{
    text-align: center;
    cursor: pointer;
	color: #ffcc00;
}
.declare_con .title{
    color:#ffcc00
}
.declare_con div.send span.input_box{
    position: relative;
    line-height: 40px;
    border: 1px solid #aa643a;
    display: inline-block;
    width: calc(100% - 102px);
}
.declare_con div.send span.input_box input{
    padding: 6px 10px;
    border: none;
    width: calc(100% - 70px);
    font-size: 14px;
    background-color: #ccc;
    box-shadow: inset 1px 1px 2px 0px black;
}
.declare_con div.send span.input_box span.face_but{
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    height: 35px;
    vertical-align: middle;
    width: 35px;
    cursor: pointer;
    margin-left: 5px;
}
.declare_con div.send span.input_box .face_grid{
    position: absolute;
    width: 250px;
    top:41px;
    line-height: 0;
    left: -1px;
    display: none;
}
.declare_con div.send span.input_box .face_grid a:hover{
    background-color: #ccc;
}
.declare_con div.send span.input_box .face_grid a{
    float: left;
    margin: -1px -1px 0 0;
    border: 1px solid #fb0;
    cursor: pointer;
    background: #333;
}
.declare_con div.send span.input_box .face_grid a img{
    width: 40px;
    height: 40px;
    padding: 3px;

}
.declare_con div.send span.input_box span.float_tip{
    position: absolute;
    width: 200px;
    right: 15px;
    text-align: right;
    color: #777;
    font-size: 14px;
}
.declare_con div.send span.input_box span.float_tip .num{
    color: #bb7043;
}

.declare_con div.send span.send_but{
    padding: 10px 0;
    width: 100px;
    text-align: center;
    display: inline-block;
    background-color: #aa643a;
    cursor: pointer;
    color: #ededed;
}

.declare_con .declare_list .pp{
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin-left: 88px;
    position: relative;
    vertical-align: top;
    border-top: 1px solid #000;
    border-bottom: 2px solid #000;
    margin-top: 10px;
}
.declare_con .declare_list .pp.hot5{
    background-color: #ff9b4f;
}
.declare_con .declare_list .pp.hot4{
    background-color: #ffcaa1;
}
.declare_con .declare_list .pp.hot3{
    background-color: #ffe7d5;
}
.declare_con .declare_list .pp.hot2{
    background-color: #d7d7d7;
}
.declare_con .declare_list .pp.hot1{
    background-color: #f3f3f3;
}
.declare_con .declare_list .pp.hot5 .ppb.head{

}
.declare_con .declare_list .pp.hot4 .ppb.head{
    background-position-x: -100px;
}
.declare_con .declare_list .pp.hot3 .ppb.head{
    background-position-y: -41px;
}
.declare_con .declare_list .pp.hot2 .ppb.head{
    background-position-x: -100px;
    background-position-y: -41px;
}
.declare_con .declare_list .pp.hot1 .ppb.head{
    background-position-y: -82px;
}
.declare_con .declare_list .pp.hot5 .ppb.end{
    background-position-x: -88px;
}
.declare_con .declare_list .pp.hot4 .ppb.end{
    background-position-x: -188px;
}
.declare_con .declare_list .pp.hot3 .ppb.end{
    background-position-x: -88px;
    background-position-y: -41px;
}
.declare_con .declare_list .pp.hot2 .ppb.end{
    background-position-x: -188px;
    background-position-y: -41px;
}
.declare_con .declare_list .pp.hot1 .ppb.end{
    background-position-x: -88px;
    background-position-y: -82px;
}
.declare_con .declare_list .pp .pp_con{
    display: block;
    color: #333;
    white-space: nowrap;
    margin-left: -50px;
    padding-right: 5px;
    position: relative;
    z-index: 10;
}
.declare_con .declare_list .pp .ppb{
    position: absolute;
    display: block;
    height: 36px;
    background-image: url(/declare/img/pp.png);
    top: -2px;
}
.declare_con .declare_list .pp .ppb.head{
    left: -88px;
    width: 88px;
}
.declare_con .declare_list .pp .ppb.end{
    width: 10px;
    right: -10px;
}

.declare_con .declare_list .ppimg{
    position: relative;
    display: inline-block;
    height: 55px;
}
.declare_con .declare_list .ppimg img{
    margin-left: 5px;
    position: relative;
    z-index: 10;
}
.declare_con .declare_list .ppimg b{
    background-image: url(/declare/img/pp.png);
    background-position: -100px -80px;
    width: 60px;
    height: 10px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.declare_con .declare_list a.declare{
    text-decoration: none;
    display: inline-block;
    padding: 5px 10px;
}
.declare_con .declare_float_tip .vote{
    display: none;
}
.declare_con .declare_float_tip{
    background-color: #222;
    position: absolute;
    z-index: 9999;
    padding: 2px 10px;
    font-size: 14px;
    color: white;
    border-radius: 4px;
    top:0;
    left: 0;
    display: none;
}
.declare_con .declare_float_tip:before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 70px;
    top: 23px;
    border-top: 8px solid #222;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}