﻿html,body{height: 100%;}
*{padding: 0px;margin: 0px;}
a{text-decoration:none;}
li{list-style:none;}

/*重要通知*/
.notice_button{
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	cursor: pointer;
	position: fixed;
	top: 30%;
	right:0px;
	width: 24px;
	font-family: "微软雅黑";
	line-height: 36px;
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
	background-color: #FFF;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	z-index: 3;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
.notice_button:hover{background-color: #FF0000;color: #FFFF00;}
.notice_bg{
	position: fixed;
	top: 0px;
	z-index: 3;
	width: 100%;
	height: 100%;
	background-image: url(../images/black_bg.png);
}
.notice_box{
	border-radius:10px;
	width: 650px;
	height: 310px;
	background-color: #FFF;
	margin-top: 15%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/notice_bg.jpg);
	border: 10px solid #FFF;
	position: relative;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#171B20,direction=0,strength=5);/*ie*/
    -moz-box-shadow: 0px 0px 15px #171B20;/*firefox*/
    -webkit-box-shadow: 0px 0px 15px #171B20;/*safari或chrome*/
	box-shadow:0px 0px 15px #171B20;
}
.notice_close{
	border-radius:20px;
	cursor:pointer;
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	font-family: "微软雅黑";
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background-color: #000;
	border: 4px solid #FFF;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#171B20,direction=0,strength=5);/*ie*/
    -moz-box-shadow: 0px 0px 3px #171B20;/*firefox*/
    -webkit-box-shadow: 0px 0px 3px #171B20;/*safari或chrome*/
	box-shadow:0px 0px 3px #171B20;
}
.notice_close:hover{
	color: #FFFF00;
	background-color: #FF3300;
	border: 4px solid #FFFF00;
}

/*二维码*/
.code_box{
	position: fixed;
	bottom:20px;
	right:0px;
	width: 100px;
	font-family: "微软雅黑";
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	background-color: #FFF;
	z-index: 2;
	padding-bottom: 10px;
}
