.fl {
	float: left;
}
.plky {
	float: left;
	margin-right:20px;
	margin-top:10px
}
.fr {
	float: right;
}
.clearfix:after {
	content: '.';
	display: block;
	visibility: hidden;
	clear: both;
	width: 100%;
	height: 0;
	font-size: 0;
	zoom: 1;
}
#kandyDiggTip {
	background: #fff;
	border: 3px solid #ddd;
	padding: 1em;
}
.kandyDiggOK {
	color: #369;
}
.kandyDiggDigged {
	color: #000;
}
.kandyDiggErr {
	color: #f00;
}
.diggUp, .diggDn {
	cursor: pointer;
	display: inline-block;
	margin: 0 .2em;
	width: auto;
	border-radius: 3px;
}
.diggUp:hover, .diggDn:hover {
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.diggUp ins, .diggDn ins {
	text-decoration: none;
	background: none;
	box-shadow: none;
	border-radius: none;
	padding: 0;
	margin: 0;
 transition: .5s padding, background;
}
.diggUp .kandyDigging, .diggDn .kandyDigging {
	padding-right: 10px;
	background: url(loading.gif) right 50% no-repeat;
}
.kandyDiggUp {
	background: #ff6f26;
	color: #fff;
	padding: 0 .5em;
	line-height: 1;
	border-radius: 3px;
	text-shadow: none;
	font-size: .9em;
}
.kandyDiggDn {
	background: #777;
	color: #fff;
	padding: 0 .5em;
	line-height: 1;
	border-radius: 3px;
	text-shadow: none;
	font-size: .9em;
}
.kandyDiggHotCmtTitle {
	color: #f36;
	margin-right: .5em;
}
.kandyDiggLog {
	display: block;
	clear: both;
	text-align: center;
	padding: .5em 0;
	clear: both;
	font-size: 14px;
	text-decoration: none;
	background: none;
}
.kandyDiggLog .diggUp, .kandyDiggLog .diggDn {
	background: #ff6f26;
	color: #fff;
	padding: .2em 1em;
	border-radius: 5px;
}
.kandyDiggLog .diggDn {
	background: #777;
}
.kandyDiggLogs {
	display: block;
	clear: both;
	text-align: center;
	padding: .5em 0;
	clear: both;
	font-size: 14px;
	text-decoration: none;
	background: none;
}
.kandyDiggLogs .diggUp, .kandyDiggLogs .diggDn {
	background: #fee url(../images/digg.gif) 5px -195px;
	padding: 5px 10px 5px 30px;
	line-height: 20px;
	color: #f54;
	border-radius: 5px;
}
.kandyDiggLogs .diggDn {
	background-position: -195px -195px;
	background-color: #efe;
	color: #0a0;
}
.kandyDiggCmt {
	font-size: 12px;
	text-decoration: none;
}
.kandyDiggCmt .diggUp, .kandyDiggCmt .diggDn {
	background: url(../images/digg.gif) 5px -396px;
	padding: 5px 5px 5px 25px;
	line-height: 15px;
}
.comment-wrap {
	margin-top: 15px;
	margin-bottom: 10px;
	padding:30px;
	background:#fff;
}
.comment-wrap .like h3 {
	height: 25px;
	line-height: 25px;
	font-size: 20px;
	font-weight: normal;
	padding-left: 16px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #ff6f26;
	font-weight: bold;
	background-color: #EEE;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 10px;
}
.comment-wrap .commentpost label {
	height: 15px;
	overflow: hidden;
	clear: left;
	float: left;
	line-height: 15px;
	border-color: #CCC;
	border-style: solid;
	border-width: 1px 0 1px 1px;
	margin: 0;
	padding: 6px 10px;
}
.comment-wrap span.commentViewNums {
	font-family: georgia;
	font-size: 21px;
	line-height: 25px;
	color: #ff6f26;
}
.comment-wrap .msgname .dot {
	float:left;
	margin-right:15px
}
.comment-wrap .msg .msgarticle {
	color: #777666;
}
.comment-wrap .msgarticle .digg {
	float: right;
}
.comment-wrap .kandyDiggCmt .diggUp, .comment-wrap .kandyDiggCmt .diggDn {
	background: url(../images/digg.gif) 5px -396px;
	padding: 5px 5px 5px 25px;
	line-height: 15px;
	color:#444
}
.comment-wrap .kandyDiggCmt .diggDn {
	background-position: -195px -393px;
	padding-left: 23px;
}
.comment-wrap .diggUp ins, .comment-wrap .diggDn ins {
	text-decoration: none;
	background: none;
	box-shadow: none;
	border-radius: none;
	padding: 0;
	margin: 0;
 transition: .5s padding, background;
}
.comment-wrap .msgarticle .digg a {
	line-height:25px;
	margin-top:3px;
	margin-right:15px
}
.comment-wrap .msg .msgarticle .msg .msgname .dot {
	display: none;
}
.comment-wrap .msg .msgarticle .msg {
	background-color: #f4f5f7;
	border-radius: 5px;
	margin-top:20px
}
.msg {
	background-color: #fff;
	border-radius: 4px;
	padding: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 2px;
}
.comment-wrap .huif {
	display: none;
	padding: 10px 0px 15px 90px;
}
.comment-wrap .huif textarea {
	width:100%;
	box-sizing: border-box;
	border: 1px solid #eee;
	padding: 15px;
	margin:5px 0 5px 0;
	border-radius:4px;
	font-size:14px;
	background:url(../images/plbj.png);
	resize:vertical;
}
.comment-wrap .huif .btn {
	display: inline-block;
	padding: 6px 35px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 2px;
}
.comment-wrap .huif .btn-primary {
	color: #fff;
	background: #ff6f26;
	background: linear-gradient(to right, #ff850b 0, #ff5945 100%);
}
.comment-wrap .huif .btn-primary:hover {
	background:#3D414D
}
.comment-wrap .huif .top10 {
	float:right;
}
.comment-wrap .huif .qxhf {
	float: right;
	padding:10px;
}
.comment-wrap .huif .qxhf:hover {
	text-decoration: none;
}
#txaArticle {
	width: 97%;
	border: #fff 1px solid;
	padding: 10px;
	border-radius: 4px;
	height: 40px;
	background: url(../images/plbj.png);
	color: #555;
	font-size: 14px;
	resize: none;
	border: 0;
	outline: none;
}
#frmSumbit .button {
	background-color: #ff6f26;
	line-height:36px;
	height:36px;
	font-size:14px
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style: normal;
	font-weight: normal
}

strong {
	font-weight: bold;
}

abbr, acronym {
	border: 0;
	font-variant: normal
}
code, kbd, samp, tt {
	font-size: 100%
}
input, button, textarea, select {
 *font-size: 100%
}
ol, ul {
	list-style: none
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left
}
sup, sub {
	font-size: 100%;
	vertical-align: baseline
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}
.clearfix {
 *zoom: 1
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0
}
.clearfix:after {
	clear: both
}
.unishow {
	display: none;
}
.comment {
	width:680px;
	margin:20px auto;
	position:relative;
	background:#fff;
	padding:20px 50px 50px;
	border:1px solid #DDD;
	border-radius:5px;
}
.comment h3 {
	height:28px;
	line-height:28px
}
.com_form {
	width:100%;
	position:relative
}
.input {
	width:99%;
	height:60px;
	border:1px solid #ccc
}
.com_form p {
	height:28px;
	line-height:28px;
	position:relative;
	margin-top:10px;
}
span.emotion {
	width:42px;
	height:20px;
	background:url(http://www.16code.com/cache/demos/user-say/img/icon.gif) no-repeat 2px 2px;
	padding-left:20px;
	cursor:pointer
}
span.emotion:hover {
	background-position:2px -28px
}
#show {
	width:770px;
	margin:20px auto;
	background:#fff;
	padding:5px;
	border:1px solid #DDD;
	vertical-align:top;
}
.sub_btn {
	position:absolute;
	right:0px;
	top:0;
	display:inline-block;
	zoom:1;/* zoom and *display = ie7 hack for display:inline-block */
 *display:inline;
	vertical-align:baseline;
	margin:0 2px;
	outline:none;
	cursor:pointer;
	text-align:center;
	font:14px/100% Arial, Helvetica, sans-serif;
	padding:.5em 2em .55em;
	text-shadow:0 1px 1px rgba(0, 0, 0, .6);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, .2);
	box-shadow:0 1px 2px rgba(0, 0, 0, .2);
	color:#e8f0de;
	border:solid 1px #538312;
	background:#64991e;
	background:-webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background:-moz-linear-gradient(top, #7db72f, #4e7d0e);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.sub_btn:hover {
	background:#538018;
	background:-webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background:-moz-linear-gradient(top, #6b9d28, #436b0c);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
/* qqFace */
.qqFace {
	margin-top:-230px;
	background:#fff;
	padding:20px;
	border:1px #ff6f26 solid;
	margin-left:-1px;
	border-radius:2px;
}
.qqFace table td {
	padding:0px;
}
.qqFace table td img {
	cursor:pointer;
	border:1px #eee solid;
	margin:2px;
	padding:2px
}
.qqFace table td img:hover {
	border:1px #ff6f26 solid;
}
.chat-img {
	width: 80px;
	height:80px;
	border-radius: 160px;
	margin-right:20px
}
.dedemao-comment .dedemao-comment-box {
	margin-top:30px;
	padding-left:60px;
	position:relative;
	z-index:1;
	margin-bottom:50px
}
.page-show {
	border: 1px dotted #dddddd;
	margin-top: 10px;
	padding: 5px;
	text-align: center;
	font-size: 17px;
	color: #7b7b7b;
}
.page-show span {
	cursor:pointer;
}
.dedemao-comment .dedemao-comment-box .b-head-img {
	width:80px;
	height:80px;
	border-radius:50%;
	margin-bottom: 5px;
}
.dedemao-comment .b-box-textarea {
	margin:5px 0;
	border-radius:4px;
	position:relative;
	z-index:1;
	margin-left:40px
}
.dedemao-comment .b-box-user {
	width:80px;
	float:left;
	margin-left:-60px;
}
.dedemao-comment .b-box-user p {
}
.dedemao-comment .b-box-user p input {
    width: 80px;
    margin-bottom: 0;

    text-align: center;
    border: 0;
    background: none;
	color:#444

}
.dedemao-comment .zhiChi .b-box-textarea {
	padding-top:10px
}
.dedemao-comment .b-box-textarea .b-box-textarea-body {
	border:1px solid #ddd;
	border-radius:4px;
}
.dedemao-comment .b-box-textarea .b-box-content {
	width:97%;
	height:75px;
	border:0;
	color:#777;
	overflow-y:auto;
	outline:0;
	padding:10px
}
.dedemao-comment .b-emote-submit {
	width:100%;
	height:35px;
	position:relative;
	border-top:1px solid #e6eaed;
	margin-top:10px
}
.dedemao-comment .b-emote-submit .b-emote i:hover {
	color:#337ab7
}
.dedemao-comment .b-emote-submit .b-emote .b-email, .comment-wrap .huif .b-email {
	border:1px solid #ccc;
	margin-top: -1px;
	padding:8px 12px;
	font-size: 14px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	color:#555;
	width:160px;
	height:26px;
	background:#fff
}
.dedemao-comment .b-emote-submit .b-emote .b-tuzki {
	width:80%;
	border-top:0;
	background:#fff;
	display:none;
	position:absolute;
	left:-2px;
	top:43px
}
.dedemao-comment .b-emote-submit .b-emote .b-tuzki img {
	width:24px;
	height:24px;
	border:2px solid #e6eaed;
	cursor:pointer
}
.dedemao-comment .b-emote-submit .b-emote .b-tuzki img:hover {
	border:2px solid #008cba
}
.dedemao-comment .b-emote-submit .b-submit-button {
	width:90px;
	height:40px;
	position:absolute;
	right:2px;
	top:0
}
.dedemao-comment .b-emote-submit .b-submit-button input {
	cursor:pointer;
	width:110px;
	height:36px;
	line-height:36px;
	text-align:center;
	color:#fff;
	font-size:16px;
	background: #ff6f26;
	border:0;
	border-bottom-right-radius:4px;
	position:absolute;
	right:-3px;
	bottom:5px;
	background-image:url(../images/button_bg.png);
-webkit-transition:background-position .5s;
-moz-transition:background-position .5s;
transition:background-position .5s;
	font-size:14px
}
.dedemao-comment .b-emote-submit .b-submit-button input:hover {
	background-position:bottom right
}
.dedemao-comment .dedemao-comment-title {
	margin-top:30px;
	width:100%;
	height:40px;
	line-height:40px;
	border-bottom:2px solid #ff6f26;
	color:#555;
	font-size:14px
}
.dedemao-comment .dedemao-comment-title .b-new {
	height:40px;
	float:left
}
.dedemao-comment .dedemao-comment-title .b-total {
	height:40px;
	text-align:right
}
.dedemao-comment .dedemao-comment-title .b-total span {
	color:#ee542a
}
.dedemao-comment .b-user-comment .b-user {
	padding-top:10px;
	height:100%;
	clear:both
}
.dedemao-comment .b-user-comment .b-user .b-pic-col .b-user-pic {
	width:45px;
	height:45px
}
.dedemao-comment .b-user-comment .b-user .b-content-col .b-content {
	overflow:hidden
}
.dedemao-comment .b-user-comment .b-user .b-content-col .b-content .b-reply-name, .dedemao-comment .b-user-comment .b-user .b-content-col .b-content .user-name {
	color:#ee542a
}
.dedemao-comment .b-user-comment .b-user .b-content-col .b-content .b-reply {
	font-weight:600
}
.dedemao-comment .b-user-comment .b-user .b-content-col .b-date {
	height:30px;
	line-height:30px
}
.dedemao-comment .b-user-comment .b-child {
	border:0
}
.dedemao-comment .b-user-comment .b-child .b-box-textarea .b-box-content {
	overflow-y:auto
}
.dedemao-comment .b-user-comment .b-child .b-box-textarea .b-emote-submit .b-emote {
	padding-right:0
}
.dedemao-comment .ds-toolbar-buttons {
	position:absolute;
	top:5px;
	left:6px
}
.dedemao-comment .ds-add-emote:hover {
	background:transparent url(../images/mood-hover.png) no-repeat
}
.dedemao-comment .ds-toolbar-button:hover {
	opacity:1
}
.dedemao-comment .ds-toolbar-button {
	display:block;
	width:19px!important;
	height:19px;
	float:left;
	margin:7px 14px 4px 10px;
	background:transparent url(../images/mood.png) no-repeat;
	vertical-align:middle;
	opacity:.6;
-webkit-transition:opacity .15s linear;
-moz-transition:opacity .15s linear;
transition:opacity .15s linear
}
.commentTitle {
	border-bottom:2px #eee solid;
	color:#555;
	font-size:16px;
	padding-bottom:5px;
}
.commentreplytextarea {
	display:none;
}
.commentTa {
	background-color:#f8f9fb;
	border:1px #e9ecf2 solid;
	border-radius:5px;
	box-shadow:1px 3px 5px rgba(0, 0, 0, 0.05) inset;
	padding:5px 10px;
	height:100px;
}
.commentTa textarea {
	color:#777;
	line-height:24px;
	resize:none;
	height:100%;
	width:100%;
}
.commentDl {
	border-bottom:1px #eee solid;
	padding:15px;
	padding-left:10px;
}
.lccss {
	font-size:24px;
	color:#d6d6d6
}
.commentDd p {
	color:#3D414D;
	font-size:14px;
}
.commentDd2 {
	color:#777;
	line-height:24px;
	margin-left:10px;
}
.commentCon {
	margin-right:50px;
	font-size:13px;
	color:#666;
	margin-top: 5px;
}
.huifu {
	background-color:#f4f5f7;
	border-radius:5px;
	padding:20px;
}
.commentMore {
	border:1px #dddfe1 solid;
	border-radius:20px;
	display:inline-block;
	line-height:40px;
	text-align:center;
	height:40px;
	min-width:178px;
}
.w160 {
	width:160px;
}
.gengxinTime {
	border-top:1px #e2e2e1 solid;
	border-bottom:1px #e2e2e1 solid;
	padding:20px 0;
}
.shangqi {
	background-position:-90px -36px;
	color:rgba(239, 239, 239, 0.6);
	text-align:center;
	overflow:hidden;
	height:160px;
	width:160px;
}
.shangqi a {
	color:rgba(239, 239, 239, 0.6);
}
.shangqi a:hover {
	color:rgba(239, 239, 239, 1);
}
.shangqi img {
	border:2px #f1f1f1 solid;
}
.w840 {
	width:840px;
}
.mvHead {
	border-bottom:1px #efefef solid;
	padding:20px;
}

@media (min-width:240px) and (max-width:670px){
.comment-wrap {
    padding: 10px;
}
.dedemao-comment .b-box-user {
    width: 15%;
}
.dedemao-comment .dedemao-comment-box .b-head-img {
    width: 100%;
    height: auto;
}

.dedemao-comment .b-box-textarea {
    margin-left: 10px;
}

.dedemao-comment .b-emote-submit .b-emote .b-email, .comment-wrap .huif .b-email {
    font-size: 12px;
    width: 38%;
    height: 20px;
}

.dedemao-comment .b-emote-submit .b-submit-button {
    width: 34%;
}

.dedemao-comment .b-emote-submit .b-submit-button input {
    width: 100%;
}

.commentDl {
    padding: 5px;
}
.commentCon {
    margin-right: 10px;
}

  
  
  

}
