/* 在线留言模块 */
.layout-online {
    padding: 97px 0;
}

.layout-online .title {
    margin-bottom: 20px;
    font-size: 24px;
    color: #333333;
}
.layout-online .info {
    font-size: 18px;
    color: #333333;
    line-height: 24px;
}

.layout-online .online-left {
    width: 520px;
    max-width: 40%;
}
.layout-online .online-service {
    margin-top: 113px;
    
}
.layout-online .service-list {
    margin-top: 20px;
}
.layout-online .service-lis {
    width: 100px;
}
.layout-online .img {
    width: 100px;
    height: 100px;
    vertical-align: middle;
    margin-bottom: 10px;
    background: #FFFFFF;
    border-radius: 8px;
}
.layout-online .img img {
    width: auto;
    height: 57px;
}
.layout-online .name {
    font-size: 18px;
    color: #333333;
    text-align: center;
    line-height: 24px;
}
.layout-online i {
    display:inline-block;
    margin: -34px 9px 0;
    color: #333333;
    font-size: 22px;
    font-style: normal;
    line-height: 32px;
}

.layout-online .online-right {
    margin-left: 102px;
}

.layout-online .message-form {
    margin-top: 30px;
    text-align: center;
}

.layout-online .form-item {
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    padding: 17px 10px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    text-align: left;
}
.layout-online input, .layout-online textarea {
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #333333;
}
.layout-online .form-item + .form-item {
    margin-left: 40px;
}
.layout-online .textarea {
    height: 180px;
}
.layout-online textarea {
    height: 100%;
    resize: none;
}
.layout-online .submit {
    width: 200px;
    height: 48px;
    margin: 20px auto;
    border-radius: 24px;
    background-color: transparent;
    border: 1px solid #979797;
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: #333333;
    cursor: pointer;
    user-select: none;
}
.layout-online .submit:hover {
    background-color: #0859C0;
    border-color: #0859C0;
    color: #FFFFFF;
}
