/*=====================================
=            Fixed Sidebar            =
=====================================*/
.fixed-sidebar {
	display: none;
	position: fixed;
	top: 170px;
	width: 56px;
	z-index: 202;
}
.fixed-sidebar-left {
	left: 0;
}
.fixed-sidebar-right {
	right: 0;
}

.fixed-sidebar .btn-group-1,
.fixed-sidebar .btn-group-2 {
	padding: 0;
	list-style: none;
}
.fixed-sidebar .btn-group-1 > li,
.fixed-sidebar .btn-group-2 > li {
	position: relative;
}

.fixed-sidebar .btn {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25px;
	background-color: rgba(0, 0, 0, 0.7);
	color: #999;
	height: 56px;
	margin: 0;
	padding: 12px;
	text-decoration: none;
	text-transform: uppercase;
}
.fixed-sidebar .btn-home {
	background-image: url("/v2/img/fixed-sidebar/group-1/home-2.png");
}
.fixed-sidebar .btn-download {
	background-image: url("/v2/img/fixed-sidebar/group-1/download-2.png");
}
.fixed-sidebar .btn-dns {
	background-image: url("/v2/img/fixed-sidebar/group-1/dns-2.png");
}
.fixed-sidebar .btn-vip {
	background-image: url("/v2/img/fixed-sidebar/group-1/vip.png");
}
.fixed-sidebar .btn-isac {
	background-image: url("/v2/img/fixed-sidebar/group-1/isac-2.png");
}
.fixed-sidebar .btn-login {
	background-image: url("/v2/img/fixed-sidebar/group-1/login-2.png");
}
.fixed-sidebar .btn-wallet {
	background-image: url("/v2/img/fixed-sidebar/group-1/isac-2.png");
}
.fixed-sidebar .btn-chat {
	background-image: url("/v2/img/fixed-sidebar/group-1/chat-2.png");
}
.fixed-sidebar .btn-social {
	background-image: url("/v2/img/fixed-sidebar/group-1/social-2.png");
}
.fixed-sidebar .btn-other {
	background-image: url("/v2/img/fixed-sidebar/group-1/other-2.png");
}
.fixed-sidebar .btn-junket {
	background-image: url("/v2/img/fixed-sidebar/group-2/junket-2.png");
}
.fixed-sidebar .btn-shop {
	background-image: url("/v2/img/fixed-sidebar/group-2/shop-3.png");
}
.fixed-sidebar .btn-top-up {
	background-image: url("/v2/img/fixed-sidebar/group-2/topup-3.png");
}
.fixed-sidebar .btn-transfer {
	background-image: url("/v2/img/fixed-sidebar/group-2/transfer-3.png");
}
.fixed-sidebar .btn-withdraw {
	background-image: url("/v2/img/fixed-sidebar/group-2/withdraw-3.png");
}
.fixed-sidebar .btn-record {
	background-image: url("/v2/img/fixed-sidebar/group-2/history-3.png");
}
.fixed-sidebar .btn-live {
	background-image: url("/v2/img/fixed-sidebar/group-2/live-3.png");
}
.fixed-sidebar .btn-wechat {
	background-image: url("/v2/img/fixed-sidebar/group-2/wechat-3.png");
}
.fixed-sidebar .btn-telegram {
	background-image: url("/v2/img/fixed-sidebar/group-2/telegram-3.png");
}
.fixed-sidebar .btn-call-you {
	background-image: url("/v2/img/fixed-sidebar/group-2/call-you-3.png");
}
.fixed-sidebar .btn-tele-channel {
	background-image: url("/v2/img/fixed-sidebar/group-2/tele-channel-3.png");
}
.fixed-sidebar .btn-fb {
	background-image: url("/v2/img/fixed-sidebar/group-2/fb-3.png");
}

.fixed-sidebar li.active > .btn {
	background-color: #FFF;
	color: #775D8A;
}
.fixed-sidebar li.active > .btn-home {
	background-image: url("/v2/img/fixed-sidebar/group-1/home-1.png");
}
.fixed-sidebar li.active > .btn-download {
	background-image: url("/v2/img/fixed-sidebar/group-1/download-1.png");
}
.fixed-sidebar li.active > .btn-dns {
	background-image: url("/v2/img/fixed-sidebar/group-1/dns-1.png");
}
.fixed-sidebar li.active > .btn-isac {
	background-image: url("/v2/img/fixed-sidebar/group-1/isac-1.png");
}
.fixed-sidebar li.active > .btn-login {
	background-image: url("/v2/img/fixed-sidebar/group-1/login-1.png");
}
.fixed-sidebar li.active > .btn-wallet {
	background-image: url("/v2/img/fixed-sidebar/group-1/isac-1.png");
}
.fixed-sidebar li.active > .btn-chat {
	background-image: url("/v2/img/fixed-sidebar/group-1/chat-1.png");
}
.fixed-sidebar li.active > .btn-social {
	background-image: url("/v2/img/fixed-sidebar/group-1/social-1.png");
}
.fixed-sidebar li.active > .btn-other {
	background-image: url("/v2/img/fixed-sidebar/group-1/other-1.png");
}
.fixed-sidebar li.active > .btn-junket {
	background-image: url("/v2/img/fixed-sidebar/group-2/junket-1.png");
}
.fixed-sidebar li.active > .btn-shop {
	background-image: url("/v2/img/fixed-sidebar/group-2/shop-1.png");
}
.fixed-sidebar li.active > .btn-top-up {
	background-image: url("/v2/img/fixed-sidebar/group-2/topup-1.png");
}
.fixed-sidebar li.active > .btn-transfer {
	background-image: url("/v2/img/fixed-sidebar/group-2/transfer-1.png");
}
.fixed-sidebar li.active > .btn-withdraw {
	background-image: url("/v2/img/fixed-sidebar/group-2/withdraw-1.png");
}
.fixed-sidebar li.active > .btn-record {
	background-image: url("/v2/img/fixed-sidebar/group-2/history-1.png");
}
.fixed-sidebar li.active > .btn-live {
	background-image: url("/v2/img/fixed-sidebar/group-2/live-1.png");
}
.fixed-sidebar li.active > .btn-wechat {
	background-image: url("/v2/img/fixed-sidebar/group-2/wechat-1.png");
}
.fixed-sidebar li.active > .btn-telegram {
	background-image: url("/v2/img/fixed-sidebar/group-2/telegram-1.png");
}
.fixed-sidebar li.active > .btn-call-you {
	background-image: url("/v2/img/fixed-sidebar/group-2/call-you-1.png");
}
.fixed-sidebar li.active > .btn-tele-channel {
	background-image: url("/v2/img/fixed-sidebar/group-2/tele-channel-1.png");
}
.fixed-sidebar li.active > .btn-fb {
	background-image: url("/v2/img/fixed-sidebar/group-2/fb-1.png");
}

.fixed-sidebar .btn-wechat + .dropdown-wechat {
	left: -170px;
	top: calc(50% - 185px/2);
}
.fixed-sidebar .btn-wechat:hover + .dropdown-wechat {
	display: block;
}

.fixed-sidebar .btn-group-1 {
	margin: 0 0 3px 0;
}
.fixed-sidebar .btn-group-1 > li > .btn {
	width: 56px;
}

.fixed-sidebar .btn-group-2 {
	display: none;
	position: absolute;
	top: 0;
	left: -150px;
}
.fixed-sidebar .btn-group-2 > li > .btn {
	background-position-x: 12px;
	width: 150px;
	font-size: 12px;
	font-weight: 500;
	text-align: left;
}
.fixed-sidebar .btn-group-2 > li > .btn:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.fixed-sidebar .btn-group-2 > li > .btn > span {
	display: inline-block;
	width: 100%;
	padding: 3px 8px;
	padding-left: 32px;
	line-height: 100%;
	white-space: normal;
	vertical-align: middle;
}

.fixed-sidebar .btn-group-1 > li:hover > .btn-group-2 {
	display: block;
}

.fixed-sidebar-mobile {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 201;
}
.fixed-sidebar-mobile .sidebar-overlay {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
.fixed-sidebar-mobile.open-panel .sidebar-overlay {
	display: block;
}

.fixed-sidebar-mobile .btn-group {
	background-color: #FFF;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.fixed-sidebar-mobile .btn-group:after {
	content: "";
	display: table;
	clear: both;
}
.fixed-sidebar-mobile .btn-group > li {
	float: left;
	text-align: center;
}
.fixed-sidebar-mobile .btn-group > li > .btn {
	padding: 0;
	border: 0;
	text-decoration: none;
}

.fixed-sidebar-mobile > .btn-group {
	-webkit-box-shadow: 0 0 4px 0 #999;
	box-shadow: 0 0 4px 0 #999;
}
.fixed-sidebar-mobile.open-panel > .btn-group {
	background-color: #F5F5F5;
}
.fixed-sidebar-mobile > .btn-group > li {
	width: calc(100%/7);
	padding: 8px 0;
}
.fixed-sidebar-mobile > .btn-group > li.active {
	background-color: #FFF;
}
.fixed-sidebar-mobile > .btn-group > li > .btn {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22px;
	width: 30px;
	height: 30px;
}

.fixed-sidebar-mobile .btn-home {
	background-image: url("/v2/img/fixed-sidebar/group-1/home-3.png");
}
.fixed-sidebar-mobile .btn-download {
	background-image: url("/v2/img/fixed-sidebar/group-1/download-3.png");
}
.fixed-sidebar-mobile .btn-junket {
	background-image: url("/v2/img/fixed-sidebar/group-2/junket-3.png");
}
.fixed-sidebar-mobile .btn-login {
	background-image: url("/v2/img/fixed-sidebar/group-1/login-3.png");
}
.fixed-sidebar-mobile .btn-wallet {
	background-image: url("/v2/img/fixed-sidebar/group-1/isac-3.png");
}
.fixed-sidebar-mobile .btn-chat {
	background-image: url("/v2/img/fixed-sidebar/group-1/chat-3.png");
}
.fixed-sidebar-mobile .btn-other {
	background-image: url("/v2/img/fixed-sidebar/group-1/other-3.png");
}

.fixed-sidebar-mobile li.active > .btn-home {
	background-image: url("/v2/img/fixed-sidebar/group-1/home-1.png");
}
.fixed-sidebar-mobile li.active > .btn-download {
	background-image: url("/v2/img/fixed-sidebar/group-1/download-1.png");
}
.fixed-sidebar-mobile li.active > .btn-junket {
	background-image: url("/v2/img/fixed-sidebar/group-2/junket-1.png");
}
.fixed-sidebar-mobile li.active > .btn-login {
	background-image: url("/v2/img/fixed-sidebar/group-1/login-1.png");
}
.fixed-sidebar-mobile li.active > .btn-wallet {
	background-image: url("/v2/img/fixed-sidebar/group-1/isac-1.png");
}
.fixed-sidebar-mobile li.active > .btn-chat {
	background-image: url("/v2/img/fixed-sidebar/group-1/chat-1.png");
}
.fixed-sidebar-mobile li.active > .btn-other {
	background-image: url("/v2/img/fixed-sidebar/group-1/other-1.png");
}

.fixed-sidebar-mobile > .btn-group > li > .btn-vip {
	position: absolute;
	bottom: 0;
	left: calc(50% - 56px/2);
	background-image: url("/v2/img/fixed-sidebar/group-1/vip.png"), url("/v2/img/fixed-sidebar/group-1/vip-bg.png");
	background-position: center;
	background-size: 26px, contain;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	z-index: 1;
}

.fixed-sidebar-mobile .btn-wechat + .dropdown-wechat {
	top: -170px;
	left: calc(50% - 130px/2);
}
.fixed-sidebar-mobile .btn-wechat:focus + .dropdown-wechat {
	display: block;
}

.fixed-sidebar-mobile .panel {
	display: none;
	position: absolute;
	bottom: 46px;
	left: 0;
	right: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
}
.fixed-sidebar-mobile .panel .btn-group {
	padding: 20px 0;
}
.fixed-sidebar-mobile .panel .btn-group > li {
	position: relative;
	width: calc(100%/4);
}
.fixed-sidebar-mobile .panel .btn-group .btn img {
	width: 35px;
}
.fixed-sidebar-mobile .panel .btn-group .btn p {
	color: #775D8A;
	margin: 6px 0 0 0;
	line-height: 100%;
	font-size: 10px;
	text-transform: uppercase;
	white-space: normal;
}
.fixed-sidebar-mobile .panel .btn-group-title {
	color: #000;
	margin: 0 0 0 20px;
	font-size: 12px;
	text-align: left;
	text-transform: uppercase;
}

.fixed-sidebar-mobile .panel-heading {
	position: relative;
	color: #000;
	padding: 10px 15px 8px;
	border-bottom: 1px solid #CCC;
	text-align: left;
	text-transform: uppercase;
}
.fixed-sidebar-mobile .panel-heading .arrow-hide {
	position: absolute;
	top: 0px;
	right: 15px;
	color: #000;
	font-size: 20px;
	text-decoration: none;
	-webkit-transform: scale(2, 1);
	-ms-transform: scale(2, 1);
	transform: scale(2, 1);
}


@media (min-width: 768px) {
	.fixed-sidebar {
		display: block;
	}

	.fixed-sidebar-mobile {
		display: none;
	}
}


@media (min-width: 1200px) {
}

/*=====  End of Fixed Sidebar  ======*/


/*===================================
=            Caishen GIF            =
===================================*/

.caishen-gif {
	position: fixed;
	bottom: 48px;
	right: 24px;
	z-index: 100;
}
.caishen-gif-2 {
	position: fixed;
	bottom: 48px;
	right: 10px;
	z-index: 100;
}
.caishen-gif-3 {
	position: fixed;
	bottom: 42px;
	right: 5px;
	z-index: 100;
}
.caishen-gif-4 {
	position: fixed;
	bottom: 48px;
	right: 20px;
	z-index: 100;
}
.caishen-gif-5 {
	position: fixed;
	bottom: 50px;
	right: 20px;
	z-index: 100;
}
.caishen-gif-6 {
	position: fixed;
	bottom: 45px;
	right: 0px;
	z-index: 100;
}

.caishen-gif img {
	width: 80px !important;
	heigh:80px !important;
}
.caishen-gif-2 img {
	width: auto;
	height: 100px;
}
.caishen-gif-3 img {
	width: auto;
	height: 110px;
}
.caishen-gif-4 img {
	width: auto;
	height: 100px;
}
.caishen-gif-5 img {
	width: auto;
	height: 100px;
}
.caishen-gif-6 img {
	width: auto;
	height: 124px;
}


@media (min-width: 768px) {
	.caishen-gif {
		bottom: 0;
	}
	.caishen-gif-2 {
		bottom: 0;
		right: 30px;
	}
	.caishen-gif-3 {
		bottom: -13px;
		right: 15px;
	}
	.caishen-gif-4 {
		bottom: 2px;
		right: 30px;
	}
	.caishen-gif-5 {
		bottom: 0;
		right: 50px;
	}
	.caishen-gif-6 {
		bottom: -5px;
		right: 20px;
	}
	
	.caishen-gif img {
		width: 100px !important;
		height:100px !important;
	}
	.caishen-gif-2 img {
		height: 200px;
	}
	.caishen-gif-3 img {
		height: 210px;
	}
	.caishen-gif-4 img {
		height: 190px;
	}
	.caishen-gif-5 img {
		height: 200px;
	}
	.caishen-gif-6 img {
		height: 230px;
	}
}

@media (min-width: 768px) {
	.caishen-gif {
		position: fixed;
		bottom: 48px;
		right: 24px;
		z-index: 100;
	}
	
	.caishen-gif img{
		width: 100px !important;
		heigh:100px !important;
	}
}

/*=====  End of Caishen GIF  ======*/


.modal-caishen .modal-dialog {
	max-width: none;
	margin: 0;
}
.modal-caishen .modal-content {
	border: 0;
}
.modal-caishen .modal-header {
	background-image: url("/v2/img/caishen/header-bg.jpg");
	background-size: contain;
	padding: 10px 20px;
}
.modal-caishen .modal-body {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}
.modal-caishen .modal-footer {
	background-color: #F2F2F2;
	padding: 5px 0;
}
.modal-caishen .modal-footer .dropdown-wechat {
	top: -170px;
	left: calc(50% - 130px/2);
}
.modal-caishen .modal-footer .btn-wechat:hover + .dropdown-wechat {
	display: block;
}

.modal-caishen .caishen-content {
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.7);
	width: 100%;
	padding: 5px 0 0 0;
}
.modal-caishen .img-figure {
	width: 265px;
	margin: 10px 0 0 30px;
}

.modal-caishen .caishen-bonuses .btn-group {
	display: block;
	width: 290px;
	max-height: 390px;
	margin: 0 auto;
	overflow-y: auto;
}
.modal-caishen .caishen-bonuses .btn-bonus {
	float: left;
	width: 145px;
	height: 175px;
	padding: 6px 8px;
	text-align: center;
	text-decoration: none;
}
.modal-caishen .caishen-bonuses .btn-bonus h4 {
	color: #000;
	margin: 0 0 2px 0;
	font-size: 16px;
	text-transform: uppercase;
}
.modal-caishen .caishen-bonuses .btn-bonus p {
	color: #999;
	margin: 0;
	font-size: 10px;
}
.modal-caishen .caishen-bonuses .btn-bonus img {
	width: 100%;
}
.modal-caishen .caishen-bonuses .btn-bonus .bonus-image {
	background-image: url("/v2/img/caishen/bonus/yuan-bao.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin: 0 0 5px 0;
	padding: 0 10px;
}
.modal-caishen .caishen-bonuses .btn-register {
	float: right;
	width: 100%;
	color: #381A5A;
}

.modal-caishen .bonus-panel {
	display: none;
	position: absolute;
	top: 0; bottom: 0;
	background-image: url("/v2/img/caishen/bonus-bg.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	color: #000;
}
.modal-caishen .bonus-panel .bonus-header {
	position: relative;
}
.modal-caishen .bonus-panel .bonus-header h3 {
	margin: 0;
	padding: 10px 25px;
	font-size: 18px;
	text-transform: uppercase;
}
.modal-caishen .bonus-panel .bonus-body {
	margin: 10px 0;
	padding: 0 20px;
	font-size: 12px;
	overflow: auto;
}
.modal-caishen .bonus-panel .bonus-body p {
	margin-bottom: 8px;
}
.modal-caishen .bonus-panel .bonus-body ul {
	padding: 0;
	line-height: 16px;
	list-style: none;
}
.modal-caishen .bonus-panel .bonus-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 15px 10px;
	text-align: center;
	text-transform: uppercase;
}
.modal-caishen .bonus-panel img {
	width: 100%;
}
.modal-caishen .bonus-panel .btn-back {
	position: absolute;
	top: 10px; right: 20px;
	width: 22px;
}
.modal-caishen .bonus-panel .btn {
	width: calc(50% - 4px);
	padding: 6px 8px;
	font-size: 12px;
	border-radius: 0;
}
.modal-caishen .bonus-panel .btn-cancel {
	background-color: #E6E6E6;
	color: #666;
	border: 1px solid #CCC;
}
.modal-caishen .bonus-panel .btn-play {
	background-color: #BDABD3;
	color: #FFF;
}

.modal-caishen .nav-tabs {
	display: table;
	width: 320px;
	margin: 0 auto;
	border: 0;
}
.modal-caishen .nav-tabs:after {
	content: ""; display: table; clear: both;
}
.modal-caishen .nav-tabs > li {
	display: table-cell;
	float: left;
	width: 80px;
}
.modal-caishen .nav-tabs > li > a {
	background-color: transparent;
	color: #999;
	padding: 5px 0;
	font-size: 10px;
	border: 0;
	border-radius: 0;
	text-align: center;
	text-transform: uppercase;
}
.modal-caishen .nav-tabs > li > a img {
	height: 25px;
}
.modal-caishen .nav-tabs > li > a img:nth-child(2) {
	display: none;
}
.modal-caishen .nav-tabs > li > a span {
	display: block;
	margin: 5px 0;
}
.modal-caishen .nav-tabs > li.active > a,
.modal-caishen .nav-tabs > li > a:hover {
	background-color: transparent;
	color: #BBACCC;
	border: 0;
}
.modal-caishen .nav-tabs > li.active > a img:nth-child(1),
.modal-caishen .nav-tabs > li > a:hover img:nth-child(1) {
	display: none;
}
.modal-caishen .nav-tabs > li.active > a img:nth-child(2),
.modal-caishen .nav-tabs > li > a:hover img:nth-child(2) {
	display: inline-block;
}


.dropdown-wechat {
	display: none;
	width: 130px;
	min-width: auto;
	padding: 8px;
	border-color: #B3B3B3;
	border-radius: 0;
	text-align: center;
}
.dropdown-wechat span {
	display: block;
	line-height: 100%;
	text-transform: uppercase;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.dropdown-wechat .qr-code {
	width: 100%;
}
.dropdown-wechat .dropdown-pointer {
	position: absolute;
	border-style: solid;
	overflow: unset;
}
.dropdown-wechat .dropdown-pointer:after {
	content: "";
	position: absolute;
	border-style: solid;
}
.dropdown-wechat .dropdown-pointer.pointer-top {
	top: -12px;
	left: calc(50% - 10px);
	border-width: 0px 10px 12px 10px;
	border-color: transparent transparent #B3B3B3 transparent;
}
.dropdown-wechat .dropdown-pointer.pointer-top:after {
	top: 2px;
	left: -8px;
	border-width: 0px 8px 10px 8px;
	border-color: transparent transparent #FFF transparent;
}
.dropdown-wechat .dropdown-pointer.pointer-right {
	top: calc(50% - 10px);
	right: -12px;
	border-width: 10px 0px 10px 12px;
	border-color: transparent transparent transparent #B3B3B3;
}
.dropdown-wechat .dropdown-pointer.pointer-right:after {
	top: -8px;
	left: -12px;
	border-width: 8px 0px 8px 10px;
	border-color: transparent transparent transparent #FFF;
}
.dropdown-wechat .dropdown-pointer.pointer-bottom {
	bottom: -12px;
	left: calc(50% - 10px);
	border-width: 12px 10px 0px 10px;
	border-color: #B3B3B3 transparent transparent transparent;
}
.dropdown-wechat .dropdown-pointer.pointer-bottom:after {
	top: -12px;
	left: -8px;
	border-width: 10px 8px 0px 8px;
	border-color: #FFF transparent transparent transparent;
}

#comm100-float-button-2 a {
	position: fixed;
	bottom: 170px;
	right: 30px;
	width: 40px;
	z-index: 190;
}
#comm100-float-button-2 a img {
	width: 100%;
}


@media (min-width: 550px) {
	.modal-caishen .modal-header {
		padding: 18px 20px;
	}
	.modal-caishen .modal-footer {
		padding: 10px 15px;
	}
	.modal-caishen .caishen-content {
		top: 50px; bottom: auto;
	}
	.modal-caishen .img-figure {
		width: 350px;
	}
	.modal-caishen .caishen-bonuses .btn-group {
		width: 465px;
		max-height: 420px;
		margin-bottom: 8px;
	}
	.modal-caishen .caishen-bonuses .btn-bonus {
		width: 155px;
		height: 185px;
	}
	.modal-caishen .caishen-bonuses .btn-register {
		width: auto;
	}
	.modal-caishen .bonus-panel .bonus-footer {
		padding: 15px 25px;
	}
	.modal-caishen .bonus-panel .btn {
		width: 180px;
		padding: 10px 15px;
		font-size: 14px;
	}
	.modal-caishen .bonus-panel .btn-cancel {
		margin-right: 10px;
	}
	.modal-caishen .nav-tabs {
		width: 360px;
	}
	.modal-caishen .nav-tabs > li {
		width: 90px;
	}
	.modal-caishen .nav-tabs > li > a {
		padding-bottom: 10px;
		font-size: 12px;
	}
	.modal-caishen .nav-tabs > li > a img {
		height: 30px;
	}
}


@media (min-width: 768px) {
	.modal-caishen .modal-dialog {
		max-width: none;
		margin: 0;
	}
	.modal-caishen .caishen-content {
		right: 30px;
		width: 620px;
	}
	.modal-caishen .modal-footer {
		padding: 15px 20px;
	}
	.modal-caishen .modal-footer .dropdown-wechat {
		top: -200px;
		left: calc(50% - 160px/2);
	}
	.modal-caishen .img-figure {
		margin: 10px 0 0 30px;
	}
	.modal-caishen .caishen-bonuses .btn-group {
		width: auto;
	}
	.modal-caishen .nav-tabs {
		width: auto;
	}

	.dropdown-wechat {
		width: 160px;
	}

	#comm100-float-button-2 a {
		bottom: 200px;
		right: 60px;
		width: 60px;
	}
}


@media (min-width: 992px) {
	.modal-caishen .caishen-content {
		right: 50px;
		width: 775px;
	}
	.modal-caishen .caishen-bonuses .btn-group {
		overflow: hidden;
	}
	.modal-caishen .bonus-panel .bonus-body {
		max-height: 120px;
	}
	.modal-caishen .nav-tabs > li {
		width: 110px;
	}
}


@media (min-width: 1200px) {
	.modal-caishen .nav-tabs > li {
		width: 120px;
	}
}