
.tt-hi-icon[data-v-1f159bac] {
    transition: transform .1s ease-out, background .2s
}

.tt-hi-icon[data-v-1f159bac]:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px var(--colorRgba);
    opacity: 0;
    transform: scale(.9);
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: "";
    box-sizing: content-box;
    -webkit-animation: sonarEffect-data-v-1f159bac 1.3s ease-out 75ms infinite;
    animation: sonarEffect-data-v-1f159bac 1.3s ease-out 75ms infinite
}

.tt-hi-icon.online13[data-v-1f159bac]:after, .tt-hi-icon.tt-lang-e2[data-v-1f159bac]:after {
    border-radius: 12px
}

@-webkit-keyframes sonarEffect-data-v-1f159bac {
    0% {
        opacity: .3
    }
    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px var(--colorRgba), 0 0 10px 10px var(--color), 0 0 0 10px var(--colorRgba)
    }
    to {
        box-shadow: 0 0 0 2px var(--colorRgba), 0 0 10px 10px var(--color), 0 0 0 10px var(--colorRgba);
        transform: scale(1.5);
        opacity: 0
    }
}

.ttalk-entrance .tt-lang-e[data-v-1f159bac] {
    text-align: center;
    cursor: pointer;
    position: fixed;
    color: #fff;
    z-index: 9999999;
    margin: 12px;
    font-size: 12px
}

.ttalk-entrance .tt-lang-e img[data-v-1f159bac] {
    width: 20px;
    position: absolute;
    display: inline-block
}

.ttalk-entrance .tt-lang-e .unread-point[data-v-1f159bac] {
    position: absolute;
    top: -4px;
    display: inline-block;
    min-width: 15px;
    height: 15px;
    background: red;
    border-radius: 100%;
    line-height: 15px;
    right: -4px;
    font-size: 12px;
    text-align: center
}

.ttalk-entrance .tt-lang-e1 .tt-lang-e-top[data-v-1f159bac] {
    width: 26px;
    height: 26px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    top: 2px
}

.ttalk-entrance .tt-lang-e1 .tt-lang-e-bottom[data-v-1f159bac] {
    width: 26px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 0 0 10px 10px;
    color: #fff
}

.ttalk-entrance .tt-lang-e1 .tt-lang-e-bottom.tt-zh-lang-bottom[data-v-1f159bac] {
    height: 85px;
    font-size: 12px;
    padding: 0 12px
}

.ttalk-entrance .tt-lang-e1 .tt-lang-e-bottom[data-v-1f159bac]:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    top: -23px
}

.ttalk-entrance .tt-lang-e2[data-v-1f159bac], .ttalk-entrance .tt-lang-e3[data-v-1f159bac] {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    line-height: 25px
}

.ttalk-entrance .tt-lang-e2 img[data-v-1f159bac], .ttalk-entrance .tt-lang-e3 img[data-v-1f159bac] {
    top: 10px;
    left: 19px
}

.ttalk-entrance .tt-lang-e3[data-v-1f159bac] {
    border-radius: 50%
}

.online-style[data-v-1f159bac] {
    position: fixed;
    z-index: 9999999;
    margin: 10px
}

.online-style .red-point[data-v-1f159bac] {
    position: absolute;
    right: 20px;
    top: 12px;
    width: 9px;
    height: 9px;
    background: #ff904d;
    border-radius: 50%
}

.online-style .tt-online[data-v-1f159bac], .online-style .tt-online .action[data-v-1f159bac] {
    width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer
}

.online-style .tt-online .action[data-v-1f159bac] {
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    background-size: 32px
}

.online-style .online12 .action[data-v-1f159bac] {
    width: 33px;
    height: 32px;
    background-size: 33px
}

.online-style .online13[data-v-1f159bac] {
    border-radius: 12px
}

.online-style .online13 .action[data-v-1f159bac] {
    width: 41px;
    height: 40px;
    background-size: 41px
}

.online-style .online-hover[data-v-1f159bac] {
    width: 0;
    transition: all .3s;
    overflow: hidden;
    position: absolute;
    margin: 0 10px
}

.online-style .online-hover .action[data-v-1f159bac] {
    height: 38px;
    background: #fff;
    box-shadow: 0 2px 8px 2px rgba(44, 81, 239, .09);
    border-radius: 4px;
    background-repeat: no-repeat;
    padding: 10px 8px;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.online-style .online-hover .style-item-text[data-v-1f159bac] {
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.online-style .online-hover .style-item-icon[data-v-1f159bac] {
    background-repeat: no-repeat;
    margin-right: 3px;
    font-size: 16px
}

.online-style-11-en:hover .online-hover[data-v-1f159bac] {
    width: 125px
}

.online-style-11-zh:hover .online-hover[data-v-1f159bac] {
    width: 90px
}

.online-style-12-zh:hover .online-hover[data-v-1f159bac], .online-style-13-zh:hover .online-hover[data-v-1f159bac] {
    width: 115px
}

.online-style-12-en:hover .online-hover[data-v-1f159bac], .online-style-13-en:hover .online-hover[data-v-1f159bac] {
    width: 145px
}

@-webkit-keyframes fadeInTop-data-v-1f159bac {
    0% {
        opacity: 0;
        transform: translateY(100vh)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInTop-data-v-1f159bac {
    0% {
        opacity: 0;
        transform: translateY(100vh)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.entry-box-style-1-1[data-v-1f159bac], .entry-box-style-2-1[data-v-1f159bac] {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInTop-data-v-1f159bac;
    animation-name: fadeInTop-data-v-1f159bac
}

@-webkit-keyframes fadeInMidBottom-data-v-1f159bac {
    0% {
        opacity: 0;
        transform: translateY(50vh)
    }
    to {
        opacity: 1;
        transform: translateY(-50%)
    }
}

@keyframes fadeInMidBottom-data-v-1f159bac {
    0% {
        opacity: 0;
        transform: translateY(50vh)
    }
    to {
        opacity: 1;
        transform: translateY(-50%)
    }
}

.entry-box-style-1-2[data-v-1f159bac], .entry-box-style-2-2[data-v-1f159bac] {
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInMidBottom-data-v-1f159bac;
    animation-name: fadeInMidBottom-data-v-1f159bac;
    transform: translateY(200px)
}

@-webkit-keyframes fadeInBottom-data-v-1f159bac {
    0% {
        opacity: 0;
        transform: translateY(100px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInBottom-data-v-1f159bac {
    0% {
        opacity: 0;
        transform: translateY(100px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.entry-box-style-1-3[data-v-1f159bac], .entry-box-style-2-3[data-v-1f159bac] {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInBottom-data-v-1f159bac;
    animation-name: fadeInBottom-data-v-1f159bac
}

.tt-online-title[data-v-1f159bac] {
    margin-top: 30px;
    font-size: 12px
}