body {
    padding: 0;
    margin: 0;
}


#loadingBox {

    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

#loadingBox.showPic {
    background-image: url('../img/bg-ad.jpg');
    background-repeat: no-repeat;

    background-position: center;
    background-size: cover;
}

#loadingBox.showPicPC {
    background-image: url('../img/bg-pc.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#loadingBox video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

#loadingBox #tips {
    height: 80px;
    width: 50%;
    bottom: 10%;
    color: red;
}

#wx_show {
    height: 100px;

    bottom: 20%;
    border: none;



}

/*margin-top: 125%;*/
#h1-1 {

    /*font-size: 45px ;*/
    /*font-family: '微软雅黑' ;*/
    /*font-weight: bold ;*/
    top: 72%;
    width: 40%;
    height: auto;
    transform: translate(-50%, -50%);
    left: 50%;
    position: fixed;

}

#logo {
    top: 2%;
    left: 2%;
    position: absolute;
    width: 300px;
    height: auto;
}


@media screen and (max-width: 1200px) {
    #logo {
        display: none;
    }

    #wx_show {
        height: 80px;
        width: 232px;
        /* bottom: 35%; */
        bottom: calc(100% * 30 / 108);
        border: none;



    }

    #h1-1 {
        /*font-size: 45px ;*/
        /*font-family: '微软雅黑' ;*/
        /*font-weight: bold ;*/
        /*content: url(../img/wAd.png);*/
        top: 67%;
        width: 76%;
        height: auto;
        transform: translate(-50%, -50%);
        left: 50%;
        position: fixed;
    }

    .h1-1-amination {
        animation: opacity2 4s linear;
        -webkit-animation: opacity2 4s linear;
        -moz-animation: opacity2 4s linear;
    }


}


@keyframes opacity2 {
    0% {
        opacity: 0;
        top: 75%;
    }

    50% {
        opacity: 0;
        top: 75%;
    }

    75% {
        opacity: .5;
        top: 70%;
    }

    100% {
        opacity: 1;
        top: 67%;

    }
}

@-webkit-keyframes opacity2 {
    0% {
        opacity: 0;
        top: 75%;
    }

    50% {
        opacity: 0;
        top: 75%;
    }

    75% {
        opacity: .5;
        top: 70%;
    }

    100% {
        opacity: 1;
        top: 67%;
    }
}

@-moz-keyframes opacity2 {
    0% {
        opacity: 0;
        top: 75%;

    }

    50% {
        opacity: 0;
        top: 75%;
    }

    75% {
        opacity: .5;
        top: 70%;
    }

    100% {
        opacity: 1;
        top: 67%;
    }
}


#loadingBox #tips,
#wx_show {
    position: fixed;
    left: 50%;
    z-index: 20;
    transform: translate(-50%, -50%);
}

#loadingBox #tips .title {
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-top: 5px;
}

#loadingBox #tips .progress {
    margin-top: 15px;
    height: 20px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #fff;
}

#loadingBox #tips .progress .progress-bar {
    height: 20px;
    /* background: transparent; */
    border-radius: 10px;
    /* transition: 0.4s linear;
    transition-property: width, background-color; */
}

.increment {
    -webkit-animation: 4s progressAnimationStrike, 1s linear infinite progress-bar-stripes;
    animation: 4s progressAnimationStrike, 1s linear infinite progress-bar-stripes;
}

@keyframes progressAnimationStrike {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

/* #webBox {
    visibility: hidden;
} */

#webContent {
    position: fixed;
    height: 100vh;
    width: 100vw;
    border: none;
    z-index: 5;
}

#jump {
    position: absolute;
    height: 40px;
    width: 100px;
    right: 10%;
    top: 1.5%;
    right: 0.3%;
    color: #ffffff;
    font-size: 20px;
    border-radius: 22px;
    border: 2px solid #e7e7e7;
    background: #ffffff00;

    /*box-shadow: 2px 4px 8px 2px #00000052;*/
}

/* loading ico */
#loading {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    top: calc(50vh - 15px);
    left: calc(50vw - 15px);

}

.loading_label {
    font-size: 12px;
    color: #333333;
    text-align: center;
    margin-top: 10px;
}

#loading_ico {
    /* margin: 100px auto; */
    width: 30px;
    height: 30px;
    border: 6px solid #333333;
    border-bottom: #aaa 6px solid;
    border-radius: 50%;
    animation: load 1.1s infinite linear;
    -webkit-animation: load 1.1s infinite linear;
    -moz-animation: load 1.1s infinite linear;
    -o-animation: load 1.1s infinite linear;
}

@keyframes load {
    from {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
    }
}

@-webkit-keyframes load {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes load {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes load {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(360deg);
    }
}

.wrapper{
    width:200px;
    height:60px;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
}
.circle{
    width:20px;
    height:20px;
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    left:15%;
    transform-origin: 50%;
    animation: circle .5s alternate infinite ease;
}

@keyframes circle{
    0%{
        top:60px;
        height:5px;
        border-radius: 50px 50px 25px 25px;
        transform: scaleX(1.7);
    }
    40%{
        height:20px;
        border-radius: 50%;
        transform: scaleX(1);
    }
    100%{
        top:0%;
    }
}
.circle:nth-child(2){
    left:45%;
    animation-delay: .2s;
}
.circle:nth-child(3){
    left:auto;
    right:15%;
    animation-delay: .3s;
}
.shadow{
    width:20px;
    height:4px;
    border-radius: 50%;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top:62px;
    transform-origin: 50%;
    z-index: -1;
    left:15%;
    filter: blur(1px);
    animation: shadow .5s alternate infinite ease;
}

@keyframes shadow{
    0%{
        transform: scaleX(1.5);
    }
    40%{
        transform: scaleX(1);
        opacity: .7;
    }
    100%{
        transform: scaleX(.2);
        opacity: .4;
    }
}
.shadow:nth-child(4){
    left: 45%;
    animation-delay: .2s
}
.shadow:nth-child(5){
    left:auto;
    right:15%;
    animation-delay: .3s;
}
.wrapper span{
    position: absolute;
    top:75px;
    font-family: 'Lato';
    font-size: 20px;
    letter-spacing: 12px;
    color: #fff;
    left:15%;
}