.uk-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
[class*=uk-width] {
    box-sizing: border-box;
    width:100%;
    max-width:100%;
}
.uk-width-1-2 {
    width: 50%
}

.uk-width-1-3 {
    width: calc(100% * 1 / 3.001)
}

.uk-width-2-3 {
    width: calc(100% * 2 / 3.001)
}

.uk-width-1-4 {
    width: 25%
}

.uk-width-3-4 {
    width: 75%
}

.uk-width-1-5 {
    width: 20%
}

.uk-width-2-5 {
    width: 40%
}

.uk-width-3-5 {
    width: 60%
}

.uk-width-4-5 {
    width: 80%
}

.uk-width-1-6 {
    width: calc(100% * 1 / 6.001)
}

.uk-width-5-6 {
    width: calc(100% * 5 / 6.001)
}

.uk-width-small {
    width: 150px
}

.uk-width-medium {
    width: 300px
}

.uk-width-large {
    width: 450px
}

.uk-width-xlarge {
    width: 600px
}

.uk-width-2xlarge {
    width: 750px
}

.uk-width-auto {
    width: auto
}

.uk-width-expand {
    flex: 1;
    min-width: 1px
}

@media (min-width: 640px) {
    .uk-width-1-1\@s {
        width:100%
    }

    .uk-width-1-2\@s {
        width: 50%
    }

    .uk-width-1-3\@s {
        width: calc(100% * 1 / 3.001)
    }

    .uk-width-2-3\@s {
        width: calc(100% * 2 / 3.001)
    }

    .uk-width-1-4\@s {
        width: 25%
    }

    .uk-width-3-4\@s {
        width: 75%
    }

    .uk-width-1-5\@s {
        width: 20%
    }

    .uk-width-2-5\@s {
        width: 40%
    }

    .uk-width-3-5\@s {
        width: 60%
    }

    .uk-width-4-5\@s {
        width: 80%
    }

    .uk-width-1-6\@s {
        width: calc(100% * 1 / 6.001)
    }

    .uk-width-5-6\@s {
        width: calc(100% * 5 / 6.001)
    }

    .uk-width-small\@s {
        width: 150px
    }

    .uk-width-medium\@s {
        width: 300px
    }

    .uk-width-large\@s {
        width: 450px
    }

    .uk-width-xlarge\@s {
        width: 600px
    }

    .uk-width-2xlarge\@s {
        width: 750px
    }

    .uk-width-auto\@s {
        width: auto
    }

    .uk-width-expand\@s {
        flex: 1;
        min-width: 1px
    }
}
@media (min-width: 960px) {
    .uk-width-1-1\@m {
        width:100%
    }

    .uk-width-1-2\@m {
        width: 50%
    }

    .uk-width-1-3\@m {
        width: calc(100% * 1 / 3.001)
    }

    .uk-width-2-3\@m {
        width: calc(100% * 2 / 3.001)
    }

    .uk-width-1-4\@m {
        width: 25%
    }

    .uk-width-3-4\@m {
        width: 75%
    }

    .uk-width-1-5\@m {
        width: 20%
    }

    .uk-width-2-5\@m {
        width: 40%
    }

    .uk-width-3-5\@m {
        width: 60%
    }

    .uk-width-4-5\@m {
        width: 80%
    }

    .uk-width-1-6\@m {
        width: calc(100% * 1 / 6.001)
    }

    .uk-width-5-6\@m {
        width: calc(100% * 5 / 6.001)
    }

    .uk-width-small\@m {
        width: 150px
    }

    .uk-width-medium\@m {
        width: 300px
    }

    .uk-width-large\@m {
        width: 450px
    }

    .uk-width-xlarge\@m {
        width: 600px
    }

    .uk-width-2xlarge\@m {
        width: 750px
    }

    .uk-width-auto\@m {
        width: auto
    }

    .uk-width-expand\@m {
        flex: 1;
        min-width: 1px
    }
}

@media (min-width: 1200px) {
    .uk-width-1-1\@l {
        width:100%
    }

    .uk-width-1-2\@l {
        width: 50%
    }

    .uk-width-1-3\@l {
        width: calc(100% * 1 / 3.001)
    }

    .uk-width-2-3\@l {
        width: calc(100% * 2 / 3.001)
    }

    .uk-width-1-4\@l {
        width: 25%
    }

    .uk-width-3-4\@l {
        width: 75%
    }

    .uk-width-1-5\@l {
        width: 20%
    }

    .uk-width-2-5\@l {
        width: 40%
    }

    .uk-width-3-5\@l {
        width: 60%
    }

    .uk-width-4-5\@l {
        width: 80%
    }

    .uk-width-1-6\@l {
        width: calc(100% * 1 / 6.001)
    }

    .uk-width-5-6\@l {
        width: calc(100% * 5 / 6.001)
    }

    .uk-width-small\@l {
        width: 150px
    }

    .uk-width-medium\@l {
        width: 300px
    }

    .uk-width-large\@l {
        width: 450px
    }

    .uk-width-xlarge\@l {
        width: 600px
    }

    .uk-width-2xlarge\@l {
        width: 750px
    }

    .uk-width-auto\@l {
        width: auto
    }

    .uk-width-expand\@l {
        flex: 1;
        min-width: 1px
    }
}

@media (min-width: 1600px) {
    .uk-width-1-1\@xl {
        width:100%
    }

    .uk-width-1-2\@xl {
        width: 50%
    }

    .uk-width-1-3\@xl {
        width: calc(100% * 1 / 3.001)
    }

    .uk-width-2-3\@xl {
        width: calc(100% * 2 / 3.001)
    }

    .uk-width-1-4\@xl {
        width: 25%
    }

    .uk-width-3-4\@xl {
        width: 75%
    }

    .uk-width-1-5\@xl {
        width: 20%
    }

    .uk-width-2-5\@xl {
        width: 40%
    }

    .uk-width-3-5\@xl {
        width: 60%
    }

    .uk-width-4-5\@xl {
        width: 80%
    }

    .uk-width-1-6\@xl {
        width: calc(100% * 1 / 6.001)
    }

    .uk-width-5-6\@xl {
        width: calc(100% * 5 / 6.001)
    }

    .uk-width-small\@xl {
        width: 150px
    }

    .uk-width-medium\@xl {
        width: 300px
    }

    .uk-width-large\@xl {
        width: 450px
    }

    .uk-width-xlarge\@xl {
        width: 600px
    }

    .uk-width-2xlarge\@xl {
        width: 750px
    }

    .uk-width-auto\@xl {
        width: auto
    }

    .uk-width-expand\@xl {
        flex: 1;
        min-width: 1px
    }
}

.uk-position-relative {
    position: relative !important;
}
.uk-slideshow {
    -webkit-tap-highlight-color: transparent;
}

.slide {
    padding-top: 15px;
}
.slide .uk-slideshow-items {
    height: 235px !important;
}

.uk-slideshow-items {
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    -webkit-touch-callout: none;
}

.uk-slideshow-items>* {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    will-change: transform, opacity;
    touch-action: pan-y;
}

.uk-display-block {
    display: block !important;
}
.uk-cover-container {
    overflow: hidden;
    position: relative;
}
.uk-height-1-1 {
    height: 100%;
}
[class*=uk-height] {
    box-sizing: border-box;
}
[class*=uk-position-bottom], [class*=uk-position-center], [class*=uk-position-left], [class*=uk-position-right], [class*=uk-position-top] {
    position: absolute !important;
    max-width: 100%;
}

.slide .uk-slideshow-nav {
    height: auto;
    margin: 0;
    padding: 10px 0;
}
.slide .uk-slideshow-nav li {
    display: inline-block;
    padding-left: 0;
}
.uk-dotnav>* {
    flex: none;
    padding-left: 12px;
}
.uk-dotnav>*>* {
    display: block;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: 0 0;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid rgba(102, 102, 102, .4);
    transition: .2s ease-in-out;
    transition-property: background-color, border-color;
}
.slide .uk-slideshow-nav li a {
    display: block;
    margin: 0 2px;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background: #fff;
    border: 0;
}
.slide .uk-slideshow-nav .uk-active a {
    border-radius: 20px;
    width: 20px;
    background: #ff6600;;
    transition: all .3s;
}
.uk-position-bottom-center {
    bottom: 0;
}
.uk-position-bottom-center, .uk-position-top-center {
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    max-width: 100%;
    box-sizing: border-box;
}
.uk-margin-small-top {
    margin-top: 10px !important;
}
.uk-padding-small {
    padding: 15px;
}
.uk-margin-small-right {
    margin-right: 10px !important;
}
.uk-background-default {
    background-color: #fff;
}
.b-b {
    border-bottom: 1px solid #f2f5f9;
}
.uk-flex-middle {
    align-items: center;
}
.uk-flex {
    display: flex;
}
.uk-flex-1 {
    flex: 1;
}
.uk-text-muted {
    color: #909399 !important;
}
.uk-text-bold {
    font-weight: 700;
}
.uk-text-small {
    font-size: .875rem;
    line-height: 1.5;
}
.uk-margin-left {
    margin-left: 20px !important;
}
.uk-cover {
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.slide .thumb .cover {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0, transparent 100%);
}
.uk-position-bottom {
    bottom: 0;
    left: 0;
    right: 0;
}
.slide .thumb a {
    height: 126px;
}
.slide .thumb .cover p {
    margin: 10px;
    color: #fff;
    font-size: 14px;
}
.slide .thumb>div:nth-child(2) {
    padding-left: 10px;
}
.uk-text-truncate {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hotNews h3 {
    padding: 10px;
    margin-bottom: 10px;
    background: #f8f8f8;
}
.hotNews h3>a {
    font-weight: 700;
    color: #f60;
    font-size: 1.11rem;
    margin-bottom: 8px;
}
.hotNews h3>p {
    margin: 0;
    font-size: 13px;
    letter-spacing: .5px;
    overflow: hidden;
}
.hotNews ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.hotNews ul li {
    margin-bottom: 9px;
    font-size: 14px;
    max-height: 27px;
}
.hotNews ul li a {
    color: #232323;
}
.hotNews ul li:hover a {
    color: #ff6600;
}
.hotNews ul li span {
    margin-right: 3px;
}
.title-in-two-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2 !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.home-title {
    font-size: 14px;
    align-items: start;
}
.home-title span {
    font-size: 15px;
    display: inline-block;
    color: #ff6600;;
    border-bottom: 2px solid #ff6600;;
}
.hotGame .tags{
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}
.hotGame a{
    position: relative;
    height: 144px;
}
.hotGame a.more{
    height: 50px;
}
.hotGame a img{
    width: 100%;
    object-fit: cover;
    overflow: hidden;
    height: 144px;
}
.hotGame a .cover{
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0, transparent 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.hotGame a:hover .cover{
    background: rgb(188 84 36);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.hotGame a .cover span{
    margin: 10px;
    color: #fff;
    font-size: 12px;
}

.h-160{
    height: 160px;
}

.home-ranks .rank-item {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 0.5rem;
    font-size: 14px;
}
.rank .uk-padding-small{
    padding: 5px;
}
.rank .more{
    font-size: 12px;
}
.rank ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
.rank ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f5f9;
}
.rank .card {
    display: none;
}

.rank .num {
    font-size: 12px;
    display: inline-block;
    width: 20px;
    text-align: center;
    line-height: 20px;
    background: #eee;
    color: #909399;
    border-radius: 4px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}
@media (max-width: 640px) {
    .rank ul li {
        margin-bottom: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid #f2f5f9;
    }
    .rank ul li .list .uk-text-muted{
        display: none;
    }
    .rank .more{
        display: none;
    }
}

.rank ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    margin-top: 20px;
}
.rank ul li:nth-child(1) .num {
    background: #ff5a00;
    color: #fff;
}
.rank ul li:nth-child(2) .num {
    background: #ff5a00;
    color: #fff;
}
.rank ul li:nth-child(3) .num {
    background: #ffcb2e;
    color: #fff;
}
.rank .list b {
    font-weight: normal;
}
.uk-text-primary {
    color: #ff6600 !important;
}
.search-pc{
    border-top: 1px solid #e9e9e9;
}

