img {
	max-width: 100%;
	height: auto;
}

body {
	background-color: #fff;
	background-repeat: no-repeat;
	background-attachment: scroll;
	min-width: unset;
}

body.sy-front {
	background-image: url('https://i.ntdtv.com/assets/themes/ntd/images/shenyun/shenyun_mobile_home_2025.jpg');
	background-size: 100%;
	background-color: #fff;
}

header.syreview {
	background-color: #fff;
	width: 100%;
	height: 70px;
}

header.syreview .top-bar {
	text-align: center;
	padding-top: 20px;
}

.sy-menu {
	width: 152px;
}

.sy-menu span {
	margin-bottom: 2px;
	display: block;
}

.sy-menu span.shenyun-logo {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.sy-menu span.shenyun-logo img {
	max-width: 100px;
	height: auto;
	margin-bottom: 20px;
}

.sy-menu span a {
	display: block;
	color: #3b4d96;
	font-size: 16px;
	font-weight: 900;
	line-height: 30px;
	padding: 5px 0;
	background: rgba(255, 255, 255, 0.5);
	text-align: center;
	text-decoration: none;
	transform: rotate(0.1deg);
	transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.9);
}

.sy-menu span a:hover {
	color: #68449e;
	background: rgba(255, 255, 255, 0.9);
}

.main .tickets {
	margin-top: 10px;
}
.main .tickets a {
	color: #fff;
	background-color: #F6994A;
}

.main .tickets a:hover,
.main .tickets a:focus {
	background-color: #F6994A;
}

footer {
	margin-top: 0;
	min-height: 65px;
	border-bottom: 1px solid #006265;
	background: #fff;
}

@media only screen and (max-device-width: 480px),
       only screen and (max-width: 480px) {
	header.syreview .top-bar {
		padding-top: 3vw;
	}

	header.syreview .logo {
		width: 170px;
	}

	header.syreview .sy_site {
		font-size: 17px;
	}

	body.sy-front {
		min-width: unset;
		background-position: center 10vw;
	}

	.sy-menu {
		position: relative;
		margin: 120vw auto 5vw;
		width: 95%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		column-gap: 3px;
		row-gap: 1px;
		justify-content: center;
	}

	.sy-menu span {
		width: 146px;
	}

	.sy-menu span a {
		font-weight: 700;
	}

	.sy-menu span.shenyun-logo {
		display: none;
	}

	.main .sy-menu .tickets {
		width: 295px;
		margin: 15px auto;
	}

	footer {
		margin-top: 0;
		min-height: 65px;
		border-bottom: 1px solid #006265;
		background: #fff;
	}
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 481px),
only screen and (max-width: 1024px) and (min-width: 481px) {
	header.syreview .top-bar {
		padding-top: 3vw;
	}

	header.syreview .logo {
		width: 220px;
	}

	header.syreview .sy_site {
		font-size: 21px;
	}

	body.sy-front {
		min-width: unset;
		background-position: center 6vw;
	}

	.sy-menu {
		position: relative;
		margin: 120vw auto 5vw;
		width: 55%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		column-gap: 3px;
		row-gap: 1px;
		justify-content: center;
	}

	.sy-menu span {
		width: 146px;
	}

	.main .sy-menu .tickets {
		width: 295px;
		margin: 0 auto;
	}

	footer {
		margin-top: 0;
		min-height: 65px;
		border-bottom: 1px solid #202a50;
		background: #fff;
	}
}

@media only screen and (max-device-width: 1366px) and (min-device-width: 1025px),
	   only screen and (max-width: 1366px) and (min-width: 1025px) {
	body.sy-front {
		background-image: url('https://i.ntdtv.com/assets/themes/ntd/images/shenyun/shenyun_desktop_home_2025.jpg');
		background-position: center 55px;
	}

	header.syreview .top-bar {
		text-align: unset;
		margin-left: 3vw;
	}

	.sy-menu {
		margin-top: 13vw;
		margin-left: 75vw;
		margin-bottom: 7vw;
	}

}

@media screen and (max-width: 1920px) and (min-width: 1367px) {
	body.sy-front {
		background-image: url('https://i.ntdtv.com/assets/themes/ntd/images/shenyun/shenyun_desktop_home_2025.jpg');
		background-position: center 50px;
	}

	header.syreview .top-bar {
		text-align: unset;
		margin-left: 3vw;
	}

	.sy-menu {
		margin-top: 10vw;
		margin-left: 75vw;
		margin-bottom: 13vw;
		width: 165px;
	}

	.sy-menu span {
		height: 44px;
		margin-bottom: 3px;
	}


	.sy-menu span a {
		font-size: 20px;
		line-height: 35px;
	}
}

@media screen and (min-width: 1921px) {
	body.sy-front {
		background-image: url('https://i.ntdtv.com/assets/themes/ntd/images/shenyun/shenyun_desktop_home_2025.jpg');
		background-position: center 50px;
	}

	header.syreview .top-bar {
		text-align: unset;
		margin-left: 3vw;
	}

	.sy-menu {
		margin-top: 11vw;
		margin-left: 80vw;
		margin-bottom: 15vw;
		width: 180px;
	}

	.sy-menu span {
		height: 44px;
		margin-bottom: 3px;
	}

	.sy-menu span a {
		font-size: 20px;
		line-height: 35px;
	}
}