<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bg {
    background: #fff url('../images/bg.png')no-repeat center top;
    background-size: 100%;
}

#header {
    padding: 30px 0;
}

.search {
    height: 44px;
    line-height: 44px;
    width: 366px;
    position: relative;
    border-radius: 8px;
}

.search::after {
    content: '';
    position: absolute;
    left: -25px;
    top: -17px;
    width: 79px;
    height: 90px;
    background: url('../images/search_left.png')no-repeat center;
}

.search input {
    height: 44px;
    line-height: 44px;
    background: #fff;
    border: none;
    padding-left: 54px;
    font-size: 14px;
    color: #333;
}

.search input::placeholder {
    color: #999;
}

.search button {
    height: 44px;
    width: 63px;
    border-radius: 0px 8px 8px 0px;
    background-image: linear-gradient(0deg,
            #ffa053 0%,
            #ff8585 100%),
        linear-gradient(#ffffff,
            #ffffff);
    background-blend-mode: normal,
        normal;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

#nav {
    width: 1200px;
    height: 60px;
    background-image: linear-gradient(0deg,
            #ffa053 0%,
            #ff8585 100%),
        linear-gradient(#058df3,
            #058df3);
    background-blend-mode: normal,
        normal;
    position: relative;
}

#nav ul {
    height: 60px;
    display: flex;
    align-items: flex-end;
    padding-left: 21px;
    position: relative;
}

#nav ul li {
    width: 120px;
    text-align: center;
    line-height: 60px;
    height: 50px;
    border-radius: 15px 15px 0px 0px;
    position: relative;

}

#nav ul li.active&gt;a,
#nav ul li:hover&gt;a {
    color: #ff916f !important;
    font-weight: bold;
    line-height: 50px;
    transition: all 1s ease-out;
}

#nav ul li&gt;a {
    height: 100%;
    line-height: 45px;
    height: 50px;
    font-size: 18px;
    color: #fff;
    position: relative;
    z-index: 105;
}

.nav-after {
    position: absolute;
    bottom: 0;
    width: 120px;
    height: 50px;
    background: url('../images/nav_active.png')no-repeat center;
    z-index: 104;
    transition: left .5s linear
}


#nav ul li .nav-content {
    width: 500px;
    display: none;
    position: absolute;
    border-radius: 10px;
    background: #fff;
    box-shadow: 4px 0 6px -2px rgba(192, 121, 128, 0.83),
        -4px 0 6px -2px rgba(192, 121, 128, 0.83),
        0 4px 6px -2px rgba(192, 121, 128, 0.83);
    z-index: 99;
    font-size: 0;
    flex-wrap: wrap;
    line-height: 5px;
    background-size: 100% 100%;
    padding: 15px 20px;
    top: 48px;
    left: -139px;
}

#nav ul li:hover .nav-content {
    display: flex;
}

#nav ul li .nav-content a {
    font-size: 16px;
    color: #333;
    width: 25%;
    height: 22px;
    line-height: 22px;
    margin: 0;
    display: flex;
    justify-content: center;
    margin: 10px 0;
}

#nav ul li .nav-rank-content a {
    width: 50%;
}

.index-top-hot ul {
    display: flex;
    align-items: center;
}

.index-top-hot ul li {
    width: 215px;
    height: 105px;
    margin-right: 21px;
}

.index-top-hot ul li:last-child {
    margin-right: 0;
}

.index-top-hot ul li .img {
    width: 215px;
    height: 105px;
    position: relative;
}

.index-top-hot ul li span {
    width: 47px;
    height: 22px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 22px;
    background: rgba(0, 0, 0, .4);
    font-size: 14px;
    color: #fff;
}

.index-top-msg .item {
    width: 690px;
}

.index-top-msg .item:last-child {
    width: 452px;
}

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

.index-top-msg .title span {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.index-top-msg .title a {
    font-size: 12px;
    color: #999;
}

.index-top-msg .title a i {
    font-style: normal;
    color: #fd8610;
}

.index-top-msg ul {
    display: flex;
    flex-wrap: wrap;
}

.index-top-msg ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 215px;
    margin-right: 21px;
    margin-bottom: 10px;
}

.index-top-msg .item:last-child ul li:nth-child(3n) {
    margin-right: 21px;
}

.index-top-msg .item:last-child ul li:nth-child(2n) {
    margin-right: 0;
}

.index-top-msg ul li:nth-child(3n) {
    margin-right: 0;
}

.index-top-msg ul li .img {
    width: 30px;
    height: 30px;
    border-radius: 6px;
}

.index-top-msg ul li .img img {
    width: 30px;
    height: 30px;
    border-radius: 6px;
}

.index-top-msg ul li .name {
    font-size: 16px;
    color: #333;
    margin: 0 7px;
}

.index-top-msg ul li .tags {
    width: 51px;
    height: 23px;
    border-radius: 2px;
    border: solid 1px #eeeeee;
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 21px;
}

.index-top-msg ul li:hover .tags {
    border: solid 1px #fd8610;
    color: #fd8610;
}

.index-box {
    display: flex;
    justify-content: space-between;
}

.index-box-1 {
    width: 375px;
}

.index-box-2 {
    width: 427px;
}

.index-box-3 {
    width: 290px;
}

.index-box-4 {
    width: 375px;
}

.index-box-5 {
    width: 752px;
}

.index-box-6 {
    width: 514px;
}

.index-box-7 {
    width: 260px;
}

.index-box-8 {
    width: 334px;
}

.footer {
    padding-top: 20px;
    padding-bottom: 60px;
    background: #333;
    font-size: 14px;
    color: #999;
}

.footer p {
    display: flex;
    justify-content: center;
}

.footer .center&gt;p a {
    color: #999;
    margin-left: 10px;
}

.foot-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 55px;
}

.foot-list a {
    width: 188px;
    height: 80px;
    background-color: #3c3c3c;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 19px;
    font-size: 16px;
    color: #999;
    text-align: left;
}

.foot-list a:hover {
    background: #4c4c4c;
}

.foot-list a p {
    justify-content: flex-start;
}

.foot-list a span {
    font-size: 12px;
    color: #6c6c6c;
    margin-top: 15px;
}

.public-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    margin: 10px 0;
}

.public-title span {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.public-title span img {
    margin-right: 14px;
}

.public-title a {
    font-size: 12px;
    color: #999;
}

.public-title a i {
    font-style: normal;
    color: #fd8610;
}

.index-jp-soft ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.index-jp-soft ul li {
    display: flex;
    justify-content: space-between;
    width: 180px;
    margin-bottom: 20px;
}

.index-jp-soft ul li .img {
    width: 66px;
    height: 66px;
    border-radius: 10px;
}

.index-jp-soft ul li .img img {
    width: 66px;
    height: 66px;
    border-radius: 10px;
}

.index-jp-soft ul li .info {
    height: 66px;
    justify-content: space-between;
    margin-left: 9px;
    font-size: 12px;
    color: #888;
}

.index-jp-soft ul li .name {
    font-size: 16px;
    color: #333;
}

.index-gx-video ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index-gx-video ul li {
    width: 181px;
    height: 115px;
    border-radius: 6px;
    margin: 10px 0;
}

.index-gx-video ul li .img {
    width: 181px;
    height: 115px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

.index-gx-video ul li p {
    position: absolute;
    top: 85px;
    left: 0;
    width: 100%;
    height: 115px;
    background: rgba(0, 0, 0, .4);
    color: #fff;
    font-size: 13px;
    line-height: 30px;
    padding: 0 10px;
}

.index-gx-video ul li p img {
    height: 26px;
    width: 26px;
    margin-top: 7px;
}

.index-gx-video ul li:hover p {
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 25px;
    color: #fd8610;
    transition: all .4s;
}

.index-swiper {
    position: relative;
    overflow: hidden;
    height: 291px;
    width: 100%;
    margin-bottom: 20px;
}

.index-swiper .img {
    height: 100%;
    width: 100%;
}

.index-swiper .name {
    height: 60px;
    line-height: 55px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .4);
    color: #fff;
    padding: 0 12px;
    font-size: 16px;
    font-weight: bold;
    z-index: 99;
}

.index-swiper-progressbar {
    width: 100%;
    height: 5px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99999999;
}

.index-swiper-progressbar .item {
    width: 73px;
    height: 5px;
    background-color: #373737;
}

.index-swiper-progressbar .active {
    background: #fd8610;
}

.index-top-notice ul li {
    text-align: center;
    font-size: 14px;
    color: #999;
    margin-bottom: 20px;
}

.index-top-notice ul li .name {
    color: #fd8610;
    font-size: 18px;
    font-weight: bold;
    margin-top: 11px;
    margin-bottom: 22px;
}

.index-topnews-content ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 17px 0;
}

.index-topnews-content ul li span {
    font-size: 14px;
    color: #999;
}

.index-topnews-content ul li .name {
    margin: 0 15px;
    font-size: 16px;
    color: #333;
}

.index-topnews-content ul li:nth-child(6) {
    margin-bottom: 45px;
}

.index-topnews-nav {
    display: flex;
    justify-content: space-evenly;
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #fd8610;
    padding-bottom: 20px;
    margin-bottom: 25px;
    position: relative;
}

.index-topnews-nav span {
    position: relative;
    cursor: pointer;
}


.index-topnews-nav span:last-child::after {
    display: none;
}

.index-topnews-nav span.active {
    color: #333;
    font-weight: bold;
}

.index-topnews-nav span.active::before {
    content: '';
    width: 8px;
    height: 7px;
    position: absolute;
    bottom: -27px;
    left: 29px;
    background: url('../images/index_sj.png')no-repeat center;
}

.index-topgl-nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px;
    margin-top: 30px;
}

.index-topgl-nav&gt;span {
    width: 50%;
    background-color: #f6f6f6;
    height: 46px;
    text-align: center;
    line-height: 46px;
    color: #666666;
    font-size: 16px;
    cursor: pointer;
}

.index-topgl-nav&gt;span.active {
    border-top: 2px solid #fd8610;
    background: #fff;
    color: #333;
    font-weight: bold;
}

.index-topgol-content ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 17px 0;
}

.index-topgol-content ul li span {
    font-size: 14px;
    color: #999;
}

.index-topgol-content ul li .name {
    margin: 0 15px;
    font-size: 16px;
    color: #333;
}

.index-top-jp ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index-top-jp ul li {
    width: 90px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.index-top-jp ul li .img {
    width: 68px;
    height: 68px;
    border-radius: 10px;
    margin: 0 auto;
}

.index-top-jp ul li .img img {
    width: 68px;
    height: 68px;
    border-radius: 10px;
}

.index-top-jp ul li .name {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

.index-top-album .top {
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 17px;
    margin-top: 20px;
}

.index-top-album .top .item {
    width: 138px;
}

.index-top-album .top .item .img {
    width: 138px;
    height: 80px;
    border-radius: 6px;
}

.index-top-album .top .item .img img {
    width: 138px;
    height: 80px;
    border-radius: 6px;
}

.index-top-album .top .item .name {
    font-size: 15px;
    color: #666;
    margin-top: 16px;
}

.index-top-album ul li {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.index-top-album ul li .name {
    font-size: 16px;
    color: #333;
    margin-right: 10px;
}

.index-top-album ul li span {
    font-size: 14px;
    color: #fd8610;
}

.index-top-talk ul li {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.index-top-talk ul li .img {
    width: 130px;
    height: 90px;
    border-radius: 6px;
}

.index-top-talk ul li .img img {
    width: 130px;
    height: 90px;
    border-radius: 6px;
}

.index-top-talk ul li .info {
    margin-left: 15px;
    font-size: 16px;
    color: #999;
    height: 90px;
    justify-content: space-between;
}

.index-top-talk ul li .t2 {
    color: #333;
    line-height: 30px;
}

.index-top-talk ul li .t2 span {
    width: 40px;
    height: 20px;
    background: #fd8610;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    margin-right: 10px;
}

.index-a-1 {
    width: 100%;
    height: 92px;
    margin-top: -10px;
}

.index-a-1 img {
    width: 100%;
    height: 100%;
}

.index-game-left ul li {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.index-game-left ul li .num {
    width: 26px;
    height: 26px;
    background-color: #dcdcdc;
    border-radius: 4px;
    text-align: center;
    line-height: 26px;
    color: #fff;
    font-size: 16px;
}

.index-game-left ul li:nth-child(1) .num {
    background-color: #fd8610;
}

.index-game-left ul li:nth-child(2) .num {
    background-color: #ffa54b;
}

.index-game-left ul li:nth-child(3) .num {
    background-color: #ffca96;
}

.index-game-left ul li .info {
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #666;
    margin-left: 15px;
}

.index-game-left ul li .info .img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
}

.index-game-left ul li .info .img img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
}

.index-game-left ul li .info .top {
    margin-bottom: 23px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index-game-left ul li .info .name {
    font-size: 16px;
    color: #333;
    margin-right: 10px;
    flex:1;
}

.index-game-left ul li .info .top span {
    color: #999
}

.index-game-left ul li .info .right {
    margin-left: 15px;
}

.index-game-nav ul {
    display: flex;
    flex-wrap: wrap;
}

.index-game-nav ul li {
    width: 120px;
    margin-right: 6px;
    margin-bottom: 10px;
}

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

.index-game-nav ul li a {
    width: 120px;
    height: 40px;
    background-color: #f6f6f6;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #666;
}

.index-game-list ul {
    display: flex;
    flex-wrap: wrap;
}

.index-game-list ul li {
    width: 90px;
    margin-top: 12px;
    margin-bottom: 20px;
    margin-right: 42px;
}

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

.index-game-list ul li .img {
    width: 90px;
    height: 90px;
    border-radius: 10px;
}

.index-game-list ul li .img img {
    width: 90px;
    height: 90px;
    border-radius: 10px;
}

.index-game-list ul li .name {
    text-align: center;
    font-size: 16px;
    color: #333;
    margin: 16px 0;
}

.index-game-list ul li p {
    font-size: 14px;
    color: #999;
    text-align: center;
}

.index-game-list ul li .down {
    width: 80px;
    height: 34px;
    border-radius: 6px;
    border: solid 1px #fd8610;
    line-height: 32px;
    color: #fd8610;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    margin-top: 14px;
}

.index-album {
    background: url('../images/index_album_bg.png')no-repeat center;
    background-size: 100% 100%;
    height: 458px;
    padding-top: 24px;
}

.index-album .title {
    width: 217px;
    height: 37px;
    display: block;
    margin: 0 auto;
    background: url('../images/index_album_title.png')no-repeat center;
    margin-bottom: 27px;
}

.index-album ul {
    display: flex;
    justify-content: space-between;
}

.index-album ul li {
    width: 220px;
    height: 341px;
    padding: 2px;
    background: url('../images/index_album_border.png')no-repeat center;
    border-radius: 10px;
}

.index-album ul li .img {
    height: 100%;
    width: 100%;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.index-album ul li .img&gt;img {
    border-radius: 10px;
}

.index-album ul li .info {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    width: 100%;
    height: 60px;
    transition: all .4s ease-out;
}

.index-album ul li:hover .info {
    height: 140px;
}

.index-album ul li .info .top {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    font-size: 12px;
}

.index-album ul li .info .top .name {
    font-size: 16px;
    font-weight: bold;
}

.index-album ul li .info .top .num {
    width: 29px;
    height: 29px;
    background-image: linear-gradient(0deg,
            #fcb33c 0%,
            #fdcd78 100%),
        linear-gradient(#ffffff,
            #ffffff);
    background-blend-mode: normal,
        normal;
    border-radius: 6px;
    border: solid 2px #ffffff;
    text-align: center;
    line-height: 25px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.index-album ul li:nth-child(2) .info .top .num {
    background-image: linear-gradient(0deg,
            #7aa5e1 0%,
            #aecdf9 100%),
        linear-gradient(#ffffff,
            #ffffff);
}

.index-album ul li:nth-child(3) .info .top .num {
    background-image: linear-gradient(0deg,
            #d69c85 0%,
            #ecc2b2 100%),
        linear-gradient(#ffffff,
            #ffffff);
}

.index-album ul li:nth-child(4) .info .top .num {
    background-image: linear-gradient(0deg,
            #9290a3 0%,
            #c0bec6 100%),
        linear-gradient(#ffffff,
            #ffffff);
}

.index-album ul li:nth-child(5) .info .top .num {
    background-image: linear-gradient(0deg,
            #9290a3 0%,
            #c0bec6 100%),
        linear-gradient(#ffffff,
            #ffffff);
}

.index-album ul li .info .bottom {
    display: flex;
    justify-content: space-between;
    margin-left: 49px;
    font-size: 12px;
}

.index-album ul li .info .bottom-img {
    height: 48px;
    width: 48px;
    border-radius: 10px;
}

.index-zj-content&gt;.item&gt;.flex {
    flex-wrap: wrap;
}

.index-zj-content&gt;.item .flex a {
    height: 48px;
    background-color: #f5f5f5;
    line-height: 48px;
    font-size: 16px;
    color: #888;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 10px;
    margin-right: 9px;
}

.index-zj-content&gt;.item .flex a:hover{
    background: #fff8f2;
    color:#fd8610;
}

.index-zj-content&gt;.item .flex a:nth-child(8n+1) {
    width: 221px;
}

.index-zj-content&gt;.item .flex a:nth-child(8n+2) {
    width: 280px;
}

.index-zj-content&gt;.item .flex a:nth-child(8n+3) {
    width: 221px;
}

.index-zj-content&gt;.item .flex a:nth-child(8n+4) {
    width: 280px;
}

.index-zj-content&gt;.item .flex a:nth-child(8n+5) {
    width: 280px;
}

.index-zj-content&gt;.item .flex a:nth-child(8n+6) {
    width: 221px;
}

.index-zj-content&gt;.item .flex a:nth-child(8n+7) {
    width: 280px;
}

.index-zj-content&gt;.item .flex a:nth-child(8n+8) {
    width: 221px;
}

.index-zj-content&gt;.item .flex a:nth-last-child(-n+4) {
    margin-bottom: 0;
}

.index-zj-nav {
    width: 119px;
    height: 686px;
    display: flex;
    flex-direction: column;
    border: solid 1px #fd8610;
}

.index-zj-nav span {
    height: 343px;
    text-align: center;
    line-height: 343px;
    font-size: 16px;
    color: #fd8610;
    cursor: pointer;
}

.index-zj-nav span.active {
    background: #fd8610;
    color: #fff;
}

.index-zj-content {
    flex: 1;
    overflow: hidden;
}

.index-images ul {
    display: grid;
    grid-template-columns: 438px 190px 313px 190px;
    grid-template-rows: repeat(2, 125px);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 20px;
}

.index-images ul li:nth-child(1) {
    grid-area: 1 / 1 / 3 / 2;
}

.index-images ul li:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
}

.index-images ul li:nth-child(3) {
    grid-area: 2 / 2 / 3 / 3;
}

.index-images ul li:nth-child(4) {
    grid-area: 1 / 3 / 3 / 4;
}

.index-images ul li:nth-child(5) {
    grid-area: 1 / 4 / 2 / 5;
}

.index-images ul li:nth-child(6) {
    grid-area: 2 / 4 / 3 / 5;
}

.index-images ul li .img{
    height: 100%;
    width: 100%;
}

.index-rank-box{
    width: 375px;
}

.index-rank-box:nth-child(1){
    --main-color:#19C593;
}

.index-rank-box:nth-child(2){
    --main-color:#809aee;
}

.index-rank-box:nth-child(3){
    --main-color:#f99737;
}

.index-rank-box ul{
    margin-top: 25px;
}

.index-rank-box ul li .top{
    display: none;
    justify-content: space-between;
    align-items: center;
    margin-left: 34px;
    margin-bottom: 18px;
}

.index-rank-box ul li .img{
    width: 72px;
	height: 72px;
	border-radius: 10px;
}

.index-rank-box ul li .img img{
    width: 72px;
	height: 72px;
	border-radius: 10px;
}

.index-rank-box ul li .info{
    margin-left: 15px;
    margin-right: 10px;
    font-size: 14px;
    color:#333;
}

.index-rank-box ul li .info p:nth-child(1){
    margin-bottom:10px;
}

.index-rank-box ul li .down{
    width: 89px;
	height: 36px;
	background-color:var(--main-color);
	border-radius: 6px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color:#fff;
    margin-right: 29px;
}

.index-rank-box ul li .bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 47px;
    padding-left:33px;
    padding-right: 17px;
}

.index-rank-box ul li.active .top{
    display: flex;
}

.index-rank-box ul li .bottom .num{
    width: 17px;
	height: 17px;
    text-align: center;
    line-height: 17px;
	background-color:  var(--main-color);
	border-radius: 2px;
    font-size: 12px;
    color:#fff;
}

.index-rank-box ul li .bottom  span{
    color:#999;
}


.index-rank-box ul li.active .bottom  span{
    color:#fff;
}

.index-rank-box ul li.active .bottom  .num{
    background: #fff;
    color:var(--main-color);
}

.index-rank-box ul li .bottom .name{
    margin:0 10px;
    font-size: 14px;
    color:#333;
}

.index-rank-box ul li.active .bottom .name {
    color:#fff;
}

.index-rank-box ul li.active .bottom{
	background-color: var(--main-color);
    position: relative;
    padding-top: 6px;
}

.index-rank-box ul li.active .bottom::after{
    content: '';
    position: absolute;
    left:30px;
    top:0;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 10px solid white;
}

.public-list ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin:17px 0;
}

.public-list ul li .yd{
    width: 6px;
	height: 6px;
	background-color: #e8e8e8;
	border-radius: 50%;
    margin-right: 20px;
}

.public-list ul li .name{
    font-size: 16px;
    color:#333;
    margin-right: 20px;
}

.public-list ul li .time{
    font-size: 14px;
    color:#999;
}

.index-mid-new .tags{
    width: 50px;
	height: 156px;
	background-color: #fd8610;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0 10px;
    font-size: 16px;
    color:#fff;
    text-align: center;
    line-height: 28px;
}

.index-mid-new .info{
    height: 156px;
    justify-content: space-between;
    margin-left: 19px;
    color:#888;
    font-size: 14px;
}

.index-mid-new .info .name{
    font-size: 16px;
    color:#333;
    font-weight: bold;
    margin-top: 13px;
}

.index-mid-new .info p{
    line-height: 28px;
}

.index-mid-new .info span{
    margin-bottom: 9px;
}

.index-box-7 .img{
    width: 260px;
	height: 165px;
}

.index-box-7 .item{
    margin-top: 9px;
    margin-bottom: 23px;
}

.index-box-7 .item:last-child{
    margin-bottom: 0;
}

.index-box-7 .name{
    font-size: 16px;
    color:#666;
    margin-top: 18px;
    text-align: center;
}

.index-box-8 .top{
    width: 334px;
	height: 50px;
	background-color: #f5f5f5;
    display: flex;
    justify-content: space-between;
    padding:0 20px;
    align-items: center;
    font-size: 14px;
    color:#333;
    font-weight: bold;
    margin-top: 9px;
}

.index-box-8 .top span:nth-child(1){
    margin-right: 50px;
}

.index-box-8 ul{
    position: relative;
}

.index-box-8 ul::after{
    content: '';
    position: absolute;
    left:6px;
    top:6px;
    width: 1px;
    background: #eeeeee;
    height: calc(100% - 13px);
    z-index: 2;
}

.index-box-8 ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:22px 0;
    position: relative;
}

.index-box-8 ul li::after{
    content: '';
    position: absolute;
    left:3px;
    top:6px;
    width: 7px;
	height: 7px;
	background-color: #e7e7e7;
    border-radius: 50%;
    z-index: 3;
}

.index-box-8 ul li .down{
    display: none;
    font-size: 14px;
    color:#fd8610;
}

.index-box-8 ul li .img{
    width: 20px;
	height: 20px;
	border-radius: 4px;
}

.index-box-8 ul li .img img{
    width: 20px;
	height: 20px;
	border-radius: 4px;
}

.index-box-8 ul li  .time{
    margin-left: 23px;
    margin-right: 15px;
    font-size: 14px;
    color:#999;
}

.index-box-8 ul li .type{
    font-size: 14px;
    color:#888;
}

.index-box-8 ul li .name{
    margin-left: 11px;
    margin-right: 10px;
    font-size: 16px;
    color:#333;
}

.index-box-8 ul li:hover .name{
    color:#fd8610;
}

.index-box-8 ul li:hover .type{
    display: none;
}

.index-box-8 ul li:hover .down{
    display: block;
    color:#fd8610
}

.index-box-8 ul li:hover::after{
    background:#fd8610 ;
}

.hide {
    display: none !important;
}

#aq-model {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff url(/themes/default/404.png) no-repeat center;
}

.index-links-list {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.index-links-list a {
    margin-right: 15px;
    margin-top: 15px;
    font-size: 13px;
    color: #999;
    position: relative;
    padding-right: 15px;
}

.index-links-list a:last-child::after{
    display: none;
}

.index-links-list a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 1px;
    height: 12px;
    width: 1px;
    background: #999;
}

.index-links-list a:hover {
    color: var(--public-color)
}
.logo img{
    width: 200px;
}</pre></body></html>