#netWork{
    height: 100px;
    position: relative;
    background: #29C665;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
}
.netWork-tips{
    font-size: 12px;
    text-decoration : none;
    margin-top: 10px;
}
#contactFrame{
    height: 205px;
    position: fixed;
    right: 20px;
    top: 75%;
    width: 50px;
    z-index: 100000;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.contactFrame-main-contect{
    width: 50px;
    height: 50px;
    background: rgba(52, 196, 105, 1);
    cursor: pointer;
}
.contactFrame-main-wechact{
    width: 50px;
    height: 50px;
    background: rgba(52, 196, 105, 1);
    cursor: pointer;
    position: relative;
}
.contactFrame-main-wechact-qr{
    position: absolute;
    height: 204px;
    width: 244px;
    background: url(/static/images/qr_1.png)center no-repeat;
    background-size: 100%;
    top: -50px;
    left: -254px;
    display: none;
}
.contactFrame-main-wechact:hover .contactFrame-main-wechact-qr{
    display: block;
}
.contactFrame-main-phone{
    width: 50px;
    height: 50px;
    background: rgba(52, 196, 105, 1);
    cursor: pointer;
    position: relative;
}
.contactFrame-main-phone-num{
    height: 204px;
    width: 244px;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    background: rgba(52, 196, 105, 1);
    position: absolute;
    background: url(/static/images/phone.png)center no-repeat;
    background-size: 100%;
    top: -100px;
    left: -254px;
    z-index: 10;
    display: none;
}
.contactFrame-main-phone:hover .contactFrame-main-phone-num{
    display: block;
}
.contactFrame-main-up{
  width: 50px;
    height: 50px;
    background: #ffffff;
    margin-top: 5px;
    cursor: pointer;
}
.contactFrame-contectus{
    width: 464px;
    height: 204px;
    position: absolute;
    top: 0;
    left: -470px;
    background: url(https://i.xiaotucc.com/contect_us.png)center no-repeat;
}
.contactFrame-contectus .contactFrame-contectus-delete{
    position: absolute;
    right: 14px;
    top: 14px;
    cursor: pointer;
}
.contactFrame-contectus .contactFrame-contectus-contectNow{
    position: absolute;
    cursor: pointer;
    height: 42px;
    width: 100px;
    color: #29C665;
    background: #ffffff;
    line-height: 42px;
    text-align: center;
    bottom: 22px;
    left: 18px;
    user-select: none;
}
.contactFrame-contectus .contactFrame-contectus-contectLater{
    position: absolute;
    cursor: pointer;
    height: 42px;
    width: 100px;
    background: #29C665;
    border: 1px solid #ffffff;
    line-height: 42px;
    text-align: center;
    bottom: 22px;
    left: 132px;
    color: #ffffff;
    user-select: none;
}