@charset "utf-8";
/* CSS Document */
.margin{
    width: 1288px;
    margin:0 auto;
    padding: 0;
}
.relative {
    position: relative;
}
#body {
    margin-top: 0px;
    position: relative;
    background-color: #2a2d38;
    padding-bottom: 80px;
}
.content-l {
    float: left;
    width: 1057px;
}
.list-head {
    font-size: 24px;
    line-height: 28px;
    height: 28px;
    color: #fff;
    padding-left: 20px;
    position: relative;
    margin-bottom: 30px;
}
.list-head::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    left: 2px;
    background-color: #09caab;
    border-radius: 2px;
}
.list_2,.list_4,.list-body-1 {
    overflow: hidden;
}
.list_2 ul {
    width: 1099px;
}
.list_2 li {
    float: left;
    width: 115px;
    margin: 0 42px 22px 0;
}
.list_2 .img-con{
    width: 115px;
    padding-bottom: 115px;
    height: 0;
    overflow: hidden;
    margin-bottom: 6px;
    position: relative;
    border-radius: 22px;
}
.img-con img {
    width: 100%;
    height: auto;
}
.list_2 .app-name {
    color: #d4d2d2;
    font-size: 18px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.list_2 li:hover .img-con::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #09caab;
    box-sizing: border-box;
    border-radius: 22px;
}
.list_2 li:hover .app-name{
    color: #09caab;
}
.content-r {
    float: right;
    width: 195px;
}
.content-r ul {
    padding-top: 0;
    margin-bottom: 30px;
}
.list_4 li {
    height: 92px;
    margin-bottom: 13px;
    background-color: #4e4c56;
    border-radius: 18px;
    overflow: hidden;
}
.list_6 li{
    height: 74px;
    margin-bottom: 12px;
    border-radius: 14px;
}
.content-r li a {
    display: block;
    height: 100%;
    padding: 0 10px 0 0;
}
.content-r li a::before {
    display: none;
}
.list_4 .img-con {
    float: left;
    width: 92px;
    height: 0;
    padding-bottom: 92px;
    border-radius: 18px;
    overflow: hidden;
    margin-right: 10px;
}
.list_6 .img-con {
    width: 74px;
    padding-bottom: 74px;
    border-radius: 14px;
    margin-right: 8px;
}
.list_4 li .app-name {
    padding-top: 20px;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0;
    color: #fff;
}
.list_6 li .app-name {
    padding-top: 11px;
}
.list_4 li .app-cate {
    font-size: 14px;
    line-height: 26px;
    color: #d4d2d2;
}
.content-r li:hover .app-cate {
    margin-top: 0;
}
/* header */
.header {
    height: 65px;
    background-color: #05060a;
}
.header-margin {
    padding: 0 32px;
}
#logo {
    margin-top: 18px;
    background: url(../img/xiazai3.png) no-repeat 0 0;
}
.search {
    float: right;
    height: 36px;
    width: 222px;
    border: 2px solid #fff;
    border-radius: 18px;
    padding: 0 40px 0 20px;
    box-sizing: border-box;
    margin-top: 14px;
    position: relative;
}
.search input {
    display: block;
    height: 100%;
    width: 100%;
    background-color: unset;
    outline: none;
    border: none;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
}
.search button {
    width: 24px;
    height: 24px;
    background: url("../img/icons3.png") no-repeat -200px -200px;
    border: none;
    outline: none;
    position: absolute;
    right: 10px;
    top: 4px;
}
.memu {
    position: absolute;
    right: 15px;
    top: 18px;
    width: 18px;
    height: 16px;
    z-index: 2;
    box-sizing: content-box;
    display: none;
    float: left;
    cursor: pointer;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    text-align: center;
}
.memu span {
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    margin-bottom: 5px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.memu.active {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.memu.active .bar1 {
    -webkit-transform: rotate(0) translateY(7px);
    -moz-transform: rotate(0) translateY(7px);
    -ms-transform: rotate(0) translateY(7px);
    -o-transform: rotate(0) translateY(7px);
    transform: rotate(0) translateY(7px);
}
.memu.active .bar2 {
    opacity: 0;
}
.memu.active .bar3 {
    -webkit-transform: rotate(-90deg) translateX(7px);
    -moz-transform: rotate(-90deg) translateX(7px);
    -ms-transform: rotate(-90deg) translateX(7px);
    -o-transform: rotate(-90deg) translateX(7px);
    transform: rotate(-90deg) translateX(7px);
}
.nav-fixed {
    top: 0;
    left: 0;
    z-index: 1;
    position: fixed;
    display: none;
    width: 100vw;
    height: 100vh;
    padding-top: 52px;
}
.fixed-con {
    background: rgba(0,0,0,0.9);
    overflow: scroll;
    height: 100%;
}
.fixed-con .nav-search {
    border-bottom: 1px solid #7f7f7f;
    height: 50px;
    padding: 0 35px;
    position: relative;
}
.fixed-con .nav-search input {
    display: block;
    width: 100%;
    height: 36px;
    padding-right: 25px;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: none;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.fixed-con .nav-search button {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../img/icons3.png) no-repeat -499px -599px;
    right: 35px;
    top: 50%;
    margin-top: -15px;
    outline: none;
    border: none;
}
.fixed-con ul {
    padding: 0 35px;
}
.fixed-con ul li {
    border-bottom: 1px solid #7f7f7f;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.fixed-con ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
}
.fixed-tab .gift-notice {
    display: none;
    position: absolute;
    width: 486px;
    border-radius: 8px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #2C2B34;
}
.gift-notice .back {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 16px;
    top: 15px;
    cursor: pointer;
    background-position: -45px -245px;
    background-size: 300px auto;
}
.notice-title {
    height: 55px;
    background-color: #1B1B1D;
    padding-left: 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 55px;
    letter-spacing: 0em;
    color: #fff;
}
.notice-content {
    padding: 24px 40px 28px;
}
.notice-content-li {
    font-size: 0;
}
.notice-content-li img{
    height: 60px;
    width: 60px;
    border-radius: 8px;
    margin-right: 16px;
    display: inline-block;
}
.notice-content-li .fright {
    display: inline-block;
    width: calc(100% - 76px);
    vertical-align: top;
}
.notice-content-li .p16 {
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    margin-bottom: 4px;
    margin-top: 6px;
}
.notice-content-li .p12 {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #ccc;
}
.notice-content-li .p14 {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
.notice-content-li .ptitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #ccc;
    width: 76px;
    display: inline-block;
}
.notice-content .pc-download {
    display: block;
    width: 100%;
    height: 40px;
    background: #00FFCC;
    border-radius: 4px;
    text-align: center;
    color: #1B1B1D;
    font-size: 14px;
    line-height: 40px;
}
.notice-content-li:nth-child(1) {
    margin-bottom: 16px;
}
.notice-content-li:nth-child(2),.notice-content-li:nth-child(3) {
    margin-bottom: 14px;
}
.notice-content-li:nth-child(4) {
    margin-bottom: 26px;
}
.nav-fixed .xysug {
    box-sizing: border-box;
    max-height: 50vh;
    height: 50vh;
}
.xysug {
    display: none;
    position: absolute;
    z-index: 2;
    top: 40px;
    left: 0;
    width: 100%;
    max-height: 160px;
    overflow-y: hidden;
    background-color: #101116;
}
.xysug li {
    padding: 0 10px;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
}
.memu-href {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    padding: 0 12px;
    margin: 0;
    margin-top: 16px;
    width: 60px;
    text-align: left;
}
.hover-memu {
    background: url("../img/icons3.png") no-repeat -346px -87px;
}
.memu-href:hover {
    color: #09caab;
}
.hover-memu:hover {
    background: url("../img/icons3.png") no-repeat -246px -87px;
}
.memu-list{
    display: none;
    position: absolute;
    z-index: 2;
    top: 75px;
    width: 246px;
    padding: 10px;
    background-color: #000;
}
.memu-list li {
    font-size: 18px;
    line-height: 44px;
    color: #fff;
    float: left;
    width: 50%;
    text-align: center;
}
.memu-list li a {
    color: #fff;
}
.memu-list li:hover a {
    color: #09caab;
}
#game-memu {
    left: 0;
}
#app-memu {
    left: 84px;
}
.nav-href {
    float: right;
    width: auto;
}
#footer {
    margin: 0;
}
.share {
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 2;
    width: 53px;
    border: 2px solid #4c4f58;
    border-radius: 8px 0 0 8px;
    border-right: none;
    background-color: #373738;
}
.share .share-init{
    width: 40px;
    height: 40px;
    margin: 18px auto;
    position: relative;
}
.share-init .share-img {
    display: block;
    width: 100%;
    height: 100%;
}
.share-init:nth-child(1) .share-img {
    background: url("../img/napp-icon.png") no-repeat -246px 2px;
}
.share-init:nth-child(2) .share-img {
    background: url("../img/napp-icon.png") no-repeat -296px 2px;
}
.share-init:nth-child(3) .share-img {
    background: url("../img/napp-icon.png") no-repeat -346px 2px;
}
.share-init .share-code {
    display: none;
    position: absolute;
    width: 172px;
    height: 172px;
    padding-top: 18px;
    box-sizing: border-box;
    top: -12px;
    right: 60px;
    background: url("../img/napp-icon.png") no-repeat 0 -100px;
}
.share-code img {
    width: 115px;
    height: 115px;
    margin: 0 0 4px 18px;
}
.share-code p {
    width: 150px;
    font-size: 16px;
    line-height: 36px;
    color: #09caab;
    text-align: center;
}
.share-init:hover .share-code{
    display: block;
}
/* 游戏中心 */
.banner {
    position: relative;
    padding-top: 30px;
    margin-bottom: 30px;
}
.banner .swiper-container {
    z-index: 0;
}
#container .swiper-slide {
    height: 485px;
    overflow: hidden;
    border-radius: 40px;
}
#container .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#container .swiper-slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/banner-bg.png") no-repeat center;
    background-size: auto 485px;
}
#container .swiper-pagination {
    width: 256px;
    left: 0;
    bottom: 18px;
}
#container .swiper-pagination-bullet {
    width: 18px;
    height: 7px;
    border-radius: 3px;
    background-color: #fff;
    margin: 0 5px;
}
#container .swiper-pagination-bullet-active {
    width: 24px;
    background-color: #09caab;
}
.banner-title {
    position: absolute;
    top: 100px;
    right: 0;
    z-index: 1;
}
.banner-title-con {
    height: 30px;
    margin: 10px 0;
    cursor: pointer;
}
.banner-title-con.active {
    height: 38px;
}
.banner-title-con p{
    float: right;
    font-size: 18px;
    line-height: 26px;
    margin: 0 12px;
    color: #ccc;
}
.banner-title-con.active p{
    font-size: 22px;
    line-height: 30px;
    margin: 0 14px;
    color: #fff;
}
.banner-title-con span {
    float: right;
    padding: 0 16px;
    height: 26px;
    font-size: 18px;
    line-height: 26px;
    background-color: #d84141;
    color: #fff;
    border-radius: 5px;
}
.banner-title-con.active span {
    padding: 0 18px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
}
.list-body-1 {
    z-index: 0;
    margin-bottom: 18px;
}
.list-body-1 ul {
    width: 1080px;
}
.list-body-1 li{
    float: left;
    width: 337px;
    margin-right: 23px;
    margin-bottom: 12px;
    background-color: #222126;
    border-radius: 10px;
    overflow: hidden;
}
.list-body-1 .img-con {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 180px;
}
.list-body-1 .app-name {
    font-size: 20px;
    line-height: 66px;
    color: #fff;
    padding: 0 20px;
    width: 210px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-body-1 span {
    float: right;
    width: 65px;
    line-height: 35px;
    background-color: #4e4c56;
    color: #09caab;
    border-radius: 8px;
    text-align: center;
    font-size: 18px;
    margin: 15px 20px 0 0;
}
.list-body-1 span:hover {
    background-color: #14fbcc;
    color: #000;
}
.content-r .list_5 li a {
    padding: 0;
}
.list_5 li .blog-icon {
    width: 100%;
    height: 0;
    border-radius: 10px;
    padding-bottom: 110px;
    overflow: hidden;
    border: 1px solid #ffffff00;
    box-sizing: border-box;
}
.list_5 li:hover .blog-icon {
    border-color: #09caab;
}
.list_5 li img {
    display: block;
    width: 195px;
    height: auto;
    margin: -1px 0 0 -1px;
}
.list_5 li p {
    font: 16px/34px "微软雅黑";
    height: 34px;
    color: #d4d2d2;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
}
.list_5 li:hover p {
    color: #09caab;
}

/* 游戏分类 */
.panel-head-con {
    overflow-x: auto;
}

.panel-head-con::-webkit-scrollbar { width: 0 !important }
.panel-head {
    font-size: 0;
    white-space: nowrap;
}
.panel-head li {
    display: inline-block;
    margin-right: 20px;
    font-size: 20px;
}
.panel-head a {
    color: #fff;
}
.panel-head li:hover a,.panel-head li.active a {
    color: #09caab;
}
.margin-top {
    height: 30px;
}
.page-container {
    margin-top: 8px;
    height: 35px;
    overflow: hidden;
    font-size: 0;
    text-align: center;
}
.proPage,.PageCode,.noPage,.nextPage {
    display: inline-block;
    line-height: 35px;
    height: 35px;
    font-size: 16px;
    padding: 0 16px;
    border-radius: 8px;
    color: #fff;
    background-color: #4e4c56;
    margin: 0 12px;
    vertical-align: top;
    cursor: pointer;
}
.noPage {
    cursor: default;
    padding: 0;
    background-color: unset;
    line-height: 14px;
    font-size: 32px;
}
.nowPage {
    cursor: default;
    background-color: #09caab;
}
.PageCode:hover,.proPage:hover,.nextPage:hover {
    background-color: #09caab;
}
@media screen and (max-width: 1440px) {
    .margin {
        width: 1030px;
    }
    .header {
        height: 52px;
    }
    .header-margin {
        padding: 0 26px;
    }
    #logo {
        margin-top: 15px;
        background-size: auto 22px;
    }
    .search {
        height: 28px;
        width: 178px;
        border-radius: 14px;
        padding: 0 32px 0 16px;
        margin-top: 12px;
    }
    .search input {
        font-size: 14px;
        line-height: 28px;
    }
    .search button {
        width: 20px;
        height: 20px;
        background-position: -160px -160px;
        background-size: 480px auto;
        right: 8px;
        top: 3px;
    }
    .xysug {
        top: 32px;
        max-height: 130px;
    }
    .xysug li {
        padding: 0 8px;
        font-size: 14px;
        line-height: 26px;
    }
    .memu-href {
        font-size: 16px;
        line-height: 26px;
        padding: 0 10px;
        margin-top: 13px;
        width: 48px;
    }
    .memu-list {
        top: 60px;
        width: 196px;
        padding: 8px;
    }
    .memu-list li {
        font-size: 16px;
        line-height: 35px;
    }
    .nav-href {
        width: auto;
    }
    #body {
        padding-bottom: 64px;
    }
    .game-header {
        margin-bottom: 25px;
    }
    .content-l {
        width: 846px;
    }
    .content-r {
        width: 156px;
    }
    .list-head {
        font-size: 20px;
        line-height: 22px;
        height: 22px;
        padding-left: 16px;
        margin-bottom: 24px;
    }
    .list-head::before {
        width: 4px;
    }
    .list_2 ul {
        width: 868px;
    }
    .list_2 li {
        width: 102px;
        margin: 0 22px 18px 0;
    }
    .list_2 .img-con {
        width: 102px;
        padding-bottom: 102px;
        margin-bottom: 5px;
        border-radius: 18px;
    }
    .list_2 .app-name {
        font-size: 14px;
        line-height: 32px;
    }
    .content-r ul {
        margin-bottom: 18px;
    }
    .list_4 li {
        height: 84px;
        margin-bottom: 12px;
        border-radius: 8px;
    }
    .content-r li a {
        padding: 0 8px 0 0;
    }
    .list_4 .img-con {
        width: 84px;
        padding-bottom: 84px;
        border-radius: 8px;
        margin-right: 8px;
    }
    .list_4 li .app-name {
        padding-top: 18px;
        line-height: 24px;
    }
    .list_4 li .app-cate {
        line-height: 24px;
    }
    .banner {
        padding-top: 24px;
        margin-bottom: 24px;
    }
    #container .swiper-slide {
        height: 388px;
        border-radius: 32px;
    }
    #container .swiper-slide::after {
        background-size: auto 388px;
    }
    .list-body-1 {
        margin-bottom: 8px;
    }
    .list-body-1 ul {
        width: 867px;
    }
    .list-body-1 li {
        width: 268px;
        margin-right: 21px;
        margin-bottom: 10px;
        border-radius: 8px;
    }
    .list-body-1 .img-con {
        padding-bottom: 143px;
    }
    .list-body-1 span {
        width: 52px;
        line-height: 28px;
        border-radius: 7px;
        font-size: 16px;
        margin: 12px 16px 0 0;
    }
    .list-body-1 .app-name {
        font-size: 18px;
        line-height: 52px;
        padding: 0 16px;
        width: 168px;
    }
    .list_6 li {
        height: 60px;
        margin-bottom: 8px;
        border-radius: 12px;
    }
    .list_6 .img-con {
        width: 60px;
        padding-bottom: 60px;
        border-radius: 12px;
        margin-right: 6px;
    }
    .list_6 li .app-name {
        font-size: 12px;
        padding-top: 10px;
        line-height: 20px;
    }
    .list_6 li .app-cate {
        font-size: 12px;
        line-height: 20px;
    }
    .list_5 li .blog-icon {
        border-radius: 8px;
        padding-bottom: 88px;
    }
    .list_5 li img {
        width: 156px;
    }
    .list_5 li p {
        font: 14px/30px "微软雅黑";
        height: 30px;
    }
    .list_2 li:hover .img-con::after{
        border: 2px solid #09caab;
        border-radius: 18px;
    }
    .panel-head li {
        font-size: 16px;
        margin-right: 16px;
    }
    .page-container {
        margin-top: 6px;
        height: 26px;
    }
    .proPage,.PageCode,.noPage,.nextPage {
        line-height: 26px;
        height: 26px;
        font-size: 14px;
        padding: 0 14px;
        border-radius: 6px;
        margin: 0 10px;
    }
    .noPage {
        line-height: 10px;
        font-size: 26px;
        padding: 0;
    }
}
@media screen and (max-width: 540px) {
    .nav-con,.share {
        display: none;
    }
    .margin {
        width: 90%;
    }
    .content-l,.content-r {
        width: 100%;
    }
    .list_2 {
        overflow: auto;
    }
    .page-container {
        display: none;
    }
    #container .swiper-slide {
        height: 0;
        padding-bottom: 37.5%;
        border-radius: 10px;
    }
    #container .swiper-slide img {
        height: auto;
    }
    .banner-title-con {
        display: none;
    }
    .banner-title-con.active {
        display: block;
    }
    #container .swiper-pagination {
        width: 100%;
        bottom: 10px;
    }
    .banner-title {
        top: 24px;
        z-index: 0;
    }
    .banner-title-con.active p {
        font-size: 14px;
        line-height: 18px;
        margin: 0 10px;
    }
    .banner-title-con.active span {
        padding: 0 10px;
        height: 18px;
        font-size: 12px;
        line-height: 18px;
    }
    .search {
        display: none;
    }
    .header {
        position: fixed;
        top: 0;
        z-index: 1;
        width: 100%;
    }
    #body {
        padding-top: 52px;
    }
    .memu {
        display: block;
    }
    #footer {
        padding-bottom: 62px;
    }
    #footer .list {
        width: 100%;
    }
    .list-body-1 {
        overflow-x: auto;
    }
}