.iphoneImage {
    width: calc(100vw - .26rem);
    height: 2.18rem;
    margin: .2rem .13rem;
}

.loadingImage {
    width: .16rem;
    height: .16rem;
    margin-top: .04rem;
    margin-right: .04rem;
}

.titlePosition {
    position: relative;
    top: -1.95rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.statusImage {
    position: relative;
    top: -1.58rem;
    left: .2rem;
    width: calc(100vw - .4rem);
}

.card-area {
    overflow: hidden;
    margin: -1.2rem .13rem;
    border-radius: 0 0 8px 8px;
    background: #fff;
}
