.text .second-img p{
    color: #ffffff;
    text-indent: 2em;
}


.yt_lm1,.yt_lm2,.yt_lm3,.yt_lm4,.yt_lm5,.yt_lm6{
    display: none;
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    right: 0;
    width: 100%;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
    background: #063058;
    overflow: auto;
}

.yt_lm1 .yt_lm1_img>img{
    width: 100%;

}

.fhml{
    position: fixed;
    bottom: 0px;
    width: 100%;
    max-width: 640px;
    min-width: 320px;
    height: 75px;
    background: #063058;
    padding-top: 10px;
    box-sizing: border-box;
}

@keyframes yt_lm1_img{
    0%,
    60%{
        opacity:0;
        transform:translate3d(0,50px,0);
    }
    100%{
        opacity:1;
        transform:none;
    }
}


.yt_lm1_img{
    padding-top: 50px;
    padding-bottom: 100px;
    animation: yt_lm1_img 1s ease-out;
}

/*.yt_lm1::-webkit-scrollbar{*/

/*width: 8px;*/

/*height: 8px;*/

/*background: #e6e6e6;*/

/*}*/

/*.yt_lm1::-webkit-scrollbar-thumb{*/
/*height: 20px;*/
/*border-radius: 10px;*/
/*background: #0cf;*/

/*}*/

.fhml p{
    font-size: 20px;
    color: #01d0d9;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 auto;
    border: 1px solid #01d0d9;
    cursor: pointer;
    width: 240px;
    border-radius: 30px;
    text-align: center;
    /*margin-bottom: 100px;*/
}

.yt_lm1_tit{
    position: fixed;
    top: 0px;
    background-color: #063058;
    width: 100%;
    max-width: 640px;
    min-width: 320px;
    height: 60px;
    padding: 18px;
    box-sizing: border-box;
    z-index: 1;

}

@keyframes yt_lm1_tit{
    0%,
    60%{
        opacity:0;
        transform:translate3d(-50%,0,0);
    }
    100%{
        opacity:1;
        transform:none;
    }
}
.yt_lm1_tit img{
    width: 120px;
    animation: yt_lm1_tit 1s ease-out;
}






.yt_lm2 .yt_lm2_img>img{
    width: 100%;

}

.yt_lm2_img{
    padding-top: 50px;
    padding-bottom: 100px;
    animation: yt_lm1_img 1s ease-out;
}

.yt_lm2_tit{
    position: fixed;
    top: 0px;
    background-color: #063058;
    width: 100%;
    max-width: 640px;
    min-width: 320px;
    height: 60px;
    padding: 18px;
    box-sizing: border-box;
    z-index: 1;

}

.yt_lm2_tit img{
    width: 210px;
    animation: yt_lm1_tit 1s ease-out;
}






.yt_lm3 .yt_lm3_img>img{
    width: 100%;

}

.yt_lm3_img{
    padding-top: 50px;
    padding-bottom: 100px;
    animation: yt_lm1_img 1s ease-out;
}

.yt_lm3_tit{
    position: fixed;
    top: 0px;
    background-color: #063058;
    width: 100%;
    max-width: 640px;
    min-width: 320px;
    height: 50px;
    padding: 18px;
    box-sizing: border-box;
    z-index: 1;

}

.yt_lm3_tit img{
    width: 265px;
    animation: yt_lm1_tit 1s ease-out;
}





.yt_lm4 .yt_lm4_img>img{
    width: 100%;

}

.yt_lm4_img{
    padding-top: 50px;
    padding-bottom: 100px;
    animation: yt_lm1_img 1s ease-out;
}

.yt_lm4_tit{
    position: fixed;
    top: 0px;
    background-color: #063058;
    width: 100%;
    max-width: 640px;
    min-width: 320px;
    height: 50px;
    padding: 18px;
    box-sizing: border-box;
    z-index: 1;

}

.yt_lm4_tit img{
    width: 265px;
    animation: yt_lm1_tit 1s ease-out;
}







.yt_lm5 .yt_lm5_img>img{
    width: 100%;

}

.yt_lm5_img{
    padding-top: 50px;
    padding-bottom: 100px;
    animation: yt_lm1_img 1s ease-out;
}

.yt_lm5_tit{
    position: fixed;
    top: 0px;
    background-color: #063058;
    width: 100%;
    max-width: 640px;
    min-width: 320px;
    height: 50px;
    padding: 18px;
    box-sizing: border-box;
    z-index: 1;

}

.yt_lm5_tit img{
    width: 265px;
    animation: yt_lm1_tit 1s ease-out;
}





.yt_lm6 .yt_lm6_img>img{
    width: 100%;

}

.yt_lm6_img{
    padding-top: 50px;
    padding-bottom: 100px;
    animation: yt_lm1_img 1s ease-out;
}

.yt_lm6_tit{
    position: fixed;
    top: 0px;
    background-color: #063058;
    width: 100%;
    max-width: 640px;
    min-width: 320px;
    height: 50px;
    padding: 18px;
    box-sizing: border-box;
    z-index: 1;

}

.yt_lm6_tit img{
    width: 265px;
    animation: yt_lm1_tit 1s ease-out;
}
.wrapper{
    max-width: 640px;
    margin: 0 auto;
}


@keyframes fyts{
    0%{
        opacity:0.5;

    }
    50%{
        opacity:1;
    }
    100%{
        opacity:0.5;
    }
}



.fyts{
    bottom: 0;
    left: 50%;
    margin-left: -48px;
    animation: fyts 2s infinite;
}
.fyts p{
    color: #ffffff;
    font-size: 16px;
}