.topTabSwiper {
    border-bottom: .01rem solid #eaeaea;
    background-color: #fff;
}
.result-area {
    background-color: #fff;
    height: 2.18rem;
    border-radius: 0 0 8px 8px;
}
.voiceStatus {
    padding: .28rem 0;
    font-family: PingFangSC-Regular;
    text-align: center;
    letter-spacing: 0;
    color: #999;
    font-size: .18rem;
}
.voiceStatusTip {
    font-family: PingFangSC-Regular;
    font-size: 13px;
    text-align: center;
    letter-spacing: 0;
    color: #ff3b30;
    position: absolute;
    bottom: .17rem;
    right: .17rem;
}
.voiceStatusStop {
    font-family: PingFangSC-Regular;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0;
    color: #ff3b30;
}
.voiceStatusStart {
    font-family: PingFangSC-Regular;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0;
    color: #3c76ff;
}
.card-area-all {
    margin: .13rem .13rem 0 .13rem;
    border-radius: 8px 8px;
    overflow: hidden;
}
.tip-bgc {
    height: .38rem;
    background: #FFFAEB;
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center;     /* 垂直居中 */
}
.tip-text {
    font-size: .13rem;
    color: #EC6307;
    opacity: .6;
}
swan-button {
    margin-bottom: .16rem;
    border-radius: 4px;
}
.result {
    width: 3rem;
    margin: 0 auto;
    letter-spacing: 0;
    color: #333;
    text-align: center;
}
.radio {
    font-size: .15rem;
    display: flex;
    align-items: center;
    height: .51rem;
}
.auto-tip {
    font-size: .12rem;
    color: #999;
    margin-left: .11rem;
}
.swiper {
    width: 100%;
}
.longDescError {
    color: #da293d;
}
.card-area {
    margin: .13rem 0 0 0 ;
}