@charset "utf-8";
/* CSS Document */
*{padding:0; margin:0;}
a{text-decoration:none;}
li{list-style:none;}
button{outline: none; cursor: pointer;}
.vertical{width:0; height:100%; display:inline-block; vertical-align:middle;}
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfloat{zoom:1}
body{
    overflow-y: scroll;
}
.minWid{
    min-width: 1366px;
}
img{
    border: none;
    display: block;
}
input{
    outline: none;
}
.margin{
    width: 1330px;
    margin:0 auto;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
#header {
    position: fixed;
    z-index: 99;
    top: 0;
    width: 100%;
    height: 60px;
    background-color: rgba(242,242,242,0.9);
    box-shadow: 0px 3px 10px #88888859;
}
#logo {
    float: left;
    height: 28px;
    width: 170px;
    margin-top: 16px;
    overflow: hidden;
    background: url(../img/xiazai-d.png) no-repeat 0 0;
    background-size: auto 28px;
}
#logo a {
    display: block;
    height: 100%;
    text-indent: 999px;
}
#header .nav {
    padding-left: 170px;
}
#header .nav li {
    float: right;
    padding: 0 20px;
    font-size: 16px;
    line-height: 60px;
    position: relative;
}
.show-more-btn:hover .nav-more-link{
    display: block;
}
.nav-more-link {
    display: none;
    position: absolute;
    left: 0;
    top: 42px;
    width: 100px;
    background: rgba(242,242,242,0.9);
    backdrop-filter: blur(40px);
}
#header .nav-more-link li {
    padding: 0 10px;
    float: none;
    line-height: 42px;
    cursor: pointer;
}
#header .nav li a {
    color: #444;
    cursor: pointer;
}
#header .nav li.active a,#header .nav li a:hover{
    color: #008873;
}
#body {
    margin-top: 60px;
}
.top {
    padding-top: 20px;
    height: 54px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
}
.memu {
    position: relative;
    float: left;
    height: 32px;
}
.memu-href {
    float: left;
    width: 64px;
    text-align: center;
    font: 16px/40px "微软雅黑";
    color: #666;
    margin-right: 4px;
}
.memu-href:hover {
    color: #008873;
}
.memu-home {
    float: left;
    width: 115px;
    font: 16px/40px "微软雅黑";
    color: #000;
    font-weight: bold;
}
.hover-memu {
    background: url("../img/icon(2).png") no-repeat 52px -82px;
}
.hover-memu:hover {
    background: url("../img/icon(2).png") no-repeat -48px -82px;
}
.top .memu ul {
    display: none;
    position: absolute;
    border: 1px solid #d8d8d8;
    background: #fff;
    z-index: 10;
    width: 90px;
    top: 32px;
    left: 0;
}
#game-memu {
    left: 102px;
}
#app-memu {
    left: 170px;
}
.top .memu ul li {
    width: 100%;
    height: 32px;
    border-bottom: 1px solid #d8d8d8;
    margin-top: 2px;
    text-align: center;
    font: 14px/32px "微软雅黑";
}
.top .memu ul li a {
    color: #363636;
}
.top .memu ul li a:hover {
    color: #008873;
}
.top .search {
    float: right;
    width: 300px;
    border: 1px solid #888;
    height: 38px;
    position: relative;
}
.top .search input {
    float: left;
    border: none;
    height: 100%;
    width: 254px;
    margin-left: 10px;
    color: #363636;
    font: 14px/38px "微软雅黑";
}
.top .search button {
    border: none;
    float: left;
    height: 100%;
    width: 36px;
    background: url("../img/icons3.png") no-repeat -392px -590px;
}
.top .search ul {
    display: none;
    position: absolute;
    top: 40px;
    background: #fff;
    width: 100%;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
    padding: 5px 0;
    z-index: 1;
}
.top .search ul li {
    padding: 0 10px;
    font: 16px;
    line-height: 30px;
    cursor: pointer;
    color: #363636;
}
.top .search ul li:hover{
    color: #008873;
}
.content-l {
    float: left;
    width: 940px;
}
.content-r {
    float: right;
    width: 300px;
}
.content-r h4{
    font: 26px/32px "微软雅黑";
    color: #000;
}
.content-r ul {
    padding-top: 17px;
    margin-bottom: 30px;
}
.content-r li {
    box-sizing: border-box;
}
.content-r li a {
    display: block;
    height: 80px;
    padding: 10px;
    position: relative;
}
.content-r li:hover a {
    background: rgba(127,127,127,0.05);
}
.content-r li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: #008873;
    transition: width 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.content-r li:hover a::before {
    width: 4px;
    transition: width 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.content-r li .app-icon {
    float: left;
    height: 0;
    width: 80px;
    padding-bottom: 80px;
    margin-right: 10px;
    overflow: hidden;
}
.content-r li .app-icon img {
    width: 100%;
    height: auto;
    display: block;
}
.content-r li .name-cate {
    padding: 10px 0;
}
.content-r li .app-name{
    font: 15px/24px "微软雅黑";
    color: #000;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.content-r li .app-info {
    height: 18px;
    overflow: hidden;
}
.content-r li:hover .app-cate {
    margin-top: -18px;
    transition: margin-top 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.content-r li .app-cate {
    font: 14px/18px "微软雅黑";
    color: #888;
    transition: margin-top 0.15s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.content-r li .app-down {
    font: 14px/18px "微软雅黑";
    color: #008873;
}
.fixed-tab {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 4;
}
.fixed-tab .tab-bg {
    height: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
}
.fixed-tab .tab-con {
    display: none;
    position: absolute;
    width: 874px;
    height: 328px;
    border: 1px solid #333;
    padding: 50px 60px;
    top: 50%;
    left: 50%;
    margin: -219px 0 0 -497px;
    background: rgba(127,127,127,0.9);
}
.fixed-tab .pay-con {
    display: none;
    position: absolute;
    width: 500px;
    height: 86px;
    border: 1px solid #333;
    padding: 67px 50px;
    top: 50%;
    left: 50%;
    margin: -110px 0 0 -300px;
    background: rgba(127,127,127,0.9);
}
.fixed-tab .pay-con a {
    float: left;
    width: 230px;
    margin: 0 10px;
}
.fixed-tab .pay-con img {
    width: 230px;
    height: auto;
}
.fixed-tab .back {
    position: absolute;
    width: 50px;
    height: 50px;
    right: -1px;
    top: -60px;
    background: url(../img/icons3.png) no-repeat -200px -300px;
}
.fixed-tab .tab-title {
    height: 28px;
    margin-bottom: 50px;
}
.fixed-tab .tab-title img {
    height: 28px;
    width: auto;
}
.fixed-tab .tab-con-l {
    float: left;
    width: 445px;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
}
.fixed-tab .tab-con-r {
    float: right;
    width: 316px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}
.fixed-tab .tab-con-r .ddd {
    color: #ddd;
}
.fixed-tab .tab-con-r a{
    color: #09caab;
}
#footer {
    padding: 20px 0;
    background: #e6e6e6;
    margin-top: 80px;
}
#footer .footer-text {
    margin-bottom: 18px;
}
#footer p {
    font-size: 16px;
	line-height: 20px;
    color: #008873;
}
#footer p a {
    color: #666;
    word-break: break-word;
}
#footer .list {
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding: 20px 15px 20px 0;
}
#footer .list ul {
    padding-left: 16px;
    margin-top: 5px;
    margin-bottom: 8px;
    color: #666;
}
#footer .list li{
    line-height: 20px;
    list-style: disc;
    padding-bottom: 3px;
    font-size: 13px;
}
#footer .list li a{
    color: #666;
}
@supports ((-webkit-backdrop-filter: initial) or (backdrop-filter: initial)){
    #header {
        background-color: rgba(242,242,242,0.7);
        backdrop-filter: saturate(180%) blur(20px);
    }
    .content-r li:hover a {
        backdrop-filter: blur(10px);
    }
}
@media screen and (max-width: 1440px) {
    .minWid{
        min-width: 1100px;
    }
    .margin{
        width: 1100px;
        padding: 0 50px;
    }
    #header {
        height: 48px;
    }
    #logo {
        height: 22px;
        width: 136px;
        margin-top: 13px;
        background-size: auto 22px;
    }
    #header .nav {
        padding-left: 136px;
    }
    #header .nav li {
        padding: 0 16px;
        font-size: 14px;
        line-height: 48px;
    }
    .nav-more-link {
        top: 34px;
        width: 80px;
    }
    #header .nav-more-link li {
        padding: 0 8px;
        line-height: 34px;
    }
    #body {
        margin-top: 48px;
    }
    .top {
        padding-top: 16px;
        height: 38px;
        margin-bottom: 32px;
    }
    .memu {
        height: 26px;
    }
    .memu-href {
        width: 52px;
        font: 14px/32px "微软雅黑";
        margin-right: 3px;
    }
    .memu-home {
        width: 92px;
        font: 14px/32px "微软雅黑";
    }
    .hover-memu {
        background: url("../img/icon(2).png") no-repeat 52px -82px;
    }
    .hover-memu:hover {
        background: url("../img/icon(2).png") no-repeat -48px -82px;
    }
    .top .memu ul {
        width: 72px;
        top: 26px;
    }
    #game-memu {
        left: 80px;
    }
    #app-memu {
        left: 136px;
    }
    .top .memu ul li {
        height: 26px;
        margin-top: 2px;
        font: 12px/26px "微软雅黑";
    }
    .top .search {
        width: 240px;
        height: 30px;
    }
    .top .search input {
        margin-left: 8px;
        width: 200px;
        font: 12px/30px "微软雅黑";
    }
    .top .search button {
        width: 30px;
        background: url("../img/icons3.png") no-repeat -390px -594px;
    }
    .content-l {
        width: 752px;
    }
    .content-r {
        width: 240px;
    }
    .content-r h4{
        font: 22px/26px "微软雅黑";
    }
    .content-r ul {
        padding-top: 14px;
        margin-bottom: 24px;
    }
    .content-r li a {
        height: 62px;
        padding: 8px;
    }
    .content-r li:hover a::before {
        width: 3px;
    }
    .content-r li .app-icon {
        width: 62px;
        padding-bottom: 62px;
        margin-right: 8px;
    }
    .content-r li .name-cate {
        padding: 8px 0;
    }
    .content-r li .app-name{
        font: 12px/20px "微软雅黑";
        margin-bottom: 8px;
    }
    .content-r li .app-cate,.content-r li .app-down {
        font: 12px/18px "微软雅黑";
    }
    .fixed-tab .tab-con {
        width: 700px;
        height: 262px;
        padding: 40px 48px;
        margin: -171px 0 0 -398px;
    }
    .fixed-tab .pay-con {
        width: 400px;
        height: 68px;
        padding: 52px 40px;
        margin: -86px 0 0 -220px;
    }
    .fixed-tab .pay-con a {
        width: 184px;
        margin: 0 8px;
    }
    .fixed-tab .pay-con img {
        width: 184px;
    }
    .fixed-tab .back {
        width: 40px;
        height: 40px;
        top: -48px;
        background: url(../img/icons3.png) no-repeat -160px -240px;
        background-size: 480px auto;
    }
    .fixed-tab .tab-title {
        height: 22px;
        margin-bottom: 40px;
    }
    .fixed-tab .tab-title img {
        height: 22px;
    }
    .fixed-tab .tab-con-l {
        width: 356px;
        font-size: 14px;
        line-height: 24px;
    }
    .fixed-tab .tab-con-r {
        width: 252px;
        font-size: 14px;
        line-height: 24px;
    }
    #footer {
        padding: 16px 0;
        margin-top: 64px;
    }
    #footer .footer-text {
        margin-bottom: 16px;
    }
    #footer p {
        font-size: 14px;
    	line-height: 18px;
    }
    #footer .list {
        padding: 16px 12px 16px 0;
    }
    #footer .list ul {
        padding-left: 14px;
        margin-top: 4px;
        margin-bottom: 6px;
    }
    #footer .list li{
        line-height: 16px;
        padding-bottom: 2px;
        font-size: 12px;
    }
}