@media (max-width:1000px) {
	.content {
		width: 100% !important;
	}

	.main {
		width: 95% !important;
		margin: 10px auto 0 !important;
	}

	.m-title {
		font-size: 14px !important;
		font-weight: 400 !important;
	}

	.mt-right svg {
		width: 15px !important;
		margin-left: 5px;
	}

	.m-box {
		width: 100% !important;
	}

	.list1,
	.list2,
	.list3,
	.list4 {
		padding: 0 !important;

	}

	.c-right {
		display: none;
	}

	.li-box {
		width: 22.5%;
		border-radius: 5px;
		margin-bottom: 10px;
		transition: all linear 0.3s;
		position: relative;
		overflow: hidden;
		padding: 6px;
		background-color: #fff;
		border: 1px solid #e5e6e9
	}

	.li-box img {
		width: 95%;
		height: 80px;
		display: block;
		border-radius: 5px;
		margin: auto;
	}

	.li-text {
		text-align: center;
		line-height: 1.5;
		text-align: center;
		margin-top: 5px;
		color: #000;
		font-size: 16px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	.li-box:hover {
		border: 1px solid #F81E25;
		background: #88C2B4;
	}

	.li-box:hover .li-text {
		color: #ff6633;
		font-weight: bold;}
		
	.list5 .li-box{
		width: 100% !important;
	}

}
@media (max-width:720px) {
	.li-box {
		width: 28%;
		border-radius: 5px;
		margin-bottom: 20px;
		transition: all linear 0.3s;
		position: relative;
		overflow: hidden;
		padding: 6px;
		background-color: #fff;
		border: 1px solid #e5e6e9
	}

}
@media (min-width:1000px) {

	.li-box {
		width: 15%;
		border-radius: 5px;
		margin-bottom: 20px;
		transition: all linear 0.3s;
		position: relative;
		overflow: hidden;
		padding: 6px;
		background-color: #fff;
		border: 1px solid #e5e6e9
	}

	.li-box img {
		width: 95%;
		height: 140px;
		display: block;
		border-radius: 5px;
		margin: auto;
	}

	.li-text {
		text-align: center;
		line-height: 1.5;
		text-align: center;
		margin-top: 5px;
		color: #000;
		font-size: 16px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	.li-box:hover {
		border: 1px solid #F81E25;
		background: #88C2B4;
	}

	.li-box:hover .li-text {
		color: #ff6633;
		font-weight: bold;
	}


}

.content {
	width: 94%;
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;

}

.main {
	width: 100%;
	height: auto;
	padding: 20px 0;
}

.c-right {
	width: 94%;
	max-width: 1200px;
	height: auto;
	padding: 20px 3% 20px 3%;
	position: relative;
}

.sticky {
	position: sticky;
	top: 80px;
	bottom: auto;
	display: flex;

}

.c-right .m-box {
	margin-top: 20px;
}

.c-right .m-box .m-title {
	justify-content: space-between !important;
}

.m-title {
	width: 96%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-transform: capitalize;
	font-size: 17px;
	background-color: #09a0a5;
	padding: 8px 2%;
	border-radius: 5px;
}

.mt-left {
	width: auto;
	line-height: 1.5;
	display: flex;
	color: #fff;
	background-color: #09a0a5;
	border-radius:5px;
	align-items: center;
	font-weight: bold;
	white-space: nowrap;
	position: relative;
	padding:2px 8px 2px 8px;
}


.mt-right {
	width: auto;
	display: flex;
	color: #fff;
	font-weight: 400;
	align-items: center;
	background-color: #E35D0F;
	padding:6px 12px 6px 12px;
	border-radius: 5px;
	font-weight: bold;
}

.c-right .m-title:nth-of-type(1) {
	justify-content: center;
}

.mt-right svg {
	width: 13px;
	margin-left: 5px;
	font-weight: 400;
}

.type-box {
	width: 100%;
	height: auto;
	padding: 10px 2%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border: 1px solid gainsboro;
	border-top: none;
	margin-top: -2px;
	/*background-color: #fff;*/
}


.type-box a {
	margin-bottom: 20px;
	font-size: 16px;
	
	padding: 3px 2%;
	text-align: center;
	line-height: 1.5;
	color: #fff;
	border: 1px solid transparent;
	background-color: #fff;
	border-radius: 4px;
	margin-right: 10px;
}

.type-box a:hover {
	color: #fff !important;
	background-color: #ff6633;
}

.type-box a img {
	width: 10px;
	height: 10px;
	display: block;
	border-radius: 100%;
	margin-right: 10px;
}

.type-box a p {
	width: auto;
	padding: 0 15px 0 0;
}

.m-box {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 10;
	border-radius: 10px;
	background: #fff;
}

.list1,
.list2,
.list3,
.list4,
.list5 {
	width: 100%;
	height: auto;
	margin: 10px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

}

.list5 .li-box {
	width: 45%;
	height: auto;
	display: flex;
	/* justify-content: space-between; */
	align-items: center;

}
.list5 .li-view{
	display: none;
}
.list5 .li-box img {
	width: 30%;
	height: 90px;
	margin-left: 0px;
	margin-right: 10px;
}

.list6{
	justify-items:center;
}

.list6 .li-box {
	width: 96%;
	display: block;
}

.list6 .li-box img {
	height: 120px;
	width: 100%;
}

.explore {
	width: 180px;
	line-height: 40px;
	margin: 20px auto;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	background-color: #ffffff;
	border: 2px solid #fff;
	box-shadow: 4px 4px 20px 0 rgb(10 148 228 / 50%);
	border-radius: 10px;
	position: relative;
}

.end {
	background-color: transparent;
	color: #000;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	box-shadow: 0px 0px 0px transparent;
	border: none;
}

.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 999;
	display: flex;
	justify-content: center;
	border: 2px solid #000;
	align-items: center;
	display: none;
}

.loading::after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 4px solid #fff;
	border-top-color: #000;
	animation: loading 1s linear infinite;
}

@keyframes loading {
	to {
		transform: rotate(360deg);
	}
}
.li-view{
	/*width: 100%;*/
	display: flex;
	font-size: 0.7em;
    font-weight: 300;
    color: #666;
    padding: 1em 0 0.5em;
}
.li-view span{
	display: inline-block;
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.games_score{
	text-align: right;
}
.games_score:before {
    content: "\2605";
    display: inline-block;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    padding-right: 0.3em;
    opacity: .4;
}
.details-box{
	/*width:100%;*/
	line-height: 2em;
	margin:1em;

}
.details-box h3{
	font-size: 2em;
	line-height:1.8em;
	margin:1em 0 2em;
}
.details-box h4{
	font-size: 1.7em;
	margin:1em 0 1em;

}
.details-box p{
	font-size: 1.4em;
}
.details-box img{
	width: 100%;
}