
.contact_right {
    position: fixed;
    flex-wrap: wrap;
    top: 50%;
    right: 0;
    width: 75px;
    z-index: 992;
    display: flex;
    justify-content: right;
    margin: 200px 16px 0 0;
}

.contact_right01 {
    position: relative;
    width: 75px;
    padding-left: 10px;
}

.contact_right01h {
    width: 65px;
    height: 65px;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    font-size: 12px;
    cursor: pointer;
    box-shadow: 0 0px 4px 0 rgb(0 0 0 / 20%);
    background: linear-gradient(120deg, #73a2ff, #226cff);
    color: #fff;
}

.contact_right01h:hover {
    background: linear-gradient(120deg, #578ffd, #0f5efc);
    color: #fff;
}

.contact_right01h > i {
    display: block;
    color: #fff;
    width: 32px;
    height: 32px;
    font-size: 28px;
    margin: 0 auto;
}

.contact_right01a {
    display: none;
    position: absolute;
    right: 75px;
    bottom: 0;
    color: #8a8e99;
    font-size: 14px;
    width: 200px;
    background: #fff;
    text-align: left;
    box-shadow: 0 0px 10px 0 rgb(0 0 0 / 6%);
    border: 1px solid #f0f1f2;
    border-radius: 4px;
}

.contact_right01:hover .contact_right01a {
    display: block;
}

.contact_right01b {
    border-bottom: 1px solid #f0f1f1;
    display: flex;
    align-items: center;
    margin: 0px 14px;
    padding: 12px 0;
}

.contact_right01b:last-child {
    border-bottom: none;
}

.contact_right01c {
    background: #FFF;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px !important;
}

.iconfenzhijiedian:before {
    position: relative;
    top: -2px;
}

.contact_right01d {
    margin-left: 12px;
    line-height: 1.6em;
}

.contact_right01d b {
    display: block;
    color: #333;
}

.contact_right01d a {
    display: block;
    color: #128bff;
}

.contact_right02 {
    position: relative;
    display: none;
    text-align: center;
    line-height: 64px;
    width: 65px;
    height: 65px;
    background: linear-gradient(120deg, #ffffff, #eef2fa);
    margin-top: 10px;
    cursor: pointer;
    border-radius: 8px;
    box-shadow: 0 0px 4px 0 rgb(0 0 0 / 20%);
}

.contact_right02:hover {
    background: linear-gradient(120deg, #73a2ff, #226cff);
    color: #fff;
}

.contact_right02 i {
    font-size: 36px;
}
