* {
	margin: 0;
	padding: 0;
	
}
body {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-tap-highlight-color: rgba(0, 0, 0, 0);
	-ms-tap-highlight-color: rgba(0, 0, 0, 0);
	-o-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	width:100%;
	
	height:100%;
	margin:0 auto;
	background:#dd1122 url(../images/bg.jpg) no-repeat center top;
	overflow-x: hidden;
}
a{text-decoration: none;}
img {max-width:100%;
	border: none;
	
}

.neir{max-width:640px;height:100%;margin:0 auto;position:relative;}

.bg{width:640px;display:block;margin:0 auto;}
.bg_hide{opacity: 0;}

.neir_nr{position:absolute;top:0;left:0;width:100%;opacity: 0;}
.neir_nr_show{opacity: 1;}

.bg1{width:640px;display:block;margin:0 auto;}

.btn{position:absolute;top:765px;left:164px;width:345px;height:96px;border-radius:50px;cursor:pointer;}

.title{text-align: center;font-size:24px;color:#fae3b7;margin-bottom:15px;}
.luntop_box{position:absolute;top:915px;left:14%;width:69%;padding:3%;background:#d35642;border-radius:5px;}
.luntop{width:100%;height:112px;overflow:hidden;position:relative;}
.luntop ul{position:absolute;left: 0px;top: 0px;width:100%;}
.luntop ul li{overflow: hidden;white-space: nowrap;text-overflow:ellipsis;color:#fff;font-size:12px;padding:5px 0;}
.luntop ul li span{color:#f2e082;}
.luntop ul li b{color:#f2e082;}
.friend{overflow: hidden;line-height: 1.4;}
.friend-avatar{width:36px;height:36px;float:left;background-size:cover;background-repeat:no-repeat;background-position:center;border-radius:50%;}
.exp{margin-left:55px;font-size:20px;overflow:hidden;color:#fae3b7;}
.exp .nm-money{float:left;}
.exp .name{color:#f2e082}
.exp .time{float:right;}

.tc{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.8);text-align: center;}
.tc_nr{display:inline-block;position:relative;/*margin-top:15%;*/top:50%;transform: translateY(-50%);}
.tc_nr img{}
.tc_nr .close{position:absolute;top:0;right:52px;width:64px;height:64px;display:block;cursor: pointer;}
.tc_nr .btn_t{width:370px;height:80px;line-height: 80px;display:block;margin:-20px auto 0;background:#d42417;color:#fbe403;text-align: center;font-size:32px;border-radius: 5px;}
