.bannerBox{
    width: 100%;
    height: 412px;
    background: url(../../img/contact-us/banner.png) center 100% no-repeat;
    background-size: cover ;
}
.bannerBox .container{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.bannerBox .titleBox{
    margin-top: 102px;
    font-size: 46px;
    font-weight: bold;
    color: #fff;
}
.bannerBox .subTitleBox{
    margin-top: 35px;
    font-size: 18px;
    color: #fff;
    width: 693px;
}
.contactBox{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 88px;
}
.contactBox .contactCard{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 370px;
    height: 210px;
    background: url(../../img/contact-us/card-bg.png) center 100% no-repeat;
    background-size: cover;
    padding: 30px 30px 26px 30px;
}
.contactCard .contactTitle{
    font-size: 24px;
    font-weight: 500;
}
.contactCard .contactDesc{
    font-size: 14px;
    color: #5A5A5A;
    margin-top: 15px;
}
.contactCard .contactText{
    font-size: 14px;
    color: #0041D7;
    margin-top: 15px;
}

.contactCard .contactTg{
    font-size: 14px;
    color: #0041D7;
    margin-top: 5px;
}

.contactCard .contactQrcode{
    width: 100px;
    height: 100px;
    margin-top: 10px;
}
.contactCard .contactBtn{
    width: 103px;
    height: 30px;
    margin-top: 20px;
    cursor: pointer;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.contactCard .contactBtn .btnIcon{
    width: 13px;
    height: 8px;
    float: right;
    margin-left: 4px;
}
.contactCard .contactEmail{
    font-size: 14px;
    color: #0041D7;
    margin-top: 5px;
}
.contactCard.contactLabel{
    text-align: right;
    display: inline-block;
    width: 115px;
}
.contactCard .contactWechat{
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    align-items: center;
}



