#wrap a:hover{
	color: red !important;
	text-decoration: underline !important;
}
#place {
	padding: 10px;
	line-height: 6vw;
	text-align: justify;
	font-size: 3.5vw;
}
#wrap .box  .content img{
	max-width: 100% !important;
}
#wrap .box {
	background: #fff;
	padding: 0 10px;
}
#wrap .box > .title {
	font-size: 6vw;
    font-weight: bold;
    line-height: 10vw;
    padding-top: 6vw;
    color: #000;
    text-align: justify;
}
#wrap .box .info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px 0;
}
#wrap .box .info li {
	width: 49%;
	line-height: 6vw;
	font-size: 3.5vw;
}
#wrap .box .intro {
	font-size: 4vw;
    background: #f1f3f4;
    text-align: justify;
    line-height: 7vw;
    color: #555;
    padding: 10px;
    margin: 0 -10px;
}
#wrap .box .newdigg {
	padding: 10px 0;
}
#wrap .box .newdigg .diggbox {
    width: 195px;
    height: 51px;
    margin: 10px auto;
}
#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 {
	font-size: 14px;
}
#wrap .box .context li {
	font-size: 4vw;
	line-height: 7vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#wrap .box .context li a {
	color: #000;
	text-decoration: underline;
}
#wrap .box .commend {
	margin-top: 10px;
    border-top: 1px solid #dedfe0;
}
#wrap .box .commend .ti {
    height: 7vw;
    line-height: 7vw;
    padding: 0 10px;
    border-left: 1px solid #dedfe0;
    border-right: 1px solid #dedfe0;
    position: relative;
    cursor: pointer;
    user-select: none;
    font-size: 4vw;
}
#wrap .box .commend strong {
    color: #316301;
    letter-spacing: 1px;
}
#wrap .box .commend ul {
    padding: 10px;
    /* height: 14vw; */
    overflow: hidden;
    border: 1px solid #dedfe0;
    background: #fff;
}
#wrap .box .commend ul li {
	font-size: 3.5vw;
    line-height: 6vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#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: 7vw;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 4vw;
	padding: 10px 0;
}
#wrap .actbox li {
	width: 25%;
	text-align: center;
}
#wrap .mt1 {
    margin-bottom: 10px;
}
#wrap .mt1 .tbox {

}
#wrap .mt1 .tbox dt {
    height: 7vw;
    border: 1px solid #dedfe0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}
#wrap .mt1 .tbox dt strong{
    color: #316301;
    font-size: 4vw;
    letter-spacing: 1px;
}
#wrap .mt1 .tbox dt .more a{
	font-size: 3.5vw;
    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 {
}
#wrap .mt1 .tbox dd .dcmp-title small {
	display: block;
    line-height: 6vw;
    font-size: 3.5vw;
    color: #888;
    text-align: justify;
}
#wrap .mt1 .tbox dd .dcmp-stand {
	padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: 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 {

}
#wrap .mt1 .tbox dd .dcmp-content textarea {
	width: 100%;
	box-sizing: border-box;
    min-height: 26vw;
    resize: vertical;
    padding: 5px 10px;
    text-align: justify;
    font-size: 4vw;
    line-height: 7vw;
}
#wrap .mt1 .tbox dd .dcmp-content .dcmp-mood {
    width: 223px;
    margin: 0 auto;
}
#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: 3.5vw;
    padding: 10px;
}
#wrap .mt1 .tbox dd .dcmp-post .dcmp-userinfo input[type=text] {
    margin: 0 20px 0 10px;
    height: 6vw;
    width: 60vw;
}
#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: 20vw;
    height: 7vw;
    background: #316301;
    color: #fff;
    border: 1px solid #316301;
    cursor: pointer;
    font-size: 3.5vw;
}
#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;
    font-size: 14px;
   	width: 50%;
}
#wrap .mt1 .tbox dd .decmt-box2 li .comment_act {
    float: left;
    line-height: 23px;
    color: #888;
    width: 50%;
}
#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;
}
