/* Chrome/Edge 自定义细sina-game滚动条的样式 */
::-webkit-scrollbar {
	width: 6px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background-color: rgba(0, 0, 0, 0.5) !important;
}

/* 窗口非激活状态下 - 滚动条滑块 */
::-webkit-scrollbar-thumb:window-inactive {
	background-color: rgba(0, 0, 0, 0.35) !important;
}

	a:link, a:visited, a:hover, a:active	{color:#464640;}
	a:link, a:visited	{text-decoration:underline;}
	a:hover, a:active	{text-decoration:none;}


.leftFloatDiv	{float:left;}
.rightFloatDiv	{float:right;}
.displayNone	{display:none !important;}
.noPadd				{padding:0px;}
.nowrapTxt		{white-space:nowrap;}
.boldTxt			{font-weight:bold;}
.lineTxt			{text-decoration:underline;}
.vHolder			{height:10px;}

	/* 从roller.css复制而来 */
		.handCursor		{cursor: pointer;}
		.allEvents		{pointer-events:all !important;}
		.noEvents			{pointer-events:none;}
	.freezeScrollY	{overflow:hidden !important;;}

		.displayFlex	{display: flex;}
		.divLeft			{justify-content: flex-start;}
		.divCenter		{justify-content: center;}
		.divRight			{justify-content: flex-end;}

		.divTop				{align-items: flex-start;}
		.divMiddle		{align-items: center;}
		.divBottom		{align-items: flex-end;}
	/* 从roller.css复制而来 */


.dvdSmall		{height:50px; clear:both;}
.dvdLarge		{height:75px; clear:both;}
.noImgGapH5	{line-height:0px;}


.whiteBox		{background-color: #fff;}
.blackBox		{background-color: #000;}
.greyBox		{background-color: #eee;}

/* 菜单最小宽度222 in main.css */
.yellowBox	{background-color: #fc0; white-space:nowrap; min-width:222px;}
.greenBox		{background-color: #ce9; white-space:nowrap; min-width:222px;}

.imgBoxShadow	{box-shadow:1px 3px 15px rgba(0,0,0,0.25);}