.layer-server-shape{
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
}

.layer-server-shape .form-shape .contact {
    word-break: keep-all;
    align-items: center;
    display: flex;
}

.layer-server-shape .form-shape .phonenum{
    width: 100% !important;
    margin-left: 12px !important;
    padding-right: 10px;
    padding-left: 10px;
}

.layer-server-shape .form-shape .remarks{
    width: 100% !important;
}

.layer-server-shape .form-shape .word_reminder_info {
    right: 16px !important;
}

.layer-server-shape .form-shape .leave_import_empty{
    display: none;
}

.layer-server-shape .form-shape .input-container{
    height: 35px;
    background: #F8F8F8;
    border-radius: 12px;
    display: flex;
    margin-top: 24px;
    width: calc(100% - 48px);
    align-items: center;
    padding: 0 24px;
}

.layer-server-shape .form-shape .input-container .input-label {
    color: #212634;
    font-size: 14px;
    width: 100px;
}

.layer-server-shape .form-shape .input-container input {
    background: none;
    outline: none;
    border: none;
    color: #333;
    font-size: 14px;
    margin-right: 16px;
    flex: 1;
}

.layer-server-shape .form-shape .remarks-container{
    height: 180px;
    background: #F8F8F8;
    border-radius: 12px;
    display: block;
    width: calc(100% - 48px);
    margin-top: 10px;
    align-items: center;
    padding: 12px 24px;
    position: relative;
}
.layer-server-shape .form-shape .remarks-container textarea {
    resize: none;
    background-color: transparent !important;
    font-family: "Microsoft yahei";
    width: 100%;
    height: calc(100% - 24px);
    margin-bottom: 24px;
    font-size: 14px;
    color: #333;
    border: none;
    outline: none;
    background: none;
    margin-top: 0 !important;
    padding: 0;
}

.layer-server-shape .form-shape .remarks-container .textarea-count {
    position: absolute;
    right: 10px;
    bottom: 8px;
    color: #999;
}
