@charset "utf-8";

@media(max-width:767.98px) {
    .product-features .swiper-button-next{
        left: 89vw;
        right: unset !important;
        opacity: 1;
        z-index: 999;
    }

    .swiper-button-prev, .swiper-button-next{
        display: none;
    }
}

@keyframes slide {
    0% {
        background-position: 0% 0%; /* 初始位置 */
    }
    100% {
        background-position: 100% 0%; /* 最终位置 */
    }
}

.product-section {
    padding-top: 80px;
	padding-bottom: 50px;
	position: relative;
	/* background: url(../images/productBase-features-bag.jpg) no-repeat; */
    /* animation: slide 10s infinite alternate; */
    /* background-position: 85% -38px; */
	/* background-size: cover; */
    margin: 0 auto;
}
.features-item .features-info .features-info-s +.features-info-s{
    margin: 0;
}
.product-title {
	padding: 50px 10px 30px;
	font-weight: normal;
	font-size: 36px;
	line-height: 46px;
	color: #252b3a;
	text-align: center;
	color: #ffffff
}
.product-wrapper {
	max-width: 1200px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative
}
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}
.product-features .product-body {
	margin: 0px 25px
}
.product-features .product-body:after {
	content: "";
	width: 100%;
	height: 3px;
	background: url(../images/productBase-features-model.png) no-repeat;
	background-size: 100% auto;
	background-position: center;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 0
}
/*li*/
.features-item {
	position: relative;
	float: left
}
.features-slide .features-item>* {
	/*text-align: center*/
}
.features-item h3 {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 50px;
	color: #ffffff;
	opacity: 0.7;
	transition: all 0.1s;
    user-select: none;
}
.features-item i {
	position: absolute;
	width: 75%;
	height: 33px;
	background: url(../images/productBase-features-timeline.png) no-repeat;
	background-size: contain;
	background-position: right center;
	left: -25%;
	margin-left: 10px;
	top: 35px;
	z-index: 3
}
p.features-info-s{
    margin-bottom: 15px;
}
.features-item .features-info {
	display: block;
	margin: 0 auto;
	padding: 20px;
    padding-top: 30px;
	transition: all 0.3s;
	border-radius: 2px;
    /*text-align:justify;*/
}
.features-item .features-info .features-info-i {
	font-size: 14px;
	color: #A0A2A8;
	line-height: 22px;
	margin-bottom: 10px
}
.features-item .features-info .features-info-s {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
	overflow: hidden;
    user-select: none;
	max-width: 88vw;
}
.features-item.dark i {
	background: url(../images/productBase-features-timeline-dark.png) no-repeat;
	background-size: contain;
	background-position: right center
}
/*鼠标悬浮效果*/
.features-item:hover h3 {
	font-size: 22px;
	line-height: 28px;
	opacity: 0.9
}
.features-item:hover i {
	width: 75%;
	margin-left: 13px;
	background: url(../images/productBase-features-timeline-hover.png) no-repeat;
	background-size: contain;
	background-position: right center
}
.features-item:hover a {
	background: url(../images/productBase-features-info.png) no-repeat;
	background-size: 100% 100%
}
/*左右按钮*/
.product-features .swiper-button-prev {
	width: 40px;
	height: 40%;
	left: 10px;
	top: 40%;
	background: none;
    /* border: 1px solid #fff */
}
.product-features .swiper-button-prev:after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 15px;
	height: 30px;
	background: url(../images/productBase-features-left.png) no-repeat;
	background-size: 100% 100%;
	top: 50%;
	margin-top: -15px;
	left: 50%;
	margin-left: -7px
}
.product-features .swiper-button-next {
	width: 40px;
    height: 40%;
    right: 10px;
    top: 40%;
    background: none;
    /* border: 1px solid #fff; */
}
.product-features .swiper-button-next:after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 15px;
	height: 30px;
	background: url(../images/productBase-features-right.png) no-repeat;
	background-size: 100% 100%;
	top: 50%;
	margin-top: -15px;
	left: 50%;
	margin-left: -7px
}

.swiper-slide {
    list-style: none;
}


