header{
    height: 7.4vh !important;
}
.main {
    background-image: url("../img/contant_bg.jpg");
    background-repeat: no-repeat;
    background-size: 174vh 88vh;
    height: 87vh;
    background-position: center bottom;
    background-color: #DAD5CF;
    width: 100%;
    color: #030303;
    padding-top: 12vh;
    position: relative;
}

.contant-way {
    margin: 6vh auto 0;
    width: 12.0rem;
}

.phone-email {
    margin-right: .5rem;
}
.title {
    width: 12.0rem;
    margin: 0 auto ;
}
.title h3 {
    font-family: Arial Black;
    font-size: 0.3rem;
    color: #FFFFFF;
}
.title img{
    display: block;
}
.title .line {
    display: inline-block;
    width: 1.5rem;
    height: 0.06rem;
    background: rgba(255, 255, 255, 1);
    margin-top: 2.8vh;
}

.phone-email div img {
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.05rem;
}

.phone-email div span {
    font-size: 0.14rem;
    font-weight: 700;
    color: rgba(41, 41, 41, 1);
    line-height: 0.2rem;
}

.phone {
    font-size: 0.4rem;
    font-weight: 800;
    color: rgba(3, 3, 3, 1);
}

.msg {
    font-size: 0.14rem;
    font-weight: 400;
    color: rgba(3, 3, 3, 1);
    margin-top: 1.6vh;
    margin-bottom: 5.6vh;
}

.address {
    font-size: 0.14rem;
    font-weight: 400;
    color: rgba(3, 3, 3, 1);
    margin-top: 1vh;
    line-height: 0.3rem;
}
.address span{
    white-space: nowrap;
}

.wx-wb {
    flex-direction: column;
    align-items: center;
    margin-right: 0.7rem;
}

.wx-wb .icon {
    width: 6.5vh;
    height: 6.5vh;
}

.wx-wb span {
    font-size: 0.14rem;
    font-family: Arial;
    font-weight: 400;
    color: rgba(41, 41, 41, 1);
    margin-top: 0.9vh;
    margin-bottom: 2.7vh;
}

.wx-wb .qrcode {
    width: 10.6vh;
    height: 10.6vh;
}

.footer {
    height: 5.6vh;
    background: rgba(3, 3, 3, 1);
    text-align: center;
    line-height: 5.6vh;
    font-size: 0.13rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.4);
}