* {
    margin: 0;
    padding: 0;
}

.wrap {
    width: 100%;
    margin: 0 auto;
    max-width: 960px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 0px;
    flex-direction: column;
    background-color: #14257e;
}


.section {
    width: 96%;
    font-size: 14px;
}

.section .section-bg {
    width: 100%;
    border-radius: 15px;
}

.section .btns1 {
    position: absolute;
    margin-top: -0.54rem;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 900px;
    display: flex;
    justify-content: space-between;
}

.section .btns1 img {
    width: 46%;
    display: block;
    cursor: pointer;
}

.section .btns2 {
    position: absolute;
    top: 74%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    display: flex;
    justify-content: space-between;
}

.section .btns2 img {
    width: 46%;
    display: block;
    cursor: pointer;
}

.section .btns3 {
    position: absolute;
    top: 74%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    display: flex;
    justify-content: space-between;
}

.section .btns3 img {
    width: 46%;
    display: block;
    cursor: pointer;
}

@media screen and (max-width: 500px) {
    .header .game {
        font-size: 16px;
        margin-top: 18px;
    }
}

.mantine-197x6wd:hover:hover {
    background-size: 200%;
}

.mantine-197x6wd {
    border: 0px;
    background-image: linear-gradient(180deg, rgb(47, 187, 247) 0%, rgb(35, 111, 234) 100%);
    color: rgb(255, 255, 255);
    height: .54rem;
    padding: 0px 18px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    width: 46%;
    border-radius: .12rem;
    font-weight: 600;
    position: relative;
    line-height: 1;
    font-size: .26rem;
    user-select: none;
    text-decoration: none;
    cursor: pointer;
    appearance: none;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    flex-grow: 0;
}
#dialog{
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: rgba(0,0,0, 0.34);
    display: none;
}
#dialog .box{
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    min-height: 50px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px #555;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    width: 280px;
}
#dialog .close{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 50%;
    background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    position: absolute;
    margin-left: 270px;
    margin-top: -30px;
    cursor: pointer;
}
#dialog .box .line-0{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    color: #ff0000;
}
#dialog .box .line-1{
    display: inline-block;
    background: #FFC107;
    padding: 0px 20px;
    border-radius: 12px;
}
#dialog .box .line-2{}
#dialog .box .line-3{color:#ff5722;}
#dialog .box .line-4{}
#dialog .box .line-5{font-weight: bold;color:#ff0000;display:block;}
#dialog .box .line-6{color:#2196f3;}
#time{color:#ff0000;font-weight:bold;padding:0px 5px}
#cctime{color:#ff0000;font-weight: bold;}
#marquee{
    display: block;
    background: #ffffff;
    font-size: 18px;
    padding: 5px 15px;
    width: 96%;
    box-sizing: border-box;
    border-radius: 15px;
    overflow: hidden;
}
.scroll-text {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-left 20s linear infinite;
}
.scroll-text .line-0{font-weight: bold; color: #ff0000;}
.scroll-text .line-1{color: #FFC107;}
.scroll-text .line-2{}
.scroll-text .line-3{color:#ff5722;}
.scroll-text .line-4{}
.scroll-text .line-5{color:#ff0000;}
.scroll-text .line-6{color:#2196f3;}
@keyframes scroll-left {
  0% { transform: translateX(50%); }
  100% { transform: translateX(-90%); }
}