#wrap {
    background: #dedfe0;
    user-select: none;
}
#wrap a:hover{
    color: red !important;
    text-decoration: underline !important;
}
#wrap .content img {
    max-width: 100% !important;
}
#place {
    height: 47px;
    line-height: 47px;
    width: 1000px;
    margin: 0 auto;
    text-align: right;
    font-size: 14px;
}
#wrap .box {
    width: 1000px;
    background: #fff;
    margin: 0 auto;
    padding: 0 150px;
    box-sizing: border-box;
}
#wrap .box > .title {
    font-size: 32px;
    font-weight: bold;
    line-height: 50px;
    padding-top: 50px;
    color: #000;
    text-align: justify;
}
#wrap .box .info {
    display: flex;
    height: 60px;
    align-items: center;
    font-size: 14px;
}
#wrap .box .info li {
    line-height: 26px;
    height: 26px;
}
#wrap .box .info li:nth-child(1),
#wrap .box .info li:nth-child(2) {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #ccc;
}
#wrap .box .info li:last-of-type{
    margin-left: auto;
    
}
#wrap .box .intro {
    font-size: 16px;
    background: #f1f3f4;
    text-align: justify;
    padding: 30px;
    line-height: 30px;
    color: #555;
    margin: 20px 0;
}
#wrap .box .newdigg {
    display: flex;
    justify-content: center;
    padding: 40px 0;
}
#wrap .box .newdigg .diggbox {
    margin: 0 15px;
    width: 195px;
    height: 51px;
    cursor: pointer;
    user-select: none;
}
#wrap .box .newdigg .digg_good {
    background: url(../ltt_img/newdigg-bg.png) left top no-repeat;
}
#wrap .box .newdigg .digg_bad {
    background: url(../ltt_img/newdigg-bg.png) right top no-repeat;
}
#wrap .box .newdigg .digg_good .digg_act {
    color: #C30;
}
#wrap .box .newdigg .digg_bad .digg_act {
    color: #36C;
}
#wrap .box .newdigg .diggbox .digg_act {
    font-size: 14px;
    float: left;
    line-height: 31px;
    text-indent: 32px;
    height: 29px;
    overflow: hidden;
    font-weight: bold;
}
#wrap .box .newdigg .digg_good .digg_num {
    color: #C63;
}
#wrap .box .newdigg .digg_bad .digg_num {
    color: #39C;
}
#wrap .box .newdigg .diggbox .digg_num {
    float: left;
    line-height: 29px;
    text-indent: 5px;
}
#wrap .box .newdigg .diggbox .digg_percent {
    width: 180px;
    clear: both;
    padding-left: 10px;
    overflow: hidden;
}
#wrap .box .newdigg .diggbox .digg_percent .digg_percent_bar {
    width: 100px;
    height: 7px;
    background: #E8E8E8;
    border-right: 1px solid #CCC;
    float: left;
    overflow: hidden;
    margin-top: 6px;
}
#wrap .box .newdigg .digg_good .digg_percent .digg_percent_bar span {
    border: 1px solid #E37F24;
    background: #FFC535;
}
#wrap .box .newdigg .digg_bad .digg_percent .digg_percent_bar span {
    border: 1px solid #689ACC;
    background: #94C0E4;
}
#wrap .box .newdigg .digg_percent .digg_percent_bar span {
    display: block;
    height: 5px;
    overflow: hidden;
    background: #000;
}
#wrap .box .newdigg .digg_percent .digg_percent_num {
    font-size: 12px;
    float: left;
    padding-left: 10px;
}
#wrap .box .context {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}
#wrap .box .context li {
    width: 45%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#wrap .box .context li a {
    color: #000;
    text-decoration: underline;
}
#wrap .box .commend {
    border-top: 1px solid #dedfe0;
}
#wrap .box .commend .ti {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border-left: 1px solid #dedfe0;
    border-right: 1px solid #dedfe0;
    position: relative;
    cursor: pointer;
    user-select: none;
    color: #316301;
}
#wrap .box .commend strong {
    color: #316301;
    letter-spacing: 1px;
}
#wrap .box .commend ul {
    padding: 10px;
    //height: 50px;
    overflow: hidden;
    border: 1px solid #dedfe0;
    background: #fff;
}
#wrap .box .commend ul li {
    line-height: 24px;
}
#wrap .box .commend .off {
    top: -65px;
    margin: auto;
    width: 160px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background: rgba(49,99,1,.8);
    user-select: none;
    cursor: pointer;
    color: #fff;
    transition: .3s;
    border: 1px solid rgba(49,99,1,.8);
}
#wrap .box .commend .off:hover{
    top: -55px;
    background: rgba(49,99,1);
    border: 1px solid rgba(49,99,1);
}

#wrap .actbox {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 14px;
}
#wrap .actbox li {
    padding-left: 20px;
}
#wrap .mt1 {
    margin-bottom: 10px;
}
#wrap .mt1 .tbox {

}
#wrap .mt1 .tbox dt {
    height: 30px;
    border: 1px solid #dedfe0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}
#wrap .mt1 .tbox dt strong{
    color: #316301;
    letter-spacing: 1px;
}
#wrap .mt1 .tbox dt .more a{
    color: #316301;
}
#wrap .mt1 .tbox dd {
    border-left: 1px solid #dedfe0;
    border-right: 1px solid #dedfe0;
    border-bottom: 1px solid #dedfe0;
}
#wrap .mt1 .tbox dd .dede_comment_post {
    padding: 10px;
}
#wrap .mt1 .tbox dd .dcmp-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#wrap .mt1 .tbox dd .dcmp-title small {
    line-height: 30px;
    font-size: 12px;
    color: #888;
}
#wrap .mt1 .tbox dd .dcmp-stand {
    display: flex;
    align-items: center;
}
#wrap .mt1 .tbox dd .dcmp-stand input[type=radio] {
    margin: 0 5px 0 10px;
}
#wrap .mt1 .tbox dd .dcmp-stand label {
    display: flex;
    align-items: center;
}
#wrap .mt1 .tbox dd .dcmp-stand img {
    display: block;
}
#wrap .mt1 .tbox dd .dcmp-content {
    display: flex;
}
#wrap .mt1 .tbox dd .dcmp-content textarea {
    flex: 1;
    min-height: 150px;
    margin-right: 10px;
    resize: vertical;
    padding: 5px 10px;
    text-align: justify;
    font-size: 12px;
    line-height: 20px;
}
#wrap .mt1 .tbox dd .dcmp-content .dcmp-mood {
    width: 223px;
}
#wrap .mt1 .tbox dd .dcmp-content .dcmp-mood strong {
    display: block;
    line-height: 30px;
    height: 30px;
}
#wrap .mt1 .tbox dd .dcmp-content .dcmp-mood ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#wrap .mt1 .tbox dd .dcmp-content .dcmp-mood ul li {
    width: 21%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
#wrap .mt1 .tbox dd .dcmp-post {

}
#wrap .mt1 .tbox dd .dcmp-post .dcmp-userinfo {
    font-size: 12px;
    height: 30px;
    display: flex;
    align-items: center;
}
#wrap .mt1 .tbox dd .dcmp-post .dcmp-userinfo input[type=text] {
    margin: 0 20px 0 10px;
}
#wrap .mt1 .tbox dd .dcmp-post .dcmp-userinfo input[type=checkbox] {
    margin: 0 5px;
}
#wrap .mt1 .tbox dd .dcmp-post .dcmp-submit {
    padding-top: 10px;
}
#wrap .mt1 .tbox dd .dcmp-post .dcmp-submit button {
    width: 80px;
    height: 26px;
    background: #316301;
    color: #fff;
    border: 1px solid #316301;
    cursor: pointer;
}
#wrap .mt1 .tbox dd .dcmp-post .dcmp-submit button:hover{
    background: #418301;
    border: 1px solid #418301;
}
#wrap .mt1 .tbox dd .decmt-box2 {
    padding: 10px;
}
#wrap .mt1 .tbox dd .decmt-box2 li {
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: 1px dashed #dedfe0;
}
#wrap .mt1 .tbox dd .decmt-box2 li a.plpic {
    float: left;
    width: 40px;
    height: 40px;
    padding: 2px;
    border: 1px solid #dedfe0;
    background: #F9FDED;
    margin-right: 10px;
}
#wrap .mt1 .tbox dd .decmt-box2 li .title {
    float: left;
    line-height: 23px;
    width: 600px;
    font-size: 14px;
}
#wrap .mt1 .tbox dd .decmt-box2 li .comment_act {
    float: left;
    width: 600px;
    line-height: 23px;
    color: #888;
}
#wrap .mt1 .tbox dd .decmt-box2 li span.fr {
    float: right;
    height: 30px;
    line-height: 30px;
}
#wrap .mt1 .tbox dd .decmt-box2 li span.fr span {
    padding-left: 10px;
}