﻿.top-title {
    height: 0.98rem;
    background: #D1E7FB;
    font-weight: 400;
    color: #1788E8;
    line-height: 0.34rem;
    padding: 0.21rem 0.18rem;
}

.leaving-del {
    height: 0.3rem;
    font-size: 0.3rem;
    font-weight: 400;
    color: #616161;
}

.textarea-input {
    height: 2.62rem;
    background: #F3F3F5;
    border-radius: 0.15rem;
}

    .textarea-input .van-field__body {
        height: 90%;
    }

    .textarea-input .van-field__control {
        height: 100%;
    }

.van-but {
    margin: 0 0.2rem;
    width: calc(100% - 0.4rem);
}

.list {
    width: 100%;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.02rem solid #EEEEEE;
    padding: 0 0.34rem;
}

    .list .label {
        font-size: 0.3rem;
        color: #333;
    }

    .list input {
        width: 50%;
        height: 100%;
        border: none;
        outline: none;
        text-align: right;
        font-size: 0.28rem;
    }
.btn-group{
    width:100%;
    padding:0 0.3rem;
}
.submit {
    width: 100%;
    height:44px;
    border-radius:1rem;
    color:#fff;
}
#tbxWt_Content {
    width: 100%;
    height: 2.62rem;
    padding: 0.2rem;
    background: #F3F3F5;
    border-radius: 0.15rem;
}
