#loading,#cover_box,#content,#end_piece,#share_box,#story_box{
    height: 100%;
    width: 100%;
    font-family: "crxmm";
}

@font-face{
    font-family: 'crxmm';
    src: url('../fonts/crxmm.ttf');
}

/*loading 开始*/
#loading{
    position: fixed;
    top: 0;
    left:0;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    background-image: url("../images/load_back.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;

}

#load_box{
    text-align: center;
    width: 45%;
    height: 20%;
}
#load_box>div{
    /*float: left;*/
}
#load_text{
    width: 85%;
    text-align: center;
    font-size: 16px;
    color: white;
}
#load_text > p{
    padding:0  0  20px;
}
#load_bar{
    width: 100%;
    /*border: 1px solid #000000;*/
    box-sizing: border-box;
    position: relative;
}
#load_zz{
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url("../images/load_bar.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#load_core{
    height: 100%;
    width: 0%;
    background: #ffffff;
    background-clip:content-box;
    box-sizing: border-box;
    padding: 0 2px;
    border-radius: 10px;
    position: absolute;
}
#load_img{
    display: block;
}

#load_txt{
    color: white;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
}

#load_btn{
    border: 1px solid #000;
    padding: 0 8px;
    line-height: 24px;
    margin-top: 8px;
    opacity: 0;
    transition: opacity 1s;
}
/*loading 结束*/

/*cover 开始*/

#cover_box{
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    position: relative;
}

#cover_box .next_btn{
    position: absolute;
    width: 50%;
    height: 10%;
    left: 68%;
    top: 79%;
    transform: translate(-50%,-50%);
}

/*cover 结束*/

#content{
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/*scene*/
.scene{
    width: 100%;
    height: 100%;
    overflow-y: auto;
    position: absolute;
    top: 0;
    transition: top 0.5s;
    display: none;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}
.scene_tit{
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
}
.scene_opt_box{
    position: absolute;
    background-repeat: no-repeat;
    width: 47%;
}

.scene_opt_box img{
    display: block;
    width: 100%;
}
.scene_tit{
    background-size: 66% auto;
}
.scene_opt_btn_box{
    width: 100%;
    height: 100%;
    position: absolute;
}

.scene_opt_btn_box{
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}
.scene_opt_box .scene_opt{
    width: 100%;
    height: 21%;
}
/*------------------------------*/
#scene_1 .scene_tit{
    background-position: 5% 22%;
}

#scene_1 .scene_opt_box{
    bottom: 6%;
    right: 3%;
}


#scene_2 .scene_tit{
    background-position: 92% 8%;
}

#scene_2 .scene_opt_box{
    bottom: 29%;
    right: 3%;
}


#scene_3 .scene_tit{
    background-position: 5% 51%;
}

#scene_3 .scene_opt_box{
    bottom: 7%;
    right: 3%;
}


#scene_4 .scene_tit{
    background-position: 5% 18%;
}

#scene_4 .scene_opt_box{
    bottom: 33%;
    right: 3%;
}


#scene_5 .scene_tit{
    background-position: 5% 4%;
}

#scene_5 .scene_opt_box{
    bottom: 4%;
    right: 3%;
}

/*-----------*/
#story_box{
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    position: relative;
}
#story_box .next_btn{
    position: absolute;
    width: 32%;
    height: 5%;
    top: 84%;
    left: 33%;
}
/*---------*/
#end_piece{
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    position: relative;
}
#end_piece .next_btn{
    position: absolute;
    width: 48%;
    height: 4%;
    top: 83%;
    left: 25%;
}

#end_piece .chart_bar{
    position: absolute;
    transform: translate(-50%,-50%);
    width: 29%;
    top: 38%;
    left: 26%;
}

#end_piece .chart_round{
    position: absolute;
    transform: translate(-50%,-50%);
    width: 39%;
    top: 65%;
    left: 68%;
}
#share_box{
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}
#share_box #btn_redo{
    position: absolute;
    transform: translate(-50%,-50%);
    width: 27%;
    top: 77%;
    left: 33%;
}

#share_box #btn_share{
    position: absolute;
    transform: translate(-50%,-50%);
    width: 27%;
    top: 77%;
    left: 67%;
}

#share_box #share_mask{
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

/*-------------------------*/
#scene_1 .scene_opt_box.on{
    animation-name: scene1_opt;
    animation-duration: 1s;
    animation-timing-function: infinite;
    animation-iteration-count: 1;
}
#scene_1 .scene_tit.on{
    animation-name: scene1_tit;
    animation-duration: 1s;
    animation-timing-function: infinite;
    animation-iteration-count: 1;
}
@-webkit-keyframes scene1_opt /*Safari and Chrome*/
{
    from {transform: translateX(100%);opacity: 0;}
    to {transform: translateX(0%);opacity: 1;}
}

@-webkit-keyframes scene1_tit /*Safari and Chrome*/
{
    from {transform: translateX(-100%);opacity: 0;}
    to {transform: translateX(0%);opacity: 1;}
}


/*-------------------------*/
#scene_2 .scene_opt_box.on{
    animation-name: scene2_opt;
    animation-duration: 1s;
    animation-timing-function: infinite;
    animation-iteration-count: 1;
}
#scene_2 .scene_tit.on{
    animation-name: scene2_tit;
    animation-duration: 1s;
    animation-timing-function: infinite;
    animation-iteration-count: 1;
}
@-webkit-keyframes scene2_opt /*Safari and Chrome*/
{
    from {transform: translateX(100%);opacity: 0;}
    to {transform: translateX(0%);opacity: 1;}
}

@-webkit-keyframes scene2_tit /*Safari and Chrome*/
{
    from {transform: translateX(100%);opacity: 0;}
    to {transform: translateX(0%);opacity: 1;}
}

/*-------------------------*/
#scene_3 .scene_opt_box.on{
    animation-name: scene1_opt;
    animation-duration: 1s;
    animation-timing-function: infinite;
    animation-iteration-count: 1;
}
#scene_3 .scene_tit.on{
    animation-name: scene1_tit;
    animation-duration: 1s;
    animation-timing-function: infinite;
    animation-iteration-count: 1;
}

/*-------------------------*/
#scene_4 .scene_opt_box.on{
    animation-name: scene1_opt;
    animation-duration: 1s;
    animation-timing-function: infinite;
    animation-iteration-count: 1;
}
#scene_4 .scene_tit.on{
    animation-name: scene1_tit;
    animation-duration: 1s;
    animation-timing-function: infinite;
    animation-iteration-count: 1;
}

/*-------------------------*/
#scene_5 .scene_opt_box.on{
    animation-name: scene1_opt;
    animation-duration: 1s;
    animation-timing-function: infinite;
    animation-iteration-count: 1;
}
#scene_5 .scene_tit.on{
    animation-name: scene1_tit;
    animation-duration: 1s;
    animation-timing-function: infinite;
    animation-iteration-count: 1;
}