.contact_us_header{
    height: 4rem;
    background-image: url('/www/xgwy/img/about_us/contact_us.png');
}
.contact_us_body{
    width: 12.4rem;
    margin: auto;
}
.contact_us_body h5{
    font-size: 30px;
    padding-bottom: 18px;
    color: #2f2f2f;
    font-weight: 400;
    padding-top: 50px;
}
.underline{
    width: 34px;
    border-bottom: 2px solid #000;
}
.contact_us_address h2{
    font-size: 18px;
    line-height: 36px;
    color: #2f2f2f;
    font-weight: 500;
    margin-bottom: 0;
}
/* .contact_us_body .contact_us_phone{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
} */
.contact_us_body .contact_us_phone span{
    color: #3E7AD9;
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 36px;
    font-weight: 500;
}
.contact_us_body .contact_us_address ul li{
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #888;
    letter-spacing: 2px;
}
.contact_us_body .contact_us_email{
    margin-top: 20px;
}
.contact_us_body .contact_us_email ul{
    display: flex;
}
.contact_us_body .contact_us_email ul li{
    display: flex;
    flex-direction: column;
    width: 33.33%;
    position: relative;
}
/* .contact_us_body .contact_us_email ul li::after{
    content: '';
    position: absolute;
    top: -20px;
    width:38px;
    height: 2px;
    background: #2E415D;
} */
.contact_us_body .contact_us_email ul li span{
    font-size: 16px;
    line-height: 36px;
    color: #2f2f2f;
    font-weight: 500;
}
.contact_us_body .contact_us_email ul li span:last-child{
    color: #3E7AD9;
}
.contact_us_body .contact_us_qrcode{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 120px;
}
.contact_us_body .contact_us_qrcode li{
    width: 33.33%;
}
.contact_us_body .contact_us_qrcode img {
    width: 150px;
    height: 150px;
}
.contact_us_body .contact_us_qrcode span{
    letter-spacing: 1px;
    text-align: center;
    display: block;
    width: 150px;
    font-size: 16px;
    line-height: 36px;
    color: #2f2f2f;
    font-weight: 500;
}
.contact_us_body .contact_us_qrcode span:last-child{
    line-height: 1;
}
