table {
  width: 100%;
  border-collapse: separate;
  text-align: center;
  border-radius: 8px 8px 0 0;
  border-spacing: 0;
  overflow: hidden;
  border-top: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
}
table thead th:first-child {
  border-top-left-radius: 10px;
}
table thead th:last-child {
  border-top-right-radius: 10px;
}
table thead th {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
table th,
table td {
  padding: 16px;
  border-bottom: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  box-sizing: border-box;
}
table tr:hover {
  background: #fafafa;
}
table .row-parent:hover + .row-child {
  background: #fafafa;
}
table .row-child:hover + .row-child {
  background: #fafafa;
}
table .row-parent:has(+ .row-child:hover) {
  background: #fafafa;
}
table th {
  background-color: #fafafa;
  font-weight: normal;
}
table .empty-description {
  margin: 32px 0;
  color: rgba(0, 0, 0, 0.25);
}
table .yj {
  font-size: 16px;
  font-weight: 700;
  color: #222;
  position: relative;
}

.s-red {
  color: #CE3129;
}

.tip-cus {
  width: 320px;
  background: #FFFFFF !important;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px 3px 3px 3px;
  padding: 20px;
  box-sizing: border-box;
}
.tip-cus .popper__arrow {
  border-top-color: #fff !important;
}
.tip-cus .popper__arrow::after {
  border-top-color: #fff !important;
}
.tip-cus .tip-box {
  color: #262626;
}
.tip-cus .tip-box .tt {
  font-weight: 550;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #F2F4F7;
  box-sizing: border-box;
  font-size: 16px;
}
.tip-cus .tip-box .t-c {
  line-height: 22px;
}

.el-dialog {
  border-radius: 6px;
}
.el-dialog .el-dialog__header {
  padding: 30px;
  padding-bottom: 18px;
}
.el-dialog .el-dialog__header .el-dialog__title {
  font-size: 20px;
  color: #262626;
  font-weight: 550;
}
.el-dialog .el-dialog__body {
  padding: 0 30px 33px 30px;
}
.el-dialog .d-content {
  color: #333;
}
.el-dialog .d-content p {
  margin-bottom: 16px;
}
.el-dialog .d-content p:last-child {
  margin-bottom: 0;
}

.info-bg {
  width: 100%;
  height: 216px;
  background: url("../../image/journal/banner_bg.png") no-repeat 0 0/cover;
  padding: 40px 0 26px;
  box-sizing: border-box;
  margin-top: 64px;
}
.info-bg .set-info-fx {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 1048px;
  margin: 0 auto;
}
.info-bg .cover-box {
  width: 144px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  overflow: hidden;
}
.info-bg .cover-box img {
  width: 100%;
  max-height: 194px;
}
.info-bg .right-info {
  flex: 1 0 auto;
  padding-left: 170px;
  box-sizing: border-box;
  position: relative;
}
.info-bg .right-info .s-title {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  color: #333;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.info-bg .right-info .s-title:hover {
  color: #0067FF;
  text-decoration: underline;
}
.info-bg .right-info .s-desc {
  color: #999;
  font-size: 12px;
  line-height: 19px;
  margin-top: 4px;
  font-weight: normal;
}
.info-bg .right-info .info-box {
  display: flex;
  margin-top: 10px;
  line-height: 25px;
}
.info-bg .right-info .info-box .info-item div {
  margin-bottom: 12px;
}
.info-bg .right-info .info-box .info-item:nth-child(1) {
  width: 220px;
}
.info-bg .right-info .info-box .info-item:nth-child(2) {
  width: 250px;
}
.info-bg .right-info .info-box .info-item:nth-child(3) {
  width: 245px;
}
.info-bg .right-info .info-box .info-item .label {
  color: #999;
  white-space: nowrap;
}
.info-bg .right-info .info-box .info-item .value {
  color: #666;
  word-break: break-word;
}
.info-bg .right-info .tag-item {
  display: inline-block;
  color: #fff;
  border-radius: 13px;
  padding: 0 9px;
  background-color: #222;
  box-sizing: border-box;
}
.info-bg .right-info .issn {
  position: absolute;
  top: 7px;
  right: 0;
  width: 121px;
  font-size: 12px;
}

.empty-description {
  margin: 32px 0;
  color: rgba(0, 0, 0, 0.25);
}

.radio-chceck-box {
  display: flex;
  align-items: center;
  padding: 2px;
  box-sizing: border-box;
  border-radius: 30px;
  overflow: hidden;
  background: #F7F8F9;
  border: 1px solid #DBDFE3;
}
.radio-chceck-box .check-item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666666;
  padding: 0 16px;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
  height: 28px;
}
.radio-chceck-box .check-item-active {
  background: #0067FF;
  color: #fff;
  border-radius: 30px;
}

.tab-content {
  width: 1048px;
  margin: 42px auto 60px;
  position: relative;
}
.tab-content .t-t {
  font-size: 16px;
  font-weight: 700;
  color: #222;
  line-height: 23px;
  margin-bottom: 16px;
}
.tab-content .qk-desc {
  color: #333;
  line-height: 27px;
}
.tab-content .qk-desc-2 {
  color: #0067FF;
  line-height: 27px;
  background: rgba(0, 103, 255, 0.1);
  border-radius: 8px;
  padding: 6px 21px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.tab-content .tab-2-table .table-left {
  min-width: 160px;
  text-align: left;
  color: #999;
  padding-left: 24px;
  font-weight: 550;
}
.tab-content .tab-2-table .table-right {
  text-align: left;
  padding-left: 24px;
  box-sizing: border-box;
  max-width: 887px;
  word-break: break-all;
  color: #333;
  display: flex;
  align-items: center;
}
.tab-content .tab-2-table .table-right .set-m-w {
  display: inline-block;
  width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tab-content .tab-2-table .table-right .tag {
  font-size: 12px;
  color: #999;
  padding: 2px 12px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid #eaeaea;
  border-radius: 3px;
  display: inline-block;
  margin-left: 20px;
}
.tab-content .tab-2-table tr:nth-child(even) th {
  background-color: #fff;
}
.tab-content .cite-list .cite-item {
  padding: 24px 32px;
  background: #fff;
  border: 1px solid #f7f7f7;
  box-shadow: 0 18px 54px 0 rgba(34, 34, 34, 0.03);
  border-radius: 8px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.tab-content .cite-list .cite-item:last-child {
  margin-bottom: 0;
}
.tab-content .cite-list .cite-item .c-title {
  color: #333;
  cursor: pointer;
  font-size: 16px;
  font-weight: 550;
}
.tab-content .cite-list .cite-item .c-title:hover {
  color: #0067FF;
  text-decoration: underline;
}
.tab-content .cite-list .cite-item .c-desc {
  display: flex;
  align-items: center;
  margin-top: 6px;
  color: #666;
}
.tab-content .cite-list .cite-item .c-desc .doi {
  margin-left: 87px;
}
.tab-content .c-table {
  margin-top: 30px;
  color: #333;
}
.tab-content .c-table thead th {
  background-color: #F7F8F9;
  color: #999999;
  font-weight: 550;
}
.tab-content .c-table .t-title {
  font-size: 16px;
  font-weight: 700;
  color: #262626;
  line-height: 23px;
  margin-bottom: 16px;
}
.tab-content .c-table .origin-text {
  margin-top: 9px;
  text-align: center;
  font-size: 12px;
  color: #999;
}
.tab-content .c-table .des {
  display: inline-block;
  font-size: 12px;
  color: #0067FF;
  text-decoration: underline;
  margin-left: 10px;
  cursor: pointer;
}
.tab-content .c-table .set-w-t {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tab-content .c-table .icon {
  margin-left: 15px;
  color: #0067FF;
  background: rgba(0, 103, 255, 0.1);
  border-radius: 3px;
  padding: 2px 4px;
}
.tab-content .c-table .icon-container {
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: space-between;
}
.tab-content .c-table-z thead th:nth-child(2) {
  width: 215px;
}
.tab-content .c-table-z2 thead th:nth-child(1) {
  width: 230px;
}
.tab-content .chat-box {
  background: #fff;
  border: 1px solid #f7f7f7;
  box-shadow: 0 4px 38px 0 rgba(34, 34, 34, 0.02);
  border-radius: 10px;
  padding: 32px 30px;
  box-sizing: border-box;
}
.tab-content .chat-box .chart-tool {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tab-content .chat-box .chart-tool .left-t {
  font-size: 16px;
  font-weight: 700;
  color: #222;
}
.tab-content .chat-box .chart-tool .left-t::before {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  border: 3px solid #0067FF;
  border-radius: 50%;
  margin-right: 6px;
  box-sizing: border-box;
}
.tab-content #chat_id {
  width: 953px;
  height: 300px;
}
.tab-content .cus-table-header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.tab-content .cus-table-header .t-title {
  margin-bottom: 0;
}
.tab-content .cus-table-header .line {
  color: #666;
  margin: 0 12px;
}
.tab-content .sci-cover {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab-content .sci-cover .s-cursor {
  margin-left: 6px;
}
.tab-content .read-more {
  margin-top: 20px;
  text-align: center;
}
.tab-content .read-more .add-btn {
  width: 160px;
  height: 32px;
  background: #F7F8F9;
  border-radius: 8px 8px 8px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.tab-content .read-more .add-btn:hover {
  background-color: #fff;
}
.tab-content .page-over {
  padding: 10px;
  text-align: center;
  color: #999;
  margin-top: 18px;
}