body {
    margin: 0;
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.header {
    background: #000;
    height: 48px;
}

.header .box {
    max-width: 1244px;
    margin: 0 auto;
}

.header-left {
    float: left;
    margin-top: 12px;
    margin-left: 5px;
}

.header-left i {
    width: 35px;
    height: 25px;
    overflow: hidden;
    border-radius: 5px;
    display: block;
    float: left;
    background: url("https://gdassets.njcnsoft.com/webassets/0422/game-list-icon2.png") no-repeat;
    background-size: 100% 100%;
}

.header-left p {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    float: left;
    margin-left: 11px;
}

.header-right {
    float: right;
    margin-right: 8px;
}

.game-list {
    float: left;
    color: #fff;
    margin-top: 12px;
}

.game-list i {
    background: url("https://gdassets.njcnsoft.com/webassets/0422/game-list-icon.png") no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    display: block;
    float: left;
}

.game-list p {
    float: left;
    margin-left: 8px;
    line-height: 20px;
    font-size: 14px;
}

.customer-service {
    float: left;
    margin-top: 12px;
    margin-left: 30px;
}

.customer-service i {
    background: url("https://gdassets.njcnsoft.com/webassets/0422/customer-service-icon.png") no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    display: block;
    float: left;
}

.customer-service p {
    float: left;
    margin-left: 8px;
    line-height: 20px;
    font-size: 14px;
    color: #8EB7FE;
}

.close {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 20px;
    margin-left: 30px;
}

.close img {
    width: 20px;
    height: 20px;
    margin-top: 12px;
}

.main {
    float: left;
    width: 96%;
    background: url('https://gdassets.njcnsoft.com/webassets/0422/bg.png') no-repeat #191b1e;
    background-size: 100% auto;
    padding: 25px 2% 50px 2%;
}

.main .title {
    font-weight: 900;
    font-size: 24px;
    color: #fff;
    max-width: 1244px;
    margin: 10px auto 10px auto;
}

.main .box {
    width: 100%;
    padding-top: 20px;
    margin-bottom: 50px;
    max-width: 1244px;
    margin: 0 auto;
}

.main .box a {
    float: left;
    display: block;
    height: 40px;
    padding-top: 15px;
}

.main .box .n2 {
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px dashed #fff;
}

.main .box a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #BEBEBE;
    display: block;
    float: left;
    font-style: normal;
    margin-top: 2px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-radius: 4px;
    margin-top: 6px;
}

.main .box .background i {
    background-color: #F8433A;
}

.main .box a img {
    float: left;
    width: 40px;
    height: 40px;
    margin-left: 20px;
    border-radius: 10px;
}

.main .box a strong {
    float: left;
    display: block;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    margin-left: 15px;
    overflow: hidden;
    font-weight: 300;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
}

.main .box a span {
    float: left;
}

.main .box a p {
    float: left;
    color: #FFD600;
    font-size: 14px;
    line-height: 40px;
    margin-right: 20px;
    width: 190px;
}

.main .box a em {
    float: left;
    font-size: 14px;
    padding: 8px 10px;
    background-color: rgb(80, 168, 227);
    color: #fff;
    border-radius: 4px;
    line-height: 14px;
    margin-top: 5px;
    font-style: normal;
}

.footer {
    width: 100%;
    background: #000;
    float: left;
    height: 70px;
    position: relative;
}

.footer .box {
    max-width: 1244px;
    margin: 0 auto;
}

.footer .put {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 70px;
}

.footer span {
    float: right;
    line-height: 70px;
    position: relative;
    z-index: 1;
}

.footer span a {
    float: left;
    display: block;
    margin-left: 50px;
    color: #fff;
    font-size: 14px;
}

.main .box a.pt-0 {
    padding-top: 0;
}

@media (max-width: 1300px) {
    .main .box div {
        width: 100%;
    }

    .main .box div:nth-child(2n) {
        margin-left: 0;
        padding-left: 0;
        border-left: none;
    }

    .main .box div strong {
        width: auto;
    }

    .main .box div:first-child {
        padding-top: 15px;
    }

    .main .box div:nth-child(2) {
        padding-top: 15px;
    }

    .main .box div span {
        float: right;
    }
}