.box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
}

img {
    position: absolute;
}

.icon {
    top: .21rem;
    left: 3.5rem;
    width: 2.19rem;
    height: auto;
}

.section {
    width: 100vw;
    height: 100vh;
    background: transparent;
}

.section1,
.section2,
.section3,
.section4,
.section5 {
    background: linear-gradient(180deg, #FFF7EF 0%, #FFFFFF 100%);
}

.bg {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

.bg-w {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-w-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.p1-icon {
    top: 32.4vh;
    left: 3.34rem;
    width: 4.59rem;
}

.p1-phone {
    top: 10.9vh;
    right: 3.33rem;
    width: 6.7rem;
}

.p1-android {
    top: 53vh;
    left: 3.65rem;
    width: 2.56rem;
}

.down {
    width: 0.79rem;
    left: 9.21rem;
    bottom: 8.89vh;
}

.p2-icon {
    top: 3.9rem;
    left: 4.07rem;
    width: 4.44rem;
}

.p2-phone {
    top: 1.56rem;
    right: 4.33rem;
    width: 5.34rem;
}

.last-box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 4.05rem;
    /* background: red; */
}


.last-icon {
    top: 0;
    width: 2.73rem;
    height: auto;
}

.txt-box {
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
}

.txt-box p {
    text-align: center;
    width: 100%;
    font-size: 0.14rem;
    color: #666666;
    line-height: 0.32rem;
}

.txt-box a {
    color: #666666;
}

.txt-box a:hover {
    color: #40a9ff;
}

.down-box2 {
    top: 1.34rem;
    width: 2.08rem;
}