/* mb */

@media screen and (max-width:750px) {
    .game_details_msg {
        margin-left: 20px;
        margin-bottom: 10px;
    }
    .game_details_img {
        border-radius: 15px;
        width: 140px;
        height: 140px;
        object-fit: cover;
        object-position: top;
        margin-left: 20px;
    }
    .details_game_title {
        /*	position: absolute;*/
        top: 5%;
        left: 45%;
        font-size: 16px;
        font-weight: 600;
        line-height: 22px;
        color: var(--denim-blue);
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        word-break: break-word;
        overflow: hidden;
    }
    .game_type_xx {
        /*position: absolute;*/
        top: 20%;
        left: 45%;
    }
    .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 {
        /*	position: absolute; */
        color: #BABABA;
        top: 36%;
        left: 45%;
        margin-bottom: 6px;
        right: 10px;
        font-size: 10px;
        font-weight: 400;
        line-height: 15px;
        white-space: initial;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        word-break: break-all;
        overflow: hidden;
    }
    .details_game_play {
        /*	position: absolute;*/
        top: 70%;
        left: 45%;
        color: white;
        text-align: center;
        height: 30px;
        line-height: 30px;
        padding: 0 30px;
        width: 80px;
        border-radius: 20px;
        background: linear-gradient(180deg, #FFC100 0%, #FF6800 100%);
        box-shadow: 0px 2px 10px 0px rgba(255, 34, 134, 0.4);
    }
    .game_type {
        margin-top: 20px;
    }
}

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;
    }
    .game_details_msg {
        margin-left: 20px;
        margin-bottom: 10px;
    }
    .game_details_img {
        margin-top: 20px;
        border-radius: 15px;
        width: 140px;
        height: 140px;
        margin-left: 15px;
    }
    .details_game_title {
        /*	position: absolute; */
        color: var(--denim-blue);
        font-size: 16px;
        font-weight: 600;
        line-height: 22px;
        top: 13%;
        left: 14%;
    }
    .details_game_desc {
        /*	position: absolute;*/
        color: var(--denim-blue);
        left: 14%;
        top: 38%;
        margin-bottom: 10px;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        white-space: initial;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        word-break: break-all;
        overflow: hidden;
    }
    .game_type_xx {
        /*	position: absolute;*/
        top: 26%;
        left: 14%;
    }
    .details_game_play {
        /*position: absolute;*/
        top: 70%;
        left: 14%;
        color: white;
        text-align: center;
        height: 30px;
        line-height: 30px;
        padding: 0 30px;
        width: 80px;
        background: linear-gradient(180deg, #FFC100 0%, #FF6800 100%);
        box-shadow: 0px 2px 10px 0px rgba(255, 34, 134, 0.4);
        border-radius: 20px;
    }
    .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;
    }
}