/* 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;
    }
    .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;
    }
    .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 {
        /*   position: absolute;*/
        top: 0;
        left: 40%;
        /*margin:10px;*/
        font-weight: 600;
        line-height: 22px;
        font-size: 16px;
        color: #000000;
        white-space: initial;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        word-break: break-all;
        overflow: hidden;
    }
    .game_type_text {
        /*position: absolute;*/
        margin-bottom: 5px;
        line-height: 14px;
        color: #BD9400;
        font-size: 12px;
        top: 57px;
        left: 40%;
        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 .game_type_xx {
        /*position: absolute;*/
        top: 33px;
        left: 43%;
    }
    .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 {
        /*  position: absolute;*/
        top: 90px;
        left: 43%;
        color: white;
        text-align: center;
        height: 35px;
        width: 110px;
        line-height: 35px;
        border-radius: 20px;
        background-color: #000000;
    }
    .game_type {
        border: none;
        background: none;
        position: relative;
    }
    /*.game_two_item .game_two_desc{
left: 55% !important;
    width: 135px !important;
    -webkit-line-clamp: 2 !important;
    top: 56px !important;
}*/
}

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


/*pc*/

@media screen and (min-width:750px) {
    .game_type {
        background-image: radial-gradient(circle 50vw at 100% 0, #00fefe, transparent), radial-gradient(circle 50vw at 20% 25vw, #9b00cc, transparent), linear-gradient( 180deg, #3f007e, #502cba 25vw, #05122b 50vw);
        border: none;
        margin: 20px;
        width: auto;
        position: relative;
    }
    .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;
    }
    .game_details_title {
        margin-top: 20px;
        margin-left: 20px;
        text-align: left;
        color: white;
    }
    .details_game_desc {
        /*	margin: 20px;
		position: absolute;*/
        font-size: 16px;
        line-height: 22px;
        color: #000000;
        font-weight: 600;
    }
    .game_type_xx {
        /*	position: absolute;*/
        top: 50px;
        left: 18%;
    }
    .game_type_xx img {
        width: 13px;
        height: 13px;
    }
    .game_two_item .game_type_xx {
        top: 37px;
        left: 35%;
    }
    .game_type_text {
        top: 75px;
        left: 18%;
        /*	position: absolute;*/
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 20px;
        color: #BD9400;
        font-weight: 400;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .details_game_play {
        /*	position: absolute;*/
        bottom: 10px;
        left: 18%;
        background: #000000;
        border-radius: 20px;
        width: 113px;
        height: 35px;
        color: #fff;
        line-height: 35px;
        font-size: 18px;
        text-align: center;
    }
    .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;
    }
}