﻿.Entry1_v
{
    padding: 6px 8px 0;
}
.Entry1_v ul li
{
    font-size: 13px;
    width: 25%;
    float: left;
    height: 30px;
    overflow: hidden;
    margin-top: 4px;
}
.Entry1_v ul li a
{
    display: block;
    height: 30px;
    line-height: 32px;
    overflow: hidden;
    margin: 0 2px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    background: #eee;
    color: #444;
}
/*——*/
.ViewBox
{
    border: solid 1px #ccc;
    margin: 5px 4px 0;
    background: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    overflow:hidden;
}
.ViewTitle
{
    font-size: 16px;
    line-height: 1.4;
    padding: 10px 0 7px;
    margin:0 8px;
    border-bottom:solid 1px #ddd;   
    word-wrap: break-word;
    word-break: break-all;
    color: #6290C1;
    font-weight:bold;
    text-align:center;
}
.ViewContents
{
    line-height: 1.6;
    font-size: 14px;
    padding: 6px 8px 8px;
    word-wrap: break-word;
    word-break: break-all;
}
.ViewContents a
{
    color: #06c;
}
.ViewInfo
{
    height: 34px;
    background: #eee;
    line-height: 36px;
    overflow: hidden;
    color: #999;
}
.ViewInfo span
{
    padding: 0 10px;
}
.ViewInfo a
{
    color: #06c;
}
/*——*/
.CommentBox
{
    border: solid 1px #ddd;
    margin: 5px 4px 0;
    background: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    overflow:hidden;
}
.CommentTitle
{
    height: 36px;
    line-height: 36px;
    background: #eee;
    padding-left: 10px;
    font-size: 15px;
    color:#666;
    font-weight:bold;
}
.CommentAdd
{
    padding: 0 12px 10px 10px;
}
.CommentAdd .con1
{
    padding-top: 10px;
}
.CommentAdd .con2
{
    padding-top: 2px;
}
/*-*/
.CommentList
{
    padding: 0 0 2px;
}
.CommentList .item
{
    border-top: solid 1px #eee;
    padding: 10px 10px 8px;
}
.CommentList .item.item_sub_
{
    border:solid 1px #F5DEAA;
    padding:8px;
    margin-left:16px;
    margin-bottom:10px;
    background:#FFFAEA;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-right:10px;
}
.CommentList .item .td1
{
    width: 50px;
}
.CommentList .item .td1 img
{
    width: 40px;
    height: 40px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}
.CommentList .item .td1.td1_a
{
    width: 36px;
}
.CommentList .item .td1.td1_a img
{
    width: 26px;
    height: 26px;
}
.CommentList .item .td2 .item_con1
{
    color: #ccc;
}
.CommentList .item .td2 .item_con1 b
{
    color: #6CADE5;
    padding-right: 6px;
    font-weight:normal;
}
.CommentList .item .td2 .item_con2
{
    font-size: 12px;
    line-height: 1.5;
    word-wrap: break-word;
    word-break: break-all;
    color: #666;
}
.CommentList .item .td2 .item_con2 a
{
    color: #ddd;
    font-size: 12px;
}
.CommentList .CommentReDiv
{
    padding: 0 22px 10px 60px;
}
.CommentList .item .td2 .item_con3
{
    text-align: right;
}
.CommentList .item .td2 .item_con3 a
{
    color: #ddd;
}
.CommentList .item .td2 .item_con3 a.CommentDigg
{
    background: url(/s/img/w/1/Wap/praise.png) no-repeat 0 0;
    padding-left: 18px;
    background-size:16px 16px;
}
.CommentList .item .td2 .item_con3 a.CommentRe
{
    background: url(/s/img/w/1/Wap/reply.png) no-repeat 0 0;
    padding-left: 19px;
    background-size:16px 16px;
    margin-left:5px;
}
.CommentList .CommentNext
{
    margin: 5px 10px 8px;
}
.CommentList .CommentNext a
{
    text-align: center;
    line-height: 34px;
    background: #f80;
    color: #fff;
    font-size: 14px;
    display: block;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
#CommentInput, .CommentList .inps1
{
    width: 100%;
    height: 36px;
    border: solid 1px #ccc;
    background: #F7F7F7;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    outline: none;
    color: #777;
    resize: none;
}
.CommentList .inps1
{
    padding:5px;
}
#CommentInput::-webkit-input-placeholder, .CommentList .inps1::-webkit-input-placeholder
{
    color: #ccc;
}
#CommentButton, .CommentList .but3
{
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #f70;
    border:solid 1px #f60;
    color: #fff;
    font-size: 13px;    
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    outline: none;
}
/*——*/
.ListDiv1 .con1
{
    padding: 5px;
}
.ListDiv1 .con1 td
{
    height: 40px;
    background: #eee;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
}
.ListDiv1 .con1 td.td1 div
{
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 14px;
    padding-right: 15px;
    padding-left: 7px;
    border-left: solid 2px #999;    
}
.ListDiv1 .con1 td.td2 div
{
    height: 30px;
    line-height: 30px;
    text-align: right;
    padding-right: 6px;
}
.ListDiv1 .con1 td.td2 div span
{
    background: url(/s/img/w/1/Wap/ico_comment.png) no-repeat right center;
    background-size:14px 14px;
    color: #777;
    padding-right: 18px;
}
.ListDiv1 .con1 td.td3 div
{
    height: 30px;
    line-height: 30px;
    text-align: right;
    padding-right: 3px;
}
.ListDiv1 .con1 td.td3 div span
{
    background: url(/s/img/w/1/Wap/ico_click.png) no-repeat right center;
    background-size:20px 14px;
    color: #777;
    padding-right: 22px;
}
/*——*/
