.index-wrap{
    width: 100vw;
    height: 100vh;
    background: #2AC4D0;
    text-align: center;
    /* animation: 8s bgcolor linear infinite; */
}
.index-wrap1{
    width: 100vw;
    height: 100vh;
    background: #fff;
    text-align: center;
    padding: 40px 120px;
    box-sizing: border-box;
}
.init-svg-box{
    width: 80px;
    height: 80px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 36vh;
}
.init-loading-text{
    color: #fff;
    font-size: 14px;
    line-height: 40px;
}
.init-loading-desc{
    color: #eee;
    margin-top: 10px;
    font-size: 13px;
}

.init-box {
    display: inline-block;
    font-size: 50px;
    color: #fff;
    margin-bottom: .25em;
    vertical-align: top;
    -webkit-transition: .3s color, .3s border;
    transition: .3s color, .3s border;
}

[class*="loader-"] {
    display: inline-block;
    width: 1em;
    height: 1em;
    color: inherit;
    vertical-align: middle;
    pointer-events: none;
}
.loader-icon {
    background: currentcolor;
    position: relative;
    -webkit-animation: loader-icon 1s ease-in-out infinite;
    animation: loader-icon 1s ease-in-out infinite;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    width: .15em;
    height: .5em;
}
.loader-icon:after,
.loader-icon:before {
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    background: inherit;
    -webkit-animation: inherit;
    animation: inherit;
}
.loader-icon:before {
    right: .5em;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.loader-icon:after {
    left: .5em;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
@-webkit-keyframes loader-icon {
    0%, 100% {
        box-shadow: 0 0 0 currentcolor, 0 0 0 currentcolor;
    }
    50% {
        box-shadow: 0 -.25em 0 currentcolor, 0 .25em 0 currentcolor;
    }
}
@keyframes loader-icon {
    0%, 100% {
        box-shadow: 0 0 0 currentcolor, 0 0 0 currentcolor;
    }
    50% {
        box-shadow: 0 -.25em 0 currentcolor, 0 .25em 0 currentcolor;
    }
}
@-webkit-keyframes bgcolor{
    0% {
        background: #2AC4D0;
    }
    50% {
        background: #C380CB;
    }
    0% {
        background: #2AC4D0;
    }
}

/* IE浏览器检测提示 */
.init-welcome{
    width: 60px;
    height: 60px;
    background: url(./../images/imgs/welcome.png) center center no-repeat;
    background-size: 100% 100%;
}
.tit-des{
    padding-top: 5em;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 25px;
}
.app-img{
    width: 100px;
    height: 100px;
    margin: 40px auto;
    background: url(./../images/imgs/interweb.png) center center no-repeat;
    background-size: 100% 100%;
}
.init-continue{
    font-size: 14px;
    margin-top: 20px;
    color: #333;
}
.init-tj{
    width: 100%;
    margin: 10px auto;
    text-align: center;
}
.chrome,.firefox{
    width: 140px;
    height: 44px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #eee;
    color: #999;
    border-radius: 4px;
    cursor: pointer;
    padding: 5px 20px;
    margin: 10px 10px;
    box-sizing: border-box;
    text-decoration: none;
}
.chrome a, .firefox a {
    font-size: 16px;
    color: #999;
}
.chrome:hover,.firefox:hover{
    background: #eee;
}
.chrome img,.firefox img{
    width: 30px;
    height: 30px;
    float: left;
}
.chrome span,.firefox span{
    float: left;
    margin-left: 5px;
}

