body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,th,td,p,blockquote,pre,form,fieldset,legend,input,button,textarea,hr{margin:0;padding:0;}ul,ol{list-style:none;}body{color:#333;font:12px/1.5 Arial;}select,input,button{vertical-align:middle;font-size:100%;}fieldset,img{border:0 none;}em{font-style:normal;}.navbar-toggle {display:none;}.clear{clear:both;display:block;height:0;visibility:hidden;font:0/0 arial;}.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;font-size:0;}.clearfix{*zoom:1;}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding:0;
    margin:0;
}#mainIframe{border:0;}
a{color:#333;text-decoration: none;}
a:hover{text-decoration: none;color: #2a84fe }
body{background: #f3f3f3;}
.w1200{width: 900px;margin:0 auto;}
.h79{height: 79px;}
.banner{     background-color: #fff;
    border-radius: 8px;
    padding: 20px;   margin-top: 20px;}
img{width: 100%;border:0;}
.nav-headerbox {
    background-color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid #e1e1e1;
    box-shadow: 0 0 5px 0 #ededed;
    -webkit-box-shadow: 0 0 5px 0 #ededed;
}
.nav-header .ask-logo {
    float: left;
    width: 200px;
    height: 50px;
}
.nav-header .ask-logo img {
    height: 35px;    width: auto;
}
.nav-header {
    padding: 16px 0 12px;
}
.nav-header, .wrapper {
    width: 900px;
    margin: 0 auto;
}

.list-module .content{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 20px auto 0;
    position: relative;
 
}

.list-module .content .title {
    padding-top: 20px;
    position: relative
}

.list-module .content .title img {
    height: 36px;
    width: 100px
}

.list-module .content .title .more {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #979ca5;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 36px;
    line-height: 1;
    position: absolute;
    right: 0
}

.list-module .content .title .more:after {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAYAAADphp8SAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAEqADAAQAAAABAAAADwAAAAAC2eFmAAACUElEQVQ4EYWTTWsTYRDHZ57uJu2hF09CLRQCHlT8AiqNFz9AhdV0SzVrTeJBoR7Eg3qwHpqLQikkafMqzSYN+BHUtmdBUPEg+IIvUPEgejJNdseZTZ91jQfnsDv/Z2Z/zMuzCGylcvM+AXzNLdh50cO23nCP93uwaozGZy/Pnf08HBetihV3xQdYZNBysdy6NZxUqG+e8HqwA0CnvF/drfWNR4eGcwIQIr1Cfogg8JcKldbdaKIC2iWEn4M4JQRWrbYmozniozyKVTdNPpXZVaJRQT7n2DfFFyvUWlPo01MimgoOEN7FUSUdJ/Up0PwIQCIYNscl1Tl5RDQTH2QX7Ovii0kVewIDSojmD99jzExm562P+1peAytWW+e4sg1u0pATBWo1c+n8Nd16odGZwF7/CcMOSzwKCyuSgFix1p4Bz2vz0EzRiLCWdWZzGlardQ52/d5jIjgyiOMHg+LJf0ASLJXdvA90Q3wxpfAiwxoDBbBWd496fXohITlDwK3A0Qnyloq49EV9JhVl0qmHWktFvkcd1hryNqZw/i9QMCPP39RtyYyibcmMul5/O2wL8A2ZxrRsLwQNtkbNP4OWraWu6tnI1njQ2+GgEV7HR4zpKxesL1JtANq/Rw29erlH0dXLPdoj2glXj/AyhmYynbZ2dcuqVG1m+P5UNJQh96KXsVRvJ8BnSHgZ8fmYMXbacaxvGiJvgwiPcVKwPYVwJ+vYS9EE6uME/0EH5B/iNp+Nj9IZ2575Hs0RPwD87+8vVdyT3NZtHDetrGX9GIaI/g1zfQoz6LLi9wAAAABJRU5ErkJggg==) no-repeat;
    background-size: 100% 100%;
    content: "";
    height: 10px;
    margin-left: 4px;
    width: 12px
}

.list-module .content .list-item {
    background-color: #fff;
    border-radius: 8px;
 
    padding: 0 30px 30px;
    width: 32%
}

.list-module .content .list .item {
    cursor: pointer;
    height: 78px;
    margin-top: 30px;
    position: relative
}

.list-module .content .list .item:nth-child(n+7) {
display: none;
}

.list-module .content .list .item a{position: relative;display: flex;}
.list-module .content .list .item .ranking {
    height: 40px;
    left: -30px;
    position: absolute;
    width: 38px;
    z-index: 10
}

.list-module .content .list .item>div {
    display: inline-block
}

.list-module .content .list .item .img-icon {
    border-radius: 10px;
    border-radius: 20px;
    display: inline-block;
    height: 100%;
    height: 78px;
    vertical-align: middle;
    vertical-align: unset;
    width: 100%;
    width: 78px;    overflow: hidden;
}
.list-module .content .list .item .img-icon img{width: 100%;}
.list-module .content .list .item .img-icon .img-icon {
    background-color: #f5f6f8;
    border-radius: 10px;
    display: inline-block;
    height: 100%;
    width: 100%
}

.list-module .content .list .item .info {
    height: 100%;
    left: 94px;line-height: 78px;
    position: absolute
}

.list-module .content .list .item .info> {
    position: absolute;
    white-space: nowrap
}

.list-module .content .list .item .info .game-name {
    color: #272b37;
    font-size: 20px;
    font-weight: 700;
    line-height: 78px;
    max-width: 200px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    top: 6px;display: block;height: 78px;
}

.list-module .content .list .item .info .tags {
    top: 44px;
    width: 200px
}

.list-module .content .list .item .info .tags span {
    background: #f5f6f8;
    border-radius: 2px;
    color: #979ca5;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    margin-right: 4px;
    max-width: 50%;
    overflow: hidden;
    padding: 4px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.list-module .content .list .item .info .strategy-time {
    color: #979ca5;
    line-height: 18px;
    top: 74px
}

.list-module .content .list .item .info .strategy-time .spacial {
    color: #ffab00
}

.card-index{

    position: relative;

}

.card-index .content{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background-color: #fff;
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
 
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 20px;
    padding: 0 27px 30px 30px;
    width: 100%
}

.card-index .content .title{
    position: absolute;
    top: 20px
}

.card-index .content .title img{
width:132px;height:27px;
}

.card-index .content .item{
    cursor: pointer;
 
    margin-top: 67px;
    width: 16%;margin-right: 2%;
}

.indexbox .card-index .content .item{width: 32%}


.card-index .content .item:last-child{margin-right: 0}
.card-index .content .item .img-icon{
    border-radius: 10px;
    border-radius: 8px;
    display: inline-block;
overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: middle;
    vertical-align: top;
    width: 100%;line-height: 0
}

.card-index .content .item .img-icon .img-icon{
    background-color: #f5f6f8;
    border-radius: 10px;
    display: inline-block;
    height: 100%;
    width: 100%
}

.card-index .content .item .game-name{
    font-size: 20px;
    font-weight: 700;
    line-height: 34px;
    margin-top: 10px;width: 100%;text-align: center;display: block;
}

.card-index .content .item .tags{
    margin-top: 4px
}

.card-index .content .item .tags span{
    background: #f5f6f8;
    border-radius: 2px;
    color: #979ca5;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    margin-right: 4px;
    padding: 4px
}

.card-index .content .item .strategy-time{
    color: #979ca5;
    line-height: 18px;
    margin-top: 8px
}

.card-index .content .item .strategy-time .spacial{
    color: #ffab00
}

.card-index .content .item:hover .game-name{
    color: #2a84fe
}

.friend {
    padding: 25px;    border-radius: 10px;
    overflow: hidden;margin-top: 20px;
    margin-bottom: 20px;
    background: #fff;
   
}

.friend .title{     font-size: 24px;   line-height: 1;
    padding-bottom: 10px;
    margin-bottom: 12px;
    font-weight: bold;
    color: #333;
    }  
    .friend  a{padding-right:10px;}


    .fix-layout2 {
    position: fixed;
    z-index: 99999;
    left: 50%;
    bottom: 10px;
    width: 60px;
    margin-left: 640px;
    font-size: 12px;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight - this.offsetHeight - 110));
}
 
.fix-layout2 a {
       display: block;
    width: 52px;
    height: 52px;
    margin: 10px 0 0 8px;
    border: 1px solid rgba(150,150,150,0.2);
    background-color: #fff!important;
    font-size: 36px;
    color: #ff6a00;
    line-height: 48px;
    text-align: center;
}

.look-game .games {
    font-size: 0;
    margin: 0 auto;
    padding: 30px 0 40px;
    position: relative;
    width: 900px
}

.look-game .games .pc-card-item {
    display: inline-block;
    font-size: 14px;
    height: 100px;
    margin: 0 2% 10px 0;
    position: relative;
    width: 23.5%;
}
.look-game .games .pc-card-item:nth-child(4n){margin 0 0 10p 0;}
.look-game .games .pc-card-item .card-content {
    border-radius: 10px;display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.look-game .games .pc-card-item .card-content>div {
    display: inline-block;
    line-height: 1;
    vertical-align: top
}

.look-game .games .pc-card-item:hover .card-content {
    top: -2px!important
}

.look-game .games .pc-card-item:nth-child(4n) {
    margin-right: 0
}

.look-game .games .pc-card-item .img-icon {
    border-radius: 10px;

    display: inline-block;
    height: 100%;
    height: 70px;
    margin: 16px 10px 0 16px;
    vertical-align: middle;
    width: 100%;
    width: 70px;overflow: hidden;
    flex: 0 0 70px;
}

.look-game .games .pc-card-item .img-icon .img-icon {
    background-color: #f5f6f8;
    border-radius: 10px;
    display: inline-block;
    height: 100%;
    width: 100%
}

.look-game .games .pc-card-item .info {
 
    width: 100px
}

.look-game .games .pc-card-item .game-name {
    color: #272b37;
    font-size: 20px;
    font-weight: 700;
    line-height: 100px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.look-game .games .pc-card-item .tags {
    margin-top: 2px;
    white-space: nowrap;
    width: 100%
}

.look-game .games .pc-card-item .tags span {
    background: #f5f6f8;
    border-radius: 2px;
    color: #979ca5;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    margin-right: 4px;
    max-width: 50%;
    overflow: hidden;
    padding: 4px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.pc-card-item {
    cursor: pointer;
    position: relative
}

.pc-card-item .card-content {
    background: #fff;
    border-radius: 8px;
    height: 100%;
    position: absolute;
    width: 100%
}

.pc-card-item:hover .card-content {
    cursor: pointer;
    position: relative;
    position: absolute;
    top: -10px!important;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.pc-card-item:hover .card-content:after {
    background: url(../images/card-box-shadow.png) no-repeat;
    background-size: 100% 100%;
    bottom: -10px;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    width: 100%
}

.game-base {
    border-radius: 0;
    font-size: 0;
    height: 220px;
    margin: 30px auto 0;
    position: relative;
    width: 900px
}
.game-base>.left {
    background: #fff;    padding: 40px 30px;
    position: relative;
    border-radius: 8px;
    display: inline-block;
    font-size: 14px;
    height: 100%;
    vertical-align: top;
}

.game-qrcode{position: absolute;right: 20px;top:30px;text-align: center;}
.game-qrcode .qrcode-tip{margin-top: 10px;}
.game-qrcode img{width: 130px;}
.game-base .left {
    padding: 40px 30px;
    position: relative;
    width: 900px
}

.game-base .left .el-image {
    border-radius: 10px;
 
    display: inline-block;
    height: 100%;
    height: 120px;
    vertical-align: middle;
    width: 100%;
    width: 120px;overflow: hidden;
}

.game-base .left .el-image .img-icon {
    background-color: #f5f6f8;
    border-radius: 10px;
    display: inline-block;
    height: 100%;
    width: 100%
}

.game-base .left .info {
    left: 170px;
    line-height: 1;
    position: absolute;
    top: 45px
}

.game-base .left .info p {
    color: #5f6672;
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.game-base .left .info .game-name {
    color: #272b37;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    margin-top: 6px;
    max-width: 580px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.game-base .left .info .tags {
    line-height: 1
}

.game-base .left .info .tags span {
    background: #f5f6f8;
    border-radius: 2px;
    color: #979ca5;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    margin-right: 4px;
    padding: 4px
}
.game-base .left .info span{width: 200px;}
.game-base .left .info .package-size {
    margin-right: 35px;
}

.game-base .left .info .spacial {
    color: #ffab00
}


.game-desc {
    background: #fff;
    border-radius: 8px;
    margin: 30px auto 0;
    overflow: hidden;
    padding: 30px;
    position: relative;
    width: 900px
}

.game-desc .game-intro-icon {
    height: 27px;
 
    width: 131px
}

.game-desc .desc {
    color: #5f6672;
    font-size: 18px;
    line-height: 36px;
    margin-top: 20px;
    width: 100%
}



.yjsw-module .title{
    margin: 30px auto 0;
    position: relative;
    width: 900px
}

.yjsw-module .title img{
    height: 27px;
    width: 131px
}

.yjsw-module .content{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 19px auto 0;
    position: relative;
    width: 900px
}

.yjsw-module .content .pc-card-item{
    height: 180px;
    text-align: center;
    width: 140px
}

.yjsw-module .content .pc-card-item .card-content{
    border-radius: 10px
}
.yjsw-module .content .pc-card-item .card-content a{display: block;}
.yjsw-module .content .pc-card-item .img-icon{
    border-radius: 10px;
    display: inline-block;
    height: 100%;
    height: 90px;
    margin-top: 30px;
    vertical-align: middle;
    width: 100%;
    width: 90px;overflow: hidden;
}

.yjsw-module .content .pc-card-item .img-icon .img-icon{
    background-color: #f5f6f8;
    border-radius: 10px;
    display: inline-block;
    height: 100%;
    width: 100%
}

.yjsw-module .content .pc-card-item .game-name{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.15;
    margin: 18px 14px;
    max-width: calc(100% - 28px);
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}



.xfnav{display: none;}
@media screen and (max-width: 800px) {
.nav-header .ask-logo{height:30px;        width: auto;}
.nav-header .ask-logo img{height:30px;}
.nav-header {
    padding: 16px 20px 12px;       height: 60px; box-sizing: border-box;
}
.nav-header, .wrapper{width:100%;
}
.navbar-toggle {color: #76838f;border:0;
    float: right;display:block;padding: 10px 15px;
    position: relative;background: #fff;font-size: 20px;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.navbar-toggle:before, .navbar-toggle.collapsed:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}


.navbar-toggle .hamburger-bar, .navbar-toggle.on .hamburger-bar {
    opacity: 1;
}
.navbar-toggle:before, .navbar-toggle:after {
    content: "";
}
.navbar-toggle:before, .navbar-toggle .hamburger-bar,.navbar-toggle:after {
    display: block;
    width: 1em;
    height: .1em;
    margin: 0;
    background: #76838f;
    border-radius: 1px;
}

.navbar-toggle, .navbar-toggle:before, .navbar-toggle .hamburger-bar, .navbar-toggle:after {
    -webkit-transition: -webkit-transform .2s ease-in-out;
    -o-transition: -o-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
}
.navbar-toggle .hamburger-bar {
    margin: .2em 0;
}

.look-game .games{padding:15px;width: 100%;}
.look-game .games .pc-card-item{
    width: 49%;        height: 78px;
}.h79{height: 60px;}
.look-game .games .pc-card-item:nth-child(2n){margin-right: 0}
.look-game .games .pc-card-item .img-icon{width: 48px;height: 48px;flex:0 0 48px;}
.look-game .games .pc-card-item .game-name{        font-size: 14px;
    }

.banner{margin:0px; padding:10px;line-height: 0;border-radius: 0}
.w1200{width: 100%;}

.list-module .content .list-item{width: 100%;height: auto;margin-bottom: 10px;padding:0;}
.list-module .content .list-item:last-child{margin-bottom: 0;}
.list-module .content {
   margin:0px;padding:15px;border-radius: 0;
    flex-direction: column;background-color: #fff;
}
.card-index{margin:0px;}
.card-index .content{margin-top: 0;padding:15px;border-radius: 0}
.card-index .content .item{width: 100%;             margin-top: 55px;
        margin-right: 0;}
        .card-index .content .item:nth-child(2){margin-top: 55px;}
.card-index .content .item a{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;        flex-direction: column;
        align-items: center;}
.friend{margin:0;border-radius: 0;padding:15px;}
.friend .title{font-size: 16px;}
.card-index .content .title img{height: auto;
 
        width: 80px;}
.card-index .content .item .img-icon {width: 54px;height: 54px;}
.card-index .content .item .game-name{font-size: 14px;margin-left: 10px;}
.h40{height: 54px;background-color: #fff}
.xfnav{height:54px; clear:both;  width:100%;position:fixed ; bottom:0px;display:block;border-top: 1px #eee solid}
.xfnav>div { background:#fff;line-height:40px;padding: 7px 0; color:#FFFFFF; width:100%; text-align:center; float:left;    box-sizing: border-box;  }

.xfnav a {
    margin: 0 10px;
    border-radius: 50px;
    background: rgba(51, 136, 255, 0.7);color:#fff;font-size: 16px;
    display: block;
   
}
.game-base{margin:0px;        width: auto;
        height: auto;}
.game-base .left{width: 100%;padding:15px;border-radius:0;}
.game-qrcode{display: none;}
.game-base .left .el-image{width: 92px;height: 92px;}
.game-base .left .info{left:122px;top:15px;width: calc(100% - 122px);}
.game-base .left .info .game-name{font-size: 18px;
        line-height: 1.5;        margin-top: 0;margin-bottom: 10px;}
.game-base .left .info p{font-size: 14px;          line-height: 2;      margin-top: 0px;}
.game-base .left .info span{width: 50%;        color: #999;}
.game-base .left .info .package-size {
    margin-right: 0px;
}

.game-desc {
    background: #fff;
    border-radius: 0px;
    margin: 0px auto 0;
    overflow: hidden;
    padding:0 15px  15px;
    position: relative;
    width: 100%;
}

.game-desc .game-intro-icon {
    height: auto;
    margin-top: 10px;
    width: 80px;
}

.game-desc .desc{font-size: 14px;line-height: 1.5;}

.list-module .content .list{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;overflow-x: auto}

.list-module .content .list::-webkit-scrollbar {
display: none; /* 隐藏滚动条 */
}
.list-module .content .list .item:nth-child(n+7){display: block;}
.list-module .content .list .item a {
    position: relative;
    display: flex
;
    flex-direction: column;
}
.list-module .content .list .item{height: auto;;margin-right: 20px;}
.list-module .content .list .item .ranking{display: none;}
.list-module .content .list .item .img-icon{width: 57px;height: 57px;border-radius: 10px;}
.list-module .content .list .item .info{position: initial;text-align: center;}

.list-module .content .list .item .info .game-name{font-size: 13px;line-height: 34px;height: 34px;}

.list-module .content .list-item .title img{        height: auto !important;
        width: 60px !important;}

.yjsw-module{background-color: #fff;padding:15px;}
.yjsw-module .title {
    margin: 0px auto 0;
 
    width: 100%;
}
.list-module .content .title{padding-top: 0;}
.yjsw-module .title img{width: 80px;height: auto;}
.yjsw-module .content{width: 100%;        overflow-x: auto;}

.yjsw-module .content::-webkit-scrollbar {
display: none; /* 隐藏滚动条 */
}

.yjsw-module .content .pc-card-item .img-icon{width: 57px;height: 57px;margin-top: 0;}
.yjsw-module .content .pc-card-item .game-name{font-size: 13px;            max-width: 100%;text-align: center;    margin: 18px 0;}
.yjsw-module .content .pc-card-item{width: 57px;   margin-right: 20px;   flex:0 0 57px;  height: 100px;}
.pc-card-item:hover .card-content{top:0 !important;}
.indexbox .card-index .content .item:nth-child(2){margin-top: 40px;}
.indexbox .card-index .content{    flex-direction: row;}
.indexbox .card-index .content .item{margin-top: 40px;}
.indexbox .card-index .content .item a{ flex-direction: column;}
.indexbox .card-index .content .item .img-icon{width: 100%;height: auto}


}
