* {
	margin: 0px; padding: 0px;
}
@media screen and (min-width:960px)
{
body {
	background: rgb(245, 245, 245);
}
}
@media screen and (max-width:600px)
{
body {
	background: rgb(245, 245, 245);
}
}
@media screen and (max-width:959px) and (min-width:601px)
{
body {
	background: rgb(245, 245, 245);
}
}
.allBox {
	width: 95%; margin-right: auto; margin-left: auto; display: flex; justify-content: center;
}
.infoBox {
	background: rgb(255, 255, 255); border-radius: 8px; top: -40px; width: 100%; height: 190px; position: relative; border-shadow: 0px 10px 10px blue;
}
.txxx {
	height: 20px; color: rgb(153, 153, 153); font-size: 17px; margin-top: 10px; margin-left: 15px;
}
.weui-anniu {
	top: -20px; position: relative;
}
