﻿/* 顶部工具栏 */
.toolbar_top {
    width: 100%;
    height: 44px;
    background-color: #2d3032;
    line-height: 44px;
}

.tool_list .tool_nav {
    float: left;
    margin-right: 20px;
    font-size: 14px;
}

.tool_list .tool_nav .tool_link {
    color: #8e939a;
}

.tool_list .tool_nav .tool_link:hover {
    color: #fff;
}

.tool_sign {
    float: right;
}

.tool_sign:hover .mb_name {
    color: #fff;
}

.tool_sign:hover .sign_img {
    background: url(/fxeye../images/sign_img1.png) no-repeat -14px 0px;
}

.tool_sign:hover .sign_down {
    background: url(/fxeye../images/sign_img1.png) no-repeat -36px 0px;
}

.mb_name {
    color: #a6acb3;
    font-size: 14px;
}

.sign_img {
    width: 14px;
    height: 14px;
    background: url(/fxeye../images/sign_img1.png) no-repeat 0px 0px;
    display: inline-block;
    margin-bottom: 4px;
    vertical-align: middle;
    margin-right: 2px;
}

.sign_down {
    width: 8px;
    height: 5px;
    background: url(/fxeye../images/sign_img1.png) no-repeat -28px 0px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
}

.sign_user {
    float: right;
    display: none;
}

.sign_user:hover .mb_name {
    color: #fff;
}

.HanZiSet:hover {
    color: #fff;
}
.sign_user:hover .sign_img {
    background: url(/fxeye../images/sign_img1.png) no-repeat -14px 0px;
}

.sign_user:hover .sign_down {
    background: url(/fxeye../images/sign_img1.png) no-repeat -36px 0px;
}

.account_information {
    width: 203px;
    height: 347px;
    background: url(/fxeye../images/account_infor_b.png) no-repeat;
    background-size:100% 100%;
    position: absolute;
    right: 0px;
    top: 35px;
    z-index: 88;
    display: none;
}
    
.triangle {
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent rgba(66,68,70,.8);
    position: absolute;
    right: 0px;
    top: -10px;
    z-index: 88;
}

.toolbar_top .account_information .infor_sign {
    padding-top: 40px;
    box-sizing: border-box;
}

.toolbar_top .account_information .account_list {
    margin-left: 40px;
    margin-right: 40px;
    position: relative;
    padding-left: 50px;
    box-sizing: border-box;
    display: block;
}

    .toolbar_top .account_information .account_list:hover {
        color: #333;
    }

.account_information li.account_list {
    color: #fff;
    font-size: 14px;
}

.toolbar_top .account_information .account_list:hover {
    background-color: #f4c931;
    border-radius: 10px;
}

.toolbar_top .account_information .account_list .pop_content {
    color: #fff;
    font-size: 14px;
}

.pop_content .user_img {
    width: 22px;
    height: 22px;
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 11px;
}

.pop_content .user_img img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.tool_list li {
    line-height: 44px;
    font-size: 14px;
    color: #a7adb4;
    display: inline-block;
    margin-right: 28px;
    float: left;
}

.tool_list li a {
    color: #8e939a;
}
.tool_nav:hover{
    color:#fff;
}


.account_information .account_list .user_sign_b {
    background: url(/fxeye../images/user_sign_b1.png) no-repeat 0px 0px;
    width: 18px;
    height: 20px;
}

.account_information .account_list .follow_img_b {
    background: url(/fxeye../images/user_sign_b1.png) no-repeat -36px 0px;
    width: 20px;
    height: 18px;
}

.account_information .account_list .order_img_b {
    background: url(/fxeye../images/user_sign_b1.png) no-repeat -76px 0px;
    width: 18px;
    height: 20px;
}

.account_information .account_list .pic_shop_b {
    background: url(/fxeye../images/user_sign_b1.png) no-repeat -112px 0px;
    width: 20px;
    height: 20px;
}

.account_information .account_list .set_up_img_b {
    background: url(/fxeye../images/user_sign_b1.png) no-repeat -152px 0px;
    width: 21px;
    height: 20px
}

.account_information .account_list .close_up_img_b {
    background: url(/fxeye../images/user_sign_b1.png) no-repeat -194px 0px;
    width: 20px;
    height: 20px
}

.account_information .account_list .guarantee_img {
    background: url(/fxeye../images/user_sign_b1.png) no-repeat -234px 0px;
    width: 18px;
    height: 21px;
}

.account_information .account_list:hover .user_sign_b {
    background: url(/fxeye../images/user_sign_b1.png) no-repeat -18px 0px;
}

.account_information .account_list:hover .follow_img_b {
    background: url(/fxeye../images/user_sign_b1.png) no-repeat -56px 0px;
}

.account_information .account_list:hover .order_img_b {
    background: url(/fxeye../images/user_sign_b1.png) no-repeat -94px 0px;
}

.account_information .account_list:hover .pic_shop_b {
    background: url(/fxeye../images/user_sign_b1.png) no-repeat -132px 0px;
}

.account_information .account_list:hover .set_up_img_b {
    background: url(/fxeye../images/user_sign_b1.png) no-repeat -173px 0px;
}

.account_information .account_list:hover .close_up_img_b {
    background: url(/fxeye../images/user_sign_b1.png) no-repeat -214px 0px;
}

.account_information .account_list:hover .guarantee_img {
    background: url(/fxeye../images/user_sign_b1.png) no-repeat -252px 0px;
}

.tool_list li.on a {
    color: #fff;
}