*, :after, :before {
    box-sizing: border-box;
}

.wp, #wp {
	width:unset !important;
}
.ReaderLayout-module_asideWrapper_\+Fdu8 {
	z-index:210;
}
.ReaderLayout-module_asideWrapper_\+Fdu8.ReaderLayout-module_asidePinned_owRmW, .ReaderLayout-module_asideWrapper_\+Fdu8:hover {
	z-index:210;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	color: #333;
}

/* 顶部导航 */
.header {
	display: flex;
	align-items: center;
	padding: 10px 20px;
	border-bottom: 1px solid #eee;
}

.logo {
	height: 30px;
	margin-right: 40px;
}

.nav-menu {
	display: flex;
	gap: 20px;
}

.nav-menu a {
	text-decoration: none;
	color: #333;
}

.nav-menu a.active {
	color: #4181d7;
}

/* 搜索区域 */
.search-section {
	text-align: center;
	padding: 40px 0;
}

.search-box {
	display: flex;
	max-width: 600px;
	margin: 20px auto;
	gap: 10px;
}

.search-input {
	flex: 1;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.search-button {
	padding: 10px 20px;
	background: #4181d7;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

/* 内容区域 */
.content-section {
	max-width: 1200px;
	margin: 40px auto;
	padding: 0 20px;
}

.section-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.grid-container {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	gap: 20px;
	margin-bottom: 40px;
}

.grid-item {
	border: 1px solid #eee;
	border-radius: 8px;
	overflow: hidden;
}

.grid-item img {
	width: 100%;
	height: 160px;
	object-fit: cover;
}

.grid-item-title {
	padding: 10px;
	text-align: center;
}

.more-button {
	padding: 6px 12px;
	background: #4181d7;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.material-img {
	width: 100%;
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.material-img img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.main-wrapper {
	display: flex;
	flex-direction: column;
}

.home-title {
	font-size: 36px;
	color: #4181D7;
	margin: auto;
	margin-right: 30px;
}

.section-name {
	font-size: 24px;
	color: #4181D7;
	margin-bottom: 20px;
}

.search-box {
	display: flex;
	align-items: center;
	gap: 0;
}

.search-input {
	border-radius: 4px 0 0 4px;
	border: 1px solid #f6f6f6;
	border-right: 0;
	background: #fff;
	box-sizing: border-box;
}

.search-section {
	padding: 30px 0;
}

.search-button {
	border-radius: 0 4px 4px 0;
}

.section-header h2 {
	flex: 1;
	text-align: center;
}

.content-section {
	padding: 20px 0;
}

.grid-item {
	border: 0;
}

.grid-item-title {
	text-align: left;
}

.material-img {
	padding: 0;
	cursor: pointer;
}

.view-more {
	color: #999;
	font-size: 14px;
	text-decoration: unset;
}

.recommend-header {
	font-size: 24px;
	color: #4181D7;
	margin-bottom: 20px;
	text-align: left;
}

.recommend-box {
	background: #f0f8ff;
	padding: 20px;
	border-radius: 4px;
	padding-bottom: 10px;
}

.box-list {
	padding: 0;
	overflow: hidden;
	position: relative;
}

.box-list::after {
	content: "";
	display: block;
	width: 0;
	height: auto;
	position: absolute;
	left: calc(50% - 16px);
	top: 6px;
	bottom: 6px;
	margin: auto;
	border-right: 4px dashed #eee;
}

.box-list .list-item {
	font-size: 16px;
	padding: 12px 16px;
	padding-left: 24px;
	margin: 0 16px;
	float: left;
	width: calc(50% - 32px);
	border-top: 1px solid #eee;
	position: relative;
	box-sizing: border-box;
}

.box-list .list-item:first-child {
	border-top: 0;
}

.box-list .list-item:nth-child(2) {
	border-top: 0;
}
.box-list .list-item:nth-child(2n-1) {
	margin-left: 0;
}
.box-list .list-item::after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	overflow: hidden;
	background: #4785d8;
	position: absolute;
	left: 8px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.box-list .list-item a {
	color: #333;
	font-size: 16px;
	text-decoration: unset;
}

.container-box {
	background: #fff;
	width: 100%;
	margin-bottom: 20px;
}

.software-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
	overflow: hidden;
}
.software-title{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 40px;
}
.software-header{
	line-height: 40px;
	margin-bottom: 10px;
}
.more-link{
	float:right;color:#999;font-size:14px;cursor: pointer;
}
.soft-box{
	padding:10px 20px;
}
.software-article{
	display: flex;
	flex-direction: row;
	align-items: center;
	line-height: 28px;
	margin-bottom: 10px;
	font-size: 16px;
	cursor: pointer;
}
.software-article.dot{
	padding-left: 16px;
	position: relative;
}
.software-article.dot::after{
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #4181D7;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.software-article img{
	width: 24px;
	height: 24px;
	padding: 2px;
	object-fit: cover;
	margin-right: 10px;
}
.software-article .sub-title{
	font-size: 14px;
	color: #999;
	margin-left: 10px;
}
.device-box{
	margin-top: 50px;
	min-height: 200px;
}
.device-box .recommend-header{
	position: relative;
}
.device-box .recommend-header .device-img{
	width: 272px;
	height: 153px;
	object-fit: cover;
	position: absolute;
	right: 0;
	bottom: -32px;
}
.article-item{
	position: relative;
	padding-left: 160px;
	margin-bottom: 20px;
}
.article-item .article-img{
	position: absolute;
	left: 10px;
	top: 10px;
	bottom: 10px;
	margin: auto;
	width: 140px;
	height: 100px;
	object-fit: cover;
	border-radius: 4px;
}
.article-item .article-title{
	font-size: 18px;
	color: #333;
	margin-bottom: 8px;
}
.article-item .article-desc{
	font-size: 14px;
	line-height: 20px;
	color: #999;
	height: 40px;
	margin-bottom: 8px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.5;
	max-height: 3em;
}
.article-author{
	color: #999;
	font-size: 14px;
}
.modal-title{
	font-size: 14px;
}

.modal-dialog .btn-submit{
	width: 200px;text-align:center;margin:auto;
}
.file-box{
	border: 1px dashed #aaa;cursor: pointer;display: flex;align-items: center;justify-content: center;
}
.modal-header{
	margin-bottom: 0;
}
.box-upload{
	text-align: center;
	line-height: 30px;
	margin: auto;
	font-size: 18px;
}
.box-upload .desc{
	font-size: 14px;
	color: #999;
}
.box-upload span{
	font-size: 28px;
	margin-right: 4px;
}
.modal .form-group label.form-check-label{
	margin: 0;
}
.modal form{
	height: 90%;
}
.modal .newly-select{
	width: 100%;
}
.modal .newly-select .params-item{
	width: 100%;
}
.modal .params-name{
	margin-top: 0;
}
.modal .select-selected{
	border: 1px solid #dee2e6;
}
.file-cover{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: none;
}
.popuptext,.fwinmask{
	z-index: 2000 !important;
}
.search-history{
	position: absolute;
	left: 187px;
	top: 50px;
	box-sizing: border-box;
	width: calc(100% - 197px);
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
	border: 1px solid #ebeef5;
	padding: 20px;
	display: none;
}
.history-section{
	text-align: left;
	position: relative;
}
.icon-deletehistory{
	position: absolute;
	right: 0;
	top: 10px;
	margin: auto;
	width: 20px;
	height: 20px;
}
.section-title{
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 10px;
}
.section-items{
	display: flex;
	flex-wrap: wrap;
}
.section-items .item{
	background: rgb(240, 240, 240);
	padding: 3px 10px;
	border-radius: 50px;
	font-size: 14px;
	margin-right: 15px;
	margin-bottom: 15px;
	color: rgb(119, 119, 119);
	cursor: pointer;
}
.search-box{
	position: relative;
}
.search-button{
	padding-left: 30px;
	background-image: url(/static/image/knowledge/icon_search.png);
	background-size: 14px 14px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.search-history{
	display: none;
	z-index: 9;
}


.laser-pagination {
    white-space: nowrap;
    padding: 2px 5px;
    color: #303133;
    font-weight: 700
}

.laser-pagination:after,.laser-pagination:before {
    display: table;
    content: ""
}

.laser-pagination:after {
    clear: both
}

.laser-pagination button,.laser-pagination span:not([class*=suffix]) {
    display: inline-block;
    font-size: 13px;
    min-width: 36px;
    height: 36px;
    line-height: 36px;
    vertical-align: top;
    box-sizing: border-box;
	color: #333;
	font-weight: 400;
}

.laser-pagination .laser-input__inner {
    text-align: center;
    -moz-appearance: textfield;
    line-height: normal
}

.laser-pagination .laser-input__suffix {
    right: 0;
    transform: scale(.8)
}

.laser-pagination .laser-select .laser-input {
    width: 100px;
    margin: 0 5px
}

.laser-pagination .laser-select .laser-input .laser-input__inner {
    padding-right: 25px;
    border-radius: 3px
}

.laser-pagination button {
    border: none;
    padding: 0 6px;
    background: transparent
}

.laser-pagination button:focus {
    outline: none
}

.laser-pagination button:hover {
    color: #409eff
}

.laser-pagination button:disabled {
    color: #c0c4cc;
    background-color: #fff;
    cursor: not-allowed
}

.laser-pagination .btn-next,.laser-pagination .btn-prev,.laser-pagination .btn-jump{
    background: rgb(248, 249, 252);
    cursor: pointer;
    color: #303133;
	padding: 0 8px;
	min-width: 72px;
	margin: 0 8px;
	height: 36px;
	line-height: 36px;
	cursor: pointer;
    text-align: center;
	border-radius: 4px;
}
.laser-pagination .btn-next{
	margin-right: 20px;
}
.jump-page-input{
	background: rgb(248, 249, 252);
    cursor: pointer;
    color: #303133;
	height: 36px;
	line-height: 36px;
	margin: 0 8px;
	border: 0;
	padding: 0 8px;
	border-radius: 4px;
}
.laser-pagination .btn-next:hover,.laser-pagination .btn-prev:hover {
	color: #409eff;
}
.laser-pagination span:not([class*=suffix]).pagination-jump{
	height: 36px;
	line-height: 36px;
	min-width: unset;
}
.row.list-more{
	background: rgb(248, 249, 252);
    cursor: pointer;
    color: #303133;
	padding: 0 8px;
	min-width: 72px;
	margin: 0 8px;
	height: 36px;
	line-height: 36px;
	cursor: pointer;
    text-align: center;
}
.laser-pagination .btn-next .laser-icon,.laser-pagination .btn-prev .laser-icon {
    display: block;
    font-size: 12px;
    font-weight: 700
}

.laser-pagination .btn-prev {
    padding-right: 12px
}

.laser-pagination .btn-next {
    padding-left: 12px
}

.laser-pagination .laser-pager li.disabled {
    color: #c0c4cc;
    cursor: not-allowed
}

.laser-pagination--small .btn-next,.laser-pagination--small .btn-prev,.laser-pagination--small .laser-pager li,.laser-pagination--small .laser-pager li.btn-quicknext,.laser-pagination--small .laser-pager li.btn-quickprev,.laser-pagination--small .laser-pager li:last-child {
    border-color: transparent;
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    min-width: 22px
}

.laser-pagination--small .arrow.disabled {
    visibility: hidden
}

.laser-pagination--small .more:before,.laser-pagination--small li.more:before {
    line-height: 24px
}

.laser-pagination--small button,.laser-pagination--small span:not([class*=suffix]) {
    height: 22px;
    line-height: 22px
}

.laser-pagination--small .laser-pagination__editor,.laser-pagination--small .laser-pagination__editor.laser-input .laser-input__inner {
    height: 22px
}

.laser-pagination__sizes {
    margin: 0 10px 0 0;
    font-weight: 400;
    color: #606266
}

.laser-pagination__sizes .laser-input .laser-input__inner {
    font-size: 13px;
    padding-left: 8px
}

.laser-pagination__sizes .laser-input .laser-input__inner:hover {
    border-color: #409eff
}

.laser-pagination__total {
    margin-right: 10px;
    font-weight: 400;
    color: #606266
}

.laser-pagination__jump {
    margin-left: 24px;
    font-weight: 400;
    color: #606266
}

.laser-pagination__jump .laser-input__inner {
    padding: 0 3px
}

.laser-pagination__rightwrapper {
    float: right
}

.laser-pagination__editor {
    line-height: 18px;
    padding: 0 2px;
    height: 28px;
    text-align: center;
    margin: 0 2px;
    box-sizing: border-box;
    border-radius: 3px
}

.laser-pagination__editor.laser-input {
    width: 50px
}

.laser-pagination__editor.laser-input .laser-input__inner {
    height: 28px
}

.laser-pagination__editor .laser-input__inner::-webkit-inner-spin-button,.laser-pagination__editor .laser-input__inner::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.laser-pagination.is-background .btn-next,.laser-pagination.is-background .btn-prev,.laser-pagination.is-background .laser-pager li {
    margin: 0 5px;
    background-color: #f4f4f5;
    color: #606266;
    min-width: 30px;
    border-radius: 2px
}

.laser-pagination.is-background .btn-next.disabled,.laser-pagination.is-background .btn-prev.disabled,.laser-pagination.is-background .laser-pager li.disabled {
    color: #c0c4cc
}

.laser-pagination.is-background .btn-next,.laser-pagination.is-background .btn-prev {
    padding: 0
}

.laser-pagination.is-background .btn-next:disabled,.laser-pagination.is-background .btn-prev:disabled {
    color: #c0c4cc
}

.laser-pagination.is-background .laser-pager li:not(.disabled):hover {
    color: #409eff
}

.laser-pagination.is-background .laser-pager li:not(.disabled).active {
    background-color: #409eff;
    color: #fff
}

.laser-pagination.is-background.laser-pagination--small .btn-next,.laser-pagination.is-background.laser-pagination--small .btn-prev,.laser-pagination.is-background.laser-pagination--small .laser-pager li {
    margin: 0 3px;
    min-width: 22px
}

.laser-pager {
    user-select: none;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    padding: 0;
    margin: 0
}

.laser-pager .more:before {
    line-height: 30px
}

.laser-pager li {
    padding: 0 8px;
    background: rgb(248, 249, 252);
    vertical-align: top;
    display: inline-block;
    font-size: 13px;
    min-width: 36px;
    height: 36px;
	min-width: 36px;
    cursor: pointer;
    text-align: center;
    margin: 0 8px;
	border-radius: 4px;
	text-align: center;
	line-height: 36px;
}

.laser-pager li.btn-quicknext,.laser-pager li.btn-quickprev {
    line-height: 28px;
    color: #303133
}

.laser-pager li.btn-quicknext.disabled,.laser-pager li.btn-quickprev.disabled {
    color: #c0c4cc
}

.laser-pager li.btn-quicknext:hover,.laser-pager li.btn-quickprev:hover {
    cursor: pointer
}

.laser-pager li.active+li {
    border-left: 0
}

.laser-pager li:hover {
	color: #409eff;
}

.laser-pager li.active {
    background: #409eff;
	color: #fff;
    cursor: default
}
.no-result{
	text-align: center;
}


.laser-pager li.laser-prev-more, .laser-pager li.laser-next-more{
    display: inline-block;
    width: 35px;
    height: 28px;
    background-image: url(/static/image/knowledge/icon_more.png);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center;
}
.laser-pager li.laser-prev-more:hover{
    background-image: url(/static/image/knowledge/icon_arrow_left.png);
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: center;
}
.laser-pager li.laser-next-more:hover{
    background-image: url(/static/image/knowledge/icon_arrow_left.png);
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
}
.article-item{
    cursor: pointer;
}
.article-item:hover .article-title,.highlight{
    color: #409eff;
}
.laser-pagination{
    text-align: center;
}
.section-title{
    font-size: 18px;
    font-weight: 600;
    padding: 6px 20px;
}
.list-more{
    display: inline-block;
    margin: auto;
    width: 160px;
    text-align: center;
    padding: 10px 20px;
    border-radius: 4px;
    background-color: #f8f9fc;
    cursor: pointer;
}
.list-more:hover{
    color: #409eff;
}
.no-result{
	text-align: center;
    margin:20px auto;
}
.no-result img{
    width: 160px;
    height: 136px;
    margin-bottom:20px;
}
.input-box{
    flex:1;background-color:#fff;display:flex;position:relative;
}
.icon-clear{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    cursor: pointer;
    /*{if empty($_GET['keyword'])}*/
    display: none;
    /*{/if}*/
}

.form-item {
    margin-bottom: 20px;
}

.form-item label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
}

.upload-area {
    border: 1px dashed #ddd;
    border-radius: 4px;
    padding: 30px;
    text-align: center;
    background: #f8f8f8;
}

.upload-box {
    cursor: pointer;
}

.plus-icon {
    font-size: 24px;
    color: #666;
    display: block;
    margin-bottom: 8px;
}

.upload-tip {
    color: #999;
    font-size: 12px;
    margin-top: 8px;
}

.form-input, .form-select {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.permission-options {
    display: flex;
    gap: 24px;
}

.radio-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.invite-tip {
    color: #999;
    font-size: 14px;
    margin-bottom: 16px;
}
.invite-tip span{
    color:#333;
    font-weight: 600;
    margin-right: 10px;
    font-size: 16px;
}
.collaborator-section {
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 16px;
    margin-bottom: 16px;
}
.invite-link{
    display: none;
}
.collaborator-section h4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.copy-link {
    color: #4086F4;
    text-decoration: none;
    font-size: 14px;
}

.modal-footer {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 24px;
}

.btn {
    padding: 8px 24px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}

.btn-cancel {
    background: #fff;
    border: 1px solid #ddd;
}

.btn-primary {
    background: #4086F4;
    color: #fff;
}
.admin-section{
    flex: 1;
}
.admin-section h4{
    font-size: 14px;
    color:#999;
}
.admin-section .copy-btn{
    float: right;
    padding-left: 20px;
    background-image: url(/static/image/knowledge/icon_link.png);
    background-size: 14px 14px;
    background-repeat: no-repeat;
    color:#4086F4;
    cursor: pointer;
}
.admin-section .user-list{
    display: flex;
    flex-wrap: wrap;
    height: 92px;
    overflow: auto;
    position: relative;
}
.admin-section .user-list::after{
    content: '';
    display: block;
    position: absolute;
    left: 49%;
    top: 6px;
    bottom: 6px;
    z-index: 0;
    width: 1px;
    height: auto;
    background-color: #eee;
}
.admin-section .user-item{
    display: flex;
    flex-direction: row;
    width: 48%;
    line-height: 30px;
    box-sizing: border-box;
    padding-right: 32px;
    position: relative;
    height: 30px;
    overflow: visible;
}
.admin-section .user-item:nth-child(2n){
    margin-left: 2%;
}
.admin-section .icon-delete{
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.admin-section .user-role{
    display: none;
}
.admin-section .user-name{
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.admin-section .user-avatar,.admin-section .user_avatar{
    border-radius: 100%;
    overflow: hidden;
    width: 30px;
    height: 30px;
    margin-right: 8px;
}