html{
    background: #F6F8FD;
}
body{
    height: 100%;
    min-height: 13rem;
    background-image: linear-gradient(-180deg, #DDE0F0 10%, #FAFBFF 100%);
}

.content{
    /* height: 100%; */
}

.content img{
    width: 100%;
    height: auto;
    margin-top: 2.24rem;
}

.content .text{
    margin-top: 0.8rem;
    width: 100%;
    font-size: .56rem;
    color: #393940;
    text-align: center;
}
.content .text>p:nth-of-type(2){
    font-size: 0.28rem;
    margin-top: 0.1rem;
}
.content .downBtn{
    display: none;
    margin: .52rem auto .44rem;
    width: 5.6rem;
    height: 0.95rem;
    line-height: 0.95rem;
    background-image: linear-gradient(-269deg, #3E3D4D 0%, #2D2C3A 100%);
    border-radius: 0.5rem;
    text-align: center;
    font-size: .36rem;
    color: #FFFFFF;
}
.content .c-name{
    /* margin-top: .8rem; */
    /* margin-left: 50%; */
    /* transform: translateX(-50%); */
    /* margin-top: .4rem; */
    margin-top: .4rem;
    text-align: center;
    font-size: 0.24rem;
    color: #393940;
}
.content .textMargin{
    margin-top: 1.2rem;
}

.logo{
    position: absolute;
    top: 0.32rem;
    left: 0.32rem;
    width: 2.8rem;
    height: .8rem;
    display: flex;
    align-items: center;
}
.logo img{
    width: .8rem;
    height: 100%;
    border-radius: .2rem;
    vertical-align: middle;
}
.logo p{
    margin-left: 0.13rem;
    font-size: 0.28rem;
    color: #666671;
}
.tips{
    color: #27273A;
    position: absolute;
    top: 0rem;
    right: 0;
    text-align: right;
    margin-right: .4rem;
    display: none;
}

.tips img{
    width: 1rem;
    height: auto;
    vertical-align: middle;
}

.tips .guide{
    font-size: .30rem;
    padding: .3rem;
    text-align: center;
    border: 1px dashed #27273A;
    border-radius: .08rem;
    background: rgba(255,255,255,0.50);
}

.tips div:first-child{
    margin-bottom: .15rem;
}