.dropdown-item{
    font-size: 1rem;
}
body{
    font-weight: 300;
}
.btn,.form-control {
    font-weight: 300;
}
.flex-auto{
	flex-grow: 1 !important;
}
.ft-14{
	font-size: 14px;
}
.ft-16{
	font-size: 16px;
}
ul, ol, li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.toast{
	background-color:rgba(0,0,0, .8);
	padding:8px 1em;
	font-size:14px;
	color:#fff;
	position:fixed;
	border-radius:4px;
	min-width: 6em;
	text-align:center;
}
.mask{
	position:absolute;
	z-index:1999;
	width:100%;
	height:100%;
	background:rgba(0,0,0, .5);
	left:0;
	top:0;
	display: none;
	text-align: center;
}
.modal-lg{
    width: 950px;
    max-width: 950px;
}
.mask.show{
	display: block;
}
.mask .fa-spin{
	font-size: 80px;
	color: white;
	position: fixed;
	top: 40%;	
}
.top-alert{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}
.card-attr-table, .card-info-table{
    table-layout: fixed;
}
.card-attr-table .attr-value a{
    margin-right: 6px;
    white-space: normal;
}
.card-pic-list{
    flex: 1;
    display: flex;
    overflow-y: hidden;
    overflow-x: scroll;
    cursor: grab;
}
.card-pic-list *{
    pointer-events: none;
}
.card-pic-list .slide-item{
    height: 300px;
    margin-right: 10px;
    position: relative;
    flex-shrink: 0;
}
.card-pic-list .slide-item:last-child{
    margin-right: 0;
}
.card-pic-list .slide-item img{
    display: block;
    height: 100%;
}
.card-pic-list .slide-item .title{
    position: absolute;
    bottom: 5px;
    color: white;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
}
.pic-check{
    margin-left: 20px;
    white-space: nowrap;
}
.diff-old{
	background-color: #f8e2e2;
}
.diff-new{
	background-color: #e5f8e2;
}
.spo-update-container{
    margin: 1rem -1rem;
    padding: 1rem;
}

.unselectable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

.abstract-pic{
	display:block;
	height: 200px;
	width: 200px;
	object-fit: cover;
	margin-bottom: 1rem;
}
.abstract-pic:nth-child(even){
	padding-left:0;
}

@font-face {
    font-family: iconfont;
    src: url(../webfonts/iconfont.ca527159.ttf) format("truetype");
}
.card-preview{
    font-size: 14px;
    font-weight: normal;
    padding: 12px 16px;
}
.card-preview * {
	box-sizing: content-box;
}
.card-preview p{
	margin-bottom: 0;
}
.card-preview a{
	color: #222;
    text-decoration: none;
    font-size: 14px;
}
.card-style1 .title-area{
	background-color: #1c3183;
	margin: -1.25rem;
	padding: 14px 17px;
	color: white;
	font-weight: 400;
	margin-bottom: 8px;
}
.card-preview .title{
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
	font-size: 19px;
	line-height: 26px;
	padding: 3px 0;
}
.card-preview .subtitle{
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	color: hsla(0,0%,100%,.6);
	height: 22px;
	line-height: 22px;
	margin-top: -3px;
	padding-bottom: 3px;
	font-size: 14px;
	display: block;
}
.card-style2 .title-area{
	background-color: #fff;
}
.card-style2 .subtitle{
	color: #222;
}
.card-style3 .title-area{
	display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 19px;
    line-height: 26px;
    padding: 3px 0;
}
.card-preview em {
	color: #e22b00;
	font-style: normal;
}
.card-preview .img-flex{
	padding-top: 8px;
	display: flex;
}
.card-preview .img-layout{
    width: 32%;
    margin-right: 12px;
    margin-bottom: 8px;
}

.card-preview .square{
	position: relative;
    z-index: 1;
	width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 4px;
    display: block;
}
.card-preview .square img{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
    object-position: center;
    border-radius: 4px;
}

.card-preview .text-layout{
    margin: -4px 0 3px;
	flex: 1;
	overflow: hidden;
	font-size: 14px;
	color: #222;
}
.card-preview .text-layout p{
	line-height: 22px;
}

/* 单图绕排 */
.card-preview .img-flex-round {
    display: block;
    min-height: 110px;
}
.card-preview .img-flex-round .img-layout {
    float: left;
    width: 102px;
    height: 102px;
    margin-bottom: 0
}
.card-preview .img-flex-round .text-layout {
    overflow: initial;
}
.card-preview .img-flex-round .star-wiki {
    padding-top: 0;
}
.card-preview .box-scrollbar{
	overflow: hidden;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
}
.scroll-layout-alone {
	padding-left: 17px;
    padding-right: 17px;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    cursor: grab;
}
.scroll-layout-alone::-webkit-scrollbar{
	display: none;
}
.item-list{
	display: inline-flex;
    align-items: flex-start;
    padding-top: 8px;
    padding-bottom: 8px;
}

.item-text{
	margin-right: 7px;
	overflow: hidden;
	display: block;
	width: 102px;
}
.item-video{
	/*width: 60vw;*/
	width: 220px;
}
.item-video .square{
	height: 102px;
	padding-bottom: 0;
}
.about-tag {
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-radius: 2px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 5;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 3px;
    padding-right: 3px;
    font-style: normal;
    /* 超出隐藏 */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 95%;
}
.video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 4;
    width: 28px;
    height: 28px;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
}
.video-play:before {
	font-family: iconfont;
    display: block;
    position: relative;
    z-index: 6;
    content: '\e619';
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    margin: 0 auto;
    border-radius: 100px
}
.video-play:after {
    display: block;
    content: '';
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 60%;
}
.item-text:last-child {
    margin-right: 0;
}
.item-check {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    color: #222;
    text-align: center;
}
.item-check i {
    display: block;
    white-space: nowrap;
    position: absolute;
    font-style: normal;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.item-check i:before {
	font-family: 'iconfont' !important;
    content: '\e664';
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    border: solid 1px #222;
    width: 28px;
    height: 28px;
    line-height: 28px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-bottom: 8px;
}
.star-wiki{
	line-height: 22px;
    padding-top: 3px;
    padding-bottom: 3px;
}
/* 无图模式下的样式 */

.tag-baike{
	vertical-align: text-bottom;
	font-size: 12px;
    padding: 0 2px;
	border-radius: 2px;
    height: 14px;
    line-height: 15px;
    border: 1px solid rgba(34,34,34,.7);
    color: #222;
	display: inline-block;
    overflow: hidden;
    margin-right: 5px;
    box-sizing: content-box;
}
.btn-learn{
	display: inline-block;
    background: #f5f5f5;
    border-radius: 3px;
    height: 28px;
    line-height: 28px;
    margin: 5px 0 8px;
    padding-right: 7px;
	flex-shrink: 0;
    max-width: 100%;
    box-sizing: border-box;
}
.btn-learn::before{
	font-family: iconfont!important;
    content: "\E651";
    display: inline-block;
    font-size: 14px;
    padding: 0 4px 0 7px;
}

.clamp2{
	display: -webkit-box !important;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
	-webkit-line-clamp: 2;
}
.clamp3{
	display: -webkit-box !important;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
	-webkit-line-clamp: 3;
}
.clamp4{
	display: -webkit-box !important;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
	-webkit-line-clamp: 4;
}
.clamp5{
	display: -webkit-box !important;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
	-webkit-line-clamp: 5;
}
.ellipsis{
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}
.attribute-list{
	padding-top: 5px;
	padding-bottom: 3px;
}
.attribute-list li{
	line-height: 22px;
    padding-top: 3px;
	display: flex;
}
.attribute-list li span {
    flex-shrink: 0;
}
.attribute-list .card-list{
}
.attribute-list .card-list > span {
	padding-top: 5px;
}
.attribute-list .card-list a, .attribute-list .card-list i{
    max-width: 100%;
    box-sizing: border-box;
    vertical-align: top;
    display: inline-block;
    background: #f5f5f5;
    border-radius: 3px;
    padding: 0 6px;
    margin: 3px 7px 4px 0;
    line-height: 28px;
    height: 28px;
}
.attribute-list .card-list i{
    font-style: normal;
    background: transparent;
}
.link-base{
	padding: 8px 0;
	display: flex;
}
.link-base a{
	position: relative;
    z-index: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    height: 28px;
    line-height: 28px;
    display: block;
    border-radius: 2px;
    background: #f5f5f5;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.link-base a+a{
	margin-left: 7px;
}
.citeurl {
	color: #999;
	font-size: 14px;
	line-height: 22px;
    padding: 4px 0 3px 0;
}
del{
    background-color: #c3c3c3;
    text-decoration: none;
}
ins{
    background-color: #b4e9b1;
    text-decoration: none;
}
.w-375{
    width: 375px;
    box-sizing: content-box;
    max-width: 375px;
}

#attr-edit-dialog .form-control{
    color: #000;
}
.modal-dialog ::-webkit-input-placeholder{
    color: pink;
}
.dgraph-attr-img{
    max-height: 200px;
}
.dragging-row{
    border:2px dashed #ffeeba;
    background-color: #fff3cd;
    pointer-events: none;
}
.dragging-row td{
    opacity: 0;
}
tr[draggable=true]{
    cursor: move;
}
tr.dragend{
    background-color: rgba(0,0,0,.075)
}
.entity{
    border-radius: 50%;
    padding:20px;
    background: #e5f8e2;
    font-size: 1.5rem;
}
.relation{
    width: 5em;
    margin:0 10px;
    text-align: center;
    border-bottom: 5px solid #eaecf4;
    position: relative;
}
.grid-view .dropdown-item{
    padding-left: 2.5rem;
}
.grid-view .dropdown-filter .dropdown-item{
    padding-left: 1.5rem;
}

label.dropdown-item{
    margin: 0;
}
label.dropdown-item:active {
    background: transparent;
}
.source-filter-button-text{
    max-width: 5em;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.create-user-info{
    font-size: 60%;
    font-weight: normal;
}

.btn-gray {
    background-color: #dddfeb!important;
    border-color: #dddfeb!important;
}

.rich-text{
    display: flex;
    flex-wrap: wrap;
}
.rich-text-item {
    margin-right: 10px;
    margin-bottom: 10px;
}
.rich-text-item img{
    display: block;
    width: 100%;
    max-width: 64px;
    max-height: 64px;
    border-radius: 5px;
    object-fit: cover;
    margin: 0 auto;
}
.rich-text-item .title, .rich-text-item .sub-title{
    font-weight: normal!important;
    font-size: 14px!important;
    text-align: center;
    max-width: 64px;
}
.rich-text-item .sub-title{
    font-size: 12px;
    color: #aaaaaa;
}
.attr-source {
    font-size:14px;
}
.attr-value-row{
    margin-bottom: 1rem;
    border-bottom: 5px solid #eee;
}
.attr-value p {
    margin: 0;
}
/* A2卡样式 * */
.a2, .a2 a{
    color: #555;
}

.a2 h3{
    font-size:14px;
    font-weight: 400;
}
.a2{
    position: relative;
}
.title-bg {
    display: flex;
    justify-content: space-between;
}
.resultLink {
    font-size: 19px;
    line-height: 26px;
}
.title-summary {
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    padding-bottom: 3px;
    margin-top: -3px;
}
.vr-tit .title-summary {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.a2 .icon-share {
    display: block;
    position: absolute;
    top: 17px;
    right: -5px;
    width: 30px;
    height: 30px;
    background-image: url(//dlweb.sogoucdn.com/wapsearch/static/img/share_white.49a47a82.png);
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-background-size: 19px auto;
    background-size: 19px auto;
}
.a2 .icon-share-gray {
    background-image: url(//dlweb.sogoucdn.com/wapsearch/static/img/share.921f0368.png);
}
.box-scrollbar.negative {
    margin-left: -16px;
    margin-right: -16px;
}
.box-scrollbar.negative .scroll-layout-alone {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: -20px;
}
.a2 .item-list {
    padding-top:8px;
}
.a2 .scroll-layout-alone .item-text {
    width:109px;
    margin-right: 8px;
    overflow: hidden;
    flex-shrink: 1;
}
.box-scrollbar.negative .item-list {
    padding-right: 16px;
    margin-top: 20px;
    transform: translateY(-20px);
}
.box-scrollbar.negative.box-scrollauto .item-list {
    height: 109px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.box-scrollbar.negative.box-scrollauto .item-list .item-text {
    width: auto;
    flex-shrink: 0;
    flex-grow: 0;
    overflow: unset;
    margin-right: 2px;
}
.box-scrollbar.negative.box-scrollauto .item-list .item-text:last-child {
    padding-right: 16px;
}
.box-scrollbar.negative.box-scrollauto .item-list .item-text .img-height {
    width: auto;
    height: 100%;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
}
.box-scrollbar.negative.box-scrollauto .item-list .item-text:first-child .img-height {
    border-radius: 12px 0 0 12px;
}
.box-scrollbar.negative.box-scrollauto .item-list .item-text:last-child .img-height {
    border-radius:  0 12px 12px 0;
}
.box-scrollbar.negative.box-scrollauto .item-list .item-text .img-height img {
    position: relative;
    height: 109px;
    width: auto;
    background: #fff;
    border-radius: 0;
}

.a2-title{
    position: relative;
}
.a2 a.star-wiki {
    line-height: 22px;
    padding-top: 3px;
    padding-bottom: 3px;
    display: block;
    color: #222;  
}
.a2 .baike-tip {
    color: #1967d1;
}
.a2 .attribute-list{
    padding-top: 8px;
    padding-bottom: 8px;
}
.a2 .attribute-list li:first-child {
    padding-top: 3px;
}
.a2 .attribute-list li+li {
    padding-top: 8px;
}
.a2 .attribute-list li strong {
    width:70px;
    color: #222;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-right: 16px;
}
.a2 .attribute-list li a {
    color: #1967d1;
}
.fz-title{
    font-size: 16px;
    line-height: 24px;
}
.fz-mid{
    font-size: 14px;
    line-height: 22px
}
.fz-small {
    font-size: 12px;
    line-height: 20px;
}

.list-step-title {
    font-size: 16px;
    line-height: 24px;
    padding-top: 3px;
    font-weight: 700;
    color: #222;
}
.a2 .list-step-title {
    padding-top: 24px;
}

.img-height {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background: #f8f8f8;
    overflow: hidden;
    border-radius: 12px;
}
.img-height img {
    width: 100%;
    height: 100%;
    z-index: 2;
    object-fit: cover;
    object-position: center;
    background: #fff;
}
.item-title {
    line-height: 22px;
    max-height: 44px;
    margin-right: 4px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding :0;
    color:#222;
}
.item-time {
    color: #999;
    margin-right: 4px;
    font-size: 14px;
    line-height: 20px;
}
.img-height + .item-title {
    margin-top: 7px;
}

/* 卡片切换导航 */
.card-nav .nav-item{
    padding: 0 0.75rem;
}
.card-nav .nav-item .nav-link{
    padding: 0;
    height: 2.4rem;
    font-size: 16px;
    color: #fff;
}
.card-nav .nav-item .nav-link:hover, .card-nav .nav-item.active .nav-link{
    color: #fff;
}
.card-nav .nav-item .nav-link::before, .card-nav .nav-item.active .nav-link::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.card-nav .nav-item .nav-link:hover::before, .card-nav .nav-item.active .nav-link::before{
    width:100%;
}

.form-check-inline .form-check:first-child{
    padding-left: 0;
}
.table.nowrap-header th {
    white-space: nowrap;
}
.form-control[readonly] {
    background-color: unset;
}
.table.nowrap{
    white-space: nowrap!important;
}

.dropdown-submenu .dropdown-menu{
    top: 0;
    left: 100%;
    width: 500px;
    margin-top:0;
    min-height: 100%;
}
.dropdown .dropdown-menu .dropdown-header{
    font-size: 0.85rem;
    color: #6c757d;
    font-weight: bold;
}
.dropdown-item .category-list {
    display: flex;
    flex-wrap: wrap;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
}
.dropdown-item .category-list {
    margin-right: -3em;
}
.dropdown-item .category-list a{
    width: 25%;
    margin-bottom: 1em;
    font-size: .85rem;
    color: #007bff;
}
.dropdown-item .category-list a:hover{
    text-decoration: none;
}
.attr-show,.attr-hidden{
    cursor: pointer;
}
.attr-more i.fa{
    font-size: 12px;
    margin-left: 2px;
}
.has-error .help-block{
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.grid-video{
    max-width:200px;
    max-height:150px;
}
.grid-img{
    max-width: 100px;
    max-height: 80px;
}

a.top-brand {
    font-size: 1.25rem;
    text-decoration: none;
    padding: 1.5rem 1rem;
    letter-spacing: .05rem;
    color: #fff;
}
.vism-content .rich-text-item{
    width: 100px;
}
.vism-content .rich-text-item img{
    max-width: initial;
    max-height: initial;
}
.vism-content .rich-text-item .title, .vism-content .rich-text-item .sub-title,.vism-content .rich-text-item .sub-attr{
    width:  auto;
    max-width: initial;
}
.vism-content .rich-text-item .sub-attr{
    font-size: 14px;
    color: #666;
    font-weight: normal;
    text-align: center;
}
.sidebar-light .nav-item .nav-link{
    color:#575757;
    font-weight: 300;
    margin: .25rem 1rem;
    width: auto;
    padding: .75rem 1rem;
}
.sidebar.toggled .nav-item .nav-link{
    width: auto;
}
.sidebar .nav-item .nav-link span{
    font-size: 1rem;
}
.sidebar-light .nav-item .nav-link i{
    display: none;
}
.sidebar .nav-item:hover .nav-link, .sidebar .nav-item.active .nav-link{
    background: #eaecf4;
    border-radius: 4px;
    font-weight: 300;
}
.sidebar .nav-item:hover .nav-link i, .sidebar-light .nav-item.active .nav-link i{
    color: #fff;
}

.dialog-table thead th {
    border-top: 0;
}
.modal-lm{
    max-width:750px;
    width:750px;
}
#label-edit-dialog .label-index-delete-btn{
    display: none;
}
.award-row {
    border-bottom: 1px solid #e0e0e0;
    padding-top: 10px;
}
label.required::after{
    content: '*';
    color: red;
    margin-left: .4rem;
}
.d-grid{
    background: #f0f0f5;
    padding:10px;
    margin-top:1rem;
    display: grid;
    gap: 10px;
}
.grid-2{
    grid-template-columns: 1fr 1fr;
}
.grid-4{
    grid-template-columns: repeat(4, 1fr);
}
.label-status{
    font-size:1.2rem;
    margin-left:.5rem;
}
.arrow-right{
    font-style: normal;
    display: inline-block;
    transform: scale(0.6,1.2);
}
.audit-label-table .d-grid{
    background-color: transparent;
}
.popover-content{
    padding:10px;
}
.popover-content p{
    margin-bottom: 0;
}
.ui-autocomplete{
    z-index:10000;
}
.ui-autocomplete li.ui-menu-item {
    margin: 0;
    padding:.15em .4em;
    font-size:14px;
}
.ui-autocomplete li.ui-menu-item:hover {
    background:#eee;
}