second.wxss 903 字节
.nav {
    display: flex;
    justify-content: space-between;
}

.nav image {
    margin: 32rpx 18rpx;
    width: 56rpx;
    height: 56rpx;
}

.title {
    font-size: 36rpx;
    text-align: center;
    font-weight: 600;
}

.audio {
    padding: 32rpx;
    display: flex;
    justify-content: space-between;
}

.audio-0 {

    padding: 0 20rpx;
}

.audio-1 {
    width: 240px;
    height: 6rpx;
    margin-top: 10rpx;
    background: #f8f8f8;
}

.icon {
    text-align: center;
}

.icon image {
    width: 112rpx;
    height: 112rpx;
    border-radius: 55rpx;
    box-shadow: 5rpx 5rpx 5rpx rgba(0, 0, 0, .3);
}

.box-end {
    position: absolute;
    bottom: 40rpx;
    left: 50%;
    margin-left: -126rpx;
    text-align: center;
    width: 252rpx;
    height: 80rpx;
    line-height: 80rpx;
    border-radius: 32rpx;
    font-size: 28rpx;
    font-weight: 600;
    background: rgba(255, 200, 61, 1);
}