<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

select {
    margin: 0;
    padding: 0;
    list-style: none;
}

li span {
    padding: 0.0625rem;
}

body {

    background: url(../images/bg.jpg) no-repeat top center;
    line-height: 1.15;
}

header {
    position: relative;
    height: 1.25rem;
    background: url(../images/head_bg.png);
    background-size: 100% 100%;
}

header h1 {
    font-size: 0.625rem;
    color: #fff;
    text-align: center;
    line-height: 1rem;
}

header .showTime {
    position: absolute;
    left: 9.65rem;
    top: 0.5rem;
    line-height: 0.9375rem;
    font-size: 0.25rem;
    color: rgba(233, 226, 214, 0.3);
}

#container {
    position: relative;
    height: 90px;
    width: 1080px;
}

.circle_YY {
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: #ccc;
    height: 660px;
    width: 433px;
}

.circle_RR {
    position: absolute;
    top: 5px;
    left: 453px;
    background-color: #ccc;
    height: 660px;
    width: 800px;
    border-radius: 15px;
}

.circle_BRR {
    position: absolute;
    top: 5px;
    left: 190px;
    background-color: #ccc;
    height: 660px;
    width: 1080px;
    border-radius: 15px;
}

.circle_tips {
    position: absolute;
    top: 5px;
    left: 1280px;
    background-color: #ccc;
    height: 460px;
    width: 250px;

}

.circle_a {
    position: absolute;
    top: 596px;
    left: 1161px;
    background-color: #ffff00;
    height: 120px;
    width: 120px;
    border-radius: 30px;

}

.circle_a img {

    height: 120px;
    width: 120px;

}

.circle_b {
    position: absolute;
    overflow: hidden;
    top: 472px;
    left: 1280px;
    background-color: #ccc;
    height: 220px;
    width: 250px;

}

#body {
    height: 220px;
    width: 250px;
    margin-left: 25px;
    margin-top: 10px;
    overflow: hidden;
}

#body ul li a {
    color: darkred;
}

#container_X {

    position: relative;
    height: 90px;
    width: 1880px;
}

.circle_BRR_X {
    position: absolute;
    float: left;
    top: 5px;
    left: 10px;
    background-color: #ccc;
    height: 660px;
    width: 1080px;

}

.circle_BRR_X iframe {

    height: 660px;
    width: 1080px;

}

.circle_a_X {
    position: absolute;
    float: right;
    top: 8px;
    left: 1100px;
    background-color: #ffff00;
    height: 66px;
    width: 420px;


}

.circle_a_X img {

    height: 660px;
    width: 420px;

}

#scroll_div {
    position: absolute;
    top: 660px;
    height: 60px;
    line-height: 60px;
    font-size: 50px;
    overflow: hidden;
    white-space: nowrap;
    width: 1580px;
    background-color: #23527c;
    color: #d8d8d8;
    margin: 1rem 0;
    text-align: center;
}

#scroll_begin, #scroll_end {
    display: inline;
}

.pad_right {
    margin-left: 100px;
}
</pre></body></html>