.topChuangeV{
	height: 60px;
	display: flex;
}
.topChuangeV .oneType{
	margin: 10px;
	font-size: 18px;
	cursor: pointer;
}
.topChuangeV .actionType{
	color: #1F2DB2;
	font-weight: bold;
	font-size: 20px;
}

a{
	color: #434343;
}
.mainInfoV{
	width: 100%;
	display: flex;
	justify-content:space-between;
}
.mainInfoV .leftCellV{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 72%;
	height: fit-content;
}
.oneTransactionCell{
	width: 370px;
	padding: 0 25px;
	height: 210px;
	margin-bottom: 20px;
	background: #F0F1FF;
	cursor: pointer;
}
.oneTransactionCell .topV{
	height: 70px;
	border-bottom: 1px solid #d1d1d1;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.oneTransactionCell .topV img{
	width: 22px;
	height: 22px;
}
.oneTransactionCell .topV p{
	line-height: 70px;
	font-size: 20px;
	color: #161616;
}
.oneTransactionCell .oneCellInfo{
	line-height: 35px;
	color: #010101;
	display: flex;
}
.oneCellTopName{	
	word-break:break-all;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	overflow:hidden;
		
	font-size: 20px;
	color: #161616;
}
/**-------------------------------------------**/
.mainInfoV .rightCellV{
	width: 26%;
}
.oneHotCell{
	border: 1px solid #d1d1d1;
	margin-bottom: 30px;
	padding: 20px;
	color: #434343;
}
.oneHotCell .topTitle{
	font-size: 18px;
	color: #333;
	margin-bottom: 15px;
}
.oneHotCell .oneListCell{
	min-height: 40px;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.oneHotCell .name{
	word-break:break-all;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	overflow:hidden;
}
.leftNum{
	width: 20px;
	height: 20px;
	margin-right: 10px;
	line-height: 20px;
	text-align: center;
	min-height: 20px;
	flex-shrink: 0;
}
.oneListCell:nth-child(2) .leftNum,
.oneListCell:nth-child(3) .leftNum,
.oneListCell:nth-child(4) .leftNum{
	background: #1F2DB2;
	color: white;
}

/**-------------------------------------------**/
.paginationBgV{
	height: 80px;
	width: 100%;
}