html {
    height: 100%;
}

body,
html,
p,
div {
    padding: 0;
    margin: 0;
}

body {
	background-color: #fff3e0;
}

header img {
    width: 50vw;
    /* height: 14.46vw; */
    max-width: 320px;
    max-height: 100px;
    position: absolute;
    left: 4vw;
    top: 3vw;
}

.ios img {
    width: 100%;
}

.android img{
    width: 100%;
}

.left {
    display: block;
    position: fixed;
    max-width: 758px;
    max-height: 806px;
    width: 70vh;
    height: 74.4vh;
    left: 8vw;
    bottom: 0vw;
    object-fit: cover;
    object-position: top;
}

.right {
    position: absolute;
    max-width: 516px;
    max-height: 510px;
    width: 65vh;
    /* height: 53.92vh; */
    top: 18vh;
    right: 12vw;
}

.ios {
    width: 25vh;
    height: 8vh;
    position: absolute;
    right: 27vw;
    bottom: 15vh;
    max-width: 314px;
    max-height: 100px; 
}

.android {
    width: 25vh;
    height: 8vh;
    position: absolute;
    right: 11vw;
    bottom: 15vh;
    max-width: 314px;
    max-height: 100px; 
}

@media screen and (max-width: 1200px) {
    .left {
        display: none;
    }

    .right {
        position: absolute;
        max-width: 454px;
        max-height: 350px;
        width: 70vw;
        /* height: 53.92vw; */
        top: 21vh;
        left: 15vw;
    }

    .ios {
        width: 35vw;
        height: 11.14vw;
        position: absolute;
        left: 32.5vw;
        bottom: 20vh;
        max-width: 235.5px;
        max-height: 75px;
    }

    .android {
        width: 35vw;
        height: 11.14vw;
        position: absolute;
        left: 32.5vw;
        bottom: 12vh;
        max-width: 235.5px;
        max-height: 75px;
    }
}

footer {
    position: absolute;
    bottom: 3vh;
    right: 3vw;
    height: 2vw;
    font-family: SourceHanSansSC-Regular;
    font-size: 1vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3vw;
    letter-spacing: 0vw;
    color: #e65252;
}

footer>a {
    text-decoration: underline;
    font-size: 1vw;
    font-weight: normal;
    letter-spacing: 0vw;
    color: #e65252;
}

/*微信弹出层*/
#weixinCover {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
}

#weixinCover>p {
    padding: 20px 20px 0 20px;
    text-align: left;
    color: #fff;
    font-size: 16px;
}