#p5_loading_back {
    background: #fff;
    background: rgba(255,255,255, 0.8);
    width: 100%;
    min-height: 100%;
    min-height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999999999;
}
#p5_loading_box {
    width: 100%;
    min-height: 100%;
    min-height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
}
.p5_loading_box_img {
    margin-top:50px;
}
.p5_loading_box_content, #p5_loading_box {
    transform: translate3d(0,0,0);
    z-index: 999999999;
}
.p5_loading_box_content {
    margin-left:auto;
    margin-right:auto;
    width: 100%;
    max-width: 86%;
    text-align: center;
    min-height: 100vh;
}
.p5_loading_box_text {
    font-size: 36px;
    font-weight: bold;
    /*letter-spacing: 25px;*/
    letter-spacing: 8px;
    color: #0097d3;
}
.p5_loading_box_closebtn {
    margin-bottom:50px;
}
.finishloadingimg{
    max-width: 45px;
}
.noscroll_child {
    min-height: 100%;
    width: 100%;
    overflow: hidden;
}
.noscroll_parent {
    width: 100%;
    min-height: 100%;
    overflow-y: scroll;
    padding-right: 30px;
    box-sizing: content-box;
}
@media (max-width:767px) {
    .p5_loading_box_text {
        line-height: 35px;
        font-size: 27px;
    }
}
@media (max-width:650px) {
    .finishloadingimg{
        max-width: 45px;
    }
}
@media (max-width:480px) {
    .p5_loading_box_text{
        font-size: 24px;
    }
    .finishloadingimg{
        max-width: 25px;
    }
}
@media (min-width:480px) {
    .p5_loading_box_content {
        min-width:300px;
    }
}