* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none
}


.game_container {
    width: 100%;
    height: 100%;
    background: url(/status/img/pc_bg.png);
    background-size: cover;
    padding-bottom: 10px;
}

.game_main {
    width: 70%;
    height: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;

}

.game_left {
    width: 30%;
    height: 100%;
}

.game_right {
    padding-top: 6%;
    width: 60%;
    height: 94%;

}

.game_title {
    width: 100%;
    margin-top: 30%;

}

.game_word {
    width: 60%;
    margin-top: 16%;
    margin-bottom: 6%;

}

.game_price .price :nth-child(1) {
    color: #EE9B01;
    font-size: 45px;
}

.game_price .price :nth-child(2) {
    color: #EE9B01;
    font-size: 57px;
}

.askbtn {
    width: 222px;
    height: 67px;
    background: #EE9B01;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
}

.askbtn :nth-child(1) {
    font-size: 25px;
    color: #ffff;
}

.askbtn :nth-child(2) {
    width: 30px;
    height: 30px;
    margin-left: 10px;
}

.bottomtitle {
    width: 80%;
    margin: 0 auto;
    margin-top: 4%;
}

.bottomimg {
    width: 100%;
    padding-bottom: 20px;
}

.game_right .top {
    display: flex;
    justify-content: space-between;
}

.game_right .bottom {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.phone_btn {
    width: 44%;
    border: 2px solid #92A1FF;
    border-radius: 30px;
    color: #92A1FF;
    text-align: center;
    padding: 5px 0;
    font-size: 18px;
}

.bottom_jiantou {
    width: 45px;
    height: 22px;
}


.phonebox {
    width: 44%;
    height: 76%;
    position: relative;
}

.phonebian {
    position: absolute;
    z-index: 10;
    left: 0;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.phoneimg {
    text-align: center;
    border-radius: 50px;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;

}



@media screen and (max-width: 768px) {
    .game_container {
        width: 100%;
        height: auto;
        background: url(/status/img/pic_bg_h5.png);
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        padding-bottom: 30px;

    }

    .game_main {
        display: flex;
        flex-direction: column;
        width: 100%;
        position: relative;
        padding-bottom: 160px;

    }

    .game_left {
        width: 90%;
        margin: 0 auto;
    }

    .game_title,
    .game_titleh5 {
        margin-top: 10%;

    }

    .game_price {
        width: 100%;
        margin: 0 auto;

    }

    .phonebox {
        margin-top: 20px;
    }


    .game_price {

        position: absolute;
        bottom: 0px;
        left: 0%;
    }

    .game_price .price {
        text-align: center;
    }

    .game_price .price :nth-child(1) {
        font-size: 30px;

    }

    .game_price .price :nth-child(2) {
        font-size: 40px;

    }

    .bottom_jiantou {
        width: 20px;
        height: 10px;
    }

    .askbtn {
        margin: 0 auto;
        width: 90%;
        height: 40px;

    }

    .askbtn :nth-child(1) {
        font-size: 16px;
    }

    .askbtn :nth-child(2) {
        width: 20px;
        height: 20px;
    }

    .game_word {
        width: 90%;
        position: absolute;
        left: 20px;
        bottom: 80px;
        height: auto;
    }

    /* .phoneimg {
        border-radius: 20px;
        width: 143px;
        height: 290px;
    } */

    .game_right {
        width: 90%;
        margin: 0 auto;
        display: flex;
        flex-direction: column-reverse;

    }

    .game_right .top {
        width: 100%;
    }

    /* .phonebian {
        width: 182px;
        height: 341px;
    } */
}