* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #fbf5e9;
	text-align: center;
	outline: none;
}

.container {
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	overflow: auto;
}

.content {
	width: 950px;
	min-height: 100%;
	background: #ffffff;
	/*padding: 0 0 20px 0;*/
	margin: 0 auto;
	text-align: left;
}

.header {
	width: 950px;
	height: 100px;
	margin: 0 auto;
}

.gameType {
	margin: 10px 0 10px 10px;
}

.bettingType {
	margin-left: 10px;
}

.gameTypeList {
	width: 102px;
}

.bettingTypeList {
	width: 70px;
}

.fushi,
.dantuo {
	margin-top: 20px;
	margin-left: 10px;
}

.dantuo input {
	width: 220px;
	height: 25px;
	border: 1px solid #818286;
	padding-left: 8px;
	border-radius: 4px;
}

.danMaBettingNum,
.tuoMaBettingNum {
	width: 110px !important;
}

.bettingNum,
.winNum {
	width: 125px;
	height: 25px;
	border: 1px solid #818286;
	padding-left: 8px;
	border-radius: 4px;
}

.gameNode {
	margin: 10px 10px 0 0;
	border: 1px solid #f10f10;
	display: inline-block;
	padding: 2px 12px;
	border-radius: 4px;
	font-size: 14px;
	background: #FFFFFF;
}

.gameNode:hover {
	cursor: pointer;
}

.bettingNode {
	margin: 10px 10px 0 0;
	border: 1px solid #f10f10;
	display: inline-block;
	padding: 2px 12px;
	border-radius: 4px;
	font-size: 14px;
	background: #FFFFFF;
}

.bettingNode:hover {
	cursor: pointer;
}

.active {
	background: #f10f10;
	color: #FFFFFF;
}

.btn {
	margin: 20px 0 0 127px;
	border: 1px solid #000;
	display: inline-block;
	padding: 2px 12px;
	border-radius: 4px;
	font-size: 14px;
	background: #e8e8e8;
}

.btn:hover {
	cursor: pointer;
	border: 1px solid #797676;
	color: #797676;
}

.bettingDetail {
	margin-top: 30px;
	padding: 0 10px;
}

.amount {
	margin-top: 30px;
	padding: 0 10px;
}

input {
	outline: none;
}

.detailTable {
	/* display: none; */
}

table {
	width: 100%;
	min-height: 25px;
	line-height: 25px;
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #a5a6a9;
	margin-top: 10px;
}

table tr td,
th {
	height: 30px;
	font-size: 14px;
	padding: 4px;
	border: 1px solid #a5a6a9;
}

.prizeDetail {
	margin-top: 30px;
	padding: 0 10px 49px 10px;
}

.introList {
	margin-top: 10px;
}

.yuan {
	display: inline-block;
	vertical-align: top;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #000000;
	margin-top: 10px;
}

.intro {
	width: 910px;
	float: right;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
}

#copybox {
	width: 950px;
	display: none;
	background-image: url(../images/bq_bg.gif);
	background-repeat: repeat-x;
	line-height: 24px;
	margin: 55px auto;
	height: 110px;
	text-align: center;
	font-size: 12px;
	background-color: #FFF;
	padding-top: 15px;
}

#copybox a {
	font-family: "宋体";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

#copybox a:hover {
	text-decoration: underline;
}
