/*平滑的陰影特效*/
.bei-box-shadow{
    box-shadow: rgba(0,0,0,.2) 0 1px 5px 0px;
}
.bei-background-opacity{
	background-color: rgba(0,0,0,.2)
}
