*{
    margin: 0;
    padding: 0;
}
ul li{
    list-style: none;
}
html,body{
   width: 100%;
    height: 100%;
}
#app{
    width: 100%;
    min-height: 100%;
    background: url("../img/bg.jpg?v2")no-repeat center top/100% 100%;
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top{
    width: 100%;
    height: 120px;
    position: relative;
}
.top a{
    position: absolute;
    right: 5%;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container{
    width: 70%;
    margin: 0 auto;
}
@media (max-width: 1400px) {
    .container{
        width: 1100px;
        margin: 0 auto;
    }
}
.top .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.top .container nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top .container nav img{
    height: 40px;
}
.top .container nav a{
    text-align: center;
    margin-left: 30px;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
}
.top .container nav a p{
    margin-top: 4px;
}
.logo img{
    width: auto !important;
    height: 120px;
}
.center{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0px;
}
.center .left{
    width: 50%;
}
.center .left img{
    width: 90%;
}
.center .right{
    width: 46.5%;
    margin-top: 2%;
}
.center .right img{
    width: 100%;
    /*animation: moves 1.5s infinite;*/
}
.moves {
    animation: moves 1.5s infinite;
}
.kf{
    position: absolute;
    right: 5%;
    top: 5%;
}
.ewm{
    padding: 30px 0;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: rgb(0,0,0,.6);
    width: 70%;
    border-radius: 4px;
    padding-left: 15px;
    margin: 26px 0 26px;
}
.ewm .btns {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 140px;
    margin-left: 6%;
}
.ewm a img{
    height: 45px;
    width: auto;
}
#qrcode{
}
#qrcode img{
    width: 140px;
}
@keyframes moves {
    0%{
        transform: scale(1);
    }
    70%{
        transform: scale(.97);
    }
    100%{
        transform: scale(1);
    }
}
@media screen and (max-width:550px){
    #app{
        padding-bottom: 0rem;
    }
    #app,.foot{
        width: 100%;
    }
}
