<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	font-family: sans-serif;
	box-sizing: border-box;
}

body {
	background: #000000 url(../images/background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	background-size: contain;
	background-size: 100%;
}

h1 {
	text-align: center;
	color: #fff;
}

a:hover {
	text-decoration: none;
}

.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.adv {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}

.img {
	vertical-align: middle;
	border-style: none;
}

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	background: linear-gradient(
		#4f003a 0%,
		#7e0176 100%
	);
	margin-bottom: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
	border-bottom: 5px #fcc5fa solid;
}

.banner {
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-size: cover !important;
}

.adv {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}

.announcement {
	width: 100%;
	padding: 7px;
	color: white;
	position: relative;
	display: flex;
}

.link-container {
	display: flex;
	justify-content: center;
	font-size: var(--x-large-font);
	padding: 0;
}

.link-container a {
	width: 50%;
	text-align: center;
	padding: 15px 20px;
	text-transform: uppercase;
}

.register-button {
	background: linear-gradient(
		#b8171f 0%,
		#8e0007 80%
	); /* WARNA BUTTON MASUK */
	color: #ffffff;
	background-color: initial;
	border-radius: 10px;
	box-shadow: 0px 0px 5px #000000;
	text-decoration: none;
	border: 1px #ffff00 solid;
}
.login-button {
	background: linear-gradient(
		#fff112 0%,
		#9c7000 80%
	); /* WARNA BUTTON MASUK */
	color: #000000;
	background-color: initial;
	border-radius: 10px;
	box-shadow: 0px 0px 5px #000000;
	text-decoration: none;
	border: 1px #ffff00 solid;
}

.register-button:hover {
	color: #ffffff;
	background: linear-gradient(#8e0007 0%, #b8171f 80%); /* WARNA HOVER BUTTON MASUK */
	border: 1px #ffff00 solid;
}

.login-button:hover {
	color: #ffffff;
	background: linear-gradient(#9c7000 0%, #fff112 80%); /* WARNA HOVER BUTTON DAFTAR */
	border: 1px #ffff00 solid;
}

.title {
	display: flex;
	justify-content: center;
}

.title-text {
	color: white;
	font-size: 2.5rem;
}

.slot {
	display: block;
}


.slot .slot-sidebar {
	float: left;
	width: 20%;
	flex: 0 0 20%;
	max-width: 20%;
	padding-right: 10px;
	padding-left: 0;
	margin-top: 5px;
    background: #26292d;
}

.slot-sidebar-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.slot-sidebar-nav &gt; li {
	border-bottom: 1px solid #0092b1;
	width: 100%;
	position: relative;
	display: block;
}

.slot-sidebar-nav &gt; li &gt; a {
	color: #fff;
	font-size: 13px;
	padding: 7px 10px;
	display: block;
}

.btn-provider i {
	margin-right: 5px;
}

.enter {
	display: none;
}

.btn-provider span {
	position: absolute;
	transform: translateY(10px);
}

.pragma-logo {
	background-image: url(../images/logo-game/pp.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.rk-logo {
	background-image: url(../images/logo-game/reel.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.micro-logo {
	background-image: url(../images/logo-game/microgaming.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.pg-logo {
	background-image: url(../images/logo-game/pgsoft.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.ttg-logo {
	background-image: url(../images/logo-game/ttg.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.haba-logo {
	background-image: url(../images/logo-game/habanero.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.bbin-logo {
	background-image: url(../images/logo-game/bbin.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.bng-logo {
	background-image: url(../images/logo-game/bng.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.fc-logo {
	background-image: url(../images/logo-game/fc.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.cq9-logo {
	background-image: url(../images/logo-game/cq9.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.jili-logo {
	background-image: url(../images/logo-game/jili.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.nolimit-logo {
	background-image: url(../images/logo-game/nolimit.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.ygg-logo {
	background-image: url(../images/logo-game/ygg.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.bp-logo {
	background-image: url(../images/logo-game/bp.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.sg-logo {
	background-image: url(../images/logo-game/spadegaming.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.plyt-logo {
	background-image: url(../images/logo-game/playtech.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.jk-logo {
	background-image: url(../images/logo-game/joker.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.ply-logo {
	background-image: url(../images/logo-game/playstar.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.slot88-logo {
	background-image: url(../images/logo-game/slot88.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.adv-logo {
	background-image: url(../images/logo-game/adv.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.mmg-logo {
	background-image: url(../images/logo-game/mmg.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.ais-logo {
	background-image: url(../images/logo-game/ais.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.fs-logo {
	background-image: url(../images/logo-game/fs.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.rt-logo {
	background-image: url(../images/logo-game/rt.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.hc-logo {
	background-image: url(../images/logo-game/hc.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.jdb-logo {
	background-image: url(../images/logo-game/jdb.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.afb-logo {
	background-image: url(../images/logo-game/afb.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.viva-logo {
	background-image: url(../images/logo-game/viva.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.vt-logo {
	background-image: url(../images/logo-game/vt.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.ae-logo {
	background-image: url(../images/logo-game/ameba.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.plgo-logo {
	background-image: url(../images/logo-game/plgo.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.hy-logo {
	background-image: url(../images/logo-game/hydako.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.n2-logo {
	background-image: url(../images/logo-game/n2.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.spinix-logo {
	background-image: url(../images/logo-game/spinix.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.cp-logo {
	background-image: url(../images/logo-game/crowdplay.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.l22-logo {
	background-image: url(../images/logo-game/live22.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.vp-logo {
	background-image: url(../images/logo-game/vpower.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.wm-logo {
	background-image: url(../images/logo-game/worldmatch.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.ion-logo {
	background-image: url(../images/logo-game/ion.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.ams-logo {
	background-image: url(../images/logo-game/ams.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.mc-logo {
	background-image: url(../images/logo-game/mc.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.ds-logo {
	background-image: url(../images/logo-game/ds.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.fg-logo {
	background-image: url(../images/logo-game/fg.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.ng-logo {
	background-image: url(../images/logo-game/ng.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.sw-logo {
	background-image: url(../images/logo-game/sw.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.rtg-logo {
	background-image: url(../images/logo-game/rtg.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.flow-logo {
	background-image: url(../images/logo-game/flow.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.funky-logo {
	background-image: url(../images/logo-game/funky.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.idn-logo {
	background-image: url(../images/logo-game/idn.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.gmw-logo {
	background-image: url(../images/logo-game/gmw.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.btg-logo {
	background-image: url(../images/logo-game/btg.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.ne-logo {
	background-image: url(../images/logo-game/ne.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.mp-logo {
	background-image: url(../images/logo-game/mp.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.sp-logo {
	background-image: url(../images/logo-game/sp.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.gp-logo {
	background-image: url(../images/logo-game/gp.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.upg-logo {
	background-image: url(../images/logo-game/upg.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.ka-logo {
	background-image: url(../images/logo-game/ka.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}


.active {
	background-color: #0092b1;
}

.slot .content {
	float: right;
	width: 80%;
	padding: 0;
	flex: 0 0 80%;
	max-width: 80%;
}

.wrapper {
	width: 100%;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.card {
	float: left;
	width: 20%;
	background: transparent;
	border: none;
	text-align: center;
	position: relative;
}

.card-content {
	background: #00000054;
	margin: 5px;
	color: #fff;
	font-size: 12px;
	border: none;
	overflow: hidden;
	position: relative;
}

.percent {
	height: 27px;
	display: flex;
	overflow: hidden;
	line-height: 0;
	font-size: 0.75rem;
	background-color: #e9ecef;
	/* border-radius: .25rem; */
	position: relative;
	z-index: 1;
}

.percent p {
	z-index: 15;
	position: absolute;
	text-align: center;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	transform: translateY(14px);
	color: black;
}

.percent-bar {
	/* background-color: #ffc107; */
	background-image: linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
	background-size: 1rem 1rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	/* background-color: #007bff; */
	transition: width 0.6s ease;
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite;
	/* animation: ; */
	z-index: 10;
}

.yellow {
	background-color: #ffc107;
}

.green {
	background-color: #28a745;
}

.red {
	background-color: #dc3545;
}

.hover-btn {
	position: absolute;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.65);
	transition: all 0.45s ease-in-out;
	z-index: 10;
	width: 100%;
	height: 100%;
}

.play-btn {
	font-size: 15px;
	text-decoration: none;
	color: white;
	text-align: center;
	align-items: center;
	width: 100%;
	margin: 38% auto;
	padding: 8px;
	background-color: #15b586;
}

/*POP-UP LIHAT POLA*/

.popup-container {
	display: none;
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 1000;
	background-color: #000000b0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.popup-ads {
	width: 347px;
	height: 0;
	margin: 5% auto;
	margin-top: 15%;
	background: none;
	border-radius: 18px 18px 18px 18px;
	color: white;
}


.popup-body {
	width: 347px;
	margin: 10% auto;
	background: radial-gradient(closest-side, #002f76 0, #000000 150%);
	border-radius: 18px 18px 18px 18px;
	color: white;
}

@media (max-width: 512px) {
	.popup-body {
		width: 310px;
		margin: 10% auto;
	}
}

.popup-img {
	width: 450px;
	height: 555px;
	margin: 8% auto;
}

.popup-img-close {
	text-align: center;
	cursor: pointer;
	width: 36px;
	height: 36px;
	background: white;
	color: black;
	float: right;
	padding: 5px;
	border-radius: 100px;
	position: absolute;
	margin-left: -7px;
	margin-top: -20px;
}

@media (min-width: 993px) {
	.popup-img-close {
		margin-left: 42px;
		margin-top: -12px;
	}
}

.popup-header {
	height: auto;
	width: 100%;
	margin-top: 0%;
	background: radial-gradient(#002f76, #000000);
	border-radius: 18px 18px 0px 0px;
	float: left;
}

.popup-header h6 {
	margin: 13px;
}

.popup-content {
	text-align: center;
	width: 100%;
	height: auto;
	padding: 10px 39px;
	float: left;
	font-size: 14px;
	background: black;
	color: rgb(255, 255, 255);
}

.popup-pakai {
	width: 100%;
	height: 4%;
	float: left;
	background: #222222;
	padding: 0px 5px;
	font-size: 12px;
}

.popup-label {
	width: 100%;
	height: 7.5%;
	float: left;
	background: #222222;
	padding: 1.5px 15px;
	font-size: 12px;
}

.popup-close {
	cursor: pointer;
	width: 36px;
	height: 36px;
	background: red;
	color: rgb(255, 255, 255);
	float: right;
	padding: 5px;
	border-radius: 100px;
	position: absolute;
	margin-top: -10px;
	margin-left: -9px;
}

.bg-popup-close:hover {
	color: rgb(0, 0, 0);
	background: red;
}

.bg-main-button {
	background: linear-gradient(to top, #002f76 0%, #001b43 80%);
	border-radius: 0px 0px 18px 0px;
	text-decoration: none;
}

.bg-daftar-button {
	background: linear-gradient(to top, #002f76 0%, #001b43 80%);
	border-radius: 0px 0px 0px 18px;
	text-decoration: none;
}

.popip-button {
	cursor: pointer;
	width: 50%;
	float: left;
	height: 35px;
	padding: 1.5%;
	color: rgb(255, 255, 255);
	font-size: 15px;
	text-align: center;
	font-weight: 100;
	margin-bottom: 2px;
	position: unset;
}

.popip-button:hover {
	background: linear-gradient(to top, #001b43 0%, #002f76 80%);
	color: #ffffff;
}

/*POP-UP LIHAT POLA*/

/*STYLE BUTTON*/
.btn {
	background-color: #000000;
	/* WARNA BACKGROUND SLIDER TEXT */
	display: inline-block;
	padding: 0px 0px;
	border: 1px solid transparent;
	border-radius: 5px;
	font: 400 22px arial;
	text-shadow: #000000;
	width: 99%;
	color: rgb(255, 255, 255);
	letter-spacing: 1.5px;
	margin-top: 0px;
}
/*END STYLE BUTTON*/

/*---------------------------------------------*/

/*BLINK PENGUMUMAN*/
.btn-announce {
	animation: blinking 0.7s infinite;
	transition: all 1s;
	border-radius: 5px;
}

@media (min-width: 100px) {
	.btn-announce {
		width: auto;
		max-width: 420px;
	}
}

@media (min-width: 420px) {
	.btn-announce {
		width: auto;
		max-width: 580px;
	}
}

@media (min-width: 768px) {
	.btn-announce {
		width: 665px;
		max-width: 991px;
	}
}

@media (min-width: 800px) {
	.btn-announce {
		width: 660px;
		max-width: 1200px;
	}
}

@media (min-width: 990px) {
	.btn-announce {
		width: 905px;
		max-width: 1200px;
	}
}

@media (min-width: 1200px) {
	.btn-announce {
		width: 1080px;
		max-width: 1200px;
	}
}

@keyframes blinking {
	0% {
		border: 2px solid #8a001e;
	}
	100% {
		border: 2px solid rgb(231, 177, 0);
	}
}

.blink-me {
	animation-name: blinker;
	animation-duration: 0.5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

/*END BLINK PENGUMUMAN*/

.img-zoom {
	transition: all 0.45s ease-in-out;
}

.hover-btn:hover {
	opacity: 100%;
}

.hover-btn:hover ~ .img-zoom {
	transform: scale(1.2);
	position: relative;
}

.next-btn {
	display: none;
	width: 30%;
}

.mySlides {
	display: none;
}

.next-btn {
	background-color: #26292d;
	border: none;
	color: #fff;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

@media (max-width: 992px) {
	.slot-sidebar-nav {
		flex-wrap: nowrap;
	}
	.slot-sidebar {
		float: none !important;
		width: 100% !important;
		flex: none !important;
		max-width: 100% !important;
		padding-right: 0 !important;
	}
	.content {
		float: none !important;
		width: 100% !important;
		flex: none !important;
		max-width: 100% !important;
	}
	.card {
		width: 33.3% !important;
	}
	.hover-btn:hover {
		opacity: 0;
	}

	.hover-btn:hover ~ .img-zoom {
		transform: scale(1);
		position: relative;
	}
	body {
		background: #2d0021;
	}
	.btn-provider {
		text-align: center;
		display: block;
	}
	.slot-sidebar-nav &gt; li &gt; a {
		height: 70px;
	}
	.enter {
		display: block;
	}
	.btn-provider span {
		position: unset;
	}
	.btn-provider i {
		margin: 0;
	}
	.slot-sidebar-nav li {
		border-left: 0.2px solid #656565;
		border-right: 0.2px solid #656565;
		border-bottom: none;
	}
	.img-zoom {
		height: auto;
	}
	.next-btn {
		display: block;
	}
	.res-bar {
		display: none;
	}
}

.footer {
	color: #fff;
}</pre></body></html>