.contain{
	padding:90px 30px 0;
}
.sortTitle{
	position: relative;
	padding: 15px 0;
}
.sortTitle:before{
	content: "";
	width: 44px;
	height:44px;
	background: url('../images/title-ico.jpg') center bottom no-repeat;
	background-size: 85%;
}
.sortTitle:before,.sortTitle a{
	display: inline-block;
	vertical-align: middle;
}
.sortTitle a{
    color:#046EA7;
	text-align:left;
	font-weight:800;
	font-size: 40px;
	position: relative;
	z-index: 111;
	zoom: 1;
}
/* column-item */
.column-item{
	display: flex;
	flex-direction: column;
}
.column-item .items{
	background-color: #fff;
	border-radius: 20px;
	padding: 18px;
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.column-item .items:last-child{
	margin-bottom: 10px;
}
.column-item .items .them{
	width: 164px;
	height: 164px;
	border-radius: 22px;
	overflow: hidden;
	flex-shrink: 0;
}
.column-item .items .them img{
	width: 100%;
	object-fit: cover;
}
.column-item .items dl{
	padding-left: 20px;
}
.column-item .items dl>dt{
	color: #1a1a1a;
	font-size: 24px;
	font-weight: bold;
	max-height: 38px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.column-item .items .btn{
	background-color:#046EA7 ;
	display:inline-block;
	color: #fff;
	border-radius: 40px;
	padding:10px 25px;
	font-size: 20px;
	margin-top: 10px;
}

/* gamelist */
.gameList{
    display: flex;
	flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
	margin:0 -15px 20px;
}
.gameList li{
	display: inline-block;
    width:50%;
	padding: 15px;
}
.gameItem{
	width: 80px;
	border-radius: 10px;
	overflow: hidden;
}
.gameItem .img{
	width: 100%;
	height: 128px;
	overflow: hidden;
}
.textWrap{
	line-height: 1.4;
	margin-bottom: 10px;
	font-size: 14px;
}

/* detail */
.thum{
	display: flex;
	flex-direction:row;
	justify-content: space-between;
}
.thum .thum-img{
	position: relative;
	width: 40%;
	border-radius: 50px;
	overflow: hidden;
	flex-shrink: 0;
}
.thum .thum-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.thum .masks{
	z-index: 99;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
}
.thum .imgItems{
	position: absolute;
	z-index: 100;
	top: 22%;
	width: 40%;
	left: 30%;
	text-align: center;
}
.play{
	border-radius: 50px;
	background-color: #046EA7;
	color: #fff;
	text-align: center;
	display: block;
	padding:10px;
	margin: 10px 0;
	font-size: 24px;
	animation: playAnimate 500ms linear infinite alternate;
}
.thum .imgItems .imgs{
	width: 86%;
	margin: 0 auto;
	border-radius: 30px;
}
.thum .info{
	padding: 0 20px;
}
.thum .info .sortTitle{
	padding-top: 0;
}
.tagList{
	margin: 20px 0;
	border-radius: 25px;
	background-color: #fff;
	padding:20px;
	display: flex;
	align-items: center;
	font-size: 24px;
	color: #1a1a1a;
}
.tagList h4{
	display: inline-block;
}
.tagList a{
	padding: 5px;
	color: #1a1a1a;
}
.textInfo{
	line-height: 1.6;
	font-size: 20px;
}
.detail.column-item{
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right:-15px;
}
.detail.column-item .items{
	margin:15px;
	width: calc(50% - 30px);
}
.detail.column-item  .items dl>dt{
	max-height:54px;
}

.more{
	color: #046EA7;
	text-decoration: underline;
	font-size: 30px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
	display: block;
}

@keyframes playAnimate {
    0%{
        transform: scale(.9);
    }
    100%{
        transform: scale(1);
    }
}

/* game */

/* nodata */
.detailWrap{
	background-color: #fff;
	color:#999999;
	border-radius: 30px;
	padding:10px 20px;
	margin-bottom: 30px;
}
.detailWrap p{
	padding: 10px 0;
	font-size: 20px;
	line-height: 1.5;
}
@media screen and (max-width:1025px){
	.gameList {
	    margin-left: -10px;
		margin-right:-10px;
	}
	.gameList{
		justify-content: flex-start;
	}
	.gameList li {
	    padding: 10px;
		width: 25%;
	}
	.column-item .items .them {
	    width: 164px;
	    height: 164px;
	}
	.column-item .items {
	    padding: 20px;
	}
	
}
@media screen and (max-width:915px){
	.contain{
		padding-left: 20px;
		padding-right: 20px;
		min-height: 680px;
	}
	.column-item .items {
	    padding: 15px;
	}
	.column-item .items .them {
	    width: 136px;
	    height: 136px;
		border-radius: 18px;
	}
	.thum .thum-img{
		height: 340px;
	}
	.sortTitle a {
	    font-size:32px;
	}
	.textInfo {
	    line-height: 1.4;
	    font-size: 18px;
	}
	.column-item .items .btn {
	    padding: 8px 15px;
	    font-size: 17px;
	    margin-top: 15px;
	}
	
}
@media screen and (max-width:821px){
	.contain {
	    padding: 88px 30px 0;
		min-height: 680px;
	}
	.gameList li{
		width: 50%;
	}
}

@media screen and (max-width:768px){
	.contain {
	    padding:78px 20px 0;
		min-height: 480px;
	}
	.more{
		font-size: 28px;
		margin-bottom: 10px;
	}
	.thum .thum-img {
		width: 40%;
		height: 290px;
		flex-shrink: 0;
	}
	.thum .thum-img img {
	   height: auto;
	}
	.column-item .items {
	    padding:14px;
	}
	.column-item .items .them {
	    width: 120px;
	    height: 120px;
		border-radius: 15px;
	}
	.column-item .items dl>dt {
	    font-size: 22px;
	    max-height: 36px;
	}
	.column-item .items .btn {
	    font-size: 14px;
		padding: 8px 15px
	}
	.play {
	    font-size: 18px;
	}
	.sortTitle a {
	    font-size: 32px;
	   
	}
	.textInfo {
	    line-height: 1.4;
	    font-size: 16px;
	}
	.gameList li {
	    padding: 10px 15px;
	}
}
@media screen and (max-width:641px){
	.contain {
	    padding:74px 20px 0;
	}
	.column-item .items {
	    padding: 15px;
		margin-top: 20px;
	}
	.sortTitle a {
	    font-size: 32px;
	}
	.sortTitle:before {
	    width: 34px;
	    height: 34px;
	}
	
	.thum .thum-img{
		height: 240px;
	}
	.thum .imgItems {
	    top: 22%;
	    width: 36%;
	    left: 32%;
	}
	.thum .imgItems .imgs {
	    width:90%;
	    border-radius: 20px;
	}
	.detail.column-item {
	    flex-direction: column;
	}
	.detail.column-item .items {
	    margin:10px 15px;
	    width:auto;
	}
	.column-item .items .them {
	    width: 136px;
	    height: 136px;
		border-radius:20px;
	}
	.column-item .items .btn {
	    font-size: 18px;
	}
	.play {
	    padding:8px;
	    font-size: 16px;
	}
}
@media screen and (max-width:541px){
	
	.column-item{
		flex-direction: column;
	}
	.column-item .items .them{
		width: 128px;
		height: 128px;
	}
	.column-item .items dl>dt{
		font-size: 20px;
		max-height: 40px;
	}
	.column-item .items .btn{
		border-radius: 40px;
		padding:8px 15px;
		font-size: 16px;
	}
	.gameList{
		margin: 0 -15px;
	}
	.gameList li {
	    padding:10px 15px;
	}
	.gameItems .img {
	    width: 100%;
	    height: 134px;
		border-radius: 14px;
	}
	.thum {
	    flex-direction:column;
	}
	.thum .thum-img {
	    width: 100%;
	    border-radius: 50px;
		margin-bottom:10px;
		height: auto;
	}
	.thum .info {
	    padding: 0 5px;
	}
	.sortTitle a {
	    font-size: 28px;
	}
	.thum .info .sortTitle{
		padding-top: 10px;
	}
	.tagList {
		display: flex;
	    padding: 10px 18px;
	    font-size: 15px;
		align-items:baseline;
		margin-bottom: 10px;
	}
	.sortTitle{
		padding-bottom: 10px;
	}
	.detail.column-item {
	    flex-direction:column;
		margin-left: 0;
		margin-right: 0;
	}
	.detail.column-item .items {
	    width: 100%;
		margin: 8px 0;
		 padding: 12px;
	}
	.detailWrap p {
	    font-size: 17px;
	    line-height: 1.5;
	}
}
@media screen and (max-width:431px){
	
	.column-item .items {
	    margin-top: 15px;
	}
	.column-item .items .them{
		width: 104px;
		height: 104px;
		border-radius: 12px;
	}
	.column-item .items dl {
	    padding-left:15px;
	}
	.sortTitle a {
	    font-size: 24px;
	}
	.sortTitle:before{
		width: 32px;
		height:32px;
	}
	.gameList li {
	    padding: 10px;
	}
	.more{
		font-size: 17px;
	}
	.textInfo {
	    line-height: 1.4;
	    font-size: 16px;
	}
	.thum .imgItems {
	    top: 25%;
	    width: 30%;
	    left: 35%;
	}
	.thum .imgItems .imgs {
	    width: 100%;
	}
	.play {
	    margin: 10px 0;
	    font-size: 18px;
	    animation: playAnimate 500ms linear infinite alternate;
	}
}
@media screen and (max-width:415px){
	.contain{
		padding:66px 15px 0;
		min-height: 680px;
	}
	.sortWrap {
		padding: 5px 10px;
		border-radius: 20px;
	}
	.gameList {
	    margin: 0 -8px;
	}
	.gameItems .title {
	    font-size: 17px;
	    max-height: 40px;
	    line-height: 1.2;
	}
	.gameItems .img {
	    height: 110px;
		border-radius: 12px;
	}
	.thum .thum-img {
	    height: 384px;
	}
	.column-item .items {
	   padding: 12px;
	}
	.column-item .items .them {
	    width:114px;
	    height: 114px;
	}
	.column-item .items .btn {
	    padding:6px 15px;
		
	}
	.column-item .items dl>dt {
	    font-size: 18px;
	    max-height: 40px;
		line-height: 1.2;
	}
}
@media screen and (max-width:391px){
	
	.thum .thum-img {
	    border-radius: 30px;
	}
}
@media screen and (max-width:376px){
	.gameItems .img {
	    width: 100%;
	    height: 98px;
	    border-radius: 12px;
	}
	.column-item .items .btn {
	    padding:5px 15px;
	    font-size: 14px;
		margin-top: 10px;
	}
	.column-item .items .them{
		width: 92px;
		height: 92px;
		border-radius:12px;
	}
	.column-item .items dl {
	    padding-left: 10px;
	}
	.play {
	    font-size: 16px;
	}
	.thum .thum-img{
		height: 345px;
	}
	.thum .imgItems {
	    top: 28%;
	    width:30%;
	    left: 35%;
	}
	.thum .imgItems .imgs {
	    width: 90%;
	    border-radius:25px;
	}
	.textInfo {
	    font-size: 16px;
	}
	.detail.column-item .items {
	    width: 100%;
	    margin: 8px 0;
	}
	
}
@media screen and (max-width:360px){
	.sortTitle:before {
	    width: 28px;
	    height: 28px;
	}
	.sortTitle{
		padding-bottom: 5px;
	}
	.sortTitle a {
	    font-size: 22px;
	}
	.gameList li {
	    padding: 10px;
	}
	.thum .thum-img {
		margin-bottom:0;
	}
}
@media screen and (max-width:321px){
	.contain {
	    padding:60px 10px 0;
	}
	.sortWrap {
	    padding: 5px;
		border-radius: 20px;
	}
	.sortTitle a {
	    font-size: 20px;
	}
	.column-item .items .them {
	    width: 80px;
	    height: 80px;
	    border-radius: 12px;
	}
	.column-item .items {
	   padding:10px;
	}
	.column-item .items dl>dt {
	    font-size: 14px;
	}
	.column-item .items .btn {
	    border-radius: 40px;
	    padding: 6px 10px;
	    font-size: 12px;
		margin-top:10px;
	}
	.gameList li {
	    padding: 10px 8px;
	}
	.gameItems .img {
	    width: 100%;
	    height: 88px;
	    border-radius:10px;
	}
	.thum .thum-img{
		height: 300px;
		margin-bottom: 10px;
	}
	.thum .imgItems {
	    top: 26%;
	    width: 34%;
	    left: 33%;
	}
}
@media screen and (max-width:280px){
	.column-item .items .them {
	    width: 78px;
	    height: 78px;
	    border-radius: 10px;
	}
	
	.gameItems .img {
	    height: 82px;
	    
	}
}
