@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 > * {
    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: 10px;
    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 -5px 20px rgba(0, 0, 0, .1), 0 6px 18px rgba(44, 71, 146, .12);
}

.official-float-nav__service-time {
    position: relative;
    display: flex;
    align-items: center;
    height: 34px;
    padding: 0 12px 0 24px;
    color: #9ca6b9;
    background: #f5f7f9;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    white-space: nowrap;
}

.official-float-nav__service-time img {
    width: 16px;
    height: 16px;
    margin-right: 6px;
}

.official-float-nav__service {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px 17px;
    color: #1d1d1f;
    line-height: 24px;
    text-decoration: none;
}

.official-float-nav__service--after {
    padding-top: 18px;
    padding-bottom: 0;
}

.official-float-nav__service span {
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: #9ca3af;
    line-height: 16.8px;
}

.official-float-nav__service b {
    color: #1d1d1f;
    font-size: 15px;
    line-height: 18px;
}

.official-float-nav__service small {
    color: #6b6d70;
    font-size: 12px;
    line-height: 14.4px;
}

.official-float-nav__service-icon {
    width: 18px;
    height: 18px;
}

.official-float-nav__divider {
    height: 1px;
    margin: 0 24px;
    background: #e5e7eb;
}

.official-float-nav__phone {
    height: 41px;
    margin: 18px 24px 22px;
    padding: 7px 0;
    border: 1px solid #e2e4e6;
    border-radius: 4px;
    color: #12141d;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
}

.official-float-nav__phone .official-float-nav__phone-icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 4px;
    background: currentColor;
    -webkit-mask: url("../img/float-phone.svg") center / contain no-repeat;
    mask: url("../img/float-phone.svg") center / contain no-repeat;
    vertical-align: -1px;
}

.official-float-nav__actions {
    display: flex;
    height: 46px;
    margin-top: 0;
    background: #D5DCE7;
    box-shadow: 0 5px 10px rgba(44, 71, 146, .17);
}

.official-float-nav__actions a {
    flex: 1;
    color: #1d1d1f;
    font-family: inherit;
    font-size: 14px;
    line-height: 46px;
    text-align: center;
    text-decoration: none;
}

.official-float-nav__actions a + a {
    border-left: 1px solid #e5e7eb;
}

.official-float-nav__actions a:hover {
    background: #dde3ec;
}

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