#welcome_layer{
    background-color: rgb(37,197,153);
}
#welcome_layer>.wl-tips{
    position: absolute;
    display: block;
    width: 126px;
    height: 126px;
    bottom: 100px;
    left: 260px;
    line-height: 126px;
    text-align: center;
    color: white;
    font-size: 26px;
    -webkit-text-size-adjust:none;
    z-index: 3;
}
#welcome_layer>.wl-tips:after{
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: url(../img/wl/tips.png) center center no-repeat;
    animation: wl-tips-acta 6s infinite linear;
    -webkit-animation: wl-tips-acta 6s infinite linear;
}
@keyframes wl-tips-acta{
    to{
        transform: rotate(360deg);
    }
}
@-webkit-keyframes wl-tips-acta{
    to{
        -webkit-transform: rotate(360deg);
    }
}
/*
#welcome_layer>.wl-tips:before{
    content: "";
    display: block;
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.6);
    animation: wl-tips-actb 1s infinite linear;
    -webkit-animation:  wl-tips-actb 1s infinite linear;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
}
@keyframes wl-tips-actb{
    50%{
        transform: scale(0.8);
    }
}
@-webkit-keyframes wl-tips-actb{
    50%{
        -webkit-transform: scale(0.8);
    }
}*/
#welcome_layer>article{
    position: absolute;
    top: 24px;
    left: 24px;
    bottom: 24px;
    right: 24px;
    border: 4px solid white;
    box-sizing: border-box;
    border-radius: 8px;
    background-size: 100% auto;
    background-position: bottom left;
    background-repeat:  no-repeat;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

#scene .wl-step1>.wl_view2{
    visibility: hidden;
    transform: translate(-640px,0);
    -webkit-transform: translate(-640px,0);
    opacity: 0;
}
#scene .wl-step2>.wl_view1{
    visibility: hidden;
    opacity: 0;
}




#welcome_layer>article>ins{
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
#welcome_layer>article>img{
    position: absolute;
}
#welcome_layer>.wl_view1{
    background-image: url(../img/1-1.jpg);
    background-size: 100% 100%;
}

#welcome_layer>.wl_view2{
/*    background: -webkit-linear-gradient(top,rgb(53,130,255),rgb(196,227,255));*/
background-image: url(../img/1-2.jpg);
background-size: 100% 100%;
}
.result_layer1{
    background-image: url(../img/1-3.jpg);
    background-size: 100% 100%;
}
.result_layer2{
    background-image: url(../img/1-4.jpg);
    background-size: 100% 100%;
}
.jiang{
        animation-duration: 8s;
        -webkit-animation: cloud-act infinite;
}