/* 屏幕宽度<=1170px样式 */
@media (min-width: 1170px) {
  
}

/* 屏幕宽度<=768px样式 */
@media (max-width: 768px) {
  .page_container {
  	max-width: 92% !important;
  }
}

.article_show {
	padding: 30px 0 100px 0;
}
.article_show .page_container {
	max-width: 700px;
	margin: 0 auto;
}
.article_show .title {
	font-weight: bold;
	margin-bottom: 16px;
}
.article_show .content {
	line-height: 200%;
}

.fixed_create {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 36px;
	text-align: center;
}
.fixed_create .btn {
	background-image: linear-gradient(249deg, rgb(124, 59, 237) 0%, rgb(219, 169, 207) 100%, rgb(235, 191, 198) 100%);
	border: 0px;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px 0px;
	color: #fff;
	padding: 6px 30px;
	font-weight: bold;
	font-size: 14px;
}