
body > main > div.header{
    /*background: url(../images/header/banner-phg.png);*/
    /*background-size: 115% 105%;*/
    height: 40px;
    background-color: #f4f4f4;
    font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif;
}
.bg-header {
    height: 40px;
    width: 1200px;
    margin: 0 auto;
}

.bg-header ul, .bg-header .header-cart, .bg-header .my-account, .bg-header .logout, .bg-header .header-message, .bg-header .search {
    float: left;
    line-height: 30px;
}

.bg-header ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding-right: 30px;
}

.searchbar .logo {
    position: absolute;
    left: calc(50% - 644px);
    margin: 30px auto 10px;
}

.searchbar .logo img {
    width: 250px !important;
    height: auto;
}

.banner__component img{
    /*     width: auto;
        max-height: 30px;
        max-width: 100px; */
}
.header-message .sup{
    background: #ff0000;
    display: none;
}

.bg-header ul li {
    float: left;
    width: 80px;
    /*color: white;*/
    text-align: center;
    /*font-size: 12px;*/
    /*height: 30px;*/
    line-height: 40px;
    font-size: 12px;
}

.bg-header .header-link li{
    width: auto;
    margin-right: 20px;
    padding: 0 10px;
}

.bg-header ul .yCmsComponent:hover {
    border-bottom: 3px solid #F5A623;
}

.bg-header ul li a{
    /*color: white;*/
    color: #636363;
    font-size: 12px !important;
    cursor: pointer;
    /*font-family: PingFangSC-Light;*/
    font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif;
}

.bg-header .header-right{
    float: right;
}

.bg-header .header-right>li{
    display: flex;
    width: auto;
    padding: 0 20px;
    border-right: 1px solid;
    height: 40px;
    align-items: center;
    /*margin-top: 5px;*/
    line-height: 40px;
    font-size: 12px;
}

.bg-header .header-right>li a{
    display: inline;
}
.bg-header .header-right>li a:hover{
    color: #e5e6e2;
}
.bg-header .header-right>li a img{
    margin-right: 5px;
    width: 20px;
    height: 20px;
}

.bg-header .header-right>li:last-child{
    padding-right: 0;
    border-right: none;
}

.bg-header .header-right .line{
    height: 13px;
    width: 1px;
    background-color: rgba(91,91,91,.4);
    display: inline;
    margin: 13px 13px 0 13px;
    float: left;
}

.bg-header .header-right .header-selector{
    position: relative;
    padding-left: 5px;
    padding-right: 8px;
    font-size: 12px;
    height: 18px;
    background: url(../images/search/select-down.svg) no-repeat;
    background-position: 100% 50%;
}

.bg-header .header-right .header-selector:hover{
    cursor: pointer;
    color: #e5e6e2;
}

.bg-header .header-right .header-selector:active>.selector-options{
    display: block;
}

.bg-header .header-right .header-selector span{
    display: block;
    width: 60px;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
}

#current-language{
    width: 35px;
}

.bg-header .header-right .header-selector .selector-options{
    display: none;
    position: fixed;
    /*top: 40px;*/
    background: #ffffff;
    padding: 0;
    border-radius: 4px;
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.10);
    z-index: 1000000;
    max-height: 300px;
    overflow: scroll;
}

.bg-header .header-right .header-selector .selector-options .option{
    color: #3a3a3a;
    font-size: 14px;
    padding: 5px 20px;
    line-height: 20px;
    text-align: left;
    position: relative;
}

.bg-header .header-right .header-selector .selector-options .option:first-child{
    border-radius: 4px 4px 0 0;
}
.bg-header .header-right .header-selector .selector-options .option:last-child{
    border-radius: 0 0 4px 4px;
}

.bg-header .header-right .header-selector .selector-options .option:hover{
    /*color: #ffffff;*/
    background-image: linear-gradient(6deg, rgba(98,131,236,0.98) 0%, #5CB5ED 100%);
}

.bg-header .header-right .header-selector .selector-options .active::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 8px;
    top: 10px;
    left: 9px;
    border: 2px solid #3a3a3a;
    border-top: none;
    border-left: none;
    transform: rotate(45deg)
}

.bg-header .header-right .header-selector .selector-options .active:hover:after{
    border-color: #ffffff;
}

/*.header-cart {*/
/*background: url(../images/header/icon_store_home_cart.svg) no-repeat;*/
/*background-size: 45%;*/
/*width: 40px;*/
/*height: 30px;*/
/*margin-top: 21px;*/
/*cursor: pointer;*/
/*}*/

/*.nav-cart{*/
/*width: 40px;*/
/*height: 30px;*/
/*}*/

/*.sup {*/
/*background: #ff0000;*/
/*color: white;*/
/*border-radius: 7.5px;*/
/*width: 15px;*/
/*height: 15px;*/
/*font-size: 15px;*/
/*text-align: center;*/
/*line-height: 15px;*/
/*margin-left: 15px;*/
/*margin-top: -7px;*/
/*}*/

/*.my-account {*/
/*border: 1px solid #FFFFFF !important;*/
/*border-radius: 100px !important;*/
/*height: 22px;*/
/*width: 100px;*/
/*font-size: 16px;*/
/*color: #FFFFFF;*/
/*letter-spacing: 0.33px;*/
/*text-align: center;*/
/*margin-top: 19px;*/
/*cursor: pointer;*/
/*}*/

/*.my-account a{*/
/*color: #FFFFFF !important;*/
/*position: relative;*/
/*top: -20px;*/
/*}*/

/*.header-message {*/
/*background: url(../images/header/icon_store_home_news.svg) no-repeat;*/
/*width: 40px;*/
/*height: 30px;*/
/*margin-left: 15px;*/
/*margin-top: 20px;*/
/*cursor: pointer;*/
/*}*/
/*.account-authorize .logout-liOffcanvas:nth-child(odd){*/
/*float: right;*/
/*width: 50px;*/
/*}*/
/*.account-authorize .logout-liOffcanvas:nth-child(even){*/
/*float: left;*/
/*width: 100px;*/
/*}*/
/*.account-authorize .logout-liOffcanvas{*/
/*text-align: center;*/
/*margin-right: 10px;*/
/*}*/

/*.account-authorize .logout-liOffcanvas a{*/
/*font-size: 16px !important;*/
/*position: relative;*/
/*}*/

/*.account-authorize .logout-liOffcanvas select{*/
/*background-color: #242424;*/
/*height: 22px;*/
/*width: 100px;*/
/*line-height: 22px;*/
/*padding-right: 16px;*/
/*border: solid 1px #fff;*/
/*border-radius: 5px;*/
/*background: url("../images/search/select-down.svg") no-repeat;*/
/*background-position: 95% 50%;*/
/*!*将默认的select选择框样式清除*!*/
/*appearance:none;*/
/*-moz-appearance:none;*/
/*-webkit-appearance:none;*/
/*}*/

/*.account-authorize .logout-liOffcanvas select option{*/
/*background-color: #e5e5e5;*/
/*color: #000;*/
/*}*/

/*.language .form-group{*/
/*margin: 15px 0px;*/
/*}*/

/*.language select{*/
/*margin-top: 19px;*/
/*}*/
/* header end */

/* searchbox start */
.fix-searchbar {
    position: fixed;
    top: 0;
    margin-top: 0 !important;
    border-bottom: 4px solid #4092FF;
}


/*导航菜单向上滑动*/

.slideUp {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    transition: transform .5s ease-out;
}

/*导航菜单向下滑动*/

.slideDown {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: transform .8s ease-out;
}

.searchbar{
    width: 100%;
    background: #fff;
    padding-bottom: 5px;
    z-index: 9999;
}

#searchbar .ui-front .ui-menu{
    top: 114px !important;
    left: calc(50% - 450px) !important;
    width: 900px !important;
    height: 450px !important;
    overflow: auto !important;
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.10);
}

#searchbar .ui-front .ui-menu li{
    padding-left:15px;
    border-bottom: 1px solid #f1f3f4;
}

#searchbar .ui-front .ui-menu li:hover{
    background-color: #f1f3f4 !important;
    color: #000000;
}

#searchbar .ui-front .ui-menu li .ui-state-active{
    color: #000000 !important;
}

.ui-state-active, .ui-widget-content .ui-state-active{
    border: none;
    background: none;
    font-weight: normal;
}

.ui-widget-overlay{
    display: none;
}

.search-section{
    width: 728px;
    margin: 30px auto 10px;
}
.ui-front{
    margin: 0px auto 10px;
    border: 2px solid #629aed;
    background: #FFFFFF;
    box-shadow: 0 1px 3px 0 rgba(220, 224, 224, 0.50);
    border-radius: 4px;
    height: 44px;
    z-index: 99999;
}

.ui-front .input-group{
    display: flex;
}

.ui-front .icon{
    background: url(../images/search/icon_store_home_search.svg) no-repeat;
    width: 20px;
    height: 20px;
    margin-left: 20px;
    margin-right: 20px;
    display: inline-block;
    margin-top: 13px;
}

#js-site-search-input{
    font-size: 16px;
    letter-spacing: -0.1px;
    background-color: transparent;
    border: 0px solid;
    height: 42px;
    width: 560px;
    border-right: 1px solid #629aed;
    float: unset;
    padding: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}


.ui-front input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #687178;
}
.ui-front input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #687178;
}
.ui-front input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #687178;
}
.ui-front input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #687178;
}

.ui-front #js-site-search-input:focus {
    outline: none;
}

.ui-front .typeselect {
    height: 52px;
    line-height: 52px;
    width: 175px;
    background: url("../images/search/select-down.svg") no-repeat;
    background-position: 80% 50%;
    font-size: 16px;
    color: #687178;
    letter-spacing: -0.1px;
    text-align: center;
    z-index: 9991;
    display: inline-block;
    position: relative;
    top:-2px;
}

.ui-front .typeselect .options {
    display: none;
    width: auto;
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
    margin-left: 0px !important;
    padding: 0;
    text-align: center;
    border: 1px solid #629aed;
    font-size: 16px;
    color: #000000;
    z-index: 9990;
    cursor: pointer;
    position: absolute;
    width: 175px;
}

.ui-front .typeselect .options li {
    border-top: 1px solid #629aed;
    background: #FFFFFF;
    list-style: none;
    list-style-type: none;
    margin-left: 0px !important;
    z-index: 9991;
}

.ui-front .typeselect .options li a {
    color: #000000;
}

.ui-front .typeselect .options li:hover {
    background: #629aed;
    color: #ffffff;
}

.ui-front .typeselect .options li:hover > a {
    background: #629aed;
    color: #ffffff;
}

.ui-front .typeselect:hover>ul {
    display: block;
    list-style: none;
    margin: 0px;
}

.ui-front .input-group-btn {
    display: inline-block;
    height: 42px;
    width: 105px;
    border: 0px solid;
    font-size: 16px;
    letter-spacing: -0.1px;
    cursor: pointer;
    /*  background-image: linear-gradient(6deg, rgba(98,131,236,0.98) 0%, #5CB5ED 100%); */
    border-radius: 0 3px 3px 0;
    padding: 0px;
    margin: 0px;
    position: relative;
    top: -1px;
    background-color: #629aed;
}

.ui-front button{
    width: 105px;
    height: 42px;
    text-transform: none;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
}

.ui-front button:hover{
    color: #FFFFFF !important;
}

.searchbar .float-logo{
    position: absolute;
    top: 40px;
    left: calc(50% - 580px);
    max-height: 50px;
    max-width: 100px;
    display: none;
}

.fix-searchbar>.float-logo {
    display: block;
}

/* 侧边按钮组 */
.side-buttons {
    display: flex;
    flex-direction: column;
    position: fixed;
    align-items: flex-end;
    right: 5px;
    top: 300px;
    width: auto;
    z-index: 999;
}

.side-buttons .item {
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
    background: #ffffff;
    border-radius: 8px 0 0 8px;
    display: flex;
    align-items: center;
    right: 0px;
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.10);
}

.side-buttons .item:nth-child(2){
    top: 355px;
}
.side-buttons .item:nth-child(3){
    top: 410px;
}
.side-buttons .item:nth-child(4){
    top: 465px;
}
.side-buttons .item:nth-child(5){
    top: 520px;
}

.side-buttons .item span {
    display: none;
    color: #ffffff;
    width: 73px;
    text-align: center;
}

.side-buttons .item .img1 {
    margin-left: 13px;
}
.side-buttons .item .img2 {
    display: none;
}

.side-buttons .item:hover {
    cursor: pointer;
    width: 110px;
    height: 50px;
    transition: transform .8s ease-out;
    background-image: linear-gradient(6deg, rgba(98, 131, 236, 0.98) 0%, #5CB5ED 100%);
}

.side-buttons .item:hover>.img1 {
    display: none;
}
.side-buttons .item:hover>span {
    display: block;
}
.side-buttons .item:hover>.img2 {
    display: block;
}

button.btn {
    color: #fff;
    background: rgb(0, 65, 151);
    /*background-image: linear-gradient(6deg, rgba(98,131,236,0.98) 0%, #5CB5ED 100%);*/
    border-radius: 4px !important;
    padding: 0;
    font-weight: 400;
    width: 88px;
    line-height: 33px;
    font-size: 14px;
    letter-spacing: 1px;
    opacity: 1;
    cursor: pointer;
    text-transform: none;
}

button.btn-invoice {
    color: #fff;
    background-image: linear-gradient(6deg, rgba(98,131,236,0.98) 0%, #5CB5ED 100%);
    border-radius: 4px !important;
    padding: 0;
    font-weight: 400;
    width: 160px;
    line-height: 33px;
    font-size: 14px;
    letter-spacing: 1px;
    opacity: 1;
    cursor: pointer;
    text-transform: none;
    float:right;
    margin-top:5px;
}

.btn-primary {
    border-color: #629aed;
}

.btn-primary:hover {
    color: #fff;
    background-image: linear-gradient(6deg, rgba(98,131,236,0.98) 0%, #5CB5ED 100%);
    border-color: #629aed;
}
button.success {
    color: #7BB33E;
    background: none;
    border-radius: 4px;
    width: 88px;
    line-height: 33px;
    font-size: 14px;
    letter-spacing: 3.6px;
    border: 1px solid #67A721;
    opacity: 1;
    cursor: pointer;
}

button.success:hover {
    color: #85ce61;
    border-color: #85ce61;
    background-color: #fff;
}
button.info {
    color: #768698;
    background: none;
    border-radius: 4px;
    width: 88px;
    line-height: 33px;
    font-size: 14px;
    letter-spacing: 3.6px;
    border: 1px solid #768698;
    opacity: 1;
    cursor: pointer;
}

button.info:hover, button.info:focus{
    color: #a6a9ad;
    border-color: #a6a9ad;
    background-color: #fff;
}

.back_to_top{
    background: url("../images/icon/icon_topup.png") no-repeat;
    background-size: 60%;
    position: fixed;
    top: 600px;
    right: 70px;
    z-index: 10005;
    width: 60px;
    height: 60px;
    display: none;
}

.el-button--primary {
    background-image: linear-gradient(6deg, rgba(98,131,236,0.98) 0%, #5CB5ED 100%);
    border-color: #5CB5ED;
}

.el-button--primary:hover {
    background-image: linear-gradient(6deg, rgba(98,131,236,0.98) 0%, #5CB5ED 100%);
    border-color: #5CB5ED;
}

.zc-search {
    width:900px;
    margin: 0 auto;
}

.zc-product-search {
    width:450px;
    float: left;
    position: relative;
    z-index: 9900 !important;
}
.zc-product-search {
    height: 54px !important;
    margin-top: 30px !important;
}
.zc-product-search .input-group .icon{
    margin-top: 17px !important;
}

.zc-product-search .js-site-search-input{
    height: 52px !important;
}
.zc-product-search .input-group .input-group-btn{
    height: 52px !important;
}

.zc-product-search .input-group .input-group-btn .js_search_button{
    height: 52px !important;
}

.zc-product-search .js-site-search-input{
    width: 285px !important;
}

.zc-vendor-search {
    width:420px;
    border: 2px solid #629aed;
    background: #FFFFFF;
    box-shadow: 0 1px 3px 0 rgba(220, 224, 224, 0.50);
    border-radius: 4px;
    height: 54px;
    z-index: 9998;
    float:left;
    margin: 30px 30px 10px 0;
    position: relative;
}

.zc-vendor-search .input-group{
    display: flex;
}

.zc-vendor-search .icon{
    background: url(../images/search/icon_store_home_search.svg) no-repeat;
    width: 20px;
    height: 20px;
    margin-left: 20px;
    margin-right: 20px;
    display: inline-block;
    margin-top: 17px;
}

#vendor-js-site-search-input{
    font-size: 16px;
    letter-spacing: -0.1px;
    background-color: transparent;
    border: 0px solid;
    height: 52px;
    width: 360px;
    float: unset;
    padding: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.zc-search-result {
    height: auto;
    width: 900px;
    margin: 0 auto;
    color: #00ab00;
    font-size: 14px;
}

.zc-vendor-search input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #687178;
}
.zc-vendor-search input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #687178;
}
.zc-vendor-search input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #687178;
}
.zc-vendor-search input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #687178;
}

.zc-vendor-search #js-site-search-input:focus {
    outline: none;
}

.zc-product-search .ui-front .ui-menu{
    width: 450px !important;
    left: 0 !important;
    top: 20px !important;
    height: 300px !important;
}

.zc-vendor-search .ui-menu{
    width: 420px !important;
    left: -2px !important;
    top: 20px !important;
    height: 300px !important;
}

.typeSearch {
    margin: 0 0 0 10px;
}
.typeSearch .item {
    padding: 2px 8px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    display: inline-block;
    cursor: pointer;
}

.typeSearch .item.selected {
    background-color: #629aed;
    border-radius: 4px 4px 0px 0px;
    color: white;
    cursor: pointer;
}

.search-help{
    text-decoration: underline;
    color: blue;
    background: none !important;
    width: 100%;
    border-bottom: 0 !important;
    margin-left: 380px;
}
.search-help:hover{
    text-decoration: underline;
    color: blue;
    background: none !important;
    width: 100%;
    border-bottom: 0 !important;
}

.banner-header{
    width: 100%;
    height: 40px;
    /*position: fixed;*/
    background-color: #f4f4f4;
    /*z-index: 999;*/
}

.banner-header .header-main-container{
    width: 1200px;
    margin: 0 auto;
}

.banner-header .header-main-container .header-right{
    width: 40%;
    line-height: 40px;
    color: #636363;
    font-size: 12px;
    float: left;
}

.banner-header .header-main-container .header-right .header-text {
    float: left;
    cursor: pointer;
}

.banner-header .header-main-container .line{
    height: 13px;
    width: 1px;
    background-color: rgba(91,91,91,.4);
    display: inline;
    margin: 13px 13px 0 13px;
    float: left;
}

.banner-header .header-main-container a, a:focus, a:hover{
    cursor: pointer;
    color: inherit;
    text-decoration: none;
}


.banner-header .header-main-container .header-left{
    float: right;
    line-height: 40px;
    color: #636363;
    font-size: 12px;
}

.banner-header .header-main-container .header-left .header-text {
    float: left;
    cursor: pointer;
}

.banner-header .header-main-container .header-left .header-text .el-dropdown{
    /*width: 105px;*/
    font-size: 12px;
    display: inline-block;
    position: relative;
    color: #606266;
}

.banner-header .header-main-container .header-left .header-text .el-icon-user:before{
    content: "\e6e3";
}

/*
.el-popper{
    display: none;
    max-height: 400px;
    overflow-y: auto;
    margin-top: 0!important;
}

.el-dropdown-menu{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 10px 0;
    margin: 5px 0;
    background-color: #fff;
    border: 1px solid #ebeef5;
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}*/

.user_nav{
    width: 54px;
    height: 380px;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    z-index: 999;
}

.user_nav .usernav_list{
    width: 100%;
    padding-left:0;
}

.user_nav .usernav_list .usernav_item{
    width: 54px;
    height: 54px;
    padding: 6px;
    background: #fff;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #d9d9d9;
}

.user_nav .usernav_list .usernav_item i {
    width: 28px;
    height: 28px;
    float: left;
    margin: 8px;
}

.user_nav .usernav_list .usernav_item .nav_user{
    background: url(../images/header/nav_user.png);
    background-size: 100% 100%;
}

.user_nav .usernav_list .usernav_item .nav_user_white {
    background: url(../images/header/nav_user_white.png);
    background-size: 100% 100%
}

.user_nav .usernav_list .usernav_item .nav_cart{
    background: url(../images/header/nav_cart.png);
    background-size: 100% 100%;
}

.user_nav .usernav_list .usernav_item .nav_cart_white{
    background: url(../images/header/nav_cart_white.png);
    background-size: 100% 100%;
}

.user_nav .usernav_list .usernav_item .nav_like{
    background: url(../images/header/nav_like.png);
    background-size: 100% 100%;
}

.user_nav .usernav_list .usernav_item .nav_like_white{
    background: url(../images/header/nav_like_white.png);
    background-size: 100% 100%;
}

.user_nav .usernav_list .usernav_item .nav_favori{
    background: url(../images/header/nav_favori.png);
    background-size: 100% 100%;
}

.user_nav .usernav_list .usernav_item .nav_favori_white{
    background: url(../images/header/nav_favori_white.png);
    background-size: 100% 100%;
}

.user_nav .usernav_list .usernav_item .nav_msg{
    background: url(../images/header/nav_msg.png);
    background-size: 100% 100%;
}

.user_nav .usernav_list .usernav_item .nav_msg_white{
    background: url(../images/header/nav_msg_white.png);
    background-size: 100% 100%;
}

.user_nav .usernav_list .usernav_item .nav_phone{
    background: url(../images/header/nav_phone.png);
    background-size: 100% 100%;
}

.user_nav .usernav_list .usernav_item .nav_phone_white{
    background: url(../images/header/nav_phone_white.png);
    background-size: 100% 100%;
}

.user_nav .usernav_list .usernav_item .nav_top{
    background: url(../images/header/nav_top.png);
    background-size: 100% 100%;
}

.user_nav .usernav_list .usernav_item .nav_top_white{
    background: url(../images/header/nav_top_white.png);
    background-size: 100% 100%;
}

.user_nav .usernav_list .usernav_item span{
    position: absolute;
    width: 95px;
    height: 54px;
    line-height: 54px;
    top: 0;
    left: -95px;
    background: #004197;
    color: #fff;
    text-align: left;
    padding-left: 20px;
    font-size: 13px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    white-space: nowrap;
}

.user_nav .usernav_list .usernav_item:hover {
    background: #004197;
    border-bottom: 1px solid #004197
}

.user_nav .usernav_list .usernav_item:last-child {
    border-bottom: none
}

.user_nav .usernav_list .usernav_item .leftQrcode {
    position: fixed;
    bottom: 90px;
    right: 55px;
    width: 100px;
    background: #fff
}

.user_nav .usernav_list .usernav_item .leftQrcode .qrcode-item {
    width: 100px;
    height: 130px
}

.user_nav .usernav_list .usernav_item .leftQrcode .qrcode-item img {
    width: 90px;
    height: 90px;
    margin: 5px
}

.user_nav .usernav_list .usernav_item .leftQrcode .qrcode-item p {
    font-size: 14px;
    color: #686868;
    width: 100%;
    height: 20px;
    text-align: center;
    line-height: 20px
}
