<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_2.png) no-repeat;
    background-size: cover;
}

/* bread */
.bread {
    margin-top: 28px;
}

.bread span {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #9C9FAC;
    line-height: 20px;
    text-align: left;
    margin-top: 20px;
}

.bread a {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #9C9FAC;
    line-height: 20px;
    text-align: left;
}

.bread a.tit {
    color: #41475E;
}

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

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

.game_top {
    width: 793px;
    height: 255px;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.04);
    border-radius: 16px 16px 16px 16px;
    overflow: hidden;
}

.game_top_con {
    display: flex;
    align-items: center;
    margin: 24px;
}

.game_top_con img {
    width: 120px;
    height: 120px;
    border-radius: 18px 18px 18px 18px;
    margin-right: 24px;
}

.game_top_con .text {
    flex: 1;
}

.game_top_con .text .name {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 24px;
    color: #1F1F25;
    line-height: 35px;
    text-align: left;
    margin-bottom: 12px;
}

.game_top_con .text p span {
    display: inline-block;
    background: rgba(255, 126, 34, 0.1);
    border-radius: 20px 20px 20px 20px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #FF7E22;
    line-height: 20px;
    text-align: left;
    padding: 4px 16px;
}

.game_top_con .down {
    display: block;
    width: 149px;
    height: 48px;
    background: linear-gradient(90deg, #FF8C00 0%, #FF6A00 100%);
    border-radius: 39px 39px 39px 39px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
}
.game_top_con .down_pc {
    background: #5c5c5c !important;
}

.game_top .xian {
    width: 745px;
    height: 1px;
    background: #E5E6EB;
    margin: 24px;
    margin-top: 0;
}

.game_top ul {
    width: 745px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 auto;
}

.game_top ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.game_top ul li span {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #9C9FAC;
    line-height: 20px;
}

.game_top ul li b {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 14px;
    color: #6F7385;
    line-height: 23px;
    margin-top: 4px;
    white-space: nowrap;
}

.game_top ul span.span_s {
    width: 1px;
    height: 36px;
    background: #E5E6EB;
    margin: 0 18px;
}

/* game_top_line */
.game_top_line {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.game_t_p span {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.game_t_p&gt;span {
    color: #9C9FAC;
    margin-right: 40px;
}

.game_t_p&gt;span&gt;span {
    color: #6F7385;
    margin-right: 8px;
}

.game_t_r span {
    color: #E5E6EB;
}

.game_t_r a {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #FF7E22;
    line-height: 20px;
}

/* screen */
.screen {
    margin-top: 30px;
}

.screen .tit {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 20px;
    color: #1F1F25;
    line-height: 29px;
}

/* swiper */
.swiper {
    width: 794px;
    max-height: 390px;
    border-radius: 0px 0px 0px 0px;
    margin-top: 20px;
}

.swiper-slide img {
    width: 100%;
    max-height: 390px;
    border-radius: 16px 16px 16px 16px;
    object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
    width: 60px;
    height: 60px;
    background: url(../img/right_s.png) no-repeat;
    background-size: cover;
}

.swiper-button-prev {
    transform: rotateZ(180deg);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

/* introduce */
.introduce {
    margin-top: 22px;
}

.introduce .tit {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 20px;
    color: #1F1F25;
    line-height: 29px;
}

.int_con {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 18px;
    color: #1F1F25;
    line-height: 26px;
    text-align: left;
    text-align: justify;
}

.int_con p {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #1F1F25;
    line-height: 30px;
    text-align: left;
    text-align: justify;
}
.int_con h3{
    font-weight: 700;
    margin: 10px 0;
}
.int_con img[data-orientation="landscape"] {
    /*width: 50% !important;*/
    height: auto !important;
    display: block;
    margin: 15px auto;
    max-width: 500px;
}
.int_con img[data-orientation="portrait"] {
    /*width: 50% !important;*/
    height: auto !important;
    display: block;
    margin: 15px auto;
    max-width: 300px;
}
/* tuijian */
.tuijian {
    margin-top: 40px;
}

.tuijian .tit img {
    width: 104px;
    height: 36px;
    margin-bottom: 20px;
}

.tj_box {
    width: 794px;
    height: 424px;
    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
    border: 1px solid #E5E6EB;
}

.tj_box .con {
    padding: 8px;
}

.tj_box .con .top {
    padding: 16px;
    background: linear-gradient(180deg, #FFDFC9 0%, #FFF0E5 100%);
    border-radius: 12px 12px 4px 4px;
}

.tj_box .con .top .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tj_box .con .top .title span {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 20px;
    color: #1F1F25;
    line-height: 29px;
}

.tj_box .con .top .title a {
    display: flex;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #FF7E22;
    line-height: 20px;
    justify-content: center;
    align-items: center;
}

.tj_box .con .top .title a span {
    font-size: 14px;
    color: #FF7E22;
}

.con_p {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #6F7385;
    line-height: 20px;
    margin-top: 8px;
}

.tj_box ul {
    overflow: hidden;
    margin: 12px;
    margin-bottom: 0;
}

.tj_box ul li {
    width: 96px;
    height: 128px;
    border-radius: 12px 12px 12px 12px;
    float: left;
    margin-right: 35px;
}
.tj_box ul li:nth-child(6n){
    margin-right: 0px;
}
.tj_box ul li a {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tj_box ul li a img {
    width: 72px;
    height: 72px;
    background: #E0F7ED;
    border-radius: 18px 18px 18px 18px;
}

.tj_box 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;
    display: block;
    width: 100%;
}

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

/*  */
.TOP {
    width: 365px;
    height: 546px;
    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;
    overflow: hidden;
    white-space: nowrap;
    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;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.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 #FF7E22;
    text-align: center;
    line-height: 32px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 14px;
    color: #FF7E22;
    line-height: 32px;
}

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

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

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

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

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

.hot_ul {
    margin: 16px;
}

.hot_ul li {
    display: flex;
    margin-bottom: 24px;
    padding: 0 4px;
}

.hot_ul li a {
    display: block;
}

.hot_ul li .img {
    width: 102px;
    height: 66px;
    border-radius: 8px 8px 8px 8px;
    overflow: hidden;
    margin-right: 12px;
}

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

.hot_ul li .text {
    flex: 1;
    width: 70%;
}

.hot_ul li .text span {
    display: block;
}

.hot_ul li .text .name {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 16px;
    color: #1F1F25;
    line-height: 24px;
    text-align: left;
    margin-bottom: 4px;
}

.hot_ul li .text .line {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 12px;
    color: #6F7385;
    line-height: 17px;
    text-align: left;
}
/*  */
.Top_ul li.on .dis_none .down:hover{
    background: #FF7E22;
    color: #fff;
}

.hot_ul li:hover a .name,.tj_box ul li a:hover span{
    color: #FF7E22;
}
/**/
/* power */
.gRule {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
}

.ruleTxt {
    position: absolute;
    z-index: 5;
    top: 150px;
    left: 0;
    right: 0;
    margin: auto;
    background-size: 100% auto;
    background-color: #fff;
    width: 540px;
    border-radius: 6px;
    text-align: center;
}

.gRule .gRclose {
    position: absolute;
    top: 21px;
    right: 21px;
    z-index: 10;
    cursor: pointer;
}

.gRule .gRclose i {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-position: -15px -19px;
    position: relative;
}

.gRule .oTitle {
    position: relative;
    width: 100%;
    height: 65px;
    text-align: center;
    font-size: 24px;
    line-height:65px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #fff;
}



.gRule .oTitle p {

    margin-top: 10px;
    font-size: 28px;
    color: #202020;
    font-weight: bold;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
}

.gRule .gSure {
    display: block;
    cursor: pointer;
    width: 400px;
    border: 0;
    background: linear-gradient(to right, #38a6fd, #008bff);
    color: #fff;
    font-size: 20px;
    border-radius: 8px;
    line-height: 58px;
    margin: 21px auto 36px;
    overflow: hidden;
    white-space: nowrap;
}

.ruleMain {
    background-color: #fff;
    display: block;
    height: 280px;
    border: none;
    padding: 10px 15px;
    line-height: 28px;
    font-size: 16px;
    margin: 10px 26px;
    text-align: left;
    overflow: auto;
}

.ruleMain strong {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 36px;
}

.ruleMain p:nth-of-type(1) {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.ruleMain p:nth-last-of-type(1) {
    margin-bottom: 20px;
}

/* Privacy */
.gPrivacy {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
}

.privacyTxt {
    position: absolute;
    z-index: 5;
    top: 150px;
    left: 0;
    right: 0;
    margin: auto;
    background-size: 100% auto;
    background-color: #fff;
    width: 540px;
    border-radius: 6px;
    text-align: center;
}

.gPrivacy .gPclose {
    position: absolute;
    top: 21px;
    right: 21px;
    z-index: 10;
    cursor: pointer;
}

.gPrivacy .gPclose i {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-position: -15px -19px;
    position: relative;
}

.gPrivacy .oTitle {
    position: relative;
    width: 100%;
    height: 130px;
    text-align: center;
    font-size: 24px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #fff;
}



.gPrivacy .oTitle p {
    margin-top: 10px;
    font-size: 28px;
    color: #202020;
    font-weight: bold;
    line-height: 64px;
    white-space: nowrap;
    overflow: hidden;
}

.gPrivacy .gSure {
    display: block;
    cursor: pointer;
    width: 400px;
    border: 0;
    background: linear-gradient(to right, #38a6fd, #008bff);
    color: #fff;
    font-size: 20px;
    border-radius: 8px;
    line-height: 58px;
    margin: 21px auto 36px;
    overflow: hidden;
    white-space: nowrap;
}
.privacyMain {
    display: block;
    height: 460px;
    border: none;
    padding: 0 18px;
    line-height: 32px;
    font-size: 18px;
    color: #333;
    text-align: left;
    overflow: auto;
}

.privacyMain strong {
    display: block;
    font-size: 18px;
    color: #333;
    line-height: 36px;
    font-weight: bold;
}

.privacyMain p {
    margin-bottom: 8px;
    display: block;
}

.privacyMain p span {
    display: block;
}

.privacyMain p br {
    display: none;
}

.hide{
    display: none;
}
</pre></body></html>