@charset "utf-8";
/* CSS Document */

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

html, body {
	font-family: "微软雅黑";
    -webkit-user-select: none;
    height: 100%;
    width: 100%;
	margin: 0;
	padding: 0;
    -webkit-text-size-adjust: 100%;
    overflow: hidden;
}
.pull-right{
	float:right;
}

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background: transparent;
}

img {
    max-width: 100%;
    vertical-align: middle;
}
.hidden{
	display:none;
}

* {
    -webkit-overflow-scrolling: touch;
    margin: 0;
    padding: 0;
  }

body{

	overflow: hidden;

}
.stages{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background:url("http://xinhuanetcdn.event-crm.cn/spdb202101/content/image/bg-main.jpg") no-repeat center;
    background-size:cover;

}
.widgets{
    /*position: absolute;*/
    /*top:0;*/
    /*left:0;*/
    width:100%;
    height:100%;
    overflow: hidden;;
}
.widgets.back{
    z-index:-1;
}

.stage{

	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display: none;
    overflow:hidden;
}
/*loading消失后不会再出现。*/

.stage.active{
	display:block;
}
.earth-active{
    display:block !important;
}

.debug{
	width:50%;
	display:none;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	background:#FFF;
	overflow:scroll;
	font-size:16px;
	padding:5px;


}
.debug .error{
	background:red;
	color:#FFF;
}


.btn-music{
	    width: .75rem;
    height: .75rem;
    background: url("http://xinhuanetcdn.event-crm.cn/spdb202101/content/image/music.png") no-repeat top center;
    background-size: .75rem 1.50rem;
    background-position:0 -.75rem;
	position: absolute;
    z-index: 14;
    right: .3rem;
    top: .3rem;

}
.btn-music.active{
	background-position:0 0 ;
}

.phonograph{
    display: flex;
    justify-content: center;
    margin-bottom: 0.6rem;
}
.phonograph-views{

}
.phonograph-views.active{
    animation:rotateDisk 6s linear infinite ;
}
@keyframes rotateDisk{
    0%{transform:rotate(0deg)}
    50%{transform:rotate(180deg)}
    100%{transform:rotate(360deg)}
}
.phonograph-views img{
    width: 1.87rem;
    height: 1.87rem;
}
.phonograph-stick{
    width: 0.31rem;
    height: 0.31rem;
    background-color: #6699cc;
    border: 2px solid #fff;
    border-radius: 50%;
    position: relative;
    margin-left: -0.15rem;
    transform-origin: left top;
    transition: all 1s;
}
.phonograph-sticks{
    transform: rotate(20deg);
    transition: all 1s;
}
.phonograph-stick img{
    width: 0.66rem;
    height: 1.34rem;
    position: absolute;
    top: 0.33rem;
    left: -0.1rem;

}
.loading-container{
	width: 100%;
	position:absolute;
    top: 50%;
    transform: translate(0,-50%);
    /*bottom:30%;*/
    /*margin-top:-2.5rem;*/
	/*left:0;*/

}

.loading-text{
    font-size:.4rem;
    letter-spacing: .02rem;
    text-align:center;
    color:#a03036;

}
.stage-loading .loading-bar {
    height: .1rem;
    width: 4.16rem;
    margin: .2rem auto .2rem;
    background: #fff;
    border: 0;
    border-radius: .1rem;
    overflow: hidden;

}

.loading-bar-inner{
	height:100%;
	width:0%;
	background:#3d7aba;

}

.text-progress{
	font-size:.24rem;
	width: 100%;
	height: .35rem;
    line-height:.35rem;
	/*position: absolute;*/
	top: 4.6rem;
	color:#fff;
    text-align:center;
}

.comboAnimationContainer{
	 width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    transform: translate3d(0,0,0);
    transition:transform 1s;

}

.overlay-noflick {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100% ;
    height:100%;
    background:rgba(0,0,0,.5);
    z-index:3;
    display:none;
}


.overlay-dark {
    position:fixed;
    top:0;
    left:0;
    z-index:99999;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.6);
    display:none;
}
.overlay-light {
    position:absolute;
    top:0;
    left:0;
    z-index:99999;
    width:100%;
    height:100%;
    background:#FFF;
    display:none;
}


.stage-final{
	/*background: url(http://xinhuanetcdn.event-crm.cn/spdb202101/content/image/bg-final.jpg) no-repeat center;*/
    background-size: cover;
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	display: none;
	z-index: 2;
}

.combo-canvas-container{z-index:1}


.screen-hint-pc{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:9999;
	background:#46a1e4;
	background-size:100% 100%;
	display:none;
}
.screen-hint-pc .widget-hint-pc{
	background:url("http://xinhuanetcdn.event-crm.cn/spdb202101/content/image/qr.png") no-repeat center;
	height: 260px;
    width: 260px;
    position: absolute;
    top: 50%;
    margin-top: -70px;
    left: 50%;
    margin-left: -118px;
    background-size: 100% 100%;
}
.screen-hint-pc .hint-text{
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin-top: 16px;
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
}
.screen-hint-landscape{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:9998;
	background:#46a1e4;
	background-size:100% 100%;
	display:none;
}
@media (min-width: 850px) {
	.screen-hint-pc{
	display:block;

}
}
@media (orientation: landscape) {
	.screen-hint-landscape{
		display:none;
	}
	.screen-hint-landscape .hint-text{
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin-top: 16px;
    position: absolute;
    left: 0;
    top: 45%;
    width: 100%;
}
}
.stage-loading{z-index:9}
.stage-start{
    z-index: 1;
}
.btn-skip{
    position:absolute;
    right:.05rem;
    top:.05rem;
    font-size:.26rem;
    padding:.2rem .3rem;
    letter-spacing:.05rem;
    color:#fff;
    opacity:0;
    z-index: 20;
}
/*诗*/
.poem{
    width: 100%;
    height: 100%;
    position: relative;
    background-color: rgba(0,0,0 ,.7);
    z-index: 10;
}
.poem div{
    font-size: 0.4rem;
    color: #ffffff;
    width: 100%;
    text-align: center;
    z-index: 10;
    line-height: 2;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%,-50%);
    opacity: 0;
    font-style: oblique;
    font-weight: 400;
    letter-spacing: .09rem;
    /*font-family: "PingFang TC";*/
}
.logo{
    background:url("http://xinhuanetcdn.event-crm.cn/spdb202101/content/image/logo.png") no-repeat bottom center;
    background-size:100% 100%;

    width: 2.128rem;
    height: 1.128rem;
    position:absolute;
    top:.3rem;
    left:.3rem;
   z-index:14;
}

.backgroundAnimationContainer{
    width:100%;
    height:200rem;
    position:static;
}

.start-title{
    width: 6.67rem;
    height: 2.83rem;
    left:0.42rem;
    top:1.3rem;
    position:absolute;
}
.start-title img{
    width: 100%;
    height: 100%;
    position:absolute;
    top:0;
    left:0;
    opacity: 0;
    transform: translate3d(0 , 30%,0);
    transition:all 1.2s ease-in-out;
    --staggerDelay:.2s;
}

.start-title img:nth-child(1){
    transform: translate3d(-10% ,0,0);
    transition-delay:calc(var(--staggerDelay)*1);
}
.start-title img:nth-child(2){
    transition-delay:calc(var(--staggerDelay)*2);
}
.start-title img:nth-child(3){
    transition-delay:calc(var(--staggerDelay)*3);
}
.start-title img:nth-child(4){
    transition-delay:calc(var(--staggerDelay)*4);
}
.start-title img:nth-child(5){
    transition-delay:calc(var(--staggerDelay)*5);
}
.start-title img:nth-child(6){
    transition-delay:calc(var(--staggerDelay)*6);
}
.start-title img:nth-child(7){
    transition-delay:calc(var(--staggerDelay)*7);
}
.start-title.active img{
    transform: translate3d(0, 0,0);
    opacity: 1;
}

.hint-start{
    width:3.3rem;
    height:2.5rem;
    position:absolute;
    bottom:.6rem;
    left:50%;
    margin-left:-1.65rem;
    display:none;
}


.hint-start .text{
    color:#fff;
    font-size:.24rem;
    white-space: nowrap;
    text-align:center;
    position:absolute;
    bottom:-0rem;
    left:0;
    width:100%;
    letter-spacing: .1rem;
}

.star{
    position:absolute;
    background:url("http://xinhuanetcdn.event-crm.cn/spdb202101/content/image/star-1.png") no-repeat center;
    background-size:100% 100%;
    width: 0.44rem;
    height: 0.6rem;
    animation:star 2s infinite;
}
.star:nth-child(1){
    left:.3rem;
    top:3rem;
}
.star:nth-child(2){
    left:.7rem;
    top:1rem;
    transform:scale(.5) rotate(0deg);
    animation-delay:-2.6s;
}
.star:nth-child(3){
    left:5.0rem;
    top:1rem;
    transform:scale(.9) rotate(3deg);
    animation-delay:-3.1s;
}
.star:nth-child(4){
    left:6.7rem;
    top:2rem;
    transform:scale(.5) rotate(0deg);
    animation-delay:-208.1s;
}
.star:nth-child(5){
    left:5.7rem;
    top:4rem;
    transform:scale(.4) rotate(0deg);
    animation-delay:-122.6s;
}
.star:nth-child(6){
    left:6.2rem;
    top:4.5rem;
    transform:scale(.4) rotate(0deg);
    animation-delay:-102.1s;
}
.star:nth-child(7){
    left:4.0rem;
    top:2.5rem;
    transform:scale(.6) rotate(0deg);
    animation-delay: - 49.7.6s;
}
@keyframes star{
    0%{opacity:.6;}
    15%{opacity:.8;}
    20%{opacity:.95;}
    40%{opacity:.6;}
    50%{opacity:.75;}
    75%{opacity:1;}
    85%{opacity:.5;}
    100%{opacity:.7;}

}

@keyframes hintHand{
    0%{
        opacity:.1;
    }
    100%{
        opacity:.8;
    }
}


.btn-group{
    position:absolute;
    left:0;
    bottom:0.8rem;
    width:100%;
    text-align:center;
    display:none;
}
.btn-group .btn{
    display:none;
}
.btn-group .btn.active{display:block;}
.btn-poster{
    background:url("http://xinhuanetcdn.event-crm.cn/spdb202101/content/image/button-poster.png") no-repeat center;
    background-size:100% 100%;
    display: inline-block;
    width: 3.4rem;
    height: .99rem;
}
.btn-info{
    background:url("http://xinhuanetcdn.event-crm.cn/spdb202101/content/image/button-info.png") no-repeat center;
    background-size:100% 100%;
    display: inline-block;
    width: 2.98rem;
    height: .98rem;
}
.btn-back{
    background:url("http://xinhuanetcdn.event-crm.cn/spdb202101/content/image/button-return.png") no-repeat center;
    background-size:100% 100%;
    display: inline-block;
    width: 3.47rem;
    height: .98rem;
}

.stage-poster{

    z-index:-1;
    display:block;
    opacity:0;
    transition: opacity .3s;

}
.stage-poster.active{
    z-index:1;
    opacity:1;
}
.poster-list{
    width:5.14rem;
    height:9.14rem;
}
.poster{
    border:.04rem solid #fffee7;
    border-radius:.1rem;
    box-sizing: border-box;
    overflow: hidden;
    padding:0;


}
.poster img{
    width:5.14rem;height:9.14rem;
    vertical-align: baseline;
}
.arrow{
    position:absolute;
    top:5.5rem;
     width: .72rem;
    height:1.04rem;
	outline: none;
}



/*地球*/
.earth{
    width: 6.95rem;
    height: 6.88rem;
    position: absolute;
    top: 3.5rem;
    left: 50%;
    margin-left:-3.475rem;
    transform: scale(0.9);

    /*opacity: .2;*/
}
.earth .earth-part{
    background-size:cover;
    width: 6.95rem;
    height: 6.88rem;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
    visibility: hidden;
    opacity: 0;
    transition:opacity .8s;
}
.earth .earth-part.active{
    visibility: visible;
    opacity: 1;
}

.earth img{
    width: 1rem;
    height: 1.21rem;
    position: absolute;
    animation: start-button 3s infinite;
}
.earth button{
    background-color: transparent;
    position: absolute;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.earth button:focus{
    outline: none;
}

.earth .earth-gray{
    background-image: url("http://xinhuanetcdn.event-crm.cn/spdb202101/content/image/earth-gray.png");
    display:block;
    visibility: visible;
    opacity:1;

}
.earth-1{
    background-image: url("http://xinhuanetcdn.event-crm.cn/spdb202101/content/image/earth-1.png");
}
.earth-1 img{
    top: 0.76rem;
    left: 2.02rem;
}
 .earth-button-1{
    width: 3rem;
    height: 1.5rem;
    left: 0.8rem;
    top: 0.5rem;
    transform: rotate(-29deg);
}
.earth-2 img{
    top: 4.14rem;
    left: 5.37rem;
}
 .earth-button-2 {
    width: 3rem;
    height: 1rem;
    right: -0.5rem;
    top: 4.2rem;
    transform: rotate(-67deg);
}
.earth-3 img{
    top: 5.24rem;
    left: 3rem;
}
 .earth-button-3{
    width: 2.4rem;
    height: 2.1rem;
    bottom: 0.07rem;
    left: 2.3rem;
}
.earth-4 img{
    top: 3.76rem;
    left: 0.77rem;
}
 .earth-button-4{
    width: 1.5rem;
    height: 2.6rem;
    bottom: 1.3rem;
    left: 0.5rem;
}
.earth-5 img{
    top: 1.73rem;
    left: 4.37rem;
}
.earth-button-5{
    width: 1.8rem;
    height: 2.7rem;
    top: 1rem;
    right: 1.4rem;
}
.earth-6 img{
    top: 2.4rem;
    left: 2.87rem;
}
 .earth-button-6{
    width: 0.8rem;
    height: 1.3rem;
    top: 2.4rem;
    left: 2.87rem;
}
.earth-2{
    background-image: url("http://xinhuanetcdn.event-crm.cn/spdb202101/content/image/earth-2.png");
}
.earth-3{
    background-image: url("http://xinhuanetcdn.event-crm.cn/spdb202101/content/image/earth-3.png");
}
.earth-4{
    background-image: url("http://xinhuanetcdn.event-crm.cn/spdb202101/content/image/earth-4.png");
}
.earth-5{
    background-image: url("http://xinhuanetcdn.event-crm.cn/spdb202101/content/image/earth-5.png");
}
.earth-6{
    background-image: url("http://xinhuanetcdn.event-crm.cn/spdb202101/content/image/earth-6.png");
}

/*底部按钮*/
.start-button {
    /*animation: start-button 2s infinite;*/
}
.start-button div{
    display: none;
    opacity: 0;
}
.start-button div img{
    display: block;
}
.earth-sound{
    position: absolute;
    bottom: 1rem;
    left: 50%;
    width: 6.03rem;
    height: 0.49rem;
    margin-left:-3.015rem;
    background:url("http://xinhuanetcdn.event-crm.cn/spdb202101/content/image/sound.png") no-repeat center;
    background-size: 100% 100%;
    animation: start-button 2s infinite;
    display:none;
}
.start-button-info{
    width: 100%;
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    transform: translate(-50%);
}
.button-info{
   width: 3.35rem;
    height: 0.98rem;
    float: left;
    margin-left: 0.54rem;
}
#send-sound{
    width: 2.98rem;
    height: 0.98rem;
    float: right;
    margin-right: 0.54rem;
}
/*返回 ，海报按钮*/
.button-select{
    display: none;
    width: 100%;
    position: absolute;
    bottom: 0.5rem;
    left: 0;
    opacity: 0;
}
.button-return{
    float: left;
    margin-left: 0.54rem;
    width: 2.98rem;
    height: 0.98rem;
}
.button-poster{
    float: right;
    width: 2.98rem;
    height: 0.98rem;
    margin-right: 0.54rem;
}
/*了解金融*/
.stage-info{
    opacity: 0;
    z-index: 2;
}
.stage-info-container{
    width: 5.63rem;
    /*height: 7.59rem;*/
    text-align: center;
    position: absolute;
    left: 50%;
    top: 1rem;
    bottom: 2.5rem;
    margin-left: -2.815rem;
}
.info-border{
    width: 5.63rem;
}
.info-bg-top{
    background: url("http://xinhuanetcdn.event-crm.cn/spdb202101/content/image/info-bg-top.png") no-repeat left center;
    height: 2.98rem;
    background-size: cover;
    position: absolute;
    top: 0;
}
.info-bg-center{
    background: url("http://xinhuanetcdn.event-crm.cn/spdb202101/content/image/info-bg-center.png") repeat-y left center;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 2.97rem;
    bottom: 2.97rem;
}
.info-bg-bottom{
    background: url("http://xinhuanetcdn.event-crm.cn/spdb202101/content/image/info-bg-bottom.png") no-repeat left center;
    height: 2.97rem;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
}
/* .stage-info-box{
    overflow: scroll;
    overflow-y: auto;
    width: 5.02rem;
    position: absolute;
    position: absolute;
    left: .3rem;
    top: .33rem;
    right: .3rem;
    bottom: .3rem;

} */
.stage-info-box{
    overflow: scroll;
    overflow-y: auto;
    width: 4.85rem;
    position: absolute;
    left: .3rem;
    top: 0.6rem;
    right: .3rem;
    bottom: 0.6rem;
}
.info-container-top{
    width: 3.53rem;
    height: 3.53rem;
    /*border: 5px solid rgba(255 ,255 ,255, .5);*/
    border-radius: 50%;
    position: relative;
    margin: 0.8rem auto 0 auto;
}


.info-img{}
.info-img img{
    width: 1.36rem;
    height: 1.36rem;
    border-radius: 50%;
    position: absolute;
    transform: scale(0.9);
    /*width: 4.69rem;*/
    /*height: 4.38rem;*/
    /*position: absolute;*/

}
.info-logo{
    background: url("http://xinhuanetcdn.event-crm.cn/spdb202101/content/image/pufa.png") left center no-repeat;
    background-size: cover;
    width: 1.88rem;
    height: 0.52rem;
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 0.36rem;
    transform: translate(-50%,-50%);
}
.info-img-1{
    left: 0.32rem;
    top: -0.38rem;
    /*transform: translate(-250%, -341%);*/
    /* opacity: 0; */
}
.info-img-2{
    right: 0.32rem;
    top: -0.38rem;
    /*transform: translate(250%, -341%);*/
    /* opacity: 0; */

}
.info-img-3{
    left: -0.6rem;
    top: 1.14rem;
    /*transform: translate(-200%);*/
    /* opacity: 0; */

}
.info-img-4{
    right: -0.6rem;
    top: 1.14rem;
    /*transform: translate(200%);*/
    /* opacity: 0; */

}
.info-img-5{
    left: 0.32rem;
    bottom: -0.38rem;
    /*transform: translate(250%, 341%);*/
    /* opacity: 0; */
}
.info-img-6{
    right: 0.32rem;
    bottom: -0.38rem;
    /*transform: translate(-250%, 341%);*/
    /* opacity: 0; */

}
.info-title{
    font-size: 0.24rem;
    color: #fff;
    text-align: center;
    margin-bottom: 0.2rem;
    margin-left: -0.2rem;
    /* opacity: 0; */

}
.info-container-bottom{
    margin-top: 0.5rem;
    font-size: 0.24rem;
    line-height: 0.52rem;
    color: #fff;
    text-indent: 2em;
    font-weight: inherit;
}
.info-container-bottom .info-text{
    padding:0 0.4rem ;
    text-align: left;
    /* opacity: 0; */
}
.info-text p{
    margin-bottom: 0.2rem;
}

/*海报*/
.stage-poster-container{
    width: 6.81rem;
    height: 10.7rem;
    /*background: url("http://xinhuanetcdn.event-crm.cn/spdb202101/content/image/poster-border.png") no-repeat left center;*/
    /*background-size: cover;*/
    margin:1rem auto 0 auto;
    text-align: center;
    /* transform: translate(150%) rotate(90deg); */
}
.poster-border{
    width: 5.63rem;
    height: 8.99rem;
    position: relative;
    background: url(http://xinhuanetcdn.event-crm.cn/spdb202101/content/image/poster-border.png) left center no-repeat;
    background-size: cover;
    margin: auto;
}
.poster-title{
    position: absolute;
    top: .5rem;
    left: 0;
    width: 100%;
    text-align: center;
    letter-spacing:5px;
    /* opacity: 0; */
}
.poster-title p{
    font-size: 0.28rem;
    color: #fff;
}
.poster-img{
    position: absolute;
    left: 0.3rem;
    top: 0.29rem;
    /*z-index: -1;*/
    width: 5.01rem;
    height: 8.4rem;
    z-index: 3;
    overflow: hidden;
}
.poster-img img{
    width: 5.01rem;
    height: 8.4rem;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
}


.poster-button{
    z-index: 2;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;

}
.poster-button img{
    width: 0.71rem;
    height: 1.02rem;

}
.poster-button img:focus{
    outline: none;
}
.poster-button-left{
  float: left;
  margin-left: -0.7rem;
}
/* .poster-button-return{
    opacity: 0;
} */
.poster-button-right{
  float: right;
  margin-right: -0.7rem;
}
.poster-light{
    position: absolute;
    background: url("http://xinhuanetcdn.event-crm.cn/spdb202101/content/image/poster-light.png") no-repeat left center;
    background-size: cover;
    width: 8.66rem;
    height: 7.96rem;
    z-index: -1;
}

@-webkit-keyframes start-button {
    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0.4
    }
}
@keyframes start-button {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0.4
    }
}

.sub-page-poster{
    transform:rotate(30deg) translateX(100%);
    transform-origin: right bottom;
}

.sub-page{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height: 100vh;
}
.sub-page-info{
    transform:rotate(-30deg) translateX(-100%);
    transform-origin: left bottom;
}
.sub-page-container{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:13.995375rem;
    transform: rotate(0deg);
    padding-top: 100vh;
    transform-origin: bottom center;
    transition:all .8s;
}
.sub-page-container.sub-info{
    transform:rotate(30deg);
}
.sub-page-container.sub-poster{
    transform:rotate(-30deg);
}
.stages,.stage-main{
    transition:transform 2s;
}
.stages.scale{
    /* transform:scale3d(1.05,1.05,1.05); */
}
.stages.scale .stage-main{
    transform:scale3d(1.25,1.25,1.25);
    transition-duration: 3s;
}
.stage-topic{
    background:#fff;
    z-index:1;
}
.stage-topic-widgets{
    z-index:2;
}
.finger-container{
    width:1.53rem;
    height:1.48rem;
    position:absolute;
    bottom:1rem;
    left:50%;
    margin-left:-.765rem;
    display: none;
}
.finger{
    background:url("http://xinhuanetcdn.event-crm.cn/spdb202101/content/image/finger1.png") no-repeat top center;
    background-size:1.53rem 2.96rem;
    width:1.53rem;
    height:1.48rem;
    position:absolute;
    top:0;
    left:0;

}
.finger-active{
    background-position-y:-1.48rem;
    animation:fingerShine 1s linear infinite alternate;
}
@keyframes fingerShine{
    100%{
        opacity:0;
    }
}
.finger-hint{
    /*background:url("http://xinhuanetcdn.event-crm.cn/spdb202101/content/image/hint.png") no-repeat center;*/
    background:url("http://xinhuanetcdn.event-crm.cn/spdb202101/content/image/hint-txt.png") no-repeat center;
    width: 5.06rem;
    height: 0.37rem;
    background-size: 100% 100%;
    left:50%;
    margin-left:-2.53rem;
    position:absolute;
    bottom:-.5rem;
}

.foregroundAnimation{
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
}
#scrollbar::-webkit-scrollbar-track {
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
	border-radius:10px;
    background-color: rgba(255, 255, 255,0.2);

}
#scrollbar::-webkit-scrollbar {
	width:6px;
	border-radius:10px;
    background-color: rgba(255, 255, 255 , 0.2);

}
#scrollbar::-webkit-scrollbar-thumb {
	border-radius:10px;
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
	background-color: rgb(212, 250, 255)    ;
}
.btn-stage-back{
    background:url('http://xinhuanetcdn.event-crm.cn/spdb202101/content/image/btn-back.png') no-repeat center;
    width:1.58rem;
    height: 0.9rem;
    background-size:100% 100%;
    position:absolute;
    left:.2rem;
    top:.2rem;
    z-index:2;
}
.anim-container-after{
    display:none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow-x: auto;
}
.anim-container-after svg{
    width:300% !important;
}
.slide-1-overlay.active{
    display: block;
}
.slide-overlay.active{
    display: block;
}
.slide-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:none;
}
.slide-1-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:none;
}
.text-before{
    position:absolute;

    top:0;
    left:0;
    width:100%;
    height:100%;
    perspective: 800px;
}
.text-before .text{
    width:75%;
    font-size:.26rem;
    position:absolute;
    left:13%;
    top:25%;
    transform:translateY(-0%) rotateX(90deg);
    box-sizing: border-box;
    color:#fff;
    background:rgba(0,0,0,.4);
    /* background: url('http://xinhuanetcdn.event-crm.cn/spdb202101/content/image/txtbg.png') no-repeat left center;
    background-size: 100% 100%; */
    padding:.2rem;
    border-radius:.2rem;
    opacity:0;
    transition:all .5s;
}
/* .text-before .text p{

}
 */

.text-before .text.active{
    opacity:1;
    transform:translateY(-50%) rotateX(0);
}
.text.active{
    opacity:1;
}
.text-after{
    position:absolute;
    top:25%;
    left: 0;
    width:100%;
    height:100%;
    z-index:2;
    display: flex;
    justify-content: center;

}
.text-after .text{
    opacity:0;
    transform:translateY(0%) rotateX(90deg);
    width:75%;
    position:absolute;
    box-sizing: border-box;
    color:#fff;
    background:rgba(0,0,0,.4);
    font-size:.26rem;
    padding:.2rem;
    border-radius:.2rem;
    transition:all .5s;
    top: 0;
}
.text-after .text.active{
    opacity:1;
    transform:translateY(-50%) rotateX(0deg);
}

/* .stage-topic .text-after .text-1{
    top: 25%;
    right: 3.5rem;
}
.stage-topic .text-after .text-2{
    top: 60%;
    right: 5.9rem;
}
.stage-topic .text-after .text-3{
    top: 65%;
    right: 14rem;
}
.stage-topic .text-after .text-4{
    top: 35%;
    right: 15rem;
} */
.stage-topic .text-width{
    width: 55%;
    left: 24%;
}

.finger-release-hint{
    background:url("http://xinhuanetcdn.event-crm.cn/spdb202101/content/image/hint-release.png") no-repeat center;
    width: 4.06rem;
    height: 0.37rem;
    background-size:100% 100%;
    position:absolute;
    left:50%;
    bottom:.65rem;
    margin-left:-2.03rem;
    opacity:0;
    display: none;

}
.finger-release-hint.active{
    display: block;
    animation:hintShine .6s linear infinite alternate;
}
@keyframes hintShine{
    0%{
        opacity:.4;
    }
    100%{
        opacity:1;
    }
}
.continue-container{
    width: 3.76rem;
    height: 3.96rem;
    background:rgba(0,0,0,.4);
    position:absolute;
    bottom:.2rem;
    left:50%;
    margin-left:-1.83rem;
    border-radius:.2rem;

    display:none;

}
.earth-small{
    background:url("http://xinhuanetcdn.event-crm.cn/spdb202101/content/image/earth-small.png") no-repeat center;
    width: 2.74rem;
    height: 2.81rem;
    background-size:100% 100%;
    margin:0 auto;
}
.btn-continue{
    background:url("http://xinhuanetcdn.event-crm.cn/spdb202101/content/image/btn-continue.png") no-repeat center;
    width: 3.48rem;
    height: 0.9rem;
    background-size:100% 100%;
    margin:0 auto;
}


#audioSvg{
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);

}

#line{
    transition:all .1s;
  }
  .target{
   fill:none;stroke-width:1.5;stroke:white; stroke-opacity: .7;
  }
  .cls-1{display:none;fill:white;stroke-width:1;stroke:white}

.btn-joint{
    background:url("http://xinhuanetcdn.event-crm.cn/spdb202101/content/image/xinhua.png") no-repeat center;
    width:2.81rem;
    height: 0.58rem;
    background-size: cover;
    position: absolute;
    bottom: 0.3rem;
    left: 50%;
    display:none;
    margin-left: -1.3rem;

}
