.container-content-right-assets{
	box-sizing: border-box;
	width: 989px;
	height: 719px;
	background: #FCFCFC;
	border-radius: 0px 6px 0px 0px;
}
.container-content-right-assets-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 58px;
	width: 958px;
	margin: 0 auto;
	border-bottom: 1px solid #F3F3F3;
}
.container-content-right-assets-top-assets{
	margin-left: 15px;
	font-size: 14px;
	font-weight: 600;
	color: #666;
}
.container-content-right-assets-top-right{
	
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 254px;
	height: 32px;
	background: rgba(255,255,255,0.34);
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #D5D5D5;
	cursor: pointer;
}
.container-content-right-assets-top-right input{
	position: relative;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.container-content-right-assets-top-right input::-webkit-calendar-picker-indicator{
    position: absolute;
    right: 0;
    padding-left: calc(100% - 40px); 
    padding-right: 10px; 
	cursor: pointer;
}
.container-content-right-assets-content{
	box-sizing: border-box;
	padding: 0 32px;
	padding-bottom: 32px;
	width: 100%;
	height: 660px;
}
.container-content-right-assets-content ul li{
	box-sizing: border-box;
	height: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #F3F3F3;
}
.container-content-right-assets-content-li-1{
	font-size: 13px;
	color: #333333;
	font-weight: 600;
}
.container-content-right-assets-content-li-2{
	margin-top: 9px;
	font-size: 12px;
	color: #999999;
	font-weight: 400;
}
.container-content-right-assets-content-li-3{
	font-size: 13px;
	color: #333333;
	font-weight: 600;
}
.container-content-right-assets-content-li-4{
	margin-top: 9px;
	font-size: 12px;
	color: #999999;
	font-weight: 400;
}
.container-content-right-assets-content-li-right{
	display: flex;
	flex-direction: column;
	align-items: center;
}