*{
    margin: 0;
    padding: 0;
}
[v-cloak]{
    display: none;
}
.logo{
    width: 2.79rem;
    height: 2.79rem;
    display: block;
    margin: 0 auto;
    margin-top: 4.11rem;
}
.title{
    font-size: 0.5rem;
    line-height: 0.8rem;
    padding-top: 0.3rem;
    /* padding-bottom: 0.53rem; */
    text-align: center;
    font-weight: bold;
    font-family: Avenir,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2c3e50;
}
.title2{
    font-size: 0.45rem;
    line-height: 0.8rem;
    /* padding-top: 0.3rem; */
    padding-bottom: 0.53rem;
    text-align: center;
    font-weight: bold;
    font-family: Avenir,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2c3e50;
}
.detail{
    font-size: 0.43rem;
    line-height: 0.61rem;
    color: #888;
    font-family: Avenir,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
}
.downloadBtn{
    width:8.28rem;
    height: 1.37rem;
    line-height: 1.37rem;
    /* margin: 0 auto; */
    /* margin-top: 4.15rem; */
    text-align: center;
    font-size: 0.46rem;
    color: #fff;
    background: #464850;
    border-radius: 0.69rem;
    -webkit-border-radius: 0.69rem;
    -moz-border-radius: 0.69rem;
    -ms-border-radius: 0.69rem;
    -o-border-radius: 0.69rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 16vh;
}


.mask{
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}
body.modal-open {
    position: fixed;
    width: 100%;
}
.share-arrow{
    display: block;
    position: absolute;
    width: 5.14rem;
    height: 2.89rem;
    top:0.21rem;
    right: 0.63rem;
}
.mask p{
    padding-top: 3.21rem;
    padding-left: 0.92rem;
    padding-right: 0.92rem;
    font-size:0.6rem;
    font-family:PingFangSC-Semibold;
    font-weight:600;
    color:rgba(255,255,255,1);
    line-height:1rem;
}

@media screen and (min-width: 500px){
    .logo{
        width: calc(104.73px/375*500);
        height: calc(104.73px/375*500);
        margin-top: calc(154.125px/375*500);
    }
    .title{
        font-size: calc(18.75px/375*500);
        line-height: calc(30px/375*500);
        padding-top: calc(11.25px/375*500);
    }
    .title2{
        font-size: calc(16.875px/375*500);
        line-height: calc(30px/375*500);
        padding-bottom: calc(19.875px/375*500);
    }
    .detail{
        font-size: calc(16.125px/375*500);
        line-height: calc(22.875px/375*500);
    }
    .downloadBtn{
        width:calc(310px/375*500);
        height: calc(51.375px/375*500);
        line-height: calc(51.375px/375*500);
        font-size: calc(17.25px/375*500);
        border-radius: calc(25.875px/375*500);
        -webkit-border-radius: calc(25.875px/375*500);
        -moz-border-radius: calc(25.875px/375*500);
        -ms-border-radius: calc(25.875px/375*500);
        -o-border-radius: calc(25.875px/375*500);
        bottom: 16vh;
}
    /* .share-arrow{
        width: 5.14rem;
        height: 2.89rem;
        top:0.21rem;
        right: 0.63rem;
    }
    .mask p{
        padding-top: 3.21rem;
        padding-left: 0.92rem;
        padding-right: 0.92rem;
        font-size:0.6rem;
        line-height:1rem;
    } */
}