/* 定义主题颜色 */
:root {
  --primary-color: #4d51e3;
  --primary-cancel-color: #c8c8c8;
  --primary-bgc_color: #ebf7f8;
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

input,
textarea,
select {
  border-radius: 3px;
}

arrow_nav {
  display: block;
  background-color: #f8f8f8;
}

a:hover {
  background-color: none;
}

container {
  display: block;
  background-color: #f8f8f8;
}

container .con_platform {
  background-color: #fff;
}

label {
  /* 去除wf/common.css中的默认样式 */
  min-width: 100px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
}

view table {
  margin-bottom: 30px;
}

body {
  width: 100%;
  /* min-width: 1200px; */
  height: auto;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #ccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #ccc;
}

input::placeholder,
textarea::placeholder {
  color: #ccc;
}

fieldset {
  margin: 20px 0;
  padding: 10px;
}

.required_before:before {
  content: ' *';
  color: red;
  margin-right: 2px;
}

/* 暂无内容 */
.empty_tips {
  display: block;
  width: 100%;
  height: 200px;
  line-height: 200px;
  font-size: 20px;
  text-align: center;
}

/* jsbuilder分页器 */
.pagination_container td {
  padding: 20px 0;
}

.pagination_container span {
  margin-right: 12px;
}

.pagination_container .active,
.pagination_container a {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  text-align: center;
  padding: 0 10px;
  margin-right: 12px;
}

.pagination_container .active {
  color: #fff;
  background-color: #4d51e3;
  border: 1px solid #4d51e3;
  border-radius: 4px;
}

.pagination_container a {
  color: #000;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}

.pagination_container .prev,
.pagination_container .next,
.pagination_container .jump-btn {
  width: auto;
  color: #434343;
  padding: 0 12px;
}

.pagination_container .jump-ipt {
  width: 50px;
  height: 25px;
  margin-right: 12px;
}

/* pug分页样式 */
.page_container {
  text-align: center;
  margin: 20px auto;
  vertical-align: middle;
}

.page_container ul li {
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  border-bottom: none;
}

.page_container ul li span {
  padding: 0 10px;
  display: inline-block;
  font-weight: 700;
  background-color: #0070ff;
  border: 1px solid #0070ff;
  color: #fff;
  border-radius: 2px;
  padding: 5px 10px;
}

.page_container ul li a {
  color: #000;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  padding: 5px 10px;
  border-radius: 2px;
}

/* 按钮 */
button {
  background-color: #4d51e3;
  border: 1px solid #4d51e3;
  color: #fff;
  border-radius: 4px;
}

button:hover {
  background-color: #4d51e3;
  border: 1px solid #4d51e3;
  color: #fff;
}

.operation_btn {
  width: auto;
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  padding: 0 10px;
  background-color: #4d51e3;
  font-size: 12px;
}

.operation_cancel_btn {
  width: auto;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  padding: 0 40px;
  background-color: #c8c8c8;
  border: 1px solid #c8c8c8;
  font-size: 12px;
}

.operation_cancel_btn:hover {
  border: 1px solid #c8c8c8;
  background-color: #c8c8c8;
  color: #fff;
}

.operation_confirm_btn {
  width: auto;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  padding: 0 40px;
  background-color: #4d51e3;
  font-size: 12px;
}

.operation_confirm_btn:hover {
  border: 1px solid #4d51e3;
  background-color: #4d51e3;
  color: #fff;
}

/* 单选框 */
input[type='radio'] {
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background: #fff;
  border-radius: 50%;
}

input[type='radio']:checked::before {
  content: '';
  position: absolute;
  top: 25%;
  left: 28%;
  width: 50%;
  height: 50%;
  border: none;
  border-radius: 50%;
  background: #4d51e3;
}

/* textarea */
textarea {
  min-height: 160px;
  padding: 10px 13px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #f8f8f8;
}

/* a标签 */
a {
  color: #4d51e3;
}

/* 暂无数据 */
.no_data_td {
  border: 1px solid #d2d2d2;
  height: 150px;
}

/* 弹框 */
popdialog {
  width: 65%;
  top: 45%;
  background-color: #fff;
  padding: 10px;
}

popdialog fieldset:nth-child(n + 2) {
  margin-top: 10px;
}

popdialog popheader {
  font-size: 18px;
  color: #151515;
  background-color: #fff;
  height: 50px;
  line-height: 50px;
  font-weight: 600;
  position: relative;
}

popdialog popheader::before {
  content: '';
  width: 99%;
  bottom: 0;
  position: absolute;
  height: 1px;
  background-color: #e1e1e1;
}

popdialog popheader closeicon {
  color: #333333;
}

popdialog popbody {
  background-color: #fff;
}

popdialog popbody label {
  color: #000;
  font-weight: 700;
  width: 120px;
}

popdialog popbody > div {
  margin: 0;
}

popdialog fieldset {
  overflow: hidden;
  margin: 0;
  padding: 10px 20px;
}

popdialog fieldset legend {
  font-size: 16px;
  color: #151515;
  left: 0;
  top: 10px;
  font-weight: 600;
  padding: 0 10px;
}

popdialog fieldset legend::before {
  content: '';
  width: 0;
  height: 0;
}

popdialog fieldset .detail_group {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 16px;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
}

popdialog fieldset .detail_group:nth-child(even) {
  background-color: #f8f8f8;
}

popdialog fieldset > p:nth-child(1) {
  border-radius: 4px 4px 0 0;
  border-top: 1px solid #f1f1f1;
}

popdialog fieldset div > .detail_group:nth-child(1) {
  border-radius: 4px 4px 0 0;
  border-top: 1px solid #f1f1f1;
}

popdialog fieldset .detail_group:last-child {
  border-bottom: 1px solid #f1f1f1;
  border-radius: 0 0 4px 4px;
}

popdialog fieldset .detail_group label {
  color: #333333;
  min-width: 120px;
  font-size: 14px;
}

popdialog fieldset .detail_group span {
  color: #666666;
  margin: 0;
  font-size: 14px;
}

.detail_group .detail_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

popdialog fieldset .detail_group .item_full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pop_footer {
  margin-top: 10px;
  text-align: center;
}

popdialog table {
  border-top: none;
  border-collapse: separate;
  border-radius: 4px;
  overflow: hidden;
}

.note-editor div {
  margin: 0;
}

popbody .editor span {
  margin-left: 0;
}

.editor .note-editor .note-editable ul li {
  list-style-type: disc;
  margin-left: 40px;
}

.editor .note-editor .note-editable ol li {
  list-style-type: auto;
  margin-left: 40px;
}

.editor .note-editor.note-airframe.fullscreen,
.note-editor.note-frame.fullscreen {
  background: #fff;
  margin-top: 30px;
}

.editor .note-modal-content {
  margin: 100px auto;
}

@media (min-width: 768px) {
  .note-editor .note-modal-content {
    width: 600px;
    margin: 30px auto;
  }
}

.fa-star {
  color: #ccc;
}

.fa-star.active {
  color: #ffac2d;
}

.clearfix:after {
  display: block;
  clear: both;
  content: '';
  visibility: hidden;
  height: 0;
}

.clearfix {
  zoom: 1;
}

f1,
f2,
f3 {
  font-size: 14px;
}

f3 textarea {
  width: 600px;
  height: 100px;
}

f2 textarea {
  width: 400px;
  height: 100px;
}

textarea::-webkit-scrollbar {
  width: 5px;
  height: 1px;
}

textarea::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ccc;
}

tab tab-nav.active {
  color: #4d51e3;
  border-bottom: 3px solid #4d51e3;
}

/* 列表页公共样式 */
.page_main {
  padding-top: 20px;
  background: #fff;
  min-height: calc(100vh - 140px);
}

.conference_type_container {
  margin-bottom: 20px;
}

.conference_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

/* 会议卡片公共样式 */
.card_item {
  text-decoration: none;
  /* width: 320px; */
  border-radius: 8px;
  background: #ffffff;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 8px 1px rgb(51 51 51 / 20%);
  box-shadow: 0 2px 8px 1px rgb(51 51 51 / 20%);
  overflow: hidden;
}

/* 有成果的 */
.card_item.has_achievement {
  position: relative;
}

.card_item.has_achievement::before {
  content: '成果集';
  position: absolute;
  background-color: #fff;
  width: 80px;
  height: 50px;
  /* font-size: 12px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: -30px;
  /* 将 left 改为 right */
  top: -15px;
  /* 这个保持不变，或根据需要调整 */
  font-weight: bold;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
}

.card_item:last-child {
  margin-right: 0;
}

.conference_list .card_item {
  width: 290px;
  height: 270px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 确保边框和填充不会增加元素的实际宽度 */
}

.card_item .card_item_img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card_item .card_item_img p {
  position: absolute;
  color: #fff;
  padding: 0 10px;
}

.card_item .card_item_img img {
  width: 100%;
  height: 140px;
}

.card_item .card_item_text {
  padding: 10px;
}

.card_item .card_item_text .fa {
  width: 24px;
  text-align: center;
}

.card_item .card_item_text .card_item_place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #757575;
  margin-bottom: 5px;
  font-size: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card_item .card_item_title {
  display: -webkit-box;
  line-height: 20px;
  font-size: 16px;
  margin: 0px 3px 8px 3px;
  color: #151515;
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}

.card_item .card_item_time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #757575;
  font-size: 14px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.card_item .card_item_time .card_time_text {
  line-height: 20px;
}

/* 会议筛选样式 */
.choose_list {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.choose_list .choose_more_btn {
  width: 100px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  color: rgb(77, 81, 227);
  cursor: pointer;
  margin-bottom: 10px;
}

.choose_list .choose_more_btn .fa {
  margin-left: 5px;
}

.choose_list .choose_list_assistant {
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.choose_list .choose_list_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.choose_list .no_full_list.full_height {
  height: auto;
}

.choose_list .no_full_list {
  height: 40px;
  overflow: hidden;
}

.choose_list .choose_item {
  display: inline-block;
  padding: 0px 10px;
  color: #0f5de5;
  background-color: #e3ecfd;
  margin: 0px 10px 10px 0;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
}

.choose_list .choose_item.active {
  color: #fff;
  background-color: #4d51e3;
}

/* 图片上传组件样式 */
.img_upload_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px;
}

.img_upload_container .img_upload_btn {
  height: 150px;
  cursor: pointer;
  position: relative;
}

.img_upload_container img {
  max-width: 100%;
  height: 100%;
}

.img_upload_container .img_upload_btn:hover::after {
  content: '+';
  width: 100%;
  font-size: 28px;
  border-radius: 4px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
}

.loading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.sk_chase {
  width: 80px;
  height: 80px;
  position: relative;
  -webkit-animation: sk-chase 2.5s infinite linear both;
  animation: sk-chase 2.5s infinite linear both;
}

.sk_chase_dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: sk_chase_dot 2s infinite ease-in-out both;
  animation: sk_chase_dot 2s infinite ease-in-out both;
}

.sk_chase_dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #4d51e3;
  border-radius: 100%;
  -webkit-animation: sk_chase_dot-before 2s infinite ease-in-out both;
  animation: sk_chase_dot-before 2s infinite ease-in-out both;
}

.sk_chase_dot:nth-child(1) {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk_chase_dot:nth-child(2) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk_chase_dot:nth-child(3) {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk_chase_dot:nth-child(4) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk_chase_dot:nth-child(5) {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk_chase_dot:nth-child(6) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk_chase_dot:nth-child(1):before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk_chase_dot:nth-child(2):before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk_chase_dot:nth-child(3):before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk_chase_dot:nth-child(4):before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk_chase_dot:nth-child(5):before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk_chase_dot:nth-child(6):before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

@-webkit-keyframes sk-chase {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes sk-chase {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes sk_chase_dot {
  80%,
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes sk_chase_dot {
  80%,
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes sk_chase_dot-before {
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }

  100%,
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk_chase_dot-before {
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }

  100%,
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* 面包屑样式 */
.breadcrumb_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 15px 10px;
  font-size: 14px;
  color: #666;
  background-color: #fff;
  margin-bottom: 10px;
}

.breadcrumb_container > div:not(:last-of-type)::after {
  content: '>';
  display: inline-block;
  padding: 0px 10px;
}

.breadcrumb_container > div a {
  text-align: center;
  color: #666;
}

.breadcrumb_container > div a:hover {
  opacity: 0.7;
}

/* 检索条样式 */
.search_element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.search_element input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  font-size: 14px;
  padding: 0 4% 0 20px;
  border: 1px solid #ccc;
  color: #333;
  background-color: #fff;
  border-radius: 10px 0 0 10px;
}

.search_element button {
  width: 100px;
  height: 100%;
  font-size: 16px;
  color: #fff;
  background-color: #4d51e3;
  border-radius: 0 10px 10px 0;
  margin: 0;
}

/* 检索下拉样式 */
.select_search select {
  height: 100%;
  padding: 0 20px;
  border-right: 0;
  border-radius: 10px 0 0 10px;
}

.select_search input {
  border-radius: 0;
}

/* 检索高亮 */
.search_high_light {
  color: #4d51e3;
  font-style: normal;
}

.no_high_light .search_high_light {
  color: inherit;
  font-style: normal;
}

.achievement_type {
  font-style: normal;
  color: #4d51e3;
  font-size: 12px;
  padding: 4px 6px;
  border-radius: 3px;
  margin: 0px 6px;
  height: 22px;
  text-align: center;
  line-height: 14px;
  border: 1px solid #4d51e3;
}

.warning_tips {
  text-align: center;
  color: rgb(255, 0, 0);
}
