#netWork{
    height: 90px;
    position: relative;
    background: #F6FDF8;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 308px 0;
}
.netWork-tips{
    width: 100%;
    padding-top: 24px;
    border-top: 1px solid #B9E8C4;
    font-size: 16px;
    text-align: center;
    font-family: Inter-regular;
    a,span{
        color: rgba(51,51,51,1);
        text-decoration: none;
    }
}
#contactFrame{
    position: fixed;
    right: 44px;
    top: 65%;
    z-index: 100000;
}
.contactFrame-main-contect{
    width: 64px;
    height: 64px;
    border-radius: 12px;
    background-color: rgba(86,214,119,1);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.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: 64px;
    height: 64px;
    border-radius: 12px;
    margin-top: 5px;
    background-color: rgba(86,214,119,1);
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 100px;
}
.contactFrame-contectus{
    box-sizing: border-box;
    width: 420px;
    height: 210px;
    border-radius: 16px;
    background-color: rgba(86,214,119,1);
    position: absolute;
    top: 0;
    left: -440px;
    padding: 28px 44px 22px 20px;
    display: flex;
    visibility: hidden;
}
.contactFrame-contectus .text{
    line-height: 34px;
    color: rgba(255,255,255,1);
    font-size: 32px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
    font-weight: bold;
    margin-top: 4px;
}
.contactFrame-contectus .phone{
    line-height: 28px;
    color: rgba(255,255,255,1);
    font-size: 28px;
    text-align: left;
    font-family: SourceHanSansSC-bold;
    font-weight: bold;
    margin-top: 16px;
}
.contactFrame-contectus .contactFrame-contectus-delete{
    position: absolute;
    right: 14px;
    top: 14px;
    cursor: pointer;
}
.contactFrame-contectus .contactFrame-contectus-contectNow{
    position: absolute;
    cursor: pointer;
    height: 50px;
    width: 190px;
    line-height: 50px;
    border-radius: 8px;
    background-color: rgba(255,255,255,1);
    color: rgba(51,51,51,1);
    font-size: 18px;
    text-align: center;
    font-family: SourceHanSansSC-regular;
    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;
}
.contactFrame-contectus-qrcode{
    width: 128px;
    height: 128px;
    border-radius: 8px;
    margin-left: 40px;
}
.contactFrame-contectus-qrcode-text{
    margin-left: 40px;
    line-height: 24px;
    color: rgba(255,255,255,1);
    font-size: 19px;
    text-align: justify;
    font-family: SourceHanSansSC-bold;
    font-weight: bold;
    margin-top: 10px;

}