/* @font-face {
	font-family: 'SourceHanSansCN';
	src: url(../fonts/SourceHanSansCN-Regular-Alphabetic.ttf) format('truetype');
	line-height: 24px;
} */
*{
	padding: 0;
	margin: 0;
	word-break: break-all;
	font-family: initial!important;
}
.header{
    background-color: rgb(239,241,242);
    position: relative;
}
.header-wrap{
    width: 1440px;
    margin: 0 auto;
    height: 44px;
    line-height: 44px;
}
.header-lt{
    float: left;
    position: relative;
    cursor: pointer;
}
.header-rt{
    float: right;
    position: relative;
}
.header-rt::before,.header-rt::after{
	content: "";
	display: table;
}
.header-rt::after{
	clear: both;
}
.header-lt-address{
    font-size: 12px;
    color: #e60020;
    overflow: hidden;
    float: left;
    padding: 0 4px;
}
.header-lt-address.on{
	background-color: #fff;
}
.header-lt-address>span{
    float: left;
    margin-left: 5px;
    font-size: 14px;
}
.header-lt-address>img{
    vertical-align: middle;
    float: left;
    width: 14px;
    height: 14px;
    position: relative;
    top: 15px;
}
.header-lt-choose{
    font-size: 12px;
    color: #717171;
    float: left;
    margin-left: 0;
    cursor: pointer;
}
.header-lt-choose img{
	position: relative;
    top: 0px;
}
.header-lt-choose:hover{
	color: #e60020;
}
.header-rt{}
.header-rt>div{
    float: left;
    font-size: 15px;
    color: #999;
    position: relative;
    cursor: pointer;
    padding: 0 10px;
    /* padding-right: 20px; */
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}
.header-rt>div>a{
	text-decoration: none;
	color: #999;
	font-size: 15px;
}
.header-rt>div.header-rt-account{
}
.header-rt>div.header-rt-mymall{
}
.header-rt>div.header-rt-mymall>div.line{
	position: absolute;
	top: 44px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	z-index: 2;
	display: none;
}
.header-rt>div.header-rt-mymall:hover{
	background-color: #fff;
	color: #004889;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.header-rt>div.header-rt-myorder{}
.header-rt>div.header-rt-help{}
.header-rt>div.header-rt-logout{}
.header-rt>div.header-rt-logout>a:hover,.header-rt>div.header-rt-myorder>a:hover{
	color: #004889;
}
.header-rt>div.explain{
    padding-right: 17px;
    margin-right: 5px;
}
.header-rt>div.explain::after{
	content: " ";
	display: inline-block;
	height: 7px;
	width: 7px;
	border-width: 1px 1px 0 0;
	border-color: #999;
	border-style: solid;
	-webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	position: relative;
	top: -2px;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 7px;
}
.address{
    position: absolute;
    top: 30px;
    left: 0;
    width: 370px;
    min-height: 160px;
    background-color: #fff;
    box-shadow: 0px 5px 10px 0px rgba(86,88,93,0.35);
    padding-top: 2px;
    box-sizing: border-box;
    padding-bottom: 15px;
    z-index: 999;
    display: none;
}
.address-top{position: relative;}
.address-nav{
    padding: 0 15px;
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.address-nav::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #ededed;
	z-index: 8;
}
.address-nav>div.item{
    font-size: 12px;
    float: left;
    min-width: 58px;
    text-align: center;
    border: 1px solid #ededed;
    border-bottom: none;
    color: #333;
    height: 30px;
    line-height: 30px;
    position: relative;
    cursor: pointer;
}
.address-nav>div.item.on{
}
.address-nav>div.item:first-child{margin-right: 5px;}
.address-nav>div.item.on::after{
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	z-index: 9;
}
.address-close{
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 16px;
    width: 30px;
    text-align: center;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    z-index: 9;
}
.address-cont{}
.address-cont-wrap{
    overflow: hidden;
    display: none;
}
.address-cont-wrap:first-child{
	display: block;
}
.address-cont-wrap>div.item{
    float: left;
    width: 90px;
    text-align: center;
    font-size: 12px;
    color: #333;
    margin-top: 16px;
    line-height: 20px;
    height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.address-cont-wrap>div.item>span{
    padding: 0 3px;
    display: inline-block;
    height: 20px;
    cursor: pointer;
    font-size: 12px;
}
.address-cont-wrap>div.item.on>span{
    background-color: #e60020;
    color: white;
    border-radius: 3px;
}
.address-cont-wrap>div.item>span:hover{
    background-color: #e60020;
    color: white;
    border-radius: 3px;
}
.mymall-wrap{
	background-color: #fff;
	width: 142px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	position: absolute;
	top: 44px;
	left: -1px;
	z-index: 999;
	display: none;
}
.mymall-wrap .item{
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}
.mymall-wrap .item a{
	display: inline-block;
	width: 50%;
	text-align: center;
	margin-top: 9px;
	float: left;
	text-decoration: none;
	color: #666;
	line-height: 15px;
	font-size: 12px;
}
.mymall-wrap .item a:hover{
	color: #004889;
}



.TobPC-index-cont .cont-hd {
	width: 1440px;
	margin: 0 auto!important;
}

.TobPC-index-cont .cont-hd-left {
	float: left;
}

.TobPC-index-cont .cont-hd-search {
	float: left;
	position: relative;
	margin-left: 27px;
	margin-top: 9px;
}

.TobPC-index-cont .cont-hd-search .search-select{
	position: absolute;
    font-size: 14px;
    width: 100px;
    text-align: center;
    left: 55px;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 33px;
    line-height: 34px;
    color: #004787;
    border-radius: 20px;
    background-color: rgba(0, 71, 135, 0.1);
    cursor: pointer;
    z-index: 9;
}

.search-select .searchCondition{
	word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 68px;
    max-width: 68px;
    text-align: center;
    float: left;
    margin-left: 10px;
}

.search-select .searchSelectIcon{
    float: none !important;
    width: 10px !important;
    height: 10px !important;
}

.search-selectList{
	display: none;
	position: absolute;
    top: 37px;
    background: #fff;
    width: 100px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0, 71, 135, 0.4);
    z-index: 9999;
	max-height: 370px;
	overflow-y: scroll;
}

.search-selectList .selectList-item{
	font-size: 13px;
    padding: 10px 12px;
    cursor: pointer;
    max-width: 100px;
}
.search-selectList .selectList-item:hover{
	background-color: rgba(0, 71, 135, 0.1);
}

.TobPC-index-cont .cont-hd-left img {
	width: 181px;
	float: left;
}

.TobPC-index-cont .cont-hd-search-input {
	width: 921px;
	height: 48px;
	font-size: 16px;
	color: #333;
	outline-color: transparent;
	background-color: inherit;
	box-sizing: border-box;
	padding: 0 50px 0 15px;
	border: 1px solid #E50012;
	border-radius: 4px;
	line-height: 48px;
	overflow: hidden;
	position: relative;
}
.TobPC-index-cont div.cont-hd-search-input{
	line-height: 48px;
	color: #000!important;
	padding-left: 110px;
}
.TobPC-index-cont .cont-hd-search-input:focus-visible{
	outline: none;
}
.TobPC-index-cont div.cont-hd-search-input>div{
	position: absolute;
	top:0;
	left:15px;
}
.TobPC-index-cont .cont-hd-search-input:empty:before{
	content: attr(data-placeholder);
	color:#bbb;
}
.TobPC-index-cont .cont-hd-search-input:focus:before{
	content:none;
}
.TobPC-index-cont .cont-hd-search-btn {
	width: 115px;
	height: 45px;
	background: #e60020;
	text-align: center;
	border-radius: 0 4px 4px 0;
	line-height: 45px;
	color: white;
	float: left;
	font-size: 16px;
	letter-spacing: 1px;
	cursor: pointer;
}

.TobPC-index-cont .cont-hd-right {
	float: left;
	height: 48px;
	line-height: 48px;
	width: 147px;
	border: 1px solid #E50012;
	color: #E50012;
	margin-top: 9px;
	cursor: pointer;
	position: relative;
	margin-left: 16px;
	text-indent: initial;
	box-sizing: border-box;
	border-radius: 4px;
	text-align: center;
	font-size: 20px;
	overflow: hidden;
}
.TobPC-index-cont .cont-hd-right:hover{
	color: #e60020;
}
.ci-count {
	position: absolute;
	top: 7px;
	left: 38px;
    right: initial;
	display: inline-block;
	padding: 1px;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	background-color: #f10215;
	-moz-border-radius: 7px;
	border-radius: 7px;
	min-width: 12px;
	text-align: center;
	font-style: normal;
	text-indent: 0;
}
.TobPC-index-cont .cont-hd-right span{
	margin-left: -15px;
}
.header .TobPC-index-cont{
	padding: 32px 0;
	background-color: #fff;
}
.TobPC-index-cont .cont-hd-search>img{
	width: 24px;
    height: 24px;
    position: absolute;
    float: inherit;
    top: 50%;
    margin-top: -12px;
    right: 10px;
    cursor: pointer;
}
.TobPC-index-cont .cont-hd-right img {
	position: relative;
	top: 11px;
	width: 27px;
	height: auto;
	margin-left: 23px;
	float: left;
}
.search-history{
    position: absolute;
    top: 50px;
    left: 0;
    width: 921px;
    min-height: 176px;
    background-color: #fff;
    box-shadow: 0px 5px 10px 0px rgba(86,88,93,0.35);
    z-index: 99;
    padding-bottom: 20px;
    border-radius: 4px;
}
.history-header{
    overflow: hidden;
    padding: 20px 29px 0;
}
.histitle{
    padding: initial;
    color: #aaa;
    font-size: 12px;
    float: left;
    overflow: hidden;
}
.histitle img{
    width: 18px!important;
}
.histitle span{
    font-size: 14px;
    color: #999999;
    margin-left: 10px;
    float: left;
    line-height: 18px;
}
.history-clear img{
    width: 18px!important;
}
.history-clear span{
    font-size: 14px;
    color: #3662EC;
    margin-left: 2px;
    float: left;
    line-height: 18px;
}
.hot-history{
    padding: 16px 29px 0;
}
.hot-history .hh-header{
    overflow: hidden;
}
.hot-history .hh-header img{
    width: 18px;
}
.hot-history .hh-header span{
    font-size: 14px;
    color: #999999;
    margin-left: 10px;
    float: left;
    line-height: 18px;
}
.hot-history .hh-cont{
    overflow: hidden;
    padding: 6px 29px 0;
}
.hot-history .hh-cont .item{
    font-size: 16px;
    color: #161819;
    margin-right: 20px;
    margin-bottom: 10px;
    float: left;
	cursor: pointer;
}
.hot-history .hh-cont .item:hover{
	color: #E50011;
}
.history-cont{
	overflow: hidden;
	padding: 0 58px;
	min-height: initial;
	margin-top: 6px;
}
.history-cont .hisitem{
    padding: initial;
    font-size: 16px;
    color: #161819;
    background-color: initial;
    height: initial;
    line-height: 23px;
    margin-right: 20px;
    display: inline-block;
    float: left;
    cursor: pointer;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    max-width: 100%;
}
.history-cont .hisitem:hover{
	color: #004889;
	background-color: initial;
}
.history-clear{
	cursor: pointer;
	padding: initial;
	color: #555;
	font-size: 12px;
	text-align: center;
	width: initial;
	float: right;
	overflow: hidden;
}
.history-clear:hover{
	color: #004889;
}
.focus-us{
	position: relative;
	border: 1px solid #EDEDED;
	width: 120px;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	padding: 0 14px;
	float: left;
	margin-top: 5px;
	margin-left: 13px;
	cursor: pointer;
}
.focus-us>i{
	width: 16px;
	height: 16px;
	background-image: url(../img/account/code.png);
	display: inline-block;
	position: relative;
	top: 2px;
}
.focus-us:hover>i{
	background-image: url(../img/account/code_h.png);
}
.focus-us>span{
	font-size: 14px;
	color: #666;
}
.focus-us::after{
	content: " ";
    display: inline-block;
    height: 4px;
    width: 4px;
    border-width: 0 1px 1px 0;
    border-color: #717171;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: relative;
    top: -2px;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 9px;
}
.focus-hover{
	width: 120px;
	padding: 10px 0;
	text-align: center;
	position: absolute;
	bottom: -138px;
	border: 1px solid #EDEDED;
	border-top: none;
	background-color: white;
	left: -1px;
	box-sizing: border-box;
	z-index: 99;
	display: none;
}
.focus-us:hover .focus-hover{
	display: block;
}
.focus-hover>img{
	display: inline-block;
	width: 92px;
	height: 92px;
	text-align: center;
}
.focus-hover>p{
	font-size: 14px;
	color: #666;
	line-height: 1;
	margin: 0;
	margin-top: 10px;
}

.header-pcnav{
  background-color: #fff;
	box-shadow: 0px 2px 4px 0px rgb(0 21 41 / 12%);
	width: 100%;
	/* overflow-x: hidden; */
}
.header-pcnav-wrap{
	width: 1440px;
	margin: 0 auto;
	position: relative;
	/* overflow-x: hidden; */
}
.header-pcnav-wrap-hd{
    text-align: center;
	cursor: pointer;
	background-color: rgba(255,255,255,.7);
    border-radius: 4px 4px 0 0;
    color: #E50011;
    box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 15%);
    font-size: 22px;
    height: 48px;
    line-height: 48px;
    width: 212px;
}

.header-pcnav-classify {
	position: absolute;
	top: 40px;
	left: 0;
	width: 212px;
	height: 468px;
	box-sizing: border-box;
	padding: 10px 0;
	z-index: 99;
	background: rgba(255, 255, 255, 1);
	box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.15);
	display: none;
}

.header-pcnav-classify ul {
	width: 185px;
	height: 448px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-left: 0;
	/* margin: 10px 0; */
}

.header-pcnav-classify li {
	display: block;
	width: 206px;
	margin: 0 3px;
	border-radius: 4px;
}


.header-pcnav-classify li .classify-title {
	position: relative;
	padding: 0 10px;
	color: #000;
	font-size: 14px;
	cursor: pointer;
	text-indent: 0px;
	height: 32px;
	line-height: 32px;
	font-weight: inherit;
	margin-top: 0;
	text-align: center;
}
.classify-title a{
	color: #333;
}
.classify-expand-two .two-title a{
	color: #333;
}
.header-pcnav-classify li .classify-title::after{
	display: none;
}
.classify-child {
	width: 50%;
	display: inline-block;
	float: left;
	font-size: 12px;
	padding-bottom: 7px;
	color: #666666;
	text-indent: 10px;
}

.classify-expand {
	position: absolute;
	background: rgba(255, 255, 255);
	width: 904px;
	left: 180px;
	top: 5px;
	display: block;
	z-index: 999;
	display: none;
	height: inherit;
	min-height: 458px;
	overflow-y: auto;
	padding: 10px 0 30px;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	border-radius: 6px;
}
.info-details .companyName{
	display: block;
}
.classify-expand-change {
	font-size: 14px;
	float: left;
	margin-left: 10px;
	padding-right: 10px;
	text-align: center;
	border-right: 1px solid #ccc;
	color: #666666;
	margin-top: 14px;
	width: auto;
	height: auto;
	padding-top: 0;
}


.classify-expand-change:nth-child(3n+0):after {
	background-color: transparent;
}
.header-pcnav-classify ul::-webkit-scrollbar {
	width: 5px;
	height: 16px;
	background-color: rgba(0, 0, 0, 0);
}

.header-pcnav-classify ul::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0);
}

.header-pcnav-classify ul::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0,0 );
	background-color: rgba(0, 0, 0, 0);
}

.classify-expand-two {
	overflow: hidden;
	margin-top: 20px;
}

.classify-expand-two .two-title {
	font-size: 14px;
	color: #000000;
	float: left;
	width: 110px;
	padding-left: 30px;
	font-weight: bold;
}

.classify-expand-three {
	float: left;
	width: calc(100% - 150px);
	margin-top: -14px;
}

.classify-expand-change:hover {
	color: #e50020;
}

.header-pcnav-nav{
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 1228px;
	margin: 0 auto;
	left: 212px;
	right: 0;
	line-height: 41px;
}
.header-pcnav-nav>a{
	font-size: 20px;
	color: #333333;
	border-bottom: 3px solid transparent;
	float: left;
	margin-left: 34px;
	text-decoration: none;
	position: relative;
}
.header-pcnav-nav>a.on{
	color: #E60012;
	border-bottom: 3px solid #E60012;
}
.header-pcnav-nav>a:hover{
	color: #E60012;
	border-bottom: 3px solid #E60012;
}
.cont-bd-wrapAll{
	display: none!important;
}
.TobPC-index-cont .searchBtn{
	float: left;
	margin-left: 11px;
	box-sizing: border-box;
	border: 1px solid #E50012;
	border-radius: 4px;
	width: 112px;
	height: 48px;
	margin-top: 9px;
	text-align: center;
	line-height: 46px;
	overflow: hidden;
	cursor: pointer;
}
.TobPC-index-cont .searchBtn img{
    float: left;
    width: 24px;
    height: 24px;
    margin-top: 11px;
    margin-left: 18px;
}
.TobPC-index-cont .searchBtn span{
    font-size: 19px;
    float: left;
    margin-left: 10px;
    display: block;
    color: #E50011;
}
/* 美化滚动条 */
/*定义滚动条高宽及背景
 高宽分别对应横竖滚动条的尺寸*/
 .search-selectList::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background-color: rgba(0,0,0,.2);
}
/*定义滚动条轨道
内阴影+圆角*/
.search-selectList::-webkit-scrollbar-track
{
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
	border-radius:10px;
	background-color:#F5F5F5;
}
/*定义滑块
 内阴影+圆角*/
 .search-selectList::-webkit-scrollbar-thumb
{
	border-radius:10px;
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
	background-color: #b3b3b3;
}


