
html, body {
    height: 100%;
    margin: 0;
}

body {
    font-family: "microsoft yahei";
}

.swiper-container {
    width: 100%;
    height: 100%;
    background: #000;
}

img {
    display: block;
}

@-webkit-keyframes start {
    0%, 30% {
        opacity: 0;
        -webkit-transform: translate(0, 10px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(0, -8px);
    }
}

#array {
    position: absolute;
    z-index: 999;
    -webkit-animation: start 1.5s infinite ease-in-out;
}
/*#changeLang {*/
/*    position: absolute;*/
/*    z-index: 999;*/
/*    !*-webkit-animation: start 3s infinite ease-in-out;*!*/
/*}*/
.change{
    position: absolute;
    right: 20px;
    top: 10px;
    color: #ffffff;
    border: 2px solid #fff;
    padding: 2px;
}

.swiper-slide {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    overflow: auto
}


.get-p2 {
    width: 100%;
    text-align: center;
    opacity: 0.9;
    /*padding-top: 5%;*/
    display: flex;
    justify-content: center;
    align-items: center;

}

.sp-btn {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
    color: #fff;
    background-color: #409eff;
    border-color: #409eff;
    text-decoration: none;
}
.ani{
    width: 100%;
}