.content{
    width: 1200px;
    margin: 80px auto;
}
.contact-list{
    width: 100%;
    margin: 40px 0 60px;
    display: flex;
    flex-wrap: wrap;
}
.contact-list .contact-item{
    width: 32%;
    margin-right: 2%;
    cursor: pointer;
    margin-bottom: 30px;
    box-shadow: 0 0 20px 1px rgba(0,0,0,0.3);
    border-radius: 12px;
    padding: 40px 30px;
}
.contact-list .contact-item:nth-child(3),
.contact-list .contact-item:nth-child(5){
    margin-right: 0;
}
.contact-list .contact-item.contact-item-whatsapp{
    width: 46%;
}
.contact-list .contact-item.contact-item-address{
    width: 52%;
}
.contact-list .contact-item .contact-item-img{
    width: 48px;
    height: 48px;
}
.contact-list .contact-item .contact-item-img img{
    width: 100%;
    height: 100%;
}
.contact-list .contact-item .contact-item-title{
    font-weight: bold;
    font-size: 20px;
    color: #1A1A1A;
    line-height: 22px;
    margin-top: 20px;
}
.contact-list .contact-item .contact-item-text{
    font-size: 16px;
    color: #0C5BE2;
    line-height: 17px;
    margin-top: 20px;
    word-break: break-all;
}


.content-left{
    width: 48%;
    float: left;
}
.content-title{
    font-weight: bold;
    font-size: 24px;
    color: #1A1A1A;
    line-height: 32px;
}
.content-left .content-left-item{
    width: 100%;
    margin: 20px auto 0;
}
.content-left .content-left-item .content-left-item-title{
    font-size: 16px;
    color: #1A1A1A;
    line-height: 24px;
    margin-bottom: 10px;
}
.content-left .content-left-item .content-left-item-title span{
    color: #FF0000;
}
.content-left .content-left-item .content-left-item-text{
    width: 100%;
    font-size: 16px;
    color: #262626;

}
.content-left .content-left-item .content-left-item-text input{
    width: 100%;
    height: 42px;
    border: 1px solid #E5E7EB;
    outline: none;
    font-size: 16px;
    color: #262626;
    line-height: 42px;
    background: none;
    padding-left: 16px;
}
.content-left .content-left-item .content-left-item-text .intl-tel-input{
    width: 100%;
}
.content-left .content-left-item .content-left-item-text .intl-tel-input input{
    padding-left: 60px;
}
.content-left .content-left-item .content-left-item-text input:focus{
    outline: none;
}
.content-left .content-left-item .content-left-item-text textarea{
    width: 100%;
    height: 128px;
    border: 1px solid #E5E7EB;
    outline: none;
    font-size: 16px;
    color: #262626;
    line-height: 28px;
    background: none;
    resize: none;
    padding: 10px 16px;
}
.content-left .content-left-btn{
    width: 128px;
    height: 48px;
    background: #0C5BE2;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
    margin-top: 20px;
}

.content-right{
    width: 48%;
    float: right;
}
.content-right .content-right-map{
    width: 100%;
    height: 426px;
    position: relative;
}
.content-right .content-right-map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 12px;
}
.content-right .content-right-text{
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    margin-top: 10px;
}




@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .content{
        width: 900px;
    }
}
@media only screen and (max-width: 1000px) {
    .content{
        width: 700px;
    }
}