* {
    padding: 0;
    margin: 0;
}

body {
    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);
}

.game_two_item a {
    text-decoration: none;
}

.xingxingdiv {
    width: 100px;
}

.loading-border {
    border: 2px dashed #ccc;
}

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

.title_div_gq {
    /* margin-left: 20px; */
    display: flex;
    height: 40px;
    background-color: #000000;
    position: relative;
}

.title_div_gq h3 {
    color: #fff
}

.title_div_gq img {
    position: absolute;
    right: 30px;
    top: 10px;
    width: 20px;
    height: 20px;
}

@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-color: #ffffff;
        border: 2px solid #000000;
        padding: 10px;
        border-radius: 15px;
        position: relative;
        margin-top: 10px;
    }
    .game_two_item img {
        width: 80px;
        height: 80px;
        border-radius: 20px;
        /* border:2px white solid; */
        /* box-shadow: 0 0 3px grey; */
    }
    .game_two_item span {
        position: absolute;
        color: black;
        /* 	right:138px; */
        left: 50%;
        margin-left: -58px;
        top: 15px;
        max-width: 125px;
        font-weight: 600;
        /* 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: 35%;
        margin-top: -15px;
        background-color: #000000;
        color: white;
        width: 60px;
        height: 60px;
        text-align: center;
        line-height: 60px;
        border-radius: 50%;
    }
    .game_two_item .game_type_xx {
        position: absolute;
        top: 37px;
        left: 35%;
    }
    .game_type_xx img {
        width: 13px;
        height: 13px;
    }
    .game_three_list {
        /* width: 170px;
		height: 88px; */
        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_three_item {
        width: 155px;
        height: 70px;
        background: #FFFFFF;
        border-radius: 10px;
        border: 2px solid #191B24;
        padding: 10px;
        position: relative;
        margin: 10px 0;
    }
    .game_three_item img {
        width: 70px;
        height: 70px;
        border-radius: 20px;
    }
    .game_three_item span {
        position: absolute;
        color: black;
        /* 	right:138px; */
        left: 50%;
        /* margin-left: -60px; */
        top: 15px;
        max-width: 115px;
        font-weight: 600;
        /* 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_three_item p span {
        position: absolute;
        color: #999999;
        left: -20px;
        font-size: 10px;
        line-height: 14px;
        font-weight: 400;
        top: 2px;
    }
    /* 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: 9px;
        margin-left: 31px;
        /* width: 104px; */
        height: 22px;
        font-size: 16px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 22px;
    }
    .ad_top_div {
        display: none;
    }
    /* 顶部样式 */
    .pc_top_div {
        height: 90px;
        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);
        position: relative;
    }
    .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;
        max-height: 60px !important;
    }
    /* 搜索 */
    .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: #000000;
        box-shadow: 0 0 1px gray;
    }
    .pc_menu_div_details p {
        text-transform: uppercase;
        text-align: center;
        margin-top: 20px;
        color: #87CEEB;
    }
    .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-color: white; */
        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: 20px; */
        /* margin-left: 30px;
		margin-right: 30px; */
        margin: 20px;
        display: flex;
        /* flex-flow: wrap; */
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
    }
    .game_item {
        width: 90px;
        height: 90px;
        border-radius: 20px;
        margin-left: 10px;
        margin-right: 10px;
        margin: 10px;
        /* border-radius: 18px;
		margin-top: 6px;
		padding-left: 20px;
		padding-top: 20px;
		padding-right: 25px;
		padding-bottom: 20px; */
        /* background-color: #EFF7FE; */
        /* background-color: #EFF7FE;
		text-align: center;
		width: 100px;
		margin-left: 5px;
		margin-right: 5px;
		flex-wrap: wrap;
		overflow: hidden; */
    }
    .game_item img {
        border-radius: 10px;
        /* box-shadow: 0 0 3px gray; */
        /*设置立体感*/
        /* border: 3px  solid white; */
        border-radius: 20px;
        width: 90px;
        height: 90px;
    }
    .game_item p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        word-break: break-word;
        overflow: hidden;
        color: black;
        text-align: center;
    }
    .game_item a {
        text-decoration: none;
    }
}


/* 当屏幕小于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: 20px;
        position: relative;
        margin-top: 10px;
        border: 2px solid #191B24;
    }
    .game_two_item img {
        width: 80px;
        height: 80px;
        border-radius: 20px;
        /* border:2px white solid;
		box-shadow: 0 0 3px grey; */
    }
    .game_two_item span {
        position: absolute;
        color: black;
        /* 	right:138px; */
        left: 50%;
        font-weight: 600;
        margin-left: -60px;
        top: 40%;
        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: 55% !important;
        margin-left: -60px;
        width: 140px !important;
        overflow: hidden;
        color: white;
    }
    .game_two_item div {
        position: absolute;
        right: 20px;
        top: 15%;
        /* margin-top: -15px; */
        background-color: #000000;
        color: white;
        width: 60px;
        height: 60px;
        text-align: center;
        line-height: 60px;
        border-radius: 150px;
    }
    .game_two_item .game_type_xx {
        position: absolute;
        top: 35px;
        left: 35%;
    }
    .game_type_xx img {
        width: 13px;
        height: 13px;
    }
    .game_three_list {
        /* width: 170px;
		height: 88px; */
        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_three_item {
        width: 155px;
        height: 70px;
        background: #FFFFFF;
        border-radius: 10px;
        border: 2px solid #191B24;
        padding: 10px;
        position: relative;
        margin: 10px 0;
    }
    .game_three_item img {
        width: 70px;
        height: 70px;
        border-radius: 20px;
    }
    .game_three_item span {
        position: absolute;
        color: black;
        /* 	right:138px; */
        left: 50%;
        font-weight: 600;
        /* margin-left: -60px; */
        top: 15px;
        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_three_item p span {
        position: absolute;
        color: #999999;
        left: -20px;
        font-size: 10px;
        line-height: 14px;
        font-weight: 400;
        top: 2px;
    }
    .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: 9px;
        margin-left: 31px;
    }
    .pc_top_div {
        display: none;
    }
    .ad_top_div {
        height: 80px;
        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);
    }
    .ad_logo_div {
        margin-left: 10px;
    }
    .ad_logo_div img {
        height: 25px;
        margin-top: 10px;
    }
    .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: #000;
    }
    .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: 10px;
        margin-right: 10px;
        padding-top: 12px;
        padding-bottom: 10px;
        border-radius: 12px;
        /* background-color: #EFF7FE; */
        text-align: center;
        font-size: 10px;
        width: 90px;
        flex-wrap: wrap;
        /*
		border-radius: 30px;
		margin-top: 6px;
		padding-left: 20px;
		padding-top: 20px;
		padding-right: 25px;
		padding-bottom: 20px;
		background-color: #89C870;
		text-align: center;
		width: 100px;
		margin-left: 5px;
		margin-right: 5px;
		flex-wrap: wrap;
		overflow: hidden; */
    }
    .game_item img {
        border-radius: 10px;
        /* box-shadow: 0 0 3px gray; */
        /*设置立体感*/
        /* border: 3px  solid white; */
        width: 90px;
        height: 90px;
    }
    .game_item p {
        padding: 3px;
        color: black;
        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;
    }
}


/* ad样式结束括号 */


/* 中间部分样式 */

#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: 20px 0;
    border-radius: 15px;
    width: 1200px;
    /* height: 570px; */
    background: #FFFFFF;
    border-radius: 20px;
    border: 2px solid #191B24;
}

.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;
}

@media (max-width:1220px) {
    .game_type {
        max-width: 1200px;
        margin: 10px;
        width: auto;
    }
}


/* 第二部分游戏 */

.game_two {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 10px;
}


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


/* 第三部分游戏 */

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


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

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