.xiaoy,
.xiaoy img,
.day,
.day ul,
.yuany,
.day li span,
.day .shouy{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	vertical-align: baseline;
	box-sizing: border-box;
}
.yuany a span{
	font-size: 16px;
	font-weight: bold;
	color: #b61b31;
}
ul{
    list-style: none;
}

a{
	text-decoration: none;
	color: black;
}


/* 具体 */

.xiaoy{
	width: 178px;
	height: 189px;
	position: fixed;
	right: 0;
	bottom: -200px;
	margin-right: 10px;
	cursor: pointer;
	top: 68%;
}

.day{
	width: 178px;
	height: 600px;
	background: url(../image/fy_big.png) no-repeat;
	position: fixed;
	right: 0;
	top: 50%;
	margin-top:-300px;
}

.day ul{
	margin-top:155px;
	text-align:center;
}

.day ul li{
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 40px;
	width: 115px;
	line-height: 30px;
	opacity: 1;
}

.yuany{
	position: relative;
	left: 0;
	bottom: 0;
	border: 5px solid #FFFFFF;
	border-left: 15px solid #FFFFFF;
    border-right: 15px solid #FFFFFF;
	overflow: hidden;
	z-index: 99999;
	background: #fff;
	font-size: 15px;
	padding-bottom: 1px;
	behavior:url(PIE.htc);
}
.yuany a:hover{
	text-decoration: none;
}

.day .shouy{
	width: 100px;
	height: 35px;
	margin: 0 auto;
	margin-top: 10px;
	opacity: .5;
	cursor: pointer;
}
.goup-container{
	right: 15px!important;
}