

.global_toolbar {
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all .4s cubic-bezier(.2,.83,.42,.91);
    transition: all .4s cubic-bezier(.2,.83,.42,.91);
    border-left: 1px solid #d0d0d0;
    background: #fff
}


.toolbar_btn {
    position: absolute;
    top: 100%;
    left: -70px;
    width: 70px
}


.toolbar_btn a,.toolbar_btn a samp {
    position: relative;
    display: block;
    height: 70px;
    -webkit-transition: all .4s cubic-bezier(.2,.83,.42,.91);
    transition: all .4s cubic-bezier(.2,.83,.42,.91);
    border-bottom: 1px solid #FFF;
}


.toolbar_btn a samp {
    z-index: 2;
    width: 70px;
    color: #fff;
    background-color: #5F6DBA;
}

.toolbar_btn a em {
    font-size: 16px;
    font-style: normal;
    line-height: 70px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 60px;
    display: block;
    overflow: hidden;
    width: 0;
    height: 70px;
    -webkit-transition: all .4s cubic-bezier(.2,.83,.42,.91);
    transition: all .4s cubic-bezier(.2,.83,.42,.91);
    text-align: center;
    color: #fff;
    background-color: #000;
}

.LANG-cn .toolbar_btn a:hover em {
    width: 160px
}

.toolbar_btn a:hover em {
    width: 180px;
    background: #5F6DBA;
}

.toolbar_btn a span {
    font-size: 10px;
    line-height: 11px;
    position: absolute;
    z-index: 3;
    top: 10px;
    right: 10px;
    display: none;
    overflow: hidden;
    min-width: 11px;
    height: 14px;
    padding: 1px 2px;
    text-align: center;
    color: #fff;
    border: 1px solid #e50000;
    border-radius: 10px;
    background: #e50000
}

.toolbar_btn a.current span,.toolbar_btn a:hover span {
    color: #e50000;
    background: #fff
}

.toolbar_btn a em i {
    font-style: normal;
}

.iconi {
    width: 40px;
    height: 30px;
    display: block;
    position: absolute;
    top: 15px;
    left: 16px;
}

.icon-LiveChat1 img {
    width: 90%;
    height: auto;
    display: block;
    border: none;
    cursor: pointer;
}

.icon-close {
    position: absolute;
    right: 0;
}



@media screen and (min-width: 320px) and (max-width: 1320px) {
.global_toolbar {
  display: none;
}
}