body{
	width:100%;
	background-size: 100%;
	background:#550c15;
	height:100%;
	margin:0;
	color: white;
	padding:0;
}
h1,h2,h3,h4,h5{
	padding: 0;
	margin:0;
	display: inline;
}
a{
	color:white;
	text-decoration: none;
}

a:hover{
  color: #a9023b;
}

::placeholder{
	font-style: italic;
	text-align:center;
}
.listcontact{
	position:fixed;
	left:0px;
	width:7%;
	top:40%;
	z-index:99;
	font-size:12px;
}
.listcontact .contact_list{
	display:block;
	position:relative;
	background-color:#404040;
	width:100%;
	min-width:95px;
	margin:0;
	padding:0;
	border-radius:0px 12px 12px 0px;
	-webkit-border-radius:0px 12px 12px 0px;
	-moz-border-radius:0px 12px 12px 0px;
	-ms-border-radius:0px 12px 12px 0px;
	-o-border-radius:0px 12px 12px 0px;
	overflow:hidden;
	text-align:center;
	line-height:15px;
}
.listcontact .contact_list img{
	margin-top:10px;
	width:50%;
}

/* header */

.header {
  background-color: #d60000;
  background-image:linear-gradient(#d60000,#970505);
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  position: fixed;
  width: 100%;
  z-index: 3;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #981414;
}

.header li a {
  display: block;
  padding: 20px 20px;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
}

.header li a:hover,
.header .menu-btn:hover {
  background-color: #f4f4f4;
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 12px 20px 0 20px;
  text-decoration: none;
  color:white;
}
.header .logo img{
	max-height:35px;
}
.header .logomenu{
	max-width:930px;
}
.header .head .logomenu .logo1{
	width:30%;
}
.header .head .logomenu .logo1 img{
	width:100%;
}
/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #fff;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}
.head{
	position: relative;
	text-align: center;
	color: white;
	width:100%;
}
.head img{
	width:100%;
	max-width
}
.head form{
	position: absolute;
	top: 10%;
	left: 64%;
	width:20%;
}
.head form input[type=text], .head form input[type=password]{
	width:35%;
	border-radius:10px;
	height:20px;
	margin-right:3px;
}
.head form input[type=submit]{
	width:20%;
	height:25px;
	background:red;
	background-image:linear-gradient(#c40308,#980908);
	color:white;
	border:0;
	border-radius:7px;
}
.head form input[type=submit]:hover{
    background:white;
	color:red;
}
.head .logomenu{
	max-width:990px;
	width:100%;
	margin:0 auto;
	display:flex;
	position: absolute;
  	top: 50%;
  	left:13%;
}

.head .logomenu .logo1{
	width:25%;
	display:flex;
}
.head .logomenu .logo1 img{
	height:80%;
	width:95%;
}
.head .logomenu nav{
	width:75%;
	display:inline-block;
	margin:0;
	float:right;
}
.head .logomenu nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.head .logomenu nav ul li{
  list-style: none;
  margin: 0;
  display: inline-block;
  width:100px;
}
.head .logomenu nav ul li a{
  display: inline-block;
  padding:20%;
  margin:0;
  color:white;
}
.head .logomenu nav ul li a:hover{
	color:yellow;
}
#runtext{
	width:100%;
	background:black;
	display:block;
	min-height:30px;
}
#runtext .info{
	font-family:arial;
	max-width:900px;
	margin:0 auto;
	line-height:20px;
}
#runtext .info .infotext h1{
	width:10%;
	display: inline;
	float: left;
	position: relative;
	font-size:17px;
	margin:0;
	line-height:28px;
	font-family:"Franklin Gothic";
	font-size:14px;
	text-transform: uppercase;
	color:yellow;
}
#runtext .info .inforun marquee{
	position: relative;
	padding-top:6px;
	width: 90%;
	font-family:Arial;
	display: inline;
	float: right;
	font-size: 13px;
	color:#ffffff;
	background: #000000;
	border-radius:5px;
	margin-bottom: 10px;
}
.form1, .label1{
	display:none;
	text-align:center;
}
.wrapperbody{
	max-width:1000px;
	width:100%;
	margin:0 auto;
	padding:10px 20px 50px 20px;
	background-color: #000000;
	font-family:arial;
}
.wrapperbody .slider{
	max-width:980px;
	margin:0 auto 20px auto;
}
.wrapperbody .slider img{
	width:100%;
}
.wrapperbody .jp{
	text-align:center;
	max-width:100%;
}
.wrapperbody .jp .jpcontainer{
	position: relative;
	text-align: center;
	color: white;
	width:49%;
	display:inline-block;
}
.wrapperbody .jp .jpcontainer img{
	width:100%;
}
.wrapperbody .jp .jpcontainer .jptext {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size:48px;
}
.wrapperbody .games{
	text-align:center;
	max-width:100%;
}
.wrapperbody .bank{
	text-align:center;
	max-width:100%;
	margin-top:5px;
}
.wrapperbody .bank img{
	width:15%;
}

.wrapperbody1{
	max-width:1000px;
	width:100%;
	margin:0 auto;
	padding:10px 20px;
	background-color: #330609;
}

.wrapperbody1 .depowd{
	max-width:1165px;
	width:100%;
	display:flex;
	text-align:center;
	font-family:arial;
	position:relative;
	top:-50px
}
.wrapperbody1 .depowd .dpwd{
	width:50%;
	position: relative;
 	text-align: center;
	color: white;
	margin:0 auto;
	display:flex;
} 
.wrapperbody1 .depowd .dpwd img{
	width:98%;
}
.wrapperbody1 .depowd .dpwd .texthistory{
   position: absolute;
	top: 22%;
	left:0;
	font-size:23px;
	display:inline-block;
	width:100%;
	line-height:190%;
}
.wrapperbody1 .depowd .dpwd .texthistory .historyname, .wrapperbody1 .depowd .dpwd .texthistory .historyamount{
	width:44%;
	padding-left:5%;
	display:inline-block;
	text-align:left;
}
footer{
	text-align:center;
	font-family:arial;
	display:block;
}
footer p{
	margin-block-start: 0;
    margin-block-end: 0;
    font-size: 14px;
    text-align: left;
}
footer h1{
	display:block;
	font-family:arial;
	font-size:30px;
	line-height:22px;
	margin:25px 0;
}
footer h2{
	display:block;
	font-size:23px;
	line-height:20px;
	margin:10px;
}
footer h3{
	font-size:18px;
	margin:15px 0;
	display:block;
}
footer h4{
	font-size:15px;
	margin:15px 0;
	display:block;
}
footer h5{
	font-size:13px;
	margin:15px 0;
	display:block;
}
@media (max-width: 1168px) {
	.head{
		width:1168px;
	}
	.head .logomenu{
		width:1165px;
		margin:0 auto;
		display:flex;
		position: absolute;
		top: 50%;
		left:8%;
	}
	.head form input[type=text], .head form input[type=password]{
		font-size:12px;	
	}
	.head form input[type=submit]{
		font-size:12px;
	}
	.head .logomenu .logo1{
		width:25%;
	}
	.head .logomenu nav ul li a{
		display: inline-block;
		padding:15% 20%;
		color:white;
	}
	.head .logomenu nav ul li a:hover{
		color:yellow;
	}
	#runtext {
		width:1168px;
	}
	.wrapperbody{
		width:1128px;
		max-width:1128px;
	}
	.wrapperbody .games img{
		width:24%;
	}
	.wrapperbody1{
		width:1128px;
		max-width:1128px;
	}
}
@media (max-width: 1035px){
	.head .logomenu{
		width:99%;
		left:1%;
		top:40%;
		left:10%
	}
	.head form{
	position: absolute;
	top: 10%;
	left: 64%;
	width:20%;
}
	.head form input[type=text], .head form input[type=password]{
		width:35%;
		border-radius:20px;
		height:20px;
		margin-right:3px;
	}
	.head form input[type=submit]{
		width:20%;
		height:25px;
		background:red;
		background-image:linear-gradient(#c40308,#980908);
		color:white;
		border:0;
		border-radius:20px;
		font-size:12px;
	}
}

@media (min-width: 768px) {
  .header{
  	display:none;
  }
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }  	
}
@media (max-width: 767px){

	.head{
		display:none;
	}
	.header{
		width:100%;
		max-width:767px;
		z-index:999;
	}
	#runtext {
		width:100%;
		position:relative;
		padding-top:60px;
	}
	.wrapperbody{
		max-width:1000px;
		width:96%;
		margin:0 auto;
		padding:1% 2% 4% 2%;
		background-color: #000;
	}
	.wrapperbody .jp .jpcontainer .jptext {
	  position: absolute;
	  font-size:30px;
	}

	.wrapperbody .bank{
		margin-bottom:10px;
	}
	.wrapperbody1{
		max-width:1000px;
		width:96%;
		margin:0 auto;
		padding:1% 2%;
		background-color: #2e0b07;
	}
	.wrapperbody1 .depowd{
		top:-30px;
	}
	.wrapperbody1 .depowd .dpwd .texthistory{
  		line-height:160%;
  		font-size:18px;
	}
	.form1{
		display:inline-block;
		text-align:center;
		width:98%;
		padding:1%;
	}
	.label1{
		display:inline;
	}
	.form1 input[type=submit]{
		background:red;
		background-image:linear-gradient(#b60807, #8d0a0b);
		border:0;
		padding:7px;
		width:80px;
		font-weight:bold;
		margin-left:5px;
		border-radius:5px;
		color:white;
	}
	.form1 input[type=text], .form1 input[type=password]{
		height:22px;
	}
}
@media (max-width: 622px){
	.wrapperbody1 .depowd .dpwd .texthistory{
  		line-height:150%;
  		font-size:15px;
	}

}
@media all and (max-width : 592px){
	.label1{
		width:30%;
		display:inline-block;
		text-align:right;
	}
	.form1 input[type=text], .form1 input[type=password]{
		width:49%;
		margin-right:20%;
		margin-top:1%;
		
	}
	.form1 input[type=submit]{
		width:30%;
		margin-top:2%;
	}
}
@media all and (max-width : 480px) {
	#runtext .infotext{
		display:none;
	}
	#runtext .info .inforun marquee{
		width:100%;
	}

	.wrapperbody .jp .jpcontainer{
		position: relative;
		text-align: center;
		color: white;
		width:100%;
		display:inline-block;
	}
	.wrapperbody .games img{
		width:49%;
	}
	.wrapperbody .bank img{
		width:49%
	}
	.wrapperbody1 .depowd{
		top:-25px;
		display:block;
	}
	.wrapperbody1 .depowd .dpwd{
		width:100%;
		margin:1%;
	}
	.wrapperbody1 .depowd .dpwd .texthistory{
  		line-height:190%;
  		font-size:18px;
	}
	footer h1{
		line-height:28px;
		font-size:24px;
	}
	footer h2{
		font-size:15px;
	}
	footer h3{
		font-size:12px;
	}
}
@media all and (max-width : 404px) {
	.label1{
		width:20%;
		display:inline-block;
		text-align:right;
		font-size:18px;
	}
	.form1 input[type=text], .form1 input[type=password]{
		width:69%;
		margin-right:0%;
		
	}
	.form1 input[type=submit]{
		width:30%;
	}
}
@media all and (max-width : 384px){
	.wrapperbody1 .depowd .dpwd .texthistory{
  		line-height:190%;
  		font-size:15px;
	}
}
@media all and (max-width : 308px){
	.wrapperbody1 .depowd .dpwd .texthistory{
  		line-height:170%;
  		font-size:15px;
	}
}