@charset "UTF-8";
.flex-start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fs-12 {
  font-size: 12px;
}

/* 文字展开收起 */
.text-ellipsis {
  position: relative;
}

.text-ellipsis .fold {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.text-ellipsis .foldBtn {
  position: absolute;
  bottom: -20px;
  right: 0;
  cursor: pointer;
  font-size: 12px;
  color: #4299E1;
}

/* 时间线折叠展开 */
.line-fold .line-fold-btn {
  cursor: pointer;
  font-size: 12px;
  color: #4299E1;
  margin-top: 40px;
}

/* 拖拽上传 */
.upload-dragger {
  background-color: #fff;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  box-sizing: border-box;
  width: 360px;
  height: 180px;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.upload-dragger:hover {
  border-color: var(--tblr-twitter);
}

.upload-dragger-defalut {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.upload-dragger-defalut > svg {
  width: 4rem;
  height: 4rem;
}

.upload-dragger img {
  max-width: 360px;
  max-height: 180px;
  object-fit: contain;
}

#modal-feedback .photo_input {
  width: 104px;
  height: 104px;
  border-radius: 4px;
  text-align: center;
  border: 1px dashed #e6e7e9;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #616876;
}

#modal-feedback .photo_input > span:first-child {
  font-size: 30px;
}

#modal-feedback .photo_input:hover {
  border-color: rgba(230, 231, 233, 0.85);
  color: rgba(97, 104, 118, 0.85);
}

#modal-feedback .photo_list-item {
  width: 104px;
  height: 104px;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#modal-feedback .photo_list-item > img {
  max-width: 104px;
  max-height: 104px;
}

#modal-feedback .photo_list-item:after {
  content: '\00D7';
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#modal-feedback .photo_list-item:hover:after {
  display: flex;
}

/* collapse按钮 */
.collapseBtn svg.icon-collapse {
  transition: transform 0.15s ease-in-out;
}

.collase-ani {
  transform: rotate(-180deg);
}

.author-item .del-icon {
  margin-left: .25rem;
}

.body-col {
  background-color: #f4f4f4 !important;
}

.body-content-change {
  margin-top: 30px !important;
}

.bg-col {
  width: 940px;
  height: 20px;
  background: #f4f4f4;
}

.footer {
  width: 100%;
  height: 68px;
  background: #393E4D;
}

.footer .new_footer {
  width: 100%;
  display: flex;
  justify-content: center;
}

.footer .new_footer .list-inline-item {
  font-size: 17px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #9F9F9F;
}

.footer .new_footer .list-inline-item a {
  color: #9F9F9F !important;
  text-decoration: none;
}

.new_header {
  display: flex;
  flex-direction: column;
}

.new_header .new_head1 {
  height: 76px;
  background: #0061D5;
  width: 100%;
  max-width: 100%;
}

.new_header .new_head1 .w-1200 {
  margin: 0 auto;
  width: 1200px;
  display: flex;
  justify-content: space-between;
}

.new_header .new_head1 .w-1200 .logo {
  width: 156px;
  height: 50px;
  object-fit: cover;
}

.new_header .new_head1 .w-1200 .btn-list {
  display: flex;
  align-items: baseline;
}

.new_header .new_head1 .w-1200 .btn-list img {
  margin-right: 6px;
}

.new_header .new_head1 .w-1200 .btn-list .btn {
  background-color: transparent;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #F4F4F4;
  border: none;
}

.new_header .new_head1 .w-1200 .d-none div {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}

.new_header .new_head1 .w-1200 .d-none .set_lang span {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin-left: 5px;
}

.new_header .new_head1 .w-1200 .jiantou {
  color: #F4F4F4;
}

.new_head2 {
  background: #FFFFFF;
  width: 260px;
  margin-right: 20px;
}

.new_head2 .header2-change {
  width: 260px;
  padding-top: 12px;
}

.new_head2 .header2-change .nav-item {
  height: 40px;
  border-radius: 0px 20px 20px 0px;
  padding-left: 20px;
  margin-bottom: 10px;
}

.new_head2 .header2-change .nav-item a {
  display: flex;
  align-items: center;
}

.new_head2 .header2-change .nav-item a img {
  width: 24px;
  height: 24px;
  object-fit: cover;
}

.new_head2 .header2-change .nav-item a img:nth-child(2) {
  display: none;
}

.new_head2 .header2-change .nav-item a span {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  color: #111111;
  margin-left: 10px;
}

.new_head2 .header2-change .person-list {
  padding-left: 22px;
  border-top: 1px solid #ddd;
  padding-top: 25px;
}

.new_head2 .header2-change .person-list .person_picture {
  display: flex;
  align-items: center;
}

.new_head2 .header2-change .person-list .person_picture img {
  width: 24px;
  height: 24px;
  object-fit: cover;
}

.new_head2 .header2-change .person-list .person_picture h4 {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 18px;
  color: #111111;
  margin-left: 9px;
  line-height: 1;
  margin-bottom: 0;
}

.new_head2 .header2-change .person-list .link_out {
  margin-top: 20px;
}

.new_head2 .header2-change .person-list .link_out a {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 32px;
}

.new_head2 .header2-change .active {
  background: #DAEBFF;
}

.new_head2 .header2-change .active a img:nth-child(1) {
  display: none;
}

.new_head2 .header2-change .active a img:nth-child(2) {
  display: block;
}

.new_head2 .header2-change .active a span {
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 18px;
  color: #0061D5;
}

.new_head2 .header2-change .nav-item:nth-last-child(1) {
  margin-right: 0;
}

.list-inline-dots .list-inline-item + .list-inline-item:before {
  content: '';
  -webkit-margin-end: 0;
  margin-inline-end: 0;
}

@media screen and (min-width: 1200px) {
  .container-xl {
    max-width: 940px;
    padding: 0;
    border: none;
  }
  .w-1200 {
    width: 1200px;
    margin: 0 auto;
  }
}
