#contact-content1 {
    background-image: url(../images/contact-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    position: relative;
}

#contact-content1::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

#contact-page-name {
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 151px;


}

#contact-nav {
    left: 0;
    height: 64px;
    line-height: 64px;
    width: 100%;
    z-index: 2;

}

.gift-type-list-top1 {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}



#contact-nav-title {
    float: left;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}

#contact-content2 {
    height: 790px;
    position: relative;
    background-image: url(../images/map.jpg);
    background-size: auto;
    background-repeat: no-repeat;
}

#contact-content2-box {
    position: absolute;
    left: 0;
    bottom: 30px;
    text-align: center;
    width: 100%;
}

.contact-content2-item {
    width: 284px;
    height: 170px;
    padding: 22px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #EDEDED;
    display: inline-block;
    vertical-align: middle;
}

.contact-content2-item:nth-child(2) {
    margin: 0 17px;

}

.contact-content2-item:nth-child(3) {
    margin-right: 17px;

}

.contact-content2-item img {
    width: auto;
    height: 32px;
}

.contact-content2-item h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    margin: 18px 0 14px 0;
}

.contact-content2-item div {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #666666;
    word-wrap: break-word;
    ;
}

.contact-content2-item a {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #666666;
    word-wrap: break-word;
    ;
}