.smt-control-panel-container {
    width: 100%;
    padding: 0 30.797rpx;
    background-color: #fff;
    border-radius: 14.493rpx;
    box-sizing: border-box;
}

.title {
    position: relative;
    font-size: 27.174rpx;
    padding: 28.382rpx 0;
    font-weight: 700;
}

.title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -30.797rpx;
    right: -30.797rpx;
    border-bottom: 1px solid #e6e6e6;
    transform: scaleY(.5);
}

.sub-title {
    font-size: 28.986rpx;
    color: #333;
    line-height: 1.5;
    padding-bottom: 10.87rpx;
    padding-top: 20.531rpx;
}

.button-wrap {
    padding: 36.232rpx 10.87rpx;
    box-sizing: content-box;
    height: 79.71rpx;
}
