   
.pop {
    position: fixed;
    z-index: 999;
    right: 35.7px;
    bottom: 0;
    width: 0
}

.pop .code {
    position: relative;
    width: 264.35px
}


.pop .code img.pop-code {
    width: 79.9px;
    height: 79.9px;
    border-radius: 100%;
    z-index: 2
}

.pop .code .pop-code:hover {
    opacity: 0
}

.pop .phone {
    position: absolute;
    right: 0;
    bottom: calc(50vh - 136px);
}
.pop .phone-img1 {
    width: 305.15px;
    height: 122.4px;
    position: absolute;
    right: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .5s
}

.pop .phone-img2 {
    width: 37.4px;
    height: 37.4px;
    border-radius: 100%;
    transition: all .5s;
    opacity: 1;
    margin: 0 auto 14.45px
}

.consult-box {
    position: fixed;
    right: 23.8px;
    bottom: 7.65px;
    background-size: cover;
    width: 268.6px;
    height: 332.35px;
    padding-top: 38.25px;
    font-size: 0
}

.consult-tel, .email {
    height: 55px;
    text-align: center;
    border-bottom: 1px solid #ededed;
    padding-top: 14px;
    position: relative;
    cursor: pointer;
}

.consult-tel .content-tel {
    display: none;
    padding-top: 11.05px;
    color: #333;
    background: #fff;
    position: absolute;
    width: 127.5px;
    height: 36px;
    border-radius: 6.8px;
    left: -140px;
    top: 14px;
    box-shadow: 0 0 34px rgba(79,122,253,.2);
    -webkit-box-shadow: 0 0 34px rgba(79,122,253,.2)
}

.consult-tel:hover .content-tel {
    display: block;
}

.consult-scan .content-scan::after,.consult-tel .content-tel::after {
    content: '';
    position: absolute;
    right: -17.85px;
    border: 12.75px solid transparent;
    border-left-color: #fff
}

.consult-tel .content-tel::after {
    top: 10.4px
}

.consult-tel .content-tel .tel {
    font-weight: 600;
    font-size: 13.6px;
}

.consult-tel .content-tel .desc {
    font-weight: 400;
    font-size: 10.2px;
    margin-top: 8px
}

.email .email-link {
    text-decoration: none;
}

.email:hover .email-bg {
    background: url(./images/pop-email-hover.png) no-repeat center/cover
}

.email:hover p {
    color: #4f7afd !important;
}

.email .email-bg {
    width: 22.1px;
    height: 22.1px;
    margin: auto;
    background: url(./images/pop-email.png) no-repeat center/cover
}

.consult-tel .consult-tel-bg {
    width: 22.1px;
    height: 22.1px;
    margin: auto;
    background: url(./images/pop-tel.png) no-repeat center/cover
}

.consult-scan:hover p,.consult-tel:hover p {
    color: #4f7afd!important
}

.consult-tel:hover .consult-tel-bg {
    background: url(./images/pop-tel-hover.png) no-repeat center/cover
}

.consult-scan:hover .consult-scan-bg {
    background: url(./images/pop-scans-hover.png) no-repeat center/cover
}

.consult-scan:hover .content-scan {
    display: block;
}

.pop .phone .top p {
    color: #666666;
}

.consult-scan {
    text-align: center;
    height: 68px;
    cursor: pointer;
}

.consult-scan .content-scan {
    display: none;
    width: 100px;
    height: 125px;
    background: #fff;
    position: absolute;
    border-radius: 6.8px;
    left: -141.1px;
    bottom: 0;
    padding: 13.6px;
    box-shadow: 0 0 34px rgba(79,122,253,.15);
    -webkit-box-shadow: 0 0 34px rgba(79,122,253,.15)
}

.consult-scan .content-scan::after {
    bottom: 20.4px
}

.consult-scan .content-scan .code-qrcode {
    width: 102px;
    height: 102px;
    overflow: hidden
}

.code-box img,.consult-scan .content-scan .code-qrcode img,.try-use-pic img {
    width: 100%
}

.consult-scan .content-scan .desc,.pop .phone .top p {
    font-weight: 400;
    font-size: 10.2px;
    margin-top: 6.8px
}

.consult-scan .consult-scan-bg {
    width: 22.1px;
    height: 22.1px;
    margin: 10.2px auto 0;
    background: url(./images/pop-scans.png) no-repeat center/cover
}

.pop .phone .top {
    width: 68px;
    height: 226.1px;
    background: #fff;
    border-radius: 71.4px;
    padding-top: 15.3px;
    box-shadow: 0 0 34px rgba(79,122,253,.15);
    -webkit-box-shadow: 0 0 34px rgba(79,122,253,.15);
    transform: scale(1.2)
}

.pop .phone .top:hover .phone-img1 {
    opacity: 1;
    filter: alpha(opacity=100)
}