a {
    text-decoration: none
}

ul {
    list-style: none
}

.product-section {
    padding: 90px 0 50px;
    position: relative;
    background-size: cover;
}

.product-wrapper {
    max-width: 1400px;
    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: 0 25px;
}

.product-features .product-body:after {
    content: "";
    width: 100%;
    height: 3px;
    background-size: 100% auto;
    background: url(../images/productbase-features-model.png) no-repeat center;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 0;
}

.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: #333333;
    opacity: 0.7;
    transition: all 0.1s
}

.features-item i {
    position: absolute;
    width: 75%;
    height: 33px;
    background-size: contain;
    background: url(../images/productbase-features-timeline.png) no-repeat right center;
    left: -25%;
    margin-left: 10px;
    top: 35px;
    z-index: 3
}

.features-item .features-info {
    display: block;
    margin: 0 auto;
    padding: 20px 53px;
    transition: all 0.3s;
    border-radius: 2px
}

.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: 16px;
    color: #333333;
    line-height: 24px;
    overflow: hidden
}

.features-item.dark i {
    background-size: contain;
    background: url(../images/productbase-features-timeline-dark.png) no-repeat right center;
}

.features-item:hover i {
    width: 75%;
    margin-left: 13px;
    background-size: contain;
    background: url(../images/productbase-features-timeline-hover.png) no-repeat right center;
}

/*左右按钮*/
.product-features .swiper-button-prev {
    width: 30px;
    height: 40%;
    left: -15px;
    top: 60%;
    background: none
}

.product-features .swiper-button-prev:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 35px;
    height: 50px;
    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: 30px;
    height: 40%;
    right: -15px;
    top: 60%;
    background: none
}

.product-features .swiper-button-next:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 35px;
    height: 50px;
    background: url(../images/productbase-features-right.png) no-repeat;
    background-size: 100% 100%;
    top: 50%;
    margin-top: -15px;
    left: 50%;
    margin-left: -7px
}

.lc-text {
    text-align: left;
}

.lc-text>p:last-child {
    color: #666;
    font-size: 14px;
    margin-top: 15px;
    line-height: 30px;
}