.title{
    margin-bottom: 30px;
}
.quote-contact{
    width: 48%;
    float: left;
}
.quote-contact .quote-contact-title{
    font-weight: bold;
    font-size: 18px;
    color: #262626;
    line-height: 28px;
}
.quote-contact .quote-contact-desc{
    font-size: 12px;
    color: #666666;
    line-height: 18px;
    margin-top: 20px;
}
.quote-contact .quote-contact-item{
    cursor: pointer;
    margin-top: 30px;
}
.quote-contact .quote-contact-item img{
    width: 24px;
    height: 24px;
    float: left;
}
.quote-contact .quote-contact-item .quote-contact-item-title{
    width: 80px;
    font-size: 16px;
    color: #262626;
    line-height: 24px;
    float: left;
    margin-left: 20px;
}
.quote-contact .quote-contact-item .quote-contact-item-text{
    width: calc(100% - 130px);
    font-size: 16px;
    line-height: 24px;
    color: #262626;
    float: right;
}

.quote-contact .quote-contact-link{
    margin-top: 60px;
}
.quote-contact .quote-contact-link .quote-contact-link-title{
    font-weight: bold;
    font-size: 20px;
    color: #1A1A1A;
    line-height: 36px;
}
.quote-contact .quote-contact-link .quote-contact-link-content{
    margin-top: 30px;
    display: flex;
}
.quote-contact .quote-contact-link .quote-contact-link-content .quote-contact-link-item{
    width: 30px;
    height: 30px;
    margin-right: 20px;
}
.quote-contact .quote-contact-link .quote-contact-link-content .quote-contact-link-item img{
    width: 100%;
    height: 100%;
}


.quote{
    width: 48%;
    float: right;
}
.quote .quote-item{
    margin-bottom: 20px;
}
.quote .quote-item.quote-message{
    margin-bottom: 0;
}
.quote .quote-item.quote-tel .intl-tel-input{
    width: 100%;
}
.quote .quote-item .quote-item-title{
    font-size: 16px;
    color: #666666;
    line-height: 17px;
}
.quote .quote-item .quote-item-title span{
    color: #CC0801;
}
.quote .quote-item .quote-item-text{
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
}
.quote .quote-item .quote-item-text input{
    width: 100%;
    border: 1px solid #EEEEEE;
    outline: none;
    font-size: 16px;
    color: #666666;
    line-height: 40px;
    background: none;
    padding-left: 15px;
}
.quote .quote-item .quote-item-text input:focus{
    outline: none;
}
.quote .quote-item.quote-tel .intl-tel-input input{
    padding-left: 50px;
}
.quote .quote-item.quote-tel .intl-tel-input .country-list{
    background-color: #FFFFFF;
}
.quote .quote-item .quote-item-text textarea{
    width: 100%;
    height: 128px;
    outline: none;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    background: none;
    resize: none;
    border: 1px solid #EEEEEE;
    padding: 15px;
}
.quote .quote-btn{
    width: 120px;
    height: 46px;
    background: #0070D9;
    border-radius: 5px;
    text-align: center;
    line-height: 46px;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
}




@media only screen and (min-width: 1000px) and (max-width: 1440px) {

}
@media only screen and (max-width: 1000px) {

}