@charset "utf-8";
/* CSS Document */

/*layer*/
.layui-layer-shade {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background: rgba(0, 0, 0, 0.5)!important;
    opacity: 1!important;
}

.shirt-updown-20 {
    top: 0px;
    position: absolute;
}
.shirt-updown-20 {
	-webkit-animation: goods 2s infinite linear;
	animation: goods 2s infinite linear
}
@-webkit-keyframes goods {
0% {
top:0px;
}
25% {
top:-5px;
}
50% {
top:-10px;
}
75% {
top:-5px;
}
100% {
top:0px;
}
}

.h-50px{
	height: 50px;
}
.h-60px{
	height: 60px;
}
.h-70px{
	height: 70px;
}
.h-100px{
	height: 100px;
}

.text-golden {
	color: #b3a147;
}