*:focus {outline: none;}

button {
	border: none;
}
.wdzj_commit {
	position: relative;
	overflow: hidden;
}

.replay_wdzj_commit {
	margin-top: 10px;
	padding-right: 71px;
}
.comment_top {
	background: #f8f8f8;
	padding: 9px 16px;
	margin-bottom: 22px;
	border: solid 1px #e4e4e4;
	border-left: none;
	border-right: none;
}
.mod_commit_text {
	position: relative;
	height: 89px;
	border: 1px solid #d2d2d2;
	padding: 5px;
	border-bottom-width: 0;
	border-radius:5px 5px 0 0;
}
.commit_text {
	width: 100%;
	height: 83%;
	*height:99px;
	border: none;
/*	font-size:14px;*/
	overflow-y: auto;
	resize:none;
	color:#b6b6b6;
}
.commit_text:focus {
	color: #212121;
}
.commit_record {
    position: absolute;
    right: 8px;
    bottom: 0;
    font-size: 12px;
    color: #999;
}
.commit_record span {
	color: #f00;
}
.mod_commit_action {
	overflow: hidden;
	padding: 7px;
	border: 1px solid #d2d2d2;
	border-radius:0 0 5px 5px;
}

.btn_commit_send {
	float: right;
	padding: 5px 22px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: "Microsoft Yahei";
	font-weight: bold;
    font-size:14px;
	background-color: #2f8bcd;
	color: #fff;
	cursor: pointer;
}
.mod_commit_emoji {
	float: left;
	width: 23px;
	height: 23px;
	background: url('images/face.png')
}
.mod_commit_emojilist {
	position: absolute;
	overflow: hidden;
    position: absolute;
    width: 500px;
}
.commit_hide {
	display: none;
}
.mod_commit_emojilist li {
	float: left;
}

.mode_commit_area {
	margin-top: 15px;
}
.mode_commit_commitList {
	overflow: hidden;
}
.mode_commit_commitList .replay_li {
	overflow: hidden;
	border-bottom: 1px solid #f2f2f2;
}
.replay_photo, .replay_content {
	float: left;
}
.replay_photo {
	position: relative;
	top: 30px;
	width: 60px;
	height: 60px;
	overflow: hidden;
	text-align: center;
	/*background: #fff url('images/frame.png') no-repeat;*/
}
.replay_photo img {
	width: 100%;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}
.replay_info {
	overflow: hidden;
	margin-bottom: 20px;
	padding-right: 80px;
}
.replay_name, .replay_time{
	float: left;
	margin-right: 20px;
	color: #2f8bcd;
	font-size: 14px;
}
.replay_time {
	color: #b6b6b6;
}
.replay_content {
	position: relative;
	float: right;
	top: -30px;
	left: 69px;
    width: 97%;

}
.replay_content p {
	margin-bottom: 20px;
	padding-right: 80px;
	font-size: 16px;
	color: #333;
}
.replay_content p span {
	color:#3e98f0;
}
.replay_action {
	overflow: hidden;
	padding-right: 80px;
}
.replay_action a {
	float: left;
	width: 60px;
	text-align: center;
	margin-right: 15px;
	color: #666;
}
.replay_action a:hover {
	color: #fff;
	background: #2f8bcd;
}
.replay_action .commit_well:hover {
	color: #fff;
	background: #2f8bcd url('images/well_white.png') 35% 50% no-repeat;
}
.commit_replay {
	padding: 4px 0;
    /*background: url('images/reply.png') no-repeat;*/
    background: #fff;
    border-radius: 5px;
    border: solid 1px #d2d2d2;
}

.commit_well {
	width: 39px!important;
	padding-left: 20px;
    background: #fff url('images/well_bak.png') 35% 50% no-repeat;
    padding: 4px 0 4px 20px;
    border-radius: 5px;
    border: solid 1px #d2d2d2;
}
.replay_action a.commit_well_actioned {
	background: url('images/well_blue.png') 35% 50% no-repeat;
    color: #666;
}
.replay_act {
	display: none;
	float: right;
}

.replay_act a {
	position: relative;
	float: left;
	margin-left: 5px;
	padding-left: 16px;
	color: #666;
}
.replay_li:hover .replay_act {
	display: block;
}
.btn_reply_del {
	background: url('images/del.png') 0 2px no-repeat;
}
.btn_reply_report {
	/*background: url('images/flag.png') 0 2px no-repeat;*/
}
.dialog_del, .dialog_report {
	position: absolute;
	z-index: 999999;
	top: 0;
	right: 80px;
	padding: 10px;
	border: 2px solid #efefef;
	background: #fff;
}
.dialog_report {
	top: 0px;
	right: 0;
	width: 370px;
}
.dialog_report h3 {
	overflow: hidden;
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 14px;
}
.dialog_report h3 a {
	float: right;
	width: 18px;
    height: 18px;
	background: url('images/del_report.png') 0 0 no-repeat;
	background-size: 18px;
	cursor: pointer;
}
.dialog_report label input, .dialog_report label {
	margin-right: 10px;
	color: #727272;
}
.dialog_report .dialog_act {
	margin: 10px auto 0 auto;
}
.dialog_act {
	overflow: hidden;
	text-align: center;
}
.dialog_del h3 {
	margin-bottom: 10px;
	font-weight: 100;
}
.dialog_act a {
	float: left;
	padding: 6px 20px;
	font-size: 12px;
	border-radius: 2px;
}

.dialog_act a.commit_active {
	background: #3e98f0;
	color: #fff;
}

.dialog_act a.cancel {
	float: right;
}
.commit_send_success {
	position: absolute;
	top: 0;
	left: 45%;
	padding: 10px 22px 10px 50px;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    border: 3px solid #efefef;
    background: #fff url('images/success.png') 25px 50% no-repeat;
    color: #2f8bce;
}
.commit_area_tab, .commit_area_tab a {
	font-size: 12px;
}
.commit_area_tab a {
	padding: 6px 10px;
	margin-left: 5px;
	font-weight: bold;
	color: #666;
}
.commit_more {
	width: 100%;
	padding: 10px 0;
	text-align: center;
	background: #efefef;
	color: #212121;
	cursor: pointer;
}
a.commit_tab_blue {
	border-radius: 5px;
	background: #62b5f1;
	color: #fff;
}
.dialog_well {
	position: absolute;
    top: 18px;
    height: 35px;
    padding: 10px 22px 10px 50px;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    border: 3px solid #efefef;
    background: #fff url('images/success.png') 15px 50% no-repeat;
    color: #2f8bce;
}
#firstBlood:hover {
	color: #3e98f0;
}
.dialog_report .dialog_act a {
	display: block;
	float: none;
	width: 35px;
	margin: 0 auto;
}
/*button.commit_load {
	background: url('images/loader.gif') no-repeat;
}*/