@charset "utf-8";

.details-item {
	position: relative;
}

.details-item h4 {
	padding-top: 32px;
	text-align: center;
	font-size: 42px;
	font-weight: bold;
	color: #333;
}

.details-item h5 {
	margin-top: 28px;
	text-align: center;
	font-size: 28px;
	/* font-weight: bold; */
	color: #333;
}

.details-item .pink {
	color: #F96666;
}

.details-item .di-tips {
	color: #C2C2C2;
	font-size: 18px;
	text-align: center;
	padding-bottom: 20px;
	max-width: 700px;
	margin: 0 auto;
}

.details-item h4.tr-sign {
	position: relative;
}

.details-item h4.tr-sign::after {
	content: '守护版';
	position: absolute;
	right: 90px; 
	top: 22px; 
	background: #FFF0EF;
	padding: 2px 10px;
	font-weight: bold;
	border-radius: 15px;
	line-height: 26px;
	font-size: 22px;
	color: #F96666;
	border-bottom-left-radius: 3px;
}

.details-item .di-point {
	margin-top: 10px;
	display: inline-block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	background: #F96666;
	color: #fff;
	font-size: 40px;  
	text-align: center;
	font-weight: bold;
	padding: 8px 68px 10px 68px;
	border-radius: 50px;
}

.details-item .di-point .yellow {
	color: #FFE2A4;
}

.details-item .btn1 {
	display: block;
	line-height: 50px;
	height: 50px;
	opacity: 1;
	color: #999999;
	text-align: center;
	font-size: 18px;  
	text-decoration: underline;
	/* font-weight: bold; */
}