#loading_layer{
    background-color: rgb(12,186,159);
}

#loading_layer>article{
    position: absolute;
    top: 22px;
    left: 24px;
    right: 24px;
    bottom: 14px;
    border-radius: 8px;
    border: 4px solid white;
    background: url(../img/ll/bg.jpg) left tomato no-repeat;
    background-size: 100% auto;
}
#loading_layer>article>p{
    position: relative;
    top: 600px;
    margin: 0 auto;
    width: 420px;
    height: 40px;
    border-radius: 20px;
    border: 3px solid white;
    box-sizing: border-box;
}
#loading_layer>article>p:after{
    content: "即将抵达战场...";
    position: absolute;
    top: 56px;
    width: 100%;
    text-align: center;
    font-size: 26px;
    color: white;
}
#loading_layer>article>p>i{
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    height: 100%;
    background: -webkit-linear-gradient(top,rgb(248,247,157),rgb(235,214,25));
    border-radius: 20px;
    /*transition: width 0.6s;
    -webkit-transition: width 0.6s;*/
    /*box-shadow: 0 0 1px 1px rgb(235,214,25);*/
}