.procs {
	margin-top: 0.57142857rem;
	background: #fff;
	padding: 0.57142857rem 1.14285714rem;
}
.procs-item {
	display: -webkit-box;
	display: flex;
	font-size: 13px;
	position: relative;
}
.procs-item.hidden:active {
	background-color: #F7F9FA;
}
.procs-item.hidden .procs-rc {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.procs-tit {
	width: 3rem;
	min-width: 3rem;
	font-weight: bold;
	color: #232323;
	padding: 0.85714286rem 0;
}
.procs-rc {
	-webkit-box-flex: 1;
	flex: 1;
	padding: 0.85714286rem 0;
	-webkit-box-pack: center;
	justify-content: center;
}
.procs-item + .procs-item:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 2.85714286rem;
	right: 0;
	height: 0;
	border-bottom: 1px solid #E9ECF0;
}
.pro-sales {
	width: 18em;
	text-align: right;
}
.footbar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	height: 55px;
	overflow: hidden;
	background: #F7F9FA;
}
.footbar:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.footbar-zb, .footbar-yb {
	display: -webkit-box;
	display: flex;
}
.footbar-zb {
	float: left;
	width: 40%;
}
.footbar-zb .footbar-lim + .footbar-lim {
	position: relative;
}
.footbar-zb .footbar-lim + .footbar-lim:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	border-left: 1px solid #E9ECF0;
}
.footbar-yb {
	float: left;
	width: 60%;
}
.footbar-lim {
	display: block;
	-webkit-box-flex: 1;
	flex: 1;
	text-align: center;
	height: 3.5rem;
	box-sizing: border-box;
	padding-top: 0.4rem;
}
.footbar-lim.footbar-ib {
	padding: 0;
	line-height: 3.5rem;
	background-color: #3D4D42;
	color: #fff;
}
.footbar-lim.footbar-ib.footbar-ljgm {
	background-color: #fe4571;
}
.footbar-lim.footbar-ib.footbar-lim-gray {
	background-color: #71797F;
}
.footbar-lim.active {
	color: #FF734C;
}
.footbar-lim > .navigation {
	height: 3.5rem;
	box-sizing: border-box;
}
.footbar-lim .iconfont {
	min-width: 100%;
	font-size: 20px;
	position: relative;
}
.footbar-lim .iconfont[data-dot=true]::after {
	content: " ";
	width: 0.42857143rem;
	height: 0.42857143rem;
	padding: 0;
	min-width: auto;
}
.footbar-lim .iconfont::after {
	content: attr(data-num);
	position: absolute;
	top: 0;
	left: 90%;
	min-width: 0.71428571rem;
	line-height: 1;
	padding: 0 0.14285714rem;
	font-size: 0.71428571rem;
	color: #fff;
	background: #fe4571;
	border-radius: 1rem;
}
.footbar-lim .iconfont::after:empty {
 display: none;
}
.footbar-lim p {
	font-size: 14px;
}
.mdomw {
	margin-bottom: 55px;
}
.scrollbox {
	position: fixed;
	bottom: 7.14285714rem;
	right: 0.57142857rem;
	z-index: 10;
	display: none;
}
.scrollbox-item {
	display: block;
	width: 39px;
	height: 39px;
	line-height: 40px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	-webkit-box-shadow: 0 0.28571429rem 0.42857143rem 0 #dee2e5;
	box-shadow: 0 0.28571429rem 0.42857143rem 0 #dee2e5;
	cursor: pointer;
}
.scrollbox-item:active {
	background: #F7F9FA;
}
.scrollbox-item > .iconfont {
	font-size: 22px;
}
.scrollbox-item + .scrollbox-item {
	margin-top: 2.28571429rem;
}
