.reply_tpye .tool p{
	font-size: 24px;
	line-height: 40px;
}
.reply_tpye .tool.fleft p{
	color: #70b405;
}
.reply_tpye .tool.fright p{
	color: #e57b25;
}
.reply_tpye .tool button{
	color: #70b405;
	line-height: 40px; 
	text-decoration: underline;
	font-size: 24px;
	font-family: '微軟正黑體';
	background: none;
	width:75px;
	padding:0;
}
.reply_tpye .fright.tool button{
	color: #e57b25;
	width:75px;
	padding:0;
}
.agblu {
	padding-top: 10px;
	padding-right: 20px;
}
.agblu .agreebtn{
	width: 31px;
	height: 32px;
	float: left;
	background: url("../images/thumbsup.png") 0px 0px no-repeat;
	cursor: pointer;
}
.agblu .agreebtn:hover,.agblu .agreebtn.now{
	background: url("../images/thumbsups.png") 0px 0px no-repeat;
}
.agblu .peonum{
	font-size: 21px;
	font-weight: bold;
	color: #4267b2;
	text-align: center;
	line-height: 32px;
	float: left;
	width: 50px;
	font-weight: bold;
	margin-left: 5px;
}
.agred .agreebtn{
	width: 31px;
	height: 32px;
	float: left;
	background: url("../images/thumbsdown.png") 0px 0px no-repeat;
	cursor: pointer;
}
.agred .agreebtn:hover,.agred .agreebtn.now{
	background: url("../images/thumbsdowns.png") 0px 0px no-repeat;
}
.agred .peonum{
	font-size: 21px;
	font-weight: bold;
	width: 50px;
	color: #d42300;
	text-align: center;
	line-height: 32px;
	float: left;
	font-weight: bold;
	margin-left: 5px;
}



.reply_tpye .item{
	text-align: center;
	margin: 0px 165px 0px 155px;
}
.reply_tpye .item p{
	height: 40px;
	line-height: 36px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0px 10px;
	border: 2px solid #ccc;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	margin: 0px 5px;
}
.reply_tpye .item p span{
	font-size: 30px;
	font-weight: bold;
	color: #555;
	vertical-align: -5px;
}
.line_chart .item{
	height: 35px;
	line-height: 35px;
	color: #FFF;
	font-weight: bold;
	font-size: 21px;
}
.line_chart .item .show{
	-webkit-border-radius: 5px;
	        border-radius: 5px;
}
.line_chart .item:nth-child(1){
	padding-right: 5px;
}
.line_chart .item:nth-child(2){
	padding-left: 5px;
	text-align: right;
}
.line_chart .item:nth-child(1) .show{
	padding-left: 10px;
	background: #70B405;
	-webkit-box-shadow: #4A7900 0px 5px 0px;
	        box-shadow: #4A7900 0px 5px 0px;
}
.line_chart .item:nth-child(2) .show{
	padding-right: 10px;
	background: #e57b25;
	-webkit-box-shadow: #964509 0px 5px 0px;
	        box-shadow: #964509 0px 5px 0px;
}
.line_chart2 .item{
	height: 35px;
	line-height: 35px;
	color: #FFF;
	font-weight: bold;
	font-size: 24px;
}
.line_chart2 .item .show{
	-webkit-border-radius: 5px;
	        border-radius: 5px;
}
.line_chart2 .item .show button{
	color: #FFF;
	line-height: 40px; 
	text-decoration: underline;
	font-size: 24px;
	font-family: '微軟正黑體';
	background: none;
	width:75px;
	padding:0;
}
.line_chart2 .item .show span:nth-child(1){
	display: inline-block;
    width: 33.3%;
}
.line_chart2 .item .show span:nth-child(2){
	display: inline-block;
    width: 33.3%;
    text-align: center;
}
.line_chart2 .fright.item .show button{
	color: #FFF;
	width:75px;
	padding:0;
}
.line_chart2 .item:nth-child(1){
	padding-right: 5px;
}
.line_chart2 .item:nth-child(2){
	padding-left: 5px;
}
.line_chart2 .item:nth-child(1) .show{
	padding-left: 10px;
	background: #70B405;
	-webkit-box-shadow: #4A7900 0px 5px 0px;
	        box-shadow: #4A7900 0px 5px 0px;
}
.line_chart2 .item:nth-child(2) .show{
	padding-right: 10px;
	background: #e57b25;
	-webkit-box-shadow: #964509 0px 5px 0px;
	        box-shadow: #964509 0px 5px 0px;
}
@media screen and (max-width: 768px)		{
	.line_chart2 {
		margin-bottom: 60px;
	}
	.line_chart2 .item{
		font-size: 18px;
	}
	.line_chart2 .item .show button {
		/* font-size: 18px; */
		width: unset;
	}
	.line_chart2 .fright.item .show button{
		/* font-size: 18px; */
		width: unset;
	}
	.line_chart2 .item:nth-child(1) .show{
		height: 70px;
	}
	.line_chart2 .item:nth-child(2) .show{
		height: 70px;
	}
	.line_chart2 .item .show span:nth-child(1){
		display: inline-block;
    		width: 60%;
	}
	.line_chart2 .item .show span:nth-child(2){
		display: inline-block;
    		width: 35%;
    		text-align: right;
	}
}
.upload_pic{
	min-height: 35px;
	border: 1px solid #ddd;
	background: #f7f7f7;
	position: relative;
	line-height: 20px;
	margin-bottom: 10px;
	padding:0px 10px 10px 10px;
}
.upload_pic >p{
	background: url("../images/frame-landscape.png") 0px 50% no-repeat;
	padding-left: 33px;
	position: relative;
	z-index: 1;
	margin-top: 10px;
}
.upload_pic input{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0px;
	left: 0px;
	opacity: 0;
	-moz-opacity:0;
	filter:alpha(opacity=0);
	z-index: 2;
}
.upload_pic ul{
	position: relative;
	z-index: 3;
	margin-left: 138px;
}
.upload_pic ul li p{
	font-size: 15px;
	line-height: 20px;
}
.discuss_box .new .add_tool .right_part_1 .visit_form .upload_pic ul li button,
.discuss_box .new .add_tool .right_part_1 .visit_form .link_input .right_part .show button{
	background: url("../images/del_button.png") 50% 50% no-repeat;
	width: 20px;
	height: 20px;
	padding: 10px;
}
.upload_pic ul li{
	height: 20px;
	background: #c2c2c2;
	color: #FFF;
	padding: 0px 15px;
	margin: 10px 10px 0px 0px;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
}
.link_input{
	height: 35px;
	padding: 0px 10px;
	border: 1px solid #ddd;
	background: #f7f7f7;
	line-height: 33px;
	margin-bottom: 10px;
}
.link_input >p{
	background: url("../images/web-link.png") 0px 50% no-repeat;
	padding-left: 28px;
}
.discuss_box .new.agreen{
	padding: 20px;
	background: #E1F0C8;
	margin-bottom: 10px;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
}
.discuss_box .new.insorg{
	padding: 20px;
	background: #fbdbbc;
	margin-bottom: 10px;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
}

.discuss_tab.tab_tool{
	display: none;
}
.discuss_box .new .add_tool .right_part_1 .visit_form .dis .green_btn{
	padding: 0px 20px;
	height: 40px;
}
.col_red{
	color: #F00;
}
.discuss_box .link_input .right_part{
	margin-left: 153px;
}
.discuss_box .link_input .right_part input{
	width: 100%;
	height: 33px;
	background: #f7f7f7;
}
.discuss_box .link_input .right_part .show{
	background: #c2c2c2;
	color: #FFF;
	height: 20px;
	line-height: 20px;
	padding: 0px 15px;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	margin-top: 7px;
}
.discuss_show .part{
	width: 50%;
}
.discuss_show .part>.item{
	margin-bottom: 20px;
	padding: 20px;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
}
.discuss_show .part.fleft{
	padding-right: 20px;
}
.discuss_show .part.fright{
	padding-left: 20px;
}
.discuss_show .part.fleft>.item{
	background: #E1F0C8;	
}
.discuss_show .part.fright>.item{
	background: #fbdbbc;	
}
.discuss_show .part .item:first-child,
.discuss_show .part .item:last-child{
	background:#f1f1f1;
	line-height: 30px;
}
.discuss_show .part .item:first-child .fleft button,
.discuss_show .part .item:last-child .fleft button{
	width: 21px;
	height: 30px;
}
.discuss_show .part .item:first-child .fright select,
.discuss_show .part .item:last-child .fright select{
	height: 30px;
	width: 100px;
	border: 1px solid #ddd;
	margin-left: 10px;
}
.discuss_show .part .item:first-child .fleft p,
.discuss_show .part .item:last-child .fleft p{
	margin: 0px 5px;
}
.discuss_show .part .item:first-child .fleft .left_b,
.discuss_show .part .item:last-child .fleft .left_b{
	background: url("../images/left_b.png") 50% 50% no-repeat;
}
.discuss_show .part .item:first-child .fleft .right_b,
.discuss_show .part .item:last-child .fleft .right_b{
	background: url("../images/right_b.png") 50% 50% no-repeat;
}
.discuss_show .part .item .top_tool{
	margin-bottom: 5px;
}
.discuss_show .part .item .top_tool .button{
	color: #555;
	cursor: pointer;
	background: none;
	text-decoration: underline;
	height: 25px;
}
.discuss_show .part .item .top_tool div.button{
	position: relative;
}
.discuss_show .part .item .top_tool div.button:hover .layer_2{
	display: block;
}
.discuss_show .part .item .top_tool div.button .layer_2{
	display: none;
	position: absolute;
	width: 150px;
	left: 50%;
	top: 20px;
	margin-left: -75px;
}
.discuss_show .part .item .top_tool div.button .layer_2 .wrapper{
	padding-top: 7px;
}
.discuss_show .part .item .top_tool div.button .layer_2 span{
	width: 22px;
	height: 9px;
	display: block;
	top: 0px;
	left: 50%;
	z-index: 2;
	margin-left: -11px;
	background: url("../images/arrow.png") 50% 50% no-repeat;
	position: absolute;
}
.discuss_show .part .item .top_tool div.button .layer_2 .show{
	position: relative;
	z-index: 1;
	background: #FFF;
	border: 1px solid #ddd;
	text-align: center;
}
.discuss_show .part .item .top_tool div.button .layer_2 .show a{
	display: block;
}
.discuss_show .part .item .top_tool .left_part{
	width: 170px;
	float: left;
	overflow: hidden;
	height: 25px;
}
.discuss_show .part .item .view .tool .item{
	width: 105px;
	background: #FFF;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	line-height: 40px;
	padding: 0px 10px;
}
.discuss_show .part .item .view .tool .item span:nth-child(2){
	color: #e84b2c;
	font-size: 24px;
	font-weight: bold;
}
.discuss_show .part .item .view .tool .item:nth-child(2) span:nth-child(2){
	color: #23a0ab;
}
.discuss_show .part .item .view .tool .item:nth-child(3){
	padding: 0px;
	background: none;
}
.discuss_show .part .item .view .tool .item:nth-child(3) button{
	padding: 0px; 
	font-size: 12px;
	width: 50px;
	height: 30px;
	color: #fff;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
}
.discuss_show .part .item .view .tool .item:nth-child(3) button:nth-child(1).on{
	background: #e84b2c;
}
.discuss_show .part .item .view .tool .item:nth-child(3) button:nth-child(2).on{
	background: #23a0ab;
}
.discuss_show .part .item .view .left_part{
	margin-right: 115px;
}
.discuss_show .part .item .view .left_part .show{
	padding: 15px;
	cursor: pointer; 
	position: relative;
	background-image: unset;
	border: unset;
}
.discuss_show .part .item .view .left_part .link{
	display: block;
	margin-top: 10px;
	/*height: 35px;*/
	min-height: 35px;
	/*line-height: 35px;*/
	line-height: 22px;
	/*padding: 0px 15px 0px 38px;*/
	padding: 6px 15px 7px 38px;
	font-size: 14px;
	color: #333;
	text-decoration: underline;
	background-image: url("../images/web-link.png");
	background-position: 10px 50%;
	background-repeat: no-repeat;
	word-break: break-all;
}
.discuss_show .part.fleft .item .view .left_part .show,
.discuss_show .part.fleft .item .view .left_part .link{
	background-color: #F2FFDC;
}
.discuss_show .part.fright .item .view .left_part .show,
.discuss_show .part.fright .item .view .left_part .link{
	background-color: #ffe8d2;
}
.other_link{
	background-color: #EEE;
	border-bottom: 1px solid #ddd;
}
.other_link .title_box{
	cursor: pointer;
	border-bottom: 1px solid #ddd;
}
.other_link .title_box .main{
	padding: 20px 0px 30px 0px;
	background-image: url("../images/arrow-point-to-right_up.png");
	background-repeat: no-repeat;
	background-position: right 50%;
}
.other_link.open .title_box .main{
	background-image: url("../images/arrow-point-to-right_down.png");
}
.other_link .title_box h2{
	font-size: 24px;
	line-height: 25px;
}
.other_link.open ul{
	display: block;
}
.other_link ul{
	display: none;
	padding: 20px 20px 60px 20px;
}
.other_link ul li{
	margin-bottom: 10px;
}
.other_link ul li a{
	display: block;
	padding: 20px;
	font-size: 18px;
	color: #333;
	background: #FFF;
}
.other_link ul li:last-child a{
	background: #888;
	padding: 0px;
	line-height: 40px;
	color: #FFF;
	text-align: center;
}
.other_link ul li:hover a{
	background: #fdedeb;
	transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    -ms-transition: background 0.5s;
}
.other_link ul li:last-child:hover a{
	background: #777;
	transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    -ms-transition: background 0.5s;
}
.epaper_title{
	font-size: 24px;
	line-height: 25px;
	text-align: center;
	background: url("../images/icon-epaper-done@2x.png") 50% 0px no-repeat;
	padding-top: 63px;
}
.order_set .item{
	margin-bottom: 20px;
	background: #f7f7f7;
}
.order_set .item:last-child{
	margin-bottom: 0px;
}
.order_set .item .title_show{
	padding: 30px;
	border-bottom: 1px solid #ddd;
}
.order_set .item .title_show .view{
	padding-right: 34px;
	/*
	background: url("../images/arrow-point-to-right_down.png") right 50% no-repeat;
	*/
}
.order_set .item .title_show h3{
	font-size: 21px;
	margin-right: 30px;
}
.order_set .item .title_show label{
	display: block;
	font-size: 18px;
	margin-right: 20px;
}
.order_set .item .title_show label input{
	width: 20px;
	height: 20px;
	margin-right: 10px;
	vertical-align: middle;
}
.order_set .item .select_show{
	padding: 30px;
}
.order_set .item .select_show h4{
	font-size: 16px;
	margin-bottom: 10px;
}
.order_set .item .select_show .select_ul{
	margin: 0px -5px;
}
.order_set .item .select_show .select_ul li{
	cursor: pointer;
	padding: 0px 5px;
	width: 33.33%;	
	margin-bottom: 10px;
}
.order_set .item .select_show .select_ul li .view{
	height: 45px;
	padding: 9px 5px;
	line-height: 25px;
	border: 1px solid #fed238;
	background: #Fff;
	-webkit-border-radius: 2px;
	        border-radius: 2px;
	font-size: 16px;
}
.order_set .item .select_show .select_ul li .view p:first-child{
	width: 25px;
	height: 25px;
	-webkit-border-radius: 2px;
	        border-radius: 2px;
	border: 1px solid #ddd;
	text-align: center;
	line-height: 23px;
	margin-right: 10px;
	color: #feba38;
	font-family: arial;
	font-size: 18px;
}
.order_set .item .select_show .select_ul li:hover .view,.order_set .item .select_show .select_ul li.now .view{
	background: #fed238;
	color: #333;
}
.order_set .item .select_show .select_ul li:hover .view p:first-child,
.order_set .item .select_show .select_ul li.now .view p:first-child{
	color: #FFF;
	border: 1px solid #fff;
}
.select_group{
	margin-bottom: 20px;
	width: 300px;
	position: relative;
	background: url("../images/play-button.png") right 50% no-repeat;
	height: 40px;
	padding-right: 45px;
}
.select_group>p{
	background: #FFF;
	border: 1px solid #ddd;
	height: 40px;
	line-height: 40px;
	padding: 0px 10px;
}
.select_group .layer_2{
	display: none;
	position: absolute;
	top:40px;
	left: 0px;
	width: 100%;
	background: #FFF;
}
.select_group .layer_2 ul{
	height: 150px;
	border: 1px solid #ddd;
	-ms-overflow-y: auto;
	    overflow-y: auto;
}
.select_group .layer_2 ul li{
	cursor: pointer;
	padding-left: 35px;
	line-height: 30px;
}
.select_group .layer_2 ul li:hover{
	background-color: #c8c8c8;
}
.select_group .layer_2 ul li.now{
	background-color: #1e90ff;
	color: #FFF;
}
.select_group .layer_2 ul li:hover,
.select_group .layer_2 ul li.now{
	background-image: url("../images/checked.png");
	background-position: 10px 50%;
	background-repeat: no-repeat;
}
.select_now{
	margin-bottom: 40px;
}
.select_now li{
	margin:0px 10px 10px 0px;
	height: 40px;
	line-height: 40px;
	padding: 0px 10px;
	background: #ddd;
}
.select_now li button{
	width: 40px;
	height: 40px;
	background: url("../images/cancel_button.png") right 50% no-repeat;
}
.finish_black{
	width: 100%;
	font-family: '微軟正黑體';
	line-height: 50px;
	font-weight: bold;
	font-size: 18px;
	color: #FFF;
	background: #333;
}
.epaper_set{
	padding: 30px;
}
@media screen and (max-width:768px){
	.reply_tpye{
		position: relative;
		padding-top: 55px;
	}
	.reply_tpye .item:last-child{
		position: absolute;
		top:0px;
		left: 0px;
		width: 100%;
		margin: 0px;
	}
	.reply_tpye .item:last-child p{
		float: left;
		width: 48%;
		margin: 0px;
	}
	.reply_tpye .item:last-child p:last-child{
		float: right;
	}
	.reply_tpye .item p span{
		font-size: 25px;
	}
	.upload_pic ul{
		margin-left: 113px;
	}
	.discuss_box .link_input .right_part .show,.upload_pic ul li{
		position: relative;
	}
	.discuss_box .new .add_tool .right_part_1 .visit_form .link_input .right_part button,
	.discuss_box .new .add_tool .right_part_1 .visit_form .upload_pic ul li button{
		position: absolute;
		right: 0px;
		top: 0px;
		margin-bottom: 0px;
	}
	.discuss_box .link_input .right_part p,.upload_pic ul li p{
		padding-right: 5px;
		float: none;
		overflow: hidden;
	}
	.discuss_box .link_input .right_part{
		margin-left: 138px;
		overflow: hidden;
	}
	.discuss_show .part{
		width: 100%;
	}
	.discuss_show .part.fleft{
		padding-right: 0px;
	}
	.discuss_show .part.fright{
		padding-left: 0px;
	}
	.discuss_show .part .item:first-child ,
	.discuss_show .part .item:last-child{
		font-size: 12px;
		padding: 10px;
	}
	.discuss_show .part .item .top_tool{
		position: relative;
		padding-bottom: 30px;
	}
	.discuss_show .part .item .top_tool>.fright{
		position: absolute;
		left: 0px;
		bottom: 0px;
	}
	.discuss_show .part .item .top_tool .left_part{
		margin: 0px;
	}
	.discuss_show .part .item .view .tool .item{
		width: 60px;
		padding: 5px 0px;
	}
	.discuss_show .part .item .view .tool .item span{
		display: block;
		float: none;
		text-align: center;
		line-height: 15px;
		font-size: 12px;
	}
	.discuss_show .part .item .view .tool .item span:last-child{
		font-size: 24px;
		line-height: 25px;
	}
	.discuss_show .part .item .view .tool .item:nth-child(2){
		margin-bottom: 10px;
	}	
	.discuss_show .part .item .view .tool .item:nth-child(3) button:first-child{
		margin-bottom: 10px;
	}
	.discuss_show .part .item .view .tool .item:nth-child(3) button{
		width: 60px;
		height: 50px;
	}
	.discuss_show .part .item .view .left_part{
		margin-right: 70px;
	}
	.discuss_tab.tab_tool{
		display: block;
		margin: 0px -10px 30px -10px;
	}
	.discuss_tab.tab_tool a:nth-child(1),
	.discuss_tab.tab_tool a:nth-child(2){
		background: #aaa;
	}
	/*.discuss_tab.tab_tool a:nth-child(1):hover,*/
	.discuss_tab.tab_tool a:nth-child(1).now{
		background: #91b400
	}
	/*.discuss_tab.tab_tool a:nth-child(1):hover span,*/
	.discuss_tab.tab_tool a:nth-child(1).now span {
		background: url("../images/arrow_down_red.png") 50% 50% no-repeat;
	}
	/*.discuss_tab.tab_tool a:nth-child(2):hover,*/
	.discuss_tab.tab_tool a:nth-child(2).now{
		background: #ff802b;
	}
	/*.discuss_tab.tab_tool a:nth-child(2):hover span,*/
	.discuss_tab.tab_tool a:nth-child(2).now span{
		background: url("../images/orange_light.png") 50% 50% no-repeat;
	}
	.discuss_tab.tab_tool a:nth-child(1) p,
	.discuss_tab.tab_tool a:nth-child(2) p{
		background: none;
		padding: 0px;
		font-size: 16px;
	}
	.order_set .item .title_show{
		padding: 15px;
	}
	.order_set .item .title_show h3{
		margin-right:0px;
	}
	.order_set .item .title_show label{
		margin-top: 10px;
	}
	.order_set .item .title_show .view{
		background-position: right 5px;
	}
	.order_set .item .select_show{
		padding: 15px;
	}
	.order_set .item .select_show .select_ul li{
		width: 100%;
	}
	.epaper_set{
		padding: 20px;
	}
	.select_group{
		width: 100%;
	}
	.select_now li{
		width: 100%;
		margin-right: 0px;	
	}
}


.upinc{
	background: url("../images/pinlk.png") center 8px no-repeat;
	background-color: #FFF;
	width: 105px;
	font-size: 15px;
	color: #555;
	position: relative;
	font-family: 'Microsoft JhengHei', 'Ubuntu', sans-serif;
	height: 60px;
	cursor: pointer;
	text-align: center;
	padding-top: 30px;
	margin-bottom: 10px;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
}
.upinc input{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    z-index: 2;
}
.upinc:hover,.btnpica:hover,.linkkk:hover{
	background-color: #f5f5f5;
}
.btnpica{
	width: 105px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	cursor: pointer;
	margin-bottom: 10px;
	background: #FFF;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
}

.linkkk{
	background: url("../images/weblink.png") center 8px no-repeat;
	background-color: #FFF;
	width: 105px;
	font-size: 15px;
	color: #555;
	position: relative;
	font-family: 'Microsoft JhengHei', 'Ubuntu', sans-serif;
	height: 60px;
	cursor: pointer;
	text-align: center;
	padding-top: 30px;
	margin-bottom: 10px;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
}
.orange_btn.save{
	width: 105px;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.orange_btn.save:hover{
	background: #e84b2c;
    border-bottom: 0px;
}

.img_xx{
	position: absolute;
	background: url("../images/deletea.png") center no-repeat;
	width: 24px;
	height: 24px;
	top: 10px; right: 10px;
}
.imgarr{
	position: relative;
}
.scor_215{
	height: 215px;
	overflow-y:scroll;
}

@media screen and (max-width: 768px){
	.upinc{
		width: 60px;font-size: 12px;
		height: auto;
		line-height: 18px;
		padding: 30px 5px 0px 5px;
	
	}
	.btnpica{
		width: 60px;font-size: 12px;font-size: 12px;
		padding: 0px 5px;
	}
	.linkkk{
		width: 60px;font-size: 12px;height: auto;
		padding: 30px 5px 0px 5px;
		line-height: 18px;
	}
	.orange_btn.save{
		width: 60px;
		font-size: 12px;
		padding: 0px 5px;
	}
	.agblu,.agred{
		/* width: 60px; */
	}
	.agblu .agreebtn,.agred .agreebtn{
		/* float: inherit; */
		margin: 0 auto;
	}
	.agblu .peonum,.agred .peonum{
		/* width: 100%;
		margin: 0; */
	}

}

@media screen and (max-width: 374px){

	.reply_tpye .tool{ 
    	width:50%;
	}
	.reply_tpye .fright.tool .fleft{
		float: right;
	}
}