
.faqsCont{
	width: 100%;
	position: relative;
	padding-top: 233px;
}
.faqsCont .faqsContDiv{
	max-width: 1680px;
	width: 100%;
	padding: 0 40px;
	margin: 0 auto;
	text-align: center;
	color:#000;
	background-color: #fff;
	padding-top: 80px;
}
.faqsCont .faqsContDiv .title h2{
	font-size: 52px;
	font-weight: 500;
}
.faqsCont .faqsContDiv .title div.clear{
	clear: both;
}
.faqsCont .faqsContDiv .title div.l{
	width: 110px;
	max-height: 5px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 45px;
}
.faqsCont .faqsContDiv .title div.l div{
	background-color: #FF2370;
	float: left;
	margin-right: 8px;
	border-radius: 10px;
}
.faqsCont .faqsContDiv .title div.l div:nth-child(1),.faqsCont .faqsContDiv .title div.l div:nth-child(3){
	width: 12px;
	height: 8px;
}
.faqsCont .faqsContDiv .title div.l div:nth-child(1){
	margin-left: 10px;
}
.faqsCont .faqsContDiv .title div.l div:nth-child(2){
	width: 40px;
	height: 8px;
}
.faqsCont .faqsContDiv .title p{
	color: #333;
	font-size: 18px;
}

.faqsCont .faqsContDiv .cont{
	margin-top: 5rem;
}

.faqsCont .faqsContDiv .cont > ul{
	list-style: none;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.faqsCont .faqsContDiv .cont > ul > li{
	width: 45%;
}
.faqsCont .faqsContDiv .cont > ul > li dl {
	text-align: left;
	position: relative;
	padding-bottom: 3rem;
}
.faqsCont .faqsContDiv .cont > ul > li dl dt {
	font-weight: bold;
	font-size: 1rem;
	line-height: 1.6;
	padding-bottom: 0.5rem;
	padding-left: 80px;
}
.faqsCont .faqsContDiv .cont > ul > li dl dt::before {
	content: '';
	width: 50px;
	height: 50px;
	background-image: url(../_lj_image/faq/ico-FAQ-target-01.svg);
	background-repeat: no-repeat;
	background-position: 57% 47%;
	position: absolute;
	left: 0;
	top: 25px;
	transition: padding 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.faqsCont .faqsContDiv .cont > ul > li dl:hover dt::before {
	background-image: url(../_lj_image/faq/ico-FAQ-target-01-W.svg);
	background-color: #FF2370;
	border-radius: 50%;
	padding: 1.5rem;
	background-position: 57% 47%;
	transform: translate(-1.5rem, -1.5rem);
	background-size: 50px 50px;
}
.faqsCont .faqsContDiv .cont > ul > li dl dd {
	font-size: 0.8rem;
	color: #666666;
	line-height: 1.6;
	padding-left: 80px;
}
.faqsCont .faqsContDiv .cont > ul > li dl dd h5 {
	font-weight: normal;
	font-size: 0.8rem;
	padding-top: 0.5rem;
}
.faqsCont .faqsContDiv .cont > ul > li dl dd h5 a {
	color: #FF2370;
}
.faqsCont .faqsContDiv .cont > ul > li dl dd::before {
	content: '';
	position: absolute;
	width: 1px;
	top: 100px;
	left: 23px;
	height: calc(100% - 95px);
	background-color: #FF2370;
}
.faqsCont .faqsContDiv .cont > ul > li:nth-last-child(1) dl dd::before,
.faqsCont .faqsContDiv .cont > ul > li:nth-last-child(2) dl dd::before {
    height: 0;
}
.faqsCont .faqsContDiv .cont > ul > li div.li{
	width: 100%;
}
.faqsCont .faqsContDiv .cont > ul > li div.li div.text{
	width: 100%;
	min-height: 160px;
}
.faqsCont .faqsContDiv .cont > ul > li div.li .clear{
	clear: both;
}
.faqsCont .faqsContDiv .cont > ul > li div.li div.text div{
	float: left;
}
.faqsCont .faqsContDiv .cont > ul > li div.li div.text .l{
	width: 15%;
}
.faqsCont .faqsContDiv .cont > ul > li div.li div.text .l img.a, .faqsCont .faqsContDiv .cont > ul > li div.li div.text .l img.b{
	position: relative;
	top: 48px;
	right: 56px;
}
.faqsCont .faqsContDiv .cont > ul > li div.li div.text .l img.a{
	width: 55px;
	height: 55px;
}
.faqsCont .faqsContDiv .cont > ul > li div.li div.text .l img.b{
	/* width: 120px;
	height: 120px; */
	right: 58px;
}
.faqsCont .faqsContDiv .cont > ul > li div.li div.text .r{
	width: 85%;
	text-align: left;
}
.faqsCont .faqsContDiv .cont > ul > li div.li div.text .r div.title{
	
}
.faqsCont .faqsContDiv .cont > ul > li div.li div.text .r div.title h5{
	color: #222;
	font-size: 22px;
	margin-bottom: 8px;
}
.faqsCont .faqsContDiv .cont > ul > li div.li div.text .r div.title div.p{
	width: 80%;
}

.faqsCont .faqsContDiv .cont > ul > li div.li div.link{
	width: 100%;
	height: 118px;
}
.faqsCont .faqsContDiv .cont > ul > li div.li div.link div{
	float: left;
}
.faqsCont .faqsContDiv .cont > ul > li div.li div.link .l{
	position: relative;
	bottom: 14px;
	width: 15%;
	height: 100%;
	border-left: 2.2px solid #FF2370;
}
.faqsCont .faqsContDiv .cont > ul > li div.li div.link .r{
	width: 85%;
	height: 100%;
	text-align: left;
	margin-top: 10px;
}
.faqsCont .faqsContDiv .cont > ul > li div.li div.link .r a{
	color: #FF2370;
}

@media screen and (max-width:1200px){
	.faqsCont .faqsContDiv{
		padding-top: 40px;
	}
	.faqsCont .faqsContDiv .cont > ul > li{
		width: 48%;
	}
	.faqsCont .faqsContDiv .title h2{
		font-size: 46px;
	}
}
@media screen and (max-width:1024px){
	.faqsCont .faqsContDiv .cont > ul{
		flex-direction: column;
	}
	.faqsCont .faqsContDiv .cont > ul > li{
		width: 100%;
	}
	.faqsCont .faqsContDiv .cont > ul > li:nth-last-child(2) dl dd::before{
		height: calc(100% - 95px);
	}
}
@media screen and (max-width:860px){
	.faqsCont{
		padding-top: 0;
	}
}
@media screen and (max-width:768px){
	.faqsCont .faqsContDiv .title h2{
		font-size: 38px;
	}
	.faqsCont .faqsContDiv .title div.l div:nth-child(1){
		height: 6px;
	}
	.faqsCont .faqsContDiv .title div.l div:nth-child(2){
		height: 6px;
	}
	.faqsCont .faqsContDiv .title div.l div:nth-child(3){
		height: 6px;
	}
	.faqsCont .faqsContDiv .title p{
		font-size: 16px;
	}
	.faqsCont .faqsContDiv{
		padding: 40px 10px;
	}
	.faqsCont .faqsContDiv .cont{
		padding-left: 20px;
	}
}