* {
	margin: 0;
	padding: 0;
}

body {
	background: #14181F;
	overflow: hidden;
}
.position .main,
.type_body .main{
	width: 15.2rem;
}


.type_body .type_name{
	font-weight: bold;
	font-size: 0.8rem;
	color: #F2A366;
	line-height: 1.23rem;
}


.type_list{
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.66rem;
	margin-bottom: 1.71rem;
}
.type_list .type_tiem{
	width: 2.36rem;
	height: 2.36rem;
	border: 0.01rem solid #3D5270;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 0.22rem;
	color: #FFFFFF;
	cursor: pointer;
	margin-right: 0.2rem;
	margin-bottom: 0.5rem;
}
.type_list .type_tiem:nth-child(6n){
	margin-right: 0;
}
.type_list .type_tiem:hover{
	background: #3D5270;
}



@media only screen and (max-width: 1024px) {
	.type_body .type_name{
		font-size: 0.44rem;
		line-height: 1.5;
	}
	.type_list{
		width: 100%;
        gap: 0.15rem;
        margin-bottom: 1rem;
	}
	.type_list .type_tiem{
		width: calc(33.33% - 0.1rem);
		margin: 0;
	}
}

