.container {
    background:url('../imgs/background.png');
    background-repeat:  repeat;
    background-size:cover;
    width: 7.5rem;
    min-height: 100vh;
    overflow: hidden;
    margin: 0 auto;
}

.shading {
    width: 6.78rem;
    height: 6.78rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 0
}

.index-title {
    color: #fff;
    font-size: 14px;
    width: 60%;
    margin: 0.6rem auto;
    text-align: center;
    line-height: 2
}

#cut-content {
    height: 4.5rem;
    position: relative;
}

.index-card {
    width: 1.17rem;
    height: 1.81rem;
    position: absolute;
    left: 0.8rem;
    top: 0.2rem;
    transform: rotate(60deg);
}

.index-box1 {
    width: 5rem;
    display: flex;
    justify-content: space-between;
    margin: 0.1rem auto;
}

.card-grid{
    background: url('../imgs/card_grid.png') no-repeat;
    background-size: cover;
    width: 1.17rem;
    height: 1.81rem;
}

.card-bg {
    background: url('../imgs/card_bg.png') no-repeat;
    background-size: cover;
    width: 1.17rem;
    height: 1.81rem;
}

.main-star {
    background: url(/images/main_star.png) no-repeat;
    background-size: cover;
    width: 0.6rem;
    height: 0.3rem;
    margin: 0.3rem auto
}

.auxiliary_star {
    background: url(/images/auxiliary_star.png) no-repeat;
    background-size: cover;
    width: 0.6rem;
    height: 0.3rem;
    margin: 0.3rem auto
}

.gods-card {
    background: url(/images/gods_card.png) no-repeat;
    background-size: cover;
    width: 1.2rem;
    height: 0.3rem;
    margin: 0.3rem auto
}

.opacity2 {
    opacity: 0.2;
}
.yin-dao-bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    color: #ffffff;
    padding-top: 115px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.typing {
    /*width: 18.5em; */
    height: 1.25em;
    border-right: 1px solid transparent;
    font-family: Consolas, Monaco;
    word-break: break-all;
    overflow: hidden;
    text-align: center;
    margin: 12px auto;
    font-size: 18px;
    letter-spacing: 1px;
}
/* 打印效果 */
@keyframes typing {
    from { width: 0; }
    to { width: 100%; }
}
.yin-dao-card{
    width: 55px;
    display: block;
    margin: 45px auto;
}
.typing-height{
    height: 100px;
}
.skip{
    font-size:14px;
    font-weight:300;
    text-decoration:underline;
    color:rgba(166,166,166,1);
    line-height:33px;
    text-align: center;
}
.index-history-btn{
    position: fixed;
    bottom: 40px;
    left: 30px;
    width: 85px;
}
.loading-bg{
    position: fixed;
    z-index: 20;
    width: 100%;
    height: 100%;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    left: 0;
}
.loading{
    width: 100%;
    display: block;
    margin: 30% auto;
}
