/*reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

address, caption, cite, code, dfn, em, strong, th, var, i, b, span {
    font-style: normal;
    font-weight: normal
}

ol, ul {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

/*q:before, q:after {*/
/*    content: ''*/
/*}*/

abbr, acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

input, textarea, select {
    *font-size: 100%
}

a {
    text-decoration: none;
    outline: none;
}

body, button, input, select, textarea {
    font: 12px/1.5 tahoma, '\5FAE\8F6F\96C5\9ED1', sans-serif
}

.hidden {
    display: none;
    font-size: 0;
    text-indent: -999em;
}

/*.clearfix:after {*/
/*    content: "";*/
/*    display: block;*/
/*    height: 0;*/
/*    clear: both;*/
/*}*/

.clearfix {
    *zoom: 1;
}

body {
    width: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    background: -webkit-linear-gradient(to bottom right, #292a80, #181845);
    background: -o-linear-gradient(to bottom right, #292a80, #181845);
    background: -moz-linear-gradient(to bottom right, #292a80, #181845);
    background: linear-gradient(to bottom right, #292a80, #181845);
}

/*浏览器兼容提示*/
.chromeframe {
    background: #000;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    width: 1903px;
    font-size: 14px;
    position: relative;
    z-index: 12
}

.chromeframe a {
    color: #f13c35
}
/*margin-bottom:-10000px;padding-bottom:10000px;*/
body {
    -webkit-text-size-adjust: none;
}

.wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    padding-top: 80px;
}

/*css style*/
/*.bg{width:100%;min-width:1200px;height:auto;overflow: hidden;position: relative;}*/
.bg {
    margin-left: 20px;
    padding-left: 30px;
    background: #ffffff;
    /*margin-bottom:-10000px;*/
    /*padding-bottom:10000px;*/
    height: 700px;
    /*overflow: hidden;*/
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}
.bg::-webkit-scrollbar {
    width: 4px;
}
.bg::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    opacity: 0.2;
    background: #999999;
}
.bg::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(155,155,155,0.3);
}

.bg-index{
    background: none;
    height: auto;
    margin-left: 20px;
    padding-left: 30px;
    overflow: hidden;
    position: relative;
}

.bg-linear {
    height: 1600px;
    max-width: 2560px;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: -webkit-linear-gradient(to bottom right, #292a80, #181845);
    background: -o-linear-gradient(to bottom right, #292a80, #181845);
    background: -moz-linear-gradient(to bottom right, #292a80, #181845);
    background: linear-gradient(to bottom right, #292a80, #181845);
}

.nav-link-list a:nth-child(3) {
    opacity: 1;
}

.btn-menu {
    display: none;
}

.language-change {
    width: 136px;
    text-align: right;
    position: absolute;
    top: 29px;
    right: 0;
}

.language-change a {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    margin-left: 12px;
    line-height: 22px;
    opacity: 0.6;
}

.language-change a.on {
    opacity: 1;
}

.language-change a:hover {
    opacity: 1;
}

.language-change a.no {
    pointer-events: none;
}

.concent-box {
    display: flex;
    width: 70%;
    min-width: 1200px;
    margin: 50px auto;
}
.concent-indexBox{
    display: flex;
    width: 70%;
    min-width: 1200px;
    margin: 50px auto;
    padding-left:30%
}
.concent-indexBox .game-nav-box{
    position: fixed;
    left: 15%;
}

/*.game-nav-box {
    margin: 0 300px;
    position: relative;
}*/

.game-nav {
    width: 200px;
    padding-left: 50px;
    /*position: fixed;*/
    /*top: 180px;*/
    transition: top 0.5s;
    z-index: 999;
}

/*.game-nav.on {
    top: 110px;
}*/

.game-mbox {
    display: none;
}

.game-nlist {
    width: 100%;
    /*height: 642px;*/
    background: #ffffff;
    height: 700px;
    /*margin-bottom:-10000px;*/
    /*padding-bottom:10000px;*/
}

.game-nlist-index{
    background: none;
}

.game-nlist li {
    position: relative;
}

.p-small {
    height: 60px;
    line-height: 60px;
    padding-left: 10px;
}

.game-nlist li.li-ntitle {
    padding-top: 25px;
}

.game-nlist li a {
    display: inline-block;
    font-size: 16px;
    color: #7d86b3;
    /*line-height: 20px;*/
    opacity: 0.8;
}

.game-nlist li .game-ntitle a:hover {
    color: #ffffff;
    opacity: 1;
}

.game-nlist li.on .game-ntitle a {
    color: #222222;
    opacity: 1;
    display: flex;
}

.game-nlist li.on .game-ntitle-all a {
    color: #eee;
    line-height: 60px;
    opacity: 1;
    display: flex;
}
.game-nlist li.on .selectTitle{
    display: flex;
    padding: 0;
}
.game-nlist li.on .selectTitle i{
    display: inline-block;
    height: 24px;
    width: 4px;
    margin-right: 10px;
    margin-top: 18px;
    border-radius: 2px;
    background: #3636c9;
}

.game-nlist li.on .game-ntitle a i{
    display: inline-block;
    /*background: #4860c2;*/
    position: relative;
    width: 60px;
    height: 60px;
    overflow: hidden;
}
.game-nlist li.on .game-ntitle a b{
    line-height: 60px;
    margin-left: 10px;
    display: inline-block;
    height: 60px;
}

.game-nlist li .game-ntitle a {
    font-size: 18px;
    color: #adadcc;
    opacity: 1;
}

.game-nlist li .p-small:hover a {
    color: chocolate;
    opacity: 1;
}

.game-nlist li .p-small:hover {
    background: #7d86b3;
    transition: all;
}

.game-nlist li .p-small a:hover i span {
    animation: moveIcon 0.2s linear;
}

.game-nlist li .p-small.on a {
    color: #b6930f;
    opacity: 1;
}

.game-nlist li .game-ntitle a i {
    display: none;
    width: 4px;
    line-height: 36px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
}

.game-nlist li.li-ntitle.on .game-ntitle a span {
    top: 30px;
}

.game-nlist li.on .game-ntitle a i {
    display: inline-block;
}

.game-nlist li.on .game-ntitle a i span {
    display: inline-block;
    width: 60px;
    height:60px;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
}

.game-nlist li.on .game-ntitle a:hover span {
    transition: all;
    color: chocolate;
    position: absolute;
    top:0;
    left: 0;
}
.game-nlist li.on .targetLink{
    background:rosybrown;
}

@keyframes moveIcon {
    0% {
        left: 0;
        color: #333333;
    }
    25%{
        left: -30px;
        color: #333333;
    }
    49%{
        left: -60px;
        color: #333333;
    }
    51%{
        left: 60px;
        color: chocolate;
    }
    75%{
        left: 30px;
        color: chocolate;
    }
    100% {
        left: 0;
        color: chocolate;
    }
}

.bg-main {
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 88;
}

.search-introduce {
    height: auto;
    padding: 0px 52px 10px 0;
    position: relative;
}

.search-box {
    height: 45px;
    position: relative;
    margin-bottom: 4px;
}

.search-box input {
    display: none;
    height: 24px;
    background: none;
    border: 0;
    font-size: 16px;
    line-height: 24px;
    color: #adadcc;
    outline: none;
    padding-bottom: 26px;
}

.search-box.active input {
    display: block;
}

.search-box:before {
    content: '';
    height: 1px;
    background: #ffffff;
    opacity: 0.05;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}

.search-box.active:before {
    display: block;
}

.btn-search {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/btn-search.png) no-repeat;
}

.btn-search.on {
    background: url(../images/btn-sclose.png) no-repeat;
}

.btn-totop {
    display: none;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 100px;
    margin-left: 1218px;
    background: url(../images/btn-totop.png) no-repeat;
    z-index: 99;
}

.btn-totop.on {
    display: block;
    opacity: 1;
}

.btn-totop.bottom {
    position: absolute;
}

@media (max-width: 1375px) {
    .btn-totop {
        margin-left: 78px;
    }
}

.game-introduce {
    width: 858px;
    height: auto;
    padding-top: 16px;
    position: relative;
}

.game-intit {
    font-size: 22px;
    color: #ffffff;
    line-height: 20px;
    margin-bottom: 38px;
}

.game-inlist {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.game-inlist-pc:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #7d86b3;
    opacity: 0.15;
    position: absolute;
    bottom: 0;
    left: 0;
}

.game-inlist-pc {
    margin-bottom: 50px;
}

.game-inlist-mobile {
    margin-bottom: 0;
}

.game-inlist li {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.game-inbox {
    width: 100%;
    height: 136px;
    position: relative;
}

.game-inimg {
    width: 100px;
    height: 100px;
    overflow: hidden;
    /*background: url(../images/game-inbg.png) no-repeat;*/
    /*background-size: 100%;*/
    /*border-radius: 20px;*/
    position: absolute;
    top: 0;
    left: 0;
}

.game-inimg img {
    width: 100px;
    height: 100px;
}

.game-name {
    font-size: 18px;
    color: #ffffff;
    padding: 28px 0 0 130px;
    line-height: 22px;
}

.game-name i {
    font-size: 8px;
    color: #ffffff;
    padding: 2px;
    line-height: 12px;
    background: red;
    border-radius: 3px;
    margin-left: 20px;
}

.game-name a {
    color: #ffffff;
}

.game-intype {
    font-size: 14px;
    color: #7d86b3;
    padding: 12px 0 0 130px;
    line-height: 18px;
    opacity: 0.7;
}

.btn-togw {
    display: block;
    width: 84px;
    height: 30px;
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    position: absolute;
    top: 42px;
    right: 0;
    z-index: 55;
}

.btn-togw i {
    display: inline-block;
    width: 9px;
    height: 14px;
    background: url(../images/i-rjt.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 8px;
    right: 0;
}


.game-intext {
    font-size: 14px;
    color: #adadcc;
    /*color: #666666;*/
    line-height: 28px;
    text-align: justify;
}

.search-false {
    width: 858px;
    min-height: 400px;
    display: none;
}

.sfalse-text {
    color: #adadcc;
    font-size: 16px;
    text-align: center;
    padding-top: 102px;
}
.picList{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.picList li{
    width: 48%;
}
.picList li strong{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.picList ._size_fullsize{
    width: 100%;
    height: 80px;
    font-size: 20px;
    line-height: 80px;
    text-align: center;
}
