#rmb-tmation .tool-module {
    padding-top: 60px
}

#rmb-tmation .tool-module .tool-label {
    display: block;
    margin-bottom: 15px;
    position: relative
}

#rmb-tmation .tool-module .tool-label .tt {
    display: block;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: left
}

#rmb-tmation .tool-module .tool-label .tt .copy-btn {
    color: #f44534;
    cursor: pointer;
    font-weight: 400
}

#rmb-tmation .tool-module .tool-foot {
    display: block;
    text-align: center;
    margin-bottom: 15px
}

#rmb-tmation .tool-module .tool-rmb-text {
    width: 400px;
    min-height: 40px;
    line-height: 38px;
    border: 1px solid #ddd;
    padding: 0 10px;
    font-size: 16px;
    outline: 0;
    resize: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

#rmb-tmation .tool-module .tool-rmb-text.pr {
    padding-right: 150px
}

#rmb-tmation .tool-module .tool-rmb-text.tr {
    line-height: 25px
}

#rmb-tmation .tool-module .tool-submit {
    position: absolute;
    right: 3px;
    bottom: 8px;
    height: 34px;
    padding: 0 25px;
    font-size: 16px;
    color: #fff;
    background: #f44534;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}