@media only screen and (min-width: 700px) {
    #footer {
        position: relative;
        width: 100vw;
        height: 500px;
        /* top: 2100px; */
        background-image: url("../assets/footer.jpg");
        background-size: 100vw 500px;
    }

    #footer .background {
        margin: 0;
        padding: 0;
        position: absolute;
        z-index: -1;
        height: auto;
        width: 100%;
    }

    #footer .logo {
        position: absolute;
        top: 30px;
        left: 0px;
        width: 350px;
    }
    #footer .logo img
    {
        width: 400px;
    }
    #footer .place {
        position: absolute;
        z-index: 0;
        width: 100vw;
        /* height: 4100px; */
        left: 10vw;
        color: white;
    }

    #footer .place .top {
        position: absolute;
        top: 160px;
        display: flex;
    }

    #footer .place .top div {
        margin-right: 100px;
        color: #555555;
        font-size: 14px;
    }

    #footer .place .top div a {
        text-decoration: none;
        color: #555555;
    }

    #footer .place .bottom {
        position: absolute;
        top: 300px;
        display: flex;
    }

    #footer .place .bottom div {
        margin-right: 150px;
        color: #555555;
        font-size: 14px;
    }

    #footer .code {
        position: absolute;
        right: 25vw;
        top: 30px;
        width: 550px;
        height: auto;
    }

    #footer .code .codedetail {
        float:left;
        margin-left: 20px;
        width: 90px;
        height: 150px;
    }

    #footer .code .codedetail div {
        width: 90px;
        text-align: center;
        /* background-color:aqua; */
    }

    #footer .code img {
        width: 100px;
        height: 100px;
    }

    #footer .code .codedetail span {
        font-size: 14px;
        line-height: 30px;
    }
    #footer .bei span
    {
        color: #aaa;
        font-size: 20px;
        line-height: 30px;
        width: 80vw;
    }
    #footer .bei
    {
        position: absolute;
        top:400px;
        width: 100vw;
        text-align: center;
    }
}