body{
    background: url("../images/bg.jpg") no-repeat;
    overflow: hidden;
    background-size:cover;
    padding-bottom: 1.847222rem;
}
.logo{
    width: 1.277778rem;
    height: 1.277778rem;
    position: absolute;
    left:0.069444rem;
    top: 0.069444rem;
}
.banner{
    width: 9.083333rem;
    height: 2.458333rem;
    margin:1.819444rem auto 0;
    background:url("../images/banner.png") no-repeat;
    background-size: cover;
}
.w-100{
    width: 100%;
}
.video{
    width: 100%;
    overflow: hidden;
}
.video a{
    display: inline-block;
    position: relative;
    width: 4.888889rem;
    height: 7.305556rem;
    overflow: hidden;
    padding: 0;
}
.video .vs{
    width: 4.888889rem;
    height: 7.305556rem;
}
.video .phone{
    width: 2.291667rem;
    position: absolute;
    left: 2.166667rem;
    top: 4rem;
}
.phone {
    animation: shake 1s ease-in-out infinite;
    -webkit-animation: shake 1s ease-in-out infinite;
}

.down img{
    width: 6.486111rem;
    height: 1.805556rem;
    
    animation: btnAnimate 1.1s linear infinite;
}
.mt-23{
    margin-top: 0.638889rem;
}
.mt-23 img{
    width: 8.194444rem;
    height: 0.833333rem;
}
.overflow{
    overflow: hidden;
}
.dateNow{
    margin-top: 0.361111rem
}
.dateNow img{
    width: 6.277778rem;
    height: 2.277778rem;
    animation: btnAnimate 1s linear infinite;
}
.local{
    width: 6rem;
    margin-top: 0.597222rem;
    color: #fff;
    text-align: center;
    margin:0.597222rem  auto 0;
}
.fs-18{
    font-size:0.5rem;
}
.mt-23{
    margin-top: 0.638889rem;
}
@keyframes shake {
    0%{
        transform: scale(1);  /*开始为原始大小*/
    }
    25%{
        transform: scale(1.1); /*放大1.1倍*/
    }
    50%{
        transform: scale(1);
    }
    75%{
        transform: scale(1.1);
    }
}
@-webkit-keyframes shake {
    /* Safari 和 Chrome */
    0%{
        transform: scale(1);  /*开始为原始大小*/
    }
    25%{
        transform: scale(1.1); /*放大1.1倍*/
    }
    50%{
        transform: scale(1);
    }
    75%{
        transform: scale(1.1);
    }
}
@keyframes btnAnimate {
    0%{
        transform: scale(1);  /*开始为原始大小*/
    }
    25%{
        transform: scale(1.2); /*放大1.1倍*/
    }
    50%{
        transform: scale(1);
    }
    75%{
        transform: scale(1.2);
    }
}
@-webkit-keyframes btnAnimate {
    /* Safari 和 Chrome */
    0%{
        transform: scale(1);  /*开始为原始大小*/
    }
    25%{
        transform: scale(1.2); /*放大1.1倍*/
    }
    50%{
        transform: scale(1);
    }
    75%{
        transform: scale(1.2);
    }
}