.clearfix:before, .clearfix:after {
	content: '';
	display: table;
}
.clearfix:after {
		clear: both;
}
html {
	width: 100%;
	font-size: 62.5%;
}
body {
	width: 100%;
	margin: 0;
	font-family: '微軟正黑體', Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-size: 1.7rem;
	color: #333;
	background: #fff;
	overflow-x: hidden;
}
p, li, a{
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 150%;
}
a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #ED6D00;
}
h2{
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 150%;
	margin-bottom: 20px;
}
.wrapper {
	width: 100%;
	max-width: 960px;
	padding: 80px 0;
	margin: 0 auto;
	box-sizing: border-box;
}

.header {
	width: 100%;
	height: 70px;
	padding: 10px 0;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	z-index: 1;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-sizing: border-box;
}
.header-wrapper{
	padding: 0;
}
.hide-text{
	text-indent: 100%;
	white-space: nowrapper;
	overflow: hidden;
}
.lh-logo {
	width: 150px;
	height: 50px;
	background: url(images/livehouse-logo.jpg) no-repeat;
	background-image: url(images/livehouse-logo.svg), none;
	background-size: cover;
	text-decoration: none;
	display: inline-block;
}
.event-kv {
	width: 100%;
	margin-top: 70px;
}
.event-kv-bg{
	width: 100%;
	height: 470px;
	position: fixed;
	background: #0f1617;
	background-size: cover;
	top: 70px;
	z-index: -1;
}
.kv-wrapper {
	height: 470px;
	padding: 0;
	background: url(images/event-kv.jpg) center top no-repeat;
	position: relative;
	box-sizing: border-box;
}
.name{
	width: 48px;
	height: 48px;
	position: absolute;
	right: 0;
	top: 10px;
}
.logotype {
	width: 346px;
	height: 219px;
	position: absolute;
	left: 10px;
	top: 140px;
	background: url(images/logotype.png) no-repeat;
	background-size: cover;
}
.event-fb-like {
	width: 90px;
	height: 30px;
	position: absolute;
	right: 0;
	bottom: 20px;
	margin-top: 400px;
	color:#fff;
}
.event-title {
	background: #111111;
}
.title-wrapper {
	padding: 50px 0 30px 0;
}
.event-title h1 {
	font-size: 43px;
	font-size: 4.3rem;
	line-height: 130%;
	color: #fff;
	text-align: center;
	margin: 0 0 10px 0;
}
.event-title p {
	line-height: 170%;
	font-weight: bold;
	text-align: center;
	color:#e73556;
}
.event-date {
	background: #e73556;
}
.date-wrapper {
	padding: 0;
	text-align: center;
}
.date-wrapper h1{
	padding: 20px 0 10px;
	color:#FFFFFF;
	border-bottom:solid 1px #ffffff;
}
.date {
	display: inline-block;
	color: #fff;
	font-size: 34px;
	font-size: 3.4rem;
	font-weight: bold;
	line-height: 100%;
	margin: 20px 0;
}
.btn-follow-wrapper {
	display: inline-block;
	vertical-align: super;
	margin-bottom: 20px;
}
.btn {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px 15px;
	border: 1px solid #444;
	background: #666;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	box-shadow: 0 2px 5px rgba(0,0,0, 0.3);
	box-sizing: border-box;
}
.btn:hover {
	background: #555;
	text-decoration: none;
	color: #fff;
}
.btn-follow {
	padding: 5px 10px;
	border: 1px solid #fff;
	color: #fff;
	margin-left: 20px;
	background: none;
	box-shadow: none;
	box-sizing: border-box;
}
.btn-follow:hover {
	border: 1px solid #fff;
	color: #e73556;
	background: #fff;
}
.event-rule {
	background: #fff;
}
.event-flow {
	width:64%;
	max-width: 600px;

	float:left;
}
.event-flow h2 {
	color: #ed6d00;
}
.event-flow ul {
	list-style: none;
}
.event-flow li {
	margin: 0 0 10px 65px;
	text-indent:-65px;
}
li.flow-tip{
	margin:20px 0 0 0;
	text-indent:0;
	}
span.flow-title {
	color: #ed6d00;
}
.event-share {
	width: 320px;
	float: right;
	text-align: right;
	padding-top: 170px;
}
.btn-share{
	background: #4271d4; /* Old browsers */
	background: -moz-linear-gradient(top,  #4271d4 0%, #254ea2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4271d4), color-stop(100%,#254ea2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4271d4 0%,#254ea2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4271d4 0%,#254ea2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4271d4 0%,#254ea2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4271d4 0%,#254ea2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4271d4', endColorstr='#254ea2',GradientType=0 ); /* IE6-9 */
	padding: 25px 20px 25px 70px;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 100%;
	color: #fff;
	border: 1px solid #153c8b;
	position: relative;
	box-sizing: border-box;
}
.btn-share:before {
	content: '';
	width: 34px;
	height: 34px;
	position: absolute;
	top: 20px;
	left: 20px;
	background: url(images/icon-fb.png) no-repeat;
	background-image: url(images/icon-fb.svg), none;
	background-size: contain;
}
.btn-share:hover {
	background: #254ea2;
}
.event-embed {
	background: #f0f0f0;
}
.embed-wrapper{
	padding: 50px 0 60px;
	box-sizing: border-box;
}
.countdown{
	margin-bottom: 10px;
}
.countdown p{
	height: 50px;
	line-height: 50px;
	display: inline-block;
	vertical-align: top;
}
.countdown span {
	vertical-align: super;
}
#defaultCountdown {
	display: inline-block;
}
.hasCountdown {
	text-indent: 0;
}
.countdown_section {
	display: block;
	font-size: 17px;
	font-size: 1.7rem;
	text-align: center;
	margin-right: 8px;
	color: #333;
	line-height: 50px;
	vertical-align: super;
	float: left;
}
.countdown_section span {
	display: inline-block;
}
.countdown_section br{
	display: none;
}
span.countdown_amount {
	display: block;
	font-size: 34px;
	font-size: 3.4rem;
	text-align: center;
	margin: 0px 8px 0px 0px;
	color: #fff;
	background: #000;
	padding: 0 10px;
	line-height: 50px;
	vertical-align: baseline;
	float: left;
	box-sizing: border-box;
}
.countdown_descr {
	display: block;
	width: 100%;
}
.event-about {
	background: #ffe6eb;
}
.avatar {
	float: left;
	width: 20%;
	max-width: 200px;
	max-height: 200px;
}
.purchase {
	width: 75%;
	max-width: 730px;
	float: right;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 0px solid #ccc;
}
.purchase h2 {
	color: #e73556;
	margin-bottom: 10px;
}
.purchase p {
	margin-bottom: 10px;
}
.btn-purchase{
	background: #f86d87; /* Old browsers */
	background: -moz-linear-gradient(top,  #f86d87 0%, #e73556 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f86d87), color-stop(100%,#e73556)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f86d87 0%,#e73556 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f86d87 0%,#e73556 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f86d87 0%,#e73556 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f86d87 0%,#e73556 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f86d87', endColorstr='#e73556',GradientType=0 ); /* IE6-9 */
	padding: 25px 20px 25px 20px;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 100%;
	color: #fff;
	border: 1px solid #e73556;
	position: relative;
	float: right;
	box-sizing: border-box;
	text-indent: 40px;
}
.btn-purchase:before {
	content: '';
	width: 30px;
	height: 36px;
	position: absolute;
	top: 18px;
	left: 20px;
	background: url(images/icon-purchase.png) no-repeat;;
	background-size: contain;
}
.btn-purchase:hover {
	background: #e73556;
}
.info {
	width: 75%;
	max-width: 730px;
	float: right;
}
.info h2 {
	color: #333;
}
.info p {
	margin-bottom: 20px;
}
.fanpage {
	padding-left: 25px;
	color: #305aaf;
	text-decoration: none;
	position: relative;
	box-sizing: border-box;
}
.fanpage:hover {
	color: #305aaf;
	text-decoration: underline;
}
.fanpage:before {
	content:'';
	width: 21px;
	height: 21px;
	position: absolute;
	top: 1px;
	left: 0;
	background: url(images/icon-add.png) no-repeat;
	background-image: url(images/icon-add.svg), none;
	background-size: contain;
}
.event-comments{
	background: #f0f0f0;
	display: none;
}
.event-app{
	background: #fff;
}
.app-wrapper {
	padding: 50px 0 0;
}
.app-download {
	width: 60%;
	max-width: 600px;
	float: left;
}
.mobile {
	width: 50%;
	max-width: 265px;
	height: 225px;
	float: left;
	text-align: right;
}
.btn-app-wrapper {
	width: 50%;
	max-width: 280px;
	float: right;
	text-align: center;
	margin-top: 20px;
}
.btn-app {
	width: 180px;
	height: 54px;
	line-height: 54px;
	padding: 0;
	background: #8c45c6; /* Old browsers */
	background: -moz-linear-gradient(top,  #8c45c6 0%, #6b309c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8c45c6), color-stop(100%,#6b309c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8c45c6 0%,#6b309c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8c45c6 0%,#6b309c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8c45c6 0%,#6b309c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #8c45c6 0%,#6b309c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c45c6', endColorstr='#6b309c',GradientType=0 ); /* IE6-9 */
	border: 1px solid #4d1c75;
	margin-top: 15px;
	position: relative;
	text-align: center;
}
.btn-app:hover {
	background: #6b309c;
}

.AppStore, .GooglePlay {
	margin-top: 8px;
}
.like-box {
	width: 320px;
	height: 250px;
	padding-left: 40px;
	border-left: 1px solid #ccc;
	float: right;
	box-sizing: border-box;
}
.footer {
	color: #fff;
	background: #0f1617;
}
.footer a {
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	text-decoration: none;
	padding: 2px 10px 3px 0;
	margin-right: 10px;
	border-right: 1px solid #fff;
	display: inline-block;
	line-height: 100%;
	box-sizing: border-box;
}
.footer a:hover {
	text-decoration: underline;
}
.footer p{
	font-size: 14px;
	font-size: 1.4rem;
	display: inline-block;
}
.footer-wrapper {
	padding: 20px 0;
	text-align: center;
}
.event-video{
	display:none;
}
@media screen and (max-width: 1024px) and (min-width: 960px){
	.wrapper {
		width: 96%;
	}
}
@media screen and (max-width: 959px) and (min-width: 768px){
	.wrapper {
		width: 100%;
		padding: 60px 3%;
		box-sizing: border-box;
	}
	.header-wrapper {
		padding: 0 3%;
		box-sizing: border-box;
	}
	.event-fb-like {
		right: 20px;
	}
	.date-wrapper{
		padding: 0 3%;
		box-sizing: border-box;
	}
	.event-flow {
		width: 100%;
		max-width: none;
		float: none;
	}
	.event-embed{
		display: none;
	}
	.purchase p {
	    margin-bottom: 30px;
	}
	.event-share {
		width: 100%;
		float: none;
		text-align: center;
		padding-top: 30px;
	}
	.app-wrapper {
		padding-bottom: 0;
	}
	.app-download {
		width: 100%;
		max-width: none;
	}
	.app-download h2{
		text-align: center;
	}
	.mobile{
		max-width: 480px;
		text-align: right;
	}
	.btn-app-wrapper{
		float: left;
		margin-top: 30px;
	}
	.like-box {
	    display: none;
	}
	.footer-wrapper {
		padding: 20px 3%;
		box-sizing: border-box;
	}
	.event-video{
	display:block;
	width:100%;
	height:;
	padding:5%;
	box-sizing: border-box;
	background:#fff;
	}
}
@media screen and (max-width: 767px) and (min-width: 320px){
	.header {
		height: 50px;
		position: relative;
	}
	.wrapper{
		padding: 30px 5%;
		box-sizing: border-box;
	}
	.header-wrapper, .date-wrapper {
		padding: 0 3%;
		box-sizing: border-box;
	}
	.lh-logo {
		width: 100px;
		height: 33px;
		text-align: center;
	}
	.name {
		display: none;
	}
	.logotype {
	    width: 180px;
	    height: auto;
	    top: 100px;
	    left:50px;
	}
	.event-fb-like {
		display: none;
	}
	.event-kv {
		margin-top: 0px;
	}
	.kv-wrapper {
	    height: 260px;
	    background-size: auto 100%;
	}
	.event-kv-bg{
		top: 50px;
		position: absolute;
	}
	.event-title h1 {
		font-size: 32px;
		font-size: 3.2rem;
	}
	.event-flow {
		width: 100%;
		max-width: none;
		min-width: none;
		float: none;
	}
	.flow-img{
		display:none;
		}
	.event-embed{
		display: none;
	}
	.event-share {
		width: 100%;
	    padding-top: 10px;
	    text-align: center;
		text-indent:25px;
	}
	.purchase, .info {
		width: 100%;
		max-width: none;
		float: none;
		margin-top: 20px;
	}
	.purchase p {
	    margin-bottom: 20px;
	}
	.btn-share, .btn-purchase{
		padding: 20px 15px 20px 25px;
		font-size: 22px;
		font-size: 2.2rem;
		box-sizing: border-box;
	}
	.btn-share:before {
	    width: 28px;
	    height: 28px;
	    top: 16px;
	    left: 15px;
	}
	.btn-purchase{
		float: none;
		display: block;
		width: 220px;
		margin: 10px auto 0;
		font-size: 21px;
		font-size: 2.1rem;
		text-indent: 30px;
	}
	.btn-purchase:before {
	    width: 27px;
	    height: 32px;
	    top: 14px;
	    left: 15px;
	}
	.avatar {
		float: none;
		width: 100%;
		max-width: 150px;
		max-height: 150px;
		margin: 0 auto;
	}
	.event-comments {
		display: block;
	}
	.app-wrapper {
		padding-bottom: 0;
	}
	.app-download {
		width: 100%;
		max-width: none;
	}
	.app-download h2{
		text-align: center;
	}
	.app-download h2 span{
		display: inline-block;
	}
	.mobile{
		max-width: 380px;
		text-align: right;
	}
	.btn-app-wrapper{
		float: right;
		margin-top: 40px;
	}
	.btn-app{
		display: block;
		margin: 0 auto 15px auto;
	}
	.like-box {
	    display: none;
	}
	.footer-wrapper {
		padding: 20px 3%;
		box-sizing: border-box;
	}

}
@media screen and (max-width: 767px) and (min-width: 320px){
	.btn-app-wrapper{
		width: 45%;
	}
	.footer a{
		display: none;
	}
	.event-video{
	display:block;
	width:100%;
	padding:5%;
	box-sizing: border-box;
	background:#fff;
	}
}
@media screen and (max-width: 567px) and (min-width: 320px){
	.logotype {
	    width: 140px;
	    height: auto;
	    top: 120px;
	    left:20px;
		background-size:140px auto;
	}
	.date {
		font-size: 27px;
		font-size: 2.7rem;
	}
	.app-download span{
		font-size: 22px;
		font-size: 2.2rem;
	}
	.btn-follow{
		margin-left: 10px;
		font-size: 16px;
		font-size: 1.6rem;
	}
	.btn-follow:first-child {
	    margin-left: 0px;
	}
	.download-item {
		height: 370px;
		position: relative;
	}
	.mobile, .btn-app-wrapper{
		width: 100%;
		max-width: none;
		float: none;
		position: absolute;
		bottom: 0;
		text-align: center;
	}
	.btn-app-wrapper{
		top: 0;
		margin-top: 0;
	}
	.event-video{
	display:block;
	width:100%;
	padding:5%;
	box-sizing: border-box;
	background:#fff;
	}
	.kv-wrapper {
	    height: 180px;
	    background-size: auto 100%;
	}
}