.contact-message-table {}

.contact-message-table input,
textarea {
    outline: none;
}

.contact-message-table .form-input-title {
    width: 10%;
    height: 45px;
    text-align: right;
    text-wrap: nowrap;
}

.contact-message-table .form-input-title font {
    color: #FF0000;
}

.contact-message-table .form-input input {
    width: 192px;
    height: 35px;
    padding-left: 10px;
    border: 1px solid #dcdcdc;
}

.contact-message-table textarea {
    border: 1px solid #74bfe6;
}

.contact-message-table .form-input-verify {
    position: relative;
}

.contact-message-table .form-input-verify input {
    width: 41px;
    height: 35px;
    padding-left: 10px;
    border: 1px solid #dcdcdc;
}

.contact-message-table .form-input-verify img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 60px;
    width: auto;
    height: 36px;
    margin: auto 0;
}

.form-operate {
    text-align: right;
    text-wrap: nowrap;
    padding-right: 90px;
}

.form-operate input {
    width: 55px;
    height: 35px;
    color: #fff;
    margin: 10px 0;
    padding: 10px;
    border: none;
    background-color: #2f73c0;
    cursor: pointer;
}

.form-operate input:hover {
    background-color: #3f83d0;
}