@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;
}

.com_footer {
  background-color: #393E4D !important;
}

.com_footer .list-inline-item, .com_footer .list-inline-item a {
  font-size: 17px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #9F9F9F !important;
}

.com_footer .list-inline-item::before {
  display: none;
}

.new_nav {
  height: 72px;
  background-color: #fff;
  margin-bottom: 0;
}

.new_nav .nav-item {
  margin-right: 84px;
  position: relative;
}

.new_nav .nav-item .nav-link-title {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #444444;
}

.new_nav .nav-item.active .nav-link-title {
  color: #3860F5;
  font-size: 23px;
  font-family: Microsoft YaHei;
  font-weight: bold;
}

.new_nav .nav-item.active::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translate(-50%);
  width: 13px;
  height: 6px;
  background: #3860F5;
  border: none;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}

.new_header {
  height: 110px;
  background: #393E4D;
  width: 100%;
  max-width: 100%;
}

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

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

.new_header .d-none div {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #F4F4F4;
}
.new_header .set_lang span
 {
  font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    margin-left: 5px;
}
.new_header .jiantou {
  color: #f4f4f4;
}

#navbar-menu {
  background-color: #fff;
}

li {
  list-style-type: none;
}

.navbar-collapse {
  flex-grow: 0;
}
/*  */
.suspension {
  position: fixed;
  z-index: 999999999;
  /* right: 0; */
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  /* width: 60px; */
  background-color: #fff;
  box-shadow: 0px 3px 10px #e6e8ee;
  border-radius: 4px;
}

.suspension .iconfont {
  font-size: 30px;
}

.suspension > .suspension_logo > img {
  width: 24px;
  height: 24px;
  display: none;
}

.suspension > .suspension_logo {
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex-wrap: wrap;
  z-index: 9000000000;
  cursor: pointer;
  align-items: center;
}

.suspension > .suspension_logo {
  font-size: 12px;
  font-weight: 400;
  line-height: 0px;
  color: #333333;
}

.suspension_logo {
  position: relative;
}

.suspension_logo .wechat {
  position: absolute;
  right: 70px;
  width: 280px;
  /* height: 120px; */
  background-color: #fff;
  box-shadow: 0px 3px 10px #E6E8EE;
  border-radius: 4px;
  display: none;
  padding: 20px;
}

.suspension_logo .wechat > img {
  width: 100%;
  height: 100%;
}

.suspension_logo > img:nth-child(1) {
  display: block;
}

.suspension_logo > img:nth-child(2) {
  display: none;
}

.suspension_logo:hover > img:nth-child(1) {
  display: none;
}

.suspension_logo:hover > img:nth-child(2) {
  display: block;
}

.suspension_logo:hover .wechat {
  display: block;
}

.suspension_logo:active {
  background: #EEEEEE;
}
#scoll_btn {
  color: #B5B7BC;
}




