@charset "utf-8";
/* CSS Document */
.clearfix:before, .clearfix:after {
	content: '';
	display: table;
}
.clearfix:after {
		clear: both;
}
html {
	width: 100%;
	font-size: 62.5%;
	overflow-x: hidden;
}
body {
	width: 100%;
	margin: 0;
	font-family: '微軟正黑體', Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #333;
	background: #fff;

}
p, li, a{
	font-size: 15px;
	line-height: 1.5;
}
a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #ed6d00;
}
.wrapper {
	width: 100%;
	max-width: 1000px;
	padding: 50px 0;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
}
.btn {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px 25px;
	background: #666;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	box-shadow: 0 2px 5px rgba(0,0,0, 0.3);
	margin: 10px 0 0 0;
	font-size: 18px;
	line-height: 1.3;
}
.btn:hover {
	background: #555;
	text-decoration: none;
	color: #fff;
}
.hide-text{
	white-space: nowrapper;
	overflow: hidden;
	text-indent: -1000%;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*top*/
.header{
	padding: 25px 0 20px 0;
	width: 1024px;
	margin: 0 auto;
}
a.logo{
	background: url(images/livehouse-logo.svg) no-repeat top left;
	width: 94px;
	height: 75px;
	padding-right: 15px;
	margin: 0 15px 10px 0;
	float: left;
}
h1{
	font-size: 36px;
	display: inline-block;
	line-height: 1.2;
	margin: 0;
}
h2{
	font-size: 18px;
	font-weight: normal;
	display: inline-block;
	margin: 0 0 10px 0;
}
p.event-time{
	margin: 15px 0 0 0;
	background-size: auto 80%;
	text-align: left;
}
p.event-time i{
	background: url(images/live-icon.svg) no-repeat center left;
	width: 30px;
	height: 20px;
	display:inline-block;
	background-size: auto 100%;
	vertical-align: middle;
	margin-right: 5px;
}
p.event-time span{
	color: #ED6C00;
}
.enter-channel{
	float: right;
	margin: -40px 0 0 0;
}
.main-img{
	margin-bottom: 2%;
	text-align: center;
	background: #000;
	height: 500px;
}
.main-img img{
	width: 1024px;
	height: auto;
	margin: 0;
}
.main{
	width: 1024px;
	margin: 0 auto;
}
/*left*/
.info{
	width: 65%;
	margin: 0 5% 20px 0;
	float: left;
}
.people-block{
	display: inline-block;
	margin-right: 20px;
	text-align: center;
	font-size: 15px;
}
.people-block:last-child {
	margin-right: 0;
}
.people-block img{
	width: 135px;
	height: 135px;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
	display: block;
	margin: 0 auto;
}
/*right*/
.links{
	width: 30%;
	float: right;
	margin-bottom: 20px;
}
.links iframe{
	margin-bottom: 20px;
}
.btn-share{
	background: #3E5C9D;
	display: block;
	text-align: center;
}
.btn-share:hover{
	background: #23407E;
}
.btn-downlaod, .enter-channel{
	background: #ED6C00;
	display: block;
	text-align: center;
}
.btn-downlaod:hover, .enter-channel:hover{
	background: #e65c00;
}
.like-box{
	margin-top: 30px;
}
/*footer*/
.footer{
	clear: both;
	padding: 20px 0;
	text-align: center;
	font-size: 13px;
	border-top: #ccc 1px solid;
}
@media screen and (max-width: 1024px){
	.header, .main, .main-img{
		width: 90%;
		margin: 0 5%;
		background: none;
	}
	.main-img{
		height: auto;
	}
	.main-img img{
		width: 100%;
		height: auto;
	}
	.info, .links{
		width: 100%;
		margin: 0;
		float: none;
	}
	.links iframe, .like-box{
		display: none;
	} 
}
@media screen and (max-width: 567px){
	a.logo{
		width: 75px;
		height: 60px;
	}
	h1, h2{
		margin: 0 0 10px 0;
	}
	.btn {
		width: auto;
		float: none;
		clear: both;
		margin: 10px 0 0 0;
		font-size: 20px;
		display: block;
	    text-align: center;
	}
	p.event-time{
		text-align: center;
	}
	.footer{
		border: none;
	}
}
@media screen and (max-width: 360px){
	.people-block{
		display: block;
	}
	.info-img{
		width: 100%;
		height: auto;
	}
}

