/*
    Theme Name: Hope主题
    Theme URI: https://www.ztjun.com/
    Author: 阿叶(主题君)
    Author URI: https://www.ztjun.com/
    Description:Hope主题是由主题君开发的一款手机游戏应用下载WordPress主题
    Version: 0.0.1
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,
em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,
u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,
figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,
time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body {
    line-height: 1;
    margin: 0;
    background: rgb(243, 248, 250) url(./static/images/bg.png) no-repeat top/100% 775px;
}

div {
    box-sizing: border-box;
}

img {
    object-fit: cover;
}

a {
    text-decoration: none;
    color: inherit;
}

ul,
ol {
    list-style: none
}

.title {
    font-size: 16px;
    color: #333;
}

.info {
    font-size: 14px;
    color: #666;
}

.intro {
    font-size: 14px;
    color: #999;
}

.slot-text-slot {
    display: flex;
}


.slot-text-slot>*:first-child,
.slot-text-slot>*:nth-child(3) {
    flex-shrink: 0;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.head{
    width: 1200px;
    padding: 30px 0 0;
    margin: auto;
}
.head-top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 13px;
}
.head-logo{
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

.nav {
    width: 890px;
    height: 78px;
    display: flex;
    justify-content: flex-end;
    margin-right: -10px;
}

.nav-item {
    width: 100px;
    height: 100%;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    color: #fff;
    flex-shrink: 0;
    margin-left: 20px;
}

.nav-item>a {
    display: block;
}

.nav-item-current {
    font-weight: bold;
    position: relative;
}

.nav-item-current p {
    background-image: -webkit-linear-gradient(bottom, rgb(253, 235, 147), #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nav-item-current::after {
    content: "";
    width: 31px;
    height: 6px;
    background-color: #ffde00;
    border-radius: 3px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 15px);
}

.nav-icon {
    width: 30px;
    height: 30px;
    margin-bottom: 11px;
}

.head-bottom {
    width: 100%;
    height: 52px;
    background-color: #ffffff;
    border-radius: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.head-bottom>.icon {
    width: 27px;
    height: 28px;
    margin-left: 21px;
    background-image: url('./static/images/horn.png');
}
.head-bottom>.angle-brackets {
    font-size: 14px;
    letter-spacing: 1px;
    color: #00bbee;
    margin: 0 12px 0 25px;
}

.head-bottom .title {
    flex: 1;
    margin: 0 15px;
    font-size: 15px;
    color: #666;
}

.head-bottom>.date {
    font-size: 14px;
    letter-spacing: 1px;
    color: #999;
    margin: 0 5px 0 20px;
}

.search {
    width: 356px;
    height: 30px;
    background-color: rgb(234, 246, 249);
    border-radius: 15px;
    display: flex;
    align-items: center;
    padding: 0 0 0 17px;
    box-sizing: border-box;
    margin-right: 20px;
}



.search-input {
    width: 235px;
    height: 100%;
    flex-grow: 1;
    border: none;
    outline: medium;
    background: none;
    font-size: 14px;
    letter-spacing: 1px;
}

.search-btn {
    width: 66px;
    height: 100%;
    background-color: #00bbee;
    border-radius: 15px;
    border: none;
    font-size: 14px;
    line-height: 30px; 
    letter-spacing: 1px;
    color: #fff;
    cursor: pointer;
}

.main {
    width: 1200px;
    margin: auto;
    font-size: 0;
}

.main-item {
    width: 100%;
    padding: 20px 15px;
    background-color: #ffffff;
    border-radius: 10px;
    margin-bottom: 10px;
}

.list-1{
    height: 122px;
    font-size: 0;
    display: flex;
    align-items: center;
}


.news-games {
    
}

.list-2{
    margin-top: 30px;
}

.news-games .item {
    padding-bottom: 20px;
    border-bottom: 1px dashed #eee;
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.news-games .item:last-child{
    padding-bottom: 15px;
    border-bottom: none;
}

.news-games .item .icon{
    width: 80px;
    height: 80px;
    border-radius: 10px;
    margin-right: 18px;
}

.news-games .item .text{
    flex: 1;
    overflow: hidden;
    margin-right: 18px;
}

.news-games .item .title{
    font-size: 15px;
    
    font-weight: bold;
    line-height: 25px;
}

.news-games .item .info{
    color: #999;
    line-height: 36px;
    margin: 0 0 6px;
}
.news-games .item .info span:not(:last-child)::after{
    content: "|";
    margin: 0 12px;
}

.news-games .item .intro{
    color: #666;
}

.news-games .item .intro span{
    color: #00bbee;
}

.news-games .item .btn{
    width: 101px;
    height: 38px;
    text-align: center;
    line-height: 36px;
    color: #00bbee;
    font-size: 14px;
    letter-spacing: 1px;
    border: solid 1px #00bbee;
    border-radius: 19px;
}



.list-2 {
    border-top: 1px solid #eee;
}

.item-1{
    width: 85px;
    margin-right: 35px;
    display: inline-block;
}
.item-1 .icon{
    width: 85px;
    height: 85px;
    border-radius: 15px;
}
.item-1 .title{
    display: block;
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    text-align: center;
}
.item-1:hover .title{
    color: #00bbee;
}

.main-sub-nav-list {
    padding: 0 15px 0 0;
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.main-sub-nav-list .title {
    width: 57px;
    height: 28px;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    text-indent: 10px;
    margin-right: 10px;
    flex-shrink: 0;
}

.main-sub-nav-list:nth-child(1) .title {
    background: url(./static/images/sub-nav-title-1.png) no-repeat center/57px 28px;
}
.main-sub-nav-list:nth-child(2) .title {
    background: url(./static/images/sub-nav-title-2.png) no-repeat center/57px 28px;
}
.main-sub-nav-list:nth-child(3) .title {
    background: url(./static/images/sub-nav-title-3.png) no-repeat center/57px 28px;
}
.main-sub-nav-list:nth-child(4) .title {
    background: url(./static/images/sub-nav-title-4.png) no-repeat center/57px 28px;
}

.main-sub-nav {
    height: 28px;
}

.main-sub-nav-item {
    letter-spacing: 1px;
    font-size: 14px;
    color: #666;
    line-height: 28px;
}

.main-sub-nav-item:not(:last-child)::after {
    content: "|";
    margin: 12px;
    color: #dedede;
}

.main-sub-nav-item a {
    padding: 2px 5px;
}

.main-sub-nav-item a:hover {
    color: #fff;
    background-color: #ffc851;
}
.w-500{
    width: 500px;
    display: inline-block;
    vertical-align: top;
    margin-right: 32px;
}
.main-swiper {
    width: 500px;
    height: 312px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.main-swiper .swiper-slide .icon {
    width: 100%;
    height: 100%;
}

.main-swiper .swiper-slide .title {
    width: 100%;
    font-size: 15px;
    
    color: #fff;
    line-height: 35px;
    padding: 0 100px 0 22px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(51, 51, 51, 0.7);
    box-sizing: border-box;
}

.main-swiper-pagination {
    height: 6px;
    position: absolute;
    bottom: 13px !important;
    z-index: 9;
    padding-left: 415px;
    display: flex;
}

.main-swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 6px;
    background: #fff;
    opacity: 1;
    margin: 0 3px !important;
}

.main-swiper-pagination .swiper-pagination-bullet-active {
    width: 32px;
    border-radius: 3px;
    background-color: #00bbee;
}

.main-swiper-sub-pagination {
    display: flex;
    justify-content: space-between;
    margin: 11px 0  27px; 
}

.main-swiper-sub-pagination span {
    width: 113px;
    height: 64px;
    border: 1px solid #eee;
    cursor: pointer;
}

.main-swiper-sub-pagination .current {
    border: 2px solid #00bbee;
}

.main-swiper-sub-pagination .icon {
    width: 100%;
    height: 100%;
}

.top-title {
    width: 100%;
    padding-left: 20px;
    background: url(./static/images/top-title.png) no-repeat left/10px 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.top-title .title {
    color: #00bbee;
    font-size: 18px;
    
    font-weight: bold;
}

.top-title .more {
    font-size: 12px;
    letter-spacing: 1px;
    color: #999;
}

.list-2{
    margin-top: 20px;
}

.item-2{
    padding-bottom: 20px;
    border-bottom: 1px dashed #eee;
    margin-top: 20px;
}

.list-2 .item-2:last-child{
    padding-bottom: 15px;
    border-bottom: none;
}

.item-2 .icon{
    width: 80px;
    height: 80px;
    border-radius: 10px;
    margin-right: 18px;
}

.item-2 .text{
    width: 80px;
    height: 80px;
    margin-right: 18px;
}

.item-2 .title{
    font-size: 15px;
    
    font-weight: bold;
    line-height: 25px;
}

.item-2 .info{
    color: #999;
    line-height: 36px;
    margin: 0 0 6px;
}

.item-2 .info span:not(:last-child)::after{
    content: "|";
    margin: 0 12px;
}

.item-2 .intro{
    color: #666;
}

.item-2 .intro span{
    color: #00bbee;
}

.item-2 .btn{
    width: 101px;
    height: 38px;
    text-align: center;
    line-height: 36px;
    color: #00bbee;
    font-size: 14px;
    letter-spacing: 1px;
    border: solid 1px #00bbee;
    border-radius: 19px;
}

.w-365{
    width: 365px;
    display: inline-block;
    vertical-align: top;
    margin-right: 33px;
}
.list-3 {
    margin-bottom: 26px;
}
.list-3:last-child {
    margin-bottom: 0;
}
.list-3 >  .title{
    font-size: 18px;
    
    font-weight: bold;
    line-height: 38px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 22px;
}

.item-3{
    margin-bottom: 25px;
    font-size: 15px;
}
.item-3:last-child {
    margin-bottom: 0;
}
.item-3 .title {
    flex: 1;
    overflow: hidden;
    text-align: left;
    color: #666;
    background: url(./static/images/diamond.png) no-repeat center left;
    padding-left: 20px;
}
.item-3 .title:hover {
    color: #00bbee;
}
.item-3 .info{
    color: #999;
}

.w-240{
    width: 240px;
    display: inline-block;
    vertical-align: top;
}

.list-4 > a .icon{
    width: 115px;
    height: 70px;
    margin: 0 10px 24px 0;
}

.list-4 > a:nth-child(2) .icon{
    margin-right: 0;
}

.item-4{
    padding-bottom: 15px;
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 15px;
}
.item-4:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}
.item-4 .title{
    font-weight: bold;
    margin-bottom: 15px;
}

.item-4 .icon{
    width: 75px;
    height: 75px;
    border-radius: 15px;
    margin-right: 14px;
}

.item-4 .text{
    width: calc(100% - 90px);
    display: inline-block;
    vertical-align: top;
}

.item-4 .intro{
    line-height: 24px;
    margin-bottom: 14px;
}
.item-4 .info {
    color: #999;
}

.item-4 .sum {
    color: #00bbee;
}

.item-5 {
    overflow: hidden;
    white-space: nowrap;
    padding: 10px 0;
    margin-bottom: 4px;
}

.item-5:nth-child(even) {
    background-color: #f5f5f5;
}

.item-5 .icon {
    width: 17px;
    height: 20px;
    margin-right: 11px;
}

.item-5 .title {
    width: calc(100% - 28px);
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
}

.w-900 {
    width: 900px;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}

.tab-1, .tab-2, .tab-3 {
    margin: 0 -10px 5px 0;
}

.tab-1-item, .tab-2-item, .tab-3-item {
    width: 103px;
    height: 38px;
    background-color: #f8f8f8;
    border-radius: 19px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #666;
    display: inline-block;
    margin: 0 10px 18px 0;
    cursor: pointer;
}

.tab-1-item.current, .tab-2-item.current, .tab-3-item.current{
    background: #00bbee;
    color: #fff;
}

.content-1, .content-3{
    margin-right: -39px;
}

.content-1-item{
    width:14%;

    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.content-1-item .icon{
    width: 95px;
    height: 95px;
    border-radius: 10px;
}

.content-1-item .title{
    display: block;
    margin: 18px 0;
    font-size: 15px;
}

.content-1-item:hover .title{
    color: #00bbee;
}

.content-1-item .info{
    font-size: 13px;
    color: #999;
}

.main-side-rank{
    width: 240px; 
    display: inline-block;
    vertical-align: top;
}

.main-side-rank > .title{
    padding: 10px 0;
    text-align: center;
    line-height: 20px;
    
    color: #00bbee;
    background: rgb(235, 250, 254);
}

.main-side-rank > .title .icon{
    width: 22px;
    height: 20px;
    margin-right: 8px;
}

.main-side-rank .list{
    border: solid 1px #eeeeee;
    padding: 15px;
}

.main-side-rank-item{
    padding-bottom: 13px;
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 12px;
}

.main-side-rank-item:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.main-side-rank-item .ranking{
    display: inline-block;
    vertical-align: top;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    background: #dadada;
    margin-right: 16px;
}

.main-side-rank-item:nth-child(1) .ranking{background: #ff7430;}
.main-side-rank-item:nth-child(2) .ranking{background: #ffb03f;}
.main-side-rank-item:nth-child(3) .ranking{background: #ffd616;}

.main-side-rank-item .title{
    width: calc(100% - 38px);
    display: inline-block;
    font-size: 15px;
    
    line-height: 22px;
}

.main-side-rank-content{
    margin-top: 15px
}

.main-side-rank-content .icon{
    width: 75px;
    height: 75px;
    border-radius: 15px;
    margin-right: 15px;
}

.main-side-rank-content .text{
    width: calc(100% - 90px);
    height: 75px;
    display: inline-block;
    vertical-align: top;
    padding-top: 2px;
}

.main-side-rank-content .info{
    font-size: 12px;
    white-space: nowrap;
    line-height: 18px;
}

.main-side-rank-content .btn {
    width: 53px;
    height: 25px;
    border-radius: 13px;
    border: solid 1px #00bbee;
    text-align: center;
    line-height: 23px;
    color: #00bbee;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 12px;
}
.content-2 {
    margin-right: -13px;
}

.list-6 {
    width: 215px;
    margin-right: 13px;
    display: inline-block;
    margin-bottom: 25px;
}

.list-6>.title {
    width: 215px;
    height: 45px;
    border-radius: 6px;
    border: solid 1px #dcdcdc;
    text-align: center;
    line-height: 43px;
    font-size: 15px;
    
    padding: 0 10px;
}

.item-6 {
    margin-top: 15px;
}

.item-6 .icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    margin-right: 11px;
}

.item-6 .title {
    line-height: 30px;
}
.main-side-gift{
    width: 240px;
    display: inline-block;
    vertical-align: top;
}
.item-7 {
    width: 239px;
    height: 128px;
    padding: 14px;
    background: linear-gradient(rgb(237, 250, 254), #fff);
    border-radius: 6px;
    margin-bottom: 8px;
}

.item-7:hover {
    background: linear-gradient(rgb(28, 194, 240), #fff);
}

.item-7 .title {
    
    line-height: 20px;
    margin-bottom: 11px;
}

.item-7 .title::before {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url(./static/images/gift.png) no-repeat center/20px 20px;
}

.item-7:hover .title {
    color: #fff;
    font-weight: bold;
}

.item-7 .icon {
    width: 70px;
    height: 70px;
    border-radius: 15px;
    margin-right: 11px;
}

.item-7 .text {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 81px);
}

.item-7 .intro {
    line-height: 36px;
}

.item-7:hover .intro {
    display: none;
}

.item-7 .btn {
    width: 84px;
    height: 33px;
    border: solid 1px #00bbee;
    line-height: 31px;
    text-align: center;
    color: #00bbee;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 18px 0 08px;
    display: none;
}

.item-7:hover .btn {
    display: block;
}

.main-images {
    height: 250px;
    margin-right: -9px;
    display: grid;
    grid-template-columns: 194px 135px 135px 194px 135px 135px 194px;
    grid-template-rows: 125px 117px;
    gap: 8px;
}

.main-images a {
    display: block;
    position: relative;
}

.main-images .icon {
    width: 100%;
    height: 100%;
}

.main-images .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    background: rgba(51, 51, 51, 0.7);
    line-height: 26px;
    color: #fff;
    
    display: none;
}

.main-images .title p{
    height: 52px;
}

.main-images a:hover .title {
    display: -webkit-box;
}

.main-images a:nth-child(1){grid-area: 1 / 1 / 3 / 2;}
.main-images a:nth-child(2){grid-area: 1 / 2 / 2 / 4;}
.main-images a:nth-child(3){grid-area: 2 / 2 / 3 / 3;}
.main-images a:nth-child(4){grid-area: 2 / 3 / 3 / 4;}
.main-images a:nth-child(5){grid-area: 1 / 4 / 3 / 5;}
.main-images a:nth-child(6){grid-area: 1 / 5 / 2 / 7;}
.main-images a:nth-child(7){grid-area: 2 / 5 / 3 / 6;}
.main-images a:nth-child(8){grid-area: 2 / 6 / 3 / 7;}
.main-images a:nth-child(9){grid-area: 1 / 7 / 3 / 8;}

.main-news {
    width: 685px;
    margin-right: 30px;
    display: inline-block;
    vertical-align: top;
}

.main-news .top {
    margin-bottom: 23px;
}

.main-news .top>.title {
    width: 55px;
    height: 111px;
    padding: 20px 0;
    background-color: #00bbee;
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 36px;
    color: #fff;
    font-weight: bold;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
}

.main-news .top .text {
    width: calc(100% - 75px);
    display: inline-block;
}

.main-news .top .text .title {
    font-size: 18px;
    
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 8px;
}

.main-news .top .text .intro {
    color: #999;
    line-height: 24px;
}

.list-8 {
    width: 476px;
    margin-right: 24px;
    display: inline-block;
    vertical-align: top;
}

.item-8 {
    margin-bottom: 24px;
}

.item-8 .square {
    padding: 2.5px;
    background: #d4d4d4;
}

.item-8 .title {
    
    color: #666;
    margin: 0 20px 0 11px;
}

.item-8 .info {
    color: #999;
}

.main-news .icon {
    width: 185px;
    height: 130px;
}

.list-9 {
    width: 100%;
    height: 127px;
    margin-right: 24px;
    display: inline-flex;
    vertical-align: top;
    flex-wrap: wrap;
    list-style: none;
}
.list-9 a {
    font-size: 13px;
    display: block;
    padding: 12px;
    letter-spacing: 1px;
    font-size: 14px;
    color: #666;
    background: #f6f6f6;
}
.list-9 li  {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
   
}
.list-9 li:hover a {
    background: #00bbee;
    color: #fff;
}

.main-cp {
    width: 455px;
    display: inline-block;
    vertical-align: top;
}
.main-cp .main-cp-list {}

.main-cp-item {
    display: flex;
    position: relative;
    margin-bottom: 15px;
}
.main-cp-item:last-child {
    margin-bottom: 0!important;
}
.main-cp-item .thumb {
    display: block;
}
.main-cp-item .icon {
    width: 132px;
    height: 80px;
    margin-right: 17px;
    vertical-align: top;
}

.main-cp-item .text {
    flex: 1;
    overflow: hidden;
    display: inline-block;
}

.main-cp-item .title {
    line-height: 22px;
    margin-bottom: 6px;
}

.main-cp-item .intro {
    line-height: 26px;
}

.main-cp-item .time {
    font-size: 13px;
}

.main-rank {
    width: 380px;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px -9px 0;
}

.main-rank:last-child {
    margin-right: 0;
}

.main-rank .top-title {
    margin-bottom: 24px;
}

.main-rank-item {
    height: 16px;
    margin-bottom: 24px;
}

.main-rank-item .ranking {
    width: 35px;
    font-size: 16px;
    
    font-weight: bold;
    color: #d3d3d3;
    text-align: center;
}

.main-rank-item .content {
    padding: 0 16px;
    flex: 1;
    overflow: hidden;
}

.main-rank-item .icon {
    width: 75px;
    height: 75px;
    margin-right: 18px;
    display: none;
    border-radius: 50%;
}

.main-rank-item .title {
    
}

.main-rank-item .btn {
    width: 80px;
    height: 28px;
    border-radius: 14px;
    border: solid 1px #00bbee;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    color: #00bbee;
    line-height: 26px;
    display: none;
}

.main-rank-item .info {
    width: 82px;
    color: #999;
}

.main-rank-item.current {
    height: 108px;
    align-items: stretch;
}

.main-rank-item.current .ranking {
    padding: 45px 0;
    color: #fff;
    font-size: 18px;
    background-color: #00bbee;
}

.main-rank-item.current .content {
    padding: 14px 16px;
    background-color: #f7f7f7;
}

.main-rank-item.current .icon {
    display: initial;
}

.main-rank-item.current .text {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 95px);
}

.main-rank-item.current .title {
    line-height: 30px;
    margin-bottom: 17px;
}

.main-rank-item.current .btn {
    display: block;
}

.main-rank-item.current .info {
    color: #00bbee;
    padding-top: 23px;
    background-color: #f7f7f7;
}

.flink a {
    margin-right: -30px;
}
.flink {}
.flink li {
    display: inline-block;
}
.flink a {
    font-size: 12px;
    letter-spacing: 1px;
    color: #666;
    line-height: 30px;
    margin-right: 30px;
    white-space: nowrap;
}

.footer {
    width: 100%;
    padding: 55px calc(50% - 600px) 65px;
    background: #333;
}

.footer-logo {
    height: 47px;
    padding: 30px 55px 32px 0;
    border-right: 1px solid #6a6a6a;
    margin-right: 52px;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

.footer .text {
    display: inline-block;
    width: 850px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #999;
    line-height: 44px;
}

.footer .footer-nav span:not(:last-child)::after {
    content: "|";
    margin: 0 20px;
}

.footer p {
    white-space: nowrap;
}

.position {
    width: calc(100% + 30px);
    background: url(./static/images/position.png) no-repeat 15px 0/12px 12px;
    padding: 0 0 14px 38px;
    border-bottom: 1px solid #eee;
    transform: translate(-15px, -5px);
    font-size: 12px;
    letter-spacing: 1px;
    color: #999;
    text-align: initial;
}
.position ul {}
.position ul li {
    margin-right: 5px;
    display: inline-block;
}
.position ul li:not(:last-child)::after {
    content: ">";
}

.error {
    font-size: 16px;
    letter-spacing: 1px;
    color: #00bbee;
    text-align: center;
}

.error .icon {
    width: 390px;
    height: 160px;
    margin: 200px 0 16px;
}

.error .btn {
    width: 119px;
    height: 46px;
    border-radius: 23px;
    border: solid 1px #00bbee;
    line-height: 44px;
    text-align: center;
    margin: 60px auto 350px;
}

.main > .left{
    width: 898px;
    margin-right: 9px;
    display: inline-block;
    vertical-align: top;
}

.main > .right{
    width: 293px;
    display: inline-block;
    vertical-align: top;
}

.other-nav-list {
    margin-top: 20px;
    margin-bottom: 15px;
}

.other-nav-list ul {}
.other-nav-list ul li {
    margin-bottom: 15px;
    display: inline-block;
}
.other-nav-list li a {
    width: 125px;
    height: 44px;
    border-radius: 22px;
    margin-right: 11px;
    display: inline-block;
    font-size: 16px;
    
    color: #999;
    text-align: center;
    line-height: 44px;
    background: #f5f5f5;
}
.other-nav-list li:hover a {
    background: linear-gradient(150deg, rgb(0, 226, 242) 30%, rgb(3, 177, 246) 80%);
    color: #fff;
}
.other-nav-list .current-menu-item a,
.other-nav-list .current-cat a {
    background: linear-gradient(150deg, rgb(0, 226, 242) 30%, rgb(3, 177, 246) 80%);
    color: #fff;
}



.news-item{ 
    padding-bottom: 20px;
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 20px;
}

.news-item:hover{ 
    border-bottom: 1px dashed #00bbee;
}

.news-item .icon{ 
    width: 220px;
    height: 140px;
    margin-right: 26px;
    border-radius: 10px;
}

.news-item .text{ 
  width: calc(100% - 250px);
  display: inline-block;
  vertical-align: top;
}

.news-item .title{ 
        font-size: 20px;
        font-weight: bold;
        line-height: 32px;
        
        color: #354352;
        margin-bottom: 13px;
}

.news-item:hover .title{ 
    color: #00bbee;
}

.news-item .intro{ 
        line-height: 30px;
        color: #888888;
        margin-bottom: 8px;
}

.news-item .info{ 
     font-size: 12px;
     color: #888;
     display: inline-block;
     padding: 7px 11px;
     border: 1px solid #dcdcdc;
     margin: 0 9px 0 4px;
}

.news-item.video{
    position: relative;
}

.video-mask{
    width: 220px;
    height: 140px;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(./static/images/video-mask.png) no-repeat center/45px 45px;
}

.news-item.video:hover .video-mask{
    background: rgba(51, 51, 51, 0.7) url(./static/images/video-mask-current.png) no-repeat center/45px 45px;
}

.pagination {
    text-align: center;
    color: #999;
    font-size: 14px;
    margin: 60px auto;
} 

.pagination .page-numbers {
    min-width: 20px;
    padding: 0 5px;
    line-height: 26px;
    display: inline-block;
    margin-right: 9px;
    border: solid 1px #e5e5e5;
    display: inline-block;
}
.pagination .page-numbers:hover {
    background: #00bbee;
    color: #fff;
}
.pagination .current {
    color: #fff;
    background-color: #00bbee;
}

.side-common-hot-list{
    margin-bottom: -20px;
}

.side-common-hot-item{
    margin-bottom: 20px;
    display: flex;
}

.side-common-hot-item .icon{
    width: 89px;
    height: 65px;
    border-radius: 10px;
    margin-right: 11px;
}

.side-common-hot-item .title{
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin-bottom: 10px;
}

.side-common-rank-title {
    display: flex;
    margin-bottom: 20px;
}

.side-common-rank-title div {
    width: 83px;
    height: 40px;
    border: solid 1px #00bbee;
    text-align: center;
    line-height: 38px;
    color: #00bbee;
    font-size: 16px;
    
}

.side-common-rank-title .current {
    width: 88px;
    background-color: #00bbee;
    color: #fff;
}

.side-common-rank-item {
    display: flex;
    padding-bottom: 15px;
    border-bottom: 1px dashed #dcdcdc;
    margin: 0 0 20px 8px;
    position: relative;
}

.side-common-rank-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.side-common-rank-item .icon {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    margin-right: 15px;
}

.side-common-rank-item .text {
    width: calc(100% - 85px);
}

.side-common-rank-item .title {
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}

.side-common-rank-item .intro {
    font-size: 12px;
    line-height: 36px;
}

.side-common-rank-item .info {
    display: flex;
}

.side-common-rank-item .info span {
    color: #999;
    padding: 3px 7px;
    margin-right: 5px; 
    background-color: #f5f5f5;
    font-size: 13px;
}

.side-common-rank-item .ranking {
    position: absolute;
    top: -5px;
    left: -7px;
    width: 36px;
    height: 30px;
    background: url(./static/images/side-common-rank-score.png) no-repeat center/36px 30px;
    color: #fff;
    line-height: 21px;
    font-size: 15px;
    font-weight: bold;
    text-indent: 5px;
}

.side-common-rank+a .more{
    width: 255px;
    height: 38px;
    background-color: #f1f1f1;
    border-radius: 19px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    letter-spacing: 1px;
    background: linear-gradient(150deg, rgb(0, 226, 242) 30%, rgb(3, 177, 246) 80%);
    color: #fff;
}
.side-common-gl-item{
    padding-bottom: 15px;
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 15px;
}

.side-common-gl-item .title{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 14px;
}

.side-common-gl-item .title a{
    display: block;
}

.side-common-gl-item:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.side-common-gl-item .intro{
    font-size: 13px;
     background: url(./static/images/side-common-gl.png) no-repeat right/28px 9px;
}

.details {
    padding: 20px 25px 0;
}

.details .top {
    padding-bottom: 40px;
    border-bottom: 1px dashed #dcdcdc;
    text-align: center;
}

.details .top .title {
    font-size: 26px;
    font-weight: bold;
    color: #354352;
    margin: 20px 0;
}

.details .top .info span{
    font-size: 14px;
    line-height: 34px;
    color: #929aa3;
    margin: 0 10px;
}

.details .content {
    position: relative;
    margin-top: 20px;
}
.details .content h2,
.details .content h3 {
    font-size: 16px;
    color: #333;
    line-height: 36px;
    letter-spacing: 1px;
    font-weight: bold;
}

.details .content h3:not(:first-child) {
    margin-top: 30px;
}

.details .content p {
    margin: 15px 0;
    font-size: 16px;
    text-indent: 2em;
    line-height: 32px;
    color: #666;
}

.details .content img {
    display: block;
    max-width: 592px;
    margin: 10px auto;
}
.single_tp {}
.single_tp strong {
    font-weight: bold;
}
.img-swiper{
    width: 823px;
    height: 462px;
    margin: 0 auto;
}

.img-swiper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.img-swiper-prev{
    width: 75px;
    height: 75px;
    background: url('./static/images/navigator.png') no-repeat center/contain;
    position: absolute;
    top: 194px;
    left: -7px;
    z-index: 1;
    cursor: pointer;
}

.img-swiper-next{
    width: 75px;
    height: 75px;
    background: url('./static/images/navigator.png') no-repeat center/contain;
    position: absolute;
    top: 194px;
    right: -7px;
    z-index: 1;
    cursor: pointer;
    transform: rotateZ(180deg);
}

.details .bottom {
    padding: 20px;
    box-shadow: 0px 0px 8px 2px #eee;
    border-radius: 20px;
    align-items: flex-start;
}

.details .bottom .icon {
    width: 130px;
    height: 130px;
    border-radius: 20px;
    margin-right: 20px;
}

.details .bottom .text {
    margin-right: 15px;
    flex: 1;
    overflow: hidden;
}

.details .bottom .title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
}

.details .bottom .title img {
    width: 25px;
    height: 25px;
    margin-left: 10px;
}

.details .bottom .info span {
    color: #999;
    margin-right: 20px;
}

.details .bottom .intro {
    line-height: 36px;
    margin-top: 14px;
}

.details .bottom .right {
    width: 141px;
}

.details .bottom .btn {
    width: 141px;
    height: 44px;
    background: linear-gradient(150deg, rgb(0, 226, 242) 30%, rgb(3, 177, 246) 80%);
    border-radius: 22px;
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    line-height: 44px;
}

.details .bottom a:nth-child(2) .btn{
    background: linear-gradient(150deg, rgb(255, 164, 104) 20%, rgb(247, 103, 102) 80%);
}




.center-common-gl-list{
    overflow: hidden;
    margin-left: -20px;
}
.center-common-gl-list .item-3 {
    width: 50%;
    float: left;
    padding-left: 20px;
}

.center-common-recom-list{
    margin: 0 -20px -20px 0;
}

.center-common-recon-item {
    display: inline-block;
    width: 276px;
    margin: 0 20px 30px 0;
}

.center-common-recon-item .icon{
        width: 85px;
        height: 85px;
        border-radius: 15px;
        margin-right: 16px;
}

.center-common-recon-item .text{
    width: 175px;
    display: inline-block;
    vertical-align: top;
}

.center-common-recon-item .title{
    
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 11px;
}

.center-common-recon-item .info{
    color: #999;
    line-height: 24px;
}

.about-content{
    min-height: 520px;
    padding: 0 15px;
    font-size: 16px;
}

.about-content p{
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    margin-bottom: 35px;
}
.about-content .title {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
}
.about-nav{
    padding-top: 16px;
    margin: 23px 0 20px;
    display: flex;
}

.about-nav-item{
    width: 130px;
    margin-right: 20px;
    text-align: center;
}

.about-nav-item:last-child{
    margin-right: 0;
}

.about-nav-item .title{
    display: block;
    margin: 20px auto 0;
    font-size: 14px;
}

.about-nav-item.current{
    padding-top: 29px;
    background: url(./static/images/about-bg.png) no-repeat top center/113px 145px;
    margin: -29px 20px -32px 0;
}

.about-nav-item.current .icon{
    filter: brightness(1.3);
}

.about-nav-item.current .title{
    color: #fff;
    font-size: 16px;
    
    font-weight: bold;
}

.about-nav.game-nav{
    justify-content: space-between;
}

.about-nav.game-nav .about-nav-item.current{
    min-width: 106px;
    padding-left: 5px;
    margin-left: -5px;
    background: url(./static/images/game-nav.png) no-repeat top center/106px 145px;
}

.about-nav.rank-nav .about-nav-item.current{
    min-width: 106px;
    padding-left: 5px;
    margin-left: -5px;
    background: url(./static/images/rank-nav.png) no-repeat top center/122px 145px;
}

.map-content{
    padding: 0 25px;
}

.map-link {
    padding-left: 22px;
    margin-right: -40px;
}

.map-content .item {}

.map-content h3 {
    color: #00bbee;
    font-weight: bold;
    margin: 33px 0 15px;
    font-size: 18px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.map-content h3::before {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    margin-right: 10px;
    background: url(./static/images/diamond.png) no-repeat center/12px 12px;
}
.map-content .map-link li {
    display: inline-block;
}
.map-content a {
    display: inline-block;
    min-width: 120px;
    color: #666;
    line-height: 40px;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0 40px 0 0;
    white-space: nowrap;
}

.hot-img-list {
    margin-right: -19px;
}

.hot-img-item {
    display: inline-block;
    width: 420px;
    height: 180px;
    padding: 20px;
    border-radius: 15px;
    border: solid 1px #eeeeee;
    margin: 0 20px 20px 0;
}

.hot-img-item .icon {
    width: 220px;
    height: 140px;
    border-radius: 10px;
    margin-right: 20px;
}

.hot-img-item .text {
    display: inline-block;
    vertical-align: top;
    width: 143px;
    margin: -7px -5px 0 0;
}

.hot-img-item .title {
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    
    color: #354352;
    margin-right: -5px;
}

.hot-img-item .info {
    height: 28px;
    padding: 8px 12px;
    background: #f5f5f5;
    margin-top: 8px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #888888;
}

.right-btn {
    width: 35px;
    height: 37px;
    border-radius: 19px 0px 0px 19px;
    font-size: 16px;
    
    color: #fff;
    line-height: 37px;
    text-indent: 34px;
    position: absolute;
    top: 27px;
    right: -1px;
    overflow: hidden;
    transition: .1s;
}

.game-item:hover .right-btn,
.game-album-item:hover .right-btn,
.album-details-item:hover .right-btn,
.rank-item:hover .right-btn{
    width: 75px;
}

.game-list {
    margin-right: -15px;
}

.game-item {
    display: inline-block;
    width: 380px;
    height: 135px;
    padding: 20px;
    border-radius: 15px;
    border: solid 1px #eeeeee;
    position: relative;
    margin: 0 15px 20px 0;
}

.game-item .icon {
    width: 95px;
    height: 95px;
    border-radius: 15px;
    margin-right: 20px;
}

.game-item .text {
    display: inline-block;
    vertical-align: top;
    width: 225px;
    margin-right: -10px;
}

.game-item .title {
    width: 160px;
    
    font-weight: bold;
    line-height: 34px;
}

.game-item .info {
    color: #999;
    line-height: 36px;
}

.game-item .info span:not(:last-child)::after {
    content: "|";
    margin: 0 10px;
}

.game-item .intro {
    width: calc(100% + 10px);
    line-height: 28px;
}

.game-item .intro span {
    color: #00bbee;
}

.game-item .right-btn,
.album-details-item .right-btn,
.rank-item .right-btn{
    background: url(./static/images/down.png) no-repeat 17px center/10px 13px,
        linear-gradient(150deg, rgb(0, 226, 242) 30%, rgb(3, 177, 246) 80%);
}

.game-item.gift .right-btn {
    background: url(./static/images/gift-list.png) no-repeat 13px center/15px 13px,
        linear-gradient(150deg, rgb(0, 226, 242) 30%, rgb(3, 177, 246) 80%);
}

.game-item:hover {
    box-shadow: 0px 0px 10px 0px rgba(80, 80, 80, 0.3);
}

.game-details-head {
    display: flex;
    margin-top: 20px;
}

.game-details-head>.icon {
    width: 150px;
    height: 150px;
    border-radius: 25px;
    margin-right: 22px;
}

.game-details-head>.center {
    width: 150px;
    height: 150px;
    border-radius: 25px;
    margin-right: 22px;
    flex-grow: 1;
}

.game-details-head>.center .title {
    font-size: 30px;
    letter-spacing: 3px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 24px;
}

.game-details-head>.center .info {
    margin: 0 -60px 30px 0;
}

.game-details-head>.center .info span {
    margin-right: 30px;
}

.game-details-head>.center .dl-btn {
    display: inline-flex;
    margin-right: 11px;
    width: 150px;
    height: 44px;
    background: #d9d9d9;
    border-radius: 22px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    line-height: 44px;
    position: relative;
    cursor: pointer;
    text-align: center;
}

.game-details-head>.center .dl-btn.az {
    background-image: linear-gradient(150deg, rgb(255, 164, 104) 20%, rgb(247, 103, 102) 80%);
}
.game-details-head>.center .dl-btn.ios {
    background-image: linear-gradient(150deg, rgb(0, 226, 242) 30%, rgb(3, 177, 246) 80%);
}
.game-details-head>.center .dl-btn.disabled {
    background: #d9d9d9!important;
}
.game-details-head>.center .dl-btn .btn {
    text-align: center;
    text-indent: 20px;
    width: 100%;
    display: block;
    position: relative;
}

.game-details-head>.center .az .btn{
    background: url(./static/images/btn-android.png) no-repeat 10px;
}
.game-details-head>.center .ios .btn{
    background: url(./static/images/btn-ios.png) no-repeat 10px;
}

.game-details-head>.center .dl-btn .icon {
    margin-right: 2px;
}

.qr {
    padding: 21px 0 0;
    position: absolute;
    bottom: -195px;
    left: 0;
}

.qr-content {
    display: none;
    width: 150px;
    height: 173px;
    padding: 12px;
    margin: 1px;
    background: #fff;
    border-radius: 13px;
    filter: drop-shadow(0px -1px 2px rgb(146 164 169 / 75%));
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    color: #888;
    line-height: 24px;
}

.qr-content::after {
    content: "";
    display: block;
    position: absolute;
    top: -12px;
    left: 65px;
    width: 16px;
    height: 13px;
    background: #fff;
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
}

.qr-content .qr-icon {
    width: 126px;
    height: 126px;
}

.game-details-head>.center .dl-btn:hover .qr-content {
    display: block;
}

.game-details-head .score {
    width: 360px;
    margin: .1rem 0 .3rem;
    display: flex;
    justify-content: space-between;
}

.game-details-head .score .left {
    width: 130px;
    height: 150px;
    border: solid 1px #eeeeee;
    text-align: center;
}

.game-details-head .score .left .title {
    width: 100%;
    line-height: 32px;
    background: #f4f4f4;
    font-size: 14px;
    letter-spacing: 1px;
    color: #999;
}

.game-details-head .score .left .num {
    font-size: 48px;
    line-height: 84px;
    
    color: #ff8c47;
    font-weight: bold;
}

.star {
    width: 110px;
    height: 18px;
    margin: 5px auto 0;
}

.star-1 {
    background: url(./static/images/star.png) no-repeat left center/18px 18px,
            url(./static/images/star-empty.png) no-repeat 23px center/18px 18px,
            url(./static/images/star-empty.png) no-repeat center/18px 18px,
            url(./static/images/star-empty.png) no-repeat 69px center/18px 18px,
            url(./static/images/star-empty.png) no-repeat right center/18px 18px;
}

.star-2 {
    background: url(./static/images/star.png) no-repeat left center/18px 18px,
            url(./static/images/star.png) no-repeat 23px center/18px 18px,
            url(./static/images/star-empty.png) no-repeat center/18px 18px,
            url(./static/images/star-empty.png) no-repeat 69px center/18px 18px,
            url(./static/images/star-empty.png) no-repeat right center/18px 18px;
}

.star-3 {
    background: url(./static/images/star.png) no-repeat left center/18px 18px,
            url(./static/images/star.png) no-repeat 23px center/18px 18px,
            url(./static/images/star.png) no-repeat center/18px 18px,
            url(./static/images/star-empty.png) no-repeat 69px center/18px 18px,
            url(./static/images/star-empty.png) no-repeat right center/18px 18px;
}

.star-4 {
    background: url(./static/images/star.png) no-repeat left center/18px 18px,
            url(./static/images/star.png) no-repeat 23px center/18px 18px,
            url(./static/images/star.png) no-repeat center/18px 18px,
            url(./static/images/star.png) no-repeat 69px center/18px 18px,
            url(./static/images/star-empty.png) no-repeat right center/18px 18px;
}

.star-5 {
    background: url(./static/images/star.png) no-repeat left center/18px 18px,
            url(./static/images/star.png) no-repeat 23px center/18px 18px,
            url(./static/images/star.png) no-repeat center/18px 18px,
            url(./static/images/star.png) no-repeat 69px center/18px 18px,
            url(./static/images/star.png) no-repeat right center/18px 18px;
}

.game-details-head .score .right {
    width: 214px;
    height: 150px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #999;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.game-details-head .score .right progress {
    width: 180px;
    height: 8px;
    color: #00bbee;
    background: #d9d9d9;
    border-radius: 4px;
    vertical-align: middle;
    margin-left: 9px;
}

.game-details-head .score .right progress::-webkit-progress-bar {
    background: #d9d9d9;
    border-radius: 4px;
}

.game-details-head .score .right progress::-webkit-progress-value {
    background-color: #00bbee;
    border-radius: 4px;
}

.game-details-head .right-qr{
    width: 137px;
    margin-right: 78px;
}

.game-details-head .right-qr .icon{
    width: 137px;
    height: 137px;
}

.game-details-head .right-qr p{
    font-size: 14px;
    letter-spacing: 1px;
    color: #999;
    margin-top: 15px;
    text-align: center;
}

.content-title {
    width: 100%;
    padding-bottom: 26px;
    border-bottom: 1px dashed #dcdcdc;
    margin: 2px 0 10px;
    display: flex;
}

.content-title .title {
    margin: 0 29px;
    font-size: 18px;
    
    font-weight: bold;
}

.content-title .current {
    color: #00bbee;
    position: relative;
}

.content-title .current::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 5px #00bbee solid;
    background: #fff;
    position: absolute;
    bottom: -36px;
    left: 30px;
}

.details .tips {
    width: 831px;
    height: 60px;
    padding: 0 11px 0 15px;
    background: rgb(242, 252, 254);
    border: solid 1px #00bbee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.details .tips .title {
    width: 36px;
    font-size: 16px;
    line-height: 20px;
    color: #00bbee;
    font-weight: bold;
    
}

.details .tips .mark {
    font-size: 30px;
    color: #00bbee;
    font-weight: bold;
    font-style: italic;
    margin-top: 12px;
}

.details .tips .intro {
    width: 690px;
    color: #888;
}
.game-swiper-outside {
    width: 777px;
    position: relative;
    margin: 30px 0 20px 34px;
}
.game-swiper {
    width: 777px;
}
.game-swiper .swiper-wrapper {
    height: auto;
}
.game-swiper .swiper-slide {
    width: 251px;
}

.game-swiper .icon {
    max-width: 100%;
}
.game-swiper-prev {
    width: 75px;
    height: 75px;
    background: url('./static/images/navigator.png') no-repeat center/contain;
    position: absolute;
    top: calc(50% - 37.5px);
    left: -37px;
    z-index: 1;
    cursor: pointer;
    outline: none;
}
.game-swiper-next {
    outline: none;
    width: 75px;
    height: 75px;
    background: url('./static/images/navigator.png') no-repeat center/contain;
    position: absolute;
    top: calc(50% - 37.5px);
    right: -37px;
    z-index: 1;
    transform: rotateZ(180deg);
    cursor: pointer;
}
.center-common-gift-list {
    margin: 0 -45px -14px 0;
}

.center-common-gift-item {
    display: inline-flex;
    vertical-align: top;
    width: 405px;
    height: 75px;
    margin: 0 45px 24px 0;
}

.center-common-gift-item .icon {
    width: 75px;
    height: 75px;
    margin-right: 13px;
    border-radius: 15px;
}

.center-common-gift-item .title {
    
    line-height: 22px;
    margin-bottom: 10px;
}

.center-common-gift-item .intro {
    line-height: 24px;
}

.center-common-gift-item .btn {
    width: 65px;
    height: 37px;
    border-radius: 19px;
    border: solid 1px #00bbee;
    text-align: center;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 1px;
    color: #00bbee;
    margin-left: 19px;
}

.side-nav {
    margin: 0 -8px 0 4px;
}
.side-nav li {
    width: 33.3%;
    display: inline-block;
}
.side-nav li a {
    display: inline-block;
    vertical-align: top;
    width: 82px;
    height: 36px;
    background-color: #f7f7f7;
    border-radius: 6px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #666;
    margin: 0 7px 6px 0;
}

.side-nav-item.current {
    background-color: #00bbee;
    color: #fff;
}

.side-common-other-list {
    margin: 0 -25px -10px 0;
}

.side-common-other-item {
    display: inline-block;
    width: 70px;
    margin: 0 25px 22px 0;
}

.side-common-other-item .icon {
    width: 70px;
    height: 70px;
    border-radius: 15px;
}

.side-common-other-item .title {
    display: block;
    margin-top: 12px;
    border-radius: 15px;
    font-size: 14px;
    color: #666;
    text-align: center;
}

.side-common-zt-list {
    margin: 0 -11px -15px 0;
}

.side-common-zt-top {
    display: inline-block;
    width: 123px;
    height: 98px;
    margin: 0 13px 15px 0;
}

.side-common-zt-top .icon {
    width: 123px;
    height: 75px;
    border-radius: 10px;
}

.side-common-zt-top .title {
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    color: #666;
    margin-top: 11px;
    text-align: center;
}

.side-common-zt-item {
    display: inline-block;
    width: 125px;
    height: 36px;
    background-color: #f5f5f5;
    margin: 0 11px 10px 0;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    color: #666;
    line-height: 36px;
    text-indent: 12px;
    text-align: center;
}

.game-album-list {
    margin-right: -20px;
}

.game-album-item {
    display: inline-flex;
    vertical-align: top;
    width: 575px;
    height: 260px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 15px;
    border: solid 1px #eeeeee;
    flex-wrap: wrap;
    position: relative;
    margin: 0 20px 20px 0;
}

.game-album-item>a .icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 6px;
    border: 1px solid #dcdcdc;
    margin: 10px 20px 0 0;
}

.game-album-item .text {
    width: 399px;
}

.game-album-item .text .title {
    width: 340px;
    font-size: 20px;
    line-height: 32px;
    
    font-weight: bold;
    margin-bottom: 14px;
}

.game-album-item .info,
.game-album-item .intro {
    color: #999;
    line-height: 30px;
}

.game-album-item .info span:not(:last-child)::after {
    content: "|";
    margin: 0 10px;
}

.game-album-item .intro span {
    color: #00bbee;
}

.game-album-item .right-btn {
    top: 38px;
    background: url(./static/images/right.png) no-repeat 12px center/17px 11px,
        linear-gradient(150deg, rgb(0, 226, 242) 30%, rgb(3, 177, 246) 80%);
}

.game-album-item:hover {
    box-shadow: 0px 0px 10px 0px rgba(80, 80, 80, 0.17);
}


.game-album-item .bottom {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 0;
    margin-top: 18px;
}
.game-album-item .bottom a {
    display: block;
    margin-right: 25px;
}
.game-album-item .bottom a .icon {
    width: 56px;
    height: 56px;
    border-radius: 15px;
}

.game-album-item .bottom .title {
    width: 35px;
    height: 66px;
    padding: 12px 10px;
    border-radius: 18px;
    background: rgb(224, 247, 253);
    font-size: 16px;
    line-height: 22px;
    
    color: #00bbee;
    text-align: center;
    margin-right: 31px;
}


.game-album-item .bottom a:last-child .icon {
    margin-right: 0;
}

.album-details-head {
    margin-top: 20px;
}

.album-details-head .icon {
    width: 150px;
    height: 150px;
    border-radius: 20px;
    margin-right: 21px;
}

.album-details-head .center {
    width: 998px;
    display: inline-block;
    vertical-align: top;
}

.album-details-head .title {
    display: inline-block;
    max-width: 670px;
    font-size: 30px;
    letter-spacing: 3px;
    font-weight: bold;
    line-height: 42px;
    margin-bottom: 7px;
}

.album-details-head .info {
    height: 42px;
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    margin: 0 0 0 4px;
}

.album-details-head .info span {
    padding: 7px 11px;
    border-radius: 14px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    margin-left: 10px;
    white-space: nowrap;
}

.album-details-head .info span:first-child {background: linear-gradient(150deg, rgb(0, 226, 242) 20%, rgb(3, 177, 246));}
.album-details-head .info span:nth-child(2) {background: linear-gradient(150deg, rgb(255, 164, 104) 20%, rgb(247, 103, 102));}
.album-details-head .info span:last-child {background: linear-gradient(150deg, rgb(37, 201, 172) 20%, rgb(16, 213, 118));}

.album-details-head .intro {
    line-height: 30px;
}

.album-details-head .recomm {
    font-size: 14px;
    letter-spacing: 1px;
    color: #999;
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin-top: 7px;
}

.album-details-head .recomm a {
    padding: 11px 10px;
    background: #f7f7f7;
    border-radius: 6px;
    margin-right: 10px;
}

.album-details-head .recomm a:nth-child(1) {color: #f76967;}
.album-details-head .recomm a:nth-child(1):hover {background-color: #f76967;}
.album-details-head .recomm a:nth-child(2) {color: #03b2f6;}
.album-details-head .recomm a:nth-child(2):hover {background-color: #03b2f6;}
.album-details-head .recomm a:nth-child(3) {color: #fb863c;}
.album-details-head .recomm a:nth-child(3):hover {background-color: #fb863c;}
.album-details-head .recomm a:nth-child(4) {color: #25c9ac;}
.album-details-head .recomm a:nth-child(4):hover {background-color: #25c9ac;}
.album-details-head .recomm a:hover {color: #fff;}

.content-title.album-title .title{
    margin: 0 35px;
}

.album-details-list{
    margin-top: 20px;
}

.album-details-item{
    width: 100%;
    padding: 20px;
    display: flex;
    border-radius: 15px;
	border: solid 1px #eeeeee;
    position: relative;
    margin-bottom: 15px;
}

.album-details-item .left{
    width: 95px;
    margin-right: 18px;
}

.album-details-item .left .icon{
        width: 95px;
        height: 95px;
        border-radius: 15px;
        margin-bottom: 12px;
}

.album-details-item .ranking {
    width: 95px;
    height: 28px;
    font-size: 13px;
    line-height: 26px;
    border: solid 1px #03b2f6;
    display: flex;
    margin-top: .2rem;
    text-align: center;
}

.album-details-item .ranking .top {
    padding: 0 6px;
    background-color: #03b2f6;
    color: #fff;
}

.album-details-item .ranking .num {
    padding: 0 19px;
    color: #03b2f6;
    font-weight: bold;
}

.album-details-item .text{
    width: 650px;
    margin-right: 30px;
}

.album-details-item .title{
    
    font-weight: bold;
    line-height: 34px;
    margin-bottom: 5px;
}

.album-details-item .info{
    width: 490px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 19px;
}

.album-details-item .info span{
    min-width: 165px;
    max-width: 50%;
    color: #999;
    line-height: 30px;
}

.album-details-item .intro span{
    color: #00bbee;
}

.album-details-item .right{
    width: 306px;
}

.album-details-item .right .icon{
        width: 92px;
        height: 154px;
        margin-right: 10px;
}

.album-details-item:hover{
	box-shadow: 0px 0px 10px 0px 
		rgba(80, 80, 80, 0.3);
}

.hot-album-list{
    margin: 0 -10px -16px 0;
}

.hot-album-item{
    display: inline-block;
    vertical-align: top;
        width: 186px;
        margin-right: 10px;
}

.hot-album-item .icon{
        width: 186px;
        height: 119px;
        border-radius: 15px;
}

.hot-album-item .slot-text-slot{
    margin: 14px 0 20px;
}

.hot-album-item .square{
        width: 6px;
        height: 6px;
        background-color: #03b2f6;
        border-radius: 3px;
        margin-right: 10px;
}

.hot-album-item .title{
    
    color: #666;
}

.new-gl{
    margin-right: -30px;
}

.new-gl .news-item{
    display: inline-block;
    vertical-align: top;
    width: 570px;
    margin-right: 30px;
}

.new-gl .news-item:nth-last-child(-n + 2){
    border-bottom: none;
    margin-bottom: 0;
}

.rank-item{
    width: 100%;
    padding: 20px 0;
    border-radius: 15px;
    border: solid 1px #eeeeee;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 13px;
}

.rank-item .ranking{
        width: 32px;
        height: 32px;
        background: #d5d5d5;
        text-align: center;
        font-size: 15px;
        
        color: #fff;
        line-height: 32px;
        margin: 0 34px;
        border-radius: 50%;
}

.rank-item:nth-child(-n + 3) .ranking{
        width: 66px;
        height: 42px;
        margin: 17px;
}
.rank-item:nth-child(1) .ranking {background: url(./static/images/ranking-1.png) no-repeat center/66px 42px;}
.rank-item:nth-child(2) .ranking {background: url(./static/images/ranking-2.png) no-repeat center/66px 42px;}
.rank-item:nth-child(3) .ranking {background: url(./static/images/ranking-3.png) no-repeat center/66px 42px;}

.rank-item>a .icon{
        width: 120px;
        height: 120px;
        border-radius: 15px;
        margin-right: 20px;
}

.rank-item .text{
        width: 540px;
        margin-right: 30px;
}

.rank-item .title{
    
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 18px;
}

.rank-item .info{
    margin: 0 -55px 18px 0;
}

.rank-item .info span{
    margin-right: 55px;
}

.rank-item .intro{
    line-height: 24px;
}

.rank-item .right{
    width: 306px;
    height: 154px;
}

.rank-item .right .icon{
        width: 92px;
        height: 154px;
        margin-right: 10px;
}

.rank-item:hover{
    box-shadow: 0px 0px 10px 0px 
    rgba(80, 80, 80, 0.3);
}

.rank-banner{
    width: 100%;
    height: 100px;
    border-radius: 15px;
    margin: 13px 0;
}

.gift-top {
    width: 100%;
    padding-top: .1rem;
    margin: 10px 13px 10px 0;
    display: flex;
}

.gift-top-item {
    width: 290px;
    background: #fff;
    border-radius: 7px;
    display: flex;
    flex-wrap: wrap;
    margin-right: 13px;
    position: relative;
    flex-shrink: 0;
}

.gift-top-item .title {
    width: 100%;
    line-height: 38px;
    background: #f4f6f7;
    border-radius: 7px 7px 0 0;
    padding: 0 40px 0 18px;
    
    font-weight: bold;
    box-sizing: border-box;
}

.gift-top-item .icon {
        width: 80px;
        height: 80px;
        border-radius: 15px;
        margin: 13px 17px 13px 20px;
}

.gift-top-item .text {
    width: 160px;
}

.gift-top-item .intro {
    color: #888;
    line-height: 30px;
    margin: 8px 0 11px;
}

.gift-top-item progress {
    width: 100px;
    height: 6px;
    color: #00bbee;
    background: #d9d9d9;
    border-radius: 3px;
    margin-right: 23px;
    vertical-align: middle;
    border: none;
}

.gift-top-item progress::-webkit-progress-bar {
    background: #d9d9d9;
    border-radius: 3px;
}
.gift-top-item progress::-webkit-progress-value {
    background-color: #00bbee;
    border-radius: 3px;
}
progress::-moz-progress-bar { 
    background: #00bbee; 
    border-radius: 3px;
}

.gift-top-item .num {
    color: #999;
    white-space: nowrap;
}

.gift-top-item .label {
    width: 29px;
    height: 38px;
    background: url(./static/images/label-recom.png) no-repeat center/29px 38px;
    position: absolute;
    top: -7px;
    right: 10px;
}

.gift-top-item:hover .title {
    background: #ddf4ff;
    color: #00bbee;
}

.whole-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.3) url(./static/images/gift-bg.png) no-repeat center center/660px 447px;
    padding: 315px 0 0;
    text-align: center;
    font-size: 16px;
    
    color: #666;
    line-height: 36px;
    display: none;
    z-index: 9;
}

.receive_btn {
    width: 245px;
    height: 103px;
    background: url(./static/images/receive-btn.png) no-repeat center/245px 103px;
    margin: 210px auto 35px;
    cursor: pointer;
}

.receive-gift-close {
    width: 31px;
    height: 31px;
    background: url(./static/images/close.png) no-repeat center/31px 31px;
    margin: 0 auto;
    cursor: pointer;
}
.tag-title {
    padding: 30px 0;
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 30px;
}
.tag-title h1 {
    font-weight: bold;
    font-size: 18px;
}
.tag-title .desc {
    margin-top: 20px;
    font-size: 14px;
    color: #999;
}
.page-tags {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
}
.page-tags .tags-item {
    width: 33.33%;
    padding-left: 20px;
}
.page-tags .tags-item>div {
    border: 1px solid #eee;
    border-radius: 4px;
    margin-bottom: 20px;
}
.page-tags .tags-item .item-top {
    padding: 15px;
    border-bottom: 1px solid #eee;
    display: flex;
}
.page-tags .tags-item .item-top .name {
    flex: 1;
}
.page-tags .tags-item .item-top .desc {
    color: #999;
    font-size: 13px;
}
.page-tags .tags-item ul {
    padding: 15px;
}
.page-tags .tags-item ul li {
    margin-bottom: 10px;
    line-height: 22px;
    color: #666;
}
.page-tags .tags-item ul li a {
    font-size: 13px;
    color: #666;
}
.tag-page {
    text-align: center;
}
.tag-page li {
    display: inline-block;
    color: #999;
    font-size: 14px;
}
.tag-page li .page-numbers {
    min-width: 20px;
    padding: 0 5px;
    line-height: 26px;
    display: inline-block;
    margin-right: 9px;
    border: solid 1px #e5e5e5;
    display: inline-block;
}
.tag-page li .current {
    color: #fff;
    background-color: #00bbee;
}
.tag-page li:hover .page-numbers {
    color: #fff;
    background-color: #00bbee;
}
/*移动端样式*/
@media (max-width: 760px) {
}