
.bannerBg{
}

/**-------------------------------------------**/
.carousel__banner{
	width: 1200px !important;
	height: 350px;
	margin: 0 auto;
	border-radius: 8px;
	overflow: hidden;
}

/**-------------------------------------------**/
.midNumInfoBg{
	margin: 0 auto;
	width: 90%;
	background: white;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	margin-top: -20px;
	z-index: 99;
	background: #FFFFFF;
	background-size: cover;
	background-image: url('../img/home/tjsjBg.png');
	box-shadow: 0px 3px 7px 0px rgba(114,114,114,0.4);
}
.midNumInfoBg .oneNumInfo{
	width: 20%;
	height: 127px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.oneNumInfo .numInfo-num{
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #1F2DB2;
}
.oneNumInfo .numInfo-name{
	font-size: 14px;
	color: #777676;
}
.oneNumInfo .nowSelName{
	border-bottom: 2px solid #1F2DB2;
	color: #1F2DB2;
}




/**-------------------------------------------**/
.oneInfoBgtopTitle{
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: white;
}
.topTitle-top{
	margin-top: 36px;
	font-size: 26px;
	font-weight: 500;
}
.topTitle-english{
	font-size: 14px;
}

.statisticsInfoBg{
	height: 420px;
	width: 1150px;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	position: relative;
	padding-left: 50px;
}
.statisticsInfoBg .dissmissBtn{
	position: absolute;
	right: 60px;
	top: 10px;
	color: #1F2DB2;
	font-size: 15px;
	cursor: pointer;
}

.statisticsInfoBg .statisticsDivListV{
	width: 220px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.statisticsDivOneC{
	width: 200px;
	border-radius: 3px;
	padding: 12px 15px;
	border: 1px solid #99999960;
	font-size: 13px;
	margin-bottom: 10px;
	display: flex;
}
.statisticsDivOneC .fontBoldTextClass{
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.statisticsInfoBg .statisticsEchartBgV{
	width: 440px;
}


.transactionInfoBg{
	margin-top: 30px;
	width: 100%;
	height: 361px;
	position: relative;
	background-color: lightblue;
	background-image: url('../img/indexMidBgIMg.png');
}
.transactionMore{
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 14px;
	color: #4A4A4A;
	line-height: 45px;
	text-align: center;
}
.transactionMore a{
	color: #4A4A4A;
}
.transactionListV{
	display: flex;
	position: relative;
}
.transactionListV .arrowLeft{
	width: 47px;
	height: 87px;
	position: absolute;
	left: 0;
	top:80px;
	background-image: url('../img/arrow-left.png');
}
.transactionListV .arrowRight{
	width: 47px;
	height: 87px;
	position: absolute;
	right: 0;
	top:80px;
	background-image: url('../img/arrow-right.png');
}
.transactionCell{
	position: relative;
	background-color: white;
	border: 1px solid #4986FF;
	height: 130px;
	width: 220px;
	margin: 30px 10px;
	padding: 20px 25px 20px 25px;
	cursor: pointer;
}
.transactionCell .name{
	
	color: #000;
	font-size: 20px;
	font-weight: bold;
	height: 50px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.transactionCell .name:hover{
	color: #206bd1;
}
.transactionCell .line{
	height: 2px;
	width: 100px;
	margin: 12px 0;
	display: flex;
}
.transactionCell .line .leftLine{
	width: 70px;
	background: #4986FF;
}
.transactionCell .line .rightLine{
	width: 30px;
	background: #FFAEAE;
}
.transactionCell .price{
	color: #464646;
	font-size: 14px;
	margin-bottom: 6px;
}
.transactionCell .time{
	color: #464646;
	font-size: 14px;
}
.gotoMoreC{
	color: #333333;
}
.gotoMoreC:hover{
	color: #1F2DB2;
	border-bottom: 2px solid #1F2DB2;
}
/**------  通知公告 ------**/
.noticeInfoBg{
	margin:  30px auto;
	height: 51.5px;
	width: 1200px;
	background-image: url('../img/home/noticeBg.png');
	background-size: cover;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.noticeInfoBg .noticeTex{
	width: 100px;
	height: 20px;
	margin-left: 60px;
}
.moreMainView{
	display: flex;
	align-items: center;
	color: #1F2DB2;
	font-size: 14px;
	justify-content: space-between;
	width: 37px;
}
.noticeInfoBg .noticeView{
	margin:0 30px;
	width: 915px;
	font-size: 18px;
}
.noticeInfoBg .noticeLabel{
	color: rgba(0, 0, 0, 0.8);
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	cursor: pointer;
}
.noticeInfoBg .noticeLabel:hover{
	color: #206bd1;
}
.moreMainView img{
	width: 2px; 
	height: 10px;
}
/**-------------------------------------------**/
.infoListBgV{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	
}
.infoListBgV .oneInfoList{
	width: 30%;
	height: 375px;
	margin-top: 40px;
	border-radius: 10px;
	padding:15px 8px;
	border: 1px solid rgba(31, 45, 178, 0.1);
}
.oneInfoList-top{
	display: flex;
	justify-content: space-between;
	height: 40px;
	border-bottom: 1px solid blue;
}
.oneInfoList-topTop{
	display: flex;
	
}
.fristTopMssView{
	width: 100%;
	height: 140px;
	margin: 10px auto;
	position: relative;
	cursor: pointer;
}
.fristTopMssView .topFristBgImg{
	width: 100%;
	height: 140px;
	object-fit: cover;
}
.fristTopMssView .topFristTitleBg{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background: rgba(39, 37, 37, 0.6);
	color: white;
	
}
.fristTopMssView .topFristTitle{
	cursor: pointer;
	margin: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.fristTopMssView .topFristTitle:hover{
	color: #206bd1;
}
.oneInfoList-topTop :first-child{
	font-size: 20px;
	margin-right: 6px;
	font-weight: bold;
}
.oneInfoList-topTop :last-child{
	font-size: 12px;
	margin-top: 4px;
}
.oneInfoListCell{
	height: 42px;
	width: 100%;
	border-bottom: 1px solid #DCDCDC;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.cellLeftTimeV{
	width: 63px;
	margin-right: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #1F2DB2;
}
.cellLeftTimeV :first-child{
	font-size: 12px;
}
.cellRithtNameV{
	width: 80%;
	color: #202020;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.cellRithtNameV:hover{
	color: #206bd1;
}

/**-------------------------------------------**/
.memberUnitBgV{
	position: relative;
	margin-top: 40px;
	width: 100%;
	height: 305px;
	background-image: url('../img/rencaiBg.png');
	border-radius: 5px;
}
.memberUnitList{
	display: flex;
	height: 200px;
	margin-top: 30px;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
}
.memberUnitList .arrowLeft{
	width: 47px;
	height: 87px;
	position: absolute;
	left: 0;
	top:30px;
	background-image: url('../img/arrow-left.png');
}
.memberUnitList .arrowRight{
	width: 47px;
	height: 87px;
	position: absolute;
	right: 0;
	top:30px;
	background-image: url('../img/arrow-right.png');
}
.oneMemberUnitCell{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 10px;
	color: white;
	font-size: 14px;
	border-radius: 5px;
}
.oneMemberUnitCell img{
	width: 135px;
	height: 135px;
	margin-bottom: 6px;
	overflow: hidden;
	object-fit: cover;
	cursor: pointer;
	border-radius: 5px;
}
.oneMemberUnitCell .name{
	width: 135px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color:#1F2DB2;
}

/**-------------------------------------------**/
.friendLinkListBgv{
	border-radius: 5px;
	background-image: url('../img/home/main-friLink-bg.png');
	background-size: cover;
	position: relative;
	margin-top: 40px;
	width: 1200px;
	height: 60px;
	display: flex;
	align-items: center;
}
.friendLinkListBgv .leftTitV{
	margin: 0 30px;
	color: #1F2DB2;
	font-size: 16px;
}
.friendLinkListBgv .friendLinkListV{
	margin-left: 15px;
	width: 1000px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.oneFriTypeV{
	width: 172px;
	height: 32px;
	border: 1px solid #C4BBBB;
	display: flex;
	align-items: center;
	color: #222222;
	font-size: 16px;
	font-weight: 500;
	background: white;
	/* position: relative; */
	cursor: pointer;
}
.oneFriTypeV .oneFriName{
	margin-left: 50px;
	margin-right: 10px;
}
.oneFriTypeV .arrowIcon{
	width: 16px;
	height: 16px;
	background-image: url('../img/home/friList-Close.png');
	background-size: cover;
}
.oneFriTypeV:hover{
	color: white;
	background-color: #1F2DB2;
}
.oneFriTypeV:hover .arrowIcon{
	background-image: url('../img/home/friList-Open.png');
	background-size: cover;
}


.friMenuListPopSuperV{
	display: none;
	width: 1160px;
	position: absolute; 
	bottom: 46px; 
	left: 20px;
	z-index: 999;
}

.oneFriTypeV:hover .friMenuListPopSuperV{
	display: block;
}
.friMenuListPopV{
	display: flex;
	flex-wrap: wrap;
	background-color: white;
	font-size: 14px;
	color: #515151;
	border: 1px solid #C4BBBB;
	border-top: 1px solid #1F2DB2;
	box-shadow: 0 1px #C4BBBB; 
	box-sizing: border-box;
	min-height: 120px; 
	border-radius: 5px;
	padding: 20px;
}
.oneFriTypeV .topArrow{
	width: 100%;
	height: 14px;
	background-size: cover;
	overflow: hidden;
}
.oneFriTypeV .topArrow .midArrowVIcon{
	width: 32px;
	height: 18px;
	margin-top: -8px;
	background-image: url('../img/home/fri-bgB-Arrow.png');
	/* background-size: cover; */
	
}
.friMenuListPopV .oneMenuCell{
	margin-right: 25px;
	height: 35px;
}
.friMenuListPopV .oneMenuCell a{
	color: #515151;
}
.friMenuListPopV .oneMenuCell  a:hover{
	color: #1F2DB2;
}
