.container {
    position: relative;
    margin: 0 auto 30px auto;
    width: 1140px;
}

.common-category-switchover {
    height: 28px;
    margin: 14px 12px 0 0;
    display: flex;
    align-items: center;
}

.common-category-switchover .type {
    padding: 0px 10px;
    cursor: pointer;
}

.common-category-switchover .type:hover {
    color: #81d3f8;
    text-decoration: underline;
}

.common-category-switchover .active {
    font-weight: 600;
    color: #81d3f8;
    text-decoration: underline;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

img {
    display: block;
}

.icon {
    display: inline-block;
    vertical-align: middle;
}

input {
    outline: none;
    border: none;
}

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

.header {
    padding: 8px 0;
    height: 60px;
    min-width: 1140px;
    background: #fff;
    border-bottom: 1px solid #ececec;
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.header-logo img {
    width: 189px;
}

.header-nav .header-menu {
    display: flex;
    flex-wrap: wrap;
}

.header-nav .header-menu .icon-box {
    width: 100px;
    display: flex;
    justify-content: center;
}

.header-nav .header-menu .icon-box .icon {
    width: 36px;
    height: 36px;
}

.header-nav .header-menu .content {
    width: 100px;
    text-align: center;
    margin-top: 5px;
}

.header-search {
    position: relative;
    padding: 0 82px 0 8px;
    height: 52px;
    border: 3px solid #5aadf9;
}

.nav-header-search {
    overflow: hidden;
    border-radius: 30px;
    height: 40px;
    border-color: #6fabf3;
}

.header-search input {
    height: 100%;
    width: 206px;
    font-size: 14px;
}

.header-search-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 68px;
    text-align: center;
    background: #5aadf9;
    line-height: 52px;
}

.nav-header-search-btn {
    line-height: 40px;
    background-color: #6fabf3;
}
.header-nav-btn {
    display: none;
}
.pc-hidden {
    display: none !important;
}
@media screen and (max-width: 1440px) {
    div.wrap {
        overflow-x: hidden;
    }
    .header {
        min-width: 100%;
    }
    .header .container {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .mobile-hidden {
        display: none !important;
    }
    .header {
        padding: 0;
    }
    .header .container {
        position: relative;
    }
    .header-nav-btn {
        cursor: pointer;
        display: inline-block;
    }
    .header-nav .header-menu {
        position: absolute;
        top: 61px;
        left: 0;
        width: 100%;
        display: block;
        z-index: 999;
        background-color: #fff;
    }
    .header-nav .header-menu li {
        border-bottom: 1px solid #ececec;
        padding: 15px 10px;
    }
    .header-nav .header-menu .content {
        margin-top: 0;
    }
    .header-menu .icon-box {
        display: none !important;
    }
    .header-search-btn {
        width: 54px;
    }
    .header-search {
        padding-right: 54px;
        flex: 1;
    }
    .header-search input {
        width: 100%;
    }
    .header-logo {
        margin-left: 5px;
    }
    .header-logo img {
        width: 149px;
    }
    .nav-header-search {
        height: 34px;
        line-height: 34px;
        min-width: 60px;
    }
    .header-search-btn {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header_nav--btn {
        height: 100%;
    }
    .container {
        width: 100%;
    }
}

@media screen and (max-width: 786px) {
    #thirdparty_share {
        display: none !important;
    }
}

.bread-nav {
    padding: 0 22px;
    padding-left: 0px;
    height: 48px;
    font-size: 14px;
    line-height: 48px;
}

.bread-nav a {
    color: #333;
}

.bread-nav-current {
    color: #5aadf9;
}

.bread-nav-current .common-game-combination-name {
    color: #5aadf9;
}

.main {
    padding: 0 0 30px;
}

.main-index {
    margin: 18px 0 0 0;
}

.category {
    background: #fff;
}

.category-side {
    width: 330px;
}

.category-side .category-header {
    position: relative;
    padding: 0 0 0 74px;
    background: #5aadf9;
    border-color: #5aadf9;
    line-height: 80px;
}

.category-side .category-header span {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}

.category-side .category-header .icon {
    position: absolute;
    top: 24px;
    left: 25px;
}

.category-header {
    height: 80px;
    border-bottom: 1px solid #ececec;
}

.category-list {
    padding: 5px 0;
    display: flex;
    flex-wrap: wrap;
}

.category-item {
    position: relative;
    float: left;
    padding: 0 5px 0 20px;
    width: 50%;
    height: 54px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.category-item img {
    width: 26px;
    height: 28px;
}

.category-item:hover {
    background: #f4f4f4;
}

.category-item.active {
    background: #f4f4f4;
}

.category-item.active span {
    color: #5aadf9;
}

.category-item.active .icon-game-arrow {
    height: 13px;
    width: 11px;
    background: url(../images/icon-arrow-active.png) 0 0;
}

.category-item span {
    margin: 0 5px;
    max-width: 100px;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.category-item .icon {
    position: absolute;
    top: 50%;
    right: 10px;
    margin: -6px 0 0 0;
}

.category-main {
    width: 809px;
    border-left: 1px solid #ececec;
    box-shadow: 0px 1px 6px 0px rgba(24, 24, 24, 0.1);
}

.category-main .category-header {
    padding: 0 0 0 20px;
    background: #fbfbfb;
}

.category-main .category-header h2 {
    position: relative;
    font-size: 22px;
    color: #319dff;
    font-weight: bold;
    line-height: 80px;
}

.category-main .category-header h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 5%;
    width: 90%;
    height: 5px;
    background: #319dff;
}

.category-main .category-header-tab a {
    position: relative;
    float: left;
    width: 137px;
    font-size: 14px;
    text-align: center;
    line-height: 80px;
    border-left: 1px solid #ececec;
}

.category-main .category-header-tab a.active {
    background: #fff;
}

.category-main .category-header-tab a.active:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #319dff;
}

.media-list .media-item:hover {
    background: #f4f4f4;
}

.media-item {
    padding: 18px 24px;
    border-bottom: 1px solid #ececec;
}

.media-item:hover {
    background: #f4f4f4;
}

.media-item-dl {
    position: relative;
    padding: 0 175px 0 134px;
    height: 120px;
}

.media-item-pic {
    position: absolute;
    top: 0;
    left: 0;
    height: 120px;
    width: 120px;
}

.media-item-pic img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.media-item-content {
    padding: 20px 0 0 0;
}

.media-item-content h3 {
    font-size: 18px;
    font-weight: bold;
}

.media-item-content p {
    width: 100%;
    font-size: 14px;
}

.media-item-content p.media-item-content-opts {
    margin: 19px 0;
}

.media-item-content p.media-item-content-opts span {
    margin: 0 32px 0 0;
}

.media-item-content p.media-item-content-opts span a {
    color: #5aadf9;
}

.media-item-content p.media-item-content-opts span.media-opts-score strong {
    color: #ffb22c;
    font-style: italic;
}

.media-item-content p.media-item-content-desc {
    color: #666;
}

.media-item-score {
    margin: 16px 0 14px;
    line-height: 20px;
}

.media-item .btn-download {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    margin: -24px 0 0 0;
    height: 48px;
    width: 154px;
    text-align: center;
    background: #5aadf9;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    border-radius: 6px;
    line-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.media-item .btn-download.sm {
    position: static;
    margin: 0;
    padding: 0 8px;
    height: 26px;
    width: auto;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    border-radius: 2px;
    max-width: 100px;
}

.media-item .btn-download.ls {
    position: static;
    margin: 0;
    padding: 0 20px;
    height: 42px;
    width: auto;
    font-size: 16px;
    line-height: 42px;
}

.media-item .btn-download.gs {
    background: #776bf1;
}

.media-item.sm {
    padding: 20px 24px;
    height: 75px;
}

.media-item.sm .media-item-pic {
    width: 75px;
    height: 75px;
}

.media-item.sm .media-item-dl {
    padding: 0 0 0 86px;
    height: 75px;
}

.media-item.sm .media-item-content {
    padding: 8px 0 0 0;
}

.media-item.sm .media-item-content h3 {
    font-size: 14px;
    font-weight: bold;
}

.media-item.sm .media-item-content .btn-download.ls {
    margin: 12px 0 0 0;
}

.media-item.sm .media-item-score {
    margin: 6px 0 8px;
}

.media-item.sm .media-item-download {
    display: none;
    position: absolute;
    bottom: 0;
    left: 86px;
}

.media-item.sm .ranking-no {
    top: 4px;
    left: -24px;
    height: 18px;
}

.media-item.sm .ranking-no span {
    font-size: 14px;
    line-height: 18px;
}

.media-item.sm.game-item .media-item-content {
    padding-top: 5px;
}

.media-item.sm.game-item .media-item-score {
    margin: 6px 0 8px;
}

.media-item.lg .media-item-pic {
    height: 164px;
    width: 164px;
}

.media-item.lg .media-item-dl {
    padding: 0 0 0 186px;
    height: 164px;
}

.media-item.lg .media-item-content {
    position: relative;
    padding: 14px 0 0 0;
    height: 150px;
}

.media-item.lg .media-item-content h3 {
    padding: 0 0 4px;
    font-size: 28px;
}

.media-item.lg .media-item-content h3 span.sm {
    margin: 0 0 0 10px;
    font-size: 14px;
    color: #999;
}

.media-item.lg .media-item-content h3 span.version {
    color: #333;
}

.media-item.lg .media-item-content .media-item-download {
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
}

.media-item.lg .media-item-score {
    margin: 14px 0;
}

.media-item.lg .media-item-content .btn-download {
    position: static;
    margin: 0 48px 0 0;
    height: 40px;
    font-size: 15px;
    font-weight: normal;
    line-height: 40px;
}

.media-item.lg .media-item-content .media-item-content-opts {
    margin: 10px 0;
}

.pagination {
    padding: 19px 0;
    text-align: center;
}

.pagination ul {
    display: inline-block;
}

.pagination li {
    float: left;
    margin: 0 4px;
}

.pagination li a,
.pagination li span {
    display: block;
    height: 36px;
    width: 36px;
    font-size: 14px;
    background: #f7f7f7;
    text-align: center;
    line-height: 36px;
}

.pagination li a.current,
.pagination li span.current {
    color: #fff;
    background: #5aadf9;
}

.ranking {
    background: #fff;
}

.ranking-side {
    width: 279px;
}

.ranking-main {
    width: 860px;
    border-left: 1px solid #ececec;
}

.ranking-main .media-item {
    padding: 16px 32px 16px 48px;
}

.ranking-main .media-item-content-desc {
    line-height: 16px;
}

.ranking-tab a {
    position: relative;
    display: block;
    padding: 20px 36px;
    font-size: 16px;
    color: #000;
    border-bottom: 1px solid #ececec;
}

.ranking-tab a.active:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 4px;
    background: #5aadf9;
}

.ranking-tab a.active .icon {
    display: block;
}

.ranking-tab a .icon {
    display: none;
    position: absolute;
    top: 50%;
    margin: -9px 0 0 0;
    right: -13px;
}

.ranking-no {
    position: absolute;
    top: -4px;
    left: -14px;
    z-index: 2;
    height: 28px;
    width: 47px;
}

.ranking-no .icon {
    position: absolute;
    top: 0;
    left: 0;
}

.ranking-no span {
    position: relative;
    z-index: 2;
    margin: 0 0 0 12px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 28px;
}

.footer {
    padding: 30px 0;
    background: #fff;
}

.footer p {
    color: #666;
    font-size: 14px;
    text-align: center;
    line-height: 18px;
}

.search-box {
    margin: 18px 0;
    padding: 28px 32px;
    background: #fff;
    box-shadow: 0px 1px 6px 0px rgba(24, 24, 24, 0.1);
}

.search-box-content {
    position: relative;
    padding: 0 162px 0 20px;
    height: 54px;
    border: 1px solid #ececec;
}

.search-box-content input {
    height: 100%;
    width: 100%;
    font-size: 16px;
}

.search-box-content .header-search-btn {
    top: -1px;
    width: 142px;
    height: 56px;
}

.search-resp {
    width: 800px;
    background: #fff;
}

.search-resp-tit {
    padding: 22px 22px;
    font-size: 16px;
    font-weight: bold;
    color: #666;
}

.search-resp-num {
    color: #5aadf9;
    font-size: 24px;
    font-style: italic;
}

.search-resp-list {
    padding: 0 22px;
}

.search-resp-list .media-item-content {
    padding: 9px 0 0 0;
}

.search-resp-list .media-item {
    padding: 24px 0;
}

.search-side {
    width: 326px;
}

.search-side-tags,
.search-side-ranking {
    margin: 0 0 20px;
    background: #fff;
    box-shadow: 0px 1px 6px 0px rgba(24, 24, 24, 0.1);
}

.search-side-tags .media-item,
.search-side-ranking .media-item {
    transition: all linear 150ms;
}

.search-side-tags .media-item:hover,
.search-side-ranking .media-item:hover {
    background: #f5f7fa;
}

.game-list .game-item.sm:hover .media-item-content-desc,
.search-side-tags .media-item:hover .media-item-score,
.search-side-tags .media-item:hover .media-item-content-desc,
.search-side-ranking .media-item:hover .media-item-content-desc {
    display: none;
}

.game-list .game-item.sm:hover .media-item-download,
.search-side-tags .media-item:hover .media-item-download,
.search-side-ranking .media-item:hover .media-item-download {
    display: block;
}

.tags-head {
    padding: 0 16px;
    height: 56px;
    background: #fbfbfb;
    border-bottom: 1px solid #ececec;
}

.tags-head h3 {
    font-size: 16px;
    line-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tags-box {
    padding: 16px 16px 8px;
}

.tags-box a {
    float: left;
    margin: 0 8px 8px 0;
    padding: 0 26px;
    height: 32px;
    background: #f1f5f9;
    line-height: 32px;
    border-radius: 4px;
}

.game-score {
    font-size: 16px;
    color: #ffb22c;
    font-style: italic;
}

.star-box {
    margin: 0 7px 0 0;
    height: 20px;
}

.star-box span {
    position: relative;
    float: left;
    margin: 3px 3px 0 0;
    background: url('../images/sprite.png') -19px -125px;
    width: 14px;
    height: 14px;
}

.star-box span .icon {
    vertical-align: baseline;
}

.star-box span:last-child {
    margin: 3px 0 0 0;
}

.star-box span .star-bar {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    height: 100%;
    width: 0%;
    background: url('../images/sprite.png') 0px -125px;
}

.ranking-more {
    height: 60px;
    text-align: center;
    line-height: 60px;
}

.ranking-more a {
    color: #5aadf9;
    font-size: 18px;
}

.detail-main {
    width: 800px;
    background: #fff;
    box-shadow: 0px 1px 6px 0px rgba(24, 24, 24, 0.1);
}

.detail-head {
    padding: 26px 12px;
}

.detail-head .media-item {
    border: none;
}

.detail-tips {
    padding: 24px;
    background: linear-gradient(0deg, #f5f5f5, #fafafa);
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

.detail-tips p {
    color: #666;
    text-align: center;
    line-height: 20px;
}

.detail-screenshot {
    padding: 28px;
}

.detail-screenshot .screenshot li {
    margin: 0 10px;
    width: auto;
}

.detail-screenshot .screenshot li img {
    height: 378px;
}

.detail-screenshot .screenshot {
    position: relative;
}

.detail-screenshot .screenshot-btn {
    position: absolute;
    top: 50%;
    z-index: 2;
    margin: -31px 0 0 0;
    height: 62px;
    width: 62px;
    background: #fff;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 62px;
    border-radius: 50%;
    opacity: 0.5;
    transition: all linear 150ms;
}

.detail-screenshot .screenshot-btn.screenshot-prev {
    left: 24px;
}

.detail-screenshot .screenshot-btn.screenshot-next {
    right: 24px;
}

.detail-screenshot .screenshot-btn:hover {
    opacity: 1;
}

.detail-sec {
    padding: 20px 28px;
    border-bottom: 1px solid #ececec;
}

.detail-sec-tags {
    padding-bottom: 0;
}

.detail-sec-tit {
    padding: 0 7px;
    height: 22px;
    line-height: 22px;
    border-left: 6px solid #5aadf9;
}

.detail-sec-tit p {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.detail-sec-content {
    padding: 13px;
}

.detail-sec-content pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    line-height: 22px;
}

.detail-sec-content .detail-tags {
    padding: 18px 0 0 0;
}

.detail-sec-content .detail-tags a {
    float: left;
    margin: 0 20px 20px 0;
    padding: 0 20px;
    height: 36px;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #000;
}

.detail-sec-content .detail-tags a:last-child {
    margin: 0;
}

.detail-sec-content .detail-opts span {
    float: left;
    width: 50%;
    margin: 10px 0px 10px 0;
    color: #666;
    line-height: 19px;
}

.detail-sec-content .detail-opts span strong {
    color: #000;
}

.detail-sec .show-more {
    margin: 0 0 0 13px;
}

.detail-sec .show-more a {
    font-weight: bold;
    color: #5aadf9;
    line-height: 20px;
}

.detail-sec .show-more a .icon {
    margin-top: -2px;
}

.detail .search-side {
    width: 324px;
}

.index-main {
    width: 100%;
}

.index-main .banner {
    position: relative;
    overflow: hidden;
}

.index-main .banner .swiper-slide {
    width: 100%;
}

.index-main .banner .swiper-slide img {
    width: 100%;
    height: 416px;
}

.index-main .banner .swiper-pagination {
    bottom: 8px;
    left: 25px;
}

.index-main .banner .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px 0 0;
    height: 8px;
    width: 15px;
    background: #fff;
    border-radius: 8px;
    opacity: 1;
}

.index-main .banner .swiper-pagination .swiper-pagination-bullet-active {
    background: #5aadf9;
}

.section {
    margin: 20px 0 0 0;
    background: #fff;
    box-shadow: 0px 1px 6px 0px rgba(24, 24, 24, 0.1);
}

.section-head {
    height: 56px;
    background: #fbfbfb;
    border-bottom: 1px solid #ececec;
}

.section-head h2 {
    position: relative;
    margin: 12px 0 0 0;
    padding: 0 0 0 13px;
    height: 32px;
    font-size: 16px;
    border-left: 6px solid #5aadf9;
    line-height: 32px;
}

.section-head a.more {
    padding: 0 12px;
    margin: 14px 12px 0 0;
    height: 28px;
    text-align: center;
    background: #e6e6e6;
    border-radius: 6px;
    line-height: 28px;
}

.game-list {
    padding: 18px 24px 0;
    margin: 0 0 0 -18px;
}

.game-list .game-item.sm {
    float: left;
    margin: 0 0 18px 18px;
    padding: 10px;
    width: 220px;
    border: none;
}

.game-list .game-item.sm:hover {
    background: #f5f7fa;
}

.index-download {
    padding: 24px 12px;
    height: 368px;
}

.home-game-list {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
}

.home-game-list .home-game-item {
    width: 255px;
}

.home-game-list .home-game-item .content:hover {
    width: 250px;
    background: #fff;
    border: 1px solid #ededed;
    box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.07);
    z-index: 500;
}

.home-game-list
    .home-game-item
    .content:hover
    .home-game-item-message
    .home-game-item-message-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* white-space: pre-wrap; */
    word-wrap: break-word;
    word-break: normal;
    overflow: hidden;
    color: #333;
}

.home-game-list .home-game-item .content:hover .home-game-item-download {
    display: inline-block;
}

.home-game-list .home-game-item .content {
    position: relative;
    display: flex;
    align-items: flex-start;
    min-height: 75px;
    padding: 15px;
    padding-left: 100px;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, 0);
}

.home-game-list .home-game-item .content .home-game-item-icon {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 75px;
    height: 75px;
    border-radius: 18px;
}

.home-game-list .home-game-item .content .home-game-item-message {
    width: 100%;
}

.home-game-list
    .home-game-item
    .content
    .home-game-item-message
    .home-game-item-message-name {
    font-weight: 600;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* white-space: pre-wrap; */
    overflow: hidden;
    line-height: 20px;
    height: 40px;
    padding-top: 5px;
}

.home-game-list
    .home-game-item
    .content
    .home-game-item-message
    .home-game-item-message-score {
    display: flex;
    align-items: center;
    margin: 7px 0px;
}

.home-game-list
    .home-game-item
    .content
    .home-game-item-message
    .home-game-item-message-time {
    color: #666;
    font-size: 14px;
}

.home-game-list .home-game-item .content .home-game-item-download {
    position: absolute;
    bottom: 16px;
    right: 15px;
    background: #5aadf9;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    padding: 7px;
    display: none;
}

.index-download .tags-box {
    padding: 19px 0 0 0;
    height: 120px;
    overflow: hidden;
}

.index-download .down-load {
    padding: 0 16px;
}

.index-download .down-load a {
    display: block;
    width: 100%;
    height: 48px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #5aadf9;
    line-height: 48px;
    border-radius: 6px;
}

.index-download .down-load img {
    margin: 16px 0 16px;
    width: 255px;
    height: 93px;
}

.search-resp .media-opts-size {
    margin: 0 40px 0 0;
}

.search-resp .media-item-content p.media-item-content-opts {
    margin: 8px 0;
}

.search-resp .media-item-content {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0;
    height: 120px;
}

.search-resp .media-item-content h3,
.search-resp .media-item-content p {
    display: block;
    width: 100%;
}

.search-resp .media-item-content p.media-item-content-opts,
.search-resp .media-item-score {
    margin: 0;
}

.item-content-a {
    color: #5aadf9;
}

.category-main .search-resp,
.ranking-main .search-resp {
    width: 100%;
}

.txt-wrap {
    height: 66px;
    overflow: hidden;
}

.txt-wrap.open {
    height: auto;
}

.detail-screenshot.rows .screenshot li img {
    height: 197px;
    width: 352px;
}

.detail-screenshot.rows .screenshot li {
    width: 352px;
}

.detail-screenshot .screenshot {
    overflow: hidden;
}

.policy {
    padding: 30px 28px;
    background: #fff;
}

.policy h2 {
    margin: 0 0 20px 0;
    font-size: 28px;
    font-weight: bold;
}

.policy p {
    margin: 0 0 10px;
    font-size: 14px;
    color: #666;
    line-height: 22px;
}

.policy h3 {
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 20px;
    line-height: 30px;
}

.header-nav .header-language {
    position: relative;
    cursor: pointer;
}

.header-nav .header-language .header-language-content {
    padding-top: 3px;
}

.header-nav .header-language .header-language-content img {
    width: 30px;
    height: 30px;
    border-radius: 36px;
}

.header-nav
    .header-language
    .header-language-content
    .header-language-content-type {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
    text-align: center;
    margin-top: 6px;
    display: flex;
    align-items: center;
}

.header-nav
    .header-language
    .header-language-content
    .header-language-content-type
    .icon-pull-down {
    width: 14px;
    height: 9px;
    margin-left: 9px;
    cursor: pointer;
}

.header-nav
    .header-language
    .header-language-content
    .header-language-content-type
    .icon-pull-up {
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

.header-nav .header-language .header-language-menu {
    position: absolute;
    top: 69px;
    right: 0px;
    z-index: 10002;
    width: 239px;
    background: #fff;
    box-shadow: 0px 1px 6px 0px rgba(24, 24, 24, 0.1);
    border-radius: 6px;
    cursor: pointer;
}

.header-nav .header-language .header-language-menu .header-language-menu-item {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666;
    border-bottom: 1px solid #f3f3f3;
    padding: 15px;
}

.header-nav
    .header-language
    .header-language-menu
    .header-language-menu-item
    img {
    width: 30px;
    height: 30px;
    border-radius: 36px;
}

.header-nav
    .header-language
    .header-language-menu
    .header-language-menu-item
    .icon-language-select {
    width: 16px;
    height: 12px;
    position: absolute;
    right: 18px;
}

.header-nav
    .header-language
    .header-language-menu
    .header-language-menu-item
    .language-name {
    margin-left: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header-nav
    .header-language
    .header-language-menu
    .header-language-menu-item:hover {
    background: #fcfcfc;
}

.common-game-combination-name {
    color: #999;
}

html[class*='common-rtl'] {
    direction: rtl;
}

html[class*='common-rtl'] .fl {
    float: right;
}

html[class*='common-rtl'] .fr {
    float: left;
}

html[class*='common-rtl'] .pagination li {
    float: right;
}

html[class*='common-rtl'] .pagination li .icon-page-right {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}

html[class*='common-rtl'] .bread-nav * {
    display: inline-block;
}

html[class*='common-rtl'] .header-menu li {
    float: right;
}

html[class*='common-rtl'] .header-search {
    padding: 0 8px 0 82px;
}

html[class*='common-rtl'] .header-search-btn {
    right: initial;
    left: 0;
}

html[class*='common-rtl'] .tags-box a {
    float: right;
}

html[class*='common-rtl'] .section-head h2 {
    padding: 0 13px 0 0px;
    border-left: none;
    border-right: 6px solid #5aadf9;
}

html[class*='common-rtl'] .section-head a.more {
    margin: 14px 0px 0 12px;
}

html[class*='common-rtl'] .media-item.sm .media-item-dl {
    padding: 0 86px 0 0px;
}

html[class*='common-rtl'] .media-item-download {
    left: initial;
    right: 86px;
}

html[class*='common-rtl'] .media-item-pic {
    left: initial;
    right: 0px;
}

html[class*='common-rtl'] .star-box {
    margin: 0 0px 0 7px;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}

html[class*='common-rtl'] .game-score {
    position: relative;
    top: 2px;
}

html[class*='common-rtl'] .media-item .btn-download {
    right: initial;
    left: 0;
}

html[class*='common-rtl'] .media-item-dl {
    position: relative;
    padding: 0 134px 0 175px;
}

html[class*='common-rtl'] .media-item-content p.media-item-content-opts span {
    margin: 0 0 0 32px;
}

html[class*='common-rtl'] .category-item {
    padding: 0px 20px 0 5px;
}

html[class*='common-rtl']
    .header-nav
    .header-language
    .header-language-content
    .header-language-content-type
    .icon-pull-down {
    width: 14px;
    height: 9px;
    margin-right: 9px;
    cursor: pointer;
}

html[class*='common-rtl']
    .header-nav
    .header-language
    .header-language-content
    .header-language-content-type
    .icon-pull-up {
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

html[class*='common-rtl'] .header-nav .header-language .header-language-menu {
    right: initial;
    left: 0px;
}

html[class*='common-rtl']
    .header-nav
    .header-language
    .header-language-menu
    .header-language-menu-item
    .icon-language-select {
    right: initial;
    left: 18px;
}

html[class*='common-rtl']
    .header-nav
    .header-language
    .header-language-menu
    .header-language-menu-item
    .language-name {
    margin-right: 8px;
}

html[class*='common-rtl'] .home-game-list {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
}

html[class*='common-rtl'] .home-game-list .home-game-item {
    width: 255px;
}

html[class*='common-rtl'] .home-game-list .home-game-item .content:hover {
    width: 250px;
    background: #fff;
    box-shadow: -2px 1px 10px rgba(0, 0, 0, 0.07);
    z-index: 500;
    border: 1px solid #ededed;
}

html[class*='common-rtl']
    .home-game-list
    .home-game-item
    .content:hover
    .home-game-item-message
    .home-game-item-message-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: normal;
    overflow: hidden;
    color: #333;
}

html[class*='common-rtl']
    .home-game-list
    .home-game-item
    .content:hover
    .home-game-item-download {
    display: inline-block;
}

html[class*='common-rtl'] .home-game-list .home-game-item .content {
    position: relative;
    display: flex;
    align-items: flex-start;
    min-height: 75px;
    padding: 15px;
    padding-right: 100px;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, 0);
}

html[class*='common-rtl']
    .home-game-list
    .home-game-item
    .content
    .home-game-item-icon {
    position: absolute;
    left: initial;
    right: 15px;
    top: 10px;
    width: 75px;
    height: 75px;
    border-radius: 18px;
}

html[class*='common-rtl']
    .home-game-list
    .home-game-item
    .content
    .home-game-item-message {
    width: 100%;
}

html[class*='common-rtl']
    .home-game-list
    .home-game-item
    .content
    .home-game-item-message
    .home-game-item-message-name {
    font-weight: 600;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: pre-wrap;
    overflow: hidden;
    line-height: 20px;
    height: 40px;
    padding-top: 5px;
}

html[class*='common-rtl']
    .home-game-list
    .home-game-item
    .content
    .home-game-item-message
    .home-game-item-message-score {
    display: flex;
    align-items: center;
    margin: 7px 0px;
}

html[class*='common-rtl']
    .home-game-list
    .home-game-item
    .content
    .home-game-item-message
    .home-game-item-message-time {
    color: #666;
    font-size: 14px;
}

html[class*='common-rtl']
    .home-game-list
    .home-game-item
    .content
    .home-game-item-download {
    position: absolute;
    bottom: 16px;
    left: 15px;
    right: initial;
    background: #5aadf9;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    padding: 7px;
    display: none;
}

html[class*='common-rtl'] .ranking-tab a.active:before {
    right: initial;
    left: 0rem;
}

html[class*='common-rtl'] .ranking-tab a .icon {
    right: initial;
    left: -13px;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}

html[class*='common-rtl'] .category-item .icon {
    right: initial;
    left: 10px;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}

html[class*='common-rtl'] .category-main .category-header {
    padding: 0 20px 0 0px;
    background: #fbfbfb;
}

html[class*='common-rtl'] .category-side .category-header {
    padding: 0 74px 0 0px;
}

html[class*='common-rtl'] .category-side .category-header .icon {
    left: initial;
    right: 25px;
}

html[class*='common-rtl'] .category-main .category-header-tab a {
    float: right;
    border-left: none;
    border-right: 1px solid #ececec;
}

html[class*='common-rtl'] .search-box-content {
    padding: 0 20px 0 162px;
    height: 54px;
    border: 1px solid #ececec;
}

html[class*='common-rtl'] .detail-sec-tit {
    border-left: none;
    border-right: 6px solid #5aadf9;
}

html[class*='common-rtl'] .detail-sec-content .detail-opts span {
    float: right;
}

html[class*='common-rtl'] .detail-sec-content .detail-opts span * {
    display: inline-block;
}

html[class*='common-rtl'] .media-item.sm .ranking-no {
    top: 4px;
    left: initial;
    right: -24px;
    height: 18px;
}

html[class*='common-rtl'] .ranking-no .icon {
    position: absolute;
    top: 0;
    left: initial;
    right: 0px;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}

html[class*='common-rtl'] .ranking-no span {
    position: relative;
    z-index: 2;
    margin: 0 12px 0 0px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 28px;
}

.index-container {
    width: 1140px;
}

div.index-main-desc {
    background-color: #fff;
    padding: 12px 20px;
    margin-top: 15px;
}
div.index-main-desc h1 {
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
    font-size: 30px;
    color: #2e2d2d;
}
div.index-main-desc p {
    margin-top: 12px;
    color: #2e2d2d;
    line-height: 1.5;
}

.index-main-desc .index-download-btn {
    width: 200px;
    height: 36px;
    background-color: #6fabf3;
    margin: 15px auto 0;
    border-radius: 30px;
    padding-left: 12px;
    padding-right: 12px;
}

div.index-section {
    margin-top: 30px;
}

.index-qa {
    padding: 20px 30px 0;
    background-color: #fff;
    margin-bottom: 30px;
}

.index-qa .index-qa-title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.index-qa .index-qa-desc {
    line-height: 1.5;
    margin-top: 14px;
    font-size: 13px;
}

.index-qa .flex-list {
    padding: 20px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.flex-list .flex-item {
    flex: 0 1 48%;
}

.qsa-content {
    background-color: #f3f3f3;
    margin: 0 2% 15px;
    padding: 12px 12px;
    border-radius: 1rem;
    position: relative;
    cursor: pointer;
}
.flex-list .flex-item h3 {
    margin: 0;
    font-size: 14px;
}
.flex-list .flex-item p {
    display: none;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 10px;
}
.qsa-item-icon {
    position: absolute;
    right: 8px;
    pointer-events: none;
}
.flex-list .flex-item p.active {
    display: block;
}

.list-container .category {
    display: flex;
    justify-content: center;
}

.search-container .search-box .tags-box {
    display: none;
}
.search-container .search-box .down-load {
    display: none;
}

@media screen and (max-width: 1180px) {
    .list-container {
        width: 100%;
    }
    .list-container .category-side {
        display: none;
    }
    .list-container .category {
        background-color: transparent;
    }
}

@media screen and (max-width: 991px) {
    .index-container {
        width: 100%;
    }
    .flex-list .flex-item {
        flex: 0 1 100%;
        margin: 3px 0;
    }
    div.index-main-desc h1 {
        font-size: 22px;
    }
    .qsa-item-icon {
        top: 50%;
        transform: translateY(-50%);
    }
    .list-container .category-header {
        height: 50px;
    }
    .list-container .category-main .category-header h2 {
        line-height: 50px;
        font-size: 20px;
    }
    .list-container .category-main .category-header-tab a {
        line-height: 50px;
        width: 100px;
    }
    .media-item {
        padding: 14px 12px;
    }
    .media-item-content p {
        font-size: 12px;
    }
    .media-item-dl {
        height: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0;
    }
    .media-item-dl > div {
        display: flex;
        align-items: start;
        flex: 1;
    }
    .media-item-pic {
        height: 60px;
        position: static;
        flex: 0 0 60px;
        margin-right: 10px;
    }
    .media-item-pic img {
        border-radius: 15px;
    }
    .media-item-dl .btn-download {
        position: static;
        margin: 0;
        font-size: 12px;
        height: 32px;
        line-height: 32px;
        flex: 0 0 110px;
    }
    .search-resp .media-item-content {
        height: auto;
        flex: 1;
    }
    .media-item .common-game-combination-name {
        font-size: 12px;
    }
    .media-item-content > h3 {
        font-size: 14px;
    }
    .search-container .search-side-ranking {
        display: none;
    }
    .search-container .search-box .tags-box {
        display: block;
        padding: 16px 0 8px;
    }
    .search-container .search-box .down-load {
        display: block;
    }
    .search-container .search-box-content .header-search-btn {
        width: 80px;
    }
    .search-container .search-box-content {
        padding-right: 82px;
    }
    .search-container .search-resp {
        width: 100%;
    }
    li.history-version-item-wrapper:nth-of-type(odd) {
        margin-right: 0;
    }
    li.history-version-item-wrapper {
        width: 100%;
    }
}

/*# sourceMappingURL=basic.css.map */
