.slide-wrap {
    width: 100%;
    height: 12.1875rem;
    position: relative;
    margin: 0 auto;
}
.main-slide{
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
}
.main-slide .swiper-slide{
    width: 100%;
    height: 100%;
}
.main-slide .swiper-slide .pic{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
}
.main-slide .swiper-slide .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 0;
}
.main-slide .swiper-slide {
    position: relative;
}
.main-slide .swiper-slide .con {
    position: absolute;
    top: 1.1rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 72%;
    overflow: hidden;
    text-align: center;
}
.main-slide .swiper-slide .con .text .tit{
    font-size: .52rem;
    line-height: 1.5;
}
.main-slide .swiper-slide .con .text .subtit{
    font-size: .35rem;
    line-height: 1.8;
}
.main-slide .swiper-slide.white .con .box{
    color: #fff;
}
.main-slide .swiper-slide.black .con .box{
    color: #000;
}
.main-slide .swiper-slide .con .buttons{
    margin-top: .6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-slide .swiper-slide .con .buttons a{
    height: .74rem;
    padding: 0 .3rem;
    border: .02rem solid #76b900;
    line-height: .74rem;
    font-size: .3rem;
    font-weight: bold;
    margin-right: .2rem;
    color: #76b900;
}
.main-slide .swiper-slide.white .con .buttons a{
    border-color: #fff;
    color: #fff;
}
.main-slide .swiper-slide.black .con .buttons a{
    border-color: #000;
    color: #000;
}
.main-slide .swiper-slide .con .buttons a:last-child{
    margin-right: 0;
}
.main-slide .swiper-slide .con .buttons a.buy{
    border-color: #76b900;
    background-color: #76b900;
    color: #fff;
}
.main-slide.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom:.6rem;
}
.main-slide .swiper-pagination-bullet{
    width: .8rem;
    height: .12rem;
    border-radius: 0;
}
.main-slide.black .swiper-pagination-bullet{
    background: #000;
}
.main-slide.white .swiper-pagination-bullet{
    background: #fff;
}
.main-slide.black .swiper-pagination-bullet.swiper-pagination-bullet-active{
/*  background: #76b900;*/
    background: #a3ff00;
}
.main-slide.white .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #a3ff00;
}
/*=====================================================*/
.feature-wrap{
    padding: .4rem;
/*    background-color: #fff;*/
    background-color: #181818;
}
.feature-wrap .feature{
    position: relative;
    width: calc(100%);
    height: auto;
    margin-top: .4rem;
}
.feature:first-of-type{
    margin-top: 0;
}
.feature .con{
    position: absolute;
    transform: translateX(-50%);
    top: 10%;
    left: 50%;
    width: 60%;
}
.feature .con.white{
    color: #fff;
}
.feature .con .text .tit{
    font-size: .5rem;
    line-height: 1.5;
    text-align: center;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.feature .con .text .subtit{
    font-size: .3rem;
    line-height: 1.5;
    text-align: center;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.feature .con .buttons{
    margin-top: .3rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feature .con .buttons a{
    height: .68rem;
    padding: 0 .28rem;
    border: .02rem solid #76b900;
    line-height: .68rem;
    font-size: .26rem;
    font-weight: bold;
    margin-right: .2rem;
    display: block;
    color: #76b900;
}
.feature .con .buttons a:last-child{
    margin-right: 0;
}
.feature .con.white .buttons a{
    border-color: #fff;
    color: #fff;
}
.feature .con.black .buttons a{
    border-color: #000;
    color: #000;
}
.feature .con .buttons a.buy{
    border-color: #76b900;
    background-color: #76b900;
    color: #fff;
}