.home-slogan {
    width: 37vw;
    padding-top: 15vh;
    padding-left: 92px;
}

.home-qr-code {
    width: 8vw;
    padding-top: 28px;
    padding-left: 92px;
}

.home-qr-code img,
.home-slogan img {
    width: 100%;
}

.right-menu-item {
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 100px;
    background: transparent;
    color: #000;
    font-weight: 400;
    cursor: pointer;
}

.right-menu-item:hover {
    background: #f29300;
    color: #fff;
    transition: all 0.3s;
    font-weight: 500;
}

.home-content {
    position: relative;
    width: 100vw;
    height: 100vh;
    background: url('https://store-produce-oss.oss-cn-hangzhou.aliyuncs.com/offical_website/images/home/home_background.png') center / cover;
}

.logo {
    width: 220px;
    padding-top: 42px;
    padding-left: 92px;
}

.right-menu {
    position: absolute;
    top: 23vh;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo img {
    width: 100%;
}

.hoem-footer {
    position: fixed;
    bottom: 36px;
    font-size: 12px;
    color: #000;
    display: flex;
    justify-content: space-between;
    left: 92px;
    right: 53px;
    line-height: 20px;
}

.hoem-footer-right {
    text-align: right;
}


/* 
课程咨询热线：18010747796
客户服务热线：18606600233
地址：上海市金沙江路1628弄绿洲中环中心1号楼907 */