  .yx_KfBox {
    position: fixed;
    width: 60px;
    right: 38px;
    bottom: 38.5%;
    transform: translateY(-50%);
    z-index: 100;
    border-bottom-width: 0;
}

  .yx_KfList {
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
    position: relative;
    list-style: none;
    background: #FAFAFA;
}

  .yx_KfList .kf_icon {
    display: block;
    font-size: var(--yx_FSFour);
    width: 45px;
    background: #fafafa;
    color: #333;
    text-align: center;
    margin-bottom: 5px;
    transition: all .5s;
    cursor: pointer;
    margin-left: 15px;
    line-height: 45px;
    border: 1px solid #eee;
}

  .yx_KfList:hover .kf_icon {
    background: var(--yx_Color);
    color: #fff;
}

  .yx_Me {
    bottom: 0px !important;
}

  .hideBox {
    bottom: -100%;
    transition: all 0.6s ease;
}

  .yx_TelCon .yx_iconfont {
    font-size: 12px;
    color: #fff;
    display: block;
    margin-right: 12px;
    width: 24px;
    text-align: center;
    line-height: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--yx_Color);
}

  .yx_MesCon .yx_iconfont {
    font-size: 12px;
    color: #fff;
    display: block;
    margin-right: 12px;
    width: 24px;
    text-align: center;
    line-height: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--yx_Color);
}

  .yx_MesCon a {
    line-height: 24px;
    color: #333;
    font-size: 12px;
    width: calc(94% - 30px);
    display: block;
}

  .yx_xf_icon {
    font-size: 14px;
    color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    right: -10px;
}

  .son {
    width: 300px;
    background: #fafafa;
    border: 1px solid #eee;
    right: 150px;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
    padding: 14px 18px;
    box-shadow: 0 0 14px rgba(0,0,0,0.1);
    transform: translateY(-50%);
    position: absolute;
    border-right: 2px solid #dcdcdc;
}

  .yx_TelBox {
    width: 100%;
    text-align: left;
}

  .yx_kfTitBox {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
    text-align: left;
}

  .yx_kfTitBox dt {
    font-size: 24px;
    color: #666;
    margin-right: 18px;
}

  .yx_kfTitBox dd span {
    font-size: 16px;
    color: #333333;
    padding-bottom: 3px;
}

  .yx_kfTitBox dd p {
    font-size: 14px;
    color: #999;
    line-height: 24px;
}

  .yx_Tel {
    padding-top: 14px;
}

  .yx_Tel p {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    display: flex;
    margin-top: 6px;
    margin-bottom: 8px;
    align-items: center;
}

  .yx_Tel .yx_TelCon {
    display: flex;
    flex-wrap: wrap;
}

  .yx_Tel .yx_TelCon .e_icon {
    font-size: 18px;
    color: #666;
    padding-right: 14px;
}

  .yx_Tel .yx_TelCon a {
    font-size: 14px;
    color: #333;
    margin-right: 24px;
}

  .ewCon {
    width: calc((100% - 18px)/2);
    margin: 14px 0 0;
    text-align: center;
}

  .ewCon img {
    width: 100%;
}

  .yx_Email .yx_kfTitBox {
    border-width: 0px;
    margin-bottom: 0px;
    padding: 0px;
}

  .yx_Kf_Rwm .ewBox img {
    width: auto;
    max-width: 100px;
    margin: 5px 0;
    height: auto;
}

  .yx_KfList:hover .son {
    transition: all 0.6s ease;
    opacity: 1 !important;
    right: 60px !important;
    visibility: visible !important;
}

@media screen and (max-width: 768px) {
      .yx_KfList {
        width:55px;
    }

      .yx_KfList .kf_icon {
        font-size: 22px !important;
        line-height: 40px;
        width: 40px;
        height: 40px;
    }

      .yx_Tel .yx_TelCon {
        flex-wrap: Wrap;
    }

      .yx_KfBox {
        width: 55px;
    }

      .yx_KfList:hover .son {
        right: 55px !important;
    }

      .yx_TelBoxBig {
        width: 80vw;
        max-width: 450px;
    }

      .yx_Tel .yx_TelCon a {
        font-size: 14px;
    }

      .yx_KfClose {
        color: var(--yx_ColorTwo);
        font-size: 24px;
        background: #fafafa;
        text-align: center;
        display: block !important;
        width: 40px;
        margin-left: 15px;
    }

      .yx_Tel .yx_TelCon .e_icon {
        font-size: 16px !important;
        color: #666;
        padding-right: 12px;
        line-height: 30px;
    }
}
