html{
    font-size: calc(100vw / 7.5) !important;
}
.note-download{
    height: 100vh;
    background: #fff;
}
.andriod-wx-top{
    width: 100%;
    height: 7.68rem;
    background: url("./image/note-download-bk.png") no-repeat center/cover;
    padding-top: 0.8rem;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 0.96rem;
}
.note-download{
    height: 100vh;
    background: #fff;
}
.andriod-wx-des{
    color: #273245;
    font-size: 0.4rem;
    line-height: 0.56rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0.32rem;
}
.andriod-wx-text{
    color: #57606E;
    font-size: 0.32rem;
    line-height: 0.44rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0.08rem;
}
.andriod-wx-text.andriod-wx-text2{
    margin-bottom: 0.32rem;
}
.andriod-wx-mobile{
    width: 4rem;
    height: 4.9rem;
    margin: 0 auto;
}
.andriod-wx-browser{
    color: #273245;
}
.andriod-jiantou{
    position: absolute;
    width: 1.56rem;
    height: 1.28rem;
    right: 0.32rem;
    top: 0.32rem;
}
.download-button{
    margin: 0 0.8rem;
    height: 0.9rem;
    /* background: linear-gradient(270deg, #4270E7 0%, #77A9F5 100%); */
    background: #F7B501;
    border-radius: 0.12rem;
    color: #fff;
    font-size: 0.28rem;
    line-height: 0.44rem;
    font-weight: 500;
    text-align: center;
}
.download-button::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
    margin-top: 1px;
}

.note-all-download-top{
    width: 100%;
    height: 7.68rem;
    background: url("./image/note-all-download-bk.png") no-repeat center/cover;
    padding-top: 1.12rem;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 0.32rem;
}
.download-logo{
    width: 1.52rem;
    height: 1.52rem;
    margin-bottom: 0.4rem;
}
.note-download-text{
    color: #273245;
    margin-top: 1.56rem;
}