#casino-wrap {
    background:url('../images/bg2.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
    width: 100%;
}
#casino-wrap .upper-section {
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
    position: relative;
    width: 1200px;
    height: 750px;
}
#casino-wrap .casino-desk {
    position: absolute;
    top: 0;
    left: -70px;
}
#casino-wrap .title-img {
    right: 0;
    top: 0;
    position: absolute;
    text-align: right;
}
#casino-wrap .lower-section {
    width: 1200px;
    position: absolute;
    left: 0px;
    bottom: 50px;
    display: flex;
}
#casino-wrap .description-text {
    margin-top: 20px;
    float: right;
    font-size: 16px;
    width: 410px;
    text-align: left;
    line-height: 35px;
    font-weight: 600;
    color: #333;
}
#casino-wrap .enter-button:hover {
    cursor: pointer;
    background-image: linear-gradient(to bottom, #faeea9, #f4d585);
}
#casino-wrap .try-button {
    width: 100px;
    height: 70px;
    box-shadow: 0px 10px 20px 0 rgba(26, 26, 26, 0.5);
    background-blend-mode: overlay;
    background-image: linear-gradient(to bottom, #262626, #262626);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 25px;
    margin-left: 25px;
    font-weight: 500;
}
#casino-wrap .try-button:hover {
    cursor: pointer;
    background-image: linear-gradient(to bottom, #5c5c5c, #434343);
}
/*platformgame*/
#casino-wrap .hall-description .desc {
    height: 32px;
}
#casino-wrap .hall-description {
    background: #363636;
    padding: 15px;
    width: 280px;
    color: #ffffff;
}
#casino-wrap .hall-description h2 {
    font-size: 24.5px;
    font-weight: 600;
    font-family: PingFangSC;
}
#casino-wrap .hall-enter-button {
    margin-top: 20px;
    height: 34px;
    width: 248px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ebbc5b;
    font-size: 15px;
    font-weight: 600;
}
#casino-wrap .hall-enter-button:hover {
    cursor: pointer;
    background: #f2d58d;
}
#casino-wrap .swiper-button-next, #casino-wrap .swiper-button-prev {
    top: 80%;
}
#casino-wrap .swiper-button-prev {
    left: -40px;
}
#casino-wrap .swiper-button-next {
    right: -20px;
}