.title{
    font-weight: bold;
    font-size: 30px;
    color: #1A1A1A;
    text-align: center;
}
.contact{
    margin-top: 10px;
}
.contact .contact-left{
    width: 27.25%;
    float: left;
    position: relative;
}
.contact .contact-left-content{
    font-size: 16px;
    color: #000000;
    line-height: 80px;
}
.contact .contact-left-content img{
    width: 40px;
    height: 40px;
    float: left;
    margin-top: 20px;
}
.contact .contact-left-content p{
    margin-left: 10px;
    float: left;
    width: calc(100% - 166px);
}
.contact .contact-left-content p.contact-left-content-title{
    width: 76px;
    margin-left: 20px;
}
.contact .contact-middle{
    width: 45%;
    float: left;
    margin-left: 5%;
    position: relative;
}
.contact .contact-line{
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    background: #CECECE;
}
.contact .contact-line.contact-line1{
    top: 80px;
}
.contact .contact-line.contact-line2{
    top: 160px;
}
.contact .contact-line.contact-line3{
    top: 240px;
}

.contact .contact-right{
    width: 200px;
    height: 180px;
    float: right;
    background: #F5F7FB;
    padding: 20px 40px;
    font-size: 14px;
    color: #000000;
    text-align: center;
    margin-top: 20px;
}
.contact .contact-right .contact-qrcode{
    width: 120px;
    height: 120px;
}
.contact .contact-right .contact-qrcode img{
    width: 100%;
    height: 100%;
}

.quote-form{
    margin-top: 50px;
}
.quote-form .quote-img{
    width: 50%;
    float: left;
    position: relative;
}
.quote-form .quote-img img{
    width: 100%;
}
.quote-form .quote-desc{
    position: absolute;
    bottom: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    padding: 0 20px;
}

.quote{
    width: 50%;
    aspect-ratio: 600 / 414;
    float: right;
    background: #F5F7FB;
    padding: 0 30px;
}
.quote input,
.quote textarea{
    border: none;
    outline: none;
    padding-left: 16px;
    line-height: 42px;
    margin-top: 10px;
}
.quote input{
    width: 100%;
}
.quote .quote-name,
.quote .quote-phone,
.quote .quote-email{
    width: 100%;
    margin-top: 20px;
}
.quote .quote-name,
.quote .quote-email{
    width: 49%;
    float: left;
}
.quote .quote-name{
    margin-right: 2%;
}
.quote .quote-phone .intl-tel-input{
    width: 100%;
    margin-top: 10px;
}
.quote .quote-phone input{
    width: 100%;
}
.quote textarea{
    width: 100%;
    height: 100px;
    resize: none;
}
.quote span{
    color: #FFFFFF;
}
.quote p span{
    color: #FF0000;
}
.quote .quote-message{
    width: 100%;
    margin-top: 20px;
    resize: none;
}
.quote input::placeholder,.quote textarea::placeholder{
    color: #B5B5B5;
}
.quote .quote-btn{
    width: 128px;
    height: 48px;
    background: #00367D;
    border-radius: 4px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
}


@media only screen and (min-width: 1000px) and (max-width: 1440px){
    .contact .contact-left-content{
        font-size: 14px;
        line-height: 70px;
    }
    .contact .contact-left-content img{
        width: 35px;
        height: 35px;
        margin-top: 17px;
    }
    .contact .contact-left-content p.contact-left-content-title{
        width: 60px;
        margin-left: 10px;
    }
    .contact .contact-left-content p{
        width: calc(100% - 120px);
    }
    .contact .contact-line.contact-line1{
        top: 70px;
    }
    .contact .contact-line.contact-line2{
        top: 140px;
    }
    .contact .contact-line.contact-line3{
        top: 210px;
    }
    .contact .contact-right{
        width: 180px;
        height: 160px;
        padding: 15px 30px;
    }

    .quote{
        padding: 0 20px;
    }
    .quote-form .quote-desc{
        bottom: 10px;
        font-size: 14px;
        line-height: 21px;
        padding: 0 10px;
    }
    .quote .quote-name, .quote .quote-phone, .quote .quote-email,.quote .quote-message{
        margin-top: 5px;
    }
    .quote input, .quote textarea{
        margin-top: 5px;
        line-height: 36px;
    }
    .quote textarea{
        height: 95px;
    }
    .quote .quote-btn{
        margin-top: 0;
        height: 40px;
        line-height: 40px;
    }
}
@media only screen and (max-width: 1000px){
    .contact .contact-left{
        width: 35%;
    }
    .contact .contact-left-content{
        font-size: 12px;
        line-height: 60px;
    }
    .contact .contact-left-content img{
        width: 30px;
        height: 30px;
        margin-top: 15px;
    }
    .contact .contact-left-content p.contact-left-content-title{
        width: 50px;
        margin-left: 5px;
    }
    .contact .contact-left-content p{
        width: calc(100% - 120px);
    }
    .contact .contact-line.contact-line1{
        top: 60px;
    }
    .contact .contact-line.contact-line2{
        top: 120px;
    }
    .contact .contact-line.contact-line3{
        top: 180px;
    }
    .contact .contact-middle{
        width: 60%;
    }
    .contact .contact-right{
        display: none;
    }

    .quote{
        padding: 0 20px;
    }
    .quote-form .quote-desc{
        bottom: 5px;
        font-size: 12px;
        line-height: 18px;
        padding: 0 10px;
    }
    .quote .quote-name, .quote .quote-phone, .quote .quote-email,.quote .quote-message{
        margin-top: 5px;

    }
    .quote input, .quote textarea{
        margin-top: 0;
        line-height: 30px;
        padding-left: 5px;
        font-size: 12px;
    }
    .quote .quote-phone .intl-tel-input{
        margin-top: 0;
    }
    .quote textarea{
        height: 60px;
    }
    .quote .quote-btn{
        width: 100px;
        font-size: 14px;
        margin-top: 0;
        height: 30px;
        line-height: 30px;
    }
}