.yuebanRow {
	position: relative;
}
.yuebanContainer {
	position: absolute;
	right: 0px;
	top: 0px;
}
.yuebanContainer img {
	width: 40px;
	height: 40px
}

.yuebanContainer .dropdown-yueban {
	position: absolute;
	top: 102%;
	z-index: 1000;
	min-width: 280px;
	padding:4px 8px;
	margin:2px 0 0;
	font-size: 12px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	border: 1px solid #3999E9;
	margin-top:11px;
	display: none;
	float: left;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.yuebanContainer .dropdown-yueban li {
	padding-top: 4px!important;
	padding-left: 4px!important;
	line-height: 14px!important;
}
.yuebanContainer .dropdown-yueban li a {
	text-decoration: none!important;
	color: #333333!important;
}
.yuebanContainer .dropdown-yueban li a:hover {
	color: #3999E9!important;
}
.yuebanContainer .dropdown-yueban::before {
	content: '';
	width: 15px;
	height: 15px;
	background-color: #FFFFFF;
	border-top: 1px solid #3999E9;
	border-left: 1px solid #3999E9;
	-webkit-transform: rotate(46deg);
	-ms-transform: rotate(46deg);
	transform: rotate(46deg);
	display: block;
	position: absolute;
	left: calc(50% - 7px);
	top: -8px;
}
