#app {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.home {
    width: 100%;
    height: 100vh;
    position: relative;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat
}
.title2 {
    text-align: center;
    font-size: .3rem;
    color: red
}

.p1 {
    font-size: .3rem
}

 .van-tabs__content {
    padding: 0 .6rem !important;
    margin: .3rem 0
}

 .van-action-sheet__header {
    color: red;
    font-weight: 600
}
.d_img {
    margin: .2rem 0;
    width: 6.6rem
}

.right {
    width: 100%;
    text-align: center;
    font-size: .28rem
}
.downloadGroup {
    width: 6.6rem;
    display: flex;
    justify-content: space-between;
    margin: .4rem 0;
    align-items: center
}

.ks {
    position: relative;
    width: 6.2rem;
    height: .88rem;
    line-height: .88rem;
    text-align: center;
    background: #26a7ff;
    border-radius: .44rem;
    color: #fff;
    margin: .3rem 0
}
.hand{
    width: 2rem;
    position: absolute;
    right: 0;
    bottom: -0.3rem;
}