#app{
    background: url(../../img/reception/homePageBj.png) ;
    background-size: 100% 100%;
    /*position: relative;*/
    height: 100vh;
}
.center_div{
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
}
.home_header{
    /*background-color: red;*/
    text-align: center;
    color: #004caf;
    font-family: inherit;
    font-size: 45px;
    font-weight: 900;
    letter-spacing: 3px;
    user-select: none;
    height: 285px;
    line-height: 285px;
}
.home_center{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 82%;
}
.home_center_item img{
    width: 110px;
}
.home_text{
    line-height: 100px;
}
.home_center_item .home_text a{
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    cursor: pointer;
}
.home_center_item{
    width: 47%;
    height: 130px;
    margin-top: 25px;
    padding: 15px 25px 0px 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    background: linear-gradient(#4760ff, #0dcbff);
    border-radius: 3px;
}
/*.footer-box{*/
    /*position: absolute;*/
    /*bottom: 0;*/
/*}*/