@font-face {
    font-family: element-icons;
    src: url(fonts/element-icons.woff) format("woff");
    font-weight: 400;
    font-display: auto;
    font-style: normal
}

[class*=" el-icon-"],
[class^=el-icon-] {
    font-family: element-icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.el-icon-chat-dot-round:before {
    content: "\e72f"
}

.el-icon-check:before {
    content: "\e6da"
}

.el-icon-service:before {
    content: "\e6d4"
}

.left_bnnr .consult-guide.ebook53-guide {
    width: 100%;
    flex-shrink: 0;
    position: sticky;
    top: 68px;
    z-index: 5;
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow: hidden;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #d4e8ec;
    box-shadow: 0 4px 16px rgba(35, 65, 82, .1);
    font-size: 14px;
    line-height: 22px;
    color: #565656;
    margin-bottom: 20px;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif
}

.left_bnnr .consult-guide.ebook53-guide *,
.left_bnnr .consult-guide.ebook53-guide *:before,
.left_bnnr .consult-guide.ebook53-guide *:after {
    box-sizing: border-box
}

.left_bnnr .consult-guide__top {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    background: linear-gradient(135deg, #2d3f4e, #234152);
    flex-shrink: 0
}

.left_bnnr .consult-guide__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(70, 184, 71, .2);
    color: #7ee07f;
    font-size: 16px;
    flex-shrink: 0
}

.left_bnnr .consult-guide__icon i {
    font-size: 16px;
    line-height: 1
}

.left_bnnr .consult-guide__label {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: hsla(0, 0%, 100%, .92)
}

.left_bnnr .consult-guide__body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 14px 14px 0
}

.left_bnnr .consult-guide__title {
    margin: 0 !important;
    padding: 0;
    font-size: 14px !important;
    font-weight: 700;
    line-height: 22px;
    color: #234152;
    border: none;
    background: transparent
}

.left_bnnr .consult-guide__desc,
.left_bnnr .consult-guide__subtitle {
    margin: 0;
    font-size: 14px;
    line-height: 22px
}

.left_bnnr .consult-guide__desc {
    color: #565656
}

.left_bnnr .consult-guide__subtitle {
    padding-top: 12px;
    border-top: 1px dashed #d4e8ec;
    font-weight: 600;
    color: #333
}

.left_bnnr .consult-guide__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.left_bnnr .consult-guide__list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    line-height: 22px;
    color: #565656;
    margin: 0;
    padding: 0;
    float: none;
    width: auto
}

.left_bnnr .consult-guide__list li i {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    border-radius: 50%;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    flex-shrink: 0;
    background: #46b847;
    color: #fff;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.left_bnnr .consult-guide__list li i:before {
    line-height: 1;
    font-size: 10px
}

.left_bnnr .consult-guide__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 14px;
    height: 38px;
    font-size: 14px;
    line-height: 22px;
    border-radius: 4px;
    transition: background .2s ease;
    flex-shrink: 0;
    background: #46b847;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none !important;
    word-break: normal;
    border: none;
    cursor: pointer
}

.left_bnnr .consult-guide__btn i {
    font-size: 16px;
    line-height: 1;
    color: #fff
}

.left_bnnr .consult-guide__btn:hover,
.left_bnnr .consult-guide__btn:focus,
.left_bnnr .consult-guide__btn:active,
.left_bnnr .consult-guide__btn:visited {
    background: #3da63e;
    color: #fff !important;
    text-decoration: none !important
}

@media screen and (max-width: 767px) {
    .left_bnnr .consult-guide.ebook53-guide {
        position: static
    }
}
