﻿@charset "utf-8";

.casino_box{
	padding:0 10px;
	margin:0 auto;
}
.item_box{
	position: relative;
	margin:15px 0;
	display: block;
}
.item .bg{
	width:100%;
	display: block;
}
.tag{
	position: absolute;
	top:15px;
	right: -5px;
	height: 24px;
}
.block_con{
	background: #121212;
	margin-bottom: 10px;
	padding:10px 15px;
}
.block_con img{width:100%; display: block;}
.img_box{ margin-bottom: 10px;}
.tit{
	color:#fff;
	font-size: 14px;
	margin-bottom: 10px;
	font-family: myfont1;
}
.tit_con{
	color:#cecece;
	font-size: 12px;
	line-height: 22px;
}
.tit_color{
	color:#fff;
	font-weight: bold;
}
.play_name{
	margin:20px 15px 10px;
	color:#fff;
	font-size: 14px;
}
.play_table{ border-collapse: collapse; }
.play_table th{color:#999;padding:10px 0;text-align: center;border: 1px solid #262626; background: #121212;}
.play_table th:first-child{
	padding-left:15px;
}
.play_table th:last-child{
	padding-right: 15px;
}
.play_table td{
	color:#999;
	padding:10px 0;
	text-align: center;
    border: 1px solid #262626;
}
.play_table td:first-child{
	padding-left:15px;
}
.play_table td:last-child{
	padding-right: 15px;
}
.mb10{margin-bottom: 10px;}

.list_btn{
	text-align: right;
	padding-right: 15px;
}
.list_btn img{
	width:18px;
}
.mask{
	z-index: 9;
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .7;
    cursor: default;
    position: fixed;
    background-color: #000;
    display: none;
}
.play{
	background: #fff;
    width: 100px;
    position: absolute;
    right: 5px;
    top: 45px;
    z-index: 10;
    display: none;
}
.play li {
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-bottom: 1px #e8e8e8 solid;
}
.play li a{color:#333;}
.play:before {
    content: "";
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -18px;
    right: 5px;
}
.download_casino {
    padding: 15px 15px 0;
}
.download_casino a {
    display: block;
    border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    background: #78c263;
    color: #fff;
    text-align: center;
    opacity: .8;
    -moz-opacity: .8;
    font-family: levibrushFont;
    height: 30px;
    line-height: 35px;
}
.download_casino .icon_img{
    margin-right: 3px;
    width: 20px;
    vertical-align: middle;
}
.download_casino .download_img{
    float: right;
    width: 20px;
    vertical-align: middle;
    margin:4px 4px 0 0 ;
}