<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.index-page {
    width: 100%;
    position: relative;
}

.index-page::before {
    display: block;
    content: '';
    width: 100%;
    height: 197px;
    position: absolute;
    top: 0;
    z-index: -1;
    background: url(../img/bj0_1.png) no-repeat;
    background-size: cover;
}

/* nav */
nav {
    background: #FFFFFF;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.04);
    border-radius: 16px 16px 16px 16px;
    padding: 16px 20px;
    margin-top: 35px;
}

nav .tit img {
    width: 210.5px;
}

nav ul {
    overflow: hidden;
}

nav ul li {
    width: 96px;
    height: 128px;
    border-radius: 12px 12px 12px 12px;
    float: left;
    margin-right: 55px;
}

nav ul li:nth-child(8) {
    margin-right: 0;
}

nav ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

nav ul li a img {
    width: 72px;
    height: 72px;
    border-radius: 18px 18px 18px 18px;
}

nav ul li a span {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #1F1F25;
    line-height: 24px;
    text-align: center;
    margin-top: 8px;
    width: 100%;
}

/* nav_ul */
.nav_ul {
    margin-top: 40px;
    overflow: hidden;
}

.nav_ul li {
    width: 136px;
    height: 48px;
    background: #F7F8FA;
    border-radius: 60px 60px 60px 60px;
    float: left;
    margin-right: 16px;
    margin-bottom: 16px;
}

.nav_ul li:hover {
    background: #e0f9f9;
}

.nav_ul li:nth-child(8n) {
    margin-right: 0;
}

.nav_ul li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}

.nav_ul li a span {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #6F7385;
    overflow: hidden;
    margin-right: 12px;
    margin-left: 8px;
}

.nav_ul li:nth-child(1) a span {
    background: url(../img/r1.png) no-repeat;
    background-size: cover;
}

.nav_ul li:nth-child(2) a span {
    background: url(../img/r2.png) no-repeat;
    background-size: cover;
}

.nav_ul li:nth-child(3) a span {
    background: url(../img/r3.png) no-repeat;
    background-size: cover;
}

.nav_ul li:nth-child(4) a span {
    background: url(../img/r4.png) no-repeat;
    background-size: cover;
}

.nav_ul li:nth-child(5) a span {
    background: url(../img/r5.png) no-repeat;
    background-size: cover;
}

.nav_ul li:nth-child(6) a span {
    background: url(../img/r6.png) no-repeat;
    background-size: cover;
}

.nav_ul li:nth-child(7) a span {
    background: url(../img/r7.png) no-repeat;
    background-size: cover;
}

.nav_ul li:nth-child(8) a span {
    background: url(../img/r8.png) no-repeat;
    background-size: cover;
}

.nav_ul li:nth-child(9) a span {
    background: url(../img/r9.png) no-repeat;
    background-size: cover;
}

.nav_ul li:nth-child(10) a span {
    background: url(../img/r10.png) no-repeat;
    background-size: cover;
}


.nav_ul li.on {
    background: #00BEBE;
}

.nav_ul li.on a {
    color: #fff;
}

.nav_ul li.on:nth-child(1) a span {
    background: url(../img/r_on1.png) no-repeat;
    background-size: cover;
}

.nav_ul li.on:nth-child(2) a span {
    background: url(../img/r_on2.png) no-repeat;
    background-size: cover;
}

.nav_ul li.on:nth-child(3) a span {
    background: url(../img/r_on3.png) no-repeat;
    background-size: cover;
}

.nav_ul li.on:nth-child(4) a span {
    background: url(../img/r_on4.png) no-repeat;
    background-size: cover;
}

.nav_ul li.on:nth-child(5) a span {
    background: url(../img/r_on5.png) no-repeat;
    background-size: cover;
}

.nav_ul li.on:nth-child(6) a span {
    background: url(../img/r_on6.png) no-repeat;
    background-size: cover;
}

.nav_ul li.on:nth-child(7) a span {
    background: url(../img/r_on7.png) no-repeat;
    background-size: cover;
}

.nav_ul li.on:nth-child(8) a span {
    background: url(../img/r_on8.png) no-repeat;
    background-size: cover;
}

.nav_ul li.on:nth-child(9) a span {
    background: url(../img/r_on9.png) no-repeat;
    background-size: cover;
}

.nav_ul li.on:nth-child(10) a span {
    background: url(../img/r_on10.png) no-repeat;
    background-size: cover;
}


/* game_con */
.game_con {
    overflow: hidden;
    margin-top: 20px;
}

.game_all {
    float: left;
    width: 793px;
}

.game_all .tit {
    position: relative;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 900;
    font-size: 26px;
    color: #1F1F25;
    line-height: 38px;
}

.game_all .tit::after {
    display: block;
    content: '';
    position: absolute;
    width: 104px;
    height: 12px;
    background: #00BEBE;
    border-radius: 8px 8px 8px 8px;
    bottom: 0;
    z-index: -1;
}

.game_all .tit img {
    width: 104px;
    height: 36px;
}

.game_all_ul {
    overflow: hidden;
}

.game_all_ul li {
    width: 377px;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-top: 24px;
}

.game_all_ul li .img {
    width: 72px;
    height: 72px;
    background: #E0F7ED;
    border-radius: 18px 18px 18px 18px;
    overflow: hidden;
    margin-right: 14px;
}

.game_all_ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.game_all_ul li .text {
    flex: 1;
}

.game_all_ul li .text .name {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #1F1F25;
    line-height: 23px;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.game_all_ul li .text .line span {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 12px;
    color: #9C9FAC;
    line-height: 17px;
    text-align: left;
    font-style: normal;
    margin-right: 8px;
}

.game_all_ul li .down {
    width: 68px;
    height: 32px;
    border-radius: 72px 72px 72px 72px;
    border: 1px solid #00BEBE;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 14px;
    color: #00BEBE;
    line-height: 32px;
    text-align: center;
}

.game_all_ul li:nth-child(odd) {
    float: left;
}

.game_all_ul li:nth-child(even) {
    float: right;
}

/* game_right */
.game_right {
    float: right;
    width: 367px;
}

.TOP {
    width: 365px;
    height: auto;
    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
    border: 1px solid #E5E6EB;
}

.TOP .tit {
    overflow: hidden;
}

.TOP .tit img {
    width: 76px;
    height: 27px;
    margin: 16px;
}

.Top_ul {
    width: 335px;
    margin: 0 auto;
}

.Top_ul li {
    display: flex;
    align-items: center;
    padding: 6px 0;
    margin-bottom: 8px;
    cursor: pointer;
}

.Top_ul li .text {
    flex: 1;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #1F1F25;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Top_ul li .dis_none {
    flex: 1;
    display: none;
}

.Top_ul li .num {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #C9CDD4;
    border-radius: 4px 4px 4px 4px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
    margin-right: 12px;
}

.Top_ul li:nth-child(1) .num {
    background: #FF2718;
}

.Top_ul li:nth-child(2) .num {
    background: #FF7E22;
}

.Top_ul li:nth-child(3) .num {
    background: #FFC118;
}

.Top_ul li.on .text {
    display: none;
}

.Top_ul li.on .dis_none {
    display: flex;
    align-items: center;
}

.Top_ul li.on .dis_none .con {
    flex: 1;
}

.Top_ul li.on .dis_none .con a {
    display: flex;
    align-items: center;
}

.Top_ul li.on .dis_none .con a img {
    width: 72px;
    height: 72px;
    border-radius: 18px 18px 18px 18px;
    margin-right: 12px;
}

.Top_ul li.on .dis_none .con a .con_text .name {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #1F1F25;
    line-height: 23px;
    text-align: left;
    margin-bottom: 4px;
}

.Top_ul li.on .dis_none .con a .con_text .line {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 12px;
    color: #9C9FAC;
    line-height: 17px;
}

.Top_ul li.on .dis_none .down {
    display: block;
    width: 76px;
    height: 32px;
    border-radius: 72px 72px 72px 72px;
    border: 1px solid #00BEBE;
    text-align: center;
    line-height: 32px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 14px;
    color: #00BEBE;
    line-height: 32px;
}

/* Strategy */
.Strategy {
    width: 365px;
    height: auto;
    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
    border: 1px solid #E5E6EB;
    margin-top: 20px;
}

.Strategy .tit {
    margin: 16px 16px 0 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Strategy .tit img {
    width: 80px;
    height: 27px;
}

.Strategy .tit a {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #6F7385;
    line-height: 20px;
}

.Strategy .tit a span {
    font-size: 14px;
    color: #6F7385;
}

.Strategy ul {
    width: 335px;
    margin: 16px;
}

.Strategy ul li {
    width: 335px;
    height: 90px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #E5E6EB;
    margin-bottom: 12px;
}

.Strategy ul li a {
    display: block;
    padding: 12px;
}

.Strategy ul li a .name {
    display: block;
    position: relative;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 16px;
    color: #1F1F25;
    line-height: 24px;
    margin-bottom: 8px;
    text-indent: 5px;
}

.Strategy ul li a .name::before {
    content: '';
    display: block;
    width: 3px;
    height: 18px;
    background: #00BEBE;
    border-radius: 4px 0px 0px 4px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.Strategy ul li a p {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 12px;
    color: #6F7385;
    line-height: 17px;
}

/*  */
.pagli.on {
    background: #00BEBE;
}

/*  */
.game_all_ul li:hover .text .name {
    color: #00BEBE;
}

.game_all_ul li .down:hover {
    background: #00BEBE;
    color: #fff;
}

.Top_ul li.on .dis_none .down:hover {
    background: #00BEBE;
    color: #fff;
}

.Strategy .tit a:hover,
.Strategy .tit a:hover span {
    color: #00BEBE;
}
.Strategy ul li:hover{
    border-color: #00BEBE;
    transition: all .3s;
}
.Strategy ul li:hover a .name {
    color: #00BEBE;
}

nav ul li a:hover span {
    color: #00BEBE;
}

.header_ul li.on a span {
    color: #00BEBE;
}</pre></body></html>