html,
body {
    text-align: center;
}

.card-area {
    height: 5.86rem;
}

.page-record {
    padding-top: .94rem;
}
.record-tip {
    margin-bottom: .15rem;
    font-size: .15rem;
    color: #999;
}
.page-record .record-time {
    font-family: Helvetica Neue, Helvetica, sans-serif;
    font-size: .28rem;
    color: #333;
}
.finish-tip {
    color: #f6534f !important;
}

.page-status {
    display: flex;
    flex-direction: column;
    margin-top: 1.7rem;

    align-items: center;
    justify-content: center;
}

.tip-week {
    margin: .5rem;
}

.page-record .btn-start {
    width: .83rem;
    height: .83rem;
    margin-top: .8rem;
    background: url(https://b.bdstatic.com/searchbox/icms/searchbox/img/Group_small.png) no-repeat center;
    background-size: 100% 100%;
}
.page-record .btn-record {
    width: .83rem;
    height: .83rem;
    margin-top: .8rem;
    background: url(https://b.bdstatic.com/searchbox/icms/searchbox/img/recording.png) no-repeat center;
    background-size: 100% 100%;
}
.page-record .endtime {
    height: .16rem;
    padding-top: .18rem;
    font-family: Helvetica Neue, Helvetica, sans-serif;
    font-size: .17rem;
    color: #666;
}
.page-record .play {
    width: .83rem;
    height: .83rem;
    margin-right: .64rem;
    background: url(https://b.bdstatic.com/searchbox/icms/searchbox/img/stop.png) no-repeat center;
    background-size: 100% 100%;
}
.page-record .pause {
    width: .83rem;
    height: .83rem;
    margin-right: .64rem;
    background: url(https://b.bdstatic.com/searchbox/icms/searchbox/img/pausing.png) no-repeat center;
    background-size: 100% 100%;
}
.page-record .delete {
    width: .83rem;
    height: .83rem;
    background: url(https://b.bdstatic.com/searchbox/icms/searchbox/img/delete.png) no-repeat center;
    background-size: 100% 100%;
}
.page-finish {
    display: flex;
    flex-direction: row;
    margin-top: .8rem;

    align-items: center;
    justify-content: center;
}
