.index-container {
    width: 100%;
    height: 100vh;
    max-width: 7.5rem;
    position: relative;
    box-sizing: border-box;
    padding: 0.2rem;
    margin: auto;
}

.index-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    background: url(/images/top/phb32.png) no-repeat center top;
    background-size: 100% 100%;
    height: 2.14rem;
    z-index: 9;
}

.index-container:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    background: url(/images/top/phb31.png) no-repeat center top;
    height: 2.64rem;
    z-index: 3;
}

.imgContainer {
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.imgContainer > p {
    display: none;
    width: 100%;
    height: 100%;
    background-position: 20% center;
    background-size:cover;
    background-repeat: no-repeat;

}

.imgContainer > p:first-child {
    display: block;
}

.index-top {
    width: 100%;
    height: 0.84rem;
    position: relative;
    background: url(/images/top/phb27.png) no-repeat;
    background-size: 0.84rem 0.84rem;
    z-index: 9;
    padding-left: 0.9rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.index-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.index-title p {
    height: 0.32rem;
    line-height: 0.32rem;
    font-size: 0.3rem;
    font-weight: bold;
    letter-spacing: 0.02rem;
    color: #ffffff;
}

.index-title span {
    font-size: 0.2rem;
    color: #cccccc;
}

.index-share {
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    background: url(/images/top/share.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.top-nav-container {
    z-index: 10;
    width: 100%;
    padding: 0.2rem 0.2rem 0;
    box-sizing: border-box;
    max-width: 7.5rem;
    position: fixed;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 0.3rem;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    background: url(/images/top/phb32.png) no-repeat center top;
    height: 1.8rem;
    background-size: 100% 100%;
}

.top-nav-container .go-youxia {
    width: 1.23rem;
    height: 0.7rem;
    background: url(/images/top/xin5.png) no-repeat;
    background-size: 100% 100%;
    float: left;
    position: relative;
    z-index: 2;
}

.top-nav-container .page-title {
    width: 5rem;
    margin: auto;
    line-height: 0.3rem;
    left: 0;
    right: 0;
    text-align: center;
    height: 0.7rem;
    background-size: 100% 100%;
    position: absolute;
}

.top-nav-container .page-title span {
    font-size: 0.2rem;
    font-weight: normal;
    color: #cccccc;
}

#index-center-content {
    box-sizing: border-box;
    background-color: rgba(87, 67, 46, 0.9);
    position: absolute;
    top: 26%;
    right: 0;
    padding: 0.2rem 0.2rem 0.25rem;
    z-index: 10;
    width: 55%;
	text-align:left;
}

#index-center-content .rank-name {
    font-size: 0.3rem;
    height: 0.54rem;
    line-height: 0.6rem;
    letter-spacing: 0.02rem;
    color: #ffffff;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

#index-center-content .rank-time {
    height: 0.24rem;
    line-height: 0.24rem;
    font-size: 0.22rem;
    letter-spacing: 0.01rem;
    color: white;
    margin: 0.15rem 0 0.2rem 0;
}

#index-center-content .rank-introduce {
    width: 100%;
    padding-right: 0.3rem;
    padding-top: 0.18rem;
    line-height: 0.34rem;
    overflow: hidden;
    font-size: 0.2rem;
    color: #e2e2e2;
    box-sizing: border-box;
    border-top: 0.01rem solid rgba(255, 255, 255, 0.2);
}

/*切换*/
.index-toggle-container {
    height: 1rem;
    width: 6.7rem;
    left: 0.4rem;
    position: absolute;
    bottom: 2rem;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#left-btn {
    width: 0.52rem;
    height: 0.52rem;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 50%;
    cursor: pointer;
}

#right-btn {
    width: 0.52rem;
    height: 0.52rem;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 50%;
}

#left-btn i {
    display: block;
    width: 0.15rem;
    height: 0.25rem;
    margin: 0.14rem 0 0 0.18rem;
    background: url(/images/top/phb26.png) no-repeat;
    background-size: 100% 100%;
}

#right-btn i {
    display: block;
    width: 0.15rem;
    height: 0.25rem;
    margin: 0.14rem 0 0 0.21rem;
    background: url(/images/top/phb29.png) no-repeat;
    background-size: 100% 100%;
}

#schedule-container {
    width: 5.04rem;
    position: relative;
    height: 100%;
    overflow: hidden;
}

#schedule-container b {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
}

.schedule-content {
    white-space: nowrap;
    position: relative;
    z-index: 3;
    font-size: 0;
}

.schedule-li {
    width: 1.68rem;
    position: relative;
    height: 1rem;
    display: inline-block;
    cursor: pointer;
}

.schedule-li .schedule-time {
    width: 100%;
    text-align: center;
    height: 0.24rem;
    line-height: 0.24rem;
    font-size: 0.2rem;
    letter-spacing: 0.01rem;
    color: #999999;
    position: absolute;
    top: 0;
}

.schedule-li .schedule-point {
    width: 0.16rem;
    height: 0.16rem;
    line-height: 0.24rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    background: url(/images/top/point1.png) no-repeat;
    background-size: 100% 100%;
}

/*.schedule-li .schedule-point i {*/
/*display: block;*/
/*background: #999999;*/
/*border-radius: 50%;*/
/*width: 0.16rem;*/
/*height: 0.16rem;*/
/*}*/
.schedule-li .schedule-info {
    width: 100%;
    text-align: center;
    height: 0.2rem;
    line-height: 0.2rem;
    font-size: 0.2rem;
    letter-spacing: 0.01rem;
    color: #999999;
    position: absolute;
    bottom: 0;
}

.schedule-li.checked .schedule-time {
    font-size: 0.24rem;
    letter-spacing: 0.02rem;
    color: #ffffff;
}

.schedule-li.checked .schedule-point {
    width: 0.24rem;
    height: 0.24rem;
    background-image: url(/images/top/point2.png);
}

/*.schedule-li.checked .schedule-point i {*/
/*background: #56bfeb;*/
/*}*/
.schedule-li.checked .schedule-info {
    font-size: 0.16rem;
    letter-spacing: 0.02rem;
    color: #ffffff;
}

#check-rank {
    display: block;
    width: 5rem;
    height: 0.8rem;
    background: rgba(86, 191, 235, 1);
    border-radius: 0.06rem;
    position: absolute;
    bottom: 0.71rem;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    line-height: 0.8rem;
    text-align: center;
    font-size: 0.24rem;
    color: rgba(255, 255, 255, 1);
}