body{
    background-image: url(../images/bgp.png);
    background-size: 100% 100%;
    overflow: hidden;
}
.title {
    width: 100%;
    text-align: center;
    padding: 0.3rem 0;
    font-size: 0.5rem;
    color: #fff;
    position: relative;
}
.operate{
    margin: 0.2rem 0.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.active{
    font-size: 0.22rem;
    width: 46%;
    text-align: center;
    border: 0.02rem solid;
    border-radius: 50px;
    line-height: 0.6rem;
    cursor: pointer;
}
.download{
    border: 1px solid #001eca;
    color: #001eca;
}
.open{
    background-color: #001eca;
    color: #fff;
}
.top{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.content{
    border: 1px solid #001eca;
    margin-top: 1rem;
    border-radius: 0.4rem;
    width: 90%;
    background-color: #fff;
    padding: .3rem 0;
}
#qrcode {
    padding: .15rem;
    border-radius: 0.15rem;
    display: flex;
    justify-content: center;
}
#logo{
    width: 3rem;
    height: 3rem;
    display: none;
    border-radius: .15rem;
}
.tips{
    margin-top: .15rem;
    text-align: center;
    color: #001eca;
    font-size: 0.2rem;
}
.common {
    border: 1px solid #001eca;
    border-radius: 50px;
    font-size: 0.26rem;
    margin: 0.2rem 0.3rem;
    padding: 0.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fontW{
    font-weight: bold;
}
.common_text {
    width: 1.56rem;
    text-align: right;
    text-align: justify;
    text-align-last: justify;
}
.common img{
    width: 0.4rem;
}
