/* 首页独立样式 */

/* Banner */
.bannerBox {
    height: 3.2rem;
    width: 100%;
    position: relative;
}

.bannerBox .imgBox {
    width: 100%;
    height: 100%;
    position: relative;
}

.bannerBox .imgBox a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.bannerBox .imgBox a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bannerBox .dotBox {
    position: absolute;
    bottom: 0.2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.bannerBox .dotBox > div {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    margin: 0 0.06rem;
}

.bannerBox .dotBox > div.active {
    background: #07c5b9;
}

.gameBox, .appBox, .newGame, .newApp, .links {
    margin-top: 0.2rem;
    background: #ffffff;
}

.newGame, .newApp {
    padding-bottom: 0.12rem;
}

.moreBt {
    border-radius: .12rem;
    background-color: #f5f5f5;
    display: block;
    width: calc(100% - 0.48rem);
    text-align: center;
    margin: 0.12rem auto;
    padding: 0.12rem 0;
}

.linksBox {
    padding: 0.24rem;
    display: flex;
    flex-wrap: wrap;
}

.linksBox a {
    margin-right: 0.24rem;
    margin-bottom: 0.12rem;
    white-space: nowrap;
}
