@media (min-width: 768px) {}

@media (max-width: 768px) {

    .home_title {
        font-size: 25px;
        color: #fff;
        text-align: center;
        height: 100%;
        display: flex;
        flex-direction: column;
        /* justify-content: end; */
        background-image: url("/images/mobile/home_bg.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-color: #000;
        padding: 390px 0 0 0;
    }
    .home_btn_box {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 27px;
    }

    .home_title .home_btn1 {
        border-radius: 5px;
        width: 130px;
        height: 40px;
        line-height: 40px;
        padding: 0;
        box-sizing: border-box;
        font-size: 14px;
        display: inline-block;
        text-align: center;
        margin-right: 11px;
    }

    .home_title .home_btn2 {
        border-radius: 5px;
        width: 130px;
        height: 40px;
        padding: 0;
        line-height: 38px;
        font-size: 14px;
        box-sizing: border-box;
        display: inline-block;
        text-align: center;
        border: 1px solid #ffc600;
    }
    .home_content {
        width: 100%;
        height: 100%;
    }

    .video_bg,
    .home_nav {
        display: none;
    }

    /* .home_title {
        font-size: 62px;
        color: #ffffff;
        width: 100%;
        margin: auto;
    } */

    .home_title .home_btn1 {
        border: none;
        background-color: #ffc600;
        border-radius: 10px;
        padding: 20px 40px;
        font-size: 20px;
        color: #000000;
        cursor: pointer;
        border: 2px solid #ffc600;
    }

    .home_title .home_btn1:hover,
    .home_title .home_btn2:hover {
        opacity: 0.7;
    }

    .home_title .home_btn2 {
        border: 2px solid #ffc600;
        border-radius: 10px;
        padding: 20px 40px;
        font-size: 20px;
        color: #ffc600;
        background-color: transparent;
        cursor: pointer;
    }

    .home_btn_box {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 27px;
    }

    .home_title .home_btn1 {
        border-radius: 5px;
        width: 130px;
        height: 40px;
        line-height: 40px;
        padding: 0;
        box-sizing: border-box;
        font-size: 14px;
        display: inline-block;
        text-align: center;
        margin-right: 11px;
    }

    .home_title .home_btn2 {
        border-radius: 5px;
        width: 130px;
        height: 40px;
        padding: 0;
        line-height: 38px;
        font-size: 14px;
        box-sizing: border-box;
        display: inline-block;
        text-align: center;
        border: 1px solid #ffc600;
    }
}