  /* lb_state */
.lb_play_box {
	width: 100%;
  height: 80px;
  line-height: 80px;
	background: #f8f8f8;
  padding: 0 30px 0 30px;
  position: relative;
}
.lb_play_box .sel_style1 select {
	width: 200px;
	height: 44px;
	line-height: 44px;
	background-color: #fff;
	font-size: 1em;
	background-size: 20px;
}
.lb_play_box  .select_box_01 {
	display:inline-block;
}
.lb_play_box input {
	width: 200px;
	height: 44px;
	line-height: 44px;
}
.lb_play_box .total {
	float:right;
}
.lb_play_box .total .lb_price {
	color:#212121;
	font-size:1.2em;
	font-weight: 500;		
}
	/* 2019.06.06 */
.instants {
	padding: 25px 10px;
}
.instants a.price_btn {
	width: 48%;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
}
.instants a.stop_btn {
	width: 48%;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
}
.instants a.check_out_btn {
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	border-radius: 10px;
}
.instants_list li {
	padding: 15px;
	border: 2px solid #ddd;
	border-radius: 10px;
	margin-bottom: 15px;
}
.instants_list li .instants_img {
	height: 150px;
	margin-bottom: 20px;
}
.instants_list li .instants_title {
	font-size: 22px;
}
.instants_list li .instants_pay_box {
	margin-top:10px;
}
.instants_list li .instants_pay_box span.instants_pay {
	font-size: 18px;
}
.instants_list li .instants_pay_box span.instants_pay span.instants_b_num {
	font-size: 30px;
	vertical-align: -1px;
}
.instants .float_btn {	
	padding:15px 0;
	margin:0 auto;
}
.roulette_box {
	padding:30px 0px 15px 0px;
}
input.btn_st_02 {
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0ab1d3+0,358be0+49,447ee4+62,6362ee+100 */
    background: #fe9c02;
    /* Old browsers */
    /*background: -moz-linear-gradient(top, #0ab1d3 0%, #358be0 49%, #447ee4 62%, #6362ee 100%);*/
    /* FF3.6-15 */
    /*background: -webkit-linear-gradient(top, #0ab1d3 0%, #358be0 49%, #447ee4 62%, #6362ee 100%);*/
    /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to bottom, #0ab1d3 0%, #358be0 49%, #447ee4 62%, #6362ee 100%);*/
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0ab1d3', endColorstr='#6362ee', GradientType=0);
    /* IE6-9 */
}

.float_btn input {
}
.instants_area {
	width:100%;	
	max-width: 840px;
	background:#ffffff;
	box-shadow:0px 1px 8px rgba(0,0,0,0.2);	
	margin:0px auto;
	padding:0 0 30px 0;
	overflow: hidden;
}
.roulette_box {
  position: relative;
	padding:50px 0 10px 0;
	overflow: hidden;
}
.instants_area .game_info {
	padding:0 40px;
}
.instants_area .game_info .float_btn {
	text-align:center;
}
.instants_area .game_info .float_btn a {
	display:inline-block;
	float:none;
	width:220px;
	line-height:44px;
  text-align:center;
}
.instants_area .game_info h2 {
	display:none;
}
.instants_area .game_info .des_txt {
  margin:30px 0 0 0;
}
.instants_area .game_info .des_txt li {
	font-size:15px;
	margin:10px 0;
}
.instants_area .game_info .des_txt li:before {
	content: '';
	display: inline-block;
	width: 17px;
	height: 17px;
	border: 1px solid #d4d4d4;
	margin-right: 5px;
	vertical-align: middle;
	background: #fff url(../../images/ic_check_b.png) no-repeat center;
	background-size: 12px auto;
	border-radius: 100%;
}
/*roulette image add*/
.roulette-image {
	position: relative;
	background-image: url(../../images/roulette_wheel.png);
	background-size: cover;
	width: 470px;
	height: 470px;
	transition: transform 5s ease-in-out;
}
.roulette_box .roulette {
	position: relative;
}
.roulette_box .roulette:after {
	content: '';
  position: absolute;
  display: block;
  top: 420px;
  left: 95px;
  background: url(../../images/roulette_bottom.png) no-repeat center bottom;
  width: 284px;
  height: 102px;
  z-index: -1;
}
.roulette-center {
	position: absolute;
	background-image: url(../../images/roulette_center.png) ;
	background-size: contain;
	width: 54px;
	height: 54px;
	top: 208px;
	left: 208px;
	transition: transform 5s ease-in-out;
}

.roulette-arrow {
	position: absolute;
	background-image: url(../../images/roulette_arrow.png);
	width: 43px;
	height: 52px;
	left: 213px;
	top: -15px;
}

.spin,
.retry {
	width: 48%;
	height: 60px;
	line-height: 60px;
	font-size: 1.4em;
	outline: 0;
	border: 0;
}

input.retry {
    cursor: pointer;
    display: none;
}

/*SCRATCH*/
.scratch_box {
	position: relative;
	padding:30px 0 20px 0px;
	overflow: hidden;
}
.scratch_box .scratch {
	position:relative;
	width:490px;
	height:560px;
	text-align:center;	
	margin:0 auto;
}
.scratch_box .game_01 {
	background: url(../../images/scratch_01_bg.jpg) no-repeat top center;
}
.scratch_box .game_02 {
	background: url(../../images/scratch_02_bg.jpg) no-repeat top center;
}
.scratch_box .game_03 {
	background: url(../../images/scratch_03_bg.jpg) no-repeat top center;
}
.scratch_box .scratch_logo {
  padding:15px 0;
}
.scratch_box .scratch_logo img {
	width:90%;
	max-width:360px;
}
.scratch_box .game_box {
	position:relative;
	display:block;
}
.scratch_box .scratch .game_box {
	position:relative;
	border-radius: 10px;
	margin:0 auto;
	background: url(../../images/scratch_01_gamebox_bg.jpg) no-repeat center;
	overflow: hidden;
}
.scratch_box .game_01 .canvas {
	position:absolute;
	top:0;
	left:0;
	width:345px;
	height:405px;
	/*background: url(../../images/scratch_01_img.png) no-repeat center;*/
	background-size:cover;
}
.scratch_box .game_02 .canvas {
	position:absolute;
	top:0;
	left:0;
	width:345px;
	height:330px;
	/*background: url(../../images/scratch_02_img.png) no-repeat center;*/
	background-size:cover;
}
.scratch_box .game_03 .canvas {
	position:absolute;
	top:0;
	left:0;
	width:345px;
	height:405px;
	/*background: url(../../images/scratch_03_img.png) no-repeat center;*/
	background-size:cover;
}
.scratch_box .scratch .game_box .form {
	width:100%;
	padding:15px 15px 0 15px;
}
.scratch_box .game_01 .game_box {
	width:345px;
	height:405px;
}
.scratch_box .game_02 .game_box {
	width:345px;
	height:330px;
	padding:0 20px;
	border-radius: 5px;
}
.scratch_box .game_03 .game_box {
	width:345px;
	height:405px;
	border:3px solid #000;
}
.scratch_box .scratch_img {
	position:absolute;
	top:0;
	left:0;
}
.scratch_box .scratch_img img {
	width:100%;
}
.scratch_box .scratch .txt_01 {
	display:block;
	font-size:14px;
	color:#555555;
	font-weight: 500;
	text-shadow: -1px 0 #ffffff, 0 1px #ffffff, 2px 0 #ffffff, 0 -1px #ffffff;
  -moz-text-shadow: -1px 0 #ffffff, 0 1px #ffffff, 2px 0 #ffffff, 0 -1px #ffffff;
  -webkit-text-shadow: -1px 0 #ffffff, 0 1px #ffffff, 2px 0 #ffffff, 0 -1px #ffffff;
	padding:10px 0 10px 0;
}
.scratch_box .scratch .game_box input {
	width:70px;
	line-height: 34px;
	text-align:center;
	font-size:1em;
	background:none;
	border:none;
}
.scratch_box table {
	width:100%;
}
.scratch_box table {
	width:100%;
}
.scratch_box table td  {
	text-align:center;
	padding:10px 10px;
}
.scratch_box table td .crypto_logo {
}
.scratch_box table td .crypto_logo > img {
	width:37px;
	height:37px;	
	background:#fff;
	border:7px solid #fff;
	border-radius: 100%;
}
.scratch_box table td .txt_price {
	display:block;
	font-size:0.8em;
	line-height:22px;
}
.scratch_box .game_02 table td {
	padding:15px 10px;
}
.scratch_box .game_03 table td {
	padding:5px 5px;
}
.scratch_box .game_03 table td .crypto_logo > img {
	width:32px;
	height:32px;
	border:5px solid #fff;
}

.scratch_box .result_box  {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 1000;
}
.scratch_box .result_box .result {
	position:relative;
	width: 90%;
	text-align:center;
	background:#55099b;
	border-radius: 10px;;
	border:2px solid #fff;
	padding:40px 10px;
	margin:50% auto 0 auto;
	transform:translateY(-25%);
}
.scratch_box .result_box .result .close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 32px;
	height: 32px;
	background: url(../../images/popup_close.png) no-repeat center;
	background-size: 32px;
	border: none;
}
.scratch_box .result_box .result h3{
	display:block;
  color:#fdcb02;
	font-size:1.25em;
	padding:0 0 20px 0;
}
.scratch_box .result_box .result span {
	color:#fff;
	font-size:0.9em;
}
.scratch_box .result_box .result .txt_total em {
	color:#fdcb02;
	font-style: normal;
	font-weight: 500;
}


/*roulette image add*/
@media screen and (max-width: 979px) {
	.spin,
	.retry {
			width: 49%;
			height: 55px;
			line-height: 55px;
			font-size: 1.2em;
	}
}

@media screen and (max-width: 640px) {
	.lb_play_box {
    height: 60px;
    line-height: 60px;
    background: #f8f8f8;
    padding: 0 15px 0 15px;
  }
	.lb_play_box .sel_style1 select {
		width: 100px;
		height: 36px;
		line-height: 36px;
		background-color: #fff;
		font-size: 0.9em;
		background-size: 16px;
	}
	.lb_play_box input {
    width: 80px;
    height: 36px;
    line-height: 36px;
		font-size: 0.9em;
  }
	.lb_play_box .total {
    font-size:0.9em;
  }
	.roulette_box .roulette {
    width: 300px !important;
    height: 300px !important;
  }
	.roulette_box .roulette:after {
		background-size: 160px 57px;
    top: 293px;
    left: 80px;
    width: 160px;
    height: 57px;
  }
  .roulette-image {
    width: 300px;
    height: 300px;
		margin:0 auto;
  }
	.roulette-center {
    width: 50px;
    height: 50px;
    top: 125px;
    left: 125px;
  }
	.roulette-arrow {
		background-size:30px 36px;
    width: 30px;
    height: 36px;
    left: 135px;
    top: -12px;
  }
	.spin,
	.retry {
			height: 40px;
			line-height: 40px;
			font-size: 1em;
	}
	.instants_area .game_info {
    padding: 0 20px;
  }
	.instants_area .game_info .des_txt {
		margin:15px 0 0 0;
	}
	.instants_area .game_info .des_txt li {
		font-size:14px;
		margin: 7px 0;
	}


  /*SCRATCH*/
	.scratch_box {
    padding: 20px 0 10px 0px;
  }
	.scratch_box .scratch {
    width: 90%;
    height: auto;
    text-align: center;
    background: url(../../images/scratch_01_bg.jpg) no-repeat top center;
		padding:0 0 30px 0;
  }
	.scratch_box .game_02 {
		background: url(../../images/scratch_02_bg.jpg) no-repeat top center;
	} 
	.scratch_box .game_03 {
		background: url(../../images/scratch_03_bg.jpg) no-repeat top center;
	}
	.scratch_box .scratch .game_box {
    border-radius: 10px;
		width: 280px;
		height:329px;
  }
	.scratch_box .game_02 .game_box {
    width: 280px;
    height:268px;
  }
	.scratch_box .game_01 .canvas,
	.scratch_box .game_03 .canvas {
		width: 280px;
		height:329px;		
	}
	.scratch_box .game_02 .canvas {
		width: 280px;
		height:268px;		
	}
	.scratch_box .scratch .txt_01 {
		font-size:13px;
    padding: 0px 0 10px 0;
  }
	.scratch_box .game_02 table td {
    padding: 9px 5px;
  }
	.scratch_box .game_03 table td {
    padding: 1px 5px;
  }
	.scratch_box .scratch .game_box input {
		width:90px;
	}
	.scratch_box .scratch_logo img {
		width:70%;
	}
	.scratch_box .game_01 .scratch_img img {
    height: 329px;
  }
	
	.scratch_box .game_02 .scratch_img img {
    height: 268x;
  }
	.scratch_box table td{
		text-align: center;
    padding: 7px 10px;
	}
	.scratch_box table td .crypto_logo > img {
		width: 35px;
    height: 35px;
	}
	.scratch_box .game_03 table td .crypto_logo > img {
		width:30px;
		height:30px;
	}
	.scratch_box .result_box .result h3 {
    font-size: 1em;
  }


}