.swiper-container {
	width: 10rem;
	height: 5.333rem;
	overflow: hidden;
}

.swiper-container .swiper-slide {
	width: 10rem;
	height: 5.333rem;
}

.swiper-slide {
	overflow: hidden;
}

.swiper-slide img {
	width: 10rem;
	height: 5.333rem;
}

.section {
	width: 92%;
	margin: 0 auto;
}

.section h1 {
	font-size: 0.5581rem;
	color: #333;
	font-weight: bold;
}

.section .center-title {
	text-align: center;
}

.product-intro {
	text-align: justify;
}

.product-intro span {
	font-size: 0.3255rem;
	color: #333;
	line-height: 170%;
}

.func-box {
	width: 48%;
	border-radius: 4px;
	box-shadow: 0 0 10px #bbb;
	margin-top: 0.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.price-box {
	width: 48%;
	border-radius: 4px;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	margin-top: 0.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.func-box-img {
	margin-top: 0.279rem;
}

.func-box-img i{
	font-size: 1.1627rem;
	color: #269df4;
}

.func-box-text {
	font-size: 0.3255rem;
	font-weight: bold;
	padding: 0.3255rem 0;
	font-size: 0.3255rem;
}

.solution-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.func-box-r {
	width: 48%;
	border:1px dashed #dbdbdd;
	border-radius: 6px;
	margin-top: 0.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: #F5F5F5;
	padding-bottom: 0.3rem;
}

.func-box-img-r {
	margin-top: 0.279rem;
}

.func-box-img-r i{
	font-size: 1.1627rem;
	color: #E52E3F;
}

.func-box-text-r {
	font-size: 0.3255rem;
	font-weight: bold;
	padding: 0.3255rem 0;
	font-size: 0.3255rem;
}

.case-box {
	width: 48%;
	height: auto;
	border:1px dashed #dbdbdd;
	margin-top: 0.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
}

.case-box img {
	width: 100%;
	height: auto;
}

.divA {
	padding-top: 0.5rem;
	position:absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3rem;
	box-sizing: border-box;
	background: rgba(8, 27, 59, .7);
	text-align: center;
}

.case-icon {
	font-size: 0.8rem;
	color: #fff;
}

.case-title {
	font-size: 0.34883rem;
	color: #fff;
	margin-top: 0.4rem;
}

.price-box-version {
	font-size: 0.3255rem;
	color: #333;
	margin-top: 0.32449rem;
}

.price-box-limit {
	font-size: 0.34883rem;
	color: #333;
	margin-top: 0.1333rem;
	font-weight: bold;
}

.price-box-desc {
	font-size: 0.30232rem;
	color: #666;
	margin-top: 0.1333rem;
	font-weight: bold;
}

.price-box-price {
	display: flex;
	width: 90%;
	height: 1rem;
	justify-content: center;
	align-items: center;
	margin-top: 0.5rem;
	padding-top: 0.5rem;
	border-top: 1px solid #e3e3e3;
	position: relative;;
}

.price-box-price::before {
	content: '';
	width: 1.3rem;
	height: 2px;
	background-color: #3a62f3;
	position:absolute;
	top: -2px;
	left: 1.3rem;
}

.price-box-price .num{
	font-size: 0.4651163rem;
	color: #3A62F3;
	font-weight: bold;
}

.price-box-price .num-tips{
	font-size: 0.30232rem;
	color: #666;
}

.price-box-renew {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.53095rem;
	height: 0.6056rem;
	font-size: 0.3023rem;
	color: #3A62F3;
	margin-top: 0.32558rem;
	margin-bottom: 0.32558rem;
	background-color: #EEF2FF;
	border-radius: 0.2325rem;
}

.section .help-list {
	list-style: none;
}

.section .help-list li {
	margin-bottom: 0.2325rem;
}

.section .help-list a {
	text-decoration: none;
	color: #333;
	font-size: 0.32558rem;
}