@import './common.css';
.home{
    background: url(../resource/home1/bg.png) no-repeat 0 0;
    background-size: 100% auto;
    width: 100%;
    height: 1624px;
    /* height: calc(100vh); */
    position: relative;
}
.button{
    background: url(../resource/home1/button.png) no-repeat 0 0;
    background-size: 100% auto;
    width: 420px;
    height: 90px;
    position: fixed;
    left: 50%;
    margin-left: -210px;
    bottom:233px;
}