html,body{
	background-color: #f1f1f1;
}
#header{
	position: absolute;
}
.container{
	max-width: 1200px;
	padding-top: 95px;
	padding-bottom: 50px;
}
.container>div>div{
	box-shadow: 0px 0px 3px rgb(85, 85, 85);
	margin-bottom: 10px;
	background-color: #FFFFFF;
}
.container>h2{
	line-height: 60px;
	font-size: 20px;
}

.container>div:nth-child(2){
	float: right;
}

.container>div:nth-child(3){
	float: left;
}
.video_box{
	width: 800px;
	background-color: #000000!important;
	position: relative;
}

.video_box video{
	width: 100%;
	height: auto;
}

.announcement_box{
	width: 380px;
	height: 100px;
	padding: 0 10px;
	box-sizing: border-box;
}

.announcement_box p:nth-child(1){
	font-size: 16px;
	line-height: 30px;
}
.announcement_box p:nth-child(2){
	font-size: 16px;
	line-height: 30px;
	text-indent: 2em;
	color: #666666;
}

.user_info_box{
	width: 380px;
	height: 128px;
	background:url(../zhibo/zbb.jpg) 100% 100%;
}
.user_info_box p:nth-child(1){
	font-size: 16px;
	line-height: 30px;
	padding: 0 10px;
	border-bottom: 1px solid #CCCCCC;
}
.user_info_box p:nth-child(2){
	font-size: 12px;
	line-height: 30px;
	padding: 0 10px;
}
.user_info_box p:nth-child(3){
	font-size: 24px;
	line-height: 70px;
	text-align: center;

}

.reward_box{
	width: 800px;
	position: relative;
}
.reward_box h2{
	line-height: 36px;

}
.reward_box ul{
	padding: 20px 20px 50px;
}
.reward_box li{
	display: inline-block;
	margin: 10px;
	cursor: pointer;
	box-sizing: border-box;
	padding: 5px 2px;
}
.reward_box li.re_check{
	box-shadow: 0 0 5px #888888;
}
.reward_box img{
	width: 66px;
	height: 60px;
}
.reward_box p{
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	font-family: '楷体';
}
.reward_box p:nth-child(3){
	color: #888888;
	
}
.reward_box button{
	width: 100%;
	height: 30px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	line-height: 30px;
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #FF3D6F;
	border: 0;
	color: #FFFFFF;
	cursor: pointer;
}

.reward_box button:hover{
	border: 1px solid #CCCCCC;
}

.message_box{
	width: 380px;
	height: 480px;
	position: relative;
	background-color: #f3f3f3!important;
}
.message_box p:nth-child(1){
	font-size: 16px;
	line-height: 30px;
	padding: 0 10px;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	box-shadow: 1px 1px 2px #CCCCCC;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto auto;
}

.message_box ul{
	position: absolute;
	top: 30px;
	bottom: 30px;
	left:0;
	right: 0;
	overflow-y: auto;
}
.message_box li{
	font-size: 12px;
	line-height: 30px;
	color: #555555;
	padding: 0 10px;
}
.message_box li span{
	color: #F99C3D;
}

.message_box input{
	width: 80%;
	height: 30px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	line-height: 30px;
	padding-left: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.message_box button{
	width: 20%;
	height: 30px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	line-height: 30px;
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #FF3D6F;
	border: 0;
	color: #FFFFFF;
	cursor: pointer;
}

.message_box button:hover{
	border: 1px solid #CCCCCC;
}
