@charset "utf-8";
.fixBar ul {
    margin-top: -187px;
    position: absolute;
    width: 40px;
    top: 50%;
}
@supports (transform: translateY(-50%)) {
    .fixBar ul {
        transform: translateY(-50%);
        margin-top: 0;
    }
}
.fixBar {
    position: fixed;
    right: -40px;
    top: 0;
    bottom: 0;
    margin: 0;
    width: 40px;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    z-index: 900;
}
.fixBar li {
    position: relative;
    width: 40px;
    height: 52px;
    padding: 4px 0 2px;
    text-align: center;
    cursor: pointer;
}
.fixBar li:not(:last-child) {
    border-bottom: 1px solid #d8d5d5;
}
.fixBar li > a,
.fixBar li > span {
    display: inline-block;
    width: 40px;
    height: 52px;
    text-align: center;
    text-decoration: none;
    outline: 0;
    line-height: 999;
    vertical-align: middle;
    font-size: 12px;
    padding-top: 4px;
}
.fixBar li:hover {
    background-color: #e94609;
}
.f-icon {
    background-image: url(/en/images/tubiao/fixsprite.png);
    background-repeat: no-repeat;
}
.fixBar .f-chat {
    background-position: -210px -36px;
    height: 70px;
}
.fixBar .f-feedback {
    background-position: -162px -108px;
}
.fixBar .f-feedback:hover {
    background-position: -210px -108px;
}
.fixBar .over-mask {
    position: absolute;
    right: 42px;
    top: 50%;
    margin-top: -17px;
    display: none;
    width: 112px;
    height: 35px;
}
.fixBar .over-mask img {
    display: none;
}
.fixBar .feedback-mask-icon {
    background-position: -24px -119px;
}
.fixBar .facebook {
    background-position: -165px -161px;
}
.fixBar .facebook:hover {
    background-position: -210px -161px;
}
.fixBar .facebook-mask-icon {
    background-position: -24px -170px;
}
.fixBar .linkedin {
    background-position: -165px -214px;
}
.fixBar .linkedin:hover {
    background-position: -210px -214px;
}
.fixBar .linkedin-mask-icon {
    background-position: -24px -223px;
}
.fixBar .youtube {
    background-position: -165px -267px;
}
.fixBar .youtube:hover {
    background-position: -210px -267px;
}
.fixBar .youtube-mask-icon {
    background-position: -24px -276px;
}
.fixBar .twitter {
    background-position: -165px -320px;
}
.fixBar .twitter:hover {
    background-position: -210px -320px;
}
.fixBar .twitter-mask-icon {
    background-position: -24px -329px;
}
.fixBar li:hover a {
    transition: none;
}
.fixBar .f-top {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 50px;
    background-position: -10px -76px;
    overflow: hidden;
}
.fixBar .f-top:hover {
    border: 1px solid #e94609;
    background: #e94609;
}
.fixBar .f-top a {
    display: none;
    text-align: center;
    text-decoration: none;
    outline: 0;
    vertical-align: middle;
    font-size: 12px;
    padding-top: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    margin-top: 4px;
    line-height: 15px;
}
.fixBar .f-top:hover a {
    display: block;
}
.fixBar .f-close {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 5px;
    right: 0;
    background-position: -54px -75px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.5s ease-in-out;
}
.fixBar .f-close:hover {
    background-position: -94px -75px;
}
.fixbar-expand {
    position: fixed;
    bottom: 0;
    right: -100px;
    margin: 0;
    z-index: 999;
    display: none;
}
@keyframes mmove {
    0%,
    100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-19px);
    }
}
@-webkit-keyframes mmove {
    0%,
    100% {
        -webkit-transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-19px);
    }
}
.fixbar-expand .fixbar-toggle {
    background-position: -24px -23px;
    width: 101px;
    height: 40px;
    cursor: pointer;
}
.fixbar-expand .fixbar-toggle:hover {
    animation: 2s ease-in-out 0.5s mmove;
    -webkit-animation: 2s ease-in-out 0.5s mmove;
    -ms-animation: mmove 2s ease-in-out 0.5s 1;
    -moz-animation: 2s ease-in-out 0.5s mmove;
}
.icon-triangle-right:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
}
.icon-chat-position:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(100%, -50%);
}
#LXB_CONTAINER {
    top: 200px !important;
    right: -9999px !important;
}
.lxb-cb-tip-info {
    top: -105px !important;
}
.fbar-tabs {
    z-index: 99999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

@media (max-width: 1179.98px) {
    .fixBar {
        display: none;
    }
}
