body{
    background-position: 0 -30px;
}

main{
    background: url('../../image/strength/zizhi-bg.png') no-repeat 0 0;
    background-size: 100% 100%;
}

.text{
    color: #CBE8F9;
    text-shadow: -1px -1px 0 #00AB16, 1px -1px 0 #00AB16, -1px 1px 0 #00AB16, 1px 1px 0 #00AB16;
}

.menu{
    margin: 50px 0;
}

.menu > div{
    background: rgba(0, 0, 0, .05);
    margin-right: 35px;
    border-radius: 10px;
    padding: 30px;
}

.menu > div:last-of-type{
    margin-right: 0;
}

.swiper-wrapper{
    align-items: flex-end;
}

.swiper-slide > img{
    /*height: 200px;*/
    width: 100%;
}

.mobile-list{
    display: none;
}

@media screen and (max-width: 800px) {
    .banner{
        padding: 30px 0 0 0;
    }

    .banner > .font-50{
        font-size: 26px;
    }

    .banner > .font-30{
        font-size: 20px;
        padding-top: 20px;
    }

    .banner > .font-20{
        font-size: 15px;
    }

    .pc-list{
        display: none;
    }

    .mobile-list{
        display: block;
        padding: 50px 0;
    }

    .mobile-list > div{
        padding-bottom: 20px;
    }

    .mobile-list > div > img{
        width: 100%;
    }
}
