* {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
	width: 100%;
	height: 100%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.hide {
	display: none;
}

#loading {
	width: 100%;
	height: 100%;
	background: #000;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
}

#loading img {
	width: 2.5rem;
	position: absolute;
	display: block;
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

#ui-view {
	width: 100%;
	height: 100%;
	position: relative;
}

#alertBox {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
}

#alertBox .styles {
	display: none;
	opacity: 0;
	width: 0;
	height: 0;
}

#audios {
	display: none;
	opacity: 0;
	width: 0;
	height: 0;
}

.beanLog {
	z-index: 1001;
	width: 9rem;
	height: 10.36rem;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #FFFFFF;
	border-radius: 5px;
	font-family: PingFang-SC-Medium;
}

.beanLogContent {
	height: 8.7rem;
	margin: 0.3rem;
	margin-top: 0;
	overflow: scroll;
	background: #332520;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 0.35rem;
	-webkit-overflow-scrolling: touch;
}
.beanLogContent .beanLogModeBox{
	display: flex;
	height: 1rem;
	align-items: center;
	justify-content: space-around;
	padding: .1rem;
}
.beanLogContent .beanLogModeBox .modeItem{
	font-size: .4rem;
	flex: 1;
	text-align: center;
	height: 100%;
	line-height: 1rem;
	border-radius: .1rem;
}

.beanLogContent .beanLogModeBox .curModeItem{
	background: #fff;
	color: #000;
}

.beanLog .cancel {
	width: 0.98666667rem;
	height: 0.98666667rem;
	background: url(../images/hall/guildCancel.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: -0.33333333rem;
	right: -0.33333333rem;
}
.beanLog .addMore
{
	cursor: pointer;
}

.beanLog .title {
	height: 1.3rem;
	line-height: 1.3rem;
	text-align: center;
	font-size: 0.453rem;
	color: #332520;
}

.beanLog .beanLogItem {
	height: 1rem;
	font-size: 0.3rem;
	padding:0.3rem;
	background: #463b38;
	margin-bottom: 0.11rem;
	display: table;
	width: 93%;
}
.beanLog_f,
.beanLog_r {
	height: 100%;
	line-height: 1.5rem;
}

.beanLogSend,
.beanLogTime,
.sendName,
.sendGoldbean,
.sendTips {
	margin-right: 0.2rem;
	margin-left: 0.2rem;
}
.club_lave {
	color: #4070FB;
}

.setpokerView {
	display: none;
	width: 100%;
	height: 30px;
	position: fixed;
	left: 0;
	top: -80px;
	bottom: 0;
	right: 0;
	margin: auto;
	text-align: center;
}

.setPoker {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 60px;
	height: 30px;
}

.banner {
	width: 90%;
	height: 0.93rem;
	background: url(../images/hall/guild_header.png) no-repeat;
	background-size: 100% 100%;
	font-size: 0.4rem;
	color: #FFFFFF;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	top: 1.8rem;
	display: block;
	margin: 0 auto;
	position: absolute;
	overflow: hidden;
	z-index: -1;
	opacity: 0;
}

.banner .bannerText {
	position: absolute;
	top: 0;
	left: 100%;
	line-height: 0.93rem;
	display: block;
	word-break: keep-all;
	text-overflow: ellipsis;
	white-space: nowrap;
}
