/* mb */

@media screen and (max-width:750px) {
    .game_details_msg {
        margin-left: 20px;
        margin-bottom: 10px;
    }
    .game_details_img {
        border-radius: 15px;
        width: 100px;
        margin-top: 20px;
        object-fit: cover;
        object-position: top;
    }
    .game_details_title {
        color: white;
        overflow: hidden;
        margin-top: 15px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        word-break: break-word;
        overflow: hidden;
        text-align: center;
    }
    .pd-100 {
        padding: 0 5px;
        color: #fff;
    }
    .game_details_xingxing {
        margin-top: 10px;
        margin-left: 10px;
    }
    .game_details_desc {
        word-break: break-word;
        margin: 20px;
        color: white;
        text-align: left;
    }
    .game_details_playBtn {
        position: absolute;
        right: 20px;
        top: 60px;
        text-align: center;
        width: 60px;
        height: 25px;
        margin-top: -15px;
        background-image: linear-gradient(to right, #5897EF, #5472EA);
        color: white;
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 15px;
    }
    .game_details_playBtn a {
        color: white;
        text-decoration: none;
    }
    .details_game_desc {
        margin: 20px 20px 0;
        color: #fff;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        word-break: break-word;
        overflow: hidden;
        line-height: 20px;
        height: 80px;
    }
    .game_play {
        margin-left: 20px;
        margin-top: 10px;
        background-color: #FFC665;
        color: white;
        width: 100px;
        padding-top: 5px;
        padding-bottom: 5px;
        border-radius: 15px;
    }
    .details_game_play {
        color: #000;
        text-align: center;
        height: 30px;
        line-height: 30px;
        margin: 20px auto;
        /* background-color: #6299E8; */
        background-color: hsla(0, 0%, 100%, .9);
        box-shadow: 0 1px 2px transparent;
        width: 200px;
        padding: 8px;
        border-radius: 6px;
        border: 0;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 24px;
        cursor: pointer;
        box-shadow: 0 1px 2px transparent;
        width: 150px;
        background-color: hsla(0, 0%, 100%, .9);
    }
    .game_type {}
}

a {
    text-decoration: none;
    background-color: ;
}


/*pc*/

@media screen and (min-width:750px) {
    .game_type {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }
    .game_play {
        margin-left: 20px;
        margin-top: 10px;
        background-color: #FFC665;
        color: white;
        width: 100px;
        padding-top: 5px;
        padding-bottom: 5px;
        border-radius: 15px;
    }
    .pd-100 {
        padding: 0 0px;
        color: #fff;
    }
    .game_details_msg {
        margin-left: 20px;
        margin-bottom: 10px;
    }
    .game_details_img {
        margin-top: 20px;
        border-radius: 15px;
        max-width: 100px;
    }
    .game_details_title {
        margin-top: 20px;
        margin-left: 20px;
        text-align: left;
        color: white;
    }
    .flex {
        display: flex;
        justify-content: center;
    }
    .details_game_desc {
        margin: 20px;
    }
    .details_game_play {
        color: #000;
        text-align: center;
        height: 30px;
        line-height: 30px;
        margin: 20px auto;
        /* background-color: #6299E8; */
        background-color: hsla(0, 0%, 100%, .9);
        box-shadow: 0 1px 2px transparent;
        width: 200px;
        padding: 8px;
        border-radius: 6px;
        border: 0;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 24px;
        cursor: pointer;
        box-shadow: 0 1px 2px transparent;
        width: 150px;
        background-color: hsla(0, 0%, 100%, .9);
    }
    .game_details_xingxing {
        margin-top: 10px;
        margin-left: 10px;
    }
    .game_details_desc {
        color: white;
        word-break: break-word;
        margin-left: 20px;
        margin-top: 10px;
        text-align: left;
    }
    .game_details_playBtn {
        position: absolute;
        right: 40px;
        top: 60px;
        text-align: center;
        width: 60px;
        height: 25px;
        margin-top: -15px;
        background-image: linear-gradient(to right, #5897EF, #5472EA);
        color: white;
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 15px;
    }
    .game_details_playBtn a {
        color: white;
        text-decoration: none;
    }
}