
.header{
    background-color: #484848;
}
.bg-header {
    height: 30px;
    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: red;
    display: none;
}
/*#customerUnitSelectorDiv{*/
    /*margin-left: 1rem;*/
/*}*/
.bg-header ul li {
    float: left;
    width: 80px;
    height: 30px;
    color: white;
    text-align: center;
    font-size: 12px;
}

.bg-header .header-link{
    margin-left: 30px;
}

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

.bg-header ul .yCmsComponent:hover {
    background: #676767;
}

.bg-header ul li a{
    color: white;
    font-size: 12px !important;
    cursor: pointer;
    font-family: PingFangSC-Light;
}

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

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

.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 .header-authorize{
    padding: 0 5px;
}

.bg-header .header-right .header-authorize:nth-last-of-type(2){
    border: 0;
}

.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:active>.selector-options{
    display: block;
}

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

.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: #676767;
}

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


.fix-searchbar {
    position: fixed;
    top: 0;
    margin-top: 0 !important;
    border-bottom: 4px solid #676767;
}


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

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

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

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

.search-section{
    width: 728px;
    margin: 30px auto 10px;
}
.ui-front{
    margin: 0px auto 10px;
    border: 2px solid #676767;
    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: 40px;
    width: 560px;
    border-right: 1px solid #676767;
    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 #676767;
    font-size: 16px;
    color: #000000;
    z-index: 9990;
    cursor: pointer;
    position: absolute;
    width: 175px;
}

.ui-front .typeselect .options li {
    border-top: 1px solid #676767;
    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: #676767;
    color: #ffffff;
}

.ui-front .typeselect .options li:hover > a {
    background: #676767;
    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: #676767;
    border-radius: 0 3px 3px 0;
    padding: 0px;
    margin: 0px;
    position: relative;
    top: -1px;
}

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

.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: #676767;
}

.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-color: #676767;
    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: #676767;
}
.btn-primary:hover {
    color: #fff;
    background-color: #676767;
    border-color: #676767;
}
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: #676767;
    border-color: #676767;
}

.el-button--primary:hover {
    background: #676767;
    border-color: #676767;
}

.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 #676767;
    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;
}

.typeSearch .item.selected {
    background-color: #484848;
    border-radius: 4px 4px 0px 0px;
    color: white;
}

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