.shop-live {
	position: fixed;
	z-index: 10000;
	top: 150px;
	right: 10px;
	width: 326px;
	cursor: move;
}
.shop-live:hover {
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}
.shop-live .live-bth {
	background: #fff;
	text-align: center;
	padding: 10px 10px 12px;
	font-size: 0;
	display: none;
}
.shop-live:hover .live-bth {
	display: block;
}
.shop-live .live-bth a {
	text-decoration: none;
	font-size: 14px;
	line-height: 34px;
	border: 1px solid #ff9517;
	display: inline-block;
	border-radius: 4px;
	padding: 0 24px;
	margin: 0 10px;
	color: #fff;
	background-color: #ff9517;
}
.shop-live .live-bth.Red-btn a {
	border-color: #c30d23;
	background-color: #c30d23;
}
.shop-live .live-bth.Black-btn a {
	border-color: #383838;
	background-color: #383838;
}
.shop-live .live-bth.Green-btn a {
	border-color: #42a725;
	background-color: #42a725;
}
.shop-live .live-bth.Blue-btn a {
	border-color: #0872e0;
	background-color: #0872e0;
}
.shop-live-item{
	padding-bottom:56%;
	height: 0;
	position:relative;
	overflow: hidden;
}
.shop-live-item img{
	width: 100%;
	max-height: none;
	display: block;
}
.shop-live-item span{
	position:absolute;
	z-index: 99;
	top: 0;
	left: 0;
	height: 32px;
	width: 150px;
	font-size: 14px;
	font-weight: bold;
	font-family: 'microsoft yahei';
	color: #fff;
	line-height: 32px;
	padding-left: 24px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(234,85,85,1)), to(rgba(234,85,85,0)));
	background-image: -webkit-linear-gradient(90deg, rgba(234,85,85,1), rgba(234,85,85,0));
	background-image: -moz-linear-gradient(90deg, rgba(234,85,85,1), rgba(234,85,85,0));
	background-image: -ms-linear-gradient(90deg, rgba(234,85,85,1), rgba(234,85,85,0));
	background-image: -o-linear-gradient(90deg, rgba(234,85,85,1), rgba(234,85,85,0));
	background-image: linear-gradient(90deg, rgba(234,85,85,1), rgba(234,85,85,0));
    filter : progid:DXImageTransform.Microsoft.gradient(startColorStr='#{ea5555}', endColorStr='#{ffffff}');
}
.shop-live-item span::before{
	content:'';
	width: 5px;
	height: 5px;
	display: inline-block;
	border-radius: 50%;
	border:2px solid #fff;
	background-color: #e95958;
	position:absolute;
	left: 10px;
	top: 12px;
	box-sizing: content-box;
}
.shop-live-item .Closed{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	position:absolute;
	top: 10px;
	right: 10px;
	background-color: rgba(0,0,0,0.5);

	z-index: 88888;
	z-index: 98;
}
.shop-live-item .Closed i{
	width: 8px;
	height: 8px;
	display: inline-block;
	margin-top: 6px;
	background:url('https://public.mtnets.com/Images/public/shoplive.png') no-repeat 0 0;
}
.shop-live-item .Minimize{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	position:absolute;
	top: 10px;
	right: 40px;
	background-color: rgba(0,0,0,0.5);
	display: none;
	z-index: 99;
}
.shop-live-item .Minimize i{
	width: 8px;
	height: 8px;
	display: inline-block;
	margin-top: 6px;
	background:url('https://public.mtnets.com/Images/public/shoplive.png') no-repeat 0 -20px;
}
.shop-live--minimize{
	position:fixed;
	z-index: 10001;
	bottom: 0px;
	right: 0px;
	width: 260px;
	height:36px;
	background-color: #467bd9;
	border-radius: 3px 3px 0 0;
	overflow: hidden;
	display: none;
}
.shop-live--minimize b{
	width: 45px;
	height: 36px;
	position:absolute;
	top: 0;
	left: 0;
	background-color: #3165c0;
	text-align: center;
}
.shop-live--minimize b i{
	width: 18px;
	height: 18px;
	display: inline-block;
	background:url('https://public.mtnets.com/Images/public/shoplive.png') no-repeat 0 -42px;
	margin-top: 9px;
}
.shop-live--minimize b::after{
	content:'';
	position:absolute;
	right: -6px;
	top: 13px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-color: transparent transparent transparent #3165c0;
}
.shop-live--minimize p{
	font-size: 14px;
	line-height: 36px;
	color: #fff;
	text-indent: 60px;
}
.shop-live--minimize .Closed{
	width: 12px;
	height: 12px;
	position:absolute;
	top: 12px;
	right: 12px;
	margin-left: 12px;
	z-index: 99;
	background:url('https://public.mtnets.com/Images/public/shoplive.png') no-repeat 0 -103px;
}
.shop-live--minimize .Maximize{
	width: 15px;
	height: 13px;
	position:absolute;
	top: 12px;
	right: 36px;
	z-index: 98;
	background:url('https://public.mtnets.com/Images/public/shoplive.png') no-repeat 0 -75px;
}
.live-video{
	height: 182px;
	position:relative;
}
.warning_small{
	position:absolute;
	text-align: center;
	z-index: 9999;
	padding:20px;
	background-color: #000;
	top: 0;
	right: 0px;
	bottom:0;
	left: 0;
}
.warning_small .item{
	width: 100%;
}
.blockCenter{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.warning_small i.nowifi{
	display: inline-block;
	width: 60px;
	height: 47px;
	background:url('https://public.mtnets.com/Images/public/nowifi.png') no-repeat;
}
.warning_small i.noplay{
	display: inline-block;
    width: 30px;
    height: 27px;
    margin: 150px 0 20px;
    background: url('https://public.mtnets.com/images/public/waring.png') no-repeat;
}

.warning_small p{
	font-size: 14px;
	color: #fff;
	padding: 12px 0;
}
.warning_small a{
	display: inline-block;
	line-height: 22px;
	font-size: 12px;
	color: #fff;
	background-color: #a81b0c;
	border-radius: 11px;
	padding: 0 10px;
}
