﻿/*
*  author: AUI
*  home.css
*  http://azenui.com/
*  http://a-ui.cn/
*/


.global_toolbar.default {
    position: absolute
}

.global_toolbar.default .toolbar_content,.global_toolbar.opacity .toolbar_content {
    display: none
}

.global_toolbar.opacity .toolbar_btn a em,.global_toolbar.opacity .toolbar_btn a samp {
    background: #3a404b;
    background: rgba(0,0,0,.8);
    cursor: pointer
}

.global_toolbar.opacity .toolbar_btn a:hover em {
    background: #fbbe3f
}

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

.global_toolbar.open {
    width: 320px
}

.wap_cartbtn {
    display: none
}

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

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

.toolbar_btn a samp {
    z-index: 2;
    width: 60px;
    color: #fff;
    background-color: #3a404b
}

.toolbar_btn a samp .iconfont {
    font-size: 24px;
    position: absolute;
    top: 16px;
    left: 18px;
    color: #fff
}

.toolbar_btn a em {
    font-size: 16px;
    font-style: normal;
    line-height: 60px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 60px;
    display: block;
    overflow: hidden;
    width: 0;
    height: 60px;
    -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 font {
    width: 160px
}

.toolbar_btn a font {
    display: block;
    width: 180px;
    padding: 0 30px;
    text-align: left;
    white-space: nowrap;
    word-break: keep-all
}

.toolbar_btn a.current samp,.toolbar_btn a:hover samp {
    border-bottom: 1px solid #fbbe3f;
    background-color: #fbbe3f;
}

.toolbar_btn.default a:hover samp {
    background-color: #fbbe3f
}

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

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

.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 #fbbe3f;
    border-radius: 10px;
    background: #fbbe3f
}

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

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

.toolbar_btn.default em {
    width: 180px
}

.toolbar_btn.default a samp,.toolbar_btn.default em {
    border-bottom: 1px solid #37393d;
    background: #000
}

.toolbar_content {
    z-index: 3;
    width: 100%
}

.css_column,.toolbar_content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}