@charset "utf-8";
.pcBanner {
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	background: var(--white);
}
.pcBanner_left {
	width: 90px;
	height: 90px;
	float: left;
}
.pcBanner_left img {
	width: 90%;
	height: 90%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	box-shadow: 0 0 5px #DDD;
}
.pcBanner_right {
	width: calc(100% - 100px);
	margin-left: 10px;
	float: left;
}
.pcBanner_right .pcName {
	width: calc(100% - 80px);
	float: left;
}
.pcBanner_right .pcName h1 {
	font-weight: bold;
	line-height: 28px;
	font-size: 1.1rem;
	margin-bottom: 10px;
}
.pcBanner_right .pcName label {
	box-sizing: border-box;
	padding: 3px 10px;
	background: var(--blue);
	color: var(--white);
	font-size: 0.9rem;
	width: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.pcBanner_right .pcButton {
	width: 70px;
	float: left;
	margin-left: 10px;
}
.pcBanner_right .pcButton {
	margin-left: 10px;
}
.pcBanner_bottom {
	color: var(--gray);
	font-size: 1rem;
}