.btn{
	display: block;
}
@media (max-width:1000px) {

	.game-box {
		width: 95%;
		height: atuo;
		padding: 15px 0;
		margin: 0 auto;
	}

	.games {
		width: 100%;
		height: 400px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-family: Helvetica, Arial, sans-serif;
		background: linear-gradient(-45deg, #23a6d5, #23d5ab, #ee7752, #e73c7e) 0 0/300% 300%;
		animation: pluto-gradient 60s ease 0s infinite normal none running;
		position: relative;
	}

	.g-img {
		width: 45%;
		height: 150PX;
		border: 1px solid #FFFFFF;
	}

	.g-img img {
		width: 100%;
		height: 100%;
	}

	.btn {
		width: 90%;
		height: 50px;
		line-height: 50px;
		background-color: #e9f7fb;
		border-radius: 8px;
		text-align: center;
		font-size: 25px;
		font-weight: 600;
		margin: 10px 0;
		color: #000000;
	}

	.g-name {
		position: absolute;
		bottom: 2%;
		left: 0;
		right: 0;
		margin: auto;
		font-size: 18px;
		color: #FFFFFF;
		text-align: center;
		font-size: 600;
	}

	.g-text {
		width: 95%;
		height: auto;
		padding: 15px 0;
		margin: 25px 0;
		border-top: 1px solid gainsboro;
		color: #FFFFFF;
		line-height: 1.5;
		font-size: 16px;
	}

	.g-text span {
		font-size: 20px;
		font-weight: 600;
		line-height: 2.0;
		display: block;
	}
}

@media (min-width:1000px) {
	.game-box {
		width: 1500px;
		height: atuo;
		padding: 15px 0;
		margin: 20px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}

	.gb-l {
		width: 75%;
		padding-top: 50px;
	}

	.gb-r {
		width: 22%;
	}

	.games {
		width: 100%;
		height: 650px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-family: Helvetica, Arial, sans-serif;
		background: linear-gradient(-45deg, #23a6d5, #23d5ab, #ee7752, #e73c7e) 0 0/300% 300%;
		animation: pluto-gradient 60s ease 0s infinite normal none running;
		position: relative;
	}

	.g-img {
		width: 180px;
		height: 180PX;
		border: 1px solid #FFFFFF;
	}

	.g-img img {
		width: 100%;
		height: 100%;
	}

	.btn {
		width: 90%;
		height: 50px;
		line-height: 50px;
		background-color: #e9f7fb;
		border-radius: 8px;
		text-align: center;
		font-size: 25px;
		font-weight: 600;
		margin: 10px 0;
		color: #000000;
	}

	.g-name {
		position: absolute;
		bottom: 2%;
		left: 0;
		right: 0;
		margin: auto;
		font-size: 25px;
		color: #FFFFFF;
		text-align: center;
		font-size: 600;
	}

	.g-text {
		width: 100%;
		height: auto;
		padding: 15px 0;
		margin: 25px 0;
		border-top: 1px solid gainsboro;
		color: #FFFFFF;
		line-height: 1.8;
		font-size: 18px;
	}

	.g-text span {
		font-size: 22px;
		font-weight: 600;
		line-height: 2.0;
		display: block;
	}

	.list4 {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		/* margin: 0 auto; */
		/* background-color: pink; */
	}

	.list4 .l1-box {
		width: 94%;
		height: auto;
		padding: 5px 3%;
		border-radius: 5px;
		display: flex;
		background-color: #2a2a2a;
		justify-content: space-between;
		align-items: center;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
		margin-bottom: 20px;
	}

	.list4 .l1-box img {
		width: 27%;
		height: 90px;
		border-radius: 5px;
		display: block;
	}

	.list4 .l1-text {
		width: 65%;
		height: auto;
		padding: 10px 0;
	}

	.list4 .l1-text p {
		line-height: 1.5;
	}

	.list4 .l1-text p:nth-of-type(1) {
		color: #fff;
		font-size: 16px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	.list4 .l1-text p:nth-of-type(2) {
		color: gray;
		font-size: 13px;
		margin: 3px 0 6px;

	}

	.list4 .btn {
		width: 70px;
		height: auto;
		padding: 5px 10px;
		font-size: 13px;
		line-height: 1.5;
		color: #fff;
		text-align: center;
		background-color: #1f7aec;
		border-radius: 6px;
	}

}