/* 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 {
        margin-bottom: 5px;
        line-height: 14px;
        color: #070707;
        font-size: 12px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        word-break: break-all;
        overflow: hidden;
        text-align: justify;
    }

    .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-color: #ffffff;
        border: none;
        margin: 20px;
        width: auto;
        position: relative;
    }

    .game_play {
        margin-left: 20px;
        margin-top: 10px;
        background-color: #000000;
        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 {
        width: 50%;
        font-size: 14px;
        color: #000000;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -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;
    }
}

.game_type {
    display: flex;
    align-items: center;
}

.dt {
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 20px;
}

@media screen and (max-width: 750px) {
    .dt {
        margin-top: 0;
    }
}

.pc_logo_div img {
    max-width: 180px !important;
    max-height: 35px !important;
    height: auto !important;
}

.game_two_desc {
    width: auto !important;
    left: 0% !important;
    margin-left: 100px !important;
    margin-right: 90px !important;
    -webkit-line-clamp: 2 !important;
}


@media screen and (max-width: 750px) {
    .ad_logo_div img {
        margin-top: 3px;
    }

    .ad_menu_div img {
        top: 3px;
    }

    .ad_serch_input {
        padding-top: 0;
    }

    .ad_top_div {
        height: 65px;
    }
}

@media screen and (max-width: 750px) {
    .ad_top_div {
        position: relative;
    }

    .ad_menu_div_details {
        position: fixed;
    }

    #ad_menu-1 {
        top: -15px;
        right: 40px;
    }
}

.back-icon {
    text-decoration: none;
    border-radius: 50%;
    position: fixed;
    top: 50px;
    z-index: 999999;
    background-color: #904395;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.play_game {
    width: 50%;
    height: 30px;
    margin-left: 25%;
    border: 3px outset #904395;
    border-radius: 20px;
}