@charset "utf-8";
/*- scrollbar -*/
::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

::-webkit-scrollbar-thumb {
	background-color: #a4a4a4;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

::-webkit-scrollbar-thumb:vertical:hover {
	background-color: #a4a4a4;
}

::-webkit-scrollbar-thumb:vertical:active {
	background-color: #a4a4a4;
}

::-webkit-scrollbar-button {
	display: none;
}

::-webkit-scrollbar-track {
	background-color: #ebebeb;
}
  /*- scrollbar -*/
/* CSS Document Start*/
.live-item .hd_tag {
	position: absolute;
	left: 0px;
	top: 7px;
	width: 72px;
	height: 20px;
	z-index: 2;
	color: white;
	line-height: 20px;
	font-size: 12px;
	box-sizing: border-box;
	padding-left: 20px;
	/* padding-right: 27px; */
	/* text-align: center;  */
	/* transform: scale(.5,.5) */
}

.live-item .hd_tag.hot {
	background: url('../images/hd_tag1.jpg')no-repeat center center /100% 100%;
}

.live-item .hd_tag.dashen {
	background: url('../images/hd_tag2.jpg')no-repeat center center /100% 100%;
}

.live-item .hd_tag.wangpai {
	color: #906d2a;
	background: url('../images/hd_tag3.jpg')no-repeat center center /100% 100%;
}

.live-item .hd_tag.meili {
	background: url('../images/hd_tag4.jpg')no-repeat center center /100% 100%;
}

.event-list.new {
	width: 80%;
	margin: 20px auto;
	background: rgba(255,255,255,0.17);
	border-radius: 10px;
	overflow: hidden;
	padding: 0;
}

.event-list.new .event-list-item {
	width: 49%;
	float: left;
	text-align: center;
	background: rgba(255,255,255,0.17);
	font-size: 12px;
	padding: 4px;
	box-sizing: border-box;
	font-weight: 400;
	color: rgba(223,223,223,1);
	margin-bottom: 2px;
	cursor: pointer;
}

.event-list.new .event-list-item:nth-child(2n) {
	float: right;
}

.event-list.new .event-list-item:nth-last-child(1) {
	margin-bottom: 0;
}

.event-list.new .event-list-item:nth-last-child(2) {
	margin-bottom: 0;
}

.event-list.new .event-list-item.on {
	background: rgba(255,255,255,0);
	color: #fff;
}

.event-list.new .event-list-item img {
	width: 48px;
	height: 48px;
}


/* #header{position:fixed;top:0;z-index:99;} */
@media only screen and (max-width: 1439px) {
	#live {
		height: auto;
		min-height: 580px;
		overflow: hidden;
		background: #f3f4f8;
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
	}

	.slide-box {
		width: 100px;
		height: 100%;
		overflow: hidden;
		position: fixed;
		left: 0;
		top: 82px;
		z-index: 9;
	}

	.slide-container {
		width: 0px;
		top: 82px;
		left: 0;
		bottom: 0;
		height: 100%;
		position: fixed;
		background: url(../show/images/linTmp/live-slide.png) center top repeat;
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
	}

	.slide-max {
		overflow: auto;
		position: fixed;
		top: 82px;
		bottom: 0;
		left: 0;
		margin: auto 0;
		z-index: -9;
		width: 83px;
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
		filter: alpha(opacity=0);
		opacity: 0;
	}

	.slide-min {
		position: fixed;
		top: 82px;
		bottom: 0;
		left: 0;
		margin: auto 0;
		z-index: 9;
		width: 83px;
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
		filter: alpha(opacity=0);
		opacity: 0;
/*padding-top:20px;*/
	}

	.slide-min dt {
		position: fixed;
		bottom: 28px;
		left: 0;
		overflow: hidden;
		padding: 0 0;
		width: 83px;
	}

	.slide-min dt a {
		color: #fff;
		width: 83px;
		height: 28px;
		display: block;
		font-size: 14px;
		margin: 0 auto 15px;
		line-height: 28px;
		text-align: center;
		border-radius: 20px;
		background: -webkit-linear-gradient(45deg, #fe5560, #1ea9f4);
		background: -moz-linear-gradient(45deg, #fe5560, #1ea9f4);
		background: -ms-linear-gradient(45deg, #fe5560, #1ea9f4);
		background: -o-linear-gradient(45deg, #fe5560, #1ea9f4);
		background: linear-gradient(45deg, #fe5560, #1ea9f4);
	}

	.slide-min dt .contact:before {
		content: '\e903';
		font-size: 14px;
		color: #fff;
		margin-right: 2px;
	}

	.slide-min dt .want-live:before {
		content: '\e902';
		font-size: 14px;
		color: #fff;
		margin-right: 2px;
	}

	.slide-min dd {
		padding: 14px 0 10px;
		height: 80px;
		border-top: 1px solid #822156;
	}

	.slide-min dd a {
		display: block;
		text-align: center;
		color: #fff;
		font-size: 16px;
	}

	.slide-min dd:nth-of-type(1) a:before {
		content: '\e929';
		font-size: 40px;
		color: #fff;
		display: block;
		margin-bottom: 15px;
		margin-top: 0;
	}

	.slide-min dd:nth-of-type(2) a:before {
		content: '\e909';
		font-size: 40px;
		color: #fff;
		display: block;
		margin-bottom: 15px;
		margin-top: 0;
	}

	.slide-min dd:nth-of-type(3) a:before {
		content: '\e915';
		font-size: 40px;
		color: #fff;
		display: block;
		margin-bottom: 15px;
		margin-top: 0;
	}

	.slide-min dd:nth-of-type(4) a:before {
		content: '\e907';
		font-size: 40px;
		color: #fff;
		display: block;
		margin-bottom: 15px;
		margin-top: 0;
	}

	.slide-min dd:nth-of-type(5) a:before {
		content: '\e933';
		font-size: 40px;
		color: #fff;
		display: block;
		margin-bottom: 15px;
		margin-top: 0;
	}

	.slide-header {
		overflow: hidden;
	}

	.slide-header dt {
		color: #fff;
		height: 36px;
		padding: 0 5px;
		font-size: 14px;
		line-height: 36px;
		overflow: hidden;
	}

	.slide-header dt strong {
		font-weight: normal;
		display: block;
		float: left;
		overflow: hidden;
		line-height: 36px;
	}

	.slide-header dt strong:before {
		content: '\e900';
		font-size: 16px;
		color: #fff;
		margin-right: 4px;
	}

	.slide-header dt span {
		float: left;
		display: block;
		font-size: 12px;
		margin-top: 1px;
	}

	.slide-header dd {
		height: 36px;
		color: #1ea9f4;
		padding: 0 5px;
		font-size: 16px;
		line-height: 36px;
		text-align: left;
		overflow: hidden;
		background: -webkit-linear-gradient(45deg, #4c032a, #5d074c);
		background: -moz-linear-gradient(45deg, #4c032a, #5d074c);
		background: -ms-linear-gradient(45deg, #4c032a, #5d074c);
		background: -o-linear-gradient(45deg, #4c032a, #5d074c);
		background: linear-gradient(45deg, #4c032a, #5d074c);
	}

	.slide-header dd:before {
		content: '\e90a';
		font-size: 16px;
		color: #1ea9f4;
		margin-right: 4px;
	}

	.slide-main {
		padding: 5px;
		overflow: hidden;
	}

	.event-live {
		margin-bottom: 15px;
		overflow: hidden;
	}

	.event-title {
		font-size: 14px;
		color: #fff;
		line-height: 21px;
	}

	.event-title:before {
		content: '\e905';
		font-size: 14px;
		color: #fff;
		margin-right: 4px;
	}

	.event-follow dt {
		color: #fff;
		height: 36px;
		font-size: 14px;
		line-height: 36px;
		overflow: hidden;
	}

	.event-follow dt strong {
		font-weight: normal;
		display: block;
		float: left;
		overflow: hidden;
		line-height: 36px;
	}

	.event-follow dt strong:before {
		content: '\e900';
		font-size: 16px;
		color: #fff;
		margin-right: 4px;
	}

	.event-follow dt span {
		float: left;
		display: block;
		font-size: 12px;
		margin-top: 1px;
	}

	.event-list {
		display: block;
		margin: 5px 0 0;
		padding: 8px;
		border-radius: 5px;
		background: rgba(255,255,255,.13);
		overflow: hidden;
	}

	.event-list span {
		overflow: hidden;
		display: block;
		color: #dfdfdf;
		font-size: 12px;
		height: 28px;
		line-height: 28px;
	}

	.event-list span:before {
		content: '\e904';
		font-size: 12px;
		color: #fff;
		margin-right: 4px;
	}

	.event-list span a {
		color: #ffffff;
	}

	.slide-item {
		overflow: hidden;
		margin-bottom: 5px;
	}

	.slide-item dt {
		font-size: 14px;
		color: #fff;
		overflow: hidden;
		margin-bottom: 8px;
		line-height: 21px;
	}

	.slide-item:nth-child(2) dt:before {
		content: '\e909';
		font-size: 14px;
		color: #fff;
		margin-right: 4px;
	}

	.slide-item:nth-child(3) dt:before {
		content: '\e908';
		font-size: 14px;
		color: #fff;
		margin-right: 4px;
	}

	.slide-item:nth-child(4) dt:before {
		content: '\e907';
		font-size: 14px;
		color: #fff;
		margin-right: 4px;
	}

	.slide-item:nth-child(5) dt:before {
		content: '\e906';
		font-size: 14px;
		color: #fff;
		margin-right: 4px;
	}

	.slide-item dd {
		float: left;
		color: #fff;
		width: 80px;
		height: 27px;
		cursor: pointer;
		font-size: 12px;
		overflow: hidden;
		line-height: 27px;
		margin-right: 7px;
		margin-bottom: 10px;
		text-align: center;
		border-radius: 20px;
		/*background: rgba(255,255,255,.13);*/
		background: rgba(242,242,242);
	}

	.slide-item dd:nth-of-type(2n) {
		margin-right: 0;
	}

	.slide-item dd a {
		color: #ffffff;
	}

	.slide-footer {
		overflow: hidden;
		text-align: center;
	}

	.slide-footer a {
		color: #fff;
		width: 134px;
		height: 38px;
		display: block;
		font-size: 16px;
		margin: 0 auto;
		line-height: 38px;
		text-align: center;
		border-radius: 20px;
		background: -webkit-linear-gradient(45deg, #fe5560, #1ea9f4);
		background: -moz-linear-gradient(45deg, #fe5560, #1ea9f4);
		background: -ms-linear-gradient(45deg, #fe5560, #1ea9f4);
		background: -o-linear-gradient(45deg, #fe5560, #1ea9f4);
		background: linear-gradient(45deg, #fe5560, #1ea9f4);
	}

	.slide-footer a.list_appdown {
		position: relative;
		color: #fff;
		width: 134px;
		height: 38px;
		display: block;
		font-size: 16px;
		margin: 0 auto;
		line-height: 38px;
		text-align: center;
		border-radius: 20px;
		background: -webkit-linear-gradient(45deg, #fe5560, #1ea9f4);
		background: -moz-linear-gradient(45deg, #fe5560, #1ea9f4);
		background: -ms-linear-gradient(45deg, #fe5560, #1ea9f4);
		background: -o-linear-gradient(45deg, #fe5560, #1ea9f4);
		background: linear-gradient(45deg, #fe5560, #1ea9f4);
		margin: 0 auto !important;
		margin-top: 10px !important;
		text-indent: 17px;
	}

	.slide-footer a.list_appdown.list_appdown .phone_ico {
		position: absolute;
		left: 24px;
		top: 11px;
		width: 16px;
		height: 16px;
		background: url("../images/phone2.png") no-repeat center center/100% 100%;
	}

	.slide-footer .contact:before {
		content: '\e903';
		font-size: 16px;
		color: #fff;
		margin-right: 4px;
	}

	.slide-footer .want-live:before {
		content: '\e902';
		font-size: 16px;
		color: #fff;
		margin-right: 4px;
	}

	.slide-btn {
		width: 17px;
		height: 97px;
		position: fixed;
		cursor: pointer;
		top: 0;
		bottom: 0;
		left: 0px;
		margin: auto 0;
		background: url(../show/images/linTmp/live-slide-btn.png) center center no-repeat;
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
	}

	#live.curr {
/*padding-left:300px;*/
	}

	#live.curr .slide-box {
		width: 183px;
	}

	#live.curr .slide-container {
		width: 183px;
	}

	#live.curr .slide-max {
		filter: alpha(opacity=100);
		opacity: 1;
		z-index: 9;
		width: 183px;
	}

	#live.curr .slide-min {
		filter: alpha(opacity=0);
		opacity: 0;
		z-index: -9;
	}

	#live.curr .slide-btn {
		left: 183px;
		background: url(../show/images/linTmp/live-slide-curr-btn.png) center center no-repeat;
	}

	.live-box {
		width: 860px;
		height: auto;
		margin: 0 auto;
		overflow: hidden;
	}

	.live-warpper {
		width: 860px;
		margin: 0 auto;
		overflow: hidden;
	}

	.live-tag {
		margin: 13px 0 15px;
		overflow: hidden;
	}

	.live-tag dt {
		height: 30px;
		line-height: 30px;
		font-size: 30px;
		color: #373737;
		float: left;
		margin-right: 13px;
	}

	.live-tag dd {
		float: left;
		color: #1487f4;
		border: 1px solid #1487f4;
		height: 22px;
		line-height: 22px;
		font-size: 14px;
		width: 69px;
		text-align: center;
		margin-top: 6px;
		margin-right: 13px;
		border-radius: 5px;
	}

	.live-list {
		background: #fff;
		overflow: hidden;
		margin-bottom: 20px;
/*min-height: 600px;*/
	}

	.live-item {
		float: left;
		width: 162px;
		height: auto;
		margin: 10px 5px 0px;
		position: relative;
	}

	.live-item .live-img {
		/*background: url(../images/default.jpg) 0 0 no-repeat;*/
		background-size: 100% 100%;
		height: 100px;
		overflow: hidden;
		position: relative;
	}

	.live-item .live-img a {
		display: block;
		height: 100%;
	}

	.live-item .live-img a img {
		width: 100%;
		height: 100%;
	}

	.live-item .live-img b {
		width: 63px;
		height: 24px;
		display: block;
		overflow: hidden;
		line-height: 24px;
		position: absolute;
		text-align: center;
		background: rgba(0,0,0,.5);
		bottom: 0;
		right: 0;
		color: #fff;
		font-size: 12px;
	}

	.live-item .live-user {
		height: 43px;
		padding: 10px 0;
		overflow: hidden;
	}

	.user-img {
		width: 43px;
		height: 43px;
		border-radius: 50%;
		float: left;
		overflow: hidden;
	}

	.user-info {
/*float:right;*/
		height: auto;
		overflow: hidden;
	}

	.user-info strong {
		display: block;
		overflow: hidden;
		margin-bottom: 5px;
	}

	.user-info strong a {
		font-size: 14px;
		color: #333;
		width: 100%;
		display: block;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}

	.user-info strong a:hover {
		color: #1ea9f4;
	}

	.user-info span {
		display: block;
		font-size: 12px;
		color: #8d93a2;
		overflow: hidden;
	}

	.user-info span b {
		float: left;
		display: block;
		width: 60px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}

	.user-info span i {
		float: right;
		display: block;
	}

	.user-info span i:before {
		content: '\e944';
		font-size: 12px;
		color: #8d93a2;
		margin-right: 3px;
	}

	.live-txt {
		text-align: Center;
		color: #1ea9f4;
		font-size: 34px;
		overflow: hidden;
		margin: 50px auto 100px;
	}
}
/**************/
@media only screen and (min-width: 1440px) and  (max-width: 1679px) {
	#live {
		height: auto;
		min-height: 580px;
		overflow: hidden;
		background: #f3f4f8;
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
	}

	.slide-box {
		width: 100px;
		height: 100%;
		overflow: hidden;
		position: fixed;
		left: 0;
		top: 82px;
		z-index: 9;
	}

	.slide-container {
		width: 0px;
		top: 82px;
		left: 0;
		bottom: 0;
		height: 100%;
		position: fixed;
		background: url(../show/images/linTmp/live-slide.png) center top repeat;
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
	}

	.slide-max {
		overflow: auto;
		position: fixed;
		top: 82px;
		bottom: 0;
		left: 0;
		margin: auto 0;
		z-index: -9;
		width: 83px;
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
		filter: alpha(opacity=0);
		opacity: 0;
	}

	.slide-min {
		position: fixed;
		top: 82px;
		bottom: 0;
		left: 0;
		margin: auto 0;
		z-index: 9;
		width: 83px;
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
		filter: alpha(opacity=0);
		opacity: 0;
/*padding-top:20px;*/
	}

	.slide-min dt {
		position: fixed;
		bottom: 28px;
		left: 0;
		overflow: hidden;
		padding: 0 0;
		width: 83px;
	}

	.slide-min dt a {
		color: #fff;
		width: 83px;
		height: 28px;
		display: block;
		font-size: 14px;
		margin: 0 auto 15px;
		line-height: 28px;
		text-align: center;
		border-radius: 20px;
		background: -webkit-linear-gradient(45deg, #1487f4, #1ea9f4);
		background: -moz-linear-gradient(45deg, #1487f4, #1ea9f4);
		background: -ms-linear-gradient(45deg, #1487f4, #1ea9f4);
		background: -o-linear-gradient(45deg, #1487f4, #1ea9f4);
		background: linear-gradient(45deg, #1487f4, #1ea9f4);
	}

	.slide-min dt .contact:before {
		content: '\e903';
		font-size: 14px;
		color: #fff;
		margin-right: 2px;
	}

	.slide-min dt .want-live:before {
		content: '\e902';
		font-size: 14px;
		color: #fff;
		margin-right: 2px;
	}

	.slide-min dd {
		padding: 19px 0 15px;
		height: 80px;
		border-top: 1px solid #822156;
	}

	.slide-min dd a {
		display: block;
		text-align: center;
		color: #fff;
		font-size: 16px;
	}

	.slide-min dd:nth-of-type(1) a:before {
		content: '\e929';
		font-size: 40px;
		color: #fff;
		display: block;
		margin-bottom: 15px;
		margin-top: 0;
	}

	.slide-min dd:nth-of-type(2) a:before {
		content: '\e909';
		font-size: 40px;
		color: #fff;
		display: block;
		margin-bottom: 15px;
		margin-top: 0;
	}

	.slide-min dd:nth-of-type(3) a:before {
		content: '\e915';
		font-size: 40px;
		color: #fff;
		display: block;
		margin-bottom: 15px;
		margin-top: 0;
	}

	.slide-min dd:nth-of-type(4) a:before {
		content: '\e907';
		font-size: 40px;
		color: #fff;
		display: block;
		margin-bottom: 15px;
		margin-top: 0;
	}

	.slide-min dd:nth-of-type(5) a:before {
		content: '\e933';
		font-size: 40px;
		color: #fff;
		display: block;
		margin-bottom: 15px;
		margin-top: 0;
	}

	.slide-header {
		overflow: hidden;
	}

	.slide-header dt {
		color: #fff;
		height: 36px;
		padding: 0 5px;
		font-size: 14px;
		line-height: 36px;
		overflow: hidden;
	}

	.slide-header dt strong {
		font-weight: normal;
		display: block;
		float: left;
		overflow: hidden;
		line-height: 36px;
	}

	.slide-header dt strong:before {
		content: '\e900';
		font-size: 16px;
		color: #fff;
		margin-right: 4px;
	}

	.slide-header dt span {
		float: left;
		display: block;
		font-size: 12px;
		margin-top: 1px;
	}

	.slide-header dd {
		height: 36px;
		color: #1ea9f4;
		padding: 0 5px;
		font-size: 16px;
		line-height: 36px;
		text-align: left;
		overflow: hidden;
		background: -webkit-linear-gradient(45deg, #4c032a, #5d074c);
		background: -moz-linear-gradient(45deg, #4c032a, #5d074c);
		background: -ms-linear-gradient(45deg, #4c032a, #5d074c);
		background: -o-linear-gradient(45deg, #4c032a, #5d074c);
		background: linear-gradient(45deg, #4c032a, #5d074c);
	}

	.slide-header dd:before {
		content: '\e90a';
		font-size: 16px;
		color: #1ea9f4;
		margin-right: 4px;
	}

	.slide-main {
		padding: 5px;
		overflow: hidden;
	}

	.event-live {
		margin-bottom: 15px;
		overflow: hidden;
	}

	.event-title {
		font-size: 14px;
		color: #fff;
		line-height: 21px;
	}

	.event-title:before {
		content: '\e905';
		font-size: 14px;
		color: #fff;
		margin-right: 4px;
	}

	.event-follow dt {
		color: #fff;
		height: 36px;
		font-size: 14px;
		line-height: 36px;
		overflow: hidden;
	}

	.event-follow dt strong {
		font-weight: normal;
		display: block;
		float: left;
		overflow: hidden;
		line-height: 36px;
	}

	.event-follow dt strong:before {
		content: '\e900';
		font-size: 16px;
		color: #fff;
		margin-right: 4px;
	}

	.event-follow dt span {
		float: left;
		display: block;
		font-size: 12px;
		margin-top: 1px;
	}

	.event-list {
		display: block;
		margin: 5px 0 0;
		padding: 8px;
		border-radius: 5px;
		background: rgba(255,255,255,.13);
		overflow: hidden;
	}

	.event-list span {
		overflow: hidden;
		display: block;
		color: #dfdfdf;
		font-size: 12px;
		height: 28px;
		line-height: 28px;
	}

	.event-list span:before {
		content: '\e904';
		font-size: 12px;
		color: #fff;
		margin-right: 4px;
	}

	.event-list span a {
		color: #ffffff;
	}

	.slide-item {
		overflow: hidden;
		margin-bottom: 5px;
	}

	.slide-item dt {
		font-size: 14px;
		color: #fff;
		overflow: hidden;
		margin-bottom: 8px;
		line-height: 21px;
	}

	.slide-item:nth-child(2) dt:before {
		content: '\e909';
		font-size: 14px;
		color: #fff;
		margin-right: 4px;
	}

	.slide-item:nth-child(3) dt:before {
		content: '\e908';
		font-size: 14px;
		color: #fff;
		margin-right: 4px;
	}

	.slide-item:nth-child(4) dt:before {
		content: '\e907';
		font-size: 14px;
		color: #fff;
		margin-right: 4px;
	}

	.slide-item:nth-child(5) dt:before {
		content: '\e906';
		font-size: 14px;
		color: #fff;
		margin-right: 4px;
	}

	.slide-item dd {
		float: left;
		color: #fff;
		width: 80px;
		height: 27px;
		cursor: pointer;
		font-size: 12px;
		overflow: hidden;
		line-height: 27px;
		margin-right: 7px;
		margin-bottom: 10px;
		text-align: center;
		border-radius: 20px;
		background: rgba(255,255,255,.13);
	}

	.slide-item dd:nth-of-type(2n) {
		margin-right: 0;
	}

	.slide-item dd a {
		color: #ffffff;
	}

	.slide-footer {
		overflow: hidden;
		text-align: center;
	}

	.slide-footer a {
		color: #fff;
		width: 134px;
		height: 38px;
		display: block;
		font-size: 16px;
		margin: 0 auto;
		line-height: 38px;
		text-align: center;
		border-radius: 20px;
		background: -webkit-linear-gradient(45deg, #fe5560, #1ea9f4);
		background: -moz-linear-gradient(45deg, #fe5560, #1ea9f4);
		background: -ms-linear-gradient(45deg, #fe5560, #1ea9f4);
		background: -o-linear-gradient(45deg, #fe5560, #1ea9f4);
		background: linear-gradient(45deg, #fe5560, #1ea9f4);
	}

	.slide-footer a.list_appdown {
		position: relative;
		color: #fff;
		width: 134px;
		height: 38px;
		display: block;
		font-size: 16px;
		margin: 0 auto;
		line-height: 38px;
		text-align: center;
		border-radius: 20px;
		background: -webkit-linear-gradient(45deg, #fe5560, #1ea9f4);
		background: -moz-linear-gradient(45deg, #fe5560, #1ea9f4);
		background: -ms-linear-gradient(45deg, #fe5560, #1ea9f4);
		background: -o-linear-gradient(45deg, #fe5560, #1ea9f4);
		background: linear-gradient(45deg, #fe5560, #1ea9f4);
		margin: 0 auto !important;
		margin-top: 10px !important;
		text-indent: 17px;
	}

	.slide-footer a.list_appdown.list_appdown .phone_ico {
		position: absolute;
		left: 24px;
		top: 11px;
		width: 16px;
		height: 16px;
		background: url("../images/phone2.png") no-repeat center center/100% 100%;
	}

	.slide-footer .contact:before {
		content: '\e903';
		font-size: 16px;
		color: #fff;
		margin-right: 4px;
	}

	.slide-footer .want-live:before {
		content: '\e902';
		font-size: 16px;
		color: #fff;
		margin-right: 4px;
	}

	.slide-btn {
		width: 17px;
		height: 97px;
		position: fixed;
		cursor: pointer;
		top: 0;
		bottom: 0;
		left: 0px;
		margin: auto 0;
		background: url(../show/images/linTmp/live-slide-btn.png) center center no-repeat;
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
	}

	#live.curr {
/*padding-left:300px;*/
	}

	#live.curr .slide-box {
		width: 183px;
	}

	#live.curr .slide-container {
		width: 183px;
	}

	#live.curr .slide-max {
		filter: alpha(opacity=100);
		opacity: 1;
		z-index: 9;
		width: 183px;
	}

	#live.curr .slide-min {
		filter: alpha(opacity=0);
		opacity: 0;
		z-index: -9;
	}

	#live.curr .slide-btn {
		left: 183px;
		background: url(../show/images/linTmp/live-slide-curr-btn.png) center center no-repeat;
	}

	.live-box {
		width: 1000px;
		height: auto;
		margin: 0 auto;
		overflow: hidden;
	}

	.live-warpper {
		width: 1000px;
		margin: 0 auto;
		overflow: hidden;
	}

	.live-tag {
		margin: 13px 0 15px;
		overflow: hidden;
	}

	.live-tag dt {
		height: 30px;
		line-height: 30px;
		font-size: 30px;
		color: #373737;
		float: left;
		margin-right: 13px;
	}

	.live-tag dd {
		float: left;
		color: ##1487f4;
		border: 1px solid ##1487f4;
		height: 22px;
		line-height: 22px;
		font-size: 14px;
		width: 69px;
		text-align: center;
		margin-top: 6px;
		margin-right: 13px;
		border-radius: 5px;
	}
	/* .live-list{background:#fff;overflow:hidden;margin-bottom:20px;} */
	.live-list {
		background: #fff;
		overflow: hidden;
		margin-bottom: 20px;
/*min-height: 600px;*/
	}

	.live-item {
		float: left;
		width: 190px;
		height: auto;
		margin: 10px 5px 0px;
		position: relative;
	}
	/* .live-item .hd_tag{position: absolute;left: -6px;top: 0;width: 56px;height: 25px;width: 50px;z-index: 2;} */
	.live-item .live-img {
		/*background: url(../images/default.jpg) 0 0 no-repeat;*/
		background-size: 100% 100%;
		width: 190px;
		height: 118 px;
		overflow: hidden;
		position: relative;
	}

	.live-item .live-img a {
		display: block;
		height: 118px;
	}

	.live-item .live-img a img {
		width: 100%;
		height: 100%;
	}

	.live-item .live-img b {
		width: 63px;
		height: 24px;
		display: block;
		overflow: hidden;
		line-height: 24px;
		position: absolute;
		text-align: center;
		background: rgba(0,0,0,.5);
		bottom: 0;
		right: 0;
		color: #fff;
		font-size: 12px;
	}

	.live-item .live-user {
		height: 43px;
		padding: 10px 0;
		overflow: hidden;
	}

	.user-img {
		width: 43px;
		height: 43px;
		border-radius: 50%;
		float: left;
		overflow: hidden;
	}

	.user-info {
/*float:right;*/
		height: auto;
		overflow: hidden;
	}

	.user-info strong {
		display: block;
		overflow: hidden;
		margin-bottom: 5px;
	}

	.user-info strong a {
		font-size: 14px;
		color: #333;
		width: 100%;
		display: block;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}

	.user-info strong a:hover {
		color: #1ea9f4;
	}

	.user-info span {
		display: block;
		font-size: 12px;
		color: #8d93a2;
		overflow: hidden;
	}

	.user-info span b {
		float: left;
		display: block;
		width: 90px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}

	.user-info span i {
		float: right;
		display: block;
	}

	.user-info span i:before {
		content: '\e944';
		font-size: 12px;
		color: #8d93a2;
		margin-right: 3px;
	}

	.live-txt {
		text-align: Center;
		color: #1ea9f4;
		font-size: 34px;
		overflow: hidden;
		margin: 50px auto 100px;
	}
}
/*****************************************/
@media only screen and (min-width: 1680px) {
	#live {
		height: auto;
		min-height: 580px;
		overflow: hidden;
		background: #f3f4f8;
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
	}

	.slide-box {
		width: 100px;
		height: 100%;
		overflow: hidden;
		position: fixed;
		left: 0;
		top: 82px;
		z-index: 9;
	}

	.slide-container {
		width: 0px;
		top: 82px;
		left: 0;
		bottom: 0;
		height: 100%;
		position: fixed;
		background: #f2f2f2;
		/*background: url(../show/images/linTmp/live-slide.png) center top repeat;*/
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
	}

	.slide-max {
		overflow: auto;
		position: fixed;
		top: 82px;
		bottom: 0;
		left: 0;
		margin: auto 0;
		z-index: -9;
		width: 83px;
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
		filter: alpha(opacity=0);
		opacity: 0;
	}

	.slide-min {
		position: fixed;
		top: 82px;
		bottom: 0;
		left: 0;
		margin: auto 0;
		z-index: 9;
		width: 83px;
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
		filter: alpha(opacity=0);
		opacity: 0;
/*padding-top:20px;*/
	}

	.slide-min dt {
		position: fixed;
		bottom: 28px;
		left: 0;
		overflow: hidden;
		padding: 0 0;
		width: 83px;
	}

	.slide-min dt a {
		color: #fff;
		width: 83px;
		height: 28px;
		display: block;
		font-size: 14px;
		margin: 0 auto 15px;
		line-height: 28px;
		text-align: center;
		border-radius: 20px;
		background: -webkit-linear-gradient(45deg, #fe5560, #1ea9f4);
		background: -moz-linear-gradient(45deg, #fe5560, #1ea9f4);
		background: -ms-linear-gradient(45deg, #fe5560, #1ea9f4);
		background: -o-linear-gradient(45deg, #fe5560, #1ea9f4);
		background: linear-gradient(45deg, #fe5560, #1ea9f4);
	}

	.slide-min dt .contact:before {
		content: '\e903';
		font-size: 14px;
		color: #fff;
		margin-right: 2px;
	}

	.slide-min dt .want-live:before {
		content: '\e902';
		font-size: 14px;
		color: #fff;
		margin-right: 2px;
	}

	.slide-min dd {
		padding: 19px 0 15px;
		height: 100px;
		border-top: 1px solid #822156;
	}

	.slide-min dd a {
		display: block;
		text-align: center;
		color: #fff;
		font-size: 16px;
	}

	.slide-min dd:nth-of-type(1) a:before {
		content: '\e929';
		font-size: 40px;
		color: #fff;
		display: block;
		margin-bottom: 15px;
		margin-top: 0;
	}

	.slide-min dd:nth-of-type(2) a:before {
		content: '\e909';
		font-size: 40px;
		color: #fff;
		display: block;
		margin-bottom: 15px;
		margin-top: 0;
	}

	.slide-min dd:nth-of-type(3) a:before {
		content: '\e915';
		font-size: 40px;
		color: #fff;
		display: block;
		margin-bottom: 15px;
		margin-top: 0;
	}

	.slide-min dd:nth-of-type(4) a:before {
		content: '\e907';
		font-size: 40px;
		color: #fff;
		display: block;
		margin-bottom: 15px;
		margin-top: 0;
	}

	.slide-min dd:nth-of-type(5) a:before {
		content: '\e933';
		font-size: 40px;
		color: #fff;
		display: block;
		margin-bottom: 15px;
		margin-top: 0;
	}

	.slide-header {
		overflow: hidden;
	}

	.slide-header dt {
		color: #fff;
		height: 36px;
		padding: 0 5px;
		font-size: 14px;
		line-height: 36px;
		overflow: hidden;
	}

	.slide-header dt strong {
		font-weight: normal;
		display: block;
		float: left;
		overflow: hidden;
		line-height: 36px;
	}

	.slide-header dt strong:before {
		content: '\e900';
		font-size: 16px;
		color: #fff;
		margin-right: 4px;
	}

	.slide-header dt span {
		float: left;
		display: block;
		font-size: 12px;
		margin-top: 1px;
	}

	.slide-header dd {
		height: 36px;
		color: #1ea9f4;
		padding: 0 5px;
		font-size: 16px;
		line-height: 36px;
		text-align: left;
		overflow: hidden;
		background: -webkit-linear-gradient(45deg, #4c032a, #5d074c);
		background: -moz-linear-gradient(45deg, #4c032a, #5d074c);
		background: -ms-linear-gradient(45deg, #4c032a, #5d074c);
		background: -o-linear-gradient(45deg, #4c032a, #5d074c);
		background: linear-gradient(45deg, #4c032a, #5d074c);
	}

	.slide-header dd:before {
		content: '\e90a';
		font-size: 16px;
		color: #1ea9f4;
		margin-right: 4px;
	}

	.slide-main {
		padding: 5px;
		overflow: hidden;
	}

	.event-live {
		margin-bottom: 15px;
		overflow: hidden;
	}

	.event-title {
		font-size: 14px;
		color: #fff;
		line-height: 21px;
	}

	.event-title:before {
		content: '\e905';
		font-size: 14px;
		color: #fff;
		margin-right: 4px;
	}

	.event-follow dt {
		color: #fff;
		height: 36px;
		font-size: 14px;
		line-height: 36px;
		overflow: hidden;
	}

	.event-follow dt strong {
		font-weight: normal;
		display: block;
		float: left;
		overflow: hidden;
		line-height: 36px;
	}

	.event-follow dt strong:before {
		content: '\e900';
		font-size: 16px;
		color: #fff;
		margin-right: 4px;
	}

	.event-follow dt span {
		float: left;
		display: block;
		font-size: 12px;
		margin-top: 1px;
	}

	.event-list {
		display: block;
		margin: 5px 0 0;
		padding: 8px;
		border-radius: 5px;
		background: rgba(255,255,255,.13);
		overflow: hidden;
	}

	.event-list span {
		overflow: hidden;
		display: block;
		color: #dfdfdf;
		font-size: 12px;
		height: 28px;
		line-height: 28px;
	}

	.event-list span:before {
		content: '\e904';
		font-size: 12px;
		color: #fff;
		margin-right: 4px;
	}

	.event-list span a {
		color: #ffffff;
	}

	.slide-item {
		overflow: hidden;
		margin-bottom: 5px;
	}

	.slide-item dt {
		font-size: 14px;
		color: #fff;
		overflow: hidden;
		margin-bottom: 8px;
		line-height: 21px;
	}

	.slide-item:nth-child(2) dt:before {
		content: '\e909';
		font-size: 14px;
		color: #fff;
		margin-right: 4px;
	}

	.slide-item:nth-child(3) dt:before {
		content: '\e908';
		font-size: 14px;
		color: #fff;
		margin-right: 4px;
	}

	.slide-item:nth-child(4) dt:before {
		content: '\e907';
		font-size: 14px;
		color: #fff;
		margin-right: 4px;
	}

	.slide-item:nth-child(5) dt:before {
		content: '\e906';
		font-size: 14px;
		color: #fff;
		margin-right: 4px;
	}

	.slide-item dd {
		float: left;
		color: #fff;
		width: 80px;
		height: 27px;
		cursor: pointer;
		font-size: 12px;
		overflow: hidden;
		line-height: 27px;
		margin-right: 7px;
		margin-bottom: 10px;
		text-align: center;
		border-radius: 20px;
		background: rgba(255,255,255,.13);
	}

	.slide-item dd:nth-of-type(2n+2) {
		margin-right: 0;
	}

	.slide-item dd a {
		color: #ffffff;
	}

	.slide-footer {
		overflow: hidden;
		text-align: center;
	}

	.slide-footer a {
		color: #fff;
		width: 134px;
		height: 38px;
		display: block;
		font-size: 16px;
		margin: 0 auto;
		line-height: 38px;
		text-align: center;
		border-radius: 20px;
		background: -webkit-linear-gradient(45deg, #fe5560, #1ea9f4);
		background: -moz-linear-gradient(45deg, #fe5560, #1ea9f4);
		background: -ms-linear-gradient(45deg, #fe5560, #1ea9f4);
		background: -o-linear-gradient(45deg, #fe5560, #1ea9f4);
		background: linear-gradient(45deg, #fe5560, #1ea9f4);
	}

	.slide-footer a.list_appdown {
		position: relative;
		color: #fff;
		width: 134px;
		height: 38px;
		display: block;
		font-size: 16px;
		margin: 0 auto;
		line-height: 38px;
		text-align: center;
		border-radius: 20px;
		background: -webkit-linear-gradient(45deg, #fe5560, #1ea9f4);
		background: -moz-linear-gradient(45deg, #fe5560, #1ea9f4);
		background: -ms-linear-gradient(45deg, #fe5560, #1ea9f4);
		background: -o-linear-gradient(45deg, #fe5560, #1ea9f4);
		background: linear-gradient(45deg, #fe5560, #1ea9f4);
		margin: 0 auto !important;
		margin-top: 10px !important;
		text-indent: 17px;
	}

	.slide-footer a.list_appdown.list_appdown .phone_ico {
		position: absolute;
		left: 24px;
		top: 11px;
		width: 16px;
		height: 16px;
		background: url("../images/phone2.png") no-repeat center center/100% 100%;
	}

	.slide-footer .contact:before {
		content: '\e903';
		font-size: 16px;
		color: #fff;
		margin-right: 4px;
	}

	.slide-footer .want-live:before {
		content: '\e902';
		font-size: 16px;
		color: #fff;
		margin-right: 4px;
	}

	.slide-btn {
		width: 17px;
		height: 97px;
		position: fixed;
		cursor: pointer;
		top: 0;
		bottom: 0;
		left: 0px;
		margin: auto 0;
		background: url(../show/images/linTmp/live-slide-btn.png) center center no-repeat;
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
	}

	#live.curr {
/*padding-left:300px;*/
	}

	#live.curr .slide-box {
		width: 183px;
	}

	#live.curr .slide-container {
		width: 183px;
	}

	#live.curr .slide-max {
		filter: alpha(opacity=100);
		opacity: 1;
		z-index: 9;
		width: 183px;
	}

	#live.curr .slide-min {
		filter: alpha(opacity=0);
		opacity: 0;
		z-index: -9;
	}

	#live.curr .slide-btn {
		left: 183px;
		background: url(../show/images/linTmp/live-slide-curr-btn.png) center center no-repeat;
	}

	.live-box {
		width: 1240px;
		height: auto;
		margin: 0 auto;
		overflow: hidden;
	}

	.live-warpper {
		width: 1240px;
		margin: 0 auto;
		overflow: hidden;
	}

	.live-tag {
		margin: 13px 0 15px;
		overflow: hidden;
	}

	.live-tag dt {
		height: 30px;
		line-height: 30px;
		font-size: 30px;
		color: #373737;
		float: left;
		margin-right: 13px;
	}

	.live-tag dd {
		float: left;
		color: ##1487f4;
		border: 1px solid ##1487f4;
		height: 22px;
		line-height: 22px;
		font-size: 14px;
		width: 69px;
		text-align: center;
		margin-top: 6px;
		margin-right: 13px;
		border-radius: 5px;
	}
	/* .live-list{background:#fff;overflow:hidden;margin-bottom:20px;} */
	.live-list {
		background: #fff;
		overflow: hidden;
		margin-bottom: 20px;
/*min-height: 600px;*/
	}

	.live-item {
		float: left;
		width: 232px;
		height: auto;
		margin: 10px 8px 0px;
		position: relative;
	}
	/* .live-item .hd_tag{position: absolute;left: -6px;top: 0;width: 56px;height: 25px;width: 50px;z-index: 2;} */
	.live-item .live-img {
		/*background: url(../images/default.jpg) 0 0 no-repeat;*/
		background-size: 100% 100%;
		width: 232px;
		height: 150px;
		overflow: hidden;
		position: relative;
	}

	.live-item .live-img a {
		display: block;
		height: 100%;
	}

	.live-item .live-img a img {
		height: 100%;
		width: 100%;
	}

	.live-item .live-img b {
		width: 63px;
		height: 24px;
		display: block;
		overflow: hidden;
		line-height: 24px;
		position: absolute;
		text-align: center;
		background: rgba(0,0,0,.5);
		bottom: 0;
		right: 0;
		color: #fff;
		font-size: 12px;
	}

	.live-item .live-user {
		height: 43px;
		padding: 10px 0;
		overflow: hidden;
	}

	.user-img {
		width: 43px;
		height: 43px;
		border-radius: 50%;
		float: left;
		overflow: hidden;
	}

	.user-info {
        float:left;
		height: auto;
		overflow: hidden;
	}

	.user-info strong {
		display: block;
		overflow: hidden;
		margin-bottom: 5px;
	}

	.user-info strong a {
		font-size: 14px;
		color: #333;
		width: 100%;
		display: block;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}

	.user-info strong a:hover {
		color: #1ea9f4;
	}

	.user-info span {
		display: block;
		font-size: 12px;
		color: #8d93a2;
		overflow: hidden;
	}

	.user-info span b {
		float: left;
		display: block;
		width: 80px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}

	.user-info span i {
		float: right;
		display: block;
	}

	.user-info span i:before {
		content: '\e944';
		font-size: 12px;
		color: #8d93a2;
		margin-right: 3px;
	}

	.live-txt {
		text-align: Center;
		color: #1ea9f4;
		font-size: 34px;
		overflow: hidden;
		margin: 50px auto 100px;
	}
}