.indexYuding {
    background-color: #17203E;
    text-align: center;
    color: #FFFFFF;
    padding: 60px 0;
}

.indexYuding .name {
    font-size: 16px;
    padding-bottom: 20px;
    color: #AE9235;
}

.indexYuding .desc {
    font-size: 36px;
    padding-bottom: 20px;
}

.indexYuding .href a {
    display: inline-block;
    border: 1px solid #FFFFFF;
    padding: 10px 30px;
    font-size: 12px;
    color: #FFFFFF;
}

@media screen and (max-width: 750px) {
    .indexYuding {
        padding: 30px 10px;
    }

    .indexYuding .desc {
        font-size: 24px;
    }

    .indexYuding .href a {
        padding: 6px 20px;
    }
}

.indexPrize {
    padding-bottom: 50px;
}

.indexPrize .name {
    font-size: 36px;
    text-align: center;
    padding-bottom: 20px;
}

.indexPrize .img {
    width: 100%;
}

@media screen and (max-width: 750px) {
    .indexPrize {
        padding: 0 10px 30px 10px;
    }

    .indexPrize .name {
        font-size: 24px;
    }
}

.swiper-cardFuzhu {
    position: relative;
}

.swiper-prev-next-card {
    position: absolute;
    width: 100px;
    right: 0;
    top: -40px;
}

.swiper-prev-next-card .swiper-button-prev,
.swiper-prev-next-card .swiper-button-next {
    color: #AE9235;
    width: 30px;
    height: 30px;
    border: 1px solid #AE9235;
    border-radius: 100%;
}

.swiper-prev-next-card .swiper-button-prev:after,
.swiper-prev-next-card .swiper-button-next:after {
    font-size: 16px;
}

.indexPrizeBg {
    background: url("../image/indexBg.png") no-repeat;
    background-size: 100% 100%;
}

@media screen and (max-width: 750px) {
    .indexPrizeBg {
        background: url("../image/indexBgMobile.png") no-repeat;
        background-size: 100% 100%;
    }
}