<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background: #664BF7;
}

.container {
    position: fixed;
    left: calc(10% - 0px);
    top: calc(29% - 0px);
    z-index: 2;
    width: 86.5%;
    display: flex;
    justify-content: center;
}

.container .wrap {
    width: 1150px;
    position: relative;
}

.container .wrap .core {
    display: block;
    width: 1150px;
}

.container .wrap .btn {
    position: absolute;
    right: 23.8%;
    top: 7.6%;
    width: 140px;
    display: block;
    z-index: 2;
    cursor: pointer;
}

.container .wrap .num{
    position: absolute;
    width: 16.4%;
    height: 40.3%;
    overflow: hidden;
}

.container .wrap .num .list{
    display: flex;
    flex-direction: column;
}

.container .wrap .num .item{
    line-height: 247px;
    text-align: center;
    color: red;
    font-size: 210px;
    font-weight: bold;
}

.container .wrap .num1{
    left: 22%;
    bottom: 24.4%;
}
.container .wrap .num2{
    left: 39.6%;
    bottom: 24.4%;
}
.container .wrap .num3{
    left: 57.1%;
    bottom: 24.4%;
}

.container .wrap .num-con {
    position: relative;
    top: 0px;
    height: 100px;
}

</pre></body></html>