﻿@charset "utf-8";

.mui-mbar-tabs {
    height: 100%;
    right: 0;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 9;
    height: 100%;
    -webkit-transition: width linear .4s;
    -moz-transition: width linear .4s;
    -ms-transition: width linear .4s;
    transition: width linear .4s;
    _position: fixed;
    _bottom: auto;
    _top: expression(documentElement.scrollTop+documentElement.clientHeight-this.offsetHeight-10);
}


.mui-mbar-tabs i, .login_order, .login_favorite {
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 25px;
    vertical-align: top;
    position: absolute;
}

.quick_links_panel {
    width: 40px;
    height: 100%;
    position: absolute;
    background: #444851;
    z-index: 2;
    top: 0;
    right: 0;
    font-family: 'microsoft yahei',arial;
}
.buy {
    background: url(../../../image/website/isTop/buy.png)no-repeat;
    overflow: hidden;
    background-size: 22px 20px;
    top: 8px;
    left: 10px;
}
.supply {
    background: url(../../../image/website/isTop/supply.png)no-repeat;
    overflow: hidden;
    background-size: 22px 20px;
    top: 8px;
    left: 10px;
}
    .quick_links_panel a {
        display: block;
        line-height: 200px;
        width: 40px;
        height: 38px;
        text-decoration: none;
        color: #d8d8d8;
        font-size: 12px;
        overflow: hidden;
        background-color: #444851;
        position: relative;
        overflow: hidden;
        top: 0;
        left: 0px;
        *left: -15px;
        z-index: 1;
        margin: 0;
        padding: 0;
    }

    .quick_links_panel .quick_toggle {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 40px;
        background: #444851;
        z-index: 1;
    }

    .quick_links_panel .mp_tooltip {
        height: 38px;
        line-height: 38px;
        width: 92px;
        position: absolute;
        z-index: 2;
        left: -121px;
        top: 0;
        background: #444851;
        color: #d8d8d8;
        text-align: center;
        display: block;
        visibility: hidden;
        font-size:12px
    }

    .quick_links_panel .mp_qrcode {
        padding: 10px;
        width: 160px;
        height: 160px;
        top: -157px;
        background: #fff;
        box-shadow: 0 0 5px rgba(0,0,0,.4);
        border-radius: 5px 0 0 5px;
        border-left: 1px solid #ccc;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        z-index: 3;
        position: absolute;
        left: -181px;
    }

    .quick_links_panel .icon_arrow_white {
        position: absolute;
        right: -5px;
        top: 172px;
        width: 5px;
        height: 9px;
        background-position: 0 -253px;
    }

.quick_links {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -190px;
    *margin-top: -220px;
    background: #444851;
    z-index: 2;
    width: 40px;
}

.quick_links_min .quick_links_panel {
    right: 280px;
}

.quick_links li, .quick_toggle li {
    position: relative;
    display: block;
    left: 0;
    top: 0px;
}

.quick_links a:hover, .quick_links a.current, .quick_toggle a:hover, .quick_links .buy:hover {
    background-color: #0c73c2;
    text-decoration: none;
}

.quick_links i.setting {
    background: url(../../../image/website/isTop/yonghu.png)no-repeat;
    top: 10px;
    left: 7px;
    overflow: hidden;
    background-size: cover;
}

.quick_links a:hover i.setting, .quick_links .current i.setting {
    background: url(../../../image/website/isTop/yonghu_hyaline.png)no-repeat;
    overflow: hidden;
    background-size: cover;
}


.quick_links li {
    margin-bottom: 15px;
}

.quick_toggle .mpbtn_qrcode {
    background: url(../../../image/website/isTop/erweima.png)no-repeat;
    overflow: hidden;
    background-size: cover;
    top: 11px;
    left: 7px;

}

.quick_toggle .top {
    background: url(../../../image/website/isTop/top.png)no-repeat;
    overflow: hidden;
    background-size: cover;
    top: 11px;
    left: 12px;
    width:15px;
    height:15px;
}


.quick_toggle i.kfzx {
    background: url(../../../image/website/isTop/kefu.png)no-repeat;
    overflow: hidden;
    background-size: cover;
    top: 11px;
    left: 6px;
}





.ibar_login_box {
    width: 267px;
    height: 185px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 5px #0c73c2;
    border-radius: 5px 0 0 5px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    z-index: 3;
    position: absolute;
    top: 0px;
    left: -287px;
    display: none;
}

    .ibar_login_box .avatar_box {
        width: 267px;
        overflow: hidden;
        height: 120px;
    }

.status_login .avatar_imgbox {
    float: left;
    margin: 6px 20px 0 5px;
    display: inline;
}

.ibar_login_box .avatar_imgbox {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.ibar_login_box .avatar_box p {
    font-size: 14px;
    color: #333;
    text-align: center;
}

.status_login .user_info {
    overflow: hidden;
    color: #333;
    padding-top: 30px;
    line-height: 24px;
    width: 140px;
    float: left;
    font-size:12px;
}

    .status_login .user_info li {
        height: 24px;
        line-height: 24px;
        overflow: hidden;
        white-space: nowrap;
    }

.ibar_login_box .login_btnbox {
    width: 267px;
    height: 55px;
    border-top: 1px dotted #d5d5d5;
    overflow: hidden;
    padding-top: 15px;
    clear: both;
}

    .ibar_login_box .login_btnbox a {
        width: 94px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border: 1px solid;
        color: #333;
        background-color:#F7F7F7;
        text-decoration: none;
        float: left;
        background-position: 0 -408px;
        background-repeat: repeat-x;
        border-color: #e9e9e9;
    }

    .ibar_login_box .login_btnbox .login_order {
        margin: 0 10px 0 35px;
    }

    .ibar_login_box .login_btnbox a:hover {
        text-decoration: none;
        background-position: 0 -366px;
        border-color: #0c73c2;
        background: none;
    }

    .ibar_login_box .login_btnbox .login_favorite {
        border-color: #e9e9e9
    }

.ibar_login_box .icon_arrow_white {
    position: absolute;
    right: -5px;
    top: 15px;
    width: 5px;
    height: 9px;
    background-position: 0 -253px;
}
