.sticky-right {
    position: fixed;
    top: 70%;
    right: 25px;
    text-align: right;
    transform: translate(0,-50%);
    z-index: 101;
    line-height: 24px;
    height: 160px
}

.sticky-right .cookies {
    position: absolute;
    text-align: left;
    width: 240px;
    padding: 10px;
    font-size: 12px;
    top: -60px;
    right: 2px;
    color: var(--text-color-gray);
}

.sticky-right>div {
    position: relative;
}

.sticky-right>div:hover>.popper {
    transform: translateY(-50%) scale(1);
    visibility: visible;
}

.sticky-right .contact {
    padding:  1px 22px;
    width: 278px;
    font-size: 12px;
}
.sticky-right .contact-v1 {
    width: 284px;
    font-size: 14px;
}
.sticky-right .contact-card {
    overflow: hidden;
    width: 280px;
    border-radius: 4px;
    text-align: left;
    box-shadow: 0 6px 18px 0 rgba(44, 71, 146, 0.12);
}
.sticky-right .contact-v1>div{
    padding:  0 22px;
}
.sticky-right .contact-card>div {
    padding-right: 24px;
    padding-left: 24px;
}
.contact-card__time {
    display: flex;
    align-items: center;
    height: 34px;
    color: #9CA6B9;
    padding-right: 12px !important;
    font-size: 12px;
    font-weight: 500;
    background: #F5F7F9;
    white-space: nowrap;
}
.contact-card__time .iconfont {
    margin-right: 6px;
    color: #9CA6B9;
}
.pre-sales-box{
    padding-top: 20px !important;
    padding-bottom: 17px !important;
}
.pre-sales-box>a:hover b{
    color: #2878ff;
}
.pre-sales-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.after-sales-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact-card__text {
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: #9ca3af;
    line-height: 1.2;
}
.contact-card__text b {
    color: #3f4650;
    font-size: 15px;
}
.contact-card__text span {
    color: #6B6D70;
    font-size: 12px;
}
.contact-card__chat-icon {
    color: #2878ff;
    font-size: 18px;
}
.contact-card__divider {
    height: 1px;
    margin: 0 24px;
    padding: 0 !important;
    background: #e5e7eb;
}
.pre-sales-box--after {
    padding-top: 18px !important;
    padding-bottom: 22px !important;
}
.contact-info-way{
    display: block;
    padding: 18px 0 0;
    font-size: 14px;
    text-align: center;
}
.contact-info-way>div{
    border-radius: 4px;
    border: 1px solid #e2e4e6;
    padding: 7px 0;
    width: 100%;
    color: #6b6d70;
    font-weight: 600;
}
.full-width-link {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: inherit;
    text-decoration: none;
}
.contact-info-way > div > a .icon-a-heiseyoujiantou2x {
    transform: translateX(0); /* 确保初始状态 */
    /* 不添加 transition，离开悬浮时立即恢复 */
}

/* 悬浮状态，添加过渡效果 */
.contact-info-way > div > a:hover .icon-a-heiseyoujiantou2x {
    transform: translateX(3px);
    transition: all 0.3s ease-in-out; /* 仅在悬浮时应用过渡效果 */
}
.contact-btn-way{
    display: flex;
    justify-content: space-between;
    align-content: center;
    background: #9CA6B9;
    height: 46px;
    align-items: center;
    box-shadow: 0px 5px 10px 0px rgba(44, 71, 146, 0.17);
}
.contact-btn-split{
    border-right: 1px solid #ccc;
    height: 20px;
}

.sticky-right .contact>* {
    margin: 15px 0;
}

.sticky-right .contact .wechat {
    position: relative;
}

.sticky-right .contact .wechat a{
    cursor: pointer;
    color: var(--text-color-blue);
}

.sticky-right .contact .wechat .qrcode {
    text-align: center;
    padding: 10px;
}

.sticky-right .contact .wechat:hover>.popper {
    visibility: visible;
    transform: translateY(-50%) scale(1);
    margin-right: 30px;
    margin-top: -16px;
}
.sticky-right .contact .wechat:hover>.popover {
    visibility: visible;
    /*transform: translateY(-50%) scale(1);*/
    margin-right: 30px;
    margin-top: -16px;
}

.sticky-right .contact span {
    color: #aab1c0;
    text-align: left;
    line-height: 18px;
}
.sticky-right .contact b {
    color: var(--text-color-black);
}
.sticky-right .link-content {
    color: #FFFFFF;
}
.sticky-right .link-content:hover {
    background: #A9B5C9;
}
@media screen and (min-width: 769px){
    .sticky-right .contact a.tel {
        cursor: default;
        pointer-events: none;
    }
}

.sticky-right .contact a:hover b {
    color: var(--text-color-blue);
}

.sticky-right .contactUs {
    position: relative;
    /*width: 52px;*/
    margin-bottom: 10px;
    margin-top: 10px;
}
.contactUs__floatBtn,
.contactUs__floatBtn--mini {
    cursor: pointer;
    width: 52px;
    border-radius: 3px;
 }
.contactUs__floatBtn {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 124px;
    padding: 0 1px;
    background-color: #4D7BFC;
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .1);
}
.contactUs__floatBtn > img {
    width: 22px;
    height: 22px;
    margin: 9px 0 5px 0;
}
.contactUs__floatBtn > span {
    width: 14px;
    font-size: 14px;
    line-height: 1.4;
    color: var(--text-color-white)
}
.contactUs__floatBtn--mini {
    height: 52px;
}
.contactUs__floatBtn--mini > img {
    width: 100%;
    height: 100%;
}
.contactUs__floatBtn--mini .floatBtn-hover {
    display: none;
}
.contactUs__floatBtn--mini:hover .floatBtn {
    display: none;
}
.contactUs__floatBtn--mini:hover .floatBtn-hover {
    display: revert;
}


.sticky-right .back-top {
    width: 52px;
    height: 52px;
    /*padding: 0 1px;*/
    padding: 1px;
}
.sticky-right .in_back-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .1);
    border-radius: 3px;
    cursor: pointer;
}
.sticky-right .in_back-top>span {
    margin-top: 2px;
    color: var(--text-color-gray);
    font-size: 24px;
}

.sticky-right .in_back-top:hover {
    background-color: #4D7BFC;
}
.sticky-right .in_back-top:hover>span {
    color: #fff;
}

.sticky-right .applet {
    width: 52px;
    height: 52px;
    background: url(../../../img/v3/i@2x.png) no-repeat;
    background-size: 100%;
    margin-bottom: 10px;
    cursor: pointer;
}

.sticky-right .applet:hover {
    background-image: url(../../../img/v3/i2@2x.png);
}

.sticky-right .applet div {
    text-align: center;
    font-size: 13px;
    color: var(--text-color-gray);
}
.sticky-right .applet .popover__content {
    padding: 15px 20px;
}

.sticky-right a {
    text-decoration: none;
    color: var(--text-color-black);
    box-sizing: border-box;
}

.sticky-right a:hover {
    color: var(--text-color-blue);
}


@media(max-width: 768px){
    .sticky-right {
        right: 20px;
        transform: none;
    }
    .contactUs-m {
        position: fixed;
        z-index: 130;
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        height: calc(70vw / 3.75);
        padding: calc(14vw / 3.75) calc(16vw / 3.75);
        background: var(--bg-color-white);
        box-shadow: -5px 0 8px 2px rgba(31, 35, 41, .1);

        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .contactUs-m>a {
        width: calc(165vw / 3.75);
        height: 100%;
        padding: 0;
        font-size: calc(16vw / 3.75);
        font-weight: 500;
        border-radius: calc(6vw / 3.75);
        border: calc(1vw / 3.75) solid var(--text-color-blue);

        display: flex;
        align-items: center;
        justify-content: center;
    }
    .contactUs-m>a.online-chat {
        color: var(--text-color-white);
        background-color: var(--text-color-blue);
    }
}
