
.contact .header {
    height: 418px;
    padding-top: 155px;
    background: url("/static/images/contact_header_bg.png") left top/100% 100% no-repeat;
    text-align: center;
    color: #FFFFFF;
}

.contact .header .title {
    font-weight: 600;
    font-size: 58px;
    line-height: 81px;
}

.contact .header .message {
    margin-top: 19px;
    font-size: 22px;
    line-height: 30px;
}

.contact .section1 {
    background: url("/static/images/contact_section1_bg.png") left top/100% 100% no-repeat;
}

.contact .section1 .section-main {
    width: 1200px;
    padding: 80px 0 90px;
    margin: 0 auto;
}

.contact .section1 .section-head .title {
    text-align: center;
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    color: #333333;
}

.contact .section1 .section-head .subtitle {
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    color: #666666;
}

.contact .section1 .section-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 69px;
}

.contact .section1 .company {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #333333;
}

.contact .section1 .address {
    margin-top: 16px;
    font-size: 15px;
    line-height: 15px;
    color: #888888;
}

.contact .section1 .address div~div {
    margin-top: 10px;
}

.contact .section1 .attribute {
    margin-top: 35px;
}

.contact .section1 .attribute .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 62px;
    padding-left: 88px;
    margin-top: 33px;
    background-position: left center;
    background-size: 62px 62px;
    background-repeat: no-repeat;
    font-size: 15px;
    line-height: 15px;
    color: #666666;
}

.contact .section1 .attribute .item1 {
    background-image: url("/static/images/contact_section1_icon1.png");
}

.contact .section1 .attribute .item2 {
    background-image: url("/static/images/contact_section1_icon2.png");
}

.contact .section1 .attribute .item3 {
    background-image: url("/static/images/contact_section1_icon3.png");
}

.contact .section1 .attribute .item4 {
    background-image: url("/static/images/contact_section1_icon4.png");
}

.contact .section1 .attribute .item div:last-child {
    margin-top: 11px;
    font-weight: 500;
    font-size: 22px;
    line-height: 22px;
    color: #333333;
}

.contact .section1 .section-foot {
    display: flex;
    margin-top: 79px;
}

.contact .section1 .qrcode {
    flex: none;
    width: 242px;
    height: 262px;
    padding-top: 37px;
    border-radius: 6px;
    margin-right: 77px;
    background-color: #FFFFFF;
}

.contact .section1 .qrcode img {
    width: 130px;
    height: 130px;
    margin: 0 auto;
}

.contact .section1 .qrcode .title {
    margin-top: 16px;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

.contact .section1 .qrcode .message {
    margin-top: 8px;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    color: #666666;
}
#container div{
    z-index: unset !important;
}
