body{
	background-color: #191a20;
}

.HEAD_NAV{
	background-color: #212229;
}

.container {
	background-color: #191a20;
	width: 1200px;
	margin: 0 auto;
	color: #FFF;
	display: flex;
	justify-content: space-between;
}

.nav_infos {
	width: 850px;
	font-size: .8em;
	display: flex;
	color: #999;
	margin: 1rem;
}
.nav_infos>a{
	color: #999;
}
.nav_infos>a:last-child {
	color: #FFF;
}

.content{
	width: 850px;
	
}
.part_1{
	background-color: #1f2128;
	border-radius: 6px;
	padding: 45px;
}

.part_2 img{
	width: 98%;
}
.title{
	font-size: 24px;
	margin-bottom: 1rem;
}
.time{
	color: #666;
	margin-right: 30px;
}
#other_info{
	display: flex;
	color: #666;
	align-items: center;
	margin-bottom: 1rem;
}
.part_1_list{
	display: flex;
	justify-content: space-between;
}
.part_1_list>div{
	display: flex;
	align-items: center;
}
.part_1_list>div>a{
	cursor: pointer;
	margin: 0 1rem 0 0;
	background: linear-gradient(180deg, #F3E2BF, #D7B587);
	border-radius: 50px;
	padding: 15px 30px;
	color: #4A2B0E;
	font-weight: bold;
}
.address{
	margin-bottom: 15px;
	color: #666;
}
.wx_share{
	cursor: pointer;
	position: relative;
}
.wx_share:hover #wx_code{
	display: block;
}
#wx_code{
	display: none;
	right: 0px;
	top: 20px;
	padding: 10px;
	background-color:#1f2128;
	box-shadow: 0 0 20px rgba(25, 26, 32,1);
	border-radius: 10px;
	position: absolute;
}
.part_1_list>div>a:last-child{
	background: none;
	color: #D7B587;
	border: 1px solid #DCB785;
}
.part_2{
	color: #9B9FB2;
	line-height: 2em;
	width: 96%;
	margin: 50px auto;
}
.part_3{
	background-color: #1f2128;
	border-radius: 6px;
	padding: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #9B9FB2;
	margin-bottom: 50px;
}
.download{
	background-color: #333441;
	padding: 15px 30px;
	border-radius: 50px;
	color: #CDA65E;
	cursor: pointer;
}

@media screen and (max-width:1000px) {
	.container{
		width: 100%;
		
		display: block;
	}
	.download{
		padding: .5rem 1rem;
	}
	.AD_LIST{
		display: none;
	}
	.nav_infos{
		width: 95%;
		margin: 5px auto;
		font-size: .5em;
	}
	.content{
		font-size: 1em;
		width: 100%;
	}
	.part_1{
		padding:1rem .5rem;
	}
	#other_info{
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: column;
	}
	#other_info>p:first-child{
		margin-bottom: 15px;
	}
	.time{
		margin-right: 0;
	}
	.title{
		font-size: 1em;
		/* font-size: 4em; */
	}
	.part_1_list img{
		text-align: center;
		width: 20px;
		height: 20px;
	}
	.part_1_list>div>a{
		white-space: nowrap;
		padding: .5rem 1rem;
		margin:0 .5rem 0 0;
	}
	.part_2{
		width: 95%;
		font-size: 14px;
		line-height: 1.5em;
		min-height: 50vh;
		margin: 0 auto;
	}
}
