.index_swiper {
    width: 100%;
    height: 36rem;
}

.index_swiper > .swiper-container,.index_swiper > .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.swiper_content {
    position: relative;
    width: 100%;
    height: 100%;
}
.my-bullet {
    width: .866667rem;
    height: .2rem;
    background: #FFFFFF;
    border-radius: .1rem;
    opacity: 0.4;
    display: inline-block;
    margin-left: .5rem;
}

.my-bullet-active {
    width: 2.066667rem;
    height: .2rem;
    background: #FFFFFF;
    border-radius: .1rem;
    opacity: 1;
    display: inline-block;
}

.index_swiper .swiper-pagination-bullets{
    bottom: 3.6rem !important;
    left: 0;
    width: 100%;
}
.index_swimg {
    width: 100%;
    height: 100%;
    z-index: -1;
}

.index_con {
    position: absolute;
    top: 12.666667rem;
    color: #fff;
    width: 100%;
    text-align: center;
    margin: auto;
    left: 0rem;
    right: 0rem;
    z-index: 999;
}

.index_con h1 {
    font-size: 2.333333rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 2.666667rem;
    margin: 0rem;
    margin-bottom: 2rem;
}

.index_con p {
    margin-top: 1rem;
    font-size: .933333rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}



.index_con .button {
    font-size: .733rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    min-width: 9.6rem;
    padding: .617rem 1.266667rem;
    text-align: center;
    border-radius: 1.666667rem;
    cursor: pointer;
    border: .033333rem solid #FE2C55;
}
.index_con .button:hover{
    background: #FE2C55;
}
.swiper_button{
    display: inline-flex;
    margin-top: 3.333333rem;
}
.index_con .android{
    margin-right: 3.2rem;
}
.index_con .hollowButton {
    border: .033333rem solid #FE2C55;
}
@media (max-width:765px) {
    .index_swiper{
        height: 100vh;
    }
    .index_con{
        top: 33%;
    }

}