.index-filed-body{
    background: url(../img/index-filed-newImg.png?v=1) no-repeat left top;
    background-size: 100% 100%;
    position: fixed;
    bottom: 2rem;
    right: 1.9rem;
    width: 9.35rem;
    height: 16.6rem;
    text-align: center;
    z-index: 10000;
}
#telephone-body{
    margin-top: 7.8rem;
    font-size: 0.9rem;
    color: #ffffff;
    margin-bottom: 0.3rem;
    font-weight: 600;
}
.telephone-consultation {
    color: #FFFFFF;
}
.index-filed-body span {
    position: relative;
    cursor: pointer;
}
#wechat-body {
    margin-top: 2rem;
    font-size: 0.9rem;
    color: #FFFFFF;
    font-weight: 600;
}
.telephone-consultation:hover img {
    display: block;
}

.telephone-consultation img {
    display: none;
}
.wechat-service img {
    display: none;
}
.wechat-service:hover img {
    display: block;
}

.index-filed-body div:nth-of-type(1) img {
    position: absolute;
    margin-top: -2.7rem;
    margin-left: -10rem;
}
.index-filed-body div:nth-of-type(2) img {
    position: absolute;
    margin-top: -4rem;
    margin-left: -8rem;
    width: 8rem;
}