.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: 99;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.header-wrapper{
	padding: 0;
}
.hide-text{
	text-indent: 100%;
	white-space: nowrapper;
	overflow: hidden;
}
.lh-logo {
	width: 150px;
	height: 50px;
	background: url(https://event.livehouse.in/2014/07/yachu/images/livehouse-logo.jpg) no-repeat;
	background-image: url(https://event.livehouse.in/2014/07/yachu/images/livehouse-logo.svg), none;
	background-size: cover;
	text-decoration: none;
	display: inline-block;
}
.event-kv {
	width: 100%;
	margin-top: 70px;
	background: #fff url(images/dears-event-kv.jpg) center no-repeat;
	position: relative;
	z-index: 0;
}
.event-title,
.event-date,
.event-mv,
.event-rule,
.event-embed,
.event-about,
.event-app,
.footer {
	position: relative;
	z-index: 0;
}
.kv-wrapper {
	height: 470px;
	padding: 0;
	position: relative;
}
.kv-wrapper:before {
  content: '';
  display: inline-block;
  vertical-align: middle ;
  height: 100%;
}
.event-kv-bg {
	width: 100%;
	height: 470px;
	position: fixed;
	background: url(images/dears-event-kv-bg.png) repeat-x;
	background-position: center;
	top: 70px;
}
.logo {
	width: 41px;
	height: 41px;
	background: url(images/dears-event-alfa-logo.png) no-repeat;
	position: absolute;
	top: 20px;
	left: 0;
}
.logotype {
	display: inline-block;
	vertical-align: middle;
	padding-left: 11%;
	position: relative;
	z-index: 1;
}
.tip {
	position: absolute;
	top: 80px;
	right: 0px;
}
.event-fb-like {
	width: 90px;
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: 2;
}
.event-title {
	background: #f283b5;
}
.title-wrapper {
	padding: 60px 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 {
	font-size: 18px;
	line-height: 170%;
	font-weight: bold;
	text-align: center;
	color: #574449;
}
.event-date {
	background: #574449;
}
.date-wrapper {
	padding: 20px 0 0;
	text-align: center;
}
.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);
}
.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;
}
.btn-follow:hover {
	border: 1px solid #fff;
	color: #574449;
	background: #fff;
}
.event-mv {
	background: #f0f0f0;
	display: none;
}
.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;
}
.event-flow li img {
	width: 100%;
	max-width: 520px;
}
span.flow-title {
	color: #ed6d00;
}
.event-share {
	width: 320px;
	float: right;
	text-align: center;
	padding-top: 200px;
}
.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;
}
.btn-share:before {
	content: '';
	width: 34px;
	height: 34px;
	position: absolute;
	top: 20px;
	left: 20px;
	background: url(https://event.livehouse.in/2014/07/yachu/images/icon-fb.png) no-repeat;
	background-image: url(https://event.livehouse.in/2014/07/yachu/images/icon-fb.svg), none;
	background-size: contain;
}
.btn-share:hover {
	background: #254ea2;
}
.event-embed {
	background: #f0f0f0;
}
.embed-wrapper {
	padding: 50px 0 60px;
}
.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;
}
.countdown_descr {
	display: block;
	width: 100%;
}
.event-about {
	background: #ffeaf3;
}
.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: 1px solid #ccc;
}
.event-about h2 {
	color: #db3f85;
}
.event-about p{
	color: #574449;
}
.purchase h2 {
	margin-bottom: 10px;
}
.purchase p {
	margin-bottom: 10px;
}
.btn-purchase {
	background: #fa85ba; /* Old browsers */
	background: -moz-linear-gradient(top,  #fa85ba 0%, #db3f85 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa85ba), color-stop(100%,#db3f85)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fa85ba 0%,#db3f85 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fa85ba 0%,#db3f85 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fa85ba 0%,#db3f85 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fa85ba 0%,#db3f85 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa85ba', endColorstr='#db3f85',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 #a71d5b;
	position: relative;
	float: right;
}
.btn-purchase:hover {
	background: #ea62a0;
}
.btn-purchase:before {
	content: '';
	width: 30px;
	height: 36px;
	position: absolute;
	top: 18px;
	left: 20px;
	background: url(https://event.livehouse.in/2014/07/yachu/images/icon-purchase.png) no-repeat;
	background-image: url(https://event.livehouse.in/2014/07/yachu/images/icon-purchase.svg), none;
	background-size: contain;
}
.info {
	width: 75%;
	max-width: 730px;
	float: right;
}
.info p {
	margin-bottom: 20px;
}
.info .highlight {
	font-weight: bold;
	margin-bottom: 5px;
}
.fanpage {
	display: inline-block;
	padding-left: 25px;
	margin-bottom: 20px;
	margin-right: 30px;
	color: #305AAF;
	text-decoration: none;
	position: relative;
}
.fanpage:hover {
	color: #305AAF;
	text-decoration: underline;
}
.fanpage:before {
	content:'';
	width: 21px;
	height: 21px;
	position: absolute;
	top: 2px;
	left: 0;
	background: url(https://event.livehouse.in/2014/07/yachu/images/icon-add.png) no-repeat;
	background-image: url(https://event.livehouse.in/2014/07/yachu/images/icon-add.svg), none;
	background-size: contain;
}
.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 {
	display: inline-block;
	margin-top: 8px;
}
.AppStore {
	width: 130px;
	height: 37px;
	background: url(https://event.livehouse.in/2014/08/campus/images/img-appstore.png) no-repeat;
	background-image: url(https://event.livehouse.in/2014/08/campus/images/img-appstore.svg), none;
	background-size: cover;
}
.GooglePlay {
	width: 144px;
	height: 36px;
	background: url(https://event.livehouse.in/2014/08/campus/images/img-googleplay.png) no-repeat;
	background-image: url(https://event.livehouse.in/2014/08/campus/images/img-googleplay.svg), none;
	background-size: cover;
}
.like-box {
	width: 320px;
	height: 250px;
	padding-left: 40px;
	border-left: 1px solid #ccc;
	float: right;
}
.footer {
	color: #fff;
	background: #574449;
}
.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%;
}
.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;
}
@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%;
	}
	.header-wrapper {
		padding: 0 3%;
	}
	.event-kv {
		background-position: 54% 0%;
	}
	.logo {
		left: 10px;
	}
	.logotype {
	    height: auto;
	    padding-left: 5%;
	}
	.tip {
		top: 15px;
		right: 5px;
	}
	.event-fb-like {
		left: 10px;
	}
	.event-kv-img {
		top: 0;
		left: 0;
	}
	.date-wrapper{
		padding: 20px 0 0;
	}
	.event-mv {
		display: block;
	}
	.about-wrapper {
		padding: 60px 3% 40px;
	}
	.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%;
	}
}
@media screen and (max-width: 767px) and (min-width: 320px){
	.header {
		height: 50px;
		position: relative;
	}
	.wrapper{
		padding: 30px 5%;
	}
	.header-wrapper{
		padding: 0 3%;
	}
	.lh-logo {
		width: 100px;
		height: 33px;
		text-align: center;
	}
	.event-kv {
		background-position: 44% 0%;
		background-size: cover;
	}
	.logo {
		top: 10px;
		left: 10px;
		width: 30px;
		height: 30px;
		background-size: cover;
	}
	.tip {
		display: none;
	}
	.logotype {
	     width: 30%;
	     min-width: 180px;
	     padding-left: 8%;
	}
	.event-fb-like {
		display: none;
	}
	.event-kv {
		margin-top: 0px;
	}
	.kv-wrapper {
	    height: 320px;
	}
	.date-wrapper {
		padding: 20px 0 0;
	}
	.event-title h1 {
		font-size: 32px;
		font-size: 3.2rem;
	}
	.event-mv {
		display: block;
	}
	.event-flow {
		width: 100%;
		max-width: none;
		min-width: none;
		float: none;
	}
	.event-flow li img {
		display: none;
	}
	.event-embed{
		display: none;
	}
	.event-share {
		width: 100%;
	    padding-top: 10px;
	    text-align: center;
	}
	.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 55px;
		font-size: 22px;
		font-size: 2.2rem;
	}
	.btn-share:before {
	    width: 28px;
	    height: 28px;
	    top: 16px;
	    left: 15px;
	}
	.btn-purchase{
		float: none;
		display: block;
		width: 150px;
		margin: 0 auto;
		font-size: 21px;
		font-size: 2.1rem;
	}
	.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;
		width: 45%;
	}
	.btn-app{
		display: block;
		margin: 0 auto 15px auto;
	}
	.like-box {
	    display: none;
	}
	.footer-wrapper {
		padding: 20px 3%;
	}
	.footer a{
		display: none;
	}
}
@media screen and (max-width: 567px) and (min-width: 320px){
	.event-kv {
		background: #fff;
	}
	.kv-wrapper {
		height: 300px;
		padding: 0;
	}
	.logotype {
		width: 200px;
		margin: -250px auto 0;
		display: block;
		padding: 0;
	}
	.date {
		font-size: 27px;
		font-size: 2.7rem;
	}
	.event-kv-img {
	    width: 320px;
	    height: inherit;
	    position: relative;
	    margin: -290px auto 0px;
	}
	.title-wrapper span {
		display: block;
		text-align: center;
	}
	.event-flow li {
		margin: 0 0 10px 0px;
		text-indent: 0px;
	}
	.event-mv {
		display: block;
	}
	.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;
	}
}