* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.main {
    width: 100%;
    min-width: 1100px;
    max-width: 1920px;
    height: 2010px;
    background-image: url('../gameEvent/img/bg.jpg');
    background-size: 1920px 2010px;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.goGame{
    position: relative;
    top: 513px;
    left: 899px;
    width: 127px;
    height: 43px;
    cursor: pointer;
}

.box{
    width: 999px;
    height: 1094px;
    margin: 570px auto 0;
    background-image: url('./img/box.jpg');
    padding: 20px;
}

.content1{
    width: 873px;
    height: 1029px;
    background-image: url('./img/content1.png');
    margin: 0 auto;
}

.btn-box{
    margin: 40px auto 0;
    width: 800px;
    height: 66px;
    display: flex;
    justify-content: space-between;
}
.btn-box>div{
    width: 182px;
    height: 59px;
    cursor: pointer;
    background-size: 182px 59px;
}
.btn-box>div:nth-child(1){
    background-image: url('./img/goWeb.png');
}

.btn-box>div:nth-child(2){
    background-image: url('./img/goTop.png');
}