@charset "gb2312"; .gamew {
    height: 30px;
    line-height: 30px;
    padding-left: 14px;
    overflow: hidden;
    color: #000;
}

.game-footer {
    width: 100%;
    /* background: url(../images/kbox.jpg); */
    font: 12px/1.5 "microsoft yahei", Arial, sans-serif;
    /* margin-top: 0px; */
    /* border-top: 1px solid #beb2a4; */
    background: #fffbfb;
}

.game-footer-inner {
    width: 100%;
    height: 198px;
    border-top: 1px solid #393e4d;
    border-bottom: 1px solid #393e4d;
    background: #272a36;
    position: relative;
    display: block;
}

.game-footer-fun {
    width: 1300px;
    height: 198px;
    overflow: hidden;
    margin: 0 auto;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -530px;
}

.game-footer-fun dl {
    width: 150px;
    height: 135px;
    margin: 32px 0 0 -1px;
    padding-left: 50px;
    border-left: 1px solid #393e4d;
    float: left;
}

.game-footer-fun dt {
    height: 18px;
    color: #a8adb6;
    font-weight: 700;
    margin-bottom: 8px;
}

.game-footer-fun dd {
    height: 22px;
    line-height: 22px;
}

.game-footer-fun dd a {
    color: #a8adb6;
    transition: all 0.4s ease;
}

.game-footer-fun dd a:hover {
    color: #3f6c8c;
}

.game-footer-more {
    width: 720px;
    height: 198px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 184px;
    display: none;
}

.game-footer-m {
    width: 732px;
    height: 170px;
    overflow: hidden;
    background: #272a36;
    position: absolute;
    top: 0px;
    left: 714px;
}

.game-footer-copyright {
    width: 1024px;
    height: 195px;
    margin: 0 auto;
    overflow: hidden;
}

.game-footer-logo {
    width: 240px;
    height: 56px;
    margin: 25px 10px 0 70px;
    background: url(/Public/web/images/4/footer_logo_black.png) no-repeat;
    float: left;
}

.game-footer-copr {
    /*height: 157px;*/
    padding-left: 14px;
    overflow: hidden;
    border-left: 1px solid #adadad;
    color: #000;
    /*float: left;*/
}

.game-footer-copr a {
    color: #000;
    transition: all 0.4s ease;
    margin-right: 6px;
}

.game-footer-copr a:hover {
    color: #ffcc66;
}

.game-footer-copr p {
    display: block;
    overflow: hidden;
    margin-bottom: 3px;
    line-height: 20px;
}

.game-footer-white {
    background: #f0f0f0;
}

.game-footer-white .game-footer-inner {
    border-top: 1px solid #393e4d;
    border-bottom: 1px solid #393e4d;
    background: #272a36;
}

.game-footer-white .game-footer-inner .game-footer-fun dl {
    border-left: 1px solid #393e4d;
}

.game-footer-white .game-footer-fun dt {
    color: #6f6f6f;
}

.game-footer-white .game-footer-fun dd a {
    color: #6f6f6f;
}

.game-footer-white .game-footer-fun dd a:hover {
    color: #03b4f5;
}

.game-footer-white .game-footer-m {
    background: #272a36;
}

.game-footer-white .game-footer-copr {
    border-left: 1px solid #d6d5d5;
    color: #908f92;
}

.game-footer-white .game-footer-copr a {
    color: #908f92;
}

.game-footer-white .game-footer-copr a:hover {
    color: #03b4f5;
}

#copylink li {
    display: inline;
    list-style: outside none none;
}
