.page {
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: 100%;
    background-color: #eeeeee;
}
.banner {
    width: 100%;
    height: 750px;
    background: url('../images/gameBox/gameBoxBg.jpg') top no-repeat;
    background-size:  100% 100%;
}
.banner-l {
    position: relative;
    width: 569px;
    height: 458px;
    margin: 183px 14px 0 auto;
}
.banner-l .pc {
    width: 518px;
    height: 458px;
    background: url('../images/gameBox/pcBg.png') no-repeat;
    background-size: 100% 100%;
}
.banner-l .phone {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 182px;
    height: 358px;
    background: url('../images/gameBox/phoneBg.png') no-repeat;
    background-size: 100% 100%;
}
.banner-r {
    margin-right: auto;
}
.banner-r .middle {
    margin: 31px 0 53px 36px;
}
.banner-r .middle .item {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
}
.banner-r .middle .item .diamond {
    position: relative;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    background: linear-gradient(183deg, #FDFAF5, #FFE2A7);
    transform: rotate(-45deg) translateY(4px);
    transform-origin: 0 100%;
}
.banner-r .middle .item .diamond::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 6px;
    background: #3c354a;
    transform: rotate(-90deg) translate(50%, 50%);
    transform-origin: 0 100%;
    z-index: 1;
}

.banner-r .bottom {
    margin: 0 0 0 24px;
}
.banner-r .bottom img {
    margin-right: 8px;
}
.layui-nav {
    padding: 0 !important;
    background-color: transparent !important;
}
.layui-nav-child {
    position: relative;
    top: 70px !important;
    padding: 20px 33px 15px !important;
    border-radius: 6px !important;
    text-align: center;
}
.layui-nav-child::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FFFFFF;
}
.layui-nav-child .wrap {
    position: relative;
    width: 110px;
}
.layui-nav-child .wrap .img6 {
    width: 110px;
    height: auto;
}
.layui-nav-child .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
}
.layui-nav-child p {
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 18px;
    color: #707070;
}
.main {
    width: 100%;
    min-width: 1200px;
    height: 1954px;
    background: url('../images/gameBox/mainBg1.jpg') no-repeat;
    background-size: 100% 100%;
    margin-top: -1px;
}
.box1,
.box2 {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.box1 {
    padding: 118px 0 115px;
    box-sizing: border-box;
}
.box1 .hd h2,
.box2 .hd h2 {
    margin-bottom: 14px;
    font-size: 46px;
    font-weight: bold;
    color: #FFFFFF;
    background: linear-gradient(180deg, #FCE8C2 0%, #E9B669 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.box1 .hd p,
.box2 .hd p {
    position: relative;
}
.box1 .hd p::before,
.box2 .hd p::before {
    content: '';
    position: absolute;
    top: 50%;
    width: 262px;
    height: 1px;
    border-radius: 1px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #757575 50%);
    transform: translateX(-262px);
}
.box1 .hd p::after,
.box2 .hd p::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 262px;
    height: 1px;
    border-radius: 1px;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #757575 50%);
}
.box1 .hd p span,
.box2 .hd p span {
    margin: 0 22px;
    font-size: 16px;
    font-weight: 300;
    color: #FFFFFF;
}
.box1 .bd {
    position: relative;
    height: 494px;
    margin-top: 64px;
}
.box1 .bd .left {
    position: absolute;
    top: 80px;
    left: -52px;
    bottom: 112px;
    z-index: 1;
}
.box1 .bd .left img {
    width: 487px;
    height: 301px;
}
.box1 .bd .middle {
    position: absolute;
    left: 216px;
    z-index: 2;
}
.box1 .bd .middle img {
    width: 787px;
    height: 494px;
}
.box1 .bd .right {
    position: absolute;
    top: 85px;
    right: -52px;
    bottom: 117px;
    z-index: 1;
}
.box1 .bd .right img {
    width: 470px;
    height: 290px;
}

.box2 .bd {
    position: relative;
    height: 564px;
    margin-top: 66px;
}
.box2 .bd .left {
    position: absolute;
    top: 44px;
    left: 110px;
    z-index: 1;
}
.box2 .bd .left img {
    width: 562px;
    height: 520px;
}
.box2 .bd .right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}
.box2 .bd .right img {
    width: 611px;
    height: 564px;
}
.box2 .ft {
    margin: 50px auto;
}
.box2 .ft .table {
    margin: 0 auto;
    border: 1px solid #FFFFFF;
}
.box2 .ft .table thead tr th {
    background-color: #006DFF;
    color: #FFFFFF;
}
.box2 .ft .table th,
.box2 .ft .table td {
    text-align: center;
    border: 1px solid #FFFFFF;
    font-size: 16px;
}
.box2 .ft .table tbody tr th {
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 20px;
    color: #FFCD92;
}
.box2 .ft .table tbody tr th,
.box2 .ft .table tbody tr td {
    height: 93px;
    background-color: #2D2D2D;
}
.box2 .ft .table tbody tr td {
    padding: 0 10px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}