.header1 a,
.header1 .phone span{
    color:#ffffff !important;
}
body{
    display: flex;
    flex-direction: column;
}
body>div{
    flex:1;
}
.contactUsImage{
    width: 100%;
    height: 68rem;
    position: relative;
}
.contactUsImage>img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contactUsImage>div{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.contactUsImage>div>h1{
    text-align: center;
    color: white;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 4.8rem;
}
.contactUsImage>div>p{
    font-size: 2rem;
    font-weight: 500;
    margin-top: 2.4rem;
    text-align: center;
    color: white;
    margin-bottom: 0;
}
.contactUsContent{
    background-color: #F1F4F9;
    padding: 8rem 0 12rem;
}
.contactUsContent>div{
    width: 128rem;
    margin: 0 auto;
}
.area{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-right: -4rem;
}
.area>div{
    width: 30%;
    background: white;
    margin-right: 4rem;
    margin-bottom: 2.6rem;
    box-sizing: border-box;
    padding: 3.2rem 4rem;
    display: flex;
    align-items: center;
}
.area>div>.address{
    font-size: 2.8rem;
    font-weight: 700;
}
.area .right{
    border-left:1px solid #E1E3E5;
    margin-left: 2.3rem;
    padding-left: 2.3rem;
    box-sizing: border-box;
}
.area .right>div{
    display: flex;
    align-items: center;
}
.area .right>div:first-child{
    margin-bottom: 2.3rem;
}
.area .right>div>img{
    width: 2rem;
    height: 2rem;
    display: block;
    margin-right: 1.6rem;
}
.area .right>div>span{
    font-size: 1.8rem;
}
.form{
    width: 100%;
    margin-top: 8rem;
    background-color: white;
    box-sizing: border-box;
    padding: 8rem 8rem 3.6rem;
}
.form .label{
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 2rem;
}
.form input{
    display: block;
    width: 100%;
    background: #F6F6F6;
    height: 5.6rem;
    line-height: 5.6rem;
    box-sizing: border-box;
    padding: 0  2.4rem;
    font-size: 1.8rem;
    margin-bottom: 4rem;
    border:none
}
.form textarea{
    background: #F6F6F6;
    width: 100%;
    height: 18rem;
    font-size: 1.8rem;
    line-height: 1.6;
    box-sizing: border-box;
    padding: 1.9rem  2.4rem;
    margin-bottom: 4rem;
}
.form button{
    display: block;
    width: 100%;
    text-align: center;
    height: 5.6rem;
    line-height: 5.6rem;
    color: white;
    background-color: #72D3D3;
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 2.4rem;
}
.form .tips{
    text-align: center;
    color: #BBBDBF;
    font-size: 1.6rem;
    margin-bottom: 0;
}