﻿/* author:leon update:2018-03-29; */

@charset "utf-8";


/*reset*/

* {
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    font-family: sans-serif;
    background: #fff;
    height: auto !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline - block;
}

audio: not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

address,
i,
em {
    font-style: normal;
}

input[type="button"],
input[type="submit"],
button {
    cursor: pointer;
    outline: none;
}

input[type="text"],
input[type="password"],
textarea,
input,
select {
    outline: none;
    font-family: "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

textarea {
    resize: none;
}

select {
    background-color: #fff;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
}

ul,
ol {
    list-style: none;
}

img {
    border: none;
    border-width: 0;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

a {
    text-decoration: none;
    cursor: pointer;
    noFocusLine: expression(this.onFocus=this.blur());
    outline: none;
    color: #666
}

a:hover {
    color: #333
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cf:after,
.cf:before {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}



/*全局*/

.game-main {
    width: 1600px;
    margin-left: auto;
    margin-right: auto
}

.game-text-lg {
    font-size: 32px;
}

.game-text-md {
    font-size: 20px;
}

.game-text-sm {
    font-size: 16px;
}

@media screen and (max-width:1680px) {
    .game-main {
        width: 1200px;
    }
    .game-text-lg {
        font-size: 24px;
    }
    .game-text-md {
        font-size: 18px;
    }
    .game-text-sm {
        font-size: 14px;
    }
}

@media screen and (max-width:1280px) {
    html,
    body {
        overflow-x: hidden;
    }
    .game-main {
        width: 1024px;
    }
    .game-text-lg {
        font-size: 18px;
    }
    .game-text-md {
        font-size: 16px;
    }
    .game-text-sm {
        font-size: 12px;
    }
}

@media screen and (max-width:1024px) {
    .game-main {
        width: 800px;
    }
    .game-text-lg {
        font-size: 16px;
    }
    .game-text-md {
        font-size: 14px;
    }
}



/*game-header*/

.game-header {
    margin-left: -800px;
    height: 115px;
    line-height: 115px;
    padding-left: 30px;
    background: rgba(6, 19, 47, .95);
    position: fixed;
    left: 50%;
    top: 0;
    z-index: 11;
}
.game-header a{
    transition: all 0.3s linear;
}

.game-header .logo {
    height: 100%;
    width: 175px;
    background: url(../images/logo-game850.png) no-repeat;
    background-position: left center;
    background-size: auto 100%;
    margin-right: 40px;
}
.game-mainnav-list.game-text-md{
    font-size: 18px;
}

.game-mainnav-list li {
    float: left;
}

.game-mainnav-list li a {
    display: inline-block;
    height: 115px;
    color: rgba(255, 255, 255, .7);
    padding: 0 22.5px;
}

.game-mainnav-list li a:hover,
.game-mainnav-list li.curr a {
    color: rgba(255, 255, 255, 1);
}

.game-toplink {
    height: 115px;
    font-size: 19px;
    padding: 0 15px;
    font-weight: 600;
    color: #fff;
    background: #00041f;
    border-left: solid 1px rgba(255, 255, 255, .15);
}

.game-toplink:hover {
    color: #fff;
    background: #101f3c;
}

.game-top-tel {
    padding:0 30px 0 0;
    display: inline-block;
    vertical-align: top;
}

.game-top-tel:hover,
.game-service-box-active .game-top-tel {
    color: #06132f;
    background: #fff;
    opacity: 1;
}

.icon-top,
.game-btn-videoplay:before {
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icon-top.png);
    background-size: 100% auto;
}

.icon-tel {
    background-position: 0 0;
}

.game-top-tel:hover .icon-tel,
.game-service-box-active .game-top-tel .icon-tel {
    background-position: 0 -180px;
}

.icon-email {
    background-position: 0 -60px;
}

.game-service-box {
    position: relative;
    transition: all 0.4s linear;
}

.game-service-box .cont {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    line-height: 1;
    color: #0a1a35;
    text-align: center;
    width: 500px;
}

/*.game-service-box-active .cont {
    display: block;
}*/

.game-service-box .title {
    font-size: 36px;
    font-weight: 800;
    line-height: 100px;
}

.game-service-box ul {
    padding: 0 20px 40px;
}

.game-service-box li {
    float: left;
    width: 25%;
}

.game-service-box li a p {
    font-size: 18px;
    color: #031331;
    margin-top: 15px;
}

.game-service-box li a:hover p {
    color: #0e2c61;
}

.icon-service {
    width: 70px;
    height: 70px;
    display: inline-block;
    background: url(../images/icon-service.png) no-repeat;
    background-size: 100% auto;
}

.game-btn-service a {
    height: 88px;
    line-height: 88px;
    font-size: 24px;
    color: #fff;
    display: inline-block;
    float: left;
    width: 50%;
    background: #091733;
}

.game-btn-service .icon-service {
    vertical-align: middle;
    margin-right: 24px;
}
.game-btn-service a:last-child{
    background: #0b234e;
}

.game-btn-service a:hover {
    color: #fff;
    background:#59acff; 
}

.icon-service-01 {
    background-position: 0 0;
}

.icon-service-02 {
    background-position: 0 -70px;
}

.icon-service-03 {
    background-position: 0 -140px;
}

.icon-service-04 {
    background-position: 0 -210px;
}

.icon-service-05 {
    background-position: 0 -280px;
}

.icon-service-06 {
    background-position: 0 -350px;
}

.game-service-box li a:hover .icon-service-01 {
    background-position: 0 -420px;
}

.game-service-box li a:hover .icon-service-02 {
    background-position: 0 -490px;
}

.game-service-box li a:hover .icon-service-03 {
    background-position: 0 -560px;
}

.game-service-box li a:hover .icon-service-04 {
    background-position: 0 -630px;
}

.game-btn-service a:hover .icon-service-05 {
    background-position: 0 -700px;
}

.game-btn-service a:hover .icon-service-06 {
    background-position: 0 -770px;
}


@media screen and (max-width:1680px) {
    .game-header {
        margin-left: -600px;
        height: 80px;
        line-height: 80px;
        padding-left: 20px;
    }
    .game-header .logo {
        margin-right: 30px;
        width: 122px;
    }
    .game-mainnav-list.game-text-md{
        font-size: 16px;
    }
    .game-mainnav-list li a {
        height: 80px;
        padding: 0 20px;
    }
    .game-toplink {
        height: 80px;
        font-size: 17px;
        opacity: .9;
        padding: 0 10px;
    }
    .game-top-tel {
        padding:0 20px 0 0;
    }
    .icon-top {
        width: 40px;
        height: 40px;
    }
    .game-top-tel:hover .icon-tel,
    .game-service-box-active .game-top-tel .icon-tel {
        background-position: 0 -120px;
    }
    .icon-email {
        background-position: 0 -40px;
    }

    .game-service-box .cont {
        width: 400px;
    }
    .game-service-box .title {
        font-size: 28px;
        line-height: 80px;
    }
    .game-service-box ul {
        padding: 0 15px 30px;
    }
    .game-service-box li a p {
        font-size: 16px;
        margin-top: 15px;
    }

    .icon-service {
        width: 56px;
        height: 56px;
    }
    .game-btn-service a {
        height: 70px;
        line-height: 70px;
        font-size: 18px;
    }
    .game-btn-service .icon-service {
        margin-right: 16px;
    }

    .icon-service-01 {
        background-position: 0 0;
    }
    .icon-service-02 {
        background-position: 0 -56px;
    }
    .icon-service-03 {
        background-position: 0 -112px;
    }
    .icon-service-04 {
        background-position: 0 -168px;
    }
    .icon-service-05 {
        background-position: 0 -224px;
    }
    .icon-service-06 {
        background-position: 0 -280px;
    }
    .game-service-box li a:hover .icon-service-01 {
        background-position: 0 -336px;
    }

    .game-service-box li a:hover .icon-service-02 {
        background-position: 0 -392px;
    }

    .game-service-box li a:hover .icon-service-03 {
        background-position: 0 -448px;
    }

    .game-service-box li a:hover .icon-service-04 {
        background-position: 0 -504px;
    }

    .game-btn-service a:hover .icon-service-05 {
        background-position: 0 -560px;
    }

    .game-btn-service a:hover .icon-service-06 {
        background-position: 0 -616px;
    }

}

@media screen and (max-width:1280px) {
    .game-header {
        margin-left: -512px;
        height: 70px;
        line-height: 70px;
        padding-left: 10px;
    }
    .game-header .logo {
        margin-right: 15px;
         width: 107px;
    }
    .game-mainnav-list.game-text-md{
        font-size: 14px;
    }
    .game-mainnav-list li a {
        height: 70px;
        padding: 0 20px;
    }
    .game-toplink {
        height: 70px;
        font-size: 15px;
        padding: 0 5px;
    }
    .game-top-tel {
        padding:0 15px 0 2px;
    }
    .icon-top {
        width: 30px;
        height: 30px;
    }
    .game-top-tel:hover .icon-tel,
    .game-service-box-active .game-top-tel .icon-tel {
        background-position: 0 -90px;
    }
    .icon-email {
        background-position: 0 -30px;
    }

    .game-service-box .cont {
        width: 350px;
    }
    .game-service-box .title {
        font-size: 24px;
        line-height: 80px;
    }
    .game-service-box ul {
        padding: 0 10px 20px;
    }
    .game-service-box li a p {
        font-size: 14px;
        margin-top: 10px;
    }

    .icon-service {
        width: 48px;
        height: 48px;
    }
    .game-btn-service a {
        height: 60px;
        line-height: 60px;
        font-size: 16px;
    }
    .game-btn-service .icon-service {
        margin-right: 10px;
    }
    .icon-service-01 {
        background-position: 0 0;
    }
    .icon-service-02 {
        background-position: 0 -48px;
    }
    .icon-service-03 {
        background-position: 0 -96px;
    }
    .icon-service-04 {
        background-position: 0 -144px;
    }
    .icon-service-05 {
        background-position: 0 -192px;
    }
    .icon-service-06 {
        background-position: 0 -240px;
    }

    .game-service-box li a:hover .icon-service-01 {
        background-position: 0 -288px;
    }

    .game-service-box li a:hover .icon-service-02 {
        background-position: 0 -336px;
    }

    .game-service-box li a:hover .icon-service-03 {
        background-position: 0 -384px;
    }

    .game-service-box li a:hover .icon-service-04 {
        background-position: 0 -432px;
    }

    .game-btn-service a:hover .icon-service-05 {
        background-position: 0 -480px;
    }

    .game-btn-service a:hover .icon-service-06 {
        background-position: 0 -528px;
    }

   
}

@media screen and (max-width:1024px) {
    .game-header {
        margin-left: -400px;
    }
    .game-mainnav-list li a {
        padding: 0 10px;
    }
}

/*game-help*/

.game-help:before,
.game-help-list {
    height: 400px;
    color: #fff;
    line-height: 1;
}

.game-help a {
    color: #fff;
    line-height: 1.3;
    padding: 12px 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.game-help a:hover {
    color: #fff;
    text-decoration: underline;
}

.game-help:before {
    float: left;
    width: 50%;
    background: url(../images/bg-game-help.png) center;
    background-size: cover;
}

.game-help-list {
    width: 25%;
    padding: 90px 5px 0 40px;
    background: #92c8f9;
}

.game-help-list:last-child {
    background: #a2d0f9;
}

.game-help-title {
    font-weight: 600;
    margin-bottom: 20px;
}

@media screen and (max-width:1680px) {
    .game-help:before,
    .game-help-list {
        height: 300px;
    }
    .game-help a {
        padding: 8px 0;
    }
    .game-help-list {
        padding: 70px 5px 0 20px;
    }
    .game-help-title {
        margin-bottom: 15px;
    }
}

@media screen and (max-width:1280px) {
    .game-help:before,
    .game-help-list {
        height: 256px;
    }
    .game-help a {
        padding: 6px 0;
    }
    .game-help-list {
        padding: 65px 5px 0 15px;
    }
}



/*game-foot*/

.game-foot {
    background: #070a19;
    color: rgba(255, 255, 255, .3);
    line-height: 1.7;
    padding: 85px 90px;
    font-size: 14px;
}
.game-foot-nav {
    margin-bottom: 60px;
}

.game-foot-nav a {
    margin-right: 46px;
    color: rgba(255, 255, 255, .45);
}

.game-foot a:hover {
    color: #fff;
    color: rgba(255, 255, 255, .6);
}

.game-foot-certified {
    margin-left: -5px;
    margin-top: 15px;
}

.game-foot-certified a {
    height: 80px;
    display: inline-block;
    float: left;
    background: url(../images/icon-certified.png) no-repeat;
    background-size: auto 200%;
}
.game-foot-certified a.a1{
    width: 80px;
    background-position: 0 0;
}
.game-foot-certified a.a2{
    width: 70px;
    background-position: -80px 0;
}
.game-foot-certified a.a3{
    width: 80px;
    background-position: -150px 0;
}
.game-foot-certified a.a4{
    width: 90px;
    background-position: -230px 0;
}
.game-foot-certified a.a5{
    width: 100px;
    background-position: -320px 0;
}
.game-foot-certified a.a6{
    width: 100px;
    background-position: -420px 0;
}
.game-foot-certified a.a1:hover{
    background-position: 0 -80px;
}
.game-foot-certified a.a2:hover{
    background-position: -80px -80px;
}
.game-foot-certified a.a3:hover{
    background-position: -150px -80px;
}
.game-foot-certified a.a4:hover{
    background-position: -230px -80px;
}
.game-foot-certified a.a5:hover{
    background-position: -320px -80px;
}
.game-foot-certified a.a6:hover{
    background-position: -420px -80px;
}

.game-foot-qrcode {
    width: 130px;
    text-align: center;
    line-height: 1.2;
}

.game-foot-qrcode img {
    width: 100%;
    margin-bottom: 5px;
}

@media screen and (max-width:1680px) {
    .game-foot {
        padding: 55px 60px;
    }
    
    .game-foot-nav {
        margin-bottom: 40px;
    }
    .game-foot-nav a {
        margin-right: 59px;
    }

    .game-foot-certified {
        margin-top: 10px;
    }

    .game-foot-certified a {
        height: 60px;
    }
    .game-foot-certified a.a1{
        width: 60px;
        background-position: 0 0;
    }
    .game-foot-certified a.a2{
        width: 52.5px;
        background-position: -60px 0;
    }
    .game-foot-certified a.a3{
        width: 60px;
        background-position: -112.5px 0;
    }
    .game-foot-certified a.a4{
        width: 67.5px;
        background-position: -172.5px 0;
    }
    .game-foot-certified a.a5{
        width: 75px;
        background-position: -240px 0;
    }
    .game-foot-certified a.a6{
        width: 75px;
        background-position: -315px 0;
    }
    .game-foot-certified a.a1:hover{
        width: 60px;
        background-position: 0 -60px;
    }
    .game-foot-certified a.a2:hover{
        width: 52.5px;
        background-position: -60px -60px;
    }
    .game-foot-certified a.a3:hover{
        width: 60px;
        background-position: -112.5px -60px;
    }
    .game-foot-certified a.a4:hover{
        width: 67.5px;
        background-position: -172.5px -60px;
    }
    .game-foot-certified a.a5:hover{
        width: 75px;
        background-position: -240px -60px;
    }
    .game-foot-certified a.a6:hover{
        width: 75px;
        background-position: -315px -60px;
    }
    .game-foot-qrcode {
        width: 120px;
    }
}

@media screen and (max-width:1280px) {
    .game-foot {
        padding: 40px;
        font-size: 12px;
    }
    .game-foot-nav {
        margin-bottom:30px;
    }
    .game-foot-nav a {
        margin-right: 51px;
    }
    .game-foot-certified a {
        height: 40px;
    }
    .game-foot-certified a.a1{
        width: 40px;
        background-position: 0 0;
    }
    .game-foot-certified a.a2{
        width: 35px;
        background-position: -40px 0;
    }
    .game-foot-certified a.a3{
        width: 40px;
        background-position: -75px 0;
    }
    .game-foot-certified a.a4{
        width: 45px;
        background-position: -115px 0;
    }
    .game-foot-certified a.a5{
        width: 50px;
        background-position: -160px 0;
    }
    .game-foot-certified a.a6{
        width: 50px;
        background-position: -210px 0;
    }
    .game-foot-certified a.a1:hover{
        width: 40px;
        background-position: 0 -40px;
    }
    .game-foot-certified a.a2:hover{
        width: 35px;
        background-position: -40px -40px;
    }
    .game-foot-certified a.a3:hover{
        width: 40px;
        background-position: -75px -40px;
    }
    .game-foot-certified a.a4:hover{
        width: 45px;
        background-position: -115px -40px;
    }
    .game-foot-certified a.a5:hover{
        width: 50px;
        background-position: -160px -40px;
    }
    .game-foot-certified a.a6:hover{
        width: 50px;
        background-position: -210px -40px;
    }
    .game-foot-qrcode {
        width: 100px;
    }
}


/*game-banner*/

.swiper-game-banner {
    height: 84vh;
    min-height: 780px;
}

.game-banner {
    background: #ededed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.game-banner .bg-video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 2;
}

.game-banner .bg-video-w {
    width: 100%;
    height: 100%;
}

.game-banner .bg-video-h {
    width: auto;
    height: 100%;
}


.game-banner-cont .game-btn-download,
.game-banner-cont .game-btn-download:hover {
    color: #fff;
    border-color: #fff;
}

.game-banner-cont {
    position: relative;
    z-index: 4;
    color: #fff;
    line-height: 1.1;
}

.game-banner .game-banner-cont {
    padding: 340px 0 0 160px;
}

.game-banner .title {
    font-size: 66px;
    font-weight: 800;
}

.game-banner .subtitle {
    font-size: 88px;
    font-weight: 800;
}

.game-banner .intro {
    font-size: 24px;
    line-height: 1.2;
    margin: 15px 0 60px;
}


.game-banner-02 .game-banner-cont {
    padding: 400px 0 0 160px;
}

.game-banner-02 .subtitle {
    margin-bottom: 40px;
}

.game-btn-videoplay {
    width: 190px;
    height: 100px;
    margin-top: 20px;
    display: inline-block;
    position: relative;
    box-shadow: 0 0.1em 1em rgba(0, 0, 0, 0.4);
    background: url(../images/bg-btn-videoplay.jpg) center;
    background-size: cover;
    overflow: hidden;
    text-indent: -999px;
    cursor: pointer;
}

.game-btn-videoplay:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-position: 0 -120px;
}

.game-btn-videoplay:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.game-btn-videoplay:hover:after {
    background: rgba(0, 0, 0, 0.7);
}

.swiper-game-banner .swiper-pagination{
    bottom: 50px;
} 
.swiper-game-banner .swiper-pagination .swiper-pagination-bullet {
    border-radius: 0;
    width: 15px;
    height: 15px;
    background: #fff;
    margin: 0 14px;
    cursor: pointer;
}

.swiper-game-banner .swiper-button-next,
.swiper-game-banner .swiper-button-prev {
    width: 80px;
    height: 160px;
    background: url(../images/bg-btn-swiper.png) no-repeat;
    background-size: auto 100%;
    opacity: .6;
    left: 50px;
}


.swiper-game-banner .swiper-button-next {
    background-position: -100px 0;
    left: auto;
    right: 50px;
}


.swiper-game-banner .swiper-button-next:hover,
.swiper-game-banner .swiper-button-prev:hover {
    opacity: 1;
}

@media screen and (max-width:1680px) {
    .swiper-game-banner {
        height: 850px;
        min-height: 850px;
    }
    .game-banner .game-banner-cont {
        padding: 220px 0 0 100px;
    }
    .game-banner-02 .game-banner-cont {
        padding: 260px 0 0 100px;
    }
    .game-banner-02 .subtitle {
        margin-bottom: 30px;
    }
    .game-banner .title {
        font-size: 44px;
    }

    .game-banner .subtitle {
        font-size: 66px;
    }

    .game-banner .intro {
        font-size: 18px;
        margin: 10px 0 40px;
    }
    .game-btn-videoplay {
        width: 150px;
        height: 80px;
        margin-top: 15px;
    }
    .game-btn-videoplay:before {
        width: 50px;
        height: 50px;
        background-position: 0 -100px;
    }
    .swiper-game-banner .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }

    .swiper-game-banner .swiper-button-next,
    .swiper-game-banner .swiper-button-prev {
        width: 60px;
        height: 120px;
        left: 30px;
    }


    .swiper-game-banner .swiper-button-next {
        background-position: -75px 0;
        left: auto;
        right: 30px;
    }

}

@media screen and (max-width:1280px) {
    .swiper-game-banner {
        height: 576px;
        min-height: 576px;
    }
    .game-banner .game-banner-cont {
        padding: 200px 0 0 80px;
    }
    .game-banner-02 .game-banner-cont {
        padding: 220px 0 0 80px;
    }
    .game-banner-02 .subtitle {
        margin-bottom: 25px;
    }
    .game-banner .title {
        font-size: 30px;
    }

    .game-banner .subtitle {
        font-size: 44px;
    }

    .game-banner .intro {
        font-size: 14px;
        margin: 5px 0 30px;
    }
    .game-btn-videoplay {
        width: 100px;
        height: 50px;
    }
    .game-btn-videoplay:before {
        width: 30px;
        height: 30px;
        background-position: 0 -60px;
    }
    .swiper-game-banner .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
    .swiper-game-banner .swiper-button-next,
    .swiper-game-banner .swiper-button-prev {
        width: 40px;
        height: 80px;
        left: 20px;
    }


    .swiper-game-banner .swiper-button-next {
        background-position: -50px 0;
        left: auto;
        right: 20px;
    }
}

@media screen and (max-width:1024px) {
    .swiper-game-banner {
        height: 680px;
        min-height: 680px;
    }

    .game-banner .game-banner-cont {
        padding: 240px 0 0 80px;
    }

    .game-banner-02 .game-banner-cont {
        padding: 280px 0 0 80px;
    }

    .game-banner .intro {
        margin: 5px 0 50px;
    }
    .game-btn-videoplay {
        width: 80px;
        height: 40px;
    }
    .game-btn-videoplay:before {
        width: 25px;
        height: 25px;
        background-position: 0 -50px;
    }
}


/*game-banner-wrapper*/

.game-banner-wrapper {
    position: relative;
    z-index: 2;
}



/*game-hotnews*/

.game-hotnews {
    background: url(../images/bg-hotnews.jpg);
    background-size: cover;
}

.game-hotnews-cont {
    width: 50%;
    padding: 90px;
    line-height: 1.5;
    color: #fff;
}

.game-hotnews-cont a {
    color: rgba(255, 255, 255, .7);
    display: block;
    overflow: hidden;
    height: 59px;
}

.game-hotnews-cont a:hover {
    color: #fff;
}

.game-hotnews-cont h4 {
    line-height: 1;
    padding-left: 20px;
    border-left: solid 6px #fff;
    margin-bottom: 10px;
}

.game-hotnews-cont h4:last-of-type {
    margin-top: 40px;
}

.game-hotnews-title {
    width: 50%;
    font-size: 66px;
    color: #fafafa;
    text-align: center;
    line-height: 400px;
    font-weight: 800;
}
.game-hotnews-title a{
    color: #fafafa;
}
.game-hotnews-title a:hover{
    color: #fff;
}

@media screen and (max-width:1680px) {
    .game-hotnews-cont {
        padding: 55px;
    }
    .game-hotnews-cont h4 {
        padding-left: 15px;
        border-left: solid 4px #fff;
        margin-bottom: 8px;
    }
    .game-hotnews-cont h4:last-of-type {
        margin-top: 30px;
    }
    .game-hotnews-title {
        font-size: 50px;
        line-height: 300px;
    }
    .game-hotnews-cont a {
        height: 53px;
    }
}

@media screen and (max-width:1280px) {
    .game-hotnews-cont {
        padding: 40px;
    }
    .game-hotnews-cont h4 {
        padding-left: 15px;
    }

    .game-hotnews-title {
        font-size: 40px;
        line-height: 256px;
    }
    .game-hotnews-cont a {
        height: 47px;
    }
}

@media screen and (max-width:1024px) {

    .game-hotnews-cont {
        padding: 30px;
    }
    .game-hotnews-cont h4 {
        padding-left: 8px;
        border-left: solid 3px #fff;
        margin-bottom: 5px;
    }
    .game-hotnews-cont h4:last-of-type {
        margin-top: 20px;
    }
    .game-hotnews-title {
        font-size: 30px;
        line-height: 200px;
    }
    .game-hotnews-cont a {
        height: 41px;
    }
}




/*game-item*/

.game-item {
    height: 800px;
    overflow: hidden;
}

.game-item .intro {
    text-align: center;
    width: 50%;
    background: #f8f8f8;
    height: 100%;
}

.game-item .intro img {
    width: 100%;
}

.game-item .intro .text {
    line-height: 1.5;
    padding-top: 25px;
    color: #080d22;
    height: 200px;
}

.game-item .pic {
    height: 100%;
    width: 50%;
}

.game-item .pic a {
    width: 100%;
    height: 122.5%;
    display: block;
    background-size: 100% auto !important;
}

.game-btn-download {
    display: inline-block;
    height: 70px;
    line-height: 66px;
    padding: 0 66px;
    border: solid 2px #080d22;
    position: relative;
    overflow: hidden;
    color: #070a19;
    font-weight: 800;
}

.game-btn-download span,.game-btn-download:before{
    height: 100%;
    display: block;
    -webkit-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
    -moz-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
    -ms-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
    -o-transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
    transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
}
.game-btn-download:before{
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: -100%;
    background: url(../images/bg-btn-download.png) no-repeat center;
    background-size:auto 100%;
}
.game-banner-cont .game-btn-download:before{
    background-image: url(../images/bg-btn-download-2.png);
    background-size:auto 100%;
}
.game-btn-download:hover{
    border-color: #000;
    color: #000;
}
.game-btn-download:hover span,.game-btn-download:hover:before {
    transform: translate3d(0, 100%, 0);
}

@media screen and (max-width:1680px) {
    .game-item {
        height: 600px;
    }

    .game-item .intro .text {
        padding-top: 20px;
        height: 160px;
    }
    .game-btn-download {
        height: 50px;
        line-height: 46px;
        padding: 0 50px;
    }
}

@media screen and (max-width:1280px) {
    .game-item {
        height: 512px;
    }
    .game-item .intro .text {
        font-size: 15px;
        padding-top: 15px;
        height: 130px
    }

    .game-btn-download {
        height: 40px;
        line-height: 38px;
        padding: 0 36px;
        border-width: 1px;
    }
}

@media screen and (max-width:1024px) {
    .game-item {
        height: 400px;
    }
    .game-item .intro .text {
        font-size: 12px;
        padding-top: 15px;
        height: 110px;
    }

    .game-btn-download {
        height: 32px;
        line-height: 30px;
        padding: 0 20px;
    }
}


/*首页文字动画调整*/

[aos=fade-up] {
    -webkit-transform: translate(0, 15%);
    -ms-transform: translate(0, 15%);
    transform: translate(0, 15%)
}

/*game-popup-notice*/

body .layer-notice {
    box-shadow: none;
    border-radius: 0;
}

.game-popup-notice {
    width: 1310px;
    height: 720px;
    background: url(../images/bg-popup-notice.png) center;
    background-size: cover;
    position: relative;
}

.game-popup-notice .layui-layer-close {
    position: absolute;
    right: 25px;
    top: 25px;
    display: inline-block;
    width: 80px;
    height: 80px;
}

.game-notice-cont {
    padding: 150px 190px 0 190px;
    font-size: 20px;
    line-height: 1.4;
    color: #06132f;
}

.game-notice-cont>.text {
    height: 400px;
    overflow-y: auto;
}

.game-notice-cont p {
    margin-top: 1em;
}


@media screen and (max-width:1680px) {
    .game-popup-notice {
        width: 900px;
        height: 495px;
    }
    .game-popup-notice .layui-layer-close {
        right: 15px;
        top: 15px;
        width: 60px;
        height: 60px;
    }

    .game-notice-cont {
        padding: 110px 110px 0 130px;
        font-size: 16px;
    }
    .game-notice-cont>.text {
        height: 280px;
    }
}

@media screen and (max-width:1280px) {
    .game-popup-notice {
        width: 750px;
        height: 412px;
    }
    .game-popup-notice .layui-layer-close {
        right: 15px;
        top: 15px;
        width: 45px;
        height: 45px;
    }
    .game-notice-cont {
        padding: 90px 100px 0 120px;
        font-size: 14px;
    }
    .game-notice-cont>.text {
        height: 240px;
    }
}


/*game-banner-gamelist*/

.game-banner-gamelist {
    height: 820px;
    padding-top: 200px;
    text-align: center;
    color: #080d22;
    line-height: 1;
    background-image: radial-gradient(50% 80% at 50% 50%, rgba(255, 255, 255, .8), rgba(205, 205, 205, .8))
}

.game-banner-gamelist .title {
    font-size: 60px;
    margin-bottom: 25px;
    font-weight: 800;
}

.game-banner-gamelist .subtitle {
    font-size: 28px;
}

.game-device-list {
    text-align: center;
}

.game-device-list li {
    margin: 50px 40px 0;
    font-size: 24px;
    color: #8d8da6;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.game-device-list li a{
    color: #8d8da6;
}
.game-device-list .qrcode{
    position: absolute;
    left: 0; 
    top: 0;
    width: 120px;
    height: 120px;
    display: none;
}
.game-device-list li:hover .qrcode{
    display: block;
}

.icon-device {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
}

.icon-device:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: url(../images/icon-device.png) no-repeat;
    background-size: 100% auto;
}

.icon-device-android:before {
    background-position: 0 0;
}

.icon-device-ios:before {
    background-position: 0 -80px;
}

.icon-device-pc:before {
    background-position: 0 -160px;
}
.icon-device-web:before {
    background-position: 0 -236px;
}

@media screen and (max-width:1680px) {
    .game-banner-gamelist {
        height: 615px;
        padding-top: 140px;
    }
    .game-banner-gamelist .title {
        font-size: 48px;
        margin-bottom: 20px;
    }
    .game-banner-gamelist .subtitle {
        font-size: 22px;
    }

    .game-device-list li {
        margin: 35px 30px 0;
        font-size: 18px;
    }
    .icon-device {
        width: 100px;
        height: 100px;
        margin-bottom: 15px;
        box-shadow: 0 10px 15px rgba(0, 0, 0, .05);
    }
    .game-device-list .qrcode{
        width: 100px;
        height: 100px;
    }
    .icon-device:before {
        width: 70px;
        height: 70px;
    }
    .icon-device-ios:before {
        background-position: 0 -70px;
    }
    .icon-device-pc:before {
        background-position: 0 -140px;
    }
    .icon-device-web:before {
        background-position: 0 -210px;
    }
}

@media screen and (max-width:1280px) {
    .game-banner-gamelist {
        height: 520px;
        padding-top: 120px;
    }
    .game-banner-gamelist .title {
        font-size: 42px;
        margin-bottom: 15px;
    }
    .game-banner-gamelist .subtitle {
        font-size: 20px;
    }

    .game-device-list li {
        margin: 30px 30px 0;
        font-size: 16px;
    }
    .icon-device {
        width: 80px;
        height: 80px;
        margin-bottom: 10px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
    }
    .game-device-list .qrcode{
        width: 80px;
        height: 80px;
    }
    .icon-device:before {
        width: 60px;
        height: 60px;
    }
    .icon-device-ios:before {
        background-position: 0 -60px;
    }
    .icon-device-pc:before {
        background-position: 0 -120px;
    }
    .icon-device-web:before {
        background-position: 0 -178px;
    }
}


/*game-list-wrapper*/

.game-list-wrapper {
    padding: 70px 172px 150px;
    background: #f8f8f8;
    position: relative;
}

.game-list-wrapper:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 390px;
    background: url(../images/pic-phone.png) no-repeat center;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    top: -250px;
}

.game-list-title {
    color: #080d22;
    height: 134px;
    line-height: 134px;
    margin-top: 50px;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.game-title-poker {
    background-image: url(../images/bg-title-poker.png);
}

.game-title-fishing {
    background-image: url(../images/bg-title-fishing.png);
}

.game-title-battle {
    background-image: url(../images/bg-title-battle.png);
}

.game-title-arcade {
    background-image: url(../images/bg-title-arcade.png);
}

.game-list-wrapper ul {
    margin-left: -18px;
}

.game-list-wrapper li {
    width: 300px;
    height: 355px;
    line-height: 50px;
    margin: 0 0 18px 18px;
    cursor: pointer;
    float: left;
    color: #fff;
    text-align: center;
    position: relative;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.game-list-wrapper li .game-text-lg {
    line-height: 100px;
}

.game-list-wrapper li .download {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(17, 32, 79, .88);
}


.game-list-wrapper li .title {
    width: 100%;
}

.game-list-wrapper li .qrcode {
    width: 44%;
}

@media screen and (max-width:1680px) {
    .game-list-wrapper {
        padding: 50px 102px 100px;
    }
    .game-list-wrapper:before {
        height: 290px;
        top: -190px;
    }
    .game-list-title {
        height: 100px;
        line-height: 100px;
        margin-top: 35px;
    }
    .game-list-wrapper ul {
        margin-left: -12px;
    }

    .game-list-wrapper li {
        width: 240px;
        height: 280px;
        line-height: 40px;
        margin: 0 0 12px 12px;
    }
    .game-list-wrapper li .game-text-lg {
        line-height: 75px;
    }
}

@media screen and (max-width:1280px) {
    .game-list-wrapper {
        padding: 50px 97px 100px;
    }
    .game-list-wrapper:before {
        height: 240px;
        top: -160px;
    }
    .game-list-title {
        height: 60px;
        line-height: 60px;
        margin-top: 20px;
    }
    .game-list-wrapper ul {
        margin-left: -10px;
    }
    .game-list-wrapper li {
        width: 200px;
        height: 230px;
        line-height: 30px;
        margin: 0 0 10px 10px;
    }
    .game-list-wrapper li .game-text-lg {
        line-height: 75px;
    }
}

@media screen and (max-width:1024px) {
    .game-list-wrapper {
        padding: 50px 25px 80px;
    }
    .game-list-title {
        height: 40px;
        line-height: 40px;
        margin-top: 15px;
    }
    .game-list-wrapper li {
        width: 180px;
        height: 210px;
    }
    .game-list-wrapper li .game-text-lg {
        line-height: 55px;
    }
}


/*game-banner-news*/

.game-banner-channel {
    height: 580px;
    background-size: cover;
    position: relative;
}

.game-banner-channel .title {
    text-align: center;
    color: rgba(255, 255, 255, .8);
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 140px;
    line-height: 140px;
    top: 62%;
}

.game-banner-news {
    background: url(../images/bg-banner-news.jpg) center;
}

.game-banner-news .title {
    background: url(../images/bg-channel-news.png) center no-repeat;
    background-size: auto 100%;
}

.game-banner-pay {
    height: 640px;
    background: url(../images/bg-banner-pay.jpg) center;
}

.game-banner-pay .title {
    background: url(../images/bg-channel-pay.png) center no-repeat;
    background-size: auto 100%;
}

.game-banner-untie {
    background: url(../images/bg-banner-untie.jpg) center;
}

.game-banner-untie .title {
    background: url(../images/bg-channel-untie.png) center no-repeat;
    background-size: auto 100%;
}

.game-banner-password .title {
    background: url(../images/bg-channel-password.png) center no-repeat;
    background-size: auto 100%;
}

.game-wrapper {
    position: relative;
    z-index: 2;
    background: #fafafa;
    margin-top: -160px;
}

.game-news-wrapper {
    padding: 90px 170px 150px;
}

.game-news-page {
    padding: 90px 300px 150px;
}

.game-untie-wrapper {
    padding: 140px 0 160px;
}

.game-news-tab {
    height: 70px;
    margin-bottom: 30px;
    border-bottom: solid 5px #d7d9e2;
}

.game-news-tab li {
    font-size: 24px;
    color: #76798b;
    float: left;
    margin-right: 35px;
    padding: 0 10px;
    height: 70px;
    line-height: 65px;
    cursor: pointer;
}

.game-news-tab li:hover {
    color: #131f3a;
}

.game-news-tab li.curr {
    color: #131f3a;
    border-bottom: solid 5px #101d37
}

.game-news-list li {
    height: 96px;
    line-height: 95px;
    font-size: 24px;
    padding: 0 20px;
    border-bottom: solid 1px rgba(19, 31, 58, .1);
    color: #76798b;
}

.game-news-list li:hover {
    background: rgba(199, 213, 225, .13)
}

.game-news-list li .title {
    color: #131f3a;
    margin-left: 25px;
    height: 95px;
    overflow: hidden;
    width: 50%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.game-news-list li .title:hover {
    color: orange;
}

.game-news-title {
    text-align: center;
    line-height: 1.4;
    padding-bottom: 50px;
    margin-bottom: 25px;
    border-bottom: solid 1px #e7e8ef;
}

.game-news-time,
.game-news-auther {
    font-size: 16px;
    color: #a1a2a5;
}

.game-news-detail {
    color: #333;
    font-size: 16px;
    line-height: 2.25;
    padding-top: 32px;
}
.news-img {
    text-align: center;
    padding: 20px 0;

}
.news-img img{
    min-width: 80%;
}
.game-news-detail img {
     max-width: 100%;
}

.game-news-detail p {
    text-indent: 2em;
}

.game-news-auther {
    text-align: right;
    border-top: solid 1px #e7e8ef;
    padding-top: 25px;
    margin-top: 100px;
}

.game-pagination {
    margin-top: 80px;
    text-align: center;
}

.game-pagination li {
    display: inline-block;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    line-height: 44px;
    color: #838691;
    border-radius: 5px;
    border: solid 1px #838691;
    padding: 0 15px;
}

.game-pagination li.curr {
    background: #131f3a;
    border-color: #131f3a;
    color: #fff;
}

@media screen and (max-width:1680px) {
    .game-banner-channel {
        height: 400px;
    }
    .game-banner-pay {
        height: 500px;
    }
    .game-banner-channel .title {
        height: 90px;
        line-height: 90px;
    }
    .game-wrapper {
        margin-top: -100px;
    }
    .game-news-wrapper {
        padding: 40px 120px 100px;
    }
    .game-news-page {
        padding: 40px 200px 100px;
    }
    .game-untie-wrapper {
        padding: 80px 0 100px;
    }
    .game-news-tab {
        height: 60px;
        margin-bottom: 20px;
        border-width: 4px;
    }
    .game-news-tab li {
        font-size: 20px;
        margin-right: 30px;
        height: 60px;
        line-height: 56px;
    }
    .game-news-tab li.curr {
        border-width: 4px;
    }

    .game-news-list li {
        height: 80px;
        line-height: 79px;
        font-size: 20px;
        padding: 0 15px;
    }
    .game-news-list li .title {
        margin-left: 15px;
        height: 79px;
    }

    .game-news-title {
        padding-bottom: 30px;
        margin-bottom: 20px;
    }
    .game-pagination li {
        font-size: 18px;
        line-height: 36px;
    }
    .game-pagination {
        margin-top: 60px;
    }
}

.tc{
    text-align: center;
}

.btn-news-more{
    height: 77px;
    line-height: 71px;
    font-size: 20px;
    padding: 0 130px;
    border:solid 3px #838691; 
    margin-top: 50px;
    color: #131f3a;
    display: inline-block;
}
.btn-news-more:hover{
    border-color: #131f3a;
}

@media screen and (max-width:1280px) {
    .game-banner-channel {
        height: 360px;
    }
    .game-banner-pay {
        height: 410px;
    }
    .game-banner-channel .title {
        height: 80px;
        line-height: 80px;
    }
    .game-wrapper {
        margin-top: -80px;
    }
    .game-news-wrapper {
        padding: 30px 80px 90px;
    }
    .game-news-page {
        padding: 30px 100px 90px;
    }
    .game-news-tab {
        height: 50px;
        margin-bottom: 15px;
        border-width: 3px;
    }
    .game-news-tab li {
        font-size: 18px;
        margin-right: 20px;
        height: 50px;
        line-height: 47px;
    }
    .game-news-tab li.curr {
        border-width: 3px;
    }

    .game-news-list li {
        height: 70px;
        line-height: 69px;
        font-size: 18px;
        padding: 0 10px;
    }
    .game-news-list li .title {
        margin-left: 15px;
        height: 69px;
    }

    .game-pagination {
        margin-top: 40px;
    }
    .game-pagination li {
        font-size: 14px;
        line-height: 32px;
    }

    .btn-news-more{
        height: 57px;
        line-height: 53px;
        font-size: 18px;
        padding: 0 90px;
        border:solid 2px #838691; 
    }
}

@media screen and (max-width:1024px) {
    .game-banner-channel .title {
        height: 70px;
        line-height: 70px;
    }
    .game-news-wrapper,
    .game-news-page {
        padding: 30px 40px 50px;
    }
    .game-news-tab li {
        font-size: 16px;
    }
    .game-news-list li {
        height: 60px;
        line-height: 59px;
        font-size: 16px;
    }
    .game-news-list li .title {
        height: 59px;
    }
}

.game-account-form {
    width: 500px;
    margin: 0 auto;
}
.game-account-form .btn-game{
    width: 100%;
    
}
.btn-group{
    margin-top: 40px;
}

.form-group {
    margin-top: 20px;
    position: relative;
}

.form-control {
    height: 60px;
    line-height: 58px;
    font-size: 24px;
    color: #111;
    padding: 0 30px;
    background: #fff;
    border-radius: 3px;
    border: solid 1px #e2e3e6;
}

.game-account-form .form-control {
    width: 100%;
}

.game-account-form .form-control-vcode {
    width: 340px;
    float: left;
}

.game-account-form .form-img-vcode {
    width: 130px;
    height: 60px;
    float: right;
}

.form-vcode-change {
    line-height: 60px;
    position: absolute;
    left: 100%;
    top: 0;
    width: 150px;
    padding-left: 20px;
}

.form-vcode-change:hover {
    color: #ff4a4a;
}

input::-webkit-input-placeholder {
    color: #a8aab0;
}

input:-ms-input-placeholder {
    color: #a8aab0;
}

input:-moz-placeholder {
    color: #a8aab0;
}

input::-moz-placeholder {
    color: #a8aab0;
}

.btn-game {
    height: 64px;
    line-height: 64px;
    font-size: 24px;
    color: #fff;
    border-radius: 3px;
    border: 0;
    width: 250px;
}

.btn-blue {
    background: #59acff;
}
.btn-blue:hover {
    background: #389cff;
}
.btn-green{
     background: #45c983;
}
.btn-green:hover{
     background: #40b979;
}
.btn-gray {
    background: #a0a3b3;
}
.btn-gray:hover {
    background: #b1b4c6;
}

.game-password-form {
    font-size: 24px;
}

.game-password-form .form-group {
    margin-top: 30px;
}

.btn-group .btn-game {
    margin-right: 20px;
}
.btn-group .btn-game:last-child {
    margin-right: 0;
    
}

.game-password-form .control-label {
    width: 30%;
    color: #414b60;
    height: 60px;
    line-height: 60px;
    float: left;
    text-align: right;
}

.game-password-form .form-cont {
    width: 70%;
    padding-left: 20px;
    line-height: 60px;
    float: right;
    color: #a8aab0;
}

.game-password-form .form-radio {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.game-password-form .form-control {
    width: 340px;
}

.game-password-form .btn-get-vcode {
    width: 170px;
    height: 60px;
    line-height: 60px;
    margin-left: 20px;
}

.btn-password-send {
    width: 250px;
    margin-left: 20px;
}

.game-service-list {
    margin-left: -30px;
    padding: 0 170px;
}

.game-service-list li {
    width: 400px;
    height: 200px;
    padding: 45px 0 0 170px;
    font-size: 20px;
    line-height: 1.7;
    color: #717581;
    background: #fff;
    margin-top: 100px;
    margin-left: 30px;
    float: left;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05)
}

.game-service-list li img {
    float: left;
    margin-left: -140px;
}

.game-service-list li .title {
    font-size: 24px;
    color: #131f3a;
}

.game-service-list li .info {
    height: 34px;
    line-height: 34px;
}

.game-online-qq {
    height: 34px;
    line-height: 34px;
    background: #59acff;
    color: #fff;
    width: 70%;
    display: inline-block;
    border-radius: 34px;
    text-align: center;
}

.game-online-qq:hover {
    color: #fff;
    background:#389cff;
}

@media screen and (max-width:1680px) {
    .game-account-form {
        width: 400px;
    }
    .form-control {
        height: 50px;
        line-height: 48px;
        font-size: 18px;
        padding: 0 20px;
    }
    .game-account-form .form-control-vcode {
        width: 300px;
    }
    .game-account-form .form-img-vcode {
        width: 90px;
        height: 50px;
    }
    .form-vcode-change {
        line-height: 50px;
        font-size: 14px;
    }

    .btn-game {
        height: 54px;
        line-height: 54px;
        font-size: 18px;
         width: 200px;
    }
    .btn-account-form {
        margin-top: 30px;
    }
    .btn-group{
        margin-top: 30px;
    }
    
    .btn-group .btn-game {
        margin-right: 15px;
    }
    .game-password-form {
        font-size: 18px;
    }
    

    .game-password-form .form-group {
        margin-top: 20px;
    }
    .game-password-form .control-label {
        width: 30%;
        color: #414b60;
        height: 50px;
        line-height: 50px;
    }
    .game-password-form .form-cont {
        width: 70%;
        padding-left: 20px;
        line-height: 50px;
    }
    .game-password-form .form-control {
        width: 320px;
    }
    .game-password-form .btn-get-vcode {
        width: 150px;
        height: 50px;
        line-height: 50px;
    }

    .btn-prev-step {
        width: 220px;
    }
    .btn-password-send {
        width: 220px;
    }


    .game-service-list {
        margin-left: -20px;
        padding: 0 130px;
    }

    .game-service-list li {
        width: 300px;
        height: 150px;
        padding: 30px 0 0 130px;
        margin-top: 100px;
        margin-left: 20px;
        font-size: 16px;
    }

    .game-service-list li img {
        margin-left: -110px;
        width: 90px;
    }
    .game-service-list li .title {
        font-size: 20px;
    }
    .game-service-list li .info {
        height: 28px;
        line-height: 28px;
    }
    .game-online-qq {
        height: 28px;
        line-height: 28px;
        border-radius: 28px;
    }
}

@media screen and (max-width:1280px) {
    .game-account-form {
        width: 320px;
    }
    .form-control {
        height: 42px;
        line-height: 40px;
        font-size: 14px;
        padding: 0 15px;
    }
    .game-account-form .form-control-vcode {
        width: 200px;
    }
    .game-account-form .form-img-vcode {
        width: 100px;
        height: 42px;
    }
    .form-vcode-change {
        line-height: 42px;
        font-size: 12px;
    }

    .btn-game {
        height: 44px;
        line-height: 44px;
        font-size: 16px;
         width: 160px;
    }
    .btn-account-form {
        margin-top: 30px;
    }

    .game-password-form {
        font-size: 14px;
    }
    .game-password-form .form-group {
        margin-top: 20px;
    }
    .game-password-form .control-label {
        width: 30%;
        color: #414b60;
        height: 42px;
        line-height: 42px;
    }
    .game-password-form .form-cont {
        width: 70%;
        padding-left: 20px;
        line-height: 42px;
    }
    .game-password-form .form-control {
        width: 280px;
    }
    .game-password-form .btn-get-vcode {
        width: 120px;
        height: 42px;
        line-height: 42px;
        font-size: 14px;
    }

    .btn-prev-step {
        width: 180px;
    }
    .btn-password-send {
        width: 180px;
    }
    .game-service-list {
        padding: 0 72px;
    }
    .game-service-list li {
        width: 280px;
        height: 120px;
        padding: 20px 0 0 110px;
        font-size: 14px;
    }

    .game-service-list li img {
        margin-left: -95px;
        width: 80px;
    }
    .game-service-list li .title {
        font-size: 18px;
    }
}

@media screen and (max-width:1024px) {
    .game-service-list {
        margin-left: -10px;
        padding: 0 25px;
    }
    .game-service-list li {
        width: 240px;
        height: 110px;
        margin-left: 10px;
        padding: 15px 0 0 110px;
        font-size: 12px;
    }
    .game-service-list li .title {
        font-size: 16px;
    }
}


/*game-pay-wrapper*/

.game-pay-wrapper {
    background: #f3f4f7;
    position: relative;
    margin-top: -70px;
}
.game-pay-wrapper:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    top: -440px;
    height: 490px;
    background: url(../images/pic-pay.png) center no-repeat;
    background-size: auto 100%;
}

.game-pay-side {
    width: 25%;
}

.game-pay-main {
    min-height: 700px;
    background: #fafafa;
    width: 75%;
}

.game-pay-title {
    text-align: center;
    color: #b2b5c3;
    padding: 50px 0;
}

.game-pay-menu li a{
    height: 80px;
    line-height: 80px;
    color: #131f3a;
    padding-left: 90px;
    display: block;
}

.game-pay-menu li.curr a{
    background: #fff;
    border-right: solid 5px #cdced5;
}

.icon-pay-menu {
    width: 80px;
    height: 80px;
    display: inline-block;
    background: url(../images/icon-pay-menu.png);
    background-size: 100% auto;
    float: left;
    margin-top: 0;
    margin-right: 20px;
}

.icon-pay-alipay {
    background-position: 0 0;
}

.icon-pay-wx {
    background-position: 0 -80px;
}

.icon-pay-bank {
    background-position: 0 -160px;
}

.icon-pay-gamecard {
    background-position: 0 -240px;
}

.icon-pay-phonecard {
    background-position: 0 -320px;
}

.curr .icon-pay-alipay {
    background-position: 0 -400px;
}

.curr .icon-pay-wx {
    background-position: 0 -480px;
}

.curr .icon-pay-bank {
    background-position: 0 -560px;
}

.curr .icon-pay-gamecard {
    background-position: 0 -640px;
}

.curr .icon-pay-phonecard {
    background-position: 0 -720px;
}

.icon-pay {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url(../images/icon-pay.png);
    background-size: 100% auto;
    margin-right: 5px;
}

.icon-alipay {
    background-position: 0 0;
}

.icon-wx {
    background-position: 0 -40px;
}

.icon-gsyh {
    background-position: 0 -80px;
}

.icon-zgyh {
    background-position: 0 -120px;
}

.icon-nyyh {
    background-position: 0 -160px;
}

.icon-jsyh {
    background-position: 0 -200px;
}

.icon-yzyh {
    background-position: 0 -240px;
}

.icon-jtyh {
    background-position: 0 -280px;
}

.icon-zsyh {
    background-position: 0 -320px;
}

.icon-xyyh {
    background-position: 0 -360px;
}

.icon-msyh {
    background-position: 0 -400px;
}

.icon-zxyh {
    background-position: 0 -440px;
}

.icon-gdyh {
    background-position: 0 -480px;
}

.icon-payh {
    background-position: 0 -520px;
}

.icon-hxyh {
    background-position: 0 -560px;
}

.icon-gfyh {
    background-position: 0 -600px;
}

.icon-sfyh {
    background-position: 0 -640px;
}

.icon-pfyh {
    background-position: 0 -680px;
}

.icon-shyh {
    background-position: 0 -720px;
}

.icon-jwk {
    background-position: 0 -760px;
}

.icon-sddk {
    background-position: 0 -800px;
}

.icon-wyk {
    background-position: 0 -840px;
}

.icon-shk {
    background-position: 0 -880px;
}

.icon-jyk {
    background-position: 0 -920px;
}

.icon-jrk {
    background-position: 0 -960px;
}

.icon-qbk {
    background-position: 0 -1000px;
}

.icon-wmk {
    background-position: 0 -1040px;
}

.icon-zgyd {
    background-position: 0 -1080px;
}

.icon-zglt {
    background-position: 0 -1120px;
}

.icon-zgdx {
    background-position: 0 -1160px;
}

.game-pay-form {
    padding: 130px 0 70px;
    border-bottom: solid 1px #eff0f3;
}

.game-pay-form .form-group {
    margin-top: 30px;
    padding-left: 300px;
    min-height: 48px;
    line-height: 48px;
}

.game-pay-form .control-label {
    width: 290px;
    margin-left: -300px;
    float: left;
    color: rgba(19, 31, 58, .8);
    text-align: right;
}

.game-pay-form .btn-account-form {
    width: 320px;
    margin-top: 10px;
}

.game-pay-form .game-pay-input {
    height: 48px;
    line-height: 46px;
    padding: 0 20px;
    width: 320px;
    border: solid 1px #e2e3e6;
    border-radius: 3px;
    vertical-align: top;
    background: #fff;
}
.form-control:focus,.game-pay-form .game-pay-input:focus{
    border-color: #59acff;
}

.game-pay-way,
.game-pay-quota {
    margin-left: -10px;
    top: -10px;
    position: relative;
}

.game-pay-list li {
    float: left;
    margin: 10px 0 0 10px;
    height: 48px;
    line-height: 46px;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    position: relative;
}

.game-pay-way li {
    width: 150px;
    padding-left: 10px;
    border: solid 1px #e4e5e9;
}

.game-pay-quota li {
    text-align: center;
    color: #61b64a;
    width: 100px;
    border: solid 1px #61b64a;
}

.game-pay-list li:after {
    content: "";
    width: 30px;
    height: 30px;
    display: none;
    position: absolute;
    right: -1px;
    bottom: -1px;
    background: url(../images/icon-pay-arrow.png);
    background-size: 100% auto;
}

.game-pay-way li .icon-pay {
    float: left;
    margin-top: 3px;
}

.game-pay-list li.curr {
    border: solid 2px #ff864a;
    line-height: 44px;
}

.game-pay-way-wx li.curr{
    border-color:#49c765; 
}
.game-pay-way-alipay li.curr{
    border-color:#3dabfa; 
}

.game-pay-way li.curr {
    padding-left: 9px;
}

.game-pay-quota li.curr {
    color: #ff864a;
}

.game-pay-way li.curr .icon-pay {
    margin-top: 2px;
}

.game-pay-list li.curr:after {
    display: inline-block;
}
.game-pay-way-wx li.curr:after{
   background-position:0 -30px; 
}
.game-pay-way-alipay li.curr:after{
   background-position:0 -60px; 
}

.game-pay-num {
    height: 48px;
    border-radius: 3px;
    border: solid 1px #61b64a;
    background: #fff;
    display: inline-block;
    padding: 0 20px;
    margin-right: 10px;
}

.game-pay-num input {
    height: 46px;
    line-height: 46px;
    padding-right: 20px;
    width: 150px;
    border-radius: 3px;
    border: none;
    background: transparent;
    vertical-align: top;
}

.game-pay-num i {
    color: #61b64a;
}

.game-pay-ratio {
    color: #b2b5c3;
}

.game-color-orange,a.game-color-orange{
    color: #ff864a;
}
a.game-color-orange:hover{
    color: #ff4a4a;
}
.game-pay-form .game-color-orange{
     vertical-align: top;
}

.game-pay-form .game-input-getcode {
    width: 210px;
}

.game-pay-vcode {
    height: 48px;
    margin: 0 20px 0 10px;
}

.game-pay-tips {
    padding: 40px 130px 130px;
    font-size: 18px;
    line-height: 1.78;
    color: rgba(19, 31, 58, .8);
    border-top: solid 1px #fff;
}

.btn-identified{
    margin-left: 20px;
    background: #ff864a;
    color: #fff;
    border-radius:3px;
    border:none;
    vertical-align:top;
    height: 48px;
    line-height: 48px;
    padding: 0 30px;
}
.btn-identified:hover{
    background: #ff6b22;
   
}
.game-color-green{
    color:#61b64a;
}
.vat{
    vertical-align: top;
    display: inline-block;
}

@media screen and (max-width:1680px) {
    .game-pay-wrapper {
        margin-top: -50px;
    }
    .game-pay-wrapper:before{
        top: -340px;
        height: 380px;
    }
    .game-pay-title {
        padding: 30px 0;
    }
    .game-pay-menu li a{
        height: 60px;
        line-height: 60px;
        padding-left: 70px;
    }
    .game-pay-menu li.curr a{
        border-right: solid 4px #cdced5;
    }
    .icon-pay-menu {
        width: 50px;
        height: 50px;
        margin-right: 15px;
        margin-top: 5px;
    }
    .icon-pay-alipay {
        background-position: 0 0;
    }
    .icon-pay-wx {
        background-position: 0 -50px;
    }
    .icon-pay-bank {
        background-position: 0 -100px;
    }
    .icon-pay-gamecard {
        background-position: 0 -150px;
    }
    .icon-pay-phonecard {
        background-position: 0 -200px;
    }
    .curr .icon-pay-alipay {
        background-position: 0 -250px;
    }
    .curr .icon-pay-wx {
        background-position: 0 -300px;
    }
    .curr .icon-pay-bank {
        background-position: 0 -350px;
    }
    .curr .icon-pay-gamecard {
        background-position: 0 -400px;
    }
    .curr .icon-pay-phonecard {
        background-position: 0 -450px;
    }

    .icon-pay {
        width: 30px;
        height: 30px;
    }
    .icon-alipay {
        background-position: 0 0;
    }
    .icon-wx {
        background-position: 0 -30px;
    }
    .icon-gsyh {
        background-position: 0 -60px;
    }
    .icon-zgyh {
        background-position: 0 -90px;
    }
    .icon-nyyh {
        background-position: 0 -120px;
    }
    .icon-jsyh {
        background-position: 0 -150px;
    }
    .icon-yzyh {
        background-position: 0 -180px;
    }
    .icon-jtyh {
        background-position: 0 -210px;
    }
    .icon-zsyh {
        background-position: 0 -240px;
    }
    .icon-xyyh {
        background-position: 0 -270px;
    }
    .icon-msyh {
        background-position: 0 -300px;
    }
    .icon-zxyh {
        background-position: 0 -330px;
    }
    .icon-gdyh {
        background-position: 0 -360px;
    }
    .icon-payh {
        background-position: 0 -390px;
    }
    .icon-hxyh {
        background-position: 0 -420px;
    }
    .icon-gfyh {
        background-position: 0 -450px;
    }
    .icon-sfyh {
        background-position: 0 -480px;
    }
    .icon-pfyh {
        background-position: 0 -510px;
    }
    .icon-shyh {
        background-position: 0 -540px;
    }
    .icon-jwk {
        background-position: 0 -570px;
    }
    .icon-sddk {
        background-position: 0 -600px;
    }
    .icon-wyk {
        background-position: 0 -630px;
    }
    .icon-shk {
        background-position: 0 -660px;
    }
    .icon-jyk {
        background-position: 0 -690px;
    }
    .icon-jrk {
        background-position: 0 -720px;
    }
    .icon-qbk {
        background-position: 0 -750px;
    }
    .icon-wmk {
        background-position: 0 -780px;
    }
    .icon-zgyd {
        background-position: 0 -810px;
    }
    .icon-zglt {
        background-position: 0 -840px;
    }
    .icon-zgdx {
        background-position: 0 -870px;
    }

    .game-pay-form {
        padding: 80px 0 50px;
    }
    .game-pay-form .form-group {
        margin-top: 25px;
        padding-left: 225px;
        min-height: 40px;
        line-height: 40px;
    }
    .game-pay-form .control-label {
        width: 215px;
        margin-left: -225px;
    }
    .game-pay-form .btn-account-form {
        width: 240px;
    }
    .game-pay-form .game-pay-input {
        height: 40px;
        line-height: 38px;
        padding: 0 15px;
        width: 240px;
    }
    .game-pay-list li {
        height: 40px;
        line-height: 38px;
    }
    .game-pay-way li {
        width: 120px;
        padding-left: 5px;
    }
    .game-pay-way .icon-pay {
        margin-right: 3px;
    }
    .game-pay-quota li {
        width: 80px;
    }
    .game-pay-list li:after {
        width: 25px;
        height: 25px;
    }
    .game-pay-way-wx li.curr:after{
       background-position:0 -25px; 
    }
    .game-pay-way-alipay li.curr:after{
       background-position:0 -50px; 
    }
    .game-pay-way li .icon-pay {
        margin-top: 4px;
    }
    .game-pay-list li.curr {
        line-height: 36px;
    }
    .game-pay-way li.curr {
        padding-left: 4px;
    }
    .game-pay-way li.curr .icon-pay {
        margin-top: 3px;
    }

    .game-pay-num {
        height: 40px;
        padding: 0 15px;
    }
    .game-pay-num input {
        height: 38px;
        line-height: 38px;
        padding-right: 15px;
        width: 120px;
    }

    .game-pay-form .game-input-getcode {
        width: 170px;
    }
    .game-pay-vcode {
        height: 40px;
    }
    .game-pay-tips {
        padding: 40px 100px 100px;
        font-size: 16px;
    }
    .btn-identified{
        height: 40px;
        line-height: 40px;
        padding: 0 25px;
    }
}

@media screen and (max-width:1280px) {
    .game-pay-wrapper {
        margin-top: -40px;
    }
    .game-pay-wrapper:before{
        top: -280px;
        height: 320px;
    }
    .game-pay-title {
        padding:20px 0;
    }
    .game-pay-menu li a{
        height: 50px;
        line-height: 50px;
        padding-left: 65px;
    }
    .game-pay-menu li.curr a{
        border-right: solid 3px #cdced5;
    }
    .icon-pay-menu {
        width: 40px;
        height: 40px;
        margin-right: 10px;
        margin-top: 5px;
    }
    .icon-pay-alipay {
        background-position: 0 0;
    }
    .icon-pay-wx {
        background-position: 0 -40px;
    }
    .icon-pay-bank {
        background-position: 0 -80px;
    }
    .icon-pay-gamecard {
        background-position: 0 -120px;
    }
    .icon-pay-phonecard {
        background-position: 0 -160px;
    }
    .curr .icon-pay-alipay {
        background-position: 0 -200px;
    }
    .curr .icon-pay-wx {
        background-position: 0 -240px;
    }
    .curr .icon-pay-bank {
        background-position: 0 -280px;
    }
    .curr .icon-pay-gamecard {
        background-position: 0 -320px;
    }
    .curr .icon-pay-phonecard {
        background-position: 0 -360px;
    }

    .icon-pay {
        width: 25px;
        height: 25px;
    }
    .icon-alipay {
        background-position: 0 0;
    }
    .icon-wx {
        background-position: 0 -25px;
    }
    .icon-gsyh {
        background-position: 0 -50px;
    }
    .icon-zgyh {
        background-position: 0 -75px;
    }
    .icon-nyyh {
        background-position: 0 -100px;
    }
    .icon-jsyh {
        background-position: 0 -125px;
    }
    .icon-yzyh {
        background-position: 0 -150px;
    }
    .icon-jtyh {
        background-position: 0 -175px;
    }
    .icon-zsyh {
        background-position: 0 -200px;
    }
    .icon-xyyh {
        background-position: 0 -225px;
    }
    .icon-msyh {
        background-position: 0 -250px;
    }
    .icon-zxyh {
        background-position: 0 -275px;
    }
    .icon-gdyh {
        background-position: 0 -300px;
    }
    .icon-payh {
        background-position: 0 -325px;
    }
    .icon-hxyh {
        background-position: 0 -350px;
    }
    .icon-gfyh {
        background-position: 0 -375px;
    }
    .icon-sfyh {
        background-position: 0 -400px;
    }
    .icon-pfyh {
        background-position: 0 -425px;
    }
    .icon-shyh {
        background-position: 0 -450px;
    }
    .icon-jwk {
        background-position: 0 -475px;
    }
    .icon-sddk {
        background-position: 0 -500px;
    }
    .icon-wyk {
        background-position: 0 -525px;
    }
    .icon-shk {
        background-position: 0 -550px;
    }
    .icon-jyk {
        background-position: 0 -575px;
    }
    .icon-jrk {
        background-position: 0 -600px;
    }
    .icon-qbk {
        background-position: 0 -625px;
    }
    .icon-wmk {
        background-position: 0 -650px;
    }
    .icon-zgyd {
        background-position: 0 -675px;
    }
    .icon-zglt {
        background-position: 0 -700px;
    }
    .icon-zgdx {
        background-position: 0 -725px;
    }

    .game-pay-form {
        padding: 50px 0 ;
    }
    .game-pay-form .form-group {
        margin-top: 20px;
        padding-left: 190px;
        min-height: 36px;
        line-height: 36px;
    }
    .game-pay-form .control-label {
        width: 180px;
        margin-left: -190px;
    }
    .game-pay-form .btn-account-form {
        width: 210px;
    }
    .game-pay-form .game-pay-input {
        height: 36px;
        line-height: 34px;
        width: 210px;
    }
    .game-pay-list li {
        height: 36px;
        line-height: 34px;
    }
    .game-pay-way li {
        width: 100px;
        padding-left: 3px;
    }
    .game-pay-way .icon-pay {
        margin-right: 3px;
    }
    .game-pay-quota li {
        width: 70px;
    }
    .game-pay-list li:after {
        width: 20px;
        height: 20px;
    }
    .game-pay-way-wx li.curr:after{
       background-position:0 -20px; 
    }
    .game-pay-way-alipay li.curr:after{
       background-position:0 -40px; 
    }
    .game-pay-way li .icon-pay {
        margin-top: 5px;
    }
    .game-pay-list li.curr {
        line-height: 32px;
    }
    .game-pay-way li.curr {
        padding-left: 2px;
    }
    .game-pay-way li.curr .icon-pay {
        margin-top: 4px;
    }
    .game-pay-num {
        height: 36px;
    }
    .game-pay-num input {
        height: 34px;
        line-height: 34px;
        padding-right: 15px;
        width: 100px;
    }
    .game-pay-form .game-input-getcode {
        width: 150px;
    }
    .game-pay-vcode {
        height: 36px;
    }
    .game-pay-tips {
        padding: 40px 80px 100px;
        font-size: 14px;
    }
    .btn-identified{
        height: 36px;
        line-height: 36px;
        padding: 0 20px;
    }
}

@media screen and (max-width:1024px) {
    .game-banner-pay{
        height: 360px;
    }
    .game-pay-wrapper:before{
        top: -230px;
        height: 260px;
    }
    .game-pay-menu li a{
        padding-left: 45px;
    }
    .game-pay-menu li.curr a{
        border-right: solid 2px #cdced5;
    }
    .game-pay-form .form-group {
        padding-left: 150px;
    }
    .game-pay-form .control-label {
        width: 140px;
        margin-left: -150px;
    }
    .game-pay-tips {
        padding: 40px 50px 50px;
        font-size: 12px;
    }
}

/*game-popup-pay*/
.game-popup-pay{
    width: 1090px;
}
.layer-pay.layui-layer{
    border-radius: 10px !important;
    overflow:hidden;
    background: transparent !important;
}
.layer-pay .layui-layer-content{
    background: #fff;
}
.layer-pay .layui-layer-title{
    height: 100px;
    line-height: 100px;
    font-size: 32px;
    padding-left: 50px;
    background: #06132f;
    color: #fff;
}
.layer-pay .layui-layer-setwin{
    right: 0;
    top: 0;
}
.layer-pay .layui-layer-close1{
    width: 100px;
    height: 100px;
    display: inline-block;
    background:url(../images/icon-popup-close.png);
    background-position: 0 0 !important;
    background-size: cover;
    margin-left: 0;
}
.layer-pay .layui-layer-close1:hover{
    background-color: #59acff;
    opacity: 1 !important;
}

.game-pay-confirm.game-pay-form{
    padding:50px 150px 100px;
    border-bottom: none;
} 

.game-pay-btn{
    text-align: center;
}
.game-pay-info{
    text-align: center;
    padding: 60px 0 100px
}
.game-pay-info .title{
    font-size: 64px;
    color: #06132f;
    margin-bottom: 15px;
}

.game-order-info{
    margin:50px 230px 120px;
    padding: 15px 0;
    border: solid 1px #dddee4; 
    border-width: 1px 0;
    color: #a0a3b3;
}
.game-order-info .order-num{
    line-height: 48px;
}
.game-order-info .btn-copy{
    font-size: 20px;
    height: 48px;
    border-radius: 48px;
    line-height: 44px;
    padding:0 24px;
    border:solid 2px #ff704c;
    color: #ff704c
}
.game-order-info .btn-copy:hover{
    background: #ff704c;
    color: #fff;
}
.game-pay-btn .btn-blue{
    width: 140px;
}

.pay-info-title{
    color: #b2b5c3;
    padding: 20px 0 15px 130px;
    border-bottom: solid 1px #e7eaf3;
}

.btn-gotopay{
    height: 40px;
    line-height: 36px;
    font-size: 20px;
    padding: 0 25px;
    color: #59acff;
    vertical-align: middle;
    margin-left: 20px;
    border-radius:40px;
    border:solid 2px #59acff;
}
.btn-gotopay:hover{
    color: #fff;
    background: #59acff;
}

@media screen and (max-width:1680px) {
    .pay-info-title{
        padding: 20px 0 15px 80px;
    }
    .game-popup-pay{
        width: 800px;
    }
    .layer-pay .layui-layer-title{
        height: 80px;
        line-height: 80px;
        font-size: 24px;
        padding-left: 40px;
    }
  
    .layer-pay .layui-layer-close1{
        width: 80px;
        height: 80px;
    }
    .game-pay-confirm.game-pay-form{
        padding:40px 120px 80px;
    } 

    .game-pay-info{
        padding: 40px 0 80px
    }
    .game-pay-info .title{
        font-size: 48px;
    }
    .game-order-info{
        margin:30px 160px 80px;
        padding: 15px 0;
    }
    .game-order-info .order-num{
        line-height: 36px;
    }
    .game-order-info .btn-copy{
        font-size: 16px;
        height: 36px;
        border-radius: 36px;
        line-height: 32px;
        border:solid 2px #ff704c;
    }
    .game-pay-btn .btn-blue{
        width: 100px;
    }
    .btn-gotopay{
        height: 32px;
        line-height: 28px;
        font-size: 16px;
        padding: 0 20px;
        border-radius:30px;
        border:solid 2px #59acff;
    }
   
}

@media screen and (max-width:1280px) {
    .layer-pay.layui-layer{
        border-radius: 7px !important;
    }
    .pay-info-title{
        padding: 20px 0 15px 60px;
    }
    .game-popup-pay{
        width: 600px;
    }
    .layer-pay .layui-layer-title{
        height: 60px;
        line-height: 60px;
        font-size: 18px;
        padding-left: 30px;
    }
  
    .layer-pay .layui-layer-close1{
        width: 60px;
        height: 60px;
    }
    .game-pay-confirm.game-pay-form{
        padding:30px 80px 60px;
    } 

    .game-pay-info{
        padding: 30px 0 60px
    }
    .game-pay-info .title{
        font-size: 32px;
    }
    .game-order-info{
        margin:20px 120px 50px;
    }
    .game-order-info .order-num{
        line-height: 28px;
    }
    .game-order-info .btn-copy{
        font-size: 14px;
        height: 28px;
        border-radius: 26px;
        line-height: 28px;
        padding:0 10px;
        border:solid 1px #ff704c;
    }
    .game-pay-btn .btn-blue{
        width: 80px;
    }
    .btn-gotopay{
        height: 28px;
        line-height: 26px;
        font-size: 14px;
        padding: 0 15px;
        border-radius:28px;
        border:solid 1px #59acff;
    }
    
}
.text-orange,a.text-orange{
    color: #ff3c00;
}
a.text-orange:hover{
    color: #ff0000;
}

/*页面加载动画相关*/
.bg-gray{
    background: #ededed;
}
@keyframes fadeIn {
  0% { 
    opacity: 0;
  }
  50% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}

.game-fade{
  -webkit-animation: fadeIn 2s linear;
  animation: fadeIn  2s linear; 
}

