/*初始化元素*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
form,
td,
th {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none;
}

html {
	height: 100%;
}

body {
	position: relative;
	font-family: "Microsoft YaHei", Arial, 宋体, sans-serif;
}

em,
i {
	font-style: normal;
}

a {
	text-decoration: none;
	color: inherit;
}

a:active,
a:hover {
	outline: none;
	text-decoration: none;
}

input,
button,
textarea {
	outline: none;
	border: none;
}

textarea {
	resize: none;
}

img {
	vertical-align: top;
	border: 0px;
}

label {
	/*文字不能选中*/
	-moz-user-select: none;
	/*火狐*/
	-webkit-user-select: none;
	/*webkit浏览器*/
	-ms-user-select: none;
	/*IE10*/
	-khtml-user-select: none;
	/*早期浏览器*/
	user-select: none;
}

/*自定义常用原子类*/
.clearfix {
	*zoom: 1;
}

.clearfix:after {
	content: "200B";
	height: 0;
	font-size: 0;
	display: block;
	clear: both;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.f-l {
	float: left;
}

.f-r {
	float: right;
}

.t-l {
	text-align: left;
}

.t-c {
	text-align: center;
}

.t-r {
	text-align: right;
}

.ellipsis-1 {
	overflow: hidden;
	white-space: nowrap;
	word-wrap: normal;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.font-MY {
	font-family: "Microsoft YaHei", "sans-serif";
}

.w-100 {
	width: 100%;
	height: 100%
}

.hide-text {
	/*隐藏文字*/
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: none;
}

.t-bg {
	-ms-transition: background .5s ease;
	-moz-transition: background .5s ease;
	-o-transition: background .5s ease;
	-webkit-transition: background .5s ease;
	transition: background .5s ease;
}

.t-all {
	-ms-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.border-box {
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/*old-自定义*/
.w1224 {
	width: 1224px;
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.p:before,
.p:after {
	content: "";
	clear: both;
	display: block;
}

.nologin a,
.islogin a {
	padding: 0 10px;
}

/* 多行省略号 */
.ellipsis-more:after {
	content: '...';
	font-weight: bold;
	position: absolute;
	bottom: 0;
	right: 0;
	padding-left: 10px;
	width: 40px;
	background: #fff;
}

/* 图片动画 */
.animate-scale:hover img {
	transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.animate-opacity:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.animate-opacity img,
.animate-scale img {
	transition: all .2s ease-out;
}

/* 图片自适应 */
.auto-img {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.auto-img img {
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	height: auto !important;
}

/*共用头部区域-header*/
.tpshop-tm-hander {
	background-color: white;
	min-width: 1224px;
	position: relative;
	box-shadow: 0px 1px 0px 0px #ddd;
	-o-box-shadow: 0px 1px 0px 0px #ddd;
	-ms-box-shadow: 0px 1px 0px 0px #ddd;
	-moz-box-shadow: 0px 1px 0px 0px #ddd;
	-webkit-box-shadow: 0px 1px 0px 0px #ddd;
}

.top-hander {
	position: relative;
	z-index: 12;
	height: 30px;
	width: 100%;
	min-width: 1224px;
	line-height: 30px;
	background-color: #F9F9F9;
	font-size: 12px;
	color: #595959;
}

.sendaddress {
	/* cursor: pointer; */
	/* width: 350px; */
}

.sendaddress span {
	cursor: pointer;
	color: #595959;
	float: left;
	/* display: inline-block; */
	vertical-align: middle;
	/* width: 212px; */
}

.islogin>a:first-child,
.nologin>a:first-child {
	/* margin-left: 49px; */
	border-right: 1px solid #dedede;
}

.blue {
	padding: 0 24px 0 18px;
	color: #0979E9;
}

.tpshop-tm-hander .share-a_a1 {
	display: inline-block;
	width: 12px;
	height: 6px;
	vertical-align: middle;
	margin-left: 6px;
	background: url("../images/ico-tphsop-index.png") no-repeat -200px -27px;
}

.red,
.ls-dlzc a:hover {
	color: #e23435;
}

.gray_f5 {
	background: #F7F7F7;
}

.top-ri-header>li {
	float: left;
	padding: 0 10px;
	cursor: pointer;
	position: relative;
}

/* .top-ri-header>li:first-child:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    height: 16px;
    border-left: 1px solid #ccc;
} */

.top-ri-header>li:hover {
	color: #e23435;
}

.top-min-cart {
	position: relative;
	/* width: 130px; */
	padding: 0 10px;
	height: 30px;
	border: 1px solid transparent;
}

.top-min-cart:after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 140px;
	height: 3px;
	/* z-index: 9; */
}

.top-min-cn {
	position: relative;
	width: 120px;
	height: 31px;
	z-index: 9;
}

.top-min-cart:hover {
	border: 1px solid #ccc;
}

.top-min-cart:hover,
.top-min-cart:hover:after {
	background: #fff;
}

.top-ri-header .hover-ba-navdh:hover {
	color: #666;
	border-color: #ccc;
}

.top-ri-header .hover-ba-navdh {
	position: relative;
	border: 1px solid transparent;
	line-height: 28px;
	padding: 0;
}

.hover-ba-navdh .nav-dh {
	height: 28px;
	padding: 0 10px;
}

.top-ri-header .spacer {
	padding: 0
}

.top-ri-header .header-a_a1,
.top-ri-header .header-a_a2,
.top-ri-header .header-a_a3,
.top-ri-header .header-a_a4 {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 5px;
	vertical-align: middle;
}

.top-ri-header .header-a_a5 {
	display: inline-block;
	width: 15px;
	height: 13px;
	vertical-align: top;
	margin: 8.5px 8.5px 0 0;
}

.top-ri-header .header-a_a1 {
	background: url("../images/ico-shop5-index.png") no-repeat 0 -578px;
}

.top-ri-header .header-a_a2 {
	background: url("../images/ico-shop5-index.png") no-repeat 0 -600px;
}

.top-ri-header .header-a_a3 {
	background: url("../images/ico-shop5-index.png") no-repeat 0 -622px;
}

.top-ri-header .header-a_a4 {
	background: url("../images/ico-shop5-index.png") no-repeat 0 -644px;
}

.top-ri-header .header-a_a5 {
	background: url("../images/top-cart.png") no-repeat;
}

.top-ri-header>li:hover .header-a_a1 {
	background: url("../images/ico-shop5-index.png") no-repeat 0 0;
}

.top-ri-header>li:hover .header-a_a2 {
	background: url("../images/ico-shop5-index.png") no-repeat 0 -22px;
}

.top-ri-header>li:hover .header-a_a3 {
	background: url("../images/ico-shop5-index.png") no-repeat 0 -44px;
}

.top-ri-header>li:hover .header-a_a4 {
	background: url("../images/ico-shop5-index.png") no-repeat 0 -66px;
}

.spacer {
	width: 1px;
	height: 12px;
	padding: 0;
	margin: 10px 2px 0;
	background: #666;
	overflow: hidden;
}

.conta-hv-nav {
	display: none;
	width: 90px;
	/*原来是150px*/
	border: 1px solid #ccc;
	background-color: #fff;
	position: absolute;
	right: -1px;
	top: 29px;
	padding: 10px 0
}

.conta-hv-nav>li {
	/* float: left; */
	/*网站导航去掉预售活动*/
	height: 30px;
	width: 100%;
	/*原来50%*/
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.conta-hv-nav>li:hover {
	color: #e23435;
}

.hover-ba-navdh:hover .nav-dh {
	position: relative;
	z-index: 3;
	background: #fff;
	;
	height: 30px;
	color: #e23435;
}

.hover-ba-navdh:hover .conta-hv-nav {
	display: block;
}

.ls-dlzc {
	margin-left: 40px;
}

.ls-dlzc a {
	padding: 0 10px
}

.nav-middan-z {
	height: 100px;
	padding: 20px 0;
}

.nav-middan-z.home-index-head {
	height: 57px;
	padding-top: 23px;
}

.nav-middan-z .ecsc-logo {
	float: left;
}

.cart-ecsc-logo,
.user-ecsc-logo {
	float: left;
}

.ecsc-search {
	float: left;
	margin: 10px 0 0 82px;
	/* padding-top: 24px; */
	width: 512px;
}

.ecsc-search-form {
	height: 36px;
	position: relative;
	/* background:#fff; */
	/* border: 2px solid #5E489C; */
	/* border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -webkit-border-radius: 10px;
    behavior: url(/public/css/PIE.htc); */
}

.ecsc-search-input {
	float: left;
	width: 452px;
	height: 36px;
	line-height: 36px;
	padding-left: 11px;
	/* box-sizing: border-box; */
	font-size: 14px;
	background-color: #fff;
	border: 2px solid #E71A24;
	border-right: none;
	color: #999;
	/* border-radius: 10px 0 0 10px;
    -o-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -ms-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px; */
}

.ecsc-search-button {
	float: right;
	width: 60px;
	height: 36px;
	line-height: 36px;
	background: #E71A24;
	color: #fff;
	font-size: 14px;
	/* border: 1px solid #EB1E3B; */
	/* border-left: none; */
	/* border-radius: 10px 7px 7px 10px;
    -o-border-radius: 10px 7px 7px 10px;
    -moz-border-radius: 10px 7px 7px 10px;
    -ms-border-radius: 10px 7px 7px 10px;
    -webkit-border-radius: 10px 7px 7px 10px;
    behavior: url(/public/css/PIE.htc); */
	cursor: pointer;
	position: relative;
}

.ecsc-search-button i {
	display: inline-block;
	width: 24px;
	height: 23px;
	background: url("../images/shop47/search.png") no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.ecsc-search .keyword {
	padding-top: 4px;
	height: 36px;
	overflow: hidden;
	float: left;
	max-width: 522px;
}

.ecsc-search .keyword .key-item {
	float: left;
	line-height: 18px;
	/* margin-right: 15px; */
	font-size: 14px;
	color: #666;
	margin-left: 13px;
	position: relative;
}

.ecsc-search .keyword .key-item:before {
	content: '';
	position: absolute;
	left: -7px;
	top: 2px;
	width: 1px;
	height: 14px;
	background-color: #666;
}

.ecsc-search .keyword .key-item:first-child:before {
	display: none;
}

.ecsc-search .keyword .key-item:hover {
	color: #e23435;
}

.u-g-cart {
	position: relative;
	z-index: 11;
	margin-top: 27px;
	height: 36px;
	border: 1px solid #ccc;
	margin-right: 13px;
	background-color: #fff;
}

.u-g-cart .c-n {
	position: relative;
	z-index: 9;
	width: 150px;
	height: 32px;
	line-height: 32px;
	background-color: white;
	color: #DE0F0F;
	/* text-align: center; */
	font-size: 14px;
	cursor: pointer;
	border: none;
}

.u-g-cart .c-n span {
	color: #666;
	margin-left: 22px;
	line-height: 36px;
}

.u-g-cart:hover {
	border-color: #ccc;
}

.u-g-cart:hover .c-n {
	height: 30px;
}

.u-g-cart .c-n .share-shopcar-index {
	display: inline-block;
	width: 18px;
	height: 17px;
	vertical-align: top;
	margin: 9px 0 0 15px;
	background: url("../images/shop17-cart.png") no-repeat;
}

.u-g-cart .c-n .shop-nums {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding: 0 3px;
	min-width: 15px;
	background-color: #DE0F0F;
	color: #fff;
	font-size: 14px;
	border-radius: 12px;
	-o-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-webkit-border-radius: 12px;
	behavior: url(/public/css/PIE.htc);
	text-align: center;
	/* vertical-align: top; */
	/* margin-top: 2px; */
	position: absolute;
	top: -12px;
	right: 7px;
}

.u-g-cart .c-num {
	line-height: 40px;
	font-size: 14px;
	cursor: pointer;
	letter-spacing: 2px
}

.u-g-cart .c-num {
	width: 28px;
	height: 45px;
	padding-left: 36px;
	background-color: #e23435;
	color: #fff;
	position: relative
}

.u-g-cart .c-num .count {
	font-weight: 700;
}

.u-fn-cart {
	display: none;
	position: absolute;
	top: 29px;
	right: -1px;
	width: 288px;
	background: #fff;
	border: 1px solid #ccc;
}

.u-g-cart:hover .u-fn-cart {
	display: block;
}

.u-fn-cart .empty-c {
	width: auto;
	height: 80px;
	line-height: 80px;
	text-align: center
}

.u-fn-cart .empty-c span {
	display: inline-block;
	color: #999;
	font-size: 12px;
	padding-left: 67px;
	position: relative
}

.u-fn-cart .empty-c span .c-i {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url("../images/ico-tphsop-index.png") no-repeat -315px 0;
	position: absolute;
	top: 12px;
	left: 10px
}

.u-fn-cart .mn-c-box {
	width: 288px;
	position: relative;
	background-color: #e9e9e9;
}

.u-fn-cart .c-store {
	background-color: #fff;
	display: block;
	font-size: 12px;
	margin-bottom: 10px;
}

.u-fn-cart .c-store-tt {
	height: 29px;
	line-height: 29px;
	padding: 0 15px;
	border-bottom: 1px solid #e9e9e9;
	color: #666;
}

.u-fn-cart .c-sale-b {
	margin: 5px 15px 0;
	height: 24px;
	line-height: 24px;
	background: #e9e9e9;
	color: #c20053;
	overflow: hidden;
}

.u-fn-cart .i {
	padding: 0 3px;
	margin: 0 5px;
	background: #f58813;
	color: #fff;
}

.u-fn-cart .c-item {
	padding: 5px 15px;
	position: relative;
	border-bottom: 1px dashed #ccc;
}

.u-fn-cart .del {
	position: absolute;
	cursor: pointer;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	background-color: #e9e9e9;
	top: 5px;
	right: 15px;
	display: none;
}

.u-fn-cart .c-store:hover .del {
	display: block;
}

/*侧边栏-购物车-s*/
.u-fn-cart .tp-scart-gname {
	display: block;
	line-height: 16px;
	max-height: 32px;
	overflow: hidden;
	width: 156px;
}

.hasshopcar.u-mn-cart .mn-c-box {
	width: 262px;
	margin-bottom: 10px;
}

.hasshopcar.u-mn-cart .del {
	right: 5px;
}

/*侧边栏-购物车-e*/
.u-fn-cart .goods-pic {
	width: 50px;
	height: 50px;
	margin-right: 5px;
	overflow: hidden;
}

.u-fn-cart .goods-pic>img {
	width: 100%;
}

.u-fn-cart .c-item .goods-name {
	display: block;
	width: 180px;
	height: 15px;
	line-height: 15px;
	overflow: hidden;
	color: #666;
	margin-bottom: 6px;
}

.u-fn-cart .c-item .num {
	color: #333;
}

.u-fn-cart .mn-c-total {
	padding: 10px 14px 18px;
	background: #e9e9e9;
	font-weight: 700;
}

.u-fn-cart .mn-c-total .c-t {
	height: 34px;
	line-height: 34px;
	font-size: 14px;
}

.u-fn-cart .mn-c-total .c-btn {
	display: block;
	width: 260px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #e23435;
}

.u-fn-cart .mn-c-total .c-btn:hover {
	background: #d03031;
}

/** 搜索框提示样式 s **/
.candidate {
	display: none;
	background: white;
	border: 1px solid #ccc;
	box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.2);
	position: absolute;
	z-index: 1000;
	top: 36px
}

.candidate ul li {
	clear: both;
	overflow: hidden;
	padding: 1px 6px;
	line-height: 24px;
	cursor: pointer
}

.candidate ul li:hover {
	background: #f5f5f5 !important
}

.candidate .search-item {
	width: 190px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	float: left;
	color: #666666
}

.candidate .search-count {
	float: right;
	width: 194px;
	text-align: right;
	color: #aaa
}

.candidate .close {
	border-top: 1px solid #efefef
}

/** 搜索框提示样式 e *

/*通网对比样式*/
.add-contrast {
	cursor: pointer;
	position: absolute;
	top: 10px;
	left: 20px;
	width: 40px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	text-align: center;
	/* background: #ddd; */
	background-color: #fff;
	border: #E71A24 1px solid;
	color: #E71A24;
	cursor: pointer;
	z-index: 2;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	filter: alpha(opacity=50);
	/* IE */
	-moz-opacity: 0.5;
	/* 老版Mozilla */
	-khtml-opacity: 0.5;
	/* 老版Safari */
	opacity: 0.5;
	/* 支持opacity的浏览器*/
}

.add-contrast:hover {
	filter: alpha(opacity=100);
	/* IE */
	-moz-opacity: 1;
	/* 老版Mozilla */
	-khtml-opacity: 1;
	/* 老版Safari */
	opacity: 1;
	/* 支持opacity的浏览器*/
}

.add-contrast-active {
	background-color: #F66745;
}

/* 隐藏复选框打勾 */
/* .add-contrast input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
} */

/* .add-contrast label {
    cursor: pointer;
} */

/* .floor-goods-item:nth-child(-n+4) .add-contrast {
    left: auto;
    right: 17px;
    bottom: 21px;
} */

.add-contrast-icon {
	display: inline-block;
	background: url(../images/shop25-contrast.png) no-repeat;
	width: 10px;
	height: 11px;
	margin-right: 6px;
}

.Contrast {
	position: fixed;
	bottom: 0;
	left: 50%;
	width: 970px;
	height: 140px;
	margin-left: -485px;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 0 15px rgba(221, 221, 221, .8);
	-moz-box-shadow: 0 0 15px rgba(221, 221, 221, .8);
	box-shadow: 0 0 15px rgba(221, 221, 221, .8);
	/* position: relative; */
	z-index: 50;
	behavior: url(/public/css/PIE.htc);
	display: none;
}

.Contrast .Contrast-title {
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	border-bottom: 1px solid #ddd;
}

.Contrast .Contrast-title span {
	padding: 0 10px;
}

.Contrast .Contrast-title .Contrast-hide {
	float: right;
	cursor: pointer;
}

.Contrast .Contrast-con {
	width: 100%;
	height: 105px;
	float: left;
}

.Contrast .Contrast-con .Contrast-item {
	float: left;
	width: 204px;
	height: 84px;
	margin-top: 10.5px;
	border-right: 1px dashed #ddd;
}

.Contrast .Contrast-con .Contrast-item .Contrast-remove {
	color: blue;
	cursor: pointer;
}

.Contrast .Contrast-con .Contrast-pic {
	width: 50px;
	height: 50px;
	float: left;
}

.Contrast .Contrast-txt {
	float: right;
}

.Contrast .Contrast-con .Contrast-name {
	width: 154px;
	height: 36px;
	line-height: 18px;
	font-size: 14px;
	overflow: hidden;
	padding-right: 10px;
}

.Contrast .Contrast-con .Contrast-price {
	width: 154px;
	color: #D81919;
	padding-right: 10px;
}

.Contrast-btn {
	position: absolute;
	right: 0;
	top: 36px;
}

.Contrast-btn input {
	display: block;
	margin: 10px 45px;
	width: 60px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #fff;
	border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #ccc;
	border: 1px solid #ddd;
	cursor: default;
	font-weight: 700;
	behavior: url(/public/css/PIE.htc);
}

.Contrast-btn .Contrast-btn-active {
	background-color: #E74649;
	border: none;
	cursor: pointer;
	color: #fff;
}

/* 商品搜索title */
.ecsc-search-title {
	float: left;
	width: 80px;
	height: 40px;
	line-height: 40px;
	background-color: #FF7E0C;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

.ziying {
	width: 32px;
	height: 16px;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	position: relative;
	text-align: center;
	background: #e23a3a;
	margin-right: 8px;
}

.dialog {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
	min-width: 250px;
	background-color: #fff;
	border-radius: 5px;
	display: none;
}

.dialog_title {
	padding: 15px;
	background-color: #eee;
}

.dialog_centent {
	padding: 15px;
	text-align: center;
}

.close {
	width: 20px;
	height: 20px;
	background: url('../img/icon.png') no-repeat;
	background-position: 6px -33px;
	position: absolute;
	top: 10px;
	right: 20px;
	cursor: pointer;
}

.dialog_btn {
	
	height: 28px;
	line-height: 28px;
	margin: 0 6px;
	padding: 0 15px;
	border: 1px solid #dedede;
	background-color: #f1f1f1;
	color: #333;
	border-radius: 2px;
	font-weight: 400;
	cursor: pointer;
	text-decoration: none;
	border-color: #4898d5;
	background-color: #2e8ded;
	color: #fff;
	
}
.logout{
	cursor: pointer;
}