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

/* nav */
nav {
    height: 138px;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.04);
    border-radius: 16px 16px 16px 16px;
    margin-top: 34px;
    position: relative;
    overflow: hidden;
}

nav img.left {
    width: 201.5px;
}

.game_nav {
    display: flex;
    align-items: center;
    padding: 0 12px;
}

.game_nav.on {
    display: flex;
}

nav ul {
    flex: 1;
    display: flex;
    align-items: center;
}

nav ul li {
    width: 96px;
    height: 128px;
}

nav ul li {
    margin-left: 28px;
}

nav ul li:nth-child(1) {
    margin-left: 10px;
}

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

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

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

/*game_sort*/
.game_sort {
    margin-top: 40px;
}

.game_sort_tit img {
    width: 104px;
}

.game_sort_ul {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}

.game_sort_ul li {
    width: 64px;
    height: 75px;
    padding: 8px 14px;
}

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

.game_sort_ul li a img {
    width: 40px;
    height: 40px;
}

.game_sort_ul li a span {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #1F1F25;
    line-height: 23px;
}

.game_sort_box {
    overflow: hidden;
    margin-top: 36px;
}

.game_sort_l {
    float: left;
    width: 786px;
    height: 538px;
    background: url(../img/q1.png) no-repeat;
    background-size: cover;
    overflow: hidden;
}

.game_sort_div {
    width: 746px;
    height: 424px;
    background: #FFFEFC;
    border-radius: 16px 16px 16px 16px;
    margin: 97px auto 0;
}

.game_sort_div ul {
    padding: 12px 20px;
    overflow: hidden;
}

.game_sort_div ul li {
    width: 96px;
    height: 128px;
    float: left;
    margin-right: 26px;
}

.game_sort_div ul li:nth-child(6n) {
    margin-right: 0;
}

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

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

.game_sort_div 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;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 8px;
    transition: all .3s;
    display: block;
    width: 100%;
}

.game_sort_r {
    float: right;
    width: 400px;
    height: 538px;
    background: url(../img/q2.png) no-repeat;
    background-size: cover;
}

.game_sort_top {
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 63px;
}

.game_sort_top .li1,.game_sort_top .li3 {
    width: 108px;
    height: 156px;
}

.game_sort_top .li2 {
    width: 120px;
    height: 186px;
    margin-left: 6px;
}

.game_sort_top li:nth-child(1) {
    background: url(../img/q4.png) no-repeat;
    background-size: cover;
}

.game_sort_top li:nth-child(2) {
    background: url(../img/q3.png) no-repeat;
    background-size: cover;
}

.game_sort_top li:nth-child(3) {
    background: url(../img/q5.png) no-repeat;
    background-size: cover;
}

.game_sort_top li a {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.game_sort_top .li1 a img ,.game_sort_top .li3 a img{
    display: block;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    margin-top: 21px;
    margin-left: 30px;
}

.game_sort_top .li1 a span,.game_sort_top .li3 a span {
    display: block;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #1F1F25;
    line-height: 23px;
    text-align: center;
    margin-top: 8px;
}

.game_sort_top li a.down {
    display: block;
    width: 68px;
    height: 28px;
    background: linear-gradient(90deg, #FF8C00 0%, #FF6A00 100%);
    border-radius: 72px 72px 72px 72px;
    border: 0;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    margin: 0 auto;
    margin-top: 11px;
    text-align: center;
    line-height: 28px;
}

.game_sort_top .li2 a img {
    display: block;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    margin-top: 27px;
    margin-left: 27px;
}

.game_sort_top .li2 a span {
    display: block;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #1F1F25;
    line-height: 23px;
    margin-top: 18px;
}

.game_sort_top li a span {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 90%;
    margin: 0 auto;
}

.game_sort_bot {
    width: 360px;
    height: 255px;
    background: #FFFEFC;
    border-radius: 16px 16px 16px 16px;
    margin: 0 auto;
    margin-top: 16px;
}

.game_sort_bot ul {}

.game_sort_bot ul li {
    padding: 6px 16px 6px 12px;
    height: 52px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.game_sort_bot ul li a.con {
    flex: 1;
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 100%;
}

.game_sort_bot ul li a .img {
    flex: 1;
    display: flex;
    align-items: center;
    margin-left: 9px;
}

.game_sort_bot ul li a .img img {
    width: 40px;
    height: 40px;
    border-radius: 135px 135px 135px 135px;
}

.game_sort_bot ul li a span {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 16px;
    color: #9C9FAC;
    line-height: 23px;
}

.game_sort_bot ul li a.down {
    display: block;
    width: 68px;
    height: 28px;
    border-radius: 72px 72px 72px 72px;
    border: 1px solid #FF7E22;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 14px;
    color: #FF7E22;
    line-height: 28px;
    background: #fff;
    text-align: center;
    transition: all .3s;
}

.game_sort_bot ul li a b {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #1F1F25;
    line-height: 23px;
    margin-left: 10px;
    transition: all .3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 190px;
}

/* collection */
.collection {
    margin-top: 40px;
}

.collection .tit {
    margin-bottom: 20px;
}

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

.collection_box {
    overflow: hidden;
}

.collection_box .colleli {
    width: 354px;
    height: 268px;
    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
    border: 1px solid #E5E6EB;
    padding: 16px;
    float: left;
    margin-right: 18px;
    margin-bottom: 20px;
}

.collection_box .colleli:nth-child(3n) {
    margin-right: 0px;
}

.collection_box .colleli .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.collection_box .colleli .top span {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 19px;
    color: #1F1F25;
    line-height: 28px;
    text-align: left;
}

.collection_box .colleli .top a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 66px;
    height: 28px;
    border-radius: 72px 72px 72px 72px;
    border: 1px solid #FF7E22;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #FF7E22;
    line-height: 20px;
}

.collection_box .colleli .top a span {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #FF7E22;
}

.colle_box {
    display: flex;
    overflow: hidden;
    margin-top: 16px;
}

.colle_box .left {
    width: 138px;
    height: 224px;
    border-radius: 16px 16px 16px 16px;
    position: relative;
    overflow: hidden;
    float: left;
}

.colle_box .left a {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.colle_box .left a img {
    width: 72px;
    height: 72px;
    border-radius: 17px 17px 17px 17px;
    margin-bottom: 12px;
    transition: all .3s;
}

.colle_box .left a span {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #1F1F25;
    line-height: 24px;
    text-align: center;
    padding: 0 10px;
     display: -webkit-box;
    /* ä½¿ç”¨Flexboxå¸ƒå±€æ¨¡å¼ */
    -webkit-box-orient: vertical;
    /* è®¾ç½®æˆ–æ£€ç´¢ä¼¸ç¼©ç›’å¯¹è±¡çš„å­å…ƒç´&nbsp;çš„æŽ’åˆ—æ–¹å¼ä¸ºåž‚ç›´æ–¹å‘ */
    -webkit-line-clamp: 2;
    /* é™åˆ¶åœ¨ä¸€ä¸ªå—å…ƒç´&nbsp;æ˜¾ç¤ºçš„å†…å®¹çš„è¡Œæ•° */
    overflow: hidden;
    /* éšè—è¶…å‡ºå®¹å™¨çš„å†…å®¹ */
    text-overflow: ellipsis;
    /* å½“æ–‡æœ¬æº¢å‡ºæ—¶ï¼Œæ˜¾ç¤ºä¸ºçœç•¥å· */
}
.colle_box .left:hover img{
    transform: scale(1.2);
}
.colle_box .right {
    float: right;
    flex: 1;
}

.colle_box .right ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 11px;
}

.colle_box .right ul li {
    width: 96px;
    height: 104px;
    margin-bottom: 16px;
}

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

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

.colle_box .right ul li a span {
    display: block;
    width: 100%;
    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;
    transition: all .3s;
}

/* apply */
.apply {
    margin-top: 40px;
}

.apply .tit img {
    width: 104px;
    height: 34px;
}

ul.apply_ul {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}

.apply_ul li {
    width: 64px;
    height: 75px;
    border-radius: 0px 0px 0px 0px;
    padding: 8px 14px;
}

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

.apply_ul li a img {
    width: 40px;
    height: 40px;
}

.apply_ul li a span {
    display: block;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #1F1F25;
    line-height: 23px;
    text-align: center;
    margin-top: 12px;
}

.apply_l {
    background: url(../img/yybj.png) no-repeat;
    background-size: cover;
}

/* info_wrap */
.info_wrap {
    margin-top: 40px;
}

.info_wrap .tit {
    display: flex;
    justify-content: space-between;
}

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

.info_wrap .tit a {
    display: flex;
    width: 64px;
    height: 28px;
    background: #F2F3F5;
    border-radius: 59px 59px 59px 59px;
    justify-content: center;
    align-items: center;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 14px;
    color: #9C9FAC;
    line-height: 20px;
}

.info_wrap .tit a span {
    font-size: 14px;
    color: #9C9FAC;
}

.info_box {
    margin-top: 20px;
    overflow: hidden;
}

.info_box .ul_left {
    float: left;
    overflow: hidden;
}

.info_box .ul_left li {
    width: 188px;
    height: 268px;
    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
    border: 1px solid #E5E6EB;
    padding: 6px;
    margin-right: 20px;
    float: left;
}

.info_box .ul_left li:nth-child(4) {
    margin-right: 0px;
}

.info_box .ul_left li .img {
    display: block;
    height: 118px;
    border-radius: 12px 12px 2px 2px;
    margin-bottom: 12px;
    overflow: hidden;
}

.info_box .ul_left li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}

.info_box .ul_left li .name {

    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 16px;
    color: #1F1F25;
    line-height: 24px;
    transition: all .3s;
}

.info_box .ul_left li .name span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #FF2718;
    border-radius: 4px 4px 4px 4px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 10px;
    color: #FFFFFF;
    line-height: 16px;
    text-align: center;
    margin-right: 5px;
}

.info_box .ul_left li p {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #6F7385;
    line-height: 20px;
    text-align: left;
    margin-top: 6px;
    margin-bottom: 24px;
}

.info_box .ul_left li .time {
    border-top: 1px solid #E5E6EB;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #9C9FAC;
    line-height: 20px;
    padding-top: 12px;
    margin: 0 6px;
}

.info_box .ul_left li .time span {
    font-size: 14px;
    color: #9C9FAC;
}

.info_rignt {
    float: right;
    width: 300px;
    height: 280px;
    background: url(../img/bj1.png) no-repeat;
    background-size: cover;
}

.info_div {
    padding: 20px 16px;
}

.info_div .tit {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 18px;
    color: #1F1F25;
    line-height: 26px;
    margin-bottom: 12px;
}
.info_div ul li{
    margin-bottom: 9px;
}
.info_div ul li a {
    display: flex;
    align-items: center;
    padding: 6px 0;
}

.info_div ul li a i {
    display: inline-block;
    width: 20px;
    height: 20px;
    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;
    font-style: normal;
    text-transform: none;
    text-align: center;
    background: #C9CDD4;
}

.info_div ul li a span {
    transition: all .3s;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #1F1F25;
    line-height: 23px;
    flex: 1;
    margin-left: 10px;
}

.info_div ul li:nth-child(1) a i {
    background: #FF2718;
}

.info_div ul li:nth-child(2) a i {
    background: #FF7E22;
}

.info_div ul li:nth-child(3) a i {
    background: #FFC118;
}

/* friendship */
.friendship {
    margin-top: 40px;
    /*display: none;*/
}

.friendship .tit {
    margin-bottom: 20px;
}

.friendship .tit img {
    width: 104px;
    height: 34px;
}

.friendship ul {
    padding: 24px 71px;
    background: linear-gradient(180deg, #FFEFE4 0%, #FFFBF8 99%);
    border-radius: 16px 16px 16px 16px;
    overflow: hidden;
    padding-bottom: 4px;
}

.friendship ul li {
    float: left;
    margin-right: 93px;
    margin-bottom: 20px;
}

.friendship ul li:nth-child(6n) {
    margin-right: 0px;
}

.friendship ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.friendship ul li a {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #1F1F25;
    line-height: 23px;
    text-align: left;
}

.friendship ul li a img {
    width: 20px;
    height: 20px;
    margin-right: 2px;
}

nav ul li a:hover span,
.game_sort_div ul li:hover span,
.game_sort_bot ul li a:hover b,
.colle_box .right ul li a:hover span,
.colle_box .left a:hover span,
.friendship ul li a:hover,
.info_div ul li a:hover span {
    color: #FF7E22;
}
.apply .game_sort_div ul li:hover span{
    color: #00BEBE;
}
.game_sort_bot ul li a.down:hover {
    background: #FF7E22;
    color: #fff;
}

.collection_box .colleli .top a:hover {
    background: rgba(255, 126, 34, 0.1);
}

.game_sort_ul li:hover {
    background: rgba(255, 126, 34, 0.1);
    border-radius: 12px 12px 12px 12px;
}
.apply_ul li:hover{
    background: rgba(34, 211, 255, 0.1);
    border-radius: 12px 12px 12px 12px;
    transition: all .3s;
}
.info_box .ul_left li:hover .img img {
    transform: scale(1.3);
    transition: all .3s;
}

.info_box .ul_left li:hover .name {
    color: #FF7E22;
    transition: all .3s;
}
.game_sort_top li:hover a span{
    color: #FF7E22;
    transition: all .3s;
}
/* .swiper-container */
.swiper-container {
    width: 100%;
    height: 100%;;
}
.swiper-slide {
    /* è®¾ç½®3Dç©ºé—´çš„æ—‹è½¬æ•ˆæžœ */
    perspective: 1000px;
    /* å…³é—­è¿‡æ¸¡åŠ¨ç”»çš„èƒŒæ™¯é¢œè‰²æ”¹å˜ */
    backface-visibility: hidden;
    transition: transform 0.5s;
}
.swiper-slide-active {
    transform: rotateX(0deg);
}

.swiper-slide-prev,
.swiper-slide-next {
    transform: rotateX(90deg);
    transform-origin: center;
}
</pre></body></html>