#newBridge .nb-icon-wrap{
    display: none !important;
}
/* 头部导航begin */
.nav-header {
    width: 100%;
    height: 29px;
    background-color: #fafafa;
    position: relative;
}

.nav-header .nav-content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

/* 左侧区域 */
.nav-content .nav-left-area {
    float: left;
    width: 40%;
    height: 100%;
}

.nav-left-area .nav-left-item {
    list-style: none;
    width: 100%;
    height: 100%;
    line-height: 29px;
    padding: 0;
    margin: 0;
}

.nav-left-item li {
    float: left;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
}

.nav-left-item li a {
    display: block;
    height: 29px;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
}

.nav-left-item a span {
    margin-right: 5px;
    font-size: 12px;
}

/* 右侧区域 */
.nav-content .nav-right-area {
    width: 60%;
    float: left;
    height: 100%;
    position: relative;
}

.nav-right-area .nav-right-item {
    list-style: none;
    width: auto;
    height: 100%;
    line-height: 29px;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
}

.nav-right-item li {
    float: left;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}

.nav-right-item li a {
    display: block;
    height: 29px;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}

.nav-right-item li a .tip-invoice{
    position: absolute;
    top: 24px;
    z-index: 100001;
    left: 20px;
}
.tip-invoice::before{
    content: "可开发票";
    font-family: fira, sans-serif;
    color: rgb(255, 255, 255);
    font-size: 10px;
    line-height: 16px;
    font-weight: 400;
    width: 60px;
    height: 18px;
    position: absolute;
    text-align: center;
    z-index: 1;
    padding-top: 3px;
    font-style: initial;
    background: rgb(238, 0, 0);
    border-radius: 1px;
}
.tip-invoice::after{
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: -5px;
    left: 0px;
    border-width: 6px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #ee0000;
    border-radius: 2px;
}

.nav-right-item a span {
    margin: 0 3px;
    font-size: 12px;
}

/* 手机版二维码样式 */
.dropdown .qr-code {
    min-width: 90px;
    min-height: 90px;
    top: 90%;
    left: -30px;
    text-align: center;
    margin: 0;
    padding: 10px 10px;
    z-index: 1009;
}

/* 网站地图样式 */
.dropdown .map-menu {
    width: 400px;
    height: 270px;
    text-align: center;
    top: 90%;
    left: -300px;
    z-index: 1010;
}

.map-menu .menu-title {
    height: 60px;
    width: 25%;
    float: left;
}

.map-menu .menu-content {
    height: 60px;
    width: 75%;
    float: left;
}

.map-menu b {
    height: 70px;
    line-height: 70px;
}

.map-menu ul {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 70px;
    line-height: 40px;
}

.map-menu li {
    height: 20px;
    width: auto;
    padding: 0 3px;
    color: #999999;
    margin: 3px 0;
}

.map-menu a {
    font-size: 14px;
    color: #666666;
    font-weight: 400;
}

/* 头部导航end */

/* fixed头部区域 */
.navbar-link {
    height: 80px;
}

.nav-wrap {
    background-color: #FFF;
    height: 80px;
    width: 100%;
    position: relative;
    z-index: 20;
    /*border-bottom: 1px solid #eee;*/
    display: block;
    overflow: visible !important;
}

.nav-shadow {
    -moz-box-shadow: 0 3px 15px #b9b9b9; /* 老的 Firefox */
    box-shadow: 0 3px 15px #b9b9b9;
    border-bottom: #b9b9b9 2px solid;
}

.nav-center {
    height: 68px;
    width: 1200px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
}

/*LOGO图片*/
.nav-logo {
    float: left;
    margin: 3px 0;
    width: 384px;
    height: 68px;
    display: flex;
    align-items: center;
}

.nav-ul {
    display: inline-block;
    float: right;
    list-style: none;
    padding: 0;
    height: 60px;
    width: 800px;
}

.nav-ul li {
    text-align: center;
    float: left;
    height: 60px;
    margin: 0 1px;
    position: relative;
}

.nav-ul .nav-title-item {
    position: relative;
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 0 18px;
    font-size: 16px;
    text-decoration: none;
    color: #000;
}

.nav-ul .nav-title-item:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 0;
    height: 2px;
    background: #2489eb;
    transition: all .3s;
}

.nav-ul .nav-title-item:hover:before {
    width: 80%;
    left: 10%;
    right: -10%;
}
.nav-ul li .tip-img{
    position: absolute;
    top: 0;
    right: -10px;
}
.nav-ul li .tip-img {
    position: absolute;
    top: -2px;
    right: 45px;
}
.tip-img:before{
    content: '现货速发';
    font-family: fira, sans-serif;
    color: #fff;
    font-size: 10px;
    line-height: 16px;
    font-weight: 400;
    width: 60px;
    height: 18px;
    position: absolute;
    background: #ee0000;
    border-radius: 1px;
    text-align: center;
    z-index: 1;
    padding-top: 3px;
    font-style: initial;
}
.tip-img:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 14px;
    left: 0;
    border-width: 4px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #ee0000;
    border-radius: 2px;
}
.tip-new {
    position: absolute;
    top: 7px;
    right: 18px;
    font-style: normal;
}

.tip-new:before {
    content: 'NEW';
    font-family: fira, sans-serif;
    color: #fff;
    font-size: 10px;
    line-height: 16px;
    font-weight: 400;
    width: 32px;
    height: 14px;
    position: absolute;
    background: #ee0000;
    border-radius: 1px;
    text-align: center;
    z-index: 1;
}

.tip-new:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 8px;
    left: 0;
    border-width: 4px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #ee0000;
    border-radius: 2px;
}

.tip-hide {
    position: absolute;
    top: 7px;
    right: 18px;
    font-style: normal;
}

.tip-hide:before {
    content: 'HIDE';
    font-family: fira, sans-serif;
    color: #fff;
    font-size: 10px;
    line-height: 16px;
    font-weight: 400;
    width: 32px;
    height: 14px;
    position: absolute;
    background: #ee0000;
    border-radius: 1px;
    text-align: center;
    z-index: 1;
}

.tip-hide:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 8px;
    left: 0;
    border-width: 4px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #ee0000;
    border-radius: 2px;
}

.arrows-down {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 27px;
    right: -3px;
    border-width: 8px 7px 0;
    border-style: solid;
    border-color: #B2C2CD transparent transparent;
}

.arrows-down:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: -8px;
    right: -5px;
    border-width: 6px 5px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
}

.arrows-up {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 27px;
    right: -3px;
    border-width: 0 7px 8px;
    border-style: solid;
    border-color: transparent transparent #B2C2CD;
}

.arrows-up:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 2px;
    right: -5px;
    border-width: 0 5px 6px;
    border-style: solid;
    border-color: transparent transparent #fff;
}

.other-link-container {
    position: absolute;
    z-index: 2;
    left: 18px;
    top: 50px;
    width: 80px;
    height: auto;
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(182, 202, 232, 0.5);
    border-radius: 4px;
    cursor: default;
    overflow: visible !important;
    display: none;
}

.other-link-container:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: 12px;
    top: -4px;
    z-index: 0;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 6px 0 rgba(182, 202, 232, 0.5);
    transform: rotate(45deg);
}

.other-link-item {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    position: relative;
}

.other-link-item a {
    display: inline;
    text-decoration: none;
    color: #333;
    font-size: 12px;
    font-weight: 400;
}

.other-link-item a:hover {
    color: #2589eb;
}

#other-link a:before {
    display: none;
}

#other-link a:after {
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: 100%;
    top: 0;
    left: 0;
    background: transparent;
    z-index: -1;
}

.navbar-link .login-ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 60px;
    display: none;
}

.login-ul li {
    text-align: center;
    float: left;
    height: 60px;
    margin: 0 1px;
}

.login-ul li a {
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 0 5px;
    font-size: 13px;
    text-decoration: none;
    color: #000;
}

.login-ul .icon {
    margin: 0 3px 3px;
}

/*
.dropdown .menu {
    width: 390px;
    height: 270px;
    text-align: center;
    top: 80%;
    left: -150px;
}

.menu .menu-title {
    height: 60px;
    width: 25%;
    float: left;
}

.menu .menu-content {
    height: 60px;
    width: 75%;
    float: left;
}

.menu b {
    height: 70px;
    line-height: 70px;
}

.menu ul {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 70px;
    line-height: 40px;
}

.menu li {
    height: 20px;
    width: auto;
    padding: 0 3px;
    color: #999999;
    margin: 3px 0;
}

.menu a {
    font-size: 12px;
    text-decoration: none;
    color: #999999;
}*/
.search-div {
    display: none;
    width: 585px;
    float: left;
    height: 60px;
    margin: 0 15px;
}

.search-div .search-input {
    margin-top: 11px;
    height: 38px;
    border-color: #2489eb;
	padding-left: 10px; 	
}

.search-btn {
    height: 38px;
    background: linear-gradient(-90deg, #2589eb 0%, #325dec 100%);
    color: #FFF;
    width: 100px;
    background-color: #2589eb;
    border: 0;
    border-radius: 0 4px 4px 0 !important;
}

.search-btn:hover {
    background: linear-gradient(-90deg, #25aceb 0%, #327bec 100%);
    color: #fff;
}

.order-stock-modal {
    width: 400px;
    height: 150px;
    display: none;
    position: fixed;
    top: 30%;
    left: 40%;
    z-index: 200002;
    border-radius: 4px;
    background-color: #fff;
}

.order-stock-msg-header {
    padding: 10px;
    border-bottom: 1px solid #cccccc;
}

.order-stock-msg-body {
    color: #2489eb;
    padding: 10px;
    font-size: 16px;
}

.modal-position {
    width: 400px;
    height: 223px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.nav-header{
    font-family: arial, serif;
}
#mapMenu{
    font-family: arial, serif;
}
.nav-header a:link{
    text-decoration: none;
}
#mapMenu a:link{
    text-decoration: none;
}
#mapMenu a:hover{
    text-decoration: underline;
}
.nav-ul .nav-title-item:hover {
    color: #2489eb;
}
#allClass{
    color: #2489eb;
}
.mapmenu-div{
    width: 1000px; margin: 0 auto;padding-top: 20px;
}
.mapmenu-div-item{
    width: 20%;height: 100%;display: inline-block;float: left;text-align: left;margin-right: 5%;
}
.mapmenu-div-item-title{
    width: 100%;height: 50px;display: inline-block;border-bottom: 1px solid #ccc;font-size: 18px;line-height: 50px;color: #4a4a4a;
}
.mapmenu-div-item-content{
    font-size: 14px;color: #666;margin-top: 15px;padding-right: 10px;
}
.mapmenu-div-item-content-div{
    font-size: 12px;margin-top: 5px;color: #a9a9a9;line-height: 1.6;
}
.map-switch i{
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url("/page/pc/images/common/icon-map-switch.png") no-repeat;
    background-size: 100%;
    float: left;
    margin-top: 6px;
    margin-right: 5px;
}
.logo-left{
   	width: 350px;
   	height: 82px;
}
.logo-left1{
    /* height: 68px; */
    width: auto;
    float: left;
}

.logo-right{
    width: 176px;
    height: 33px;
  	margin-left: 15px;
}
.logo-right .logo-slogan-1{
    display: inline-block;
    width: 100%;
    letter-spacing: 1.0px;
    color: #666;
    font-size: 14.5px;
    font-family: 'SourceHanSansCN-Medium-GBpc-EUC-H', sans-serif;
    height: 17px;
    line-height: 15px;
}
.logo-right .logo-slogan-2{
    width: 100%;
    display: inline-block;
    color: #2589eb;
    font-family: 'SourceHanSansCN-Medium-GBpc-EUC-H', sans-serif;
    font-size: 12.5px;
    letter-spacing: 0.1px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    padding-left: -13px;
    padding-right: 8px;
}
.logoOld{
	width: 340px;
	height: 48px;
}

/* 新的二维码弹窗 */
.bg-qrcode {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
}

.qr-code-new {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-height: 85%;
	width: 940px;
	height: 425px;
	background: #fff;
	border-radius: 10px;
}

.app-qrcode {
	width: 50%;
	height: 100%;
	float: left;
	padding: 75px;
	text-align: center;
}

.app-qrcode span, .h5-qrcode span {
	display: inline-block;
	word-break: break-all;
	font-size: 20px;
	margin-top: 30px;
}

.app-qrcode span {
	width: 130px;
}

.h5-qrcode {
	width: 50%;
	height: 100%;
	float: right;
	padding: 75px;
	text-align: center;
}

.h5-qrcode span {
	width: 180px;
}

.close-tag-phone {
	position: absolute;
	right: 15px;
	top: 10px;
	background: transparent;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	border: 1px solid #e0e0e0;
	cursor: pointer;
}

.close-tag-phone:BEFORE {
	content: '';
	position: absolute;
	width: 1px;
	height: 20px;
	background: #ddd;
	transform: rotate(45deg);
	top: 4px;
	left: 14px;
}

.close-tag-phone:AFTER {
	content: '';
	position: absolute;
	width: 1px;
	height: 20px;
	background: #ddd;
	transform: rotate(135deg);
	top: 4px;
	left: 14px;
}

.quiz-question {
    position: relative;
    margin-left: 10px;
}

.quiz-question:before {
    content: '问';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    font-size: 10px;
    color: #fff;
    background: #2589eb;
    position: absolute;
    top: 7px;
    left: -16px;
}
.cart-count{
    color: #e50000;
}
/*
改版样式
*/
.nav-left-item-list{
    color: #fff!important;
    background-color: #2589EB;
    border-radius: 5px;
    width: 86px;
    height: 20px;
    line-height: 19px;
    font-weight: 300;
    font-family: PingFang HK-Light, PingFang HK;
    text-decoration: none;
    text-align: center;
    margin-top: 4px;
    box-shadow: 0px 0px 10px 0px rgb(37 137 235 / 20%);
}
.header-nav a{
    color: #333333;
}