.container {
    width: 100%;
    margin: 0 auto;
    background-image: url("./image/bg.jpg");
    overflow-x: hidden;
}

.login .title {
    width: 100%;
}

.login div {
    text-align: center;
    margin-top: -12%;
}

.checked_div {
     
    display: flex ;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* width: 200px;
        height: 100px;
        border: 1px solid #000; */
        font-size: 14px;
        width: 40%;
        height: 40%;
        margin-left: 30%;
}

@media screen and (max-width: 450px) {
    .checked_div {
        display: flex ;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* width: 200px;
        height: 100px;
        border: 1px solid #000; */
        font-size: 5px;
        width: 40%;
        height: 40%;
        margin-left: 30%;
    }

}

.login .btn {
    width: 54%;
}

.login .btn img {
    width: 100%;
}

.btn2 {
    width: 80%;
   text-align: center;
   
        
}

.reservation .reservation_title {
    width: 100%;
}

.reservation div {
    text-align: center;
    margin-top: -12%;
}

.reservation .reservation_btn{
    text-align: center;
    margin-top: -90%;
    width: 54%; 
}

.play_title img {
    width: 90%;
}

.play {
    position: relative;
    width: 100%;

    /* height: 40%; */
    /* font-size: 50px; */
    /* background-color: yellow; */
    /* text-align: center; */
}

.role_title img {
    width: 98%;
    margin-top: 10%;
    margin-left: 1.5%;
}

.shop_title img {
    width: 98%;
    
    margin-left: 1.5%;
}

.role  {
    width: 100%;
}

.role_desc_div  {
    display: block;
    width: 100%;
    overflow: hidden;
    z-index: 100;
}

.select {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    margin-top: -39%;
    margin-left: 1%;
    z-index: 101;
}

.select img {
    float: left;
    width: 9%;
    margin-left: 1%;
}

.select img:hover {
    cursor: pointer;
}


.register {
    width: 100%;
    height: 100%;
    background-image: url("./image/register_reward_banner.png");
    background-size: 100%;
    margin-top: 2%;
    overflow: hidden;
}

.register_select {
    overflow: hidden;
    margin-top: 26%;
    margin-right: 10%;
}

.register img {
    float: right;
    margin-right: 6px;
    width: 12%;
    height: 20%;
}

.register img:hover {
    cursor: pointer;
}

.register_btn button{
    width: 100%;
}

.register_btn img {
    width: 30%;
    margin-right: 23%;
}

.world {
    width: 100%;
}

.world_bg {
    display: block;
    width: 100%;
    overflow: hidden;
    z-index: 100;
}

/* .world_register_btn img{
    width: 30%;
    margin-left: 45%;
    margin-top: -30%;
} */

.world_div {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    margin-top: -39%;
    margin-left: 1%;
    z-index: 101;
}

.world_div button {
    width: 100%;
}

.world_div img {
    float: left;
    width: 35%;
    margin-left: 36%;
    margin-top: 22%;
}


.system img {
    width: 100%;
    margin-top: 5%;
}