html,body {
    width:  100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size:14px;
	font-family: system-ui;
	overflow:hidden;
	background-color: #CCCCCC;
}
a {
	text-decoration: none;
	font-size:14px;
	color:#FFFFFF;
}
hr {
	border:1px dashed #CCCCCC;
}
blockquote::before, blockquote::after {
  content: '"';
}
blockquote {
    background: #F9F9F9;
    padding: 10px;
    border: 1px dashed #CCCCCC;
    font-style: italic;
}
select,textarea,input[type="password"],input[type="text"]{
 	box-sizing: border-box;
	width: 100%;
    height: 36px;
	outline: none;
    display: block;
    padding: 0.375rem 0.75rem;
	line-height: 24px;
    color: #495057;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	font-family: system-ui;
}
select{
	height: 40px;
	line-height: 40px;
}
button,input[type="submit"],input[type="reset"],input[type="button"]{
	position: relative;
	box-sizing: border-box;
    background-color: #000000;
    color: #FFFFFF;
    margin-left: 0rem;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    line-height: 24px;
    border-radius: 0px;
	margin-right:2px;
	cursor: pointer;
}
input:read-only {
  background-color: #F9F9F9;
}
input[type="submit"]:read-only,input[type="reset"]:read-only,input[type="button"]:read-only {
  background-color: #000000;
}
.page {
    width: 100%;
	height: 100%;
	overflow: auto;
}
.main {
    width: 1000px;
	height: 100%;
	min-height: 100%;
	border:0px;
	margin: 0 auto;
}
.header {
	height: 48px;
	padding: 16px 0px;
}
.headerleft {
	float:left;
	height: 48px;
	width:60%;
}
.headerright {
	float:left;
	height: 48px;
	width:40%;
}
.headertext {
	color:#000000;
}
.headermail {
	font-size:12px;
	color:#666666;
}
.menu {
	height: 34px;
}
.headertext b {
	font-size:18px;
}
.headertext i {
	font-size:14px;
	font-style: normal;
}
.searchbox {
    width: 60% !important;
	float: right;
}
.searchbutton {
    float: right;
    background-color: #000000;
    color: #FFFFFF;
    margin-left: 2px;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    line-height: 24px;
    border-radius: 0px;
}
.menubutton {
    background-color: #000000;
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 0.375rem 0.75rem;
    line-height: 24px;
	margin-right:4px;
}
.dark,.dark a {
    color: #FFFFFF;
    background-color: #343a40;
    border-color: #343a40;
}
.light,.light a {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.index {
	box-sizing: border-box;
	background-color: #FFFFFF;
    width: 100%;
	min-height: 100%;
	padding:20px;
}
.content {
	box-sizing: border-box;
	background-color: #FFFFFF;
    width: 100%;
	min-height: 100%;
	padding:20px;
}
.footer {
    width: 100%;
	height:72px;
    text-align: center;
    background-color: #000000;
	font-size:12px;
	line-height:24px;
	color:#FFFFFF;
}
.footer a {
	text-decoration: none;
	font-size:12px;
}
.book {
	width:100%;
	display: flex;
}
.cover {
	width:400px;
	padding:8px;
	display: flex;
    justify-content: center;
}
.books {
	box-sizing: border-box;
	width:300px;
	height: 400px;
	padding:20px;
}
.bookimg {
	box-sizing: border-box;
	width:100%;
	height: 100%;
    display: flex;
    list-style: none;
    border: 0px;
    border-right: 8px solid #333333;
    background-color: #006699;
	font-size:72px;
	font-weight: 900;
	writing-mode: tb-rl;
	padding:20px;
}
.bookimg hr {
	border:1px solid #000000;
}
.bookimg a {
	width:100%;
	height: 100%;
	color:#333333;
}
.bookimg b {
	font-size:32px;
	font-weight: 900;
    color: #FFFFFF;
}
.bookimg i {
	font-size:18px;
	font-weight: 400;
    color: #FFFFFF;
	font-style: normal;
}
.bookimg u {
	text-decoration: none;
	font-size:18px;
	font-weight: 400;
    color: #CCCCCC;
}
.declare {
	box-sizing: border-box;
	width:600px;
    display: flex;
    list-style: none;
    border: 0px;
	padding:12px 36px;
}
.intro {
	box-sizing: border-box;
	width:100%;
    display: flex;
    list-style: none;
    border: 0px;
	line-height: 30px;
    color: #333333;
	text-decoration: underline dotted;
    text-decoration-color: #999999;
    background-image: url(/img/bg.png);
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
}
.intro a {
	width:100%;
	color:#333333;
}
.bookbg {
    padding: 36px;
    box-sizing: border-box;
    display: flex;
    width: 60%;
    height: 100%;
	margin-top: -10px;
}
.declare b {
	font-size:18px;
}
.copyright {
	width:100%;
	box-sizing: border-box;
	font-size:14px;
    background-color: #F9F9F9;
	padding:20px;
}
.column {
	margin-top:24px;
	margin-bottom:-8px;
	font-style: normal;
    list-style: none;
	background: linear-gradient(to left,transparent 0%,transparent 50%,#000000 50%,#000000 100%);
	background-size: 4px 1px;
	background-position: center;
	background-repeat: repeat-x;
	height:24px;
    color: #000000;
	text-indent: 4ch;
}
.column b {
	font-size:18px;
    color: #000000;
    background-color: #F9F9F9;
	padding:4px 12px;
	border:1px #666666 DASHED;
	cursor: pointer;
}
.statement {
	margin-top:-16px;
}
.link {
	width:100%;
	box-sizing: border-box;
	font-size:14px;
	padding:40px 60px;
	display: inline-block;
	overflow: hidden;
}
.clear {
	clear:both;
}
.linkbooks {
	width:120px;
	height: 160px;
	box-sizing: border-box;
	float: left;
	margin:20px 40px;
}
.jottings {
	width:100%;
	box-sizing: border-box;
	font-size:14px;
	padding:20px;
	text-align: center;
}
.jottings ul {
	padding:8px;
}
.jottings li {
	font-style: normal;
    list-style: none;
	background: linear-gradient(to left,transparent 0%,transparent 50%,#CCCCCC 75%,#CCCCCC 100%);
	background-size: 4px 1px;
	background-position: center;
	background-repeat: repeat-x;
	height:42px;
    color: #000000;
}
.jottings a {
	float:left;
	line-height: 32px;
	font-style: normal;
    color: #000000;
    background-color: #FFFFFF;
	padding:4px;
	cursor: pointer;
}
.jottings b {
	float:right;
	line-height: 24px;
	margin: 8px 0px 0px 6px;
	font-style: normal;
	font-weight:400;
    background-color: #666666;
    color: #FFFFFF;
    padding: 2px 12px;
    font-size: 12px;
	cursor: pointer;
}
.jottings span {
    background-color: gray;
    color: #FFFFFF;
    padding: 2px 4px;
    font-size: 12px;
	display: inline-table;
    line-height: 16px;
    height: 16px;
    vertical-align: middle;
}
.photo {
	display: flex;
	width:100%;
	box-sizing: border-box;
	font-size:14px;
	padding:40px 60px;
}
.photos {
	float:left;
	width:160px;
	height:160px;
	padding: 0px 20px;
}
.title {
    text-align: center;
    font-size: 20px;
	font-weight: 900;
    padding: 16px 0px;
}
.member {
	text-align: center;
	font-size: 16px;
	padding-bottom: 16px;
	color: #333333;
}
.article {
	padding: 40px 20px;
	line-height: 24px;
}
.article b {
	font-size:14px;
	font-weight:700;
}
.word {
    padding: 16px;
    background: #F9F9F9;
    margin: 8px;
}
.pagelink {
	width:100%;
	height:100%;
	margin-top:24px;
	display: block;
	padding: 4px;
	text-align: center;
}
.pagelink a {
	line-height: 24px;
	margin: 0px 12px;
	color: #666666;
	border: 1px #666666 DASHED;
	padding: 4px 24px;
	background-color: #F9F9F9;
}
.mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #E8E8E866;
    overflow: hidden;
}
.window {
    width: 360px;
    height: 260px;
    background-color: #FFFFFF;
    position: absolute;
	transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    border: 6px solid #333333;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
}
.windowtitle {
    width: 100%;
    height: 36px;
    background: #333333;
}
.windowtitle b {
    float:left;
	font-size:14px;
	color:#FFFFFF;
	line-height: 32px;
	padding:0px 12px;
}
.windowtitle i {
    float:right;
	font-size:14px;
	color:#FFFFFF;
	line-height: 32px;
	padding:0px 12px;
	cursor: pointer;
	font-style: normal;
}
.windowcontent {
    padding: 40px 20px;
    line-height: 24px;
}
.button {
    font-size: 12px;
    padding: 6px;
    background: #000000;
    color: #FFFFFF;
    border-right: 2px solid #999999;
    border-bottom: 2px solid #999999;
    line-height: 32px;
}
.movewindow {
	user-select: none;
	box-sizing: border-box;
    display: block;
    z-index: 999;
    background-color: #FFFFFF;
    position: absolute;
    border: 6px solid #333333;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
}
.messwindow {
	right: 0;
	bottom: 0;
	width: 320px;
	height: 160px;
 	box-sizing: border-box;
    z-index: 9999;
    background-color: #FFFFFF;
    position: fixed;
    border: 6px solid #333333;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
	user-select: none;
}

.progress {
  width: 100%;
  background-color: #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
}
 
.progressBar {
  height: 30px;
  background-color: green;
  transition: width 1s ease-in-out;
  animation: increase-width 3s linear infinite;
  border-radius: 4px;
}

.editor {
	box-sizing: border-box;
	width: 100%;
	height: 280px;
	border: 1px solid #CCCCCC;
	outline: none;
	text-align: left;
	padding: 4px;
	overflow: auto;
}
.toolbar {
	box-sizing: border-box;
	width: 100%;
	height: 38px;
    background-color: #333333;
	border: 1px solid #666666;
	text-align: left;
	padding: 0px;
}
.post {
    background: #F9F9F9;
    border: 1px solid #CCC;
    padding: 6px;
	margin: 6px;
}
.posthead {
    background: #E8E8E8;
    padding: 6px;
}
.postbody {
    background: #FFFFFF;
    padding: 16px;
    text-indent: 2em;
}
.userinfo {
    padding: 6px;
}
.reply {
	width: 116px;
    background-color: orange;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
    font-size: 12px;
    font-weight: 400;
    padding: 4px;
    color: #FFFFFF;
    margin: 0px 16px;
	text-decoration-line: none;
	cursor: pointer;
    place-content: center;
}
.replytext {
    background-Color: #F9F9F9;
    margin: 16px;
    padding: 16px;
    border: 1px solid #E8E8E8;
    color: orange;
}
.replytext u{
	font-size: 12px;
}
.replypost{
	height: 100px;
	padding: 16px;
	display: grid;
	grid-template-columns: repeat(2,75%);
}
.replypost textarea{
	height: 100%;
}
@keyframes increase-width {
from {
	width: 0%;
}
to {
	width: 100%;
}
