body{
	line-height: 1;
	color: #333333;
	font-size: 14px;
}
input[type=text],
input[type=checkbox],
input[type=radio],
input:focus{
	margin: 0;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none !important;
	/*border: 0;*/
	background: none;
	outline-offset:0 !important;
	padding: 0;
}
i{
	font-style: normal;
}
.margin20{
	margin-top: 20px;
}

.mask{
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 200;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.4;
}

/* 右侧浮动框 */
.detnew_slider{
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
	margin-left: 620px;
}
.detnew_slider .slid_btn{
	display: block;
	width: 64px;
	height: 64px;
	background: #FFFFFF;
	border-radius: 6px;
	cursor: pointer;
	box-sizing: border-box;
	padding-top: 6px;
}
.detnew_slider .cust img{
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
}
.detnew_slider .slid_btn span{
	display: block;
	text-align: center;
	color: #777777;
	margin-top: 2px;
}
.detnew_slider .stick{
	margin-top: 10px;
}
.detnew_slider .stick img{
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
}

/* 面包屑 */
.jdtnew_bread{
	align-items: center;
	padding-top: 6px;
	padding-bottom: 30px;
	font-size: 14px;
	color: #999999;
    display: block;
    max-width: 1200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.jdtnew_bread .bread_a{
	font-size: 14px;
	color: #999999;
}
.jdtnew_bread .bread_icon{
	font-size: 14px;
	color: #999999;
	padding: 0 5px;
}
.jdtnew_bread .bread_this{
	font-size: 14px;
	color: #657180;
}