.cent1{
	background-image: url('../img/p1_img.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	padding:2em 0 2rem;
}
.cent1 .lt{
	width: 50%;
}
.cent1 .rt{
	width: 50%;
}
.cent1 .rt .img{
	width: 100%;
	max-width: 400px;
	border-radius:50%;
	background-color: #D5E1E1;
	margin:auto;
}
.cent_top{
	padding:1rem 0 0;
}
.cent_top .top_rad{
	position: absolute;
	width: 100px;
	height: 100px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	font-size: 1.2rem;
	left: 3%;
	top:0;
}
.cent_top .top_rad span{
	display: inline-block;
	padding-top: 20px;
}
.cent_top .top_box{
	padding:2rem;
	
}
.cent_top .top_bg{
	width: 100%;
	background-color: #F5F5F5;
	display: flex;
	flex-direction: row;
  	flex-wrap: wrap;
}
.top_box .lt{
	width: 40%;
	padding-top: 0.5rem;
}
.top_box .lt .img{
	background-color: #ffffff;
	margin: 0 0.5rem 0 0.5rem;
	text-align: center;
	border-radius: 0.5rem;
	padding:0.5rem 0 0.5rem;
}
.top_box .lt .img img{
	width: 170px;
	
}
.top_box .lt .score{
	margin:0.5rem;
	background-color: #ffffff;
	padding:0.5rem 0 0.5rem;
	display: flex;
	justify-content: space-between;
	border-radius: 0.5rem;
}
.top_box .lt .score_lt{
	margin-left: 1rem;
}
.top_box .lt .score_rt{
	width: 70px;
	margin-right: 1rem;
}
.top_box .lt .price{
	background-color: #ffffff;
	margin:0.5rem;
	padding:1rem 0 1rem;
	display: flex;
	justify-content: space-between;
	border-radius: 0.5rem;
}
.top_box .lt .price_lt{
	font-size: 1.2rem;
	margin-left: 1rem;
}
.top_box .lt .price_rt{
	margin-right: 1rem;
	text-decoration: line-through;
}
.top_box .rt{
	width: 60%;
	
}
.top_box .rt .desc{
	margin:0.5rem 0.5rem 0.5rem 0;
	padding:1rem;
	background-color: #ffffff;
	border-radius: 0.5rem;
}
.top_box .rt li{
	background-image: url('../img/icon_done.png');
	background-repeat: no-repeat;
	background-size: 20px;
	padding-left: 30px;
	background-position: 5px 5px;
	font-size: 1.2rem;
	line-height: 1.7rem;
	margin-bottom: 0.8rem;
}
.top_box .rt li span{
	font-weight: bold;
}
.btn{
	width: 280px;
}
.a_btn{
	display: inline-block;
	margin:1rem 0 1rem;
}
.cent2{
	padding:1rem 0 1rem;
}
.cent2 .lt{
	width:50%;
	position: relative;
}
.cent2 .pro_img{
	position: absolute;
	right: 5%;
	bottom: 0;
	width: 30%;
}
.cent2 .lt .desc{
	width: 60%;
	margin-left: 10%;
	max-width: 280px;
}
.cent2 .lt .title{
	background-color: #FD6621;
	color: #fff;
	padding:0.7rem 0 0.7rem;
	font-size: 1.2rem;
	font-weight: bold;
	width: 180px;
	text-align: center;
	border-radius: 1rem;
	border-bottom: 4px solid #333;
	margin-left: 5%;
	margin: auto;
	margin-bottom: 1rem;
}
.cent2 .price{
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding:2rem 0 1rem;
}
.cent2 .price_lt{
	font-size: 1.5rem;
	font-weight: bold;
	margin-left: 1rem;
}
.cent2 .price_rt{
	text-decoration: line-through;
	font-size: 1.2rem;
	margin-right: 2rem;
}
.cent2 .rt{
	width: 50%;
}
.cent2 .rt .desc{
	padding:1rem;
}
.cent2 .rt li{
	margin-bottom: 0.8rem;
}
.cent2 .rt li h4{
	position: relative;
	padding-bottom: 0.7rem;
}
.cent2 .rt li h4::after{
	position: absolute;
	content: "";
	width: 300px;
	height: 10px;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url('../img/p5_light.png');
}
.cent2 .rt li p{
	font-size: 1rem;
	line-height: 1.5rem;
	margin:0 0 0.6rem 0;
}
.cent3 h2{
	text-align: center;
	padding:1rem 0 1rem;
}
.cent3 h2 span{
	position: relative;
	/*padding-bottom: 0.5rem;*/
}
.cent3 h2 span::after{
	position: absolute;
	bottom: 0.2rem;
	z-index: -10;
	left: 0;
	content: "";
	height: 8px;
	width: 100%;
	border-radius: 4px;
	background-image: linear-gradient(to bottom, #FF4C00, #FFF36C);
}

.cent3 .lt{
	width: 46%;
	padding:1rem 2% 1rem 2%;
}
.cent3 .lt h4{
	font-size: 1.5rem;
	text-decoration: underline;
}
.cent3 .rt{
	width: 50%;
	padding:1rem 0 1rem;
}
.cent4{
	padding:1rem 0 1rem;
}
.cent4 .lt{
	width: 46%;
	padding:0 2% 0 2%;
}
.cent4 .lt ul{
	padding:0.5rem 0 0.5rem;
}
.cent4 .lt li{
	background-image: url('../img/p8_icon.png');
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 35px;
	font-size: 1.1rem;
	line-height: 1.6rem;
	margin-bottom: 0.8rem;
}
.cent4 .rt{
	width: 50%;
}
.cent5{
	width: 100%;
	position: relative;
}
.cent5 .desc{
	position: absolute;
	width: 60%;
	left: 10%;
	top:1rem;
	color: #ffffff;
}
.cent5 .desc ul{
	width: 100%;
	display: flex;
	flex-direction: row;
  	flex-wrap: wrap;
}
.cent5 .desc li{
	width: 40%;
	margin-top: 1rem;

}
.cent5 .desc li img{
	width: 35px;
	margin-right: 0.8rem;
}
.cent6{
	padding:1rem 0 1rem;
	background-color: #000000;
	color: #ffffff;
	display: flex;
	flex-direction: row;
  	flex-wrap: wrap;
  	justify-content: space-between;
  	align-items: center;
}
.cent6 .lt{
	width: 64%;
	margin-left: 2%;
}
.cent6 .lt ul{
	padding:0.5rem 0 0.5rem;
}
.cent6 .lt li{
	background-image: url('../img/p8_icon.png');
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 35px;
	font-size: 1.1rem;
	line-height: 1.6rem;
	margin-bottom: 0.8rem;
}
.cent6 .rt{
	width: 32%;
}
.cent7{
	background-color: #000000;
	padding:1rem 0 1rem;
	display: flex;
	flex-direction: row;
  	flex-wrap: wrap;
  	justify-content: space-between;
  	align-items: center;
}
.cent7 .lt{
	width: 65%;
	color: #ffffff;
	margin:0 0 0 3%;
}
.cent7 .lt h4{
	font-size: 1.4rem;
	font-weight: normal;
	color: #F87842;
	text-decoration: underline;
}

.cent7 .lt ul{
	padding:0.5rem 0 0.5rem;
}
.cent7 .lt li{
	background-image: url('../img/p8_icon.png');
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 35px;
	font-size: 1.1rem;
	line-height: 1.6rem;
	margin-bottom: 0.8rem;
}
.cent7 .lt .img_mob{
	display: none;
}
.cent7 .rt{
	width: 30%;
}
.cent7 .rt .img{
	width: 200px;

}
@media (max-width: 1200px){
	
}


@media (max-width: 960px){
	.cent1 .lt{
		width: 55%;
	}
	.cent1 .rt{
		width: 40%;
	}

	.cent3 .lt{
		order:2;
		width: 94%;
		padding:1rem 3% 1rem 3%;
	}
	.cent3 .rt{
		order:1;
		width: 100%;
		padding:0;
	}
	.cent4 .lt{
		order:2;
		width: 100%;
	}
	.cent4 .rt{
		order:1;
		width: 100%;
	}
	.cent5 .desc{
		position: relative;
		color: #000000;
		width: 94%;
		padding:0 3% 1rem 3%;
		margin:0;
		left:0;
		top:0;
	}
	.cent5 .desc ul{
		justify-content: space-between;
	}
	.cent5 .desc li{
		width: 280px;
		background-color: #333;
		color: #fff;
		padding:0.6rem 0 0.6rem;
		border-radius: 0.6rem;
	}
	.cent5 .desc li img{
		margin-left: 1rem;
	}
}

@media (max-width: 768px){
	.cent1{
		padding:1rem 0 1rem;
	}
	.cent1 .lt{
		width: 100%;
		order: 2;
	}
	.cent1 .rt{
		width: 100%;
		order:1;
	}
	.top_box .lt{
		width: 100%;
	}
	.top_box .rt{
		width: 100%;
		
	}
	.top_box .rt .desc{
		margin:0 0.5rem 0.5rem 0.5rem;
	}
	.cent_top .top_box{
		padding:0.5rem;
	}
	.cent_top .top_rad{
		left: 0.5rem;
		top:0;
		font-size: 0.9rem;
		width: 65px;
		height: 65px;
	}
	.cent_top .top_rad span{
		padding-top: 10px;
	}
	.cent2 .lt{
		width: 100%;
		padding:1rem 0 0 0;
	}
	.cent2 .rt{
		width: 100%;
	}
	.cent6 .lt{
		width: 94%;
		margin:1rem 3% 1rem 3%;
	}
	.cent6 .rt{
		display: none;
	}
	.cent7 .lt{
		width: 94%;
		padding:1rem 3% 1rem 3%;
		margin:0;
	}
	.cent7 .lt .img_mob{
		display: block;
		width: 200px;
		margin:auto;
	}
	.cent7 .rt{
		display: none;
	}

}
@media (max-width: 480px){

	.cent2 .pro_img{
		bottom: 20%;
	}
	
}