.content{
    margin-bottom: 80px;
}
.title{
    margin-bottom:40px;
}
.quote{
    width: 46%;
    float: left;
}
.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: 50px;
    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: 180px;
    outline: none;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    background: none;
    resize: none;
    border: 1px solid #EEEEEE;
    padding: 15px;
}
.quote .quote-btn{
    width: 140px;
    height: 46px;
    background: #15499A;
    border-radius: 5px;
    text-align: center;
    line-height: 46px;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 10px;
}

.line{
    width: 1px;
    height: 600px;
    background: #E6E6E6;
    margin-left: 4%;
    float: left;
}


.contact{
    width: 46%;
    float: right;
}
.contact .contact-item{
    width: 100%;
    cursor: pointer;
    display: grid;
    grid-template-columns: 40px auto 1fr;
    align-items: center;
    gap: 16px;
}
.contact .contact-item img{
    width: 40px;
    height: 40px;
}
.contact .contact-item .contact-item-title{
    font-size: 16px;
    color: #262626;
    line-height: 24px;
}
.contact .contact-item .contact-item-text{
    font-size: 16px;
    line-height: 24px;
    color: #262626;
    word-break: break-all;
}

.contact .contact-link{
    margin-top: 60px;
}
.contact .contact-link .contact-link-title{
    font-weight: bold;
    font-size: 20px;
    color: #1A1A1A;
    line-height: 36px;
}
.contact .contact-link .contact-link-content{
    margin-top: 30px;
    display: flex;
}
.contact .contact-link .contact-link-content .contact-link-item{
    width: 30px;
    height: 30px;
    margin-right: 20px;
}
.contact .contact-link .contact-link-content .contact-link-item img{
    width: 100%;
    height: 100%;
}


@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .main-content .content{
        width: 900px;
    }
    .contact .contact-item .contact-item-title{
        width: 20%;
    }
}
@media only screen and (max-width: 1000px) {
    .main-content .content{
        width: 700px;
    }
    .contact .contact-item .contact-item-title{
        margin-left: 10px;
    }
    .contact .contact-item .contact-item-title{
        font-size: 14px;
    }
    .contact .contact-item .contact-item-text{
        font-size: 14px;
    }
}