.module638_module {
    display: flex;
    margin-top: 240px;
}

.module638_right {
    width: 400px;
    padding-left: 60px;
    padding-top: 15px;
}

.module638_left {
    width: 740px;
    margin-left: 25px;
}

.module638_row {
    /*padding: 20px 30px;*/
    display: flex;
    line-height: 35px;
    justify-content: space-between;
}

.module638_row1 {
    display: flex;
}

.module638_row_let {
    width: 120px;
    font-size: 16px;
    margin-bottom: 5px;
    height: 30px;
    line-height: 30px;
}

.module638_row_right {
    height: 30px;
    width: 300px;
    padding-left: 10px;
    font-size: 16px;
    border: solid 1px #111111;
}
.item-box{
    position: absolute;
    width: 294px;
    height: 300px;
    overflow: hidden;
    overflow-y: auto;
    z-index: 999;
    background: #fff;
    border: 1px #999 solid;
    padding: 10px;
}
.module638_row_textarea {
    height: 150px;
    flex: 1;
    padding-left: 10px;
    font-size: 16px;
    width: 724px;
}

.module638_btn {
    margin-left: 120px;
    width: 200px;
    height: 50px;
    border: none;
    font-size: 22px;
    color: #fff;
    border-radius: 6px;
    /*background-color: #f13a3a;*/
}