@charset "utf-8";

.cp_comment_widget {
	margin: 0;
	padding: 0;
	margin: 0;
	padding: 0;
	border: none;
	font-family: sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
}

.cp_comment_widget img {
	vertical-align: bottom;
	border: none;
}

.cp_comment_widget a {
	text-decoration: none;
	color: #2950bf;
}

.cp_comment_widget {
	position: relative;
	width: 975px;
	height: 601px;
	background: url(../img/pc_base.png) no-repeat center top;
	background-size: 975px 601px;
	margin: 0 auto 96.5px;
}

.cp_comment_cn {
	position: absolute;
	width: 620px;
	height: 166px;
	top: 210px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.cp_comment_more {
	position: absolute;
	bottom: 130px;
	left: 50%;
	transform: translateX(-50%);
	width: 77px;
	height: 13.5px;
	background: url(../img/pc_more.png) no-repeat center top;
	background-size: 77px;
	cursor: pointer;
	transition: 0.2s;
}

.cp_comment_more:hover {
	opacity: 0.8;
}

.cp_comment_name {
	font-size: 30px;
	color: #efdc5c;
	font-weight: bold;
	text-align: center;
}

.cp_comment_job {
	font-size: 18px;
	color: #dd83ad;
	font-weight: bold;
	text-align: center;
}

.cp_comment_comment {
	font-size: 15px;
	color: #fff;
	line-height: 30px;
	margin-top: 37px;
	height: 90px;
}

@media screen and (min-width: 0px) and (max-width: 800px) {
	.cp_comment_widget {
		background: url("../img/sp_base.jpg") no-repeat left top;
		background-size: 100% 100%;
		margin-top: 13.2%;
		margin-bottom: 14.8%;
	}

	.cp_comment_more {
		position: relative;
		bottom: inherit;
		right: inherit;
		background: url(../img/sp_more.png) no-repeat center top;
		background-size: 100% auto;
		cursor: inherit;
	}
}