



html:not(.page-loaded) .loading-container {
    width: 100%;
    height: 100%;
    background: #eaeaea url("//game.gtimg.cn/images/smgcn/chasingkaleidorider/loading.jpg");
    background-position: center;
    background-size: cover;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
}
html.page-loaded .loading-container {
    display: none;
}

html:not(.page-loaded) .loading__animation {
    width: 800px;
    height: 122px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
}

html:not(.page-loaded) .loading__animation::before,
html:not(.page-loaded) .loading__animation::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

html:not(.page-loaded) .loading__animation::before {
    background: url(//game.gtimg.cn/images/smgcn/chasingkaleidorider/animate/loading-0.jpg) no-repeat;
    background-size: 1600px 1952px;
    animation: loadingPlay1 3.166667s 0s steps(1) infinite normal;
}

html:not(.page-loaded) .loading__animation::after {
    background: url(//game.gtimg.cn/images/smgcn/chasingkaleidorider/animate/loading-1.jpg) no-repeat;
    background-size: 1600px 366px;
    animation: loadingPlay2 3.166667s 0s steps(1) infinite normal;
}

@keyframes loadingPlay1 {
    0% { background-position: -0px -0px; }
    2.7% { background-position: -800px -0px; }
    5.41% { background-position: -0px -122px; }
    8.11% { background-position: -800px -122px; }
    10.81% { background-position: -0px -244px; }
    13.51% { background-position: -800px -244px; }
    16.22% { background-position: -0px -366px; }
    18.92% { background-position: -800px -366px; }
    21.62% { background-position: -0px -488px; }
    24.32% { background-position: -800px -488px; }
    27.03% { background-position: -0px -610px; }
    29.73% { background-position: -800px -610px; }
    32.43% { background-position: -0px -732px; }
    35.14% { background-position: -800px -732px; }
    37.84% { background-position: -0px -854px; }
    40.54% { background-position: -800px -854px; }
    43.24% { background-position: -0px -976px; }
    45.95% { background-position: -800px -976px; }
    48.65% { background-position: -0px -1098px; }
    51.35% { background-position: -800px -1098px; }
    54.05% { background-position: -0px -1220px; }
    56.76% { background-position: -800px -1220px; }
    59.46% { background-position: -0px -1342px; }
    62.16% { background-position: -800px -1342px; }
    64.86% { background-position: -0px -1464px; }
    67.57% { background-position: -0px -1586px; }
    70.27% { background-position: -0px -1708px; }
    72.97% { background-position: -0px -1830px; }
    75.68% { background-position: -800px -1464px; }
    78.38% { background-position: -800px -1586px; }
    81.08% { background-position: -800px -1708px; }
    83.78% { background-position: -800px -1830px; }
    86.49% { opacity: 0; }
    89.19% { opacity: 0; }
    91.89% { opacity: 0; }
    94.59% { opacity: 0; }
    97.3% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes loadingPlay2 {
    0% { opacity: 0; }
    2.7% { opacity: 0; }
    5.41% { opacity: 0; }
    8.11% { opacity: 0; }
    10.81% { opacity: 0; }
    13.51% { opacity: 0; }
    16.22% { opacity: 0; }
    18.92% { opacity: 0; }
    21.62% { opacity: 0; }
    24.32% { opacity: 0; }
    27.03% { opacity: 0; }
    29.73% { opacity: 0; }
    32.43% { opacity: 0; }
    35.14% { opacity: 0; }
    37.84% { opacity: 0; }
    40.54% { opacity: 0; }
    43.24% { opacity: 0; }
    45.95% { opacity: 0; }
    48.65% { opacity: 0; }
    51.35% { opacity: 0; }
    54.05% { opacity: 0; }
    56.76% { opacity: 0; }
    59.46% { opacity: 0; }
    62.16% { opacity: 0; }
    64.86% { opacity: 0; }
    67.57% { opacity: 0; }
    70.27% { opacity: 0; }
    72.97% { opacity: 0; }
    75.68% { opacity: 0; }
    78.38% { opacity: 0; }
    81.08% { opacity: 0; }
    83.78% { opacity: 0; }
    86.49% { opacity: 1; background-position: -0px -0px; }
    89.19% { opacity: 1; background-position: -800px -0px; }
    91.89% { opacity: 1; background-position: -0px -122px; }
    94.59% { opacity: 1; background-position: -800px -122px; }
    97.3% { opacity: 1; background-position: -0px -244px; }
    100% { opacity: 1; background-position: -800px -244px; }
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}


.nav {
    position: fixed;
    top: 0;
    left: 0;
    background: url("//game.gtimg.cn/images/smgcn/chasingkaleidorider/nav_bg.jpg") no-repeat center center;
    background-size: 100% auto;
    width: 100%;
    height: 2.13rem;
    z-index: 1000;
    display: flex;
    align-items: center;
    padding-right: 0.7rem;
}
.nav .logo{
    width: 2.41rem;
    height: 1.26rem;
    background: url("//game.gtimg.cn/images/smgcn/chasingkaleidorider/logo.png") no-repeat center center;
    background-size: 100% auto;
    margin-left: 0.65rem;
    margin-top: -0.1rem;
}
.nav .top_bar{
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    margin-left: 1.94rem;
    flex-shrink: 0;
    position: relative;
    width: 24rem;
    /*position: absolute;*/
    /*left: 0;*/
    /*right: 0;*/
    /*margin: auto;*/
}
.nav .top_bar .top_bar_li{
    font-size: 0.56rem;
    color: #383838;
    margin-right: 1rem;
    font-weight: bold;
    position: relative;
    justify-content: center;
}
.nav .top_bar .top_bar_li .top_bar_li:last-child{
    margin-right: 0;}
.nickname_box{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 5.7rem;
}
.right_nav_bar{
    position: fixed;
    z-index: 10;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.07rem;
    height: 7.39rem;
    display: none;
    background-position: -37.33rem -0rem;
}
.right_nav_bar.show{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0.88rem;
}
.right_nav_bar a{
    display: block;
    width: 100%;
    text-align: center;
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 0.64rem;
    font-weight: bold;
    color: #535352;    font-family: DINNextLTPro-BC;
}
.right_nav_bar a.on{
    color: #fa458c;
}
.right_nav_bar .nav1{
    width: 0.5rem;
    height: 0.35rem;
    background-position: -5.3rem -1.4rem;
    margin-bottom: 0.24rem;
}
.top_bar_li::before {
    content: '';
    width: 0.08rem;
    height: 0.41rem;
    background: #fa458c;
    position: absolute;
    left: -0.2rem;
    top: 50%;
    transform: translateY(-50%) scaleY(0);
    transition: transform 0.3s;
}

.top_bar_li.active::before,
.top_bar_li:hover::before {
    transform: translateY(-50%) scaleY(1);
}
.top_yy_btn{
    background: url("//game.gtimg.cn/images/smgcn/chasingkaleidorider/btn_yy.png") no-repeat center center;
    background-size: 100% auto;
    width: 3.23rem;
    height: 0.95rem;
    text-align: center;
    line-height: 0.95rem;
    font-size: 0.5rem;
    color: #fff;
    font-weight: bold;
    margin-left: auto;
    flex-shrink: 0;
    position: relative;
    z-index: 10;
}
.top_yy_btn.gray{
    background: gray;
}
.nav .avatar{
    background: url("//game.gtimg.cn/images/smgcn/chasingkaleidorider/avatar.png") no-repeat center center;
    background-size: 100% auto;
    width: 0.62rem;
    height: 0.7rem;
    margin-left: 0.62rem;
}
.nav .user_info{
    display: none;
    align-items: center;
    font-size: 0.44rem;
    margin-left: 0.4rem;
    color: #383838;
    line-height: 0.54rem;
}
.nav .user_info.show{
    display: flex;
}
.nav .user_info .login_out{
    color: #1955d1;
    padding: 0 0.2rem;
    border-radius: 0.4rem;
    border: 0.02rem solid #1955d1;
    margin-left: 0.35rem;
    flex-shrink: 0;
    height: 0.7rem;
    line-height: 0.66rem;
}
.wrapper, .main-swiper, .main-content {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.slide1{
    background: url(//game.gtimg.cn/images/smgcn/chasingkaleidorider/bg1.jpg) no-repeat center top/cover;
    /*background-size: 100% auto;*/
}

.slide2{
    background: url(//game.gtimg.cn/images/smgcn/chasingkaleidorider/bg2.jpg) no-repeat center top/cover;
    /*background-size: 100% auto;*/
}
.slide2__add{
    background: url(//game.gtimg.cn/images/smgcn/chasingkaleidorider/bg2_add.jpg) no-repeat center top/cover;
    /*background-size: 100% auto;*/
}
.slide2__prome{
    background: url(//game.gtimg.cn/images/smgcn/chasingkaleidorider/bg2_prome.jpg) no-repeat center top/cover;
    /*background-size: 100% auto;*/
}
.slide2__nana{
    background: url(//game.gtimg.cn/images/smgcn/chasingkaleidorider/bg2_nana.jpg) no-repeat center top/cover;
    /*background-size: 100% auto;*/
}
.slide2__uc{
    background: url(//game.gtimg.cn/images/smgcn/chasingkaleidorider/bg2_uc.jpg) no-repeat center top/cover;
    /*background-size: 100% auto;*/
}
.slide2__mst{
    background: url(//game.gtimg.cn/images/smgcn/chasingkaleidorider/bg2_mst.jpg) no-repeat center top/cover;
    /*background-size: 100% auto;*/
}
.slide2__mla{
    background: url(//game.gtimg.cn/images/smgcn/chasingkaleidorider/bg2_mla.jpg) no-repeat center top/cover;
    /*background-size: 100% auto;*/
}
.slide3{
    background: url(//game.gtimg.cn/images/smgcn/chasingkaleidorider/bg3.jpg) no-repeat center top/cover;
    /*background-size: 100% auto;*/
}
.slide4{
    background: url(//game.gtimg.cn/images/smgcn/chasingkaleidorider/bg4.jpg) no-repeat center top/cover;
    /*background-size: 100% auto;*/
}
.slide5{
    background: url(//game.gtimg.cn/images/smgcn/chasingkaleidorider/bg5.jpg) no-repeat center top/cover;
    /*background-size: 100% auto;*/
}
.slide6{
    background: url(//game.gtimg.cn/images/smgcn/chasingkaleidorider/bg6.jpg) no-repeat center bottom/cover;
    /*background-size: 100% auto;*/
}
.slide7{
    background: url(//game.gtimg.cn/images/smgcn/chasingkaleidorider/bg7.jpg) no-repeat center bottom/cover;
    /*background-size: 100% auto;*/
}
.slide1 .slogan{
    position: absolute;
    background: url("//game.gtimg.cn/images/smgcn/chasingkaleidorider/slogan.png") no-repeat center center;
    background-size: 100% auto;
    width: 17.9rem;
    height: 9.78rem;
    left: 10.5rem;
    bottom: 3.74rem;
}
.slide1 .video_wrap div {
    width: 100%;
    height: 100%;
}
.slide1 .video_bg{
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
    object-position: 50% 0%;
}
.slide1 .slogan .slide1_play_btn{
    width: 1.83rem;
    height: 1.36rem;
    position: absolute;
    background-position: -9.1rem -0rem;
    left: 13.1rem;
    top: 3.49rem;
}
.slide1 .btn_box{
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    bottom: 4.36rem;
}
.slide1 .btn_box a{
    height: 1.45rem;
    text-align: center;
    line-height: 1.45rem;
    font-weight: bold;
    font-size: 0.8rem;
}
.slide1 .btn_box .btn_yy{
    color: #fa458c;
    width: 5.24rem;
    background-position: -12rem -0rem;
    margin-right: 0.72rem;
}
.slide1 .btn_box .btn_bm{
    color: #1955d1;
    width: 4.94rem;
    /*background-position: -18.1rem -0rem;*/

    background-position: -18.8rem -7.5rem;
}
.slide1 .btn_box .btn_zgcx{
    background-position: -18.8rem -7.5rem;
    width: 4.94rem;
}
.slide1 .btn_box .btn_yy.gray{
    background-position: -7.8rem -7.5rem;
}

.slide1 .btn_box .btn_bm.gray{
    background-position: -13.6rem -7.5rem;
}

.slide2 .role_info{
    position: absolute;
    background: url("//game.gtimg.cn/images/smgcn/chasingkaleidorider/role_info.png") no-repeat right center;
    background-size: 100% auto;
    width: 13.44rem;
    height: 13.93rem;
    left: -1.3rem;
    bottom: -1rem;
}
.slide2 .role_info .info_item{
    width: 16.83rem;
    height: 8.34rem;
    box-sizing: border-box;
    padding: 1.1rem 0 0 6rem;
    transform: rotate3d(0, 0, 1, -30deg);
    position: absolute;
    z-index: 1;
    left: -3.21rem;
    top: 3.34rem;
    display: none;
}
.slide2 .role_info .info_item.show{
    display: block;
}
.slide2 .role_info .role_name{
    font-size: 3rem;
    line-height: 3rem;
    color: #fff;
    font-weight: bold;
}
.slide2  .info_bottom{
    display: flex;
    align-items: center;
    margin-top: 0.46rem;
    color: #fff;
    font-size: 0.44rem;
}
.slide2  .role_type{
    width: 1.2rem;
    height: 1.15rem;
    margin-right: 0.8rem;
}
.slide2 .info_item_add .role_type{
    background-position: -5.4rem -2.7rem;
}

.slide2 .info_item_prome .role_type{
    background-position: -6.8rem -2.7rem;
}
.slide2 .info_item_nana .role_type{
    background-position: -8.2rem -2.7rem;
}
.slide2 .info_item_uc .role_type{
    background-position: -9.6rem -2.7rem;
}
.slide2 .info_item_mst .role_type{
    background-position: -11rem -2.7rem;
}
.slide2 .info_item_mla .role_type{
    background-position: -12.4rem -2.7rem;
    margin-right: 0.4rem;
}
.slide2 .role_text{
    width: 3.98rem;
    line-height: 0.58rem;
}
.slide2 .info_item_mla .role_text{
    width: 4.39rem;
    font-size: 0.42rem;
}
.slide2 .role_avatar{
    width: 0.96rem;
    height: 0.97rem;
}
.slide2 .info_item_add .role_avatar{
    background-position: -5.7rem -4rem;
}
.slide2 .info_item_prome .role_avatar{
    background-position: -6.8rem -4rem;
}
.slide2 .info_item_nana .role_avatar{
    background-position: -7.9rem -4rem;
}
.slide2 .info_item_uc .role_avatar{
    background-position: -9rem -4rem;
}
.slide2 .info_item_mst .role_avatar{
    background-position: -10.1rem -4rem;
}
.slide2 .info_item_mla .role_avatar{
    background-position: -11.2rem -4rem;
}
.slide2 .voice_btn{
    display: flex;
    align-items: center;
    width: 2.06rem;
    height: 1.02rem;
    box-sizing: border-box;
    border: 0.05rem solid #ff619f;
    border-radius: 0.5rem;
    margin-left: 0.18rem;
    background: #535352;
    position: relative;
}
.slide2 .voice_btn .switch{
    width: 0.64rem;
    height: 0.64rem;
    background-position: -30.3rem -0.9rem;
    margin-left: 0.14rem;
    transition: transform 0.3s;
    position: relative;
    z-index: 1;
}
.slide2 .line_box{
    display: flex;
    align-items: center;
    margin-left: 0.2rem;
}
.slide2 .line_box .line{
    width: 0.1rem;
    border-radius: 0.045rem;
    margin-right: 0.07rem;
    background: #fa458c;

}
.slide2 .voice_btn.playing .line{
    animation: noteWave 1s ease-in-out infinite;
    animation-duration: 0.9s;
}
.slide2 .line_box .line:nth-child(1) {
    height: 0.24rem;
}

.slide2 .line_box .line:nth-child(2) {
    height: 0.46rem;
    animation-delay: 0.2s;
}

.slide2 .line_box .line:nth-child(3) {
    height: 0.3rem;
    animation-delay: 0.1s;
}

.slide2 .line_box .line:nth-child(4) {
    height: 0.4rem;
    animation-delay: 0.3s;
}
.slide2 .change_btn{
    display: flex;
    align-items: center;
    width: 6.68rem;
    height: 1.46rem;
    box-sizing: border-box;
    border: 0.05rem solid #ff619f;
    border-radius: 0.73rem;
    background: #fa458c;
    transform: rotate3d(0, 0, 1, -30deg);
    position: absolute;
    z-index: 1;
    left: 25.05rem;
    bottom: 8.62rem;
}
.slide2 .change_btn .change_switch{
    position: relative;
    width: 0.89rem;
    height: 0.89rem;
    box-sizing: border-box;
    border: 0.05rem solid #ececec;
    border-radius: 50%;
    margin-left: 0.23rem;
    background: #fff;
    box-shadow: 0 0 0 0.04rem rgba(50, 50, 47, 0.16);
    transition: transform 0.5s;
    flex-shrink: 0;
}

.slide2 .change_btn .text{
    width: 2.24rem;
    height: 0.63rem;
    background-position: -12.7rem -1.8rem;
    margin: 0rem 0 0 0.63rem;
    transition: transform 0.5s;
}
.slide2 .change_btn:hover .text {
    transform: scale(1.1);
}
.slide2 .change_btn .change_arrow{
    position: relative;
    width: 1.45rem;
    height: 0.51rem;
    margin-left: 0.59rem;
    background-position: -10.5rem -1.8rem;
    transition: transform 0.5s;
}


.change_btn.active .change_switch {
    transform: translate3d(5.1rem, 0, 0);
}

.change_btn.active .text {
    transform: translate3d(0.6rem, 0, 0);
}

.change_btn.active:hover .text {
    transform: translate3d(0.6rem, 0, 0) scale(1.1);
}
.lock {
    pointer-events: none;
}
.change_btn.active .change_arrow {
    background-image: url("//game.gtimg.cn/images/smgcn/chasingkaleidorider/change_arrow2.png");
    background-size: 100% 100%;
    background-position: 0 0;
    transform: translate3d(-4.2rem, 0, 0);
}


.part-2__list-container {
    width: 14.62rem;
    height: 11.44rem;
    background: url("//game.gtimg.cn/images/smgcn/chasingkaleidorider/part-2-role-list.png");
    background-size: 100% 100%;
    mask: url("//game.gtimg.cn/images/smgcn/chasingkaleidorider/part-2-role-list.png");
    mask-size: 100% 100%;
    transform-origin: right top;
    transform: translate3d(0, 0, 0) scale(1.04);
    position: absolute;
    right: 0;
    bottom: 0.4rem;
    overflow: hidden;
}

.part-2__swiper-container {
    width: 17rem;
    height: 5.88rem;
    transform: rotate3d(0, 0, 1, -30deg);
    position: absolute;
    top: 4.8rem;
    right: -2.88rem;
    overflow: hidden;
}

.part-2__swiper {
    width: 18.5rem;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.part-2__slide:not(.swiper-slide-active) {
    cursor: pointer;
}

.part-2__slide-content {
    width: 3.5rem;
    height: 5.88rem;
    box-sizing: border-box;
    border: 0.18rem solid #ececec;
    border-radius: 0.57rem;
    margin: 0 auto;
    background: #ececec;
    position: relative;
    overflow: hidden;
}
.part-2__slide-img{
}

.part-2__slide-img,
.part-2__slide-img--gray {
    width: 3.12rem;
    height: 5.52rem;
    border-radius: 0.39rem;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transition: transform 0.3s;
    background-image: url("//game.gtimg.cn/images/smgcn/chasingkaleidorider/sprite-index.png");
    background-size: 19.94rem 17.83rem;
    background-repeat: no-repeat;
}

.part-2__slide:not(.swiper-slide-active):hover .part-2__slide-img--gray,
.part-2__slide:not(.swiper-slide-active) .part-2__slide-img,
.part-2__slide.swiper-slide-active .part-2__slide-img--gray {
    opacity: 0;
}

.part-2__slide:not(.swiper-slide-active):hover .part-2__slide-img {
    opacity: 1;
}

.part-2__slide:hover .part-2__slide-img {
    transform: scale(1.1);
}

.part-2__slide-img--add {
    background-position: -3.2rem -0rem;
}

.part-2__slide-img--add-gray {
    background-position: -0rem -0rem;
}

.part-2__slide-img--prome {
    background-position: -9.6rem -0rem;
}

.part-2__slide-img--prome-gray {
    background-position: -6.4rem -0rem;
}

.part-2__slide-img--nana {
    background-position: -16rem -0rem;
}

.part-2__slide-img--nana-gray {
    background-position: -12.8rem -0rem;
}

.part-2__slide-img--uc {
    background-position: -3.2rem -5.9rem;
}

.part-2__slide-img--uc-gray {
    background-position: -0rem -5.9rem;
}

.part-2__slide-img--mst {
    background-position: -9.6rem -5.9rem;
}

.part-2__slide-img--mst-gray {
    background-position: -6.4rem -5.9rem;
}

.part-2__slide-img--mla {
    background-position: -16rem -5.9rem;
}

.part-2__slide-img--mla-gray {
    background-position: -12.8rem -5.9rem;
}

.part-2__swiper-btn {
    width: 0.81rem;
    height: 1.17rem;
    position: absolute;
    transform: translate3d(0, 0, 30px);
    z-index: 20;
    top: 1.25rem;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
}

.part-2__swiper-btn--prev {
    background-position: 0 -1.4rem;
    left: 0.49rem;
}
.part-2__swiper-btn--prev:hover{
    transform: translateX(-0.1rem);
}

.part-2__swiper-btn--next {
    background-position: -1.3rem -1.4rem;
    right: 2.99rem;
}
.part-2__swiper-btn--next:hover{
    transform: translateX(0.1rem)
}
.part-2__video-container{
    transition: opacity 0.5s;
}
.part-2__video-container,
.part-2__video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    position: absolute;
    left: 0;
    top: 0;
}



















.slide3 .left_box{
    position: absolute;
    background: url("//game.gtimg.cn/images/smgcn/chasingkaleidorider/slide3_left_img.png") no-repeat right center;
    background-size: auto 14.86rem;
    width: 22.48rem;
    height: 14.86rem;
    left: 0;
    transition: all 0.3s;
    top: 1.93rem;
}
.slide3 .right_box{
    position: absolute;
    background: url("//game.gtimg.cn/images/smgcn/chasingkaleidorider/slide3_right_img.png") no-repeat left center;
    background-size: auto 14.86rem;
    width: 22.70rem;
    height: 14.86rem;
    right: 0;
    top: 1.88rem;
    transition: all 0.3s;
}
.slide3 .text_box{
    position: absolute;
    cursor: pointer;
    width: 3.71rem;
    height: 3.19rem;
}
.slide3 .text_box:hover{
    filter: brightness(1.2);
}
.slide3 .left_box .text_box{
    top: 7.76rem;
    left: 2rem;

    background-position: -0rem -9.2rem;
}
.slide3 .right_box .text_box{
    top: 7.76rem;
    right: 2rem;
    background-position: -0rem -13.2rem;
}
.slide3 .text1{
    font-size: 0.45rem;
    color: #fff;
    width: 2.55rem;
    height: 0.63rem;
    line-height: 0.63rem;
    background: #fa458c;
    text-align: center;
}
.slide3 .right_box .text1,.slide3 .right_box .text2{
    margin-left: auto;
}
.slide3 .text2{
    width: 3.38rem;
    height: 1.56rem;
    background: url("//game.gtimg.cn/images/smgcn/chasingkaleidorider/play.png") no-repeat center center;
    background-size: 100% auto;
    margin-top: 0.29rem;
}
.slide3 .text3{
    font-size: 0.4rem;
    line-height: 0.6rem;
    color: #7d7d7d;
    margin-top: 0.55rem;
}
.slide3 .right_box .text3{
    text-align: right;
}

.slide3 .left_box.open{
    width: 39.72rem;
}
.slide3 .right_box.open{
    width: 40.26rem;
}
.slide3 .right_box.close{
    right: -17.48rem;
}
.slide3 .left_box.close{
    left: -17.78rem;
}
.slide3 .open .text_box{
    display: none;
}
.slide3 .open_box{
    display: none;
}
.slide3 .open .open_box{
    display: block;
}

.slide4_cont{
    position: relative;
    width: 30.92rem;
    height: 30rem;
    margin: 3.1rem auto 0;
    background: url("//game.gtimg.cn/images/smgcn/chasingkaleidorider/slide4_cont.png") no-repeat center center;
    background-size: 100% auto;
}
.slide4_cont .news_cont{
    position: absolute;
    display: flex;
    top: 1.73rem;
    left: 2.33rem;
    width: 26.38rem;
    justify-content: space-between;
}
.slide4_left{
    width: 10.18rem;
}
.slide4_left .toggle_btn_box{
    display: flex;
    align-items: center;

}
.slide4_left .toggle_btn_box .btn_toggle{
    width: 2.14rem;
    height: 1.06rem;
    text-align: center;
    line-height: 1.06rem;
    font-size: 0.5rem;
    color: #ececec;
    margin-right: 0.05rem;
}
.slide4_left .toggle_btn_box .btn_toggle.on,
.slide4_left .toggle_btn_box .btn_toggle:hover{
    background: #fa458c;
    border-radius: 0.08rem;
}
.slide4_left .toggle_btn_box .btn_more{
    margin-left: auto;
    width: 0.38rem;
    height: 0.38rem;
    background-position: -15.8rem -1.9rem;
}
.news_list{
    margin-top: 0.34rem;
    height: 6.06rem;
}
.news_list li{
    width: 100%;
    height: 1.54rem;
    font-size: 0.44rem;
    position: relative;
}
.news_list li:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #535352;
}
.news_list li:hover:after{
    height: 0.04rem;
    background: #fa458c;
}
.news_list li .link{
    display: flex;
    height: 100%;
    color:  rgba(236, 236, 236, 0.3);
    align-items: center;
    transition: all 0.3s;
}
.news_list li:hover .link{
    color: rgba(236, 236, 236, 1);
}
.news_list .link .tag{
    border-radius: 0.04rem;
    border: 0.03rem solid #535352;
    font-size: 0.32rem;
    min-width: 1.8rem;
    height: 0.54rem;
    line-height: 0.46rem;
    padding: 0 0.1rem;
    margin-right: 0.38rem;
    text-align: center;
}
.news_list .link .news_tit{
    /*margin: 0 auto 0 0.36rem;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 5rem;
}
.news_list .link .time{
    flex-shrink: 0;
    margin-left: auto;
}
.news_pagination{
    display: flex;
    margin-top: 0.6rem;
}
.news_pagination .pagination{
    text-align: center;
    min-width: 0.46rem;
    height: 0.46rem;
    box-sizing: border-box;
    border-radius: 0.04rem;
    margin-right: 0.34rem;
    color: #ececec;
    line-height: 0.46rem;
    flex-shrink: 0;
    font-size: 0.32rem;
}
.news_pagination .pagination:hover,
.news_pagination .pagination.on {
    background: #fa458c;
}
.slide4_swiper{
    position: relative;
    width: 15rem;
    height: 8.47rem;
    border: 0.03rem solid #63605c;
}
.slide4_swiper .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: translate3d(0, 0, 0);
    /*image-rendering: -webkit-optimize-contrast;*/
    /*image-rendering: crisp-edges;*/
    /*image-rendering: pixelated;*/
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    /*text-rendering: geometricPrecision;*/
    /*image-rendering: -webkit-optimize-contrast;*/
    /*image-rendering: crisp-edges;*/
    /*will-change: transform;*/
}
.slide4_swiper .swiper-slide a:hover{
    filter: none !important;
}
.slide4 .right_pagination{
    display: flex;
    justify-content: flex-end;
    margin-top: 0.42rem;
}

.slide4 .right_pagination .swiper-pagination-bullet {
    width: 0.31rem;
    height: 0.31rem;
    box-sizing: border-box;
    border: 1px solid #6e6e6e;
    border-radius: 50%;
    margin: 0 0 0 0.21rem;
    background: #162026;
    opacity: 1;
    display: block !important;
}

.slide4 .right_pagination .swiper-pagination-bullet-active {
    background: #fa458c;
    border-color: #fa458c;
}








.slide3 .back_btn{
    position: absolute;
    width: 4.06rem;
    height: 1.43rem;
    background-position: -32.5rem -0rem;
    left: 22.44rem;
    top: 11.76rem;
}
.slide3 .right_box .back_btn{
    right: 22.34rem;
    left: auto;
}
.slide3 .swiper_box{
    position: absolute;
    width: 22.03rem;
    left: 1.15rem;
    top: 1.25rem
}
.slide3 .right_box .swiper_box{
    left: auto;
    right: 1.86rem;
}
.slide3 .swiper{
    width: 18.23rem;
}

.slide3 .video_box{
    width: 18.23rem;
    height: 10.28rem;
    position: relative;
    border: 0.04rem solid #63605c
}
.slide3 .video_box .video_tag{
    position: absolute;
    width: 3.46rem;
    height: 0.83rem;
    line-height: 0.83rem;
    font-size: 0.45rem;
    color: #fff;
    top: -0.04rem;
    left: -0.04rem;
    text-align: center;
    background-position: -31.6rem -3.8rem;
    z-index: 10;
}
.slide3 .video_box img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.slide3 .swiper_box .text{
    font-size: 0.4rem;
    line-height: 0.6rem;
    color: #7d7d7d;
    margin-top: 0.42rem;
}
.slide3 .swiper_box .swiper3_prev,.slide3 .swiper_box .swiper3_next{
    position: absolute;
    width: 0.81rem;
    height: 1.17rem;
    top: 4.92rem;
    transition: all 0.3s;
}
.slide3 .swiper_box .swiper3_prev{
    background-position: 0 -1.4rem;
    left: 0;
}
.slide3 .swiper_box .swiper3_prev:hover{
    transform: translateX(-0.3rem);
}
.slide3 .swiper_box .swiper3_next{
    background-position: -1.3rem -1.4rem;
    right: 0;
}
.slide3 .swiper_box .swiper3_next:hover{
    transform: translateX(0.3rem);
}
.slide3 .swiper_box .slide3_play_btn{
    position: absolute;
    width: 2.21rem;
    height: 2.22rem;
    background-position: -2.4rem -1.4rem;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.slide3 .video_box .video{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.slide5_list{
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 4rem;
}
.slide5_list .li{
    width: 6.5rem;
    height: 11.81rem;
    position: relative;
    transform: skewX(-23deg);
    margin: 0 0.38rem;
}
.slide5_list .li a{
    display: block;
    width:  100%;
    height: 100%;
}
.slide5_list .li .li_cont{
    position: absolute;
    width: 6.5rem;
    height: 11.81rem;
    transform: skewX(23deg);
    pointer-events: none;
}
.slide5_list .li .li_main{
    width: 11.3rem;
    height: 11.81rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
    bottom: 0;
    transform-origin: 25% bottom;
}
.slide5_list .li:hover .li_main{
    transform: translateX(-50%) scale(1.12);
}
.slide5_list .li img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}
.slide5_list .li .img_light,.slide5_list .li:hover .img_normal{
    opacity: 0;
}
.slide5_list .li:hover .img_light,.slide5_list .li .img_normal{
    opacity: 1;
}
.slide5_list .li .img_light{
    z-index: 3;
}







.bottom-line{
    width: 100%;
    position: absolute;
    height: 1.32rem;
    background: url("//game.gtimg.cn/images/smgcn/chasingkaleidorider/line.png") no-repeat center center;
    background-size: 100% auto;
    left: 0;
    bottom: 0.35rem;
    z-index: 10;
}
.kefu{
    position: absolute;
    z-index: 10;
    width: 2.18rem;
    height: 0.66rem;
    right: 0.9rem;
    bottom: 1.44rem;
    background-position: -30rem -0rem;
}
.social_list{
    display: flex;
    position: absolute;
    left: 0.9rem;
    bottom: 0.5rem;
    z-index: 11;
}
.social_list .social_item{
    width: 0.99rem;
    height: 0.99rem;
    margin-right: 0.35rem;
    position: relative;
}
.social_list .social_item .icon_name{
    font-size: 0.24rem;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: -0.3rem;
    width: 2rem;
    left: -0.5rem;
    line-height: 0.34rem;
    display: none;
}
.social_list .social_item .ewm_box{
    position: absolute;
    width: 1.7rem;
    height: 1.86rem;
    background: url("//game.gtimg.cn/images/smgcn/chasingkaleidorider/ewm_box.png") no-repeat center center;
    background-size: 100% auto;
    left: -0.3rem;
    top: -2rem;
    display: none;
}
.social_list .social_item .ewm_box .ewm{
    width: 1.62rem;
    height: 1.62rem;
    margin: 0.04rem auto;
    display: block;
}
.social_list a:hover{
    filter: brightness(1.4);
}
.social_list .social_item:hover .ewm_box,.social_list .social_item:hover .icon_name{
    display: block;
}
.social_list .social_item1{
    background-position: 0 0;
}
.social_list .social_item2{
    background-position: -1.34rem 0;
}
.social_list .social_item3{
    background-position: -2.67rem 0;
}
.social_list .social_item4{
    background-position: -4.01rem 0;
}
.social_list .social_item5{
    background-position: -5.36rem 0;
}
.social_list .social_item6{
    background-position: -6.69rem 0;
}
.social_list .social_item7{
    background-position: -8.03rem 0;
}

.slide6 .s_cont{
    width: 28.94rem;
    margin: 0 auto;
    padding-top: 3rem;
}
.slide6 .slide6_tit{
    width: 8.07rem;
    height: 0.97rem;
    background-position: -0rem -6rem;
    margin-left: 0.44rem;
}
.part6_box{
    width: 28.52rem;
    position: relative;
    z-index: 2;
    margin: -0.97rem auto 0;
}
.part6_box .toggle_btn_box{
    display: flex;
    justify-content: flex-end;
    height: 1.36rem;
}
.part6_box .toggle_btn_box .toggle_btn{
    width: 4.21rem;
    height: 1.36rem;
    font-size: 0.6rem;
    color: #fff;
    text-align: center;
    line-height: 1.36rem;
    background-position: -18.7rem -2.7rem;
}
.part6_box .toggle_btn_box .toggle_btn:hover,.part6_box .toggle_btn_box .toggle_btn.on{
    background-position: -14.1rem -2.7rem;
}
.part6_box .toggle_btn_box .toggle_btn:last-child{
    margin-right: 0.59rem;
    margin-left: 0.26rem;
}
.part6_box .list_box{
    width: 28.52rem;
    height: 11.26rem;
    background: url("//game.gtimg.cn/images/smgcn/chasingkaleidorider/slide6_cont.png") no-repeat center center;
    background-size: 100% auto;
    margin-top: -0.06rem;
    padding-top: 1.42rem;
}
.part6_box .list_ul{
    display: none;
    width: 26.6rem;
    padding: 0.1rem 0 0 0.1rem;
    flex-wrap: wrap;
}
.part6_box .list_ul.show{
    display: flex;
}
.swiper6{
    width: 27.16rem;
    height: 8.62rem;
    margin: 0rem 0 0 0.85rem;
    overflow: hidden;
}
.part6_box .list_ul li{
    position: relative;
    width: 4.88rem;
    height: 3.95rem;
    margin-right: 0.5rem;
    margin-bottom: 0.6rem;
    background: #ececec;
}
.part6_box .list_ul li a:hover{
    filter: none !important;
}
.part6_box .list_ul li:nth-child(5n){
    margin-right: 0;
}
.part6_box .list_ul li:hover:after{
    width: 5.02rem;
    height: 4.11rem;
    box-sizing: border-box;
    position: absolute;
    content: "";
    border-radius: 0.05rem;
    border: 0.1rem solid #f8448b;
    top: 50%;
    left: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
}
.part6_box .list_ul li img{
    display: block;
    width: 4.55rem;
    height: 2.87rem;
    margin: 0.1rem auto 0;
    object-fit: contain;
    /*image-rendering: -webkit-optimize-contrast;*/
    /*image-rendering: crisp-edges;*/
    /*image-rendering: pixelated;*/
    transform: translate3d(0, 0, 0);
    /*backface-visibility: hidden;*/
    /*-webkit-backface-visibility: hidden;*/
    /*text-rendering: geometricPrecision;*/
    /*image-rendering: -webkit-optimize-contrast;*/
    /*image-rendering: crisp-edges;*/
    /*will-change: transform;*/
}
.part6_box .list_ul .text{
    padding: 0 0.1rem;
    text-align: center;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.36rem;
    color: #383838;
}

.part6_box .swiper-scrollbar{
    top: 0;
    right: 0;
    width: 0.21rem;
    height: 8.62rem;
    background: url(//game.gtimg.cn/images/smgcn/chasingkaleidorider/scrollbar_bg.png) no-repeat center top;
    background-size: 100% 100%;
    border-radius: 0;
    z-index: 2;
    position: absolute;
}
.part6_box .swiper-scrollbar-drag{
    background: url(//game.gtimg.cn/images/smgcn/chasingkaleidorider/scrollbar.png) no-repeat center top/cover;
    width: 0.21rem;
    border-radius: 0;
}
.swiper6 .swiper-slide{
    height: auto;
}

.pop_video_box {
    width: 17.7rem;
    height: 10.08rem;
    border: 4px solid #eee;
}
.pop_video_box video{
    width: 100%;
    height: 100%;
}
.btn_pop_close {
    outline: none;
    display: block;
    width: 1rem;
    height: 1rem;
    text-align: center;
    line-height: 1rem;
    cursor: pointer;
    position: absolute;
    right: -1.2rem;
    top: -0.4rem;
    font-size: 1rem;
    color: #eee;
    transition: all 0.3s;
    text-decoration: none;
}
.btn_pop_close:hover {
    /*transform: rotate(180deg);*/
}
.bus{
    position: absolute;
    background: url(//game.gtimg.cn/images/smgcn/chasingkaleidorider/bus.png) no-repeat center top/cover;
    width: 30.24rem;
    height: 14.34rem;
    left: 7.31rem;
    bottom: 1.2rem;
}
.swiper7_box{
    position: absolute;
    width: 15.65rem;
    top: 1.03rem;
    left: 10.49rem;
}
.swiper7_box:after{
    content: "";
    pointer-events: none;
    background: url(//game.gtimg.cn/images/smgcn/chasingkaleidorider/slide7_border.png) no-repeat center top/cover;
    width: 15.67rem;
    height: 9.12rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.slide7 .swiper7_pagination{
    display: flex;
    /*justify-content: flex-end;*/
    margin-top: -0.14rem;
    margin-left: 4.02rem;
    position: relative;
    z-index: 10;
    bottom: 0;
}

.slide7 .swiper7_pagination .swiper-pagination-bullet {
    width: 0.31rem;
    height: 0.31rem;
    box-sizing: border-box;
    border: 1px solid #6e6e6e;
    border-radius: 50%;
    margin: 0 0.2rem 0 0rem;
    background: #162026;
    opacity: 1;
    display: block !important;
}

.slide7 .swiper7_pagination .swiper-pagination-bullet-active {
    background: #fa458c;
    border-color: #fa458c;
}
.swiper7{
    height: 9.13rem;
}
.swiper7_box .swiper-slide img{
    display: block;
    width: 100%;
    height: 9.13rem;
}
.slide7 .light{
    background: url(//game.gtimg.cn/images/smgcn/chasingkaleidorider/slide7_light.png) no-repeat center top/cover;
    width: 5.62rem;
    height: 5.3rem;
    position: absolute;
    left: 0.44rem;
    bottom: 1.5rem;
}

#gfooter {
    text-align: center;
    background: #000;
    color: #fff;
    padding: 0.8rem 0 1.8rem;
    line-height: 0.28rem;
}
#gfooter a {
    color: #fff;
    font-size: 0.4rem;
}
#gfooter .foot {
    position: relative;
    width: 100%;
    height: auto;
}
#gfooter .foot_ieg_logo{
    width: 5.4rem;
    height: 1.1rem;
    background-size: 100%;
    margin-left: 1.8rem;
    margin-top: 0;
}
.foot_cpright {
    padding: 0 !important;
    display: flex;
    justify-content: center;
    /*align-items: center;*/
}

.copyright_zh a {
    padding: 0 !important;
}
.foot_lefts {
    position: relative;
    height: auto;
    width: 8rem;
}
#gfooter .foot_left {
    position: relative;
    width: 100%;
    height: auto !important;
    overflow: initial;
    text-indent: initial;
}
#gfooter .foot_links li{
    line-height: 0.48rem;
}
.foot_left img {
    position: absolute;
    top: -1rem;
    display: block;
    width: auto;
    height: 0.9rem;
    left: 50%;
    transform: translateX(80%);
}
.foot_left p{
    width: 7.5rem;
    text-align: left;
    color: #494949;
}

.foot_links {
    width: auto !important;
    float: none !important;
    left: 50%;
    margin-left: 0.4rem;
}
.head-top{
    width: 100%;
    height: calc(125/750*100vw);
    background-color: #000;
    padding: calc(20/750*100vw);
    box-sizing: border-box;
    width: 100%;
    float: left;
    color: #fff;
    font-size: calc(20/750*100vw);
    line-height: calc(30/750*100vw);
    display: none;
    position: relative;
    z-index: 9;
    text-align: center
}
.foot_links li img{
    width: 0.4rem;
    height: 0.4rem;
}
.head-top a{
    color: #fff;
}
.hinttop{
    height: auto;
    width: 100%;
    position: absolute;
    left: 0;
    top: calc(-185/750*100vw);
    background-color: #000;
    padding: calc(20/750*100vw);
    box-sizing: border-box;
    display: none;
}
.hinttop.on{
    display: block;
}
.footer-slide {
    height: auto !important;
    /* height: 5.6rem !important; */
    position: relative;
    background: #000 !important;
}
.foot_cpright{
    background: #000 !important;
}

.slide5_pop{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
    height: 100%;
    display: none;
    background: url(//game.gtimg.cn/images/smgcn/chasingkaleidorider/bg_bz.jpg) no-repeat center top/cover;

    overflow: auto;
}
.slide5_pop4{
    overflow: auto;
}
.slide5_pop4::-webkit-scrollbar-button {
    display: none;

}
.slide5_pop4::-webkit-scrollbar {
    width: 0.21rem;
    height: 0.21rem;
    background: url(//game.gtimg.cn/images/smgcn/chasingkaleidorider/scrollbar_bg.png) no-repeat center top/cover;
}
.slide5_pop4::-webkit-scrollbar-thumb {
    width: 0.06rem;
    background-color: #5a5a5a;
    background-clip: padding-box;
    border-radius: 0.06rem;
    background: url(//game.gtimg.cn/images/smgcn/chasingkaleidorider/scrollbar.png) repeat center top;
    background-size: 100% 100%;
}
.slide5_pop.show{
    display: block;
}

.slide5_pop .top_bar{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 110;
    height: 2.13rem;
    background: #040303;
    display: flex;
    justify-content: space-between;
    padding: 0 1.88rem 0 0.65rem;
}
.slide5_pop .top_bar .logo{
    background: url(//game.gtimg.cn/images/smgcn/chasingkaleidorider/logo2.png) no-repeat center top/cover;
    width: 2.41rem;
    height: 1.26rem;
    margin-top: 0.35rem;
}
.slide5_pop .top_bar .back_home{
    width: 3.3rem;
    height: 0.59rem;
    background-position: -6.4rem -1.7rem;
    margin-top: 0.86rem;
}
.slide5_pop1 .page_cont,.big_wallpaper .page_cont{
    position: relative;
    width: 28.94rem;
    margin: 0 auto;
    height: 100%;
    padding-top: 3.24rem;
    display: flex;
    flex-direction: column;
}
.slide5_pop1 .page_tit{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
}
.slide5_pop1 .page_tit .title{
    width: 4.85rem;
    height: 0.98rem;
    background-position: -0rem -4.3rem;
}
.slide5_pop1 .page_tit .back{
    width: 2.98rem;
    height: 0.95rem;
    background-position: -33.5rem -2.2rem;
}
.slide5_pop1 .scorll_box{
    height: auto;
    flex: 1;
    overflow: hidden;
    margin-top: 1.08rem;
    position: relative;
    display: flex;
}
.slide5_pop1 .scorll_cont{
    height: 100%;
    width: 27.67rem;
    overflow-x: auto;
}
.slide5_pop1 .waterfall_swiper {
    width: 100%;
    height: 100%;
}
.waterfall_swiper .list{
    position: relative;
    width: 100%;
    /*width: 27.67rem;*/
    display: flex;
}
.waterfall_swiper .list a{
    display: block;
    width: 5.26rem;
    margin-bottom: 0.28rem;
    position: absolute;
}
.waterfall_swiper .list a:nth-child(5n){
    margin-right: 0;
}
.waterfall_swiper .list a img{
    display: block;
    width: 100%;
    height: auto;
}
.waterfall_swiper .swiper-slide{
    height: auto;
}
.slide5_pop1 .scorll_box .swiper-scrollbar{
    top: 0;
    right: 0;
    width: 0.21rem;
    height: 11.81rem;
    background: url(//game.gtimg.cn/images/smgcn/chasingkaleidorider/scrollbar_bg.png) no-repeat center top;
    background-size: 100% 100%;
    border-radius: 0;
    z-index: 2;
    position: absolute;
}
.slide5_pop1 .scorll_box .swiper-scrollbar-drag{
    background: url(//game.gtimg.cn/images/smgcn/chasingkaleidorider/scrollbar.png) no-repeat center top/cover;
    width: 0.21rem;
    border-radius: 0;
}
.big_wallpaper{
    display: none;
    background: url(//game.gtimg.cn/images/smgcn/chasingkaleidorider/bg_bz.jpg) no-repeat center top/cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1003;
}
.big_wallpaper.show{
    display: block;
}
.big_wallpaper .page_cont{
    padding-top: 2rem;
}
.big_wallpaper .page_tit{
    margin-bottom: 0.66rem;
}
.big_wallpaper .back2{
    width: 2.98rem;
    height: 0.95rem;
    background-position: -33.5rem -2.2rem;
}
.big_wallpaper .big_swiper_box{
    width: 28.55rem;
    margin: 0 auto;
    position: relative;
}
.big_button_next,.big_button_prev{
    width: 0.81rem;
    height: 1.17rem;
    top: 5.88rem;
    transition: all 0.3s;
    position: absolute;
}
.big_button_prev{
    background-position: 0 -1.4rem;
    left: 0;
}
.big_button_prev:hover{
    transform: translateX(-0.3rem);
}
.big_button_next{
    background-position: -1.3rem -1.4rem;
    right: 0;
}
.big_button_next:hover{
    transform: translateX(0.3rem);
}
.big_wallpaper .big_swiper{
    width: 22.98rem ;
    height: 14.82rem;
    margin: 0 auto;
}
.big_wallpaper .big_swiper img{
    max-height: 12.94rem;
    display: block;
    width: 100%;
    object-fit: contain;
    margin: 0 auto;
}

.page_video_list .page_cont{
    position: relative;
    width: 28.84rem;
    margin: 0 auto;
    height: 100%;
    padding-top: 3.24rem;
    display: flex;
    flex-direction: column;
}
.page_video_list .page_cont .page_tit{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
}
.page_video_list .page_cont .page_tit .title{
    width: 3.56rem;
    height: 0.97rem;
    background-position: -8.9rem -5.9rem;
}
.page_video_list .page_cont .page_tit .back{
    width: 2.98rem;
    height: 0.95rem;
    background-position: -33.5rem -2.2rem;
}
.page_video_list .video_main .video_text{
    font-size: 0.4rem;
    line-height: 0.6rem;
    color: #383838;
    margin-top: 0.48rem;
    margin-bottom: 0.22rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page_video_list .video_cont{
    display: flex;
    height: 11.54rem;
    justify-content: space-between;
}
.page_video_list .video_main .left{
    width: 20.49rem;
    position: relative;
    height: 11.54rem;
    background: #000;
}
.page_video_list .video_main .mask{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    display: flex;
    background: rgba(0,0,0,.5);
    pointer-events: none;
    color: #fff;
    font-size: 0.8rem;
    justify-content: center;
    align-items: center;
}
.page_video_list .left .poster{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
    left: 0;
}
.page_video_list .left .play_btn{
    width: 2.22rem;
    height: 2.22rem;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-position: -24.4rem -2.5rem;
    z-index: 3;
}
.page_video_list .left .video{
    position: absolute;
    width: 100%;
    /*opacity: 0;*/
    height: 100%;
}
.video_cont.playIng .play_btn{
    display: none;
}
.video_cont.playIng .video{
    opacity: 1;
}
.page_video_list .right{
    width: 6.86rem;
    overflow: auto;
}


.page_video_list .right::-webkit-scrollbar-button {
    display: none;

}
.page_video_list .right::-webkit-scrollbar {
    width: 0.21rem;
    height: 0.21rem;
    background: url(//game.gtimg.cn/images/smgcn/chasingkaleidorider/scrollbar_bg.png) no-repeat center top/cover;
}
.page_video_list .right::-webkit-scrollbar-thumb {
    width: 0.06rem;
    background-color: #5a5a5a;
    background-clip: padding-box;
    border-radius: 0.06rem;
    background: url(//game.gtimg.cn/images/smgcn/chasingkaleidorider/scrollbar.png) repeat center top;
    background-size: 100% 100%;
}

.page_video_list .list{
    width: 5.38rem;
}
.page_video_list .list a{
    display: block;
    width: 100%;
    height: 4.12rem;
}
.page_video_list .list img{
    width: 100%;
    display: block;
    height: 3.05rem;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    text-rendering: geometricPrecision;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    will-change: transform;
}
.page_video_list .list .text{
    text-align: center;
    font-size: 0.32rem;
    line-height: 0.52rem;
    color: #383838;
    margin-top: 0.18rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page_music .page_cont{
    position: relative;
    width: 28.94rem;
    margin: 0 auto;
    height: 100%;
    padding-top: 3.24rem;
    /*display: flex;*/
    flex-direction: column;
}
.page_music .page_cont .page_tit{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
}
.page_music .page_cont .page_tit .title{
    width: 3.62rem;
    height: 0.97rem;
    background-position: -13.3rem -5.8rem;
}
.page_music .page_cont .page_tit .back{
    width: 2.98rem;
    height: 0.95rem;
    background-position: -33.5rem -2.2rem;
}
.music_box{
    position: relative;
    background: url(//game.gtimg.cn/images/smgcn/chasingkaleidorider/music_bg.png) no-repeat center top/cover;
    width: 27.24rem;
    height: 10.76rem;
    margin: 1rem auto;
}
.music_box .disc{
    position: absolute;
    background: url(//game.gtimg.cn/images/smgcn/chasingkaleidorider/disc.png) no-repeat center top/100% auto;
    width: 10.35rem;
    height: 10.37rem;
    top: 0.04rem;
    left: .6rem;
}

.music_box .disc img{
    position: absolute;
    width: 9.69rem;
    height: 9.69rem;
    border-radius: 50%;
    top: 0.27rem;
    left: 0.33rem;
}

.music_box .disc:after{
    content: "";
    position: absolute;
    background: url(//game.gtimg.cn/images/smgcn/chasingkaleidorider/disc2.png) no-repeat center top/100% auto;
    width: 100%;
    height: 100%;
}
.music_box  .ganzi{
    width: 2.78rem;
    height: 4.82rem;
    top: 1.98rem;
    left: 8.34rem;
    position: absolute;
    background: url(//game.gtimg.cn/images/smgcn/chasingkaleidorider/ganzi.png) no-repeat center top/100% auto;
}
.music_box .time_bar_box{
    display: flex;
    align-items: center;
    position: absolute;
    font-size: 0.4rem;
    line-height: 0.6rem;
    height: 0.6rem;
    color: #a8a8a8;
    top: 1.68rem;
    left: 13.03rem;
}
.music_box .time_bar_box .start,.music_box .time_bar_box .end{
    width: 1.27rem;
}
.music_box .time_bar_box .time_bar{
    width: 5.1rem;
    height: .08rem;
    background: #0d0d0b;
    position: relative;
    margin-right: 0.26rem;
}
.music_box .time_bar_box .time_bar .bar{
    background: #fa458c;
    height: 0.14rem;
    position: absolute;
    left: 0;
    top: -0.03rem;
    max-width: 100%;

}
.music_box .control_btn_box{
    position: absolute;
    width: 4.31rem;
    height: 1.32rem;
    top: 1.3rem;
    left: 22.19rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.music_box .control_btn_box>div{
    cursor: pointer;
}
.music_box .control_btn_box .prev,.music_box .control_btn_box .next{
    width: 1rem;
    height: 1rem;
}
.music_box .control_btn_box .prev{
    background-position: -24.3rem -5.6rem;
}
.music_box .control_btn_box .next{
    background-position: -27.4rem -5.6rem;
}
.music_box .control_btn_box .play{
    background-position: -25.7rem -5.6rem;
    width: 1.32rem;
    height: 1.32rem;
}
.music_box .control_btn_box .pause{
    background-position: -29rem -5.6rem;
    width: 1.32rem;

    height: 1.32rem;
}
.music_list_box{
    position: absolute;
    width: 12.6rem;
    height: 6.04rem;
    top: 3.47rem;
    left: 13.4rem;
}
.music_swiper{
    width: 12.42rem;
    height: 100%;
    margin: 0;
}
.music_swiper .swiper-slide{
    height: auto;
}
.music_swiper .music_item{
    display: flex;
    align-items: center;
    position: relative;
    width: 12.42rem;
    height: 1.22rem;
    background: rgba(56,56,56,0.6);
    border-radius: 0.1rem;
    margin-bottom: 0.05rem;
    padding: 0 0.7rem 0 0.76rem;
}
.music_swiper .music_item .num{
    font-family: DINNextLTPro-BC;
    font-size: 0.6rem;
    color: #b5b5b5;
    width: 1.08rem;
}
.music_swiper .music_item .music_name{
    color: #f4f4f4;
    font-size: 0.4rem;
    width: 9.3rem;
}
.music_swiper .music_item:hover,.music_swiper .music_item.on{
    background: #fa458c;
}
.music_swiper .music_item:hover .num,.music_swiper .music_item.on .num{
    color: #f4f4f4;
}

.music_box .swiper-scrollbar{
    top: 0.06rem;
    right: 0;
    width: 0.06rem;
    height: 5.88rem;
    border-radius: 0;
    z-index: 2;
    background: #383838;
    position: absolute;
}
.music_box .swiper-scrollbar-drag{
    width: 0.06rem;
    border-radius: 0;
    background: #fa458c;
}
.music_item .pause_icon{
    width: 0.37rem;
    height: 0.42rem;
    background-position: -31.1rem -5.9rem;
    margin-left: 0.13rem;
}
.music_item.playIng .pause_icon{
    display: none;
}
.music_item .play_icon{
    display: none;
    /*width: 0.46rem;*/
    height: 0.46rem;
}
.music_item.playIng .play_icon{
    display: flex;
    align-items: flex-end;
}

.music_item .play_icon .line{
    animation: noteWave 1s ease-in-out infinite;
    animation-duration: 0.9s;
    width: 0.07rem;
    background: #fff;
    margin-right: .07rem;
    flex-shrink: 0;
}
.music_item .play_icon .line:nth-child(1) {
    height: 0.24rem;
}

.music_item .play_icon .line:nth-child(2) {
    height: 0.46rem;
    animation-delay: 0.2s;
}

.music_item .play_icon .line:nth-child(3) {
    height: 0.3rem;
    animation-delay: 0.1s;
}

.music_item .play_icon .line:nth-child(4) {
    height: 0.4rem;
    animation-delay: 0.3s;
}

.page_comic .page_cont{
    position: relative;
    width: 28.94rem;
    margin: 0 auto;
    /* height: 100%; */
    padding-top: 3.24rem;
    display: flex;
    flex-direction: column;
}
.page_comic .page_cont .page_tit{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
}
.page_comic .page_cont .page_tit .title{
    width: 3.91rem;
    height: 0.94rem;
    background-position: -18.2rem -5.8rem;
}
.page_comic .page_cont .page_tit .back{
    width: 2.98rem;
    height: 0.95rem;
    background-position: -33.5rem -2.2rem;
}
.page_comic .img_box{
    width: 15.68rem;
    /*height: 100%;*/
    /*overflow: auto;*/
    padding-bottom: 2rem;
}
.page_comic .img_box img{
    width: 100%;
    display: block;
}
.page_comic .page_cont .scorll_box{
    height: auto;
    /*flex: 1;*/
    overflow: hidden;
    position: relative;
    width: 22.69rem;
    overflow-y: auto;
    margin: 0.75rem auto 0;
}
.page_comic .scorll_cont{
    /*height: 100%;*/
    width: 24rem;
    /*overflow-x: auto;*/
}
.comic_swiper {
    width: 100%;
    /*height: 100%;*/
    height: 10.02rem;
    margin-top: 0.73rem;
}
.comic_swiper .swiper-slide{
    height: auto;
    overflow: auto;
    overflow-x: hidden;
}
.comic_swiper .swiper-slide::-webkit-scrollbar-button {
    display: none;

}
.comic_swiper .swiper-slide::-webkit-scrollbar {
    width: 0.21rem;
    height: 0.21rem;
    background: url(//game.gtimg.cn/images/smgcn/chasingkaleidorider/scrollbar_bg.png) no-repeat center top/cover;
}
.comic_swiper .swiper-slide::-webkit-scrollbar-thumb {
    width: 0.06rem;
    background-color: #5a5a5a;
    background-clip: padding-box;
    border-radius: 0.06rem;
    background: url(//game.gtimg.cn/images/smgcn/chasingkaleidorider/scrollbar.png) repeat center top;
    background-size: 100% 100%;
}

.scorll_box .swiper-scrollbar{
    top: 0;
    right: 0;
    width: 0.21rem;
    height: 12.01rem;
    background: url(//game.gtimg.cn/images/smgcn/chasingkaleidorider/scrollbar_bg.png) no-repeat center top;
    background-size: 100% 100%;
    border-radius: 0;
    z-index: 2;
    position: absolute;
}
.scorll_box .swiper-scrollbar-drag{
    background: url(//game.gtimg.cn/images/smgcn/chasingkaleidorider/scrollbar.png) no-repeat center top/cover;
    width: 0.21rem;
    border-radius: 0;
}
.chapter_list_box{
    background: url(//game.gtimg.cn/images/smgcn/chasingkaleidorider/chapter_list.png) no-repeat center left;
    background-size: 6.58rem auto;
    width: 6.58rem;
    height: 12.01rem;
    position: fixed;
    top: 4.95rem;
    left: 23.44rem;
    z-index: 10;
    width: 7rem;
}
.chapter_list{
    /*height: 10.02rem;*/
    /*margin-top: 0.73rem;*/
    /*overflow: auto;*/
    /*overflow-x: hidden;*/
    /*border-bottom: 0.02rem solid #565454;*/
}
.chapter_list::-webkit-scrollbar {
    display: none;
}
.chapter_list a{
    display: block;
    width: 6.58rem;
    height: 1.18rem;
    line-height: 1.18rem;
    padding: 0 0.3rem 0 0.48rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.4rem;
    color: #fff;
}
.chapter_list a:hover,.chapter_list a.on{
    background: #fa458c;
}
.chapter_list_bottom{
    width: 5.5rem;
    margin-left: 0.44rem;
    border-top: 0.02rem solid #565454;
    display: flex;
    align-items: baseline;
    padding-top: 0.3rem;
    justify-content: space-between;
}
.chapter_list_bottom .page{
    width: 1.04rem;
    height: 0.49rem;
    background-position: -28rem -3.3rem;
}
.chapter_list_bottom .page_num{
    font-size: 0.5rem;font-family: DINNextLTPro-BC;
    color: #fff;
    line-height: 0.6rem;
}
.chapter_list_bottom .page_num span{
    font-size: 0.6rem;
    color: #f8448b;
}

.page_creation {

    position: absolute;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
    height: 100%;
    display: none;
    background: url(//game.gtimg.cn/images/smgcn/chasingkaleidorider/bg_bz.jpg) no-repeat center top/cover;
}
.page_creation.show{
    display: block;
}

.page_creation .page_cont{
    position: relative;
    width: 28.94rem;
    margin: 0 auto;
    height: 100%;
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
}
.page_creation .page_tit{
    margin-bottom: 0.66rem;
}
.page_creation .back{
    width: 2.98rem;
    height: 0.95rem;
    background-position: -33.5rem -2.2rem;
}
.page_creation .big_creation_swiper_box{
    width: 26.24rem;
    margin: 0 auto;
    position: relative;
}
.page_creation .big_button_next,.page_creation .big_button_prev{
    width: 0.81rem;
    height: 1.17rem;
    top: 5.88rem;
    transition: all 0.3s;
    position: absolute;
}
.page_creation .big_button_prev{
    background-position: 0 -1.4rem;
    left: 0;
}
.page_creation .big_button_prev:hover{
    transform: translateX(-0.3rem);
}
.page_creation .big_button_next{
    background-position: -1.3rem -1.4rem;
    right: 0;
}
.page_creation .big_button_next:hover{
    transform: translateX(0.3rem);
}
.page_creation .big_creation_swiper{
    width: 21.57rem ;
    height: 13.82rem;
    margin: 0 auto;
}
.page_creation .big_creation_swiper img{
    max-height: 12.14rem;
    display: block;
    width: 100%;
    object-fit: cover;
    margin: 0 auto;
}
.page_creation .big_creation_swiper .img_box{
    position: relative;
}
.page_creation .big_creation_swiper .name{
    position: absolute;
    height: 1.18rem;
    line-height: 1.18rem;
    min-width: 11.65rem;
    font-size: 0.48rem;
    color: #fff;
    padding: 0 0.05rem;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right,
    rgba(0, 0, 0, 0.66) 0%,
    rgba(0, 0, 0, 0.66) 66%,
    rgba(0, 0, 0, 0) 100%);
}
.page_creation .btn_down,.big_wallpaper .big_swiper .btn_down{
    display: block;
    background: url(//game.gtimg.cn/images/smgcn/chasingkaleidorider/down_btn.png) no-repeat center top/cover;
    width: 4.29rem;
    height: 1.26rem;
    margin: 0.42rem auto 0;
}
.footer_logo{
    display: block;
    width: 3.94rem;
    height: 0.99rem;
    /*margin: 0.4rem auto 0;*/
    background: url(//game.gtimg.cn/images/smgcn/chasingkaleidorider/footer_logo.png) no-repeat center top/cover;
    z-index: 3;
    left: 50%;
    margin-left: -12.5rem;
    top: 2rem;
    position: absolute;
}
.yyjl{
    width: 3.44rem;
    height: 3.8rem;
    position: absolute;
    left: 50%;
    margin-left: -8.6rem;
    bottom: 3.8rem;
    z-index: 3;
    background: url(//game.gtimg.cn/images/smgcn/chasingkaleidorider/yyjl.png) no-repeat center top/cover;
}
.yyjl2{
    width: 9.48rem;
    height: 2.86rem;
    position: absolute;
    left: 50%;
    margin-left: -18rem;
    bottom: 4rem;
    display: none;
    background: url(//game.gtimg.cn/images/smgcn/chasingkaleidorider/yyjl2.png) no-repeat center top/cover;
}
.yyjl2.show{
    display: block;
}
.slide1 .links{
    width: 15.5rem;
    height: 0.59rem;
    display: flex;
    position: absolute;
    left: 11.2rem;
    bottom: 3rem;
    background: url("//game.gtimg.cn/images/smgcn/chasingkaleidorider/link2.png") no-repeat center top;
    background-size: 100% auto;
}
.slide1 .links a{
    background: url("//game.gtimg.cn/images/smgcn/chasingkaleidorider/link.png") no-repeat center top;
    background-size: 15.5rem 0.59rem;
}
.slide1 .links a:nth-child(1){
    width: 3.82rem;
    background-position: -0rem -0rem;
}
.slide1 .links a:nth-child(2){
    width: 3.49rem;
    background-position: -3.82rem -0rem;
}
.slide1 .links a:nth-child(3){
    width: 4.06rem;
    background-position: -7.31rem -0rem;
}
.slide1 .links a:nth-child(4){
    width: 4.13rem;
    background-position: -11.38rem -0rem;
}
.play-con{
    width: 100%;
    height: 100%;
}
.pop5_4 .btn_box{
    justify-content: center;
    margin-top: 0.1rem;
}
.pop5_4 .line{
    background: #c8c8c8;
    height: 0.02rem;
    margin: 0.2rem auto 0;
    width: 90%;
}
.pop5_4 .text2{
    font-size: 0.3rem;
    color: #898989;
    line-height: 0.48rem;
    margin-top: 0.48rem;
    text-align: center;
}
.pop4_4 .pop_cont{
    height: 9.5rem;
}
.pop4_4 .pop_main{
    width: 7rem;
}
.pop4_4 .exchange_box{
    height: 2.6rem;
    width: 7rem;
}