*{
	margin: 0;
	padding: 0;
}
a { text-decoration: none; }
ul li{
        list-style-type: none;
}
details summary::-webkit-details-marker {
  display: none ;
}
 hr {
            margin-top: 0.2rem;
            background: #d5d5d5;
            height: 1px;
            border: none;
            margin-bottom: 0.1rem;
        }
#content-doc span{
word-break: break-all;
}
@font-face {
      font-family: "SourceHanSansSC-Normal";
      src: url('/font/fonts/SourceHanSansSC-Normal.woff') format('woff');
      font-weight: normal;
      font-style: normal;
    }

    body {
      font-family: "SourceHanSansSC-Normal";
    }
#page-main .bookDiv img{
max-width:100%;
}
