/* 通知公告列表 */
.message-list-area{
    text-align: center;
    border: 1px solid #2a2a2a;
    margin-top: 20px;
}
.message-list-area .checkbox{
    width: 40px;
    position: relative;
}
.message-list-area .status{
    width: 36px;
    margin-left: 20px;
}
.message-list-area .addresser{
    width: 109px;
}
.message-list-area .title{
    width: 608px;
    padding: 0 9px;
    cursor: pointer;
    text-align: left;
}
.message-list-area .title .yb-icon{
    width: 22px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background: url(../image/member/msg_yb.png) center center no-repeat;
}
.message-list-area ul li{
    color: #666;
}
.message-list-area ul li div{
    height: 40px;
    float: left;
}
.message-list-area ul li .title{
    color: #999999;
    font-size: 13px;
}
.message-list-area ul li .title .label{
    float: left;
}
.message-list-area ul li .title .txt{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 555px;
    vertical-align: middle;
    display: inline-block;
}
.message-list-area ul li .title .status-btn{
    width: 43px;
    height: 18px;
    line-height: 16px;
    display: inline-block;
    border-radius: 3px;
    margin-left: 5px;
    text-align: center;
    vertical-align: middle;
    color: #fdfdfd;
    font-size: 0px;
    font-weight: normal;
    background: url(../image/member/collected_ico.gif) center center no-repeat;
}
.message-list-area ul li .title .status-btn.disabled{
    width: 46px;
    color: #747474;
    border: 1px solid #373737;
    background: #2b2b2b;
    transform: scale(.9);
    font-size: 11px;
}
.message-list-area .send-time{
    width: 155px;
}
.message-list-area .operate{
    width: 88px;
}
.message-list-area ul li{
    width: 100%;
    height: 40px;
    line-height: 40px;
    float: left;
    border-top: 1px solid #2a2a2a;
    background: #232323;
}
.message-list-area .checkbox input[type="checkbox"] {
    vertical-align: middle;
    width: 14px;
    height: 14px;
    visibility: hidden;
    margin-top: 7px;
}
.message-list-area .checkbox input[type="checkbox"]+label::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    position: absolute;
    top: 7px;
    left: 12px;
    border-radius: 3px;
    font-size: 0;
    border: 1px solid #505050;
}
.message-list-area .checkbox input[type="checkbox"]:checked+label::before {
    background: url("../image/member/check_mark.png?v=2") center center no-repeat;
    border-color: #db9000;
}
.message-list-area ul li .checkbox input[type="checkbox"]{
    margin-top: 13px;
}
.message-list-area ul li .checkbox input[type="checkbox"]+label::before{
    top: 13px;
}
.message-list-area ul li .addresser{
    color: #999999;
}
.message-list-area ul li .status em{
    display: inline-block;
    width: 34px;
    height: 17px;
    line-height: 17px;
    margin-top: 11px;
    border: 1px solid #d22f2f;
    color: #f62323;
    border-radius: 3px;
}
.message-list-area ul li .delect-btn{
    width: 38px;
    height: 19px;
    line-height: 19px;
    display: inline-block;
    border-radius: 3px;
    margin-top: 6px;
    cursor: pointer;
    color: #666666;
    border: 1px solid transparent;
}
.message-list-area ul li.unread .delect-btn{
    display: none;
}
.message-list-area ul li .delect-btn:hover{
    color: #999;
    border: 1px solid #5f5f5f;
    background: #1f1f1f;
}
.message-list-area ul li.unread .title{
    color: #ffcc00;
    font-weight: bold;
}
.message-list-area ul li.unread .title .label{
    color: #fd0f0f;
}
.message-list-area ul li:hover{
    background: #282828;
}
.message-list-area ul li:hover .title{
    color: #afafaf;
}
.message-list-area ul li:hover .title .txt , .message-list-area ul li:hover .title .label{
    text-decoration: underline;
}
.message-list-area ul li.unread:hover .title{
    color: #ffea00;
}
.message-list-area ul li.selected {
    background: #282828;
}
.no-data{
    padding: 0;
    font-size: 13px;
    line-height: 40px;
    border-left: 1px solid #2C2C2C;
    border-bottom: 1px solid #2C2C2C;
}
.top-bar{
    padding: 7px 10px 7px 0;
    line-height: 20px;
    color: #646464;
    background: #1f1f1f;
}
.top-bar .checkbox{
    width: 65px;
    float: left;
    color: #666;
}
.top-bar .checkbox input[type="checkbox"]{
    margin-top: 4px;
}
.top-bar .checkbox input[type="checkbox"]+label::before{
    top: 4px;
}
.top-bar .checkbox label{
    padding-left: 10px;
}
.top-bar .set-read-btn{
    margin-left: 20px;
    cursor: pointer;
    float: left;
}
.top-bar .delect-btn{
    cursor: pointer;
    margin-left: 40px;
    float: left;
}
.top-bar .paging{
    padding: 0;
}
.btm-bar{
    padding: 8px 10px 8px 0;
    line-height: 20px;
    color: #646464;
    text-align: right;
}
/* 通知公告详情 */
.detail-nav{
    height: 14px;
    line-height: 14px;
    padding: 19px 0;
    color: #666666;
    border-top: 1px solid #ededed;
}
.detail-nav .nav-left span{
    font-size: 14px;
}
.detail-nav .nav-left .arrow{
    margin: 0 2px;
}
.detail-nav .back{
    font-size: 12px;
    cursor: pointer;
}
.detail-area{border: 1px solid #2a2a2a;margin-top: 20px;padding-bottom: 20px;}
.detail-area .detail-head{
    padding: 13px 18px;
    background-color: #2a2a2a;
    border-bottom: 1px solid #2a2a2a;
    color: #bbbbbb;
}
.detail-area .detail-head .title{
    line-height: 27px;
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.detail-area .detail-head .time{
    margin-top: 10px;
    color: #676767;
}
.detail-area .detail-ctn{
    padding: 20px 28px;
    font-size: 14px;
    line-height: 28px;
    color: #999999;
}
.detail-area .detail-ctn p,.detail-area .detail-ctn div{
    font-size:14px;
    line-height:30px;
}
.detail-area .detail-ctn img{
    max-width: 100%;
}
.detail-area .prize-area .prize-tips{
    font-weight: bold;
    margin-bottom: 60px;
    margin-top: 10px;
    font-size: 14px;
    color: #ffc000;
}
.detail-area .prize-area .line-bar{
    width: 5px;
    height: 40px;
    float: left;
    border-radius: 25px;
    margin-left: 4px;
    background: #2a2a2a;
}
.detail-area .prize-area .prize-ctn{
    float: left;
    height: 40px;
    margin-left: 14px;
}
.detail-area .prize-area .prize-ctn .item{
    height: 15px;
    line-height: 15px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #ffc000;
}
.detail-area .prize-area .prize-ctn .item .txt{
    color: #999999;
}
.detail-area .prize-area .prize-ctn .item:last-child{
    margin-bottom: 0;
}
.detail-area .prize-area .extract-btn{
    float: right;
    width: 90px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 3px;
    font-weight: bold;
    margin-top: 5px;
    cursor: pointer;
    border: 1px solid #ff9936;
    font-size: 14px;
    color: #ff9936;
}
.detail-area .prize-area .extract-btn.disabled{
    cursor: no-drop;
    border-color: #434343;
    color: #676767;
    background: #1F1F1F;
}
.detail-area .prize-area .hand-icon{
    float: right;
    width: 46px;
    height: 24px;
    margin-top: 10px;
    margin-right: 15px;
    background: url(../image/member/hand_icon.gif) center center no-repeat;
}
.detail-area .back{
    cursor: pointer;
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    color: #676767;
    font-size: 13px;
    float: right;
    margin-right: 25px;
}