*{
	padding: 0;
	margin: 0;
}
.ui-content {
	width: 9.36rem;
	margin: 0.533333rem auto;
	min-height: 9rem;
	overflow:hidden;
}
.ui-cnt-tp{
	width: 100%;
	border-bottom: 0.013333rem solid #E8E8E8;
	padding-bottom: 0.266667rem;
}
.ui-cnt-tp-h{
	font-size: 0.4rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 0.506667rem;
	text-align: center;
}
.ui-cnt-tp-p{
	font-size: 0.293333rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: #999999;
	padding-top: 0.4rem;
	text-align: center;
}
.ui-cntb{
	font-size: 0.293333rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 0.666667rem;
	text-align: justify; 
	word-break: break-all;
	padding: 0.266667rem 0;
}
.ui-cntb img{
	width: 100%;
	height: 6.666667rem;
	display: block;
	margin: 0.266667rem 0;
}
	.ui-cntb table.MsoTableGrid {
		width: 100%!important;
	}


.bigimg {
	width: 100% !important;
	height:auto !important;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: none;
	z-index: 9999;
	border: 0px solid #fff;
}

.mask {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.5;
	filter: Alpha(opacity=50);
	z-index: 98;
	transition: all 1s;
	display: none
}

.bigbox {
	width: 840px;
	background: #fff;
	border: 1px solid #ededed;
	margin: 0 auto;
	border-radius: 10px;
	overflow: hidden;
	padding: 10px;
}

	.bigbox > .imgbox {
		width: 400px;
		height: 250px;
		float: left;
		border-radius: 5px;
		overflow: hidden;
		margin: 0 10px 10px 10px;
	}

		.bigbox > .imgbox > img {
			width: 100%;
		}

.imgbox:hover {
	cursor: zoom-in
}

.mask:hover {
	cursor: zoom-out
}

.mask > img {
	position: fixed;
	right: 10px;
	top: 10px;
	width: 60px;
}

	.mask > img:hover {
		cursor: pointer
	}

.ui-cntb /deep/ attribute {
	font-size: 20px;
}