#render_contest {
    width: 100%;
    background: url(../img/pic_img/home_pic_bg.jpg) no-repeat 0%;
    background-size: cover;
    color: #ffffff;
    background-position: 35% 0;
    /* position: relative; */
}
/* .contest_txt .info {
    margin-top: 3.4vw;
    width: 10vw;
    height: 2vw;
    ;
    background-color: #08d468;
    color: white;
    text-align: center;
    border-radius: 40px 40px;
}

.contest_txt .info a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1.8px;
    line-height: 1.8vw;
} */

/* 手机 */

@media (max-width: 600px) {
    .contest_txt div:nth-child(1) {
        /* padding: 130px 0 0 225px; */
        margin-top: 15px;
        position: relative;
        min-height: 250px;
    }
    html #index_page .swiper-container .swiper-wrapper .swiper-slide .contest_txt img,
    body #index_page .swiper-container .swiper-wrapper .swiper-slide .contest_txt img{
        display: block;
        max-width: 100%;
        min-width: 100%;
        height: auto;
        margin-top: 50px;
    }
    .contest_txt .info {
        width: 160px;
        height: 40px;
        background-color: #08d468;
        color: white;
        text-align: center;
        border-radius: 40px 40px;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: -230px;
        margin: auto;
    }

    .contest_txt .info a {
        /* margin-top: 3.4vw; */
        display: block;
        width: 100%;
        height: 100%;
        font-size: 16px;
        line-height: 40px;
    }

    .contest_txt .info:hover {
        background: #0fa178;
    }
}

/*iphone7p*/

@media screen and (min-device-width: 414px) and (max-device-width: 768px) {
   .contest_txt .info {
       width: 160px;
       height: 40px;
       background-color: #08d468;
       color: white;
       text-align: center;
       border-radius: 40px 40px;
       position: absolute;
       left: 0;
       top: 0;
       right: 0;
       bottom: -235px;
       margin: auto;
   }
}

/* 电脑 */

@media (min-width: 992px) {
    /* .contest_m {
        width: 100%;
        height: 100%;
        background: url(../img/render_contest/home_100bg.png) no-repeat 56% 60%;
        background-size: contain;
        position: relative;
    } */
    
    .contest_txt div:nth-child(1){
        padding-top: 130px;
    }
    .contest_txt img{
        max-width: 100%;
        margin: 0 auto;
    }
    .contest_txt .info {
        margin-top: 34px;
        width: 160px;
        height: 40px;
        background-color: #08d468;
        color: white;
        text-align: center;
        border-radius: 40px 40px;
        margin-left: auto;
        margin-right: auto;
    }
    .contest_txt .info a {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 16px;
        line-height: 40px;
    }
    .contest_txt .info:hover {
        background: #0fa178;
    }
}

/* 平板 */

@media (min-width: 768px) and (max-width: 991px) {
    .contest_txt div:nth-child(1) {
        padding: 130px 0 0 225px;
    }

    .contest_txt img {
        max-width: 100%;
    }

    .contest_txt .info {
        margin-top: 34px;
        width: 160px;
        height: 40px;
        background-color: #08d468;
        color: white;
        text-align: center;
        border-radius: 40px 40px;
        margin-left: 125px;
    }

    .contest_txt .info a {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 16px;
        line-height: 40px;
    }

    .contest_txt .info:hover {
        background: #0fa178;
    }
}


