/* 初始化 */
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: PingFang SC;
}
a{
	text-decoration: none;
}
.bgWhite{
	background-color: #fff;
}
.pb1{
	padding-bottom: 1px;
}
.mb20{
	margin-bottom: 20px;
}
.jusityfy-between{
	display: flex;
	justify-content: space-between;
}
.jusityfy-center{
	display: flex;
	justify-content: center;
}
.align-center{
	display: flex;
	align-items: center;
}
.consult .type div:hover{
	background-color: #3B7FEE;
	color: #fff;
}
.overhide{
	overflow: hidden;
}
.tc{
	text-align: center;
}
.tlj{
	text-align-last:justify;
}
.posAbs{
	position: absolute;
}
/* 底部商桥iframe start */
#nb_icon_wrap {
	display: none;
}

.iframe_shangqiao {
	display: none;
	position: fixed;
	right: 50%;
	bottom: 50%;
	z-index: 10000;
	transform: translate(50%, 50%);
}

ins {
	text-decoration: none;
}

.nb-frame-box-title {
	display: block;
	height: 46px;
	line-height: 46px;
	border-radius: 8px 8px 0 0;
}

.nb-webim-light-status-bar-title {
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	padding-left: 12px;
	float: left;
	_display: inline;
	color: #fff;
}

.nb-webim-light-status-bar-toggle {
	width: 40px;
	height: 46px;
	float: right;
	_display: inline;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
}

.nb-webim-light-toggle-icon {
	margin-top: 24px;
	margin-left: 12px;
	width: 14px;
	border-top: solid 2px #fff;
}

.nb-webim-light-toggle-icon1 {
	display: none;
	font-size: 0;
	margin-top: 18px;
	margin-left: 12px;
	width: 14px;
	height: 11px;
	border: solid 2px #fff;
}