@font-face {
    font-family: "KdlOfficialFloatIcon";
    src: url("font/official-float-icons.woff2") format("woff2");
    font-display: block;
}

.official-float-nav {
    position: fixed;
    top: 70%;
    right: 25px;
    z-index: 101;
    width: 52px;
    height: 160px;
    transform: translateY(-50%);
    background: transparent;
    color: #1d1d1f;
    font-family: "pingfang SC", "microsoft yahei ui", "microsoft yahei", "helvetica neue", arial, "hiragino sans gb", simsun, sans-serif, DIN;
    font-size: 14px;
    line-height: 24px;
}

.official-float-nav.float-bar-nav {
    bottom: auto;
    background: transparent;
}

.official-float-nav > * {
    position: relative;
    display: block;
}

.official-float-nav__trial img,
.official-float-nav__contact-button img {
    display: block;
    width: 52px;
}

.official-float-nav__contact {
    margin: 10px 0;
}

.official-float-nav__contact-button {
    width: 52px;
    height: 52px;
    cursor: pointer;
}

.official-float-nav__contact-hover {
    display: none !important;
}

.official-float-nav__contact:hover .official-float-nav__contact-default {
    display: none;
}

.official-float-nav__contact:hover .official-float-nav__contact-hover {
    display: block !important;
}

.official-float-nav__popover {
    position: absolute;
    right: 82px;
    z-index: 1;
    visibility: hidden;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    transition: opacity .15s ease, visibility .15s ease;
}

.official-float-nav__contact:hover .official-float-nav__popover--contact,
.official-float-nav__applet:hover .official-float-nav__popover--applet {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.official-float-nav__popover--contact {
    top: -160px;
    right: 52px;
    width: 300px;
    padding: 0;
    background: transparent;
    text-align: left;
}

.official-float-nav__popover-arrow {
    position: absolute;
    top: 174px;
    right: -10px;
    width: 20px;
    height: 20px;
    border: 10px solid transparent;
    border-left-color: #fff;
}

.official-float-nav__contact-card {
    overflow: hidden;
    width: 280px;
    border-radius: 4px;
    background: #fff;
    text-align: left;
    box-shadow: 0 6px 18px rgba(44, 71, 146, .12);
}

.official-float-nav__contact-card > div {
    padding-right: 24px;
    padding-left: 24px;
}

.pre-sales-box {
    padding-top: 20px !important;
    padding-bottom: 17px !important;
}

.pre-sales-box > a {
    display: block;
    color: #2878ff;
    text-decoration: none;
}

.pre-sales-box > a:hover b {
    color: #2878ff;
}

.official-float-nav .pre-sales-content,
.official-float-nav .after-sales-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0;
}

.contact-card__text {
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: #9ca3af;
    line-height: 1.2;
}

.contact-card__text b {
    color: #1d1d1f;
    font-size: 15px;
    font-weight: 600;
}

.contact-card__text > span {
    color: #6b6d70;
    font-size: 12px;
}

.contact-service-status {
    display: inline-flex;
    align-items: center;
    margin-left: 4px;
    font-size: 12px;
    font-weight: 400;
    vertical-align: 2px;
}

.contact-service-status::before {
    content: '';
    width: 6px;
    height: 6px;
    margin-right: 3px;
    border-radius: 50%;
    background: #9ca6b9;
}

.contact-service-status.is-online::before {
    background: #34c759;
}

.contact-card__chat-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.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;
}

.pre-sales-box--after > a {
    display: block;
    color: #2878ff;
    text-decoration: none;
}

.contact-info-way {
    display: block;
    padding: 18px 0 0;
    font-size: 14px;
    text-align: center;
}

.contact-info-way > div {
    width: 100%;
    padding: 7px 0;
    border: 1px solid #e2e4e6;
    border-radius: 4px;
    color: #12141d;
    font-weight: 600;
}

.contact-btn-way {
    display: flex;
    height: 46px;
    margin-top: 0;
    padding: 0 !important;
    background: #d5dce7;
    box-shadow: 0 5px 10px rgba(44, 71, 146, .17);
    line-height: 46px;
}

.contact-btn-way .full-width-link {
    flex: 1;
    color: #1d1d1f;
    text-decoration: none;
}

.contact-btn-way .link-content {
    padding: 0 15px;
    text-align: center;
}

.contact-btn-way .full-width-link:hover .link-content {
    background: #dde3ec;
}

.contact-btn-split {
    width: 1px;
    height: 20px;
    margin: auto 0;
    background: #a2afc5;
}

.official-float-nav__applet {
    width: 52px;
    height: 52px;
    background: url("https://www.kuaidaili.com/img/v3/i@2x.png") no-repeat;
    background-size: 100%;
    cursor: pointer;
}

.official-float-nav__applet:hover {
    background-image: url("https://www.kuaidaili.com/img/v3/i2@2x.png");
}

.official-float-nav__popover--applet {
    top: -92px;
    padding: 15px 20px;
    box-shadow: 0 6px 18px rgba(44, 71, 146, .12);
    text-align: center;
}

.official-float-nav__popover--applet img {
    display: block;
}

.official-float-nav__popover--applet p {
    margin: 2px 0 0;
    color: #98999b;
    font-size: 13px;
    line-height: normal;
    white-space: nowrap;
}

.official-float-nav__top {
    width: 52px;
    height: 52px;
    margin-top: 10px;
    padding: 1px;
    cursor: pointer;
    text-decoration: none;
}

.official-float-nav__top span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .1);
    color: #8b8d8f;
    font-family: "KdlOfficialFloatIcon";
    font-size: 24px;
    line-height: 24px;
}

.official-float-nav__top span::before {
    content: "\e622";
    margin-top: 2px;
}

.official-float-nav__top:hover span {
    background: #4d7bfc;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .official-float-nav {
        display: none;
    }
}
