@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: 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: 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 #ff6633
	}

	.li-box:hover .li-text {
		color: #ff6633;
	}
	.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;
		height: 200px;
		position: relative;
		overflow: hidden;
		padding: 6px;
		background-color: #fff;
		border: 1px solid #e5e6e9
	}
	
	.li-box img {
		width: 95%;
		height: 170px;
		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 #3366ff;
	}

	.li-box:hover .li-text {
		color: #3366ff;
	}

	

}
@media (max-width:600px) {
	.bloglist{
		width: 100%;
		height: auto;
		margin: 20px 0;
		/*display: flex;*/
		/*justify-content: space-between;
		flex-wrap: wrap;*/
	}
	.bloglist .li-box{
		display: block;
		width: 100%;
		
		padding:0;
		
	}
	.bloglist .li-box img{
		height: 200px;
	}
	.bloglist .blog-img{

		width: 100%;

	}
	.bloglist .li-text{

		width: 100%;
	}
}
@media (min-width:600px) {
	.bloglist{
		width: 100%;
		height: auto;
		margin: 20px 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.bloglist .li-box{
		width: 100%;
		display: flex;
		
	}
	.bloglist .li-box img{
		height: 240px;
	}
	.bloglist .blog-img{
		width: 35%;

	}
	.bloglist .li-text{
		width: 60%;
	}
	.bloglist h3{
		display: block;
	    font-size: 1.17em;
	    -webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		line-height: 2em;
		max-height: 4em;
		/*text-align: left;*/
	    margin:0 15px 0 15px;
	}
	.blog-desc{
		display: -webkit-box;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		line-height: 2em;
		max-height: 8em;
		width: 100%;
		margin:20px 15px 20px 15px;
		text-align: left;

	}
}


.bloglist .li-box img{
	width: 100%;	
}
.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;
}
/*ff6633*/
.m-title {
	width: 96%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-transform: capitalize;
	font-size: 17px;
	/*background-color: #ff6633;*/
	padding: 8px 2%;
	border-radius: 5px;
}

.mt-left {
	width: auto;
	line-height: 1.5;
	display: flex;
	color: #f09f09;
	align-items: center;
	font-weight: bold;
}

.mt-right {
	width: auto;
	display: flex;
	color: #fff;
	font-weight: 400;
	align-items: center;
	background-color: #8ed575;
	padding:8px 14px 8px 14px;
	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;
}

.m-box:nth-of-type(odd) .m-title .mt-left{
	/*background-color: #ff6633;*/
	font-size: 1.5em;
	border-bottom:4px solid #f09f09;
	color: #f09f09;
}
.m-box:nth-of-type(odd) .m-title .mt-right{
	background-color: #f09f09;
}

.m-box:nth-of-type(even) .m-title .mt-left{
	/*background-color: #34abdf;*/
	font-size: 1.5em;
	border-bottom: 4px solid #fff;
	color: #f09f09;
}

.m-box:nth-of-type(even) .m-title .mt-right{
	background-color: #f09f09;
	color: #fff;
}

.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: -2px auto;
	/*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: 6px;
	margin-right: 10px;
}

.type-box a:hover {
	color: #fff !important;
	background-color: #ff6633;
}

.type-box a img {
	width: 100px;
	height: 100px;
	display: block;
	border-radius: 10px;
	margin:5px auto;
}

.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;

}


.list1,
.list2,
.list3,
.list4,
.list5 {
	width: 100%;
	height: auto;
	margin: 20px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

}

.list5 .li-box {
	width: 47%;
	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 .li-box {
	width: 100%;
}

.list6 .li-box img {
	height: 80px;
}

.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%;
}
.type_gs{
	margin-left: 6px;
	color: #662200;
}