/*直播中提示*/
.goods-live-tips{ width: 80px; max-height: 105px; z-index: 101; position: fixed; top: 15%; right: 10px; border-radius: 3px;} 
.goods-live-tips-close{ position: absolute; top: 0; right: 0; width: 16px; height: 16px; line-height: 16px; text-align: center; background: rgba(0,0,0,0.3); border-radius: 0 3px 0 0;}
.goods-live-tips-close i{ color: #fff; font-size: .5rem;}
.goods-live-tips-img{ width: 80px;  max-height: 80px; text-align: center;}
.goods-live-tips-img img{ max-width: 100%; max-height: 100%; border-radius: 3px 3px 0 0;}
.goods-live-tips-text{ background-color: #fa454e; height: 25px; line-height: 25px; border-radius: 0 0 3px 3px; text-align: center;}
.goods-live-tips-text .loader-live-icon{ background: currentcolor;position: relative;-webkit-animation: loader-live-icon 1s ease-in-out infinite;animation: loader-live-icon 1s ease-in-out infinite;-webkit-animation-delay: 0.4s;animation-delay: 0.4s;width: 2px;height: 4px;display: inline-block;color: #fff;}
.goods-live-tips-text .loader-live-icon:after,.goods-live-tips-text .loader-live-icon:before {content: '';position: absolute;width: inherit;height: inherit;background: inherit;-webkit-animation: inherit;animation: inherit;}
.goods-live-tips-text .loader-live-icon:before {right: 4px;-webkit-animation-delay: 0.2s;animation-delay: 0.2s;}
.goods-live-tips-text .loader-live-icon:after {left: 4px;-webkit-animation-delay: 0.6s;animation-delay: 0.6s;}
@-webkit-keyframes loader-live-icon {
	0%,
	100% {
	    box-shadow: 0 0 0 currentcolor, 0 0 0 currentcolor;
	}
	50% {
	    box-shadow: 0 -2px 0 currentcolor, 0 2px 0 currentcolor;
	}
}
@keyframes loader-live-icon {
	0%,
	100% {
	    box-shadow: 0 0 0 currentcolor, 0 0 0 currentcolor;
	}
	50% {
	    box-shadow: 0 -2px 0 currentcolor, 0 2px 0 currentcolor;
	}
}
@-webkit-keyframes loader-live-icon {
	0%,
	100% {
	    box-shadow: 0 0 0 currentcolor, 0 0 0 currentcolor;
	}
	50% {
	    box-shadow: 0 -2px 0 currentcolor, 0 2px 0 currentcolor;
	}
}
@keyframes loader-live-icon {
	0%,
	100% {
	    box-shadow: 0 0 0 currentcolor, 0 0 0 currentcolor;
	}
	50% {
	    box-shadow: 0 -2px 0 currentcolor, 0 2px 0 currentcolor;
	}
}
.goods-live-tips-text .text{ color: #fff; font-size: 10px; line-height: 25px; padding-left: 4px; display: inline-block; vertical-align: middle;}
