#app {
    width: 100%;
    min-width: 1000px;
}
.gr-marginCenter {
    margin-left: 50%;
    transform: translateX(-50%);
}
.gr-safetyArea {
    width: 1200px;
}

.gr-banner {
    width: 100%;
    position: relative;
    padding-top: 110px;
}
.gr-swiperContainer {
    overflow: hidden;
}
.gr-swiperItem {
    display: flex;
    justify-content: center;
}
.gr-banner .gr-grlogo {
    position: absolute;
    top: 13px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}
.gr-banner .gr-side-left {
    background-color: #E5E5E5;
    width: 70%;
}
.gr-banner .gr-side-left img {
    width: 100%;
    height: 100%;
}
.gr-banner .gr-side-right {
    width: 30%;
    background-color: #E5E5E5;
    padding-top: 70px;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
}

.gr-side-right .gr-title {
    display: flex;
    align-items: center;
}
.gr-imageContent {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden;
}
.gr-gamelogo {
    width: 100%;
}
.gr-side-right .gr-title p {
    font-size: 28px;
    font-weight: 600;
    margin-left: 40px;
}
.gr-side-right .gr-content {
    margin-top: 40px;
}
.gr-side-right .gr-content p{
    font-size: 24px;
    font-weight: 500;
}
.gr-side-right .tfjjl p{
    font-size: 23px;
}
.gr-side-right .gr-content p:nth-of-type(1) {
    margin-bottom: 12%;
}
.gr-footer {
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
    font-weight: bold;
}
.gr-footer .gr-link a{
    margin: 0 5px;
    color: #000;
    text-decoration: none;
}
.gr-footer p{
    margin-top: 10px;
}

@media screen and (max-width: 1250px) {
    .gr-side-right .gr-content {
        margin-top: 30px;
    }
    .gr-imageContent {
        width: 100px;
        height: 100px;
    }
    .gr-side-right .gr-title p {
        font-size: 24px;
        font-weight: 600;
        margin-left: 40px;
    }
    
    .gr-side-right .gr-content p{
        font-size: 20px;
        font-weight: 500;
    }
}
@media screen and (max-width: 1100px) {
    .gr-imageContent {
        width: 80px;
        height: 80px;
    }
    .gr-side-right .gr-title p {
        font-size: 18px;
    }
    .gr-side-right .gr-content p{
        font-size: 16px;
    }
}