*{
	outline: none;
	box-sizing: border-box;
}
body {
	margin: 0;
	font-size: 0;
	background: rgba(0,0,0,0.89);
	font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	font-size: 0;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}
button {
	-webkit-tap-highlight-color: transparent;
}
h1,h2,h3,h4,h5,p {
	margin: 0;
	padding: 0;
}

/* Navigation - CSS */
nav .m-n-drop-down-wrapper > a[data-type='navi-theme'] {
	color: #FFFFFF;
}
nav .m-n-drop-down-wrapper > a[data-type='navi-theme']::after {
	content: "";
    position: absolute;
	top: 50%;
	left: -15px;
	margin-top: -1px;
    width: 6px;
    height: 2px;
    background: #fff;
    display: block;
}


/* Theme - CSS */
.theme-container {
	position: relative;
    width: 100%;
}
.theme-container .theme-item {
	position: relative;
	margin-bottom: 10px;
	width: 100%;
	height: 176px;
	display: block;
}
.theme-container .theme-item > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.theme-container .theme-item .theme-shadow {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.theme-container .theme-item .theme-shadow .theme-title {
	margin-top: 46px;
	padding: 0 20px;
	width: 100%;

	color: #fff;
	font-size: 24px;
	text-align: center;
	line-height: 28px;
	letter-spacing: 1px;
}
.theme-container .theme-item .theme-shadow .theme-tips {
	position: absolute;
	top: 120px;
	left: 50%;
	margin-left: -37px;
	width: 74px;
	height: 26px;
	background: #000;
	border-radius: 2px;

	color: #fff;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 1px;
	text-align: center;
}

.theme-container .theme-item:nth-child(5n + 1) > img {
	background: #F3395B;
}
.theme-container .theme-item:nth-child(5n + 2) > img {
	background: #15CAFA;
}
.theme-container .theme-item:nth-child(5n + 3) > img {
	background: #F3395B;
}
.theme-container .theme-item:nth-child(5n + 4) > img {
	background: #40CC66;
}
.theme-container .theme-item:nth-child(5n + 5) > img {
	background: #EEDA0C;
}

.loading-status {
	position: relative;
	margin: 0 auto 16px;
	width: 115px;
	height: 30px;
	opacity: 0;
}
.loading-status.active {
	opacity: 1;
}
.loading-status .loading-icon {
	margin: 0 auto;
	width: 50px;
	height: 30px;
	overflow: hidden;
	display: none;
}
.loading-status[data-type="automatic"] .loading-icon {
	background: url(/images/global/bottom-loading.gif) no-repeat center;
	background-size: 100%;
	display: block;
}

/* Max Height - 375px */
@media screen and (min-width: 321px) and (max-width: 375px) {
	.theme-container .theme-item {
		height: 160px;
	}
	.theme-container .theme-item .theme-shadow .theme-title {
		margin-top: 42px;

		font-size: 22px;
		line-height: 26px;
	}
	.theme-container .theme-item .theme-shadow .theme-tips {
		top: 110px;
		left: 50%;
		margin-left: -34px;
		width: 68px;
		height: 24px;
		
		line-height: 24px;
	}
}

/* Max Height - 320px */
@media screen and (max-width:320px){
	.theme-container .theme-item {
		height: 136px;
	}
	.theme-container .theme-item .theme-shadow .theme-title {
		margin-top: 34px;

		font-size: 20px;
		line-height: 24px;
	}
	.theme-container .theme-item .theme-shadow .theme-tips {
		top: 94px;
		left: 50%;
		margin-left: -34px;
		width: 68px;
		height: 20px;
		
		line-height: 20px;
	}
}
