body,
div,
h1,
h2,
h3,
h4,
p,
dl,
dd,
ul,
ol,
form,
input,
textarea,
th,
td,
select {
	margin: 0;
	padding: 0;
	/* -border: 0;
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; */
}

em {
	font-style: normal;
}

li {
	list-style: none;
}

img {
	border: none;
	vertical-align: middle;
}

table {
	width: 100%;
	border-collapse: collapse;
}

input,
textarea {
	outline: none;
}

textarea {
	resize: none;
	overflow: auto;
}

body {
	font-size: 14px;
	font-family: arial;
}

* {
	word-wrap: break-word;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #0066CC;
}

a:link,
a:visited,
a:active {
	color: #333
}
input{
	vertical-align: middle;
	/* -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; */
}

/* ---圆角兼容ie678--- */
.radius {
	behavior: url(/_ui/PIE/PIE.htc);
}

.hybris_container {
	width: 1200px;
	margin: 0 auto;
}
.fl,
.f_left {
	float: left;
}

.fr,
.f_right  {
	float: right;
}

.clearfix:before,
.clearfix:after {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

.colorRed {
	color: red !important;
}

.colorMain {
	color: #0066CC;
}


/*-----商品列表、购物车、确认订单商品行图标----*/
.product_icon_warp {
	
}
.product_icon_warp.icon_warp {
	position: absolute;
	top: 10px;
	line-height: 100%;
}
.product_icon_warp .product_icon {
	display: inline-block;
	vertical-align: middle;
	margin: 0 2.5px;
	/* width: 32px; */
	height: 14px;
}
.product_icon_warp .discount {
	display: inline-block;
	position: relative;
}
.product_icon_warp .discount .discount_text b {
	color: #f30000
}
.productTableItem .product_icon_warp .discount .discount_text,
.fast_content_detail .product_icon_warp .discount .discount_text {
	display: none;
	width: 285px;
	height: 33px;
	line-height: 33px;
	padding-left: 20px;
	float: left;
	font-size: 12px !important;
	color: #333;
	background: url(/_ui/desktop/common/cmyy/image/outLet/outLetnotesBgsm.png) no-repeat;
	position: absolute;
	top: -6px;
	left: 33px;
	z-index: 1;
	background-size: 280px;
}
.productTableItem .discount:hover .discount_text,
.fast_content_detail .discount:hover .discount_text {
	display: block
}
.productItem .product_icon_warp .discount .discount_text,
.itemCon .product_icon_warp .discount .discount_text {
	display: none;
	width: 280px;
	height: 18px;
	line-height: 23px;
	padding: 10px;
	text-align: left;
	color: #666;
	font-size: 12px;
	background: url(/_ui/desktop/common/cmyy/image/outLet/outLetnotesBgbig.png) no-repeat;
	background-size: 270px 38px;
	position: absolute;
	top: 20px;
	left: -13px;
	z-index: 1;
}
.productItem .discount:hover .discount_text,
.itemCon .discount:hover .discount_text {
	display: block
}

.trace-code-tooltip {
	position: relative;
	cursor: pointer;
	display: inline-block;
  }
  
  .trace-tooltip-text {
	visibility: hidden;
	background-color: #333;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	padding: 4px 8px;
	position: absolute;
	z-index: 10;
	bottom: 125%; /* 可根据实际调整 */
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	font-size: 12px;
	opacity: 0;
	transition: opacity 0.1s;
  }
  
  .trace-code-tooltip:hover .trace-tooltip-text {
	visibility: visible;
	opacity: 1;
  }
  .product_icon_zhuisuo {
	/* width: auto !important;
	height: 14px; */
  }