.contact{
    display: flex;
    flex-wrap: wrap;
}
.contact .contact-item-wrap{
    width: 33.3%;
    margin-bottom: 40px;
}
.contact .contact-item{
    width: 240px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}
.contact .contact-item .contact-item-icon{
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
.contact .contact-item .contact-item-icon img{
    width: 100%;
    height: 100%;
}
.contact .contact-item .contact-item-title{
    font-size: 16px;
    color: #1A1A1A;
    line-height: 24px;
    margin: 16px 0;
}
.contact .contact-item .contact-item-line{
    width: 100%;
    height: 1px;
    background: #C4C4C4;
    position: relative;
}
.contact .contact-item .contact-item-line .contact-item-line-red{
    width: 40px;
    height: 3px;
    background: #E60012;
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
}
.contact .contact-item .contact-item-content,
.contact .contact-item .contact-item-content a{
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    margin-top: 16px;
}

.quote .quote-title{
    font-weight: bold;
    font-size: 24px;
    color: #1A1A1A;
    line-height: 36px;
}
.quote .quote-desc{
    font-size: 12px;
    color: #666666;
    line-height: 18px;
    margin-top: 10px;
}
.quote .quote-form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.quote .quote-form .quote-form-item{
    width: 49%;
    height: 45px;
    background: #EBEBEB;
    border-radius: 4px;
    margin-top: 20px;
    display: flex;
    padding: 0 20px;
}
.quote .quote-form .quote-form-item .quote-form-item-title,
.quote .quote-form .quote-form-message .quote-form-message-title{
    font-size: 14px;
    color: #1A1A1A;
    line-height: 45px;
    white-space: nowrap;
}
.quote .quote-form .quote-form-item .quote-form-item-title span,
.quote .quote-form .quote-form-message .quote-form-message-title span{
    color: #FF0000;
}
.quote .quote-form .quote-form-item .quote-form-item-input,
.quote .quote-form .quote-form-item .contact-product{
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    margin-left: 10px;
    line-height: 45px;
}
.quote .quote-form .quote-form-message{
    width: 100%;
    background: #EBEBEB;
    margin-top: 20px;
}
.quote .quote-form .quote-form-message .quote-form-message-title{
    margin-left: 10px;
    line-height: 24px;
}
.quote .quote-form .quote-form-message .quote-form-item-textarea{
    width: 100%;
    height: 110px;
    padding: 0 10px;
    background: transparent;
    border: none;
    outline: none;
    resize: none;
}
.quote .quote-form .quote-form-submit{
    width: 214px;
    height: 45px;
    background: #1A1A1A;
    border-radius: 4px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    margin: 20px auto 0;
}
.quote .quote-form .quote-form-submit img{
    width: 26px;
    height: 16px;
    margin-left: 16px;
}