body,html{
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

body{
    max-width: 430px;
    margin: 0 auto;
}

.header{
    position: relative;
}

.header img{
    width: 100%;
    display: block;
}

#down{
    width: 100px;

    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.jiemian{
   position: relative;
   width: 100%;
   min-height: 100vh;

   background-image: url("../image/bg-CVZEl3pD.png");
   background-repeat: no-repeat;

   background-size: 100% auto;
   background-position: top center;

   overflow-x: hidden;

   padding-bottom: 100px;
}

.cpx{
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.cpx img{
    width: min(80vw,400px);
}

#renwu{
    width: min(45vw,200px);
    position: relative;
    left: 10px;
}

.taotu{
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

#t1{
    position: absolute;
    top: 260px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.two{
    display: flex;
    justify-content: center;
    margin-top: 0px;
}

.two img{
    width: 380px;
}

.zhibo{
    display: flex;
    gap: 10px;
    justify-content: center;

    position: relative;
    top: 20px;
}

.zhibo img{
    width: 115px;
}

.bg2{
    background: rgba(235, 232, 232, 0.8);
    border-radius: 10px;

    padding: 10px;
    margin: 560px 12px 0;

    box-sizing: border-box;
}

.wenzi img{
    width: 50px;
}

.wenzi{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
    margin-top: 20px;

}

.title{
    color: #f32861;
    font-size: min(4.8vw,30px);
    font-weight: 600;
}

.download{
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    max-width: 430px;
    z-index: 999;
}

.bg3{
    width: 100%;
    display: block;
}

.gif{
    position: absolute;
    left: 50%;
    top: 35px;
    transform: translateX(-50%);
    width: min(60vw,200px);
}
