body * {
  box-sizing: border-box;
  flex-shrink: 0;
}
body {
  font-family:'Poppins','Arial',  'PingFangSC-Regular', 'Roboto', 'Helvetica Neue', Helvetica, Tahoma,
  'PingFang SC-Light', 'Microsoft YaHei';
  font-size: 18px;
  background-color: #f2f3f7;
  margin: 0;
  padding: 0;
  color: #333;
}
*{
  margin: 0;
  padding: 0;
  font-style: normal;
}
a:link,a:visited{
	text-decoration: none;
}
button {
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  outline: none;
  background-color: transparent;
  border-radius: 8px;
  cursor: pointer;
}
button:active {
  opacity: 0.6;
}
input,select{
  outline: none;
  border: 0;
}
input[type = 'button'] {
border-radius: 8px;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
-webkit-text-fill-color: #000 !important;
transition: background-color 5000s ease-in-out 0s !important;
}
input[type = 'text']{
	color: #333;
}
input[type = 'text']::placeholder{
    color: #aaa;
}
textarea::placeholder{
    color: #aaa;
}
input[type = 'button']{
	cursor: pointer;
}
textarea {
    resize: none;
	font-family:'Poppins','Arial',  'PingFangSC-Regular', 'Roboto', 'Helvetica Neue', Helvetica, Tahoma,
	'PingFang SC-Light', 'Microsoft YaHei';
}
textarea:focus {
    border: 1px solid #E0E0E0;
}
input[readonly="readonly"],
textarea[readonly="readonly"]{
	background-color: #ECECEC;
	color: #999;
	border: 1px solid #E0E0E0;
}
input[type = 'checkbox']{
	width: 20px;
	height: 20px;
	appearance: none;
	-webkit-appearance: none;
	border: 1px solid #E0E0E0;
	border-radius: 6px;
	outline: none;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	line-height: 22px;
	background-color: #fff;
}
input[type="checkbox"]:checked {
  background-color: #003E8E;
  border-color: #003E8E;
}
input[type="checkbox"]:checked::after {
	content: "✔";
	display: block;
	color: #fff;
}
.clearfix {
	transform:scale(1);
}
.clearfix:after {
  content: '.';
  height: 0px;
  display: block;
  visibility: hidden;
  clear: both;
}
.blueT{
	color:#003E8E;
}
.orangeT{
	color:#FC9623;
}
.redT{
	color: #E73F3F;
}
.c_9{
	color:#999;
}
.c_6{
	color: #666;
}
.c_8{
	color: #888;
}
.blueBtn{
	background-color:#003E8E;
	color:#fff;
	text-align: center;
	border:1px solid #003E8E;
	font-size: 14px;
}
.whiteBtn{
	background-color:#fff;
	color:#003E8E;
	text-align: center;
	border:1px solid #003E8E;
	font-size: 14px;
}
.greenBtn{
	background-color:#30A06B;
	color:#fff;
	text-align: center;
	border:1px solid #30A06B;
	font-size: 14px;
}
.orangeBtn{
	background-color:#FC9623;
	color:#fff;
	text-align: center;
	border:1px solid #FC9623;
	font-size: 14px;
}
.Blockelement{
  display: block!important;
}

.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.justify-start {
  display: flex;
  justify-content: flex-start;
}
.justify-center {
  display: flex;
  justify-content: center;
}

.justify-end {
  display: flex;
  justify-content: flex-end;
}
.justify-evenly {
  display: flex;
  justify-content: space-evenly;
}
.justify-around {
  display: flex;
  justify-content: space-around;
}
.justify-between {
  display: flex;
  justify-content: space-between;
}
.align-start {
  display: flex;
  align-items: flex-start;
}
.align-center {
  display: flex;
  align-items: center;
}
.align-end {
  display: flex;
  align-items: flex-end;
}

/* �¶�����ʽ-start */
.headTop_box{
  min-width:1400px;
  height:36px;
  background:#003E8E;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:0 30px;
}
.headTop_left{
  width:180px;
  font-size:12px;
  color:#fff;
  display: flex;
  align-items: center;
}
.headTop_left .link_a{
	margin-right:20px;
}
.headTop_left .link_a,
.headTop_left a{
	color:#fff;
}
.headTop_left .line{
	margin: 0 30px;
    background: rgba(255, 255, 255, 0.5);
    width: 1px;
    height: 20px;
    border: 0;
}
.headTop_left .a_icon{
	width: 24px;
	height: 24px;
	background-color: #fff;
	border-radius: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}
.headTop_left .a_icon .iconfont{
	color:#014CAD;
	font-size: 12px;
}
.headTop_login{
  height:36px;
  align-items: center;
}
.headTop_login .icon-user{
	color: #fff;
	font-size: 18px;
	margin-right: 10px;
}
.headTop_order{
  overflow-wrap: break-word;
  white-space: nowrap;
  display: block;
  text-decoration: none;
  cursor: pointer;
  line-height: 36px;
  margin-left:20px;
}
.headTop_order a{ 
  color:#fff;
  font-size: 12px;
}
.headTop_account{
  width: 180px !important;
  font-size: 14px;
  top:36px !important;
}
.myAcountSpl2:hover + .account-box {
	display: block;
}
.account-box:hover {
	display: block;
}
.account-box {
	position: absolute;
	background-color: #fff;
	top: 24px;
	right: -10px;
	width: 180px;
	z-index: 999;
	display: none;
	line-height: 22px;
	border-radius:8px;
	padding-top: 16px;
}
.account_contentBox{
	width: 180px;
	border: 1px solid rgba(1, 76, 173, 0.3);
	position: relative;
	border-radius: 8px;
	padding-bottom: 15px;
}
.account_contentMain{
	padding-top:10px;
}
.triangle_border_up{
	width: 0;
	height: 0;
	border-width: 0 10px 9px;
	border-style: solid;
	border-color: transparent transparent rgba(1, 76, 173, 0.3);
	position: relative;
	float: right;
	top: -9px;
	right: 20px;
}
.triangle_border_up span{
	display: block;
	width: 0;
	height: 0;
	border-width: 0 8px 8px;
	border-style: solid;
	border-color: transparent transparent #fff;
	position: absolute;
	top: 1px;
	left: -8px;
}
.headTop_account .account_contentMain a{
	display: block;
	width: 100%;
	height: 26px;
	line-height: 26px;
	padding-left: 25px;
	font-size: 13px;
	color:#333;
}
.headTop_account .account_contentMain a:hover{
	background:#E3EFFE;
	color:#014CAD;
}
.headTop_account .account_contentMain a .iconfont{
	margin-right: 5px;
	font-size: 14px;
	color: #333;
}
.headTop_account .account_contentMain a:hover .iconfont{
	color:#014CAD;
}
#login_out{
	width: 134px;
	height: 38px;
	border-radius: 8px;
	text-align: center;
	line-height: 38px;
	background-color: #014CAD;
	color:#fff;
	font-size: 13px;
	cursor: pointer;
	margin: 0 auto;
}
.header_payBox{
	width: 100%;
	height: 110px;
	box-shadow: 0px 4px 4px 0px rgba(27, 62, 137, 0.06);
	background-color: #fff;
	display: none;
}
.logo-other{
	width: 452px;
	height: 70px;
	margin-top: 15px;
	background: url(../images/mall/logo-other.png) 0px 0px no-repeat;
}
.logo-other a{
	display: block;
	width: 100%;
	height: 100%;
}
.header_payR{
	text-align: right;
	padding-top: 20px;
}
.header_payR .icon-cart{
	width: 28px;
	height: 28px;
	border-radius: 28px;
	background-color: #F5F5F5;
	color: #666;
	text-align: center;
	line-height: 28px;
	margin-right: 10px;
}
.header_payR .pageStep .icon-arrow2{
	margin: 0 15px;
	color: #D6D6D6;
	font-size: 12px;
	margin-top: 3px;
}
.header_payR .pageStep .text{
	font-size: 12px;
	font-weight: 800;
	color: #666;
	position: relative;
}
.header_payR .pageStep .text.on{
	color: #003E8E;
}
.header_payR .pageStep .text::after{
	content:'';
	display: inline-block;
	width:36px;
	height:4px;
	background:url('../images/mall/line_grey.png') no-repeat;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -18px;
}
.header_payR .pageStep .text.on::after{
	background:url('../images/mall/line_blue.png') no-repeat;
}
.header_payR .time{
    color: #999;
    height: 24px;
    background-color: #F5F5F5;
    border-radius: 20px;
    padding: 0 15px;
    font-size: 12px;
    line-height: 24px;
    margin-top: 10px;
    width: 210px;
    text-align: center;
    float: right;
}
/* �¶�����ʽ-end */

.wrap{
  width: 1400px;
  margin: 0 auto;
}
.cu_p{
  cursor: pointer;
  color: #282B31;
}
.a_d_n{
  text-decoration: none;
  color: #fff!important;
  position:relative;
  margin-right: 52px;
  /* font-family: Arial, 'PingFangSC-Regular'; */
}
table{
  width: 100%;
  border-collapse:collapse;
}

.currentPage{
  font-size: 12px;
  color: #333;
  line-height: 51px;
}
.currentPage .cur{
  color: #999;
}
.currentPage a:link,
.currentPage a:visited{
	color: #333;
}
.currentPage .icon-right{
	color:#999;
	margin:0 10px;
	font-size: 8px;
}
.txt_dn{
  text-decoration: none;
}
/* ҳ��begin */
.pages{
  text-align: right;
  margin-top: 20px;
}
.pages ul,.pages ul li{
  display: inline-block;
  list-style-type: none;
}
.pages ul{
  vertical-align: top;
}
.pages a{
  display: inline-block;
  width: 30px;
  height: 28px;
  box-sizing: border-box;
  border: 1px solid #EEEEEE;
  background-color: #fff;
  color: #545454;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  line-height: 28px;
  border-radius: 2px;
  margin: 0 5px;
  text-decoration:none;
}
.pages li.current a{
  display: inline-block;
  width: 30px;
  height: 28px;
  box-sizing: border-box;
  border: 1px solid #003E8E;
  background-color: #003E8E;
  color: #fff;
}
/* ҳ��end */

/*ͷ��*/
.topDiv {
  width: 150px;
  height: 22px;
  /* margin-left: 1027px; */
  margin-left: 882px;
  margin-top: 10px;

}
.info_common ,
.info_common {
  width: 46px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(84, 84, 84, 1);
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  line-height: 22px;
  display: block;
  text-decoration: none;
  margin-left: 64px;
  cursor: pointer;
}
.info_common a:link,
.info_common a:visited{
	color: #545454;
}
.info_common a:hover{
	color: #b51b25;
}
.fixedTopCss {
	position: fixed;
	top: 0;
	box-shadow: 0px 4px 4px 0px rgba(27, 62, 137, 0.1);
	z-index: 99999999999999999;
}
#fixedTop {
	width: 100%;
	background-color: #fff;
}
#fixedTopStance {
	height: 108px;
	display: none;
}
.searchHead {
  width: 1400px;
  height: 108px;
  padding-top: 20px;
}
.logo {
	width: 210px;
    /* height: 64px; */
    margin: 0 45px;
}
.bomTool{
  width: 155px;
  height: 44px;
  border: 1px solid #003E8E;
  border-radius: 20px;
  background-color: #fff;
  color: #003E8E;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
}
.bomTool .iconfont{
	font-size: 18px;
	margin-right: 5px;
}
.searchHeadDiv {
	border-radius: 20px;
	height: 44px;
	border: 1px solid #014CAD;
	width: 620px;
	margin: 0 0 0 40px;
}
.searchInput_comm{
	width: 485px;
	height: 42px;
	overflow-wrap: break-word;
	color: #333;
	font-size: 12px;
	white-space: nowrap;
	line-height: 42px;
	display: block;
	outline: none;
	padding-left: 10px;
	border-radius: 20px 0 0 20px;
}
.searchInput_comm::placeholder{
    color: #999;
}
.searchInput_commBtn{
    width: 135px;
	height: 44px;
	background-color: #003E8E;
	border: 1px solid #003E8E;
	border-radius: 0 20px 20px 0;
	position: relative;
	top: -1px;
	display: flex;
	align-items: center;
	font-size: 13px;
	color: #fff;
	justify-content: center;
}
.searchInput_commBtn .iconfont{
	font-size: 20px;
	margin-right: 5px;
}
.search_inputTips{
	width: 732px;
	height: 25px;
	margin-top: 4px;
	margin-left: 10px;
	overflow: hidden;
	font-size: 12px;
	color:#E22020;
}
.search_inputTips .iconfont{
	font-size: 13px;
	margin-right: 5px;
}
.searchInput_tj {
  width: 732px;
  height: 25px;
  margin-top: 4px;
  margin-left: 10px;
  overflow: hidden;
}
.searchInput_item {
  max-width:140px;
  height: 25px;
  overflow-wrap: break-word;
  color: #014CAD;
  font-size: 12px;
  text-overflow:ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 25px;
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
}
.searchInput_tj .icon-huo{
	color:#014CAD;
	margin-right:5px;
	font-size: 12px;
	float: left;
	margin-top: 5px;
}
.myAcountSpl {
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
  line-height: 33px;
  display: block;
}
.myAcountSpl .line{
	color: #fff;
	margin: 0 3px;
	font-size: 18px;
	position: relative;
	top: 2px;
}
.myAcountDiv2 {
  position: relative;
  height: 36px;
}
.flicker-hint,.orders-noread-hint{
	display: none;
	position: absolute;
	top: 5px;
	right: -20px;
	width: 24px;
	height: 24px;
}
.flicker-hint-red{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #FC9623;
	color:#fff;
	top: -1px;
	right: 0px;
	font-size: 12px;
	font-weight: 400;
	padding: 0 3px;
}
.myAcountSpl a:link,.myAcountSpl a:visited,
.myAcountSpl2 a:link,.myAcountSpl2 a:visited{
	color: #fff;
}
.myAcountSpl a:hover,
.myAcountSpl2 a:hover{
	color: #fff;
}
.myAcountSpl2 {
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 36px;
  display: block;
  position: relative;
  cursor: pointer;
  height: 36px;
}
.myAcountDiv2_img {
  width: 16px;
  height: 10px;
  background: url(../images/mall/myaccountxiala.png)    0px 0px no-repeat;
  margin-top: 3px;
  margin-left: 8px;
}

.langue_div {
	position: relative;
	display: inline-block;
	margin-left: 30px;
	margin-top: 2px;
}
.langue_top {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.langue_text {
	font-size: 12px;
	color: #fff;
	transition: 0.1s;
}
.icon-arrow_down {
	font-size: 8px!important;
	color: #fff;
	transition: transform 0.2s;
}
.langue_list {
	position: absolute;
	top: calc(100% + 8px);
	right: -20px;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.02);
	min-width: 100px;
	padding: 5px 0;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-8px);
	transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
}
.langue_list.open {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.langue_list span:first-child {
	display: block;
	padding: 5px 15px;
	font-size: 12px;
	color: #7a8aa3;
	margin-bottom: 5px;
	font-weight: 500;
	letter-spacing: 0.3px;
}

.langue_list a {
	display: block;
	padding: 5px 15px;
	text-decoration: none;
	color: #1e293b;
	font-size: 12px;
	transition: background 0.15s;
	cursor: pointer;
	font-weight: 450;	
}
.langue_list a.cnLink {
	border-bottom: 1px dashed #ddd;
}
.langue_list a:hover {
	background-color: #f0f4fa;
	color: #0f3b5f;
}
.langue_list a.curA {
	background-color: #f0f4fa;
	color: #0f3b5f;
}

.operation_select_btn{
  width: 130px;
  display: flex;
  justify-content: space-between;
}
.common_Favorites,.commRFQs,.commMycart{
	margin-left:40px;
	cursor: pointer;
	position: relative;
	align-items: center;
	cursor: pointer;
}
.common_RFQs1{
  position: relative;
}
.commonMy_Favorites .iconfont,
.common_RFQs .iconfont,
.common_Cart .iconfont{
	font-size: 24px;
	color: #333;
}
.commMycartSpl,.commRFQsSpl,.commFavSpl{
  color: #666;
  font-size: 12px;
  line-height: 22px;
  display: block;
  text-align: center;
  margin-top:1px;
}
.inputTxt{
  height: 48px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #979797;
  padding: 0 10px;
}
.flex-end{
  display: flex;
  justify-content: end;
}
.flex{
  display: flex;
}
.flex-bt{
  display: flex;
  justify-content: space-between;
}
.red{
  color: red;
}
.tc{
  text-align: center;
}

/*����*/
.commNav {
  height: 46px;
  background-color: #fff;
}
.navDiv {
  width: 1400px;
  height: 46px;
  line-height: 64px;
  margin: 0 auto;
  background:#fff;
}
.navProduct {
  color: #333;
  font:bold 16px normal;
  cursor: pointer;
}
.navBlock{
  position: relative;
  line-height:48px;
}
/* .navBlock img{
  width: 18px;
  height: 12px;
} */
.navDiv_home{
  color: #333;
  font:bold 16px normal;
  cursor: pointer;
  line-height:48px;
  margin:0 48px 0 10px;
}
.navDiv_home_other{
  color:#333;
  font:bold 16px normal;
  cursor: pointer;
  line-height:48px;
}

.navProductIcon {
  width: 20px;
  height: 32px;
  background: url(../images/mall/sc_icon_more.png) no-repeat center;
  margin-top: 8px;
}
.navBlock:hover .productNum{
  display: block;
}
.productNum_box{
	margin-top: 20px;
	box-shadow: 0 0 4px rgba(0,0,0,.2);
	background-color: #F0F5FE;
	border: 1px solid rgba(1, 76, 173, 0.3);
	border-radius: 8px;
	padding-bottom: 10px;
}
.productNum{
  position: absolute;
  z-index: 10;
  left: 0px;
  top: 46px;
  display: none;
  padding-top:2px;
}
.productNum_tit{
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	border-radius: 8px 8px 0 0;
	border-bottom: 1px solid rgba(229, 229, 229, 1);
	margin-bottom: 5px;
	display: flex;
	justify-content: space-between;
}
.productNum_tit span{
	font-size: 14px;
	color:#333;
	font-weight: 700;
}
.productNum_tit a{
	font-size: 12px;
	color: #003E8E;
	margin-left: 20px;
}
.show_more:hover .productNum_more{
  display: block;
}
.productNum_more {
  display: none;
  width: 1100px;
  height: 420px;
  padding: 15px 20px 15px 50px;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  position: absolute;
  top: 23px;
  left: 291px;
  box-shadow: 0px 0px 8px 0px rgba(27, 62, 137, 0.25);
  background: #fff;
  z-index: -1;
  border-radius: 8px;
  /* scrollbar-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.1); */
  /* ��һ��������ɫ���ڶ���������ɫ(���ڸ��Ļ�����������ʽ) */
  scrollbar-width: thin;
  /* �����������޷��Զ������ȣ�ֻ��ͨ��������ʹ���������ȱ�ϸ */
  -ms-overflow-style: none;
}
.productNum_more_title{
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-bottom: 5px;
}
.productNum_more_title::before{
	display: inline-block;
	content: "";
	width: 3px;
	height: 18px;
	background-color: #014CAD;
	border-radius: 8px;
	position: relative;
	top: 3px;
	margin-right: 10px;
}
.productNum_more_box .more_list_link:hover .productNum_more_list{
  color:#014CAD;
}
.productNum_more_list{
  display: flex;
  width:300px;
  font-size:13px;
  color:#333;
  float: left;
  margin-right: 12px;
  cursor: pointer;
}
.more_list_title{
  margin-right:4px;
  display: inline-block;
  max-width:250px;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow:ellipsis;
}
/* ���ݹ����� */
.productNum_more::-webkit-scrollbar {
  width: 6px;
}
.productNum_more::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2)
}
.productNum_more::-webkit-scrollbar-track {
  border-radius:6px;
  background: rgba(0, 0, 0, 0.1);
}
.navBlock:nth-child(2){
  margin-left: 103px;
}

.navA {
  color: #333 !important;
  font:bold 16px normal;
  display: block;
  line-height: 48px;
}
.currentNav .navText{
	color: #30A06B !important;
}
.currentNav{
	border-bottom: 3px solid #30A06B;
	color: #30A06B !important;
}
.hot_sale_icon::after{
  content:'';
  display: inline-block;
  width:10px;
  height:12px;
  background:url('../images/mall/hot_sale.png') no-repeat center;
  position: relative;
  top: -5px;
}
.word1 {
  height: 28px;
  overflow-wrap: break-word;
  color: #333;
  font-size: 13px;
  white-space: nowrap;
  display: block;
  cursor: pointer;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow:ellipsis;
}

.boxitem {
  height: 28px;
  width: 300px;
  line-height: 28px;
}
.Products_main_line{
}
.Products_main_line:hover .line_more::before,
.boxitem:hover .line_more::before{
	display: inline-block;
	content: "";
	width: 3px;
	height: 28px;
	background-color: #014CAD;
	border-radius: 8px;
	position: absolute;
	left: 0;
	top: 0;
}
.boxitem .word1{
	height: 28px;
	line-height: 28px;
	padding-left: 20px;
}
/*.boxitem.active {
  box-shadow: inset 10px 0px 0px 0px rgba(181, 27, 37, 1);
  background-color: rgba(255, 242, 242, 1);
  height: 36px;
  width: 288px;
  padding: 6px 0 0 24px;
}*/

.email_main{
	width: 100%;
	height:139px;
	min-width: 1400px;
	background:url('../images/index/emailBg.png') no-repeat center top;
}
.email_content{
	width: 1400px;
	padding: 0 140px;
	margin: 25px auto 0;
	padding-top: 43px;
	display: flex;
	justify-content: space-between;
}
.email_content .tit{
	font-size: 20px;
	color:#333;
	font-weight:bold;
	line-height:32px;
	margin-top: 10px;
}
.email_content .tit::before{
	display: inline-block;
	content: "";
	width: 4px;
	height: 32px;
	background-color: #014CAD;
	border-radius: 8px;
	float: left;
	margin-right: 10px;
}
.emailInput{
	width: 620px;
	height:52px;
	display: flex;
}
.emailInput .inText{
	width: 490px;
	border:1px solid #E0E0E0;
	padding-left:15px;
	border-radius: 8px 0 0 8px;
}
.emailInput .btn{
	width: 130px;
	height:52px;
	background-color:#1B3E8B;
	border-radius:0 8px 8px 0;
	font-size: 16px;
	color:#fff;
}

.noDate_box{
	width: 100%;
	text-align: center;
	padding: 20px 0;
	margin: 0 auto;
}
.noDate_box .text{
	line-height: 40px;
	font-size: 18px;
	font-weight: 600;
}
/* 弹出层样式 */
.coverLayer{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
	z-index: 99;
}
#child1{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.tipsIcon{
	width: 26px;
	height: 26px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 26px;
	font-size: 20px;
	background-color: #FC9623;
	/* margin: 0 auto 10px; */
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
}
.tipsText{
	line-height: 26px;
	font-size: 16px;
	color:#666;
	max-width: 100%;
	/* flex: 1; */
	text-align: center;
	margin-left: 10px;
	word-break: break-all;
}
.popUp_layerBox{
	position: absolute;
	background-color: #fff;
	left: 50%;
	top: 50%;
	border-radius: 8px;
	transform: translate(-50%, -50%);
	z-index: 999;
	box-shadow: 0px 4px 10px 0px rgba(27, 62, 137, 0.3);
}
.popUp_topTitle{
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	border-radius: 8px 8px 0 0;
	border-bottom: 1px solid #E5E5E5;
	position: relative;
}
.popUp_topTitle .tit{
	font-size: 18px;
	font-weight: bold;
}
.popUp_topTitle .closeBtn{
	font-size: 30px;
    color: #999;
    position: absolute;
    right: 20px;
    top: 0;
    font-weight: normal;
	cursor: pointer;
}
.popUp_topTitle .closeBtn:hover{
	color: #003E8E;
}
.popUp_mainBox{
	padding:20px 40px;
}
.commonPopDiv{
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 500px;
}
.commonPopDiv .popText{
	vertical-align: middle;
	 text-align: center;
	  margin: 30px auto 30px auto;
	   font-size: 14px;
     word-wrap: break-word;
}
.commonPopDiv .btnDiv,
.popUp_layerBox .btnDiv{
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
	margin-top: 30px;
}
.commonPopDiv .btnDiv .btn,
.popUp_layerBox .btnDiv .btn{
	width: 100px;
	height: 44px;
	border-radius: 8px;
	margin: 0 20px;
}
/* 弹出层样式 */
/*footer*/
.commonFooter_main{
	width: 100%;
	background-color:#1B3E8B;
}
.commonFooter {
  width: 1400px;
  margin: 0 auto;
  background-color:#1B3E8B;
}
.footerBoxNav {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
}
.footerSpl{
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
  text-transform: uppercase;
}
.footerSpl::before{
	display: inline-block;
	content: "";
	width: 32px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left:0;
	bottom:0;
}
.footerLink .icon-jiantou{
	float: left;
	font-size: 8px;
	color: rgba(255, 255, 255, 0.7);
	position: relative;
	top: 10px;
	margin-right: 5px;
}
.footerA {
	color:rgba(255, 255, 255, 0.7);
  line-height: 28px;
  font-size:14px;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
}
.footerLink_icon{
	display: flex;
	align-items: center;
	margin-top: 25px;
}
.footerLink .a_icon{
	width: 24px;
	height: 24px;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
}
.footerLink .a_icon .iconfont{
	color:#061B36;
	font-size: 12px;
}
.footerBottomDiv{
	width: 100%;
	min-width: 1400px;
	height: 50px;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	line-height: 50px;
	font-size: 13px;
	background-color: #1B3E8B;
	color: rgba(255, 255, 255, 0.7);
}


.fxied_right {
  width: 40px;
  height: 160px;
  background-color:#fff;
  box-shadow: -4px 0px 8px 0px rgba(85, 85, 85, 0.15);
  border-radius: 8px 0 0 8px;
  position: fixed;
  right: 0;
  top: 600px;
  z-index:100;
  justify-content: space-between;
}

.mainNavleft{
	width: 310px;
    min-height: 544px;
    background: #fff;
    border-radius: 8px;
}

.mainNavleftItem{
	margin-bottom: 20px;
	padding-top: 10px
}
.mainNavleftItemTit{
    font-size: 16px;
    font-weight: bold;
    line-height: 42px;
    position: relative;
    padding-left: 40px;
}
.mainNavleftItemTit .iconfont{
    position: absolute;
    left: 20px;
    top: -1px;
    font-size: 10px;
}
.mainNavleftItem_a{
    font-size: 14px;
    font-weight: 500;
    color: #333;
    line-height: 42px;
    display: block;
    width: 100%;
    height: 42px;
    padding-left: 37px;
}
.mainNavleftItem_a.active{
    color: #003E8E;
    font-weight: bold;
    background-color: #F7F7F7;
    border-right: 3px solid #003E8E;
}
.mainContRt{
	width: 1070px;
	background-color: #fff;
	border-radius: 8px;
	padding-bottom: 30px;
}
.mainCont_topTitle{
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    padding: 0 20px;
	border-bottom: 1px solid #E5E5E5;
}
.mainCont_topTitle .titL{
	font-size: 20px;
	font-weight: bold;
	color: #003E8E;
	float: left;
	position: relative;
}
.mainCont_topTitle .titL::after{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #003E8E;
	position: absolute;
	left: 0;
	bottom: 0;
}
.mainCont_mainBox{
	padding: 20px;
}
.iconDivR{
  width: 64px;
  height: 64px;
  cursor: pointer;
}
.icon_right_float{
  position:relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.fcal_left_hint{
	display: none;
	width: 230px;
    font-size: 14px;
    line-height: 24px;
    color: #545454;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(85, 85, 85, 0.15);
    border-radius: 8px;
    position: absolute;
    left: -245px;
    top: 0;
	padding: 10px 16px;
}
.fcal_left_hint div{
     padding:10px 0 7px;
     line-height: 18px;
     font-size: 12px;
     color: #666;
}
.fcal_bottom{
  border-bottom:1px solid #EAEBED;
}
.fcal:hover .fcal_left_hint,.fsk:hover .fcal_left_hint,.fem:hover .fcal_left_hint{
  display: block;
}
.fcal .flexIcon{
	border-radius: 8px 0 0 0;
}
.ftr .flexIcon{
	border-radius:0 0 0 8px;
}
.flexIcon{
    text-align: center;
    font-size: 15px !important;
    color: #333;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.flexIcon.icon-dianhua{
	font-size: 20px!important;
}
.flexIcon.icon-cart{
	font-size: 20px!important;
}
.flexIcon.icon-quote{
	font-size: 21px !important;
}
.flexIcon:hover{
	background-color: #30A06B;
	color: #fff;
	font-weight: normal;
}
/* ��������ѡ����  */
.selector{
  width: 140px;
  height: 32px;
  /* background-color: #4F96E3; */
  border-radius: 3px;
  display: inline-flex;
}
#cartOrderNow_div .selector {
	width: 160px;
}
.selector .selectorCarrier,.selectorCarrier1{
	background-color: #fff;
	height: 32px;
	width: 90px;
	font-size: 14px;
	color: #333;
	padding: 0 5px;
	text-align: center;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
.selector .decrease,
.selector .increase{
  float: left;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #333;
  font-size: 22px;
  cursor: pointer;
  background-color: #F2F2F2;
  border: 1px solid #E0E0E0;
  border-radius: 8px 0 0 8px;
}
.selector .increase {
  border-radius:0 8px 8px 0;
}

.info_common img {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 7px;
}
.disbc{
  background-color: #fff!important;
}
.disbc_none{
  display: none !important;
}



.suspensionSkype,
.suspensionEmail {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  padding: 20px 10px;
  background-color: #fff;
  display: none;
  line-height: 25px;
}

/*.skypediv:hover ~ .suspensionSkype {*/
  /*display: block;*/
/*}*/


/*.emaildiv:hover ~ .suspensionEmail {*/
  /*display: block;*/
/*}*/

.suspensionEmail {
  top: 90px;
}

.suspensionSkype div:first-child,
.suspensionEmail div:first-child {
  margin-bottom: 20px;
  font-weight: 700;
}


.chat-button-location-radio-input +label{
  display: block;
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: absolute;
  top: 6px;
  /* border: 1px solid #ddd;
  border-radius: 5px; */
}
/* .chat-button-location-radio-input:checked +label::before{
  display: block;
  content: "\2714";
  text-align: center;
  font-size: 13px;
  width: 17px;
  height: 17px;
  color: white;
  background-color: #003E8E;
  border-radius: 5px;
  line-height: 17px;
} */


/* .chat-button-location-radio-input[type=checkbox]{
	visibility: hidden;
} */

/* ��Ʒ�б�����ͷ  */
.result_title{
  height: 46px;
  line-height: 46px;
  background-color: #222;
  font-size: 14px;
  color: #fff;
  margin: 0 20px;
}
.result_title .fl{
  float: left;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  border-right: 1px solid #fff;
}
.result_title .dn{
  display: none;
}
/* ��Ʒ�б���������ť  */
.arrow_down,.arrow_up,.arrow_default{
  display: inline-block;
  width: 17px;
  height: 20px;
  position: relative;
  top: 3px;
  margin-left: 5px;
  cursor: pointer;
}
.arrow_down{
  background: url(../images/mall/arrow_down.png) no-repeat;
}
.arrow_up{
  background: url(../images/mall/arrow_up.png) no-repeat;
}
.arrow_default{
  background: url(../images/mall/arrow_down.png) no-repeat;
  opacity: 0.5;
}


/* ȫ�ֵ��ڱβ� */


.articleTitle a{
  text-decoration: none;
  color: #000000;
}

.articleTitle a:link{
  color: #000000;
}

.articleTitle a:visited{
  color: #000000;
}

.orderPartNoRight{
  margin-right: 10px;
}

.flicker {
  animation: flick 0.8s infinite alternate;
}

@keyframes flick {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  50.1% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

/* 2023-02-28 margin */
.mar-l10{
  margin-left: 10px;
}
.mar-l15{
  margin-left: 15px;
}
.mar-l20{
  margin-left: 20px;
}
.mar-l30{
  margin-left: 30px;
}
.mar-t10{
  margin-top: 10px;
}
.mar-t15{
  margin-top: 15px;
}
.mar-t20{
  margin-top: 20px;
}
.mar-t30{
  margin-top: 30px;
}
.mar-r05{
  margin-right: 5px;
}
.mar-r08{
  margin-right: 8px;
}
.mar-r10{
  margin-right: 10px;
}
.mar-r15{
  margin-right: 15px;
}
.mar-r20{
  margin-right: 20px;
}
.mar-r30{
  margin-right: 30px;
}
.mar-b10{
  margin-bottom: 10px;
}
.mar-b15{
  margin-bottom: 15px;
}
.mar-b20{
  margin-bottom: 20px;
}
.mar-b30{
  margin-bottom: 30px;
}
.order_titleMr168{margin-right:168px;}
.order_titleMr120{margin-right:120px;}

.tool_tip_box{
  height: 15px;
  line-height: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  color: #333 !important;
}
/* ����������ʾ */
.tool_tip {
  position: absolute;
  min-width: 10px;
  /* max-width: 190px; */
  box-sizing: border-box;
  background-color: #fff;
  padding: 6px 16px;
  filter: drop-shadow(0 1px 3px #ccc);
  z-index: 999;
  word-break: break-all;
  border-radius: 2px;
}

.tool_tip::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  /*border: 15px solid transparent;*/
  border-top-color: #fff; 
  z-index: 999;
  height: 15px;
  width: 15px;
  transform: rotateZ(45deg);
  background-color: #fff;
  top: -7px;
}

/* .tool_tip_box {
  height: 15px;
  line-height: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
  position: relative;
  display: inline-block;
} */
.red_point{
  position: relative;
  background-color: #F14545;
  min-width: 10px;
  min-height: 10px;
  border-radius: 50%;
  bottom: 5px;
  color: #fff;
  text-align: center;
  display: inline-block;
}

/* �ղص��� ���ӶԺ� */
.layerScjdSucessImg2::before{
  content: '';
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(../images/common/sc_iconsusess2.png) no-repeat  center center #30A06B;
  margin-right: 5px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: -7px;
  background-size: 20px;
  text-align: center;
}
div:has(> .layerScjdSucessImg2) + div.tipsIcon {
    display: none;
}

/* 2023-06-15 liusm �¼Ӱ�ť��ɫ */
.OItemBtn3{
	background-color: #288AED!important;
}

/* 图片滚动模块begin */
.index_brandBox{
	padding: 36px 20px 20px;
	height: 310px;
	border: 1px solid #E7E7E7;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	margin: 70px 0 25px;
	border-radius: 8px;
}
.index_brandBox .topTitle{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index_brandBox .topTitle .tit{
	color: #333;
	font-size: 24px;
	font-weight: bold;
	padding-left: 50px;
	background:url('../images/index/you.png') no-repeat left top;
}
.index_brandBox .topTitle .moreBtn{
	font-size: 14px;
	color: #003E8E;
}
.index_brandBox .topTitle .icon-arrow{
	margin-left: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #003E8E;
}
/* hotSwiper begin */
.index_brandShowBox{
	height:145px;
	margin-top: 50px;
	position: relative;
}
.index_brandShowBox .hotBrand{
	width:1265px;
}
.index_brandShowBox .swiper-wrapper {
	margin: 0 auto;
}
.hot_deals_item {
	width:145px;
	height:145px;
	display: flex;
	justify-content: center;
}
.deals_item_img,
.deals_item_img img {
	width:145px;
	height:145px;
	border-radius: 50%;
	background-color: #eee;
	border: 1px solid #eee;
}
.item_content_partno {
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis
}
.operate_prev{
	width: 44px;
	height: 145px;
	position: absolute;
	background-color: #fff;
	top: 20px;
	left: 0;
}
.operate_next{
	width: 44px;
	height: 145px;
	position: absolute;
	right: 0;
	background-color: #fff;
	top: 20px;
}
.operate_prev .iconfont,.operate_next .iconfont{
	display: block;
	width: 44px;
	height: 44px;
	border-radius: 8px;
	background-color: #F0F5FE;
	color: #999;
	font-size: 20px;
	text-align: center;
	line-height: 44px;
}
.operate_page {
	position:relative;
	width:auto !important;
	top:7px;
	margin:0 20px;
}
.operate_page .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    display: inline-block;
}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: 0.4!important;
    cursor: auto;
    pointer-events: none
}
/* hotSwiper end */
/* 图片滚动模块end */

.priceLadder_Td_listdn .priceLadder_item{
	display:none;
}
.priceLadder_Td_listdn .priceLadder_item:last-child{
	display:block;
}