.indexBanner {
    position: relative;
    padding-top: 50%;
}

.indexBannerEntity {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.indexBanner .swiper-container {
    width: 100%;
    height: 100%;
}

.indexBanner .swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-size: cover;
}

.indexBanner .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.indexNav {
    border-bottom: 1px solid #ccc;
}

.indexNav ul {
    margin: auto -.5em;
}

.indexNav li {
    float: left;
    width: 25%;
    padding: 0 .5em;
    text-align: center;
}

.indexNav li .img {
    display: block;
    padding: 0 10px;
}

.indexNav li .img img {
    display: block;
}

.indexNav li .text {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
}

.indexWidget {
    margin-top: 15px;
}

.indexWidget:first-child {
    margin-top: auto;
}

.gameTypeEach {
    display: none;
}

.gameTypeEachContainer .gameTypeEach:first-child {
    display: block;
}

.indexNewsEntity ul {
    margin-top: -5px;
}

.indexNewsEntity li {
    margin-top: 5px;
    border-bottom: 1px solid #eee;
    padding: 5px;
}

.indexNewsEntity li span {
    display: block;
    float: left;
    width: 50px;
    background-color: #ff5153;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.indexNewsEntity li a {
    display: block;
    margin-left: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.indexTopicsEntity ul {
    margin-top: auto;
}

.indexTopicsEntity li {
    float: left;
    width: 50%;
    padding: 0 10px;
    margin-top: 5px;
}

.indexTopicsEntity li .img {
    display: block;
    padding-top: 33.333%;
    position: relative;
}

.indexTopicsEntity li .img img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.indexTopicsEntity li .text {
    display: block;
    margin-top: 5px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.indexLinksEntity a {
    float: left;
    color: #4a90e2;
    margin-right: 1em;
    line-height: 1.65;
}

@media (max-width: 414px) {
    .indexLinksEntity a {
        font-size: 13px;
    }
}

.indexFooter {
    background-color: #353535;
    padding: 1em;
}

.indexFooter a {
    color: #ffffff;
}

.indexFooter .footImg {
    margin-bottom: .5em;
}

.indexFooter .footImg img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.indexFooter .footInfo {
    color: #ffffff;
    font-size: 13px;
}

.indexFooter .footInfo p:first-child {
    margin-bottom: .5em;
}

.globalMainLoad {
    content: '';
    position: fixed;
    z-index: 33;
    top: 45px;
    left: 0;
    right: 0;
    bottom: 65px;
    background-color: rgba(0, 0, 0, .25);
    display: none;
}

.globalMainLoadContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 24px;
}
