/* basic module for "wolfcode.cn"(mobile) START */
/* @version 20190510 */

body {
	font-family: "Source Han Sans CN";
	background-color: #eff3f5;
	cursor: pointer; /* iOS click event function fixed */
}
.container {
	max-width: 750px;
	min-width: 680px;
}
.panel {
	width: 680px;
}
.center.frame {
    margin-bottom: 90px;
}
.center.frame .panel .gesso {
	width: 750px;
	background-color: #fff;
	padding: 30px 35px;
	margin-left: -35px;
}
.center.frame .panel .title-bar {
	height: 100px;
	padding-bottom: 30px;
	justify-content: space-between;
	align-content: flex-end;
	align-items: flex-end;
}
.center.frame .panel .title-bar .text {
	font-size: 34px;
	color: #333333;
	font-weight: bold;
}
.center.frame .panel .title-bar .more {
	font-size: 24px;
	color: #999;
}
.center.frame .panel .title-bar .more::after {
	content: ">";
	margin-left: 0.25em;
}

/* basic module for "wolfcode.cn"(mobile) END */