/* CSS Document */
/*遮罩*/
.div-overlayer {
	/*display: none;*/
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 10000000;
	-moz-opacity: 0.4;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.game_bg, .game_share_bg, .game_share_build_bg{
	width:100%;
	min-height:568px;
	background-repeat:no-repeat;
	background-size:100% 100%;
	padding:0px 5%;
}
.game_bg{
	background-image:url(../images/activity/year/index_banner.jpg);
}
.game_share_bg{
	background-image:url(../images/activity/year/build_bg.jpg);
}
.game_share_build_bg{
	background-image:url(../images/activity/year/build_share_bg.jpg);
}
.index_title{
	width: 100%;
	margin:30px 0 20px 0;
}
.input_box{
	width:100%;
	margin:0 0 15px 0;
	padding:4px 4px;
	background-color:#dc002c;
	border-radius:3px;
}
.input_box .form-control{
	border-radius:0px;
	border:none;
	box-shadow: none;
}
.remark_box, .remark_share_box, .remark_share_build_box{
	width:100%;
	/*height:200px;*/
	background-color:#eee;
	border:4px solid #dc002c;
	border-radius:3px;
	margin:72px 0 0 0;
	padding:10px 0px 0px 0px;
	position:relative;
}
.remark_share_box{
	background-color:#fff;
	float:left;
	margin:162px 0 0 0;
}
.remark_share_build_box{
	background-color:#fff;
	float:left;
	margin:80px 0 0 0;
}
.rb_remark_detail{
	min-height: 180px;
	max-height:250px;
	padding:5px 10px;
	overflow-y:auto;
}
.rb_remark_detail .rb_info{
	background:url(../images/activity/year/line.png) repeat-y;
	line-height:30px;
	color:#000;
}
.rb_remark_detail .rb_info .rb1{
	text-indent:29px;
}
.rb_remark_detail .rb_info .rb2{
	text-align:right;
	padding-right:8px;
}
.person_title{
	color:#aeaeae;
	pading:10px  
}
.rb_content{
	padding:0 10px;
}
.rb_notice, .rb_monkey, .rb_tail, .rb_share_monkey, .share_arrow{
	position:absolute;
	background-repeat:no-repeat;
	background-size:100% 100%;
}
.rb_notice{
	width:130px;
	height:60px;
	top:-70px;
	left:10px;
	background-image:url(../images/activity/year/talk_notice.png);
}
.rb_monkey{
	width:124px;
	height:80px;
	top:-70px;
	right:10px;
	background-image:url(../images/activity/year/index_monkey.png);
}
.rb_share_monkey{
	width:140px;
	height:90px;
	top:-80px;
	/*right:10px;*/
	background-image:url(../images/activity/year/build_monkey.png);
	display:block;
}
.share_arrow{
	width:56px;
	height:50px;
	top:0px;
	right:10px;
	background-image:url(../images/activity/year/share.png);
}
.rb_tail{
	width:99px;
	height:50px;
	top:0px;
	left:-8px;
	background-image:url(../images/activity/year/monkey_tail.png);
}
textarea.form-control{
	height:90px;
	margin-top:10px;
	border:1px solid #dcdddd;
	box-shadow:none;
}
textarea.form-control:focus{
	border:1px solid #dcdddd;
}
.rb_footer{
	position:relative;
	height:50px;
	margin-top:12px;
	background-color:#fff;
}
.btn_style{
	color: #fff;
	background: #ff8800;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff8800), to(#ff3900));
	background: -moz-linear-gradient(top, #ff8800, #ff3900);
 	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8800', endColorstr='#ff3900');
	border:none;
	border-radius:3px;
	width:100px;
	height:30px;
	float:right;
	margin:10px 10px 0 0;
	text-align:center;
	padding:0;
}
.sub_style{
	color: #832702;
	background: #ffee00;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffee00), to(#f59500));
	background: -moz-linear-gradient(top, #ffee00, #f59500);
 	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee00', endColorstr='#f59500');
	border:none;
	border-radius:3px;
	width:100%;
	height:40px;
	float:right;
	margin:20px 0 0 0;
	font-size:1.15em;
	paddd
}
.btn_style:active, .sub_style:active{
	opacity:0.7;
	filter:alpha(opacity=70);
}
.index_qrcode_box{
	position:fixed;
	bottom:0;
	width:100%;
	z-index: 10000009;
	padding:0 10px;
	/*display:none;*/
}
.qrcode_box{
	position:relative;
}
.index_qrcode_box .qrcode_bottom{
	width:100%;
}
.index_qrcode_box .qrcode_img{
	position:absolute;
	width:40%;
	top:20px;
	left:5%;
	z-index:1000;
}
.index_qrcode_box .monkey_img{
	position:absolute;
	width:75%;
	top:-30%;
	right:-10px;
	z-index:10;
}
.qrcode_box div{
	position:absolute;
	bottom:1.1em;
	width:100%;
	color:#272727;
	font-size:1.2em;
	text-align:center;
	font-weight:bold;
}
.share_notice{
	width:100%;
	padding:60px 20px 5px 20px;
	float:left;
	position:relative;
}
.share_notice img{
	width:100%;
}




























