.message {
    border: 1px solid #B0C3FF;
    padding: 40px;
    background-color: #fff;
}

.message-pad {
    padding: 80px 0;
}

.message > div > span {
    background: url(../image/mes.png);
    display: inline-block;
    width: 36px;
    height: 30px;
    vertical-align: middle;
    margin-right: 10px;

}

.country-1 {
    margin-top: 10px;
    line-height: 22px;
}

.message > div:first-child {
    color: #4A4A4A;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 30px;
    font-family: 'Times New Roman', Arial, Verdana, 'PingFang SC';
}

.info {
    color: #666666;
    height: 248px;
    overflow-y: hidden !important;
    width: auto !important;
}

.message .info {
    overflow-y: visible !important;
}

.info span {
    color: #FE4539;
}

.email-1-input, .name-1-input, .country-1-input {
    width: 384px !important;
    border: 1px solid #d5defd;
}

.phone-1-input {
    width: 116px !important;
    float: left;
}

.phone-2-input {
    margin-left: 4px;
    width: 248px !important;
}

.info, .comment {
    float: left;
}

.comment {
    margin-left: 10px;
    padding-top: 28px;

}

textarea::-webkit-input-placeholder {
    font-weight: lighter;
    color: #C3C3C3;
    font-family: 'Times New Roman', Arial, Verdana, 'PingFang SC';
}

/* 使用webkit内核的浏览器 */
textarea:-moz-placeholder {
    font-weight: lighter;
    color: #C3C3C3;
    font-family: 'Times New Roman', Arial, Verdana, 'PingFang SC';
}

/* Firefox版本4-18 */
textarea::-moz-placeholder {
    font-weight: lighter;
    color: #C3C3C3;
    font-family: 'Times New Roman', Arial, Verdana, 'PingFang SC';
}

/* Firefox版本19+ */
textarea:-ms-input-placeholder {
    font-weight: lighter;
    color: #C3C3C3;
    font-family: 'Times New Roman', Arial, Verdana, 'PingFang SC';
}

/* IE浏览器 */
textarea {
    width: 671px;
    height: 192px;
    border: 1px solid #d5defd;
    outline: none;
    background-color: transparent;
    font-size: 16px;
    padding: 13px;
    resize: none;
}

.comment-1:focus {
    border-color: #3E69F6;
}

.mes-sub {
    background-color: #e9eefe;
    width: 200px;
    height: 44px;
    box-sizing: border-box;
    border: 1px solid #3E69F6;
    margin-top: 30px;
    float: right;
    text-align: center;
    line-height: 44px;
    color: #3E69F6;
    letter-spacing: -0.3px;
    cursor: pointer;
    margin-right: 22px;
}

.mes-sub:hover {
    background-color: #3E69F6;
    color: #fff;
}

.search-text.ser-search {
    margin-top: 5px;
}

.message-cha {
    background: url("../image/cha2.png") no-repeat center;
    position: absolute;
    width: 16px;
    height: 16px;
    right: 16px;
    top: 16px;
    cursor: pointer;
}

.placeholder {
    margin-top: 0;

}

.placeholder span {
    position: absolute;
    line-height: 60px;
    color: #C3C3C3;
    margin-left: 14px;
    cursor: auto;
}
.comment .placeholder span{
    line-height: 45px;
}