﻿/*
 *启动页
 * 
 * */
.content-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ffff;
    text-align: center;
    top: 0;
    z-index: 999;
}

    .content-bg img:nth-of-type(1) {
        width: 175px;
        text-align: center;
        position: relative;
        top: 160px;
        bottom: 10;
    }


    .content-bg img:nth-of-type(2) {
        width: 200px;
        position: relative;
        bottom: -200px;
        text-align: center;
    }


@-webkit-keyframes gogogo {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1);
    }
}

.loading {
    -webkit-animation: gogogo 2s 1 linear;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
}

.firstPagePercent {
    background-color: #ffb300;
    position: fixed;
    right: 8%;
    z-index: 9;
    top: 6%;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    padding: 0px 5px;
    font-size: 12px;
    opacity: 1;
    color: #fff;
    letter-spacing: 1px;
    height: 25px;
    line-height: 25px;
}
