* {
    padding: 0;
    margin: 0;
}

body {
    /* background: #F7F7FF; */
    background: #24c6dc linear-gradient(53deg, #514a9d 0%, #24c6dc 100%);
    background-size: cover;
}

.game_two_item a {
    text-decoration: none;
}

.xingxingdiv {
    width: 100px;
}

.ximg {
    width: 20px;
    height: 20px;
}

.title_div_gq {
    margin-left: 20px;
    display: flex;
}

.title_div_gq h3 {
    color: black
}

.title_div_gq img {
    margin-top: 15px;
    width: 30px;
    height: 30px;
}

@media screen and (min-width:750px) {
    .game_two_list {
        flex: 300px;
        border-radius: 5px;
        /* box-shadow: 0 0 3px gray; */
        font-size: 15px;
        position: relative;
        /* max-width: 300px; */
        margin-top: 10px;
        /* margin-left: 10px; */
        /* margin-right: 10px; */
        padding: 10px;
    }
    .game_two_list_top_img {
        position: relative;
        top: 5px;
    }
    .game_two_list_top_more {
        position: absolute;
        right: 10px;
    }
    .game_two_items {
        margin-top: 20px;
        margin-left: 10px;
    }
    .game_two_item {
        background: #FFFFFF;
        padding: 10px;
        padding-left: 20px;
        border-radius: 15px;
        position: relative;
        margin-top: 5px;
    }
    .game_two_item img {
        width: 60px;
        height: 60px;
        border-radius: 10px;
        border: 2px white solid;
        box-shadow: 0 0 3px grey;
    }
    .game_two_item span {
        position: absolute;
        color: black;
        /* 	right:138px; */
        left: 50%;
        margin-left: -60px;
        top: 50%;
        max-width: 115px;
        margin-top: -25px;
        white-space: initial;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        word-break: break-all;
        overflow: hidden;
    }
    .game_two_item div {
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -15px;
        background-image: linear-gradient(to right, #6299E8, #6299E8);
        color: white;
        width: 70px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        border-radius: 150px;
    }
    .dilite-downloadnum img {
        width: 16px;
        height: 16px;
    }
    /* pc菜单样式 */
    .pc_top_menu_list {
        justify-content: center;
        display: flex;
        overflow-x: auto;
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .pc_top_menu_item {
        text-align: center;
        width: 120px;
        height: 32px;
        line-height: 32px;
        color: white;
        border-radius: 15px;
        background-color: #BAC7F7;
        margin-left: 5px;
        margin-right: 5px;
    }
    .pc_top_menu_item a {
        color: white;
        text-decoration: none;
    }
    .pc_top_menu_item:hover {
        background-image: linear-gradient(to right, #589CF0, #556CE8);
    }
    #top_menu_pc::-webkit-scrollbar {
        /*滚动条整体样式*/
        width: 10px;
        /*高宽分别对应横竖滚动条的尺寸*/
        height: 10px;
    }
    #top_menu_pc::-webkit-scrollbar-thumb {
        /*滚动条里面小方块*/
        border-radius: 10px;
        background-color: #E0E4FE;
        background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    }
    #top_menu_pc::-webkit-scrollbar-track {
        /*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        /*border-radius: 10px;*/
        background: #EDEDED;
    }
    .banner_title {
        padding-left: 10px;
    }
    .HotGames {
        margin-top: 20px;
        margin-left: 10px;
    }
    .ad_top_div {
        display: none;
    }
    /* 顶部样式 */
    .pc_top_div {
        height: 90px;
        background: #002b50;
        position: sticky;
        top: 0;
        z-index: 9998;
        box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .15), 0 3px 4px 0 rgba(0, 0, 0, .09), 0 1px 8px 0 rgba(0, 0, 0, .09);
    }
    .pc_menu_btn {
        z-index: 99999;
        position: absolute;
        top: 34px;
        left: 25%;
        cursor: pointer;
    }
    .pc_logo_div {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -25px;
        margin-left: -67px;
    }
    .pc_logo_div img {
        margin-top: 15px;
        height: 20px;
    }
    /* 搜索 */
    .pc_serch_div {
        position: absolute;
        top: 32px;
        right: 12%;
    }
    .pc_serch_div input {
        width: 190px;
        height: 30px;
        background-color: #F6F6F6;
        border-radius: 20px;
        border: none;
        outline: none;
        color: black;
        text-indent: 1em;
    }
    .pc_serch_div input::-webkit-input-placeholder {
        /* 修改字体颜色 */
        color: black;
        /* 修改字号，默认继承input */
        font-size: 12px;
    }
    .pc_serch_btn {
        position: absolute;
        top: 50%;
        margin-top: -10px;
    }
    .pc_serch_btn img {
        position: absolute;
        left: 160px;
        width: 20px;
        height: 20px;
        cursor: pointer;
    }
    .pc_menu_div_details {
        border-radius: 5px;
        padding-top: 30px;
        padding-bottom: 70px;
        min-width: 150px;
        padding-left: 15px;
        padding-right: 15px;
        display: none;
        min-height: 200px;
        background-color: #5F98EB;
        box-shadow: 0 0 1px gray;
    }
    .pc_menu_div_details p {
        text-transform: uppercase;
        text-align: center;
        margin-top: 20px;
    }
    .pc_menu_div_details a {
        text-decoration: none;
        color: white;
    }
    .pc_menu_div_details p:hover {
        text-decoration: underline;
    }
    #content_div {
        margin-left: 100px;
        margin-right: 100px;
        padding-bottom: 30px;
        /* background: #F7F7FF; */
        color: white;
        white-space: nowrap;
        margin-bottom: 10px;
        max-width: 1200px;
        margin: auto;
    }
    #banner {
        display: flex;
        padding-top: 10px;
        text-align: center;
        overflow-x: auto;
    }
    .banner_item {
        position: relative;
        min-width: 250px;
        height: 150px;
        margin: 10px;
        overflow: hidden;
        border-radius: 15px;
    }
    .banner_item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
    }
    .banner_item div {
        width: 80px;
        height: 30px;
        line-height: 30px;
        background-color: #6094E7;
        border-radius: 15px;
        position: absolute;
        bottom: 15px;
        color: white;
        left: 50%;
        margin-left: -40px;
    }
    .xing_title {
        max-width: 200px;
        position: absolute;
        overflow: hidden;
        bottom: 30px;
        left: 10px;
        color: white;
    }
    .type_min_div img {
        margin-left: 50px;
        margin-right: 50px;
        flex: 2;
        width: 70px;
        height: 70px;
    }
    .type_min_div {
        text-align: center;
    }
    #banner::-webkit-scrollbar {
        /*滚动条整体样式*/
        width: 10px;
        /*高宽分别对应横竖滚动条的尺寸*/
        height: 10px;
    }
    #banner::-webkit-scrollbar-thumb {
        /*滚动条里面小方块*/
        border-radius: 10px;
        background-color: #6394E9;
        background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    }
    #banner::-webkit-scrollbar-track {
        /*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        /*border-radius: 10px;*/
        background: #EDEDED;
    }
    /* 顶部样式结束 */
    /* 游戏部分 */
    .game_list {
        margin-top: 10px;
        margin-left: 30px;
        margin-right: 30px;
        display: flex;
        /* flex-flow: wrap; */
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
    }
    .game_list1 {
        margin-top: 10px;
        margin-left: 30px;
        margin-right: 30px;
        display: flex;
        /* flex-flow: wrap; */
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
    }
    .game_list2 {
        margin-top: 10px;
        margin-left: 30px;
        margin-right: 30px;
        display: flex;
        /* flex-flow: wrap; */
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
    }
    .game_item {
        border-radius: 10px;
        margin-top: 6px;
        padding-bottom: 20px;
        text-align: center;
        width: 140px;
        margin-left: 3px;
        margin-right: 3px;
        flex-wrap: wrap;
        overflow: hidden;
    }
    .game_item:nth-child(3n+1) {
        background: #009ACF;
    }
    .game_item:nth-child(3n+2) {
        background: #FFAD00;
    }
    .game_item:nth-child(3n+3) {
        background: #FF494B;
    }
    .game_item img {
        box-shadow: 0 0 3px grey;
        width: 140px;
        height: 120px;
        border-radius: 10px;
    }
    .dilite-downloadnum img {
        width: 16px;
        height: 16px;
    }
    .game_item p {
        text-align: center;
        margin: 0 10px;
        white-space: initial;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        word-break: break-all;
        overflow: hidden;
    }
    .game_item a {
        text-decoration: none;
        color: #fff;
    }
}


/* 当屏幕小于750px 替换pc 的样式 为ad */

@media screen and (max-width:750px) {
    .game_two_list {
        flex: 300px;
        border-radius: 5px;
        /* box-shadow: 0 0 3px gray; */
        font-size: 15px;
        position: relative;
        /* max-width: 300px; */
        margin-left: 20px;
        margin-right: 20px;
    }
    .game_two_list_top_img {
        position: relative;
        top: 5px;
    }
    .game_two_list_top_more {
        position: absolute;
        right: 10px;
    }
    .game_two_items {
        margin-left: 10px;
    }
    .game_two_item {
        background-color: #fff;
        padding: 10px;
        border-radius: 15px;
        position: relative;
        margin-top: 5px;
    }
    .game_two_item img {
        width: 60px;
        height: 60px;
        border-radius: 10px;
        border: 2px white solid;
        box-shadow: 0 0 3px grey;
    }
    .game_two_item span {
        position: absolute;
        color: black;
        /* 	right:138px; */
        left: 50%;
        margin-left: -60px;
        top: 50%;
        max-width: 115px;
        margin-top: -29px;
        overflow: hidden;
        white-space: initial;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        word-break: break-all;
        overflow: hidden;
    }
    .game_two_desc {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        word-break: break-all;
        overflow: hidden;
        width: 150px;
        position: absolute;
        top: 55px;
        left: 50%;
        margin-left: -60px;
        width: 120px;
        overflow: hidden;
        color: white;
    }
    .game_two_item div {
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -15px;
        background-image: linear-gradient(to right, #6299E8, #6299E8);
        color: white;
        width: 70px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        border-radius: 150px;
    }
    .pc_top_menu_list {
        background-image: linear-gradient(to right, #DFE4FE, #F9E5FA);
        justify-content: center;
        display: flex;
        overflow-x: auto;
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .pc_top_menu_item {
        text-align: center;
        width: 100px;
        height: 32px;
        line-height: 32px;
        font-size: 12px;
        color: white;
        border-radius: 15px;
        background-color: #BAC7F7;
        margin-left: 5px;
        margin-right: 5px;
    }
    .pc_top_menu_item a {
        color: white;
        text-decoration: none;
    }
    .pc_top_menu_item:hover {
        background-image: linear-gradient(to right, #589CF0, #556CE8);
    }
    #top_menu_pc::-webkit-scrollbar {
        /*滚动条整体样式*/
        width: 10px;
        /*高宽分别对应横竖滚动条的尺寸*/
        height: 10px;
    }
    #top_menu_pc::-webkit-scrollbar-thumb {
        /*滚动条里面小方块*/
        border-radius: 10px;
        background-color: #E0E4FE;
        background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    }
    #top_menu_pc::-webkit-scrollbar-track {
        /*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        /*border-radius: 10px;*/
        background: #EDEDED;
    }
    .banner_title {
        background-color: #1E193B;
        padding-left: 10px;
    }
    .HotGames {
        margin-top: 20px;
        margin-left: 10px;
        color: white;
    }
    .pc_top_div {
        display: none;
    }
    .ad_top_div {
        height: 80px;
        background: #002b50;
        position: sticky;
        top: 0;
        z-index: 9998;
        box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .15), 0 3px 4px 0 rgba(0, 0, 0, .09), 0 1px 8px 0 rgba(0, 0, 0, .09);
    }
    .ad_logo_div {
        margin-left: 10px;
    }
    .ad_logo_div img {
        height: 20px;
        margin-top: 7px;
    }
    .ad_menu_div {}
    .ad_menu_div img {
        position: absolute;
        top: 10px;
        right: 20px;
        width: 20px;
        height: 20px;
    }
    .ad_serch_input {
        position: relative;
        padding-top: 5px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .ad_serch_input input {
        left: 50%;
        width: 100%;
        height: 30px;
        background-color: #F6F6F6;
        border-radius: 20px;
        border: none;
        outline: none;
        color: black;
        text-indent: 1em;
    }
    .ad_serch_input input::-webkit-input-placeholder {
        /* 修改字体颜色 */
        color: black;
        /* 修改字号，默认继承input */
        font-size: 12px;
    }
    /* 搜索按钮 */
    .ad_serch_btn {
        position: absolute;
        bottom: 0px;
        right: 29px;
    }
    .ad_serch_btn img {
        width: 23px;
        height: 23px;
        cursor: pointer;
    }
    .ad_menu_div_details {
        border-radius: 5px;
        padding-top: 30px;
        padding-bottom: 70px;
        min-width: 150px;
        padding-left: 15px;
        padding-right: 15px;
        display: none;
        min-height: 200px;
        position: absolute;
        z-index: 10;
        width: 100%;
        top: 45px;
        right: 50%;
        transform: translate(50%, 0);
    }
    .ad_menu_div_details a {
        color: white;
        text-decoration: none;
    }
    .ad_menu_div_details p {
        text-align: center;
        margin-top: 20px;
        text-transform: uppercase;
        color: #fff;
    }
    .ad_menu_div_details p:hover {
        text-decoration: underline;
    }
    #content_div {
        margin-left: 0;
        margin-right: 0;
        /* min-height: 700px; */
        background-color: whtite;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    #banner {
        background-color: whtite;
        display: flex;
        padding-top: 10px;
        text-align: center;
        overflow-x: auto;
    }
    .banner_item {
        position: relative;
        min-width: 250px;
        margin-left: 5px;
        margin-right: 5px;
        background-color: #88C76B;
        border-radius: 15px;
        height: 150px;
        overflow: hidden;
    }
    .banner_item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
    }
    .banner_item div {
        position: absolute;
        width: 65px;
        background-color: #6094E7;
        color: white;
        height: 25px;
        border-radius: 15px;
        bottom: 15px;
        left: 50%;
        margin-left: -32px;
    }
    .xing_title {
        max-width: 200px;
        position: absolute;
        overflow: hidden;
        bottom: 30px;
        left: 10px;
        color: white;
    }
    .type_min_div img {
        margin-left: 10px;
        margin-right: 10px;
        flex: 1;
        width: 60px;
        height: 60px;
    }
    .type_min_div p {
        text-align: center;
        font-size: 5px;
    }
    /* 游戏部分 */
    .game_list {
        margin-top: 10px;
        /* margin-left: 20px; */
        /* margin-right: 20px; */
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
    }
    .game_item {
        margin-top: 3px;
        margin-left: 5px;
        padding-bottom: 10px;
        border-radius: 12px;
        text-align: center;
        width: 140px;
        flex-wrap: wrap;
    }
    .game_item:nth-child(3n+1) {
        background: #009ACF;
    }
    .game_item:nth-child(3n+2) {
        background: #FFAD00;
    }
    .game_item:nth-child(3n+3) {
        background: #FF494B;
    }
    .game_item img {
        border-radius: 10px;
        width: 140px;
        height: 140px;
    }
    .dilite-downloadnum img {
        width: 16px;
        height: 16px;
    }
    .game_item p {
        color: #fff;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        word-break: break-word;
        overflow: hidden;
        text-align: center;
    }
    .game_item a {
        text-decoration: none;
        color: #fff;
    }
}


/* ad样式结束括号 */

@media screen and (max-width: 1124px) {
    .game_list {
        flex-wrap: nowrap;
        justify-content: left;
        overflow: hidden;
    }
    .game_list1 {
        flex-wrap: nowrap;
        justify-content: left;
        overflow: hidden;
    }
    .game_list2 {
        flex-wrap: nowrap;
        justify-content: left;
        overflow: hidden;
    }
}


/* 中间部分样式 */

#type {
    justify-content: center;
    display: flex;
    margin-top: 15px;
    padding-bottom: 20px;
    white-space: nowrap;
    flex-flow: wrap;
}

.game_content_div {
    background-color: white;
}

.game_type {
    margin: 0 20px 20px;
    border-radius: 15px;
}

.game_title {
    padding-top: 5px;
    margin-left: 12px;
    font-size: 15px;
    position: relative;
}

.game_title span {
    margin-left: 5px;
}

.game_title_img {
    width: 1.5em;
    height: 1.5em;
    position: relative;
    top: 5px;
}

.more_img {
    position: absolute;
    right: 9px;
    top: 3px;
}


/* 第二部分游戏 */

.game_two {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}


/* 第二部分游戏 结束 */

@media screen and (max-width: 430px) {
    .game_item img {
        border-radius: 10px;
        width: 100%;
        height: 140px;
    }
    .dilite-downloadnum img {
        width: 16px;
        height: 16px;
    }
}

#footer {
    height: 100px;
    background-color: #038FED;
}