* {
	margin: 0;
	padding: 0;
}

body {
	background: #14181F;
	overflow: hidden;
}




.about {
	width: 12rem;
	margin: 0.7rem auto 1.34rem;
}

.about .btn_hd {
	display: flex;
	justify-content: center;
	margin-bottom: 0.84rem;
}

.about .btn_hd .btn_li {
	width: auto;
	height: auto;
	padding: 0.1rem 0.28rem;
	box-sizing: border-box;
	font-weight: 400;
	font-size: 0.16rem;
	color: #F2A467;
	border-radius: 0.04rem;
	border: 0.01rem solid #F2A366;
	margin: 0 0.15rem;
	cursor: pointer;
}

.about .btn_hd .btn_li.act {
	color: #0A0E12;
	background: #F2A366;
}


.item_bd .item_li {
	display: none;
	font-weight: 400;
	font-size: 0.18rem;
	color: #919191;
	line-height: 0.32rem;
}

.item_bd .item_li p {
	font-weight: 400;
	font-size: 0.18rem;
	color: #919191;
	line-height: 0.32rem;
}
.item_bd .item_li img{
    max-width: 100%;
    width: revert-layer;
    height: auto;
}
.item_bd .item_li.on {
	display: block;
}





@media only screen and (max-width: 1024px) {
	.about{
		width: 100%;
	}
	.item_bd .item_li p{
		font-size: 0.22rem;
		line-height: 1.8;
	}
}






