@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
}

.wrap {
	width: 90px;
	height: 90px;
	margin: 120px auto 30px auto;
	position: relative
}

.dice {
	width: 90px;
	height: 90px;
	background: url(../images/dice.png) no-repeat;
}

.dice_1 {
	background-position: -5px -4px
}

.dice_2 {
	background-position: -5px -107px
}

.dice_3 {
	background-position: -5px -212px
}

.dice_4 {
	background-position: -5px -317px
}

.dice_5 {
	background-position: -5px -427px
}

.dice_6 {
	background-position: -5px -535px
}

.dice_t {
	background-position: -5px -651px
}

.dice_s {
	background-position: -5px -763px
}

.dice_e {
	background-position: -5px -876px
}

.game-map {
	height: 58vh;
	overflow: auto;
	min-height: 500px;
	padding: 10px 0;
}

.game-map .layui-row, .game-map .layui-row>div {
	margin: 0 auto;
}

.game-map .item {
	color: #888;
	font-size: .85rem;
	position: relative;
	height: 40px;
	line-height: 40px;
}

.game-map .item[data-number] {
	padding: 0 6px;
	margin: -1px;
	background: #F7FFF9;
	border: 1px solid #eee;
}

.game-map .item.occupy {
	font-size: 12px;
	text-align: left;
	color: #bbb;
}

.game-map .layui-row-1 .item[data-number], .game-map .layui-row-3 .item[data-number] {
	margin-top: 0;
}

.game-map .item i {
	font-size: 1.6rem;
	z-index: 1;
}

.game .move0 {
	color: #009688;
}

.game .move1 {
	color: #e5d4c2;
}

.game-map .layui-row>div {
	width: 90px;
	text-align: center;
}

.noborder {
	border: 0 !important;
}

.game-dice {
	float: left;
	width: auto;
	text-align: center;
	background: #dcdcdc;
	display: flex;
	margin: 10px 0;
	padding: 21px;
}

.game-next {
	width: 120px;
	float: left;
	text-align: center;
	margin: 10px 0;
	background: #F2F2F2;
	height: 110px;
	padding-top: 20px;
	border: 1px solid #ddd;
	border-left-color: #ccc;
	border-right-color: #ddd;
}

.game-next p {
	color: #999;
}

.game-next i {
	font-size: 3rem;
}

.game-logs {
	margin-left: 120px;
	height: 100px;
	overflow: auto;
	border-left: 0;
}