.index-content-container {
    width: 1920px;
    height: 1356px;
    background-image: url("/img/Cq/index/game_show_box_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

[ng-cloak] {
    display: none;
}

a {
    text-decoration: none;
}

.news-list-loading,
.strategy-list-loading {
    padding-top: 60px;
    width: 100%;
    align-items: center;
}

.banner-box {
    position: relative;
}

.banner {
    /*width: 100%;*/
    /*height: 891px;*/
    width: 100%;
    height: 910px;
    object-fit: fill;
}

.banner-bottom {
    position: absolute;
    height: 519px;
    bottom: -274px;
}

.main-container {
    width: 950px;
    margin: 0 auto;
    position: relative;
    top: -240px;
}

.news-container {
    width: 950px;
    margin: 0 auto;
    position: relative;
}

.news-content-container {
    display: flex;
    height: 267px;
    position: absolute;
    top: -267px;
}

.start-game {
    width: 160px;
    background-image: url("/img/Cq/index/game_download_box_bg.png");
    background-size: 160px 100%;
    background-repeat: no-repeat;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 10px;
}

.start-game img {
    width: 100px;
    height: 100px;
}

.start-game>span {
    color: #fff;
    font-size: 12px;
    margin: 10px 0;
}

.start-game a {
    width: 100px;
    height: 29px;
    margin-top: 10px;
    color: #aa6f6c;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    background-image: url("/img/Cq/index/game_download_btn.png");
}

.news-center {
    width: 772px;
}

.news-center-nav {
    display: flex;
    cursor: pointer;
    margin-top: 11px;
}

.news-center-box {
    width: 771px;
    height: 220px;
    position: relative;
    overflow: hidden;
}

.news-center-list {
    margin-top: 10px;
    display: flex;
    justify-content: left;
    position: relative;
}

.news-center-list .news-box {
    width: 187px;
    height: 175px;
    background-image: url("/img/Cq/index/news_item_bg.png");
    text-align: left;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    margin: 0 2.6px;
}

.news-center-list:nth-child(4n) {
    margin-right: 0;
}

.news-center-list:nth-child(4n+1) {
    margin-left: 0;
}

.news-center-page {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 14px;
    color: #f7db6e;
    margin-right: 10px;
    display: flex;
    justify-content: flex-end;
}

.news-center-page>div {
    cursor: pointer;
    width: 50px;
    margin: 0 2px;
}

.news-center-page>div a:link {
    font-size: 14px;
    color: #f7db6e;
    text-decoration: none;
}

.news-center-page>div a:active {
    font-size: 14px;
    color: #f7db6e;
    text-decoration: none;
}

.news-center-page>div a:visited {
    font-size: 14px;
    color: #f7db6e;
    text-decoration: none;
}

.news-box .news-title {
    width: 80%;
    height: 42px;
    margin-top: 17px;
    font-size: 16px;
    color: #000;
    font-weight: bolder;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-wrap: break-word;
    overflow: hidden;
}

.news-box .news-content {
    width: 80%;
    height: 38px;
    margin-top: 30px;
    font-size: 14px;
    color: rgb(170, 170, 170);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-wrap: break-word;
    overflow: hidden;
}

.news-box .news-date {
    width: 80%;
    margin-top: 20px;
    font-size: 12px;
    color: rgb(254, 206, 108);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-box .news-date img {
    /* height: 10px; */
}

.news-box:hover .news-date img {
    animation: shake 1s ease;
}

@keyframes shake {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        transform: translateX(0);
    }
    10%,
    50%,
    90% {
        transform: translateX(6px);
    }
    30% {
        transform: translateX(-6px);
    }
    70% {
        transform: translateX(-3px);
    }
}

.game-container {
    width: 100%;
    /*background-image: url("/img/Cq/index/game_show_box_bg.png");*/
    /*background-repeat: no-repeat;*/
    /*background-size: 100% 1356px;*/
    /*background-position: 0 -910px;*/
    /*object-fit: fill;*/
    position: relative;
}

.game-container::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 265px;
    top: 0;
    left: 0;
    background-image: url("/img/Cq/index/game_show_box_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 265px;
}

.game-content-container {
    width: 952px;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.game-info-title,
.game-strategy-title {
    position: relative;
    /*left: -389px;*/
    text-align: left;
    margin-top: 8px;
}

.game-strategy-title {
    margin-top: 0;
    margin-bottom: 15px;
}

.game-container .game-information {
    display: flex;
}

.game-container .game-information-nav {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.game-information-nav-item {
    width: auto;
    height: 479px;
    position: relative;
    float: left;
}

.game-container .game-information-nav .game-tag {
    background-image: url(/img/Cq/index/game_info_tab_bg.png);
    background-repeat: no-repeat;
    width: 133px;
    height: 479px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 2px 0 -1px;
    position: relative;
    float: left;
    cursor: pointer;
}

.game-tag .game-tag-top {
    position: relative;
    top: 34px;
}

.game-tag .game-tag-center {
    position: relative;
    top: 96px;
    left: 3px;
}

.game-tag .game-tag-bottom {
    position: relative;
    top: 170px;
}

.game-container .game-information-banner {
    width: 0;
    height: 482px;
    overflow: hidden;
    position: relative;
    float: left;
    transition: width 0.3s;
}

.banner-active {
    width: 268px !important;
}

.game-information-banner>span {
    position: absolute;
    top: 0;
    left: 0;
    width: 268px;
    height: 479px;
    background: url("/img/Cq/index/game_info_tab_detail_img_bg.png") no-repeat;
}

.game-container .game-information-banner span>img {
    width: 244px;
    height: 452px;
    position: relative;
    top: 14px;
}

.game-strategy {
    display: flex;
    width: 892px;
    margin: 0 auto;
}

.game-strategy .game-strategy-container {
    width: 472px;
    height: 266px;
}

.game-strategy-container .game-strategy-nav {
    display: flex;
    width: 100%;
    height: 42px;
    background-image: url("/img/Cq/index/game_strategy_nav_bar_bg.png");
}

.game-strategy-nav div {
    width: 84px;
    height: 34px;
    margin: 8px 0 0 18px;
    padding-top: 3px;
    color: #fafafa;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.game-strategy-nav div .underline {
    display: none;
    position: relative;
    top: -8px;
}

.game-strategy-nav div .underline.active {
    display: inline;
}

.game-strategy-nav div.active {
    width: 84px;
    height: 34px;
    margin-top: 8px;
    color: #1880c9;
    background-color: #fafafa;
}

.game-strategy-container .game-strategy-list {
    width: 100%;
    height: 228px;
    background-color: #fafafa;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.game-strategy-list .game-strategy-box {
    margin: 8px;
    height: 20%;
    text-align: left;
    padding: 5px;
}

.game-strategy-top {
    display: flex;
    justify-content: space-between;
}

.game-strategy-box .game-strategy-date {
    font-size: 12px;
    color: #403d56;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 2px;
}

.game-strategy-box .game-strategy-title {
    font-size: 14px;
    color: #403d56;
    width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 2px;
}

.game-strategy-box .game-strategy-content {
    font-size: 12px;
    color: #b2afc5;
    width: 450px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-wrap: break-word;
    overflow: hidden;
}

.game-strategy .game-strategy-banner {
    background-color: #fff;
    padding: 4px;
}

.qr-code-list-display-container {
    width: 100%;
    height: 277px;
    box-sizing: border-box;
    padding-top: 35px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    z-index: 2;
}

.qr-code-item {
    width: auto;
    height: 212px;
    margin-right: 35px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
}

.qr-code-item:nth-of-type(2) {
    cursor: pointer;
}

.qr-code-item:last-of-type {
    margin: 0;
}