
/*************内容区域**************/
.jqMask{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	background: rgba(0,0,0,.7);
	display: none;
}
.jqMask .tableBox{
	position: absolute;
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: middle;
	text-align: center;
}
.jqMask .tablecell{
	display: table-cell;
	vertical-align: middle;
}
.jqMask .inner{
	width: 600px;
	margin: 0 auto;
	padding: 20px 70px 40px;
	background: #fff;
	border-radius: 8px;
	position: relative;
} 
.jqMask .inner .tit{
	font-size: 20px;
	font-weight: normal;
	line-height: 70px;
	margin-bottom: 15px;
}
.jqMask .inner .txt{
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	text-align: left;
	margin-bottom: 15px;
}
.jqMask .inner li{
	margin-bottom: 20px;
}
.jqMask .inner li input{
	display: block;
	width: 100%;
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 4px;
	height: 50px;
	padding: 0 10px;
	font-size: 16px;
	color: #a9a9a9;
}

.jqMask .inner li.yzmBox input{
	float: left;
	width: 320px;
}
.jqMask .inner li.yzmBox button{
	color: #fff;
	border-radius: 4px;
	height: 50px;
	border: 0;
	width: 125px;
	float: right;
	font-size: 18px;
	background: url('../images/1102pc_xbnh_b5.png') repeat-x center;
	outline: 0;
}
.jqMask .inner .loginBtn{
	display: block;
	border-radius: 4px;
	height: 50px;
	line-height: 50px;
	width: 100%;
	font-size: 20px;
	background: url('../images/1102pc_xbnh_b5.png') repeat-x center;
	color: #fff;
	margin: 35px 0 10px;
}
.jqMask .inner .close{
	position: absolute;
	width: 30px;
	height: 30px;
	background: url('../images/1102pc_xbnh_b4.png') no-repeat center;
	top: -45px;
	right: 0;
	cursor: pointer;
}
.jqMask .inner img{
	display: block;
	margin: 20px auto;
}
.jqMask3 .inner{
	padding: 20px 50px 40px;
}
.jqMask3 dl{
	width: 100%;
	padding: 0 20px;
	background: #f5f5f5;
	border-radius: 8px;
	margin-bottom: 15px;
}
.jqMask3 dl dt{
	height: 58px;
	line-height: 58px;
	position: relative;
}
.jqMask3 dl dt span{
	float: left;
	padding-right: 10px;
	color: #c92a30;
	font-size: 16px;
	position: relative;
	z-index: 2;
	margin-right: 10px;
}
.jqMask3 dl dt em{
	position: absolute;
	font-style: normal;
	left: 0;
	font-size: 50px;
	width: 70px;
	text-align: center;
	top: 50%;
	line-height: 1em;
	margin-top: -.5em;
	color: #e2b2b2;
	opacity: .2;
	font-weight: bold;
}
.jqMask3 dl dt p{
	float: left;
	color: #3d3d3d;
}
.jqMask3 dl dt span:before{
	content: '';
	height: 1em;
	width: 1px;
	background: #ddd;
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	right: 0;
}
.jqMask3 dl dd{
	padding-bottom: 15px;
}
.jqMask3 dl dd .ewmImg{
	float: left;
	width: 85px;
	height: 85px;
	border: 4px solid #dadada;
	float: left;
	margin: 0;
	margin-right: 20px;
	margin-top: 5px;
}
.jqMask3 dl dd p{
	text-align: left;
	font-size: 14px;
	line-height: 1.8em;
	color: #3d3d3d;
}
.jqMask4 .inner{
	width: 1000px;
	padding: 40px 20px 40px;
}
.jqMask4 .inner .txt{
	max-height: 500px;
	overflow-y: auto;
	line-height: 2em;
	padding-right: 15px;
}

.qrbtn{
	display: block;
	width: 150px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background: ;
	font-size: 16px;
	border: 0;
	border-radius: 4px;
	margin: 30px auto 0;
	background: #C92A30;
}
.qrbtn:disabled{
	background: #f5f5f5;
	color: #666;
}

.layercode {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.layercode .png-bg {
  background: #000;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.layercode-con {
  background: #fff;
  border-radius: 5px;
  position: absolute;
  top: 30%;
  left:30%;
  padding: 30px;
}

.yidun.yidun--light .yidun_bgimg,
.yidun.yidun--light.yidun--float .yidun_panel {
  position: static!important;
  top: 0!important;
  left: 0!important;
}

.yidun.yidun--light.yidun--float .yidun_panel {
  display: block!important;
}

.yidun.yidun--light .yidun_panel-placeholder {
  padding-top: 0!important;
}