.toprail {
	width: 100%;
	height: 100%;
	/* background-color: red; */
}

.toprail-container {
	width: 100%;
	height: 184px;
	margin-bottom: 30px;
}

.toprail-title-container {
	width: 100%;
	/* background-color: blue; */
	height: 24px;
	margin-bottom: 16px;
}

.toprail-title {
	color: #FFFFFF;
	width: 50%;
	float: left;
	height: 24px;
	/* background-color: orange; */
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	font-optical-sizing: auto;
	line-height: 24px;
	letter-spacing: 0px;
}

.toprail-navigation-container {
	width: 40%;
	margin-right: 10%;
	float: right;
	height: 24px;
	/* background-color: green; */
}

.toprail-navigation {
	float: right;
	line-height: 24px;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 16px;
	width: 24px;
	text-align: center;
	border: 0;
}

.toprail-navigation-left {
	border: 0;
}

.toprail-navigation-left img {
	height: 24px;
}

.toprail-navigation-right {
	border: 0;
	margin-left: 17px;
}

.toprail-navigation-right img {
	height: 24px;
}

.toprail-item-container {
	width: fit-content;
	justify-content: center;
	float: left;
	/* background-color: purple; */
	overflow: hidden;
	display: flex;
}

.toprail-item-container-transition {
	transition: transform 0.5s ease;
}

.tophide {
	display: none;
}




.topitem-container {
	cursor: pointer;
	width: 323px;
	height: 144px;
	margin-right: 42px;
	display: flex;
	position: relative;
	flex-direction: row;
	justify-content: flex-end;
}

.topitem-number {
	width: 100px;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: 8px;
	left: -2px;
}

.topitem-number-first {
	left: 10px;
	margin-left: 12px;
}

.topitem-number-eight {
	left: -7px;
}

.topitem-number-nine {
	left: -7px;
}

.topitem-number-ten {
	left: -47px;
}

.topitem-number-after {
	left: -10px;
}

.topitem-number-image {
	height: 103px;
	width: initial;
	vertical-align: middle;
	border: 0;
	box-sizing: border-box;
}

.topitem-image-container {
	width: 256px;
	height: 144px;
	box-shadow: -9px 2px 12px 0 rgba(0, 0, 0, .84);
	z-index: 2;
	align-self: flex-end;
	box-sizing: border-box;
	cursor: pointer;
	overflow: hidden;
}

.topitem {
	display: inline-block;
	/* width: 264px;
	height: 396px;
	margin-right: 32px; */
}

.topitem img {
	width: 256px;
	height: 144px;
}


@media only screen and (max-width: 767px) {

	.topitem-container {
		cursor: pointer;
		
		
		width: 169px;


		height: 153px;
		margin-right: 43px;
		display: flex;
		position: relative;
		flex-direction: row;
		justify-content: flex-end;
	}

	.topitem-number {
		width: 100px;
		height: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: absolute;
		top: 0;
		bottom: 0;
		margin-left: 8px;
		left: -2px;
	}

	.topitem-number-first {
		left: 10px;
		margin-left: 12px;
	}

	.topitem-number-eight {
		left: -6px;
	}

	.topitem-number-nine {
		left: -6px;
	}

	.topitem-number-ten {
		left: -47px;
	}

	.topitem-number-after {
		left: -9px;
	}

	.topitem-number-image {
		height: 103px;
		width: initial;
		vertical-align: middle;
		border: 0;
		box-sizing: border-box;
	}

	.topitem-image-container {
		width: 102px;
		height: 153px;
		box-shadow: -9px 2px 12px 0 rgba(0, 0, 0, .84);
		z-index: 2;
		align-self: flex-end;
		box-sizing: border-box;
		cursor: pointer;
		overflow: hidden;
	}

	.topitem {
		display: inline-block;
	}

	.topitem img {
		width: 102px;
		height: 153px;
	}
}