.AccountInfoPanel_accountInfoPanelWrap__3cbyp {
  width: 300px;
  padding: 16px 20px;
  font-size: 14px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.AccountInfoPanel_accountInfo__2QJ_S {
  width: 100%;
  position: relative;
}

.AccountInfoPanel_accountInfo__2QJ_S .AccountInfoPanel_accountInfoTop__EgsCZ {
  display: flex;
  align-items: center;
}

.AccountInfoPanel_accountInfo__2QJ_S .AccountInfoPanel_accountInfoTop__EgsCZ .AccountInfoPanel_accountInfoAvatar__24L9_ {
  position: relative;
  width: 52px;
  height: 52px;
  margin-right: 16px;
  border-radius: 50%;
  background: #f5f5f5;
}

.AccountInfoPanel_accountInfo__2QJ_S .AccountInfoPanel_accountInfoTop__EgsCZ .AccountInfoPanel_accountInfoDesc__3BPOU {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.AccountInfoPanel_idAndBadge__IqyVd {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  line-height: 1;
}

.AccountInfoPanel_showId__2yfgG {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  margin-right: 8px;
  line-height: 1;
}

.AccountInfoPanel_versionBadge__3w9_d {
  font-size: 12px;
  color: #8c8c8c;
  background: #f5f5f5;
  padding: 2px 6px;
  border-radius: 4px;
  line-height: 16px;
}

.AccountInfoPanel_versionBadgePaid__2IahM {
  background: linear-gradient(90deg, #fff3cd 0%, #e1d5ff 100%); /* 黄到淡紫渐变 */
  color: #5b3dc4;
}

.AccountInfoPanel_accountInviteCodeWrap__ATNrm {
  font-size: 13px;
  color: #8c8c8c;
  display: flex;
  align-items: center;
  line-height: 1;
  margin-top: 2px;
}

.AccountInfoPanel_accountInviteCodeWrap__ATNrm .AccountInfoPanel_accountInviteCode__2ZEa4 {
  margin-right: 8px;
}

.AccountInfoPanel_copyBtn__1vLqi {
  cursor: pointer;
  font-size: 14px;
  color: #8c8c8c;
  transition: color 0.2s;
  display: flex;
  align-items: center;
}

.AccountInfoPanel_copyBtn__1vLqi:hover {
  color: #333333;
}

.AccountInfoPanel_upgradeSection__jgySZ {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top:10px;
}

.AccountInfoPanel_upgradeTip__3vfpb {
  font-size: 14px;
  color: #8c8c8c;
}

.AccountInfoPanel_updateBtn__1iPwO {
  background: linear-gradient(135deg, #2E0B41, #180524);
  color: #F5D39D;
  width: 60px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: 0 4px 10px rgba(46, 11, 65, 0.3);
}

.AccountInfoPanel_updateBtn__1iPwO:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.AccountInfoPanel_memSpace__3MU3p {
  background: #f7f7f7;
  border-radius: 8px;
  padding: 10px 14px;
  margin-bottom: 12px;
  width: 100%;
  margin-top:10px;
}

.AccountInfoPanel_memSpaceHeader__1pkgU {
  font-size: 15px;
  font-weight: 500;
  color: #333333;
}

.AccountInfoPanel_memSpaceDesc__3Jsls {
  font-size: 13px;
  color: #8c8c8c;
  margin-bottom: 8px;
}

.AccountInfoPanel_progressBar__1fYln {
  height: 6px;
  background: #EAEAEA;
  border-radius: 3px;
  position: relative;
}

.AccountInfoPanel_progressFill__3Mf8r {
  height: 100%;
  background: #3D1B4C;
  border-radius: 3px;
  position: relative;
  transition: width 0.3s ease;
}

.AccountInfoPanel_progressFill__3Mf8r::after {
  content: '';
  position: absolute;
  right: -3px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #3D1B4C;
  border-radius: 50%;
}

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

.AccountInfoPanel_actionItem__2UO1R {
  display: flex;
  align-items: center;
  height: 44px;
  padding: 0 12px;
  cursor: pointer;
  border-radius: 8px;
  transition: background 0.2s;
}

.AccountInfoPanel_actionItemActive__1lRfC,
.AccountInfoPanel_actionItem__2UO1R:hover {
  background: #f5f5f5;
}

.AccountInfoPanel_actionIcon__1sas1 {
  font-size: 18px;
  color: #333333;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.AccountInfoPanel_actionLabel__2n-M6 {
  font-size: 15px;
  color: #333333;
}

.AccountInfoPanel_divider__3dZ5f {
  height: 1px;
  background-color: #f0f0f0;
  margin: 8px 0;
}

/* 暗黑模式适配 */
.theme_0 .AccountInfoPanel_accountInfoPanelWrap__3cbyp {
  background-color: #1a1a1a !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.theme_0 .AccountInfoPanel_showId__2yfgG,
.theme_0 .AccountInfoPanel_memSpaceHeader__1pkgU,
.theme_0 .AccountInfoPanel_actionIcon__1sas1,
.theme_0 .AccountInfoPanel_actionLabel__2n-M6 {
  color: #e0e0e0;
}

.theme_0 .AccountInfoPanel_versionBadge__3w9_d {
  background: #333333;
  color: #aaaaaa;
}

.theme_0 .AccountInfoPanel_versionBadgePaid__2IahM {
  background: linear-gradient(135deg, #b8860b, #d4a017);
  color: #f5e6c8;
}

.theme_0 .AccountInfoPanel_memSpace__3MU3p {
  background: #2a2a2a;
}

.theme_0 .AccountInfoPanel_progressBar__1fYln {
  background: #444444;
}

.theme_0 .AccountInfoPanel_progressFill__3Mf8r {
  background: #a37cbd;
}

.theme_0 .AccountInfoPanel_actionItem__2UO1R:hover {
  background: #2a2a2a;
}

.theme_0 .AccountInfoPanel_divider__3dZ5f {
  background-color: #333333;
}

.theme_0 .AccountInfoPanel_accountInfoTop__EgsCZ .AccountInfoPanel_accountInfoAvatar__24L9_ {
  background: #333333;
}

.loading_loadingBox__5qOLT{
    position: absolute;
    top:50%;
    left:50%;
    width:120px;
    height:100px;
    /*background:rgba(0,0,0,0.7);*/
    /*border-radius:10px;*/
    /*color:#fff;*/
    text-align: center;
    transform: translate(-50%,-50%);
    z-index: 999;
    font-size: 16px;
    padding:15px;
    background-color: rgba(30,30,30,.7);
    color:#f1f1f1;
}
@keyframes loading_gif__1E7Qe {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}

.loading_loadingBox__5qOLT img{
   /* width:40px;
    height:40px;*/
    margin-top:10px;
    margin-bottom:15px;
    /*animation: gif;
    animation-duration:2s;
    animation-timing-function: linear;
    animation-iteration-count:infinite;*/

    width:20px;
    height:20px;
}

.loading_small__20zNr{
    width:102px;
    height:32px;
    top:30px;
    transform: translate(-50%,0);
    display: flex;
    align-items: center;
    border-radius:4px;

    font-size:12px;
    font-family:PingFang-SC-Medium,PingFang-SC;
    font-weight:500;
    color:rgba(255,255,255,1);
}
.loading_small__20zNr img{
    width:14px;
    height:14px;
    margin:0;
    margin-right:8px;
}

/* Dropdown 菜单样式 */
.FileUploadSelector_uploadMenu__1abFe {
    min-width: 200px;
    padding: 8px 0;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.FileUploadSelector_uploadMenu__1abFe .ant-dropdown-menu-item {
    padding: 12px 20px;
    line-height: 1.5;
    transition: background 0.2s;
}

.FileUploadSelector_uploadMenu__1abFe .ant-dropdown-menu-item:hover {
    background: #f5f5f5;
}

.FileUploadSelector_menuItem__14Xv7 {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

.FileUploadSelector_menuItem__14Xv7 .anticon {
    font-size: 16px;
    color: #666;
}


.src-components-excerptPin-ExcerptPin-module__cardItem--1goQR {
  position: fixed;
  width: 420px;
  padding: 18px;
  background-color: #fff;
  box-shadow: 0px 4px 18px 0px rgba(196, 196, 196, 0.5);
  border-radius: 4px;
  top: 140px;
  left: 130px;
  font-size: 14px;
  -webkit-user-select: none;
          user-select: none;
  cursor: move;
}
.src-components-excerptPin-ExcerptPin-module__cardItem--1goQR .src-components-excerptPin-ExcerptPin-module__borderTag--3JlCD {
  padding-left: 12px;
  border-left: 4px solid #55c0ff;
  border-radius: 2px;
}
.src-components-excerptPin-ExcerptPin-module__cardItem--1goQR .src-components-excerptPin-ExcerptPin-module__excerptText--3SJn2 {
  padding-left: 12px;
  border-left: 4px solid #55c0ff;
  border-radius: 2px;
}
.src-components-excerptPin-ExcerptPin-module__cardItem--1goQR .src-components-excerptPin-ExcerptPin-module__excerptText--3SJn2 img {
  display: block;
  margin: 0 auto 5px;
  max-width: 100%;
}
.src-components-excerptPin-ExcerptPin-module__cardItem--1goQR .src-components-excerptPin-ExcerptPin-module__excerptText--3SJn2 .src-components-excerptPin-ExcerptPin-module__content--2rlZy {
  height: -moz-fit-content;
  height: fit-content;
  max-height: 420px;
  overflow: auto;
}
.src-components-excerptPin-ExcerptPin-module__cardItem--1goQR .src-components-excerptPin-ExcerptPin-module__noteText--3Vtru .src-components-excerptPin-ExcerptPin-module__title--ARrJn {
  padding-left: 12px;
  border-left: 4px solid #55c0ff;
  border-radius: 2px;
}
.src-components-excerptPin-ExcerptPin-module__cardItem--1goQR .src-components-excerptPin-ExcerptPin-module__noteText--3Vtru .src-components-excerptPin-ExcerptPin-module__baseInfo--3gjxY {
  display: flex;
  align-items: center;
  color: #999;
  margin-bottom: 5px;
}
.src-components-excerptPin-ExcerptPin-module__cardItem--1goQR .src-components-excerptPin-ExcerptPin-module__noteText--3Vtru .src-components-excerptPin-ExcerptPin-module__baseInfo--3gjxY > div {
  margin-right: 10px;
}
.src-components-excerptPin-ExcerptPin-module__cardItem--1goQR .src-components-excerptPin-ExcerptPin-module__noteText--3Vtru .src-components-excerptPin-ExcerptPin-module__contentWarp--1_1_u {
  background-color: #f5f7fa;
  border-radius: 6px;
  padding: 10px 10px 5px;
}
.src-components-excerptPin-ExcerptPin-module__cardItem--1goQR .src-components-excerptPin-ExcerptPin-module__noteText--3Vtru .src-components-excerptPin-ExcerptPin-module__contentWarp--1_1_u .src-components-excerptPin-ExcerptPin-module__content--2rlZy {
  max-height: 420px;
  height: -moz-fit-content;
  height: fit-content;
  overflow: auto;
}
.src-components-excerptPin-ExcerptPin-module__cardItem--1goQR .src-components-excerptPin-ExcerptPin-module__title--ARrJn {
  display: flex;
  justify-content: space-between;
  color: #999;
  margin-bottom: 10px;
}
.src-components-excerptPin-ExcerptPin-module__cardItem--1goQR .src-components-excerptPin-ExcerptPin-module__title--ARrJn span {
  margin-right: 10px;
}
.src-components-excerptPin-ExcerptPin-module__cardItem--1goQR .src-components-excerptPin-ExcerptPin-module__title--ARrJn .src-components-excerptPin-ExcerptPin-module__right--2sNbu {
  cursor: pointer;
}
.src-components-excerptPin-ExcerptPin-module__cardItem--1goQR .src-components-excerptPin-ExcerptPin-module__content--2rlZy {
  color: #666;
  word-break: break-word;
  cursor: text;
  -webkit-user-select: text;
          user-select: text;
}
.src-components-excerptPin-ExcerptPin-module__cardItem--1goQR .src-components-excerptPin-ExcerptPin-module__content--2rlZy p {
  margin-bottom: 0;
}
.src-components-excerptPin-ExcerptPin-module__cardItem--1goQR .src-components-excerptPin-ExcerptPin-module__content--2rlZy em {
  color: inherit;
  font-style: italic;
}
.src-components-excerptPin-ExcerptPin-module__cardItem--1goQR .src-components-excerptPin-ExcerptPin-module__content--2rlZy ul {
  padding-left: 20px;
}
.src-components-excerptPin-ExcerptPin-module__cardItem--1goQR .src-components-excerptPin-ExcerptPin-module__content--2rlZy li {
  list-style: initial;
}
.src-components-excerptPin-ExcerptPin-module__cardItem--1goQR .src-components-excerptPin-ExcerptPin-module__content--2rlZy img {
  width: 100%;
  height: 100%;
}
.theme_0 .src-components-excerptPin-ExcerptPin-module__cardItem--1goQR {
  background-color: var(--bgColor);
}
.theme_0 .src-components-excerptPin-ExcerptPin-module__cardItem--1goQR .src-components-excerptPin-ExcerptPin-module__right--2sNbu,
.theme_0 .src-components-excerptPin-ExcerptPin-module__cardItem--1goQR .src-components-excerptPin-ExcerptPin-module__contentWarp--1_1_u .src-components-excerptPin-ExcerptPin-module__content--2rlZy {
  color: var(--fontColor);
}
.theme_0 .src-components-excerptPin-ExcerptPin-module__cardItem--1goQR .src-components-excerptPin-ExcerptPin-module__contentWarp--1_1_u {
  background-color: var(--bgActive) !important;
}
.theme_0 .src-components-excerptPin-ExcerptPin-module__noteText--3Vtru .src-components-excerptPin-ExcerptPin-module__contentWarp--1_1_u code {
  background: transparent;
}
.theme_0 .src-components-excerptPin-ExcerptPin-module__noteText--3Vtru .src-components-excerptPin-ExcerptPin-module__contentWarp--1_1_u h1,
.theme_0 .src-components-excerptPin-ExcerptPin-module__noteText--3Vtru .src-components-excerptPin-ExcerptPin-module__contentWarp--1_1_u h2,
.theme_0 .src-components-excerptPin-ExcerptPin-module__noteText--3Vtru .src-components-excerptPin-ExcerptPin-module__contentWarp--1_1_u h3,
.theme_0 .src-components-excerptPin-ExcerptPin-module__noteText--3Vtru .src-components-excerptPin-ExcerptPin-module__contentWarp--1_1_u h4,
.theme_0 .src-components-excerptPin-ExcerptPin-module__noteText--3Vtru .src-components-excerptPin-ExcerptPin-module__contentWarp--1_1_u h5,
.theme_0 .src-components-excerptPin-ExcerptPin-module__noteText--3Vtru .src-components-excerptPin-ExcerptPin-module__contentWarp--1_1_u h6,
.theme_0 .src-components-excerptPin-ExcerptPin-module__noteText--3Vtru .src-components-excerptPin-ExcerptPin-module__contentWarp--1_1_u em {
  color: var(--fontColor);
}
.theme_0 .src-components-excerptPin-ExcerptPin-module__noteText--3Vtru .src-components-excerptPin-ExcerptPin-module__contentWarp--1_1_u table td,
.theme_0 .src-components-excerptPin-ExcerptPin-module__noteText--3Vtru .src-components-excerptPin-ExcerptPin-module__contentWarp--1_1_u table th {
  border-color: var(--borderColor);
}

.SmartListSelect_smartListSelectWrap__17bNZ .ant-select-selection--single {
    background: transparent;
    border: none;
}
.SmartListSelect_smartListSelectWrap__17bNZ .ant-dropdown-menu-item {
    position: relative;
}

.SmartListSelect_smartListSelectWrap__17bNZ {
    position: relative;
    cursor: pointer;
}

/*智能列表*/
.SmartListSelect_addSmartList__1ZMh6 {
    position: relative;
}
.SmartListSelect_addSmartList__1ZMh6 .SmartListSelect_headTitle__2crCQ {
    cursor: pointer;
    height: 24px;
}
.SmartListSelect_addSmartList__1ZMh6 .ant-input {
    padding: 4px 5px;
    color: #666;
    font-size: 12px;
    height: 24px;
    border-radius: 2px;
    border: 1px solid #55c0ff;
}
.SmartListSelect_addSmartList__1ZMh6 ::-webkit-scrollbar {
    display: none;
}

.SmartListSelect_smartListWarp__3j9op {
    overflow: scroll;
    height: 266px;
    padding-right: 5px;
    width: 215px;
    position: absolute;
    left: 0;
    top: 0;
}

.SmartListSelect_inputDiv__3DOUL {
    /*padding-left: 45px;*/
}
.theme_0 .SmartListSelect_inputDiv__3DOUL input{
    background-color: var(--bgActive);
    color: var(--fontColor);
    border-color: transparent;
}

.SmartListSelect_smartItemActive__3Hdkk {
    color: #333333 !important;
    font-weight: 400 !important;
}

.SmartListSelect_ellipsis__2Nurm {
    width: 16%;
    display: none;
    cursor: pointer;
}
.theme_0 .SmartListSelect_ellipsis__2Nurm span svg {
    fill: var(--fontColor);
}

.SmartListSelect_smartListItem__105OV {
    display: flex;
    width: 100%;
    height: 32px;
    line-height: 32px;
    position: relative;
    margin-bottom: 2px;
}
.theme_0 .SmartListSelect_smartListItem__105OV:hover{
    background-color: var(--hoverColor) !important;
}
.SmartListSelect_smartItem__2QFBO {
    width: 100%;
}
.theme_0 .SmartListSelect_smartListItem__105OV .SmartListSelect_smartItem__2QFBO:hover{
    color: var(--fontColor) !important;
}

.SmartListSelect_smartListItemActive__2UobW {
    background: #ecf8ff !important;
    border-radius: 4px !important;
}
.theme_0 .SmartListSelect_smartListItemActive__2UobW{
    background-color: var(--bgActive);
    color: var(--fontColor) !important;
}
.theme_0 .SmartListSelect_smartListItemActive__2UobW .SmartListSelect_smartItem__2QFBO{
    color: var(--fontColor) !important;
}

.SmartListSelect_actionList__2kKaP {
    width: 64px;
    /*height: 68px;*/
    background: #ffffff;
    box-shadow: 0px 4px 8px 0px #e7e7e7;
    border-radius: 4px;
    flex-direction: column;
    padding-left: 12px;
    position: absolute;
    right: 0;
    top: 26px;
    z-index: 999999 !important;
    margin: 0;
}
.SmartListSelect_actionList__2kKaP div {
    font-weight: 400;
    color: #666666;
    font-size: 12px;
    cursor: pointer;
}
.theme_0 .SmartListSelect_actionList__2kKaP{
    background-color: var(--hightBgColor);
    box-shadow: none;
    border: 1px solid var(--borderColor1);
}
.theme_0 .SmartListSelect_actionList__2kKaP div{
    color: var(--fontColor);
}


/*添加*/
.SmartListSelect_addUseExplain__2bKF- {
    font-size: 12px;
}

.SmartListSelect_addUseExplain__2bKF- .SmartListSelect_userHelp__jooCa {
    text-decoration: underline;
    cursor: pointer;
    margin-left: 2px;
}

/*弹窗*/
.SmartListSelect_usingHelpStyle__1K6UB .ant-modal-content {
    width: 342px;
    height: 471px;
    background: #ffffff;
    border-radius: 10px;
    padding: 16px;
}

.SmartListSelect_usingHelpStyle__1K6UB .ant-modal {
    top: 22% !important;
}

.SmartListSelect_usingHelpStyle__1K6UB .ant-modal-body {
    padding: 0;
}

.SmartListSelect_usingHelpStyle__1K6UB .SmartListSelect_headWarp__rVOpf {
    display: flex;
    justify-content: space-between;
}

.SmartListSelect_usingHelpStyle__1K6UB .SmartListSelect_bodyWarp__3w_TM {
    margin-top: 24px;
}

.SmartListSelect_usingHelpStyle__1K6UB .SmartListSelect_bodyWarp__3w_TM img {
    width: 310px;
    height: 344px;
}

.SmartListSelect_usingHelpStyle__1K6UB .SmartListSelect_bottomWarp__3zluK {
    /* text-align: center; */
    position: absolute;
    bottom: 18px;
    left: 35%;
}

.SmartListSelect_usingHelpStyle__1K6UB .SmartListSelect_bottomWarp__3zluK img {
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.SmartListSelect_usingHelpStyle__1K6UB .SmartListSelect_bottomWarp__3zluK img:nth-child(2) {
    margin-left: 64px;
}

.SmartListSelect_usingHelpStyle__1K6UB .SmartListSelect_headWarp__rVOpf .SmartListSelect_left__1j1on {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.SmartListSelect_usingHelpStyle__1K6UB .SmartListSelect_headWarp__rVOpf .SmartListSelect_right__2Eo4J {
    cursor: pointer;
}

.BibtexImportModal_body__3yVvx {}

.BibtexImportModal_bibtexImportModal__jVObp {}

.BibtexImportModal_bibtexImportModal__jVObp .ant-modal-body {
  padding: 18px 20px 15px 20px;
}

.BibtexImportModal_body__3yVvx textarea {
  outline: none;
  height: 170px;
  width: 100%;
  line-height: 30px;
  padding: 10px 24px;
  resize: none;
  background: #f9f9f9;
  border-radius: 6px;
  border: 1px solid #e1e1e1;
}

.BibtexImportModal_body__3yVvx textarea::placeholder {
  color: #bfbfbf;
  opacity: 1;
  font-weight: normal;
  font-family: "PingFang-SC";
}

.BibtexImportModal_footer__1XGHN {
  margin-top: 25px;
  display: flex;
  justify-content: flex-end;
}

.BibtexImportModal_footer__1XGHN button {
  height: 32px;
  border: unset;
  font-size: 14px;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  cursor: pointer;
  border-radius: 4px;
  padding: 0 15px;
}

.BibtexImportModal_footer__1XGHN .BibtexImportModal_buttonOk__2SzKG {
  color: #ffffff;
  background: #55c0ff;
  margin-left: 12px;
  border: 1px solid #55c0ff;
}

.BibtexImportModal_footer__1XGHN button:focus {
  outline: unset;
}

.BibtexImportModal_footer__1XGHN .BibtexImportModal_buttonOk__2SzKG.BibtexImportModal_disabled__3fozo {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border: 1px solid #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}

.theme_0 .BibtexImportModal_body__3yVvx textarea {
  background-color: var(--bgColor);
  color: var(--fontColor);
  border-color: var(--borderColor1);
}

.theme_0 .BibtexImportModal_footer__1XGHN button:first-child {
  background-color: transparent;
  color: var(--fontColor);
}

.BibtexImportModal_webLinkWr__3fDxo .ant-spin-blur::after {
  opacity: 0;
}

.BibtexImportModal_btnCancel__2vKq1:hover {
  color: #7dd4ff;
  border-color: #7dd4ff;
}
.DOIImportModal_body__2XsBy {
}

.DOIImportModal_bibtexImportModal__1sclg {
}

.DOIImportModal_bibtexImportModal__1sclg .ant-modal-body {
  padding: 18px 20px 15px 20px;
}

.DOIImportModal_body__2XsBy input {
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  height: 40px;
  border-radius: 2px;
  border: 1px solid #e3e3e3;
  padding: 10px;
}

.DOIImportModal_body__2XsBy input::placeholder {
  color: #cccccc;
  opacity: 1;
  font-weight: normal;
  font-family: "PingFang-SC";
}

.DOIImportModal_body__2XsBy input:focus,
.DOIImportModal_body__2XsBy input:focus-visible {
  outline: unset;
}

.DOIImportModal_footer__1x3YQ {
  margin-top: 25px;
  display: flex;
  justify-content: flex-end;
}

.DOIImportModal_footer__1x3YQ button {
  height: 32px;
  border: unset;
  font-size: 14px;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  cursor: pointer;
  border-radius: 4px;
  padding: 0 15px;
}

.DOIImportModal_footer__1x3YQ .DOIImportModal_buttonOk__1Tj_d {
  color: #ffffff;
  background: #55c0ff;
  margin-left: 12px;
  border: 1px solid #55c0ff;
}

.DOIImportModal_footer__1x3YQ button:focus {
  outline: unset;
}

.DOIImportModal_footer__1x3YQ .DOIImportModal_buttonOk__1Tj_d.DOIImportModal_disabled__2oS0d {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border: 1px solid #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}


.theme_0 .DOIImportModal_body__2XsBy input{
  background-color: var(--bgColor);
  color: var(--fontColor);
  border-color:  var(--borderColor1);
}

.theme_0 .DOIImportModal_body__2XsBy input::placeholder{
  color: var(--spanColor);
}


.theme_0 .DOIImportModal_footer__1x3YQ button:first-child{
  background-color: transparent;
  color: var(--fontColor);
}

.theme_0 .DOIImportModal_bibtexImportModal__1sclg .ant-spin-blur::after {
  opacity: 0;
}

.DOIImportModal_btnCancel__is7Fb:hover {
  color: #7dd4ff;
  border-color: #7dd4ff;
}
.CopyToPersonal_header__3iEZB{
    position: relative;
    display: inline;
}
.CopyToPersonal_header__3iEZB::after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 100%;
    height: 4px;
    background-color: #55C0FF;
}
.CopyToPersonal_body__2MUmc {
    padding-bottom: 20px;
}
.CopyToPersonal_title__1WIUk {
    font-size: 14px;
    color: #666;
    margin-bottom: 14px;
}
.CopyToPersonal_selection__37Ic_{
    display: block;
    border: 1px solid #e3e3e3;
    padding: 1px 20px;
    border-radius: 2px;
}
.CopyToPersonal_selection__37Ic_ .ant-radio-group {
    display: block;
}
.CopyToPersonal_copyToPersonal__3Insr .ant-btn:last-child {
    margin-left: 24px;
}

.theme_0 .CopyToPersonal_title__1WIUk{
    color: var(--fontColor);
}

.theme_0 .CopyToPersonal_selection__37Ic_ .ant-radio-group label{
    border-color: var(--borderColor) !important;
  }

  .theme_0 .CopyToPersonal_selection__37Ic_{
    border-color: var(--borderColor);
  }


.theme_0 .CopyToPersonal_selection__37Ic_ .ant-radio-group label span{
    color: var(--fontColor);
}
.ListSortPopup_tableHeader__Jr-D1 {
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  color: #666;
  position: relative;
  display: flex;
  padding: 4px 0;
  width: -moz-fit-content;
  width: fit-content;
}

.ListSortPopup_tableHeaderTime__33hut {
  /* margin-left: 14px; */
  /* padding-left: 0; */
}

.ListSortPopup_tableHeader__Jr-D1:hover {
  background: #f5f5f5;
  border-radius: 4px;
}

.ListSortPopup_tableHeader__Jr-D1.ListSortPopup_active__29Fhy {
  background: #eff9ff;
  color: #55c0ff;
}

.ListSortPopup_tableSort__2TeDQ {
  display: inline-block;
  padding-top: 0px;
  margin-left: 5px;
  position: relative;
  top: 2px;
  color: #acacac;
  text-indent: 0;
}

.ListSortPopup_arrowWrap__3yJkx {
  padding: 2px 0;
}

.ListSortPopup_triangleBorderUp__2-4VP {
  width: 0;
  height: 0;
  border-width: 0 3px 3px;
  border-style: solid;
  border-color: transparent transparent #aaa;
  margin: 2px auto;
  display: block;
}
.ListSortPopup_triangleBorderUpActive__Lqp3A {
  border-color: transparent transparent #55c0ff;
}

.ListSortPopup_triangleBorderDown__1Qwek {
  width: 0;
  height: 0;
  border-width: 3px 3px 0;
  border-style: solid;
  border-color: #aaa transparent transparent;
  margin: 2px auto;
  display: block;
}

.ListSortPopup_triangleBorderDownActive__3m4DS {
  border-color: #55c0ff transparent transparent;
}

.ListSortPopup_sortMenu__20Ty6 {
  padding: 14px 14px !important;
}

.ListSortPopup_sortMenuTitle__1gK0k {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 17px;
  margin-bottom: 10px;
}

.ListSortPopup_sortMenuTitleSecond__16Vki {
  margin-top: 14px;
}

.ListSortPopup_sortActive__2WQl6 {
  color: #55c0ff;
}

.ListSortPopup_divider__afFKK {
  margin: 10px !important;
}

.ListSortPopup_uploadMenuTips__Nqi45 .ant-tooltip-inner {
  font-size: 12px;
}

.ListSortPopup_point__3sCdF {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #55c0ff;
  border-radius: 50%;
  /* right: 14px; */
  right: 0;
}

.ListSortPopup_hide__3meMG {
  display: none;
}
.ListSortPopup_tableHeaderAuthor__E_Hco {
  padding-left: 0;
}


.theme_0 .ListSortPopup_tableHeader__Jr-D1 {
  color: var(--spanColor);
}

.theme_0 .ListSortPopup_tableHeader__Jr-D1:hover{
  background-color: var(--bgActive);
}

.theme_0 .ListSortPopup_sortMenu__20Ty6 .ant-dropdown-menu-item{
  color: var(--fontColor);
}

.theme_0 .ListSortPopup_sortActive__2WQl6{
  color: #55c0ff !important;
}

.theme_0 .ListSortPopup_tableHeader__Jr-D1.ListSortPopup_active__29Fhy {
  background: var(--bgColor);
  color: var(--fontColor);
}

.theme_0 .ListSortPopup_sortMenu__20Ty6{
  background-color: var(--bgActive);
}

.theme_0 .ListSortPopup_sortMenu__20Ty6 .ant-dropdown-menu-item:hover{
  background-color: var(--hoverColor);
}

.theme_0 .ListSortPopup_sortMenu__20Ty6 .ListSortPopup_divider__afFKK{
  background-color: var(--borderDivColor);
}

.demo-loading {
    position: absolute;
    bottom: -40px;
    left: 50%;
}

/* 嵌套 VirtualizedExample 的样式修复 */
.virtualized-nested {
    position: relative !important;
    z-index: 1 !important;
}

.virtualized-nested .ReactVirtualized__Grid {
    outline: none !important;
}

.virtualized-nested .ReactVirtualized__Grid__innerScrollContainer {
    overflow: visible !important;
    position: relative !important;
}

/* 防止嵌套时的滚动冲突 */
.virtualized-nested .ReactVirtualized__List {
    outline: none !important;
    overflow: hidden !important;
}

/* 确保嵌套列表项的正确显示 */
.virtualized-nested .ant-list-item {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.src-components-common-QindianIcon-index-module__qindianIcon--1XCpc {
  margin-left: 4px;
  vertical-align: middle;
  display: inline-block;
  transition: transform 0.2s ease;
}
.src-components-common-QindianIcon-index-module__qindianIcon--1XCpc:hover {
  transform: scale(1.1);
}

.ActivityModals_invite_other_modal_container1__7Aj6p .ant-modal-body {
  padding: 0 0;
}
.ActivityModals_invite_other_modal_container1__7Aj6p .ant-modal-content {
  border-radius: 12px;
  background-color: unset;
}

.ActivityModals_inviteTitle__3JHEO {
  text-align: center;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 32px;
  display: flex;
  justify-content: start;
  align-items: center;
}

.ActivityModals_inviteTitle__3JHEO img {
  width: 28px;
  height: 28px;
  margin-right: 11px;
}
.ActivityModals_inviteQrcode__2l8Eq {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.ActivityModals_inviteQrcode__2l8Eq img {
  width: 220px;
  height: 220px;
}

.ActivityModals_pluginModal__3PT4a .ant-modal-body {
  padding: 0;
}

.ActivityModals_pluginModalClose__3yjY6 {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.ActivityModals_pluginModal__3PT4a .ant-modal-content {
  border-radius: 20px;
}

.ActivityModals_inviteWrap__1skXB {
}

.ActivityModals_inviteWrap__1skXB a {
  position: absolute;
  width: 160px;
  height: 40px;
  left: 20px;
  bottom: 80px;
}

.ActivityModals_inviteTitleWrap__4EQqe {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.ActivityModals_inviteTitleWrap__4EQqe .ActivityModals_inviteTitle__3JHEO {
  color: #333333;
  margin-bottom: 20px;
}

.ActivityModals_inviteTitleWrap__4EQqe .ActivityModals_inviteTitle__3JHEO span {
  color: #55c0ff;
  font-size: 18px;
  margin: 0 10px;
}

.ActivityModals_inviteTitleWrap__4EQqe .ActivityModals_inviteDesc__3rqYO {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  display: flex;
  justify-content: start;
}

.ActivityModals_inviteStep1__1-kfE {
  display: flex;
  justify-content: space-between;
}

.ActivityModals_inviteStep1Left__KrB4j {
  padding-top: 32px;
}

.ActivityModals_inviteStep1Desc__1siw7 {
}

.ActivityModals_inviteStep1Desc__1siw7 {
  display: flex;
  height: 32px;
}

.ActivityModals_inviteStep1Desc__1siw7 input {
  border-radius: 6px 0px 0px 6px;
  border: 1px solid #e5e5e5;
  width: 223px;
  padding: 0 20px;
}

.ActivityModals_inviteStep1Desc__1siw7 input:focus {
  outline: unset;
}

.ActivityModals_inviteStep1Desc__1siw7 div {
  background-color: #55c0ff;
  width: 103px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 0px 6px 6px 0px;
  cursor: pointer;
}

.ActivityModals_inviteStep1__1-kfE img {
  width: 84px;
  height: 101px;
  position: absolute;
  right: 10px;
}

.ActivityModals_inviteStep2__2MX7L {
  margin-top: 48px;
}

.ActivityModals_inviteStep2DetailWrap__aW5jX {
  border-radius: 6px;
  border: 1px solid #e5e5e5;
  padding: 10px;
}

.ActivityModals_inviteStepTitle__3nOUd {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
  margin-bottom: 8px;
}

.ActivityModals_inviteStep2DetailWrap__aW5jX {
  display: flex;
  justify-content: space-between;
}

.ActivityModals_inviteStep2Desc__2vnf2 {
  margin-top: 30px;
}

.ActivityModals_inviteStep2Desc__2vnf2 div:first-child {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
}

.ActivityModals_inviteStep2Desc__2vnf2 div:last-child {
  font-size: 14px;
  font-weight: 500;
  color: #55c0ff;
  line-height: 20px;
  margin-top: 17px;
}

.ActivityModals_inviteStep2QrCode__t4AVr img {
  width: 106px;
  height: 106px;
}

.ActivityModals_mobileBindTipsModal__Lp-84 .ant-modal-content {
  border-radius: 6px;
}
.ActivityModals_mobileBindTipsModal__Lp-84 .ant-modal-body {
  padding: 24px;
  width: 480px;
  height: 260px;
}

.ActivityModals_mobileBindTipsTitle__zuGOB {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
  margin-bottom: 40px;
  text-align: center;
}

.ActivityModals_mobileBindTipsDesc__1kGta {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  margin-bottom: 29px;
  padding: 0 24px;
  text-align: center;
}

.ActivityModals_mobileBindTipsDesc__1kGta div {
  margin-bottom: 10px;
}

.ActivityModals_mobileBindTipsDesc__1kGta span {
  color: #55c0ff;
  cursor: pointer;
  font-weight: 550px;
}

.ActivityModals_mobileBindTipsBtn__1a7Jo {
  color: #ffffff;
  display: flex;
  justify-content: center;
}

.ActivityModals_mobileBindTipsBtn__1a7Jo span {
  width: 70px;
  height: 32px;
  background: #55c0ff;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
}

/** 流量上限引导 */
.ActivityModals_flowLimitGuideTipsWrap__3J88l{
  display: flex;
}
.ActivityModals_flowLimitGuideTipsModal__1EFL1 .ant-modal-content {
  border-radius: 6px;
}
.ActivityModals_flowLimitGuideTipsModal__1EFL1 .ant-modal-body {
  padding: 0px;
  padding-left: 16px;
  padding-top: 17px;
  padding-bottom: 16px;
  width: 380px;
}

.ActivityModals_flowLimitGuideTipsTitle__2nKaH {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
  margin-bottom: 35px;
  text-align: center;
}

.ActivityModals_flowLimitGuideTipsDesc__KdZCm {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  margin-bottom: 46px;
  padding: 0 24px;
  text-align: center;
}

.ActivityModals_flowLimitGuideTipsDesc__KdZCm img {
  height: 131px;
}

.ActivityModals_flowLimitGuideTipsBtn__YC11F {
  color: #ffffff;
  display: flex;
  justify-content: center;
  margin-bottom: 17px;
}

.ActivityModals_flowLimitGuideTipsBtn__YC11F span {
  width: 180px;
  height: 35px;
  background: #55c0ff;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.ActivityModals_flowLimitGuideFoot__eBus_ {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #55c0ff;
  line-height: 20px;
}

.ActivityModals_flowLimitGuideFoot__eBus_ span {
  text-decoration: underline;
  cursor: pointer;
}

.ActivityModals_xueshuguantouModal__bNkWf .ant-modal-body {
  padding: 0;
}

.ActivityModals_xueshuguantouWrap__2Ngmq img {
  width: 100%;
}

.ActivityModals_preActionsTipsModalWrap__3F5Os {
}

.ActivityModals_preActionsTipsModalWrap__3F5Os .ant-modal-body {
  padding: 40px;
}

.ActivityModals_preActionsTipsModal__2zmgE {
  padding-top: 10px;
}

.ActivityModals_preActionsTipsModalDesc__2ej8d {
  margin-bottom: 20px;
}

.ActivityModals_preActionsTipsModalCheck__3s74u {
  margin-bottom: 30px;
  color: #666666;
}

.ActivityModals_preActionsTipsModalCheck__3s74u .ant-checkbox-wrapper {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
}

.ActivityModals_preActionsTipsModalButton__3p9Th {
  display: flex;
  justify-content: flex-end;
}

.ActivityModals_preActionsTipsModalButton__3p9Th div {
  display: flex;
  width: 80px;
  height: 30px;
  background: #55c0ff;
  border-radius: 3px;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

/** 流量上限引导 */
.ActivityModals_websiteBookmarkModalWrap__3fkPY {
  position: absolute;
  top: 14px;
  right: 190px;
}

/** 一周小结 */
.ActivityModals_userWeeklyVisibleModal__3U07P .ant-modal-content {
  border-radius: 12px;
}

.ActivityModals_userWeeklyVisibleModal__3U07P .ant-modal-body {
  padding: 40px 30px 30px 30px;
}

.ActivityModals_userWeeklyHeader__3wq9c {
  display: flex;
}

.ActivityModals_userWeeklyHeader__3wq9c .ActivityModals_userWeeklyUserAccount__3VGX6 {
  margin-left: 20px;
}

.ActivityModals_userWeeklyUserAccount__3VGX6 div:first-child {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
}

.ActivityModals_userWeeklyUserAccount__3VGX6 div:last-child {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  margin-top: 3px;
}

.ActivityModals_userWeeklyStatTop__B0iF_ {
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  font-size: 14px;
  border-bottom: 1px solid #eeeeee;
  margin-top: 20px;
  position: relative;
}

.ActivityModals_userWeeklyStatTop__B0iF_ div {
  margin-bottom: 20px;
}

.ActivityModals_userWeeklyStatTop__B0iF_ div:last-child {
  margin-bottom: 20px;
}

.ActivityModals_userWeeklyStatTop__B0iF_ span {
  font-size: 28px;
  color: #333333;
}

.ActivityModals_userWeeklyStatBottom__38Ggr {
  padding: 20px 0;
}

.ActivityModals_userWeeklyRegisterDays__2ClLg {
  height: 30px;
  background: rgba(214, 240, 226, 0.41);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5cc7c2;
  margin: 20px 0 17px 0;
}

.ActivityModals_userWeeklyStatBottom__38Ggr img:first-child {
  width: 21px;
  height: 17px;
}

.ActivityModals_userWeeklyStatBottom__38Ggr .ActivityModals_userWeeklyStatBottomMotto__wEYbf div:first-child {
  text-align: center;
}

.ActivityModals_userWeeklyStatBottom__38Ggr .ActivityModals_userWeeklyStatBottomMotto__wEYbf div:last-child {
  text-align: right;
}

.ActivityModals_userWeeklyStatBottomDetail__wokyO {
  display: flex;
  justify-content: space-between;
}

.ActivityModals_userWeeklyStatBottomDetail__wokyO .ActivityModals_userWeeklyStatBottomDetailItem__3wGhC {
  width: 95px;
  height: 80px;
  background: linear-gradient(257deg, #66d795 0%, #5ecab8 100%);
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.ActivityModals_userWeeklyStatBottomDetail__wokyO .ActivityModals_userWeeklyStatBottomDetailItem__3wGhC:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.ActivityModals_userWeeklyStatBottomDetail__wokyO .ActivityModals_userWeeklyStatBottomDetailItem__3wGhC:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.ActivityModals_userWeeklyStatBottomDetail__wokyO
  .ActivityModals_userWeeklyStatBottomDetailItem__3wGhC
  div:first-child
  span {
  font-size: 24px;
}

.ActivityModals_userWeeklyFooter__22Y-W {
  display: flex;
  justify-content: space-between;
}

.ActivityModals_userWeeklyFooter__22Y-W .ActivityModals_userWeeklyFooterQr__hil89 img {
  width: 60px;
  height: 60px;
  margin-right: 5px;
}

.ActivityModals_userWeeklyFooterContent__Bzm0o {
  margin-bottom: 0;
  margin-top: auto;
  font-size: 12px;
  color: #999999;
}

.ActivityModals_userWeeklyFooterContent__Bzm0o div:first-child {
  color: #666666;
}

.ActivityModals_userWeeklyStatShare__2oLid {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  margin-bottom: 0;
}
.ActivityModals_userWeeklyStatShare__2oLid img {
  width: 30px;
  cursor: pointer;
  margin-bottom: 10px;
}

.ActivityModals_userWeeklyStatShare__2oLid div {
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 0 !important;
  color: #333333;
  font-size: 14px;
  line-height: 20px;
}

.ActivityModals_userWeeklyLinkContainer__xlktk {
  text-align: center;
}

.ActivityModals_userWeeklyLinkContainer__xlktk .ActivityModals_userWeeklyLinkTitle__3pGwF {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
  margin-bottom: 30px;
}

.ActivityModals_userWeeklyLinkContainer__xlktk .ActivityModals_userWeeklyLinkContent__22eEG img {
  width: 220px;
  height: 220px;
  text-align: center;
  margin-bottom: 30px;
}

.ActivityModals_videoPlayModal__njHOa .ant-modal-body {
  padding: 0;
}

.ActivityModals_videoPlayModal__njHOa .ant-modal-content {
  background-color: unset;
  box-shadow: unset;
}

.ActivityModals_firstEnterModal__1Hl-o .ant-modal-body {
  padding: 0;
}

.ActivityModals_firstEnterModal__1Hl-o .ant-modal-content {
  background-color: unset;
  box-shadow: unset;
}

.ActivityModals_firstEnterModal__1Hl-o .ant-modal-content .ant-modal-close-x {
  color: #ffffff;
}

.ActivityModals_firstEnterModal__1Hl-o .ActivityModals_firstEnterBtn__2xfgp {
  position: absolute;
  width: 300px;
  height: 50px;
  bottom: 16px;
  left: 200px;
  cursor: pointer;
}

.ActivityModals_firstEnterModal__1Hl-o .ActivityModals_close__CUiT- {
  position: absolute;
  font-size: 20px;
  color: #ffffff;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.ActivityModals_maxUploadSizeOverFlow__Eo9YZ .ActivityModals_footer__3iqdE {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  width: 180px;
}

.ActivityModals_maxUploadSizeOverFlow__Eo9YZ .ActivityModals_footer__3iqdE div {
  width: 80px;
  border-radius: 4px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
}

.ActivityModals_maxUploadSizeOverFlow__Eo9YZ .ActivityModals_footer__3iqdE div:first {
  background: #55c0ff;
  color: #ffffff;
}

.ActivityModals_rulesWrap__3Kjs2 {
}

.ActivityModals_rulesWrap__3Kjs2 .ActivityModals_item__3NIyN {
  margin-bottom: 24px;
}

.ActivityModals_rulesWrap__3Kjs2 .ActivityModals_item__3NIyN .ActivityModals_title__lI093 {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  line-height: 20px;
  margin-bottom: 8px;
}

.ActivityModals_rulesWrap__3Kjs2 .ActivityModals_item__3NIyN .ActivityModals_content__1iKAb {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 17px;
}

.ActivityModals_rulesWrap__3Kjs2 .ActivityModals_item__3NIyN .ActivityModals_content__1iKAb div span {
  color: #55c0ff;
}

.ActivityModals_rulesWrap__3Kjs2 .ActivityModals_footer__3iqdE {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 17px;
}

.ActivityModals_rulesModal__3xIak .ant-modal-body {
  padding: 20px 13px 20px 20px;
}

.ActivityModals_rulesModal__3xIak .ant-modal-content {
  border-radius: 12px;
}

.ActivityModals_updateLogWrap__1dJqc {
}

.ActivityModals_updateLogWrap__1dJqc .ActivityModals_header__rYbhB {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  line-height: 20px;
  text-align: center;
}

.ActivityModals_updateLogWrap__1dJqc .ActivityModals_header__rYbhB img {
  height: 68px;
}

.ActivityModals_updateLogWrap__1dJqc .ActivityModals_body__20FH8 .ActivityModals_title__lI093 {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  line-height: 20px;
}

.ActivityModals_updateLogWrap__1dJqc .ActivityModals_body__20FH8 {
  margin: 16px 0;
}

.ActivityModals_updateLogWrap__1dJqc .ActivityModals_body__20FH8 .ActivityModals_content__1iKAb {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 17px;
}

.ActivityModals_updateLogWrap__1dJqc .ActivityModals_body__20FH8 .ActivityModals_content__1iKAb div {
  margin-top: 10px;
  word-break: break-all;
}

.ActivityModals_updateLogWrap__1dJqc .ActivityModals_buttonFooter__2Jc4d {
  display: flex;
  justify-content: center;
}

.ActivityModals_updateLogWrap__1dJqc .ActivityModals_buttonFooter__2Jc4d span {
  color: #ffffff;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
  padding: 6px 30px;
  border-radius: 3px;
  background: #55c0ff;
  cursor: pointer;
}

.ActivityModals_modalExclamation__U8Y21{
  width: 20px;
  height: 20px;
}
.ActivityModals_modalExclamation__U8Y21 img{
  width: 100%;
  height: 100%;
}
.ActivityModals_flowLimitGuideTipsContent__3bSLQ{
  margin-left: 8px;
  margin-top: 1px;
}

.ActivityModals_flowLimitGuideTipsContent__3bSLQ div:nth-child(1){
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 4px;
}
.ActivityModals_flowLimitGuideTipsContent__3bSLQ div:nth-child(2){
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin-bottom: 10px;
}

.ActivityModals_flowLimitGuideTipsContent__3bSLQ div:nth-child(3){
  width: 82px;
  height: 32px;
  background: #55C0FF;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
}
.ActivityModals_flowLimitGuideTipsStorage__1yT_j {
  margin-top: 14px;
  margin-left: 5px;
}

.NoPromptModal_wrap__32Mwb {

}

.NoPromptModal_wrap__32Mwb .ant-modal-body {
    padding: 30px;
}

.NoPromptModal_checkbox__1JC9X {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 17px;
    margin-top: 10px;
}

.NoPromptModal_checkbox__1JC9X .ant-checkbox-wrapper {
    font-size: 12px;
    color: #999999;
    font-weight: 400;
}


.NoPromptModal_content__1q0bm {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    line-height: 20px;
}

.NoPromptModal_button__1BHjP {
    text-align: right;
    margin-top: 30px;
}

.NoPromptModal_button__1BHjP span {
    width: 56px;
    height: 28px;
    background: #55C0FF;
    border-radius: 2px;
    color: #ffffff;
    padding: 4px 14px;
    font-size: 14px;
    cursor: pointer;
}

.theme_0 .NoPromptModal_content__1q0bm{
    color: var(--fontColor);
}
/* src/components/global/GlobalPopupCard.module.css */
.GlobalPopupCard_popupCard__3rAx_ {
    position: fixed;
    right: 30px;
    bottom: 30px;
    background-color: white;
    padding: 20px;
    width: 492px;
    box-shadow: 0px 8px 28px 0px rgba(0,0,0,0.15);
    border-radius: 16px;
    z-index: 9999999999;
    animation: GlobalPopupCard_slideIn__2_q0q 0.3s ease-out;
}

@keyframes GlobalPopupCard_slideIn__2_q0q {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.GlobalPopupCard_closeButton__skoVb {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #999;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.2s;
}

.GlobalPopupCard_closeButton__skoVb:hover {
    background-color: #f0f0f0;
    color: #666;
}

.GlobalPopupCard_content__3VvQj {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.GlobalPopupCard_title__1Z2e7 {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

.GlobalPopupCard_ratingContainer__E38Ow {
    width: 100%;
}

.GlobalPopupCard_ratingOptions__2cyTp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.GlobalPopupCard_notRecommend__2dWX3 {
    font-size: 14px;
    color: #979FA5;
}

.GlobalPopupCard_recommend__1uPr1 {
    font-size: 14px;
    color: #979FA5;
}

/* 数字评分样式 */
.GlobalPopupCard_numberRating__2roNq {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 15px 0;
}

.GlobalPopupCard_numberItem__mm0gH {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    transition: all 0.2s;
    border: 1px solid #ECECED;
}

.GlobalPopupCard_numberItem__mm0gH:hover {
    background-color: #f5f5f5;
}

.GlobalPopupCard_numberItem__mm0gH.GlobalPopupCard_selected__14pR_ {
    background-color: #1890ff;
    color: white;
}

.GlobalPopupCard_selectionText__13sCP {
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-top: 10px;
}

/* 反馈内容容器 */
.GlobalPopupCard_feedbackContent__1ahT_ {
    width: 100%;
    margin-top: 20px;
    animation: GlobalPopupCard_fadeIn__3mmhm 0.3s ease-out;
}

@keyframes GlobalPopupCard_fadeIn__3mmhm {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* 反馈选项样式 */
.GlobalPopupCard_feedbackSection__3YWVZ {
    width: 100%;
    margin-bottom: 20px;
}

.GlobalPopupCard_feedbackQuestion__2gJik {
    font-size: 14px;
    color: #222222;
    margin-bottom: 10px;
    font-weight: 500;
}

.GlobalPopupCard_feedbackOptions__2G8U0 {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
    gap: 10px;
}

.GlobalPopupCard_feedbackOption__1LD8n {
    padding: 8px 12px;
    border-radius: 10px;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s;
    border: 1px solid #ECECED;
}

.GlobalPopupCard_feedbackOption__1LD8n:hover {
    background: #F5F5F5;
}

.GlobalPopupCard_feedbackOption__1LD8n.GlobalPopupCard_selectedOption__3qgCc {
    background-color: #1890ff;
    color: white;
}

/* 评论区样式 */
.GlobalPopupCard_commentSection__2q5kZ {
    width: 100%;
    margin-bottom: 20px;
}

.GlobalPopupCard_commentQuestion__2C7Lz {
    font-weight: 500;
    font-size: 14px;
    color: #222222;
    margin-bottom: 10px;
}

.GlobalPopupCard_commentInput__CPSHS {
    width: 100%;
    height: 80px;
    padding: 10px;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    resize: none;
    font-size: 14px;
    outline: none; /* 移除默认的聚焦轮廓 */
    transition: border-color 0.2s ease;
    color: black;
}

.GlobalPopupCard_commentCounter__2SICi {
    text-align: right;
    color: #999;
    font-size: 12px;
    margin-top: 5px;
}

.GlobalPopupCard_commentInput__CPSHS:focus {
    border-color: #1890ff; /* 浅蓝色边框 */
    box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.1); /* 添加浅蓝色阴影效果 */
}

/* 感谢区域样式 */
.GlobalPopupCard_thanksSection__3h4EY {
    width: 100%;
}

.GlobalPopupCard_thanksTitle__2rGB9 {
    font-weight: 500;
    font-size: 14px;
    color: #222222;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.GlobalPopupCard_thanksIcon__-EyJS {
    margin-right: 5px;
}

.GlobalPopupCard_thanksDesc__39Tfr {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
}
/* 修改联系方式输入框和提交按钮样式 */
.GlobalPopupCard_contactInputWrapper__q8sLm {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
}

.GlobalPopupCard_contactInput__3-svX {
    width: 100%;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s ease;
    margin-bottom: 10px;
    color: black;
}

.GlobalPopupCard_contactInput__3-svX:focus {
    border-color: #1890ff;
    box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.1);
}

.GlobalPopupCard_submitButton__1eXjP {
    align-self: flex-end;
    height: 36px;
    padding: 0 15px;
    background: linear-gradient( 135deg, #00C2FF 0%, #1990FF 100%);
    box-shadow: 0px 2px 4px 0px #CCDDED;
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
}

.GlobalPopupCard_submitButton__1eXjP:hover {
    background-color: #40a9ff;
}


.GlobalPopupCard_debugPanel__1iRs0 {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* src/components/global/LoginPopupCard.module.css */
.LoginPopupCard_popupCard__29kUm {
    position: fixed;
    right: 30px;
    bottom: 30px;
    background-color: white;
    padding: 30px;
    width: 300px;
    box-shadow: 0px 8px 28px 0px rgba(0,0,0,0.15);
    border-radius: 16px;
    z-index: 999;
    animation: LoginPopupCard_slideIn__CQwuK 0.3s ease-out;
}

@keyframes LoginPopupCard_slideIn__CQwuK {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.LoginPopupCard_closeButton__v5iJ2 {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #999;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.2s;
}

.LoginPopupCard_closeButton__v5iJ2:hover {
    background-color: #f0f0f0;
    color: #666;
}

.LoginPopupCard_content__ldEIi {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.LoginPopupCard_logo__2BCJO {
    margin-bottom: 16px;

}

.LoginPopupCard_logo__2BCJO img {
    width: 40px;
    height: 40px;
    border-radius: 40px;
}

.LoginPopupCard_title__1P9QC {
    font-size: 18px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 8px;
}

.LoginPopupCard_subtitle__4u5A3 {
    font-size: 14px;
    color: #222222;
    font-weight: 500;
    margin-bottom: 18px;
}

.LoginPopupCard_loginButton__2SBJL {
    width: 60%;
    height: 44px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    margin-bottom: 16px;
}


.LoginPopupCard_promotion__O3hbj {
    font-size: 14px;
    font-weight: 500;
    background: linear-gradient(to right, #FF9500, #FFC200, #16AD5A, #1990FF, #6B41E3);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.LoginPopupCard_promotionIntl__2L_mX {
    font-size: 13px;
    font-weight: 500;
    color: #666;
    line-height: 1.5;
    padding: 0 10px;
}

.steps_steps__2mQJe {
    position: relative;
    height: 100%;
    cursor: initial;
}
.steps_title__3eooR {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
}

.steps_title__3eooR span{
    color: #333;
    font-size: 14px;
    font-weight: 500;
}
.steps_title__3eooR i {
    cursor: pointer;
}
.steps_content__1uyGE {
    height: calc(100% - 86px);
    padding: 6px 16px;
    overflow-y: auto;
}

.steps_footer__uWIZw {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.steps_footer__uWIZw img {
    width: 20px;
    cursor: pointer;
}
  
.steps_footer__uWIZw img:first-child {
    transform: rotate(180deg);
    margin-right: 60px;
}
.ReactReadViewer_wrap__1hdPc {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #F5F7Fa;
}

.ReactReadViewer_navigation__1m-XH {
  overflow: auto;
  height: 100%;
  padding-top: 20px;
}

.ReactReadViewer_navigation__1m-XH.ReactReadViewer_absolute__15T74 {
  position: absolute;
  left: 0;
  z-index: 9;
}

.ReactReadViewer_navigation__1m-XH.ReactReadViewer_fixed__3yLpu {
  position: fixed;
}

.ReactReadViewer_navigation__1m-XH h1 {
  width: 180px;
  font-size: 16px;
  font-weight: normal;
  color: #777;
  margin-bottom: 10px;
  max-width: 180px;
}

.ReactReadViewer_navigation__1m-XH h2 {
  font-size: 14px;
  font-weight: normal;
  color: #B0B0B0;
  margin-bottom: 20px;
}

.ReactReadViewer_navigation__1m-XH ul {
  padding-left: 18px;
  margin-left: 0;
}

.ReactReadViewer_navigation__1m-XH ul li {
  /*list-style: decimal;*/
  margin-bottom: 10px;
  color: #666666;
  font-size: 12px;
  padding-left: 0;
  margin-left: 0;
}

.ReactReadViewer_navigation__1m-XH ul li a {
  color: #666666;
  text-decoration: none;
}

.ReactReadViewer_navigation__1m-XH ul li a:hover {
  color: #666666;
  text-decoration: underline;
}

.ReactReadViewer_navigation__1m-XH ul li a.ReactReadViewer_active__2UIyP {
  color: #000;
}

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

.ReactReadViewer_main__1OyZW {
  width: 100%;
  z-index: 2;
  transition: left .15s cubic-bezier(.55, 0, .2, .8) .08s;
  height: 100%;
  /*max-width: 800px;*/
  position: relative;
}

.ReactReadViewer_main__1OyZW.ReactReadViewer_absolute__15T74 {
  margin-top: 0;
  /*height: calc(100% - 60px);*/
}

.ReactReadViewer_viewer__T9aiF {
  width: 100%;
  /*background-color: white;*/
  /*box-shadow: 0 0 4px #ccc;*/
  overflow: auto;
  /* 使用视口高度替代百分比，确保有明确的高度值 */
  height: calc(100vh - 35px - 60px);
  /* 减去分页栏和其他可能的头部高度 */
  min-height: 500px;
  /* 设置最小高度，防止高度为0 */
}

.ReactReadViewer_main__1OyZW.ReactReadViewer_open__3d4zd {
  left: 0;
}

.ReactReadViewer_pagination__2ZnVn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
}

.ReactReadViewer_arrowWarp__2a7X- {
  padding-left: 20px;
  border-left: 1px solid #999;
  line-height: 1;
}

.ReactReadViewer_arrow__J0P5F {
  cursor: pointer;
  margin-right: 20px;
}

.ReactReadViewer_next__1ZRUn {
  transform: rotate(180deg);
}

.ReactReadViewer_hideToc__1hItN .ReactReadViewer_arrowWarp__2a7X- {
  border-left: none;
  padding-left: 0;
}

.ReactReadViewer_toc__1BDLA {
  display: block;
  margin: 10px auto;
}

#ReactReadViewer_hypothesis-custom__3RRAR {
  overflow: hidden;
  /*position: absolute;*/
  right: 0;
  /*top: 0;*/
  height: 100%;
  width: 200px;
  /*z-index: -2;*/
}

#ReactReadViewer_hypothesis-custom__3RRAR iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}


.ReactReadViewer_spreads__vyQwv {
  width: 900px;
  height: 600px;
  box-shadow: 0 0 4px #ccc;
  border-radius: 5px;
  padding: 0;
  position: relative;
  margin: 10px auto;
  background: white center center no-repeat;
  top: calc(50vh - 320px);
}

.ReactReadViewer_spreads__vyQwv:after {
  position: absolute;
  width: 1px;
  border-right: 1px #000 solid;
  height: 90%;
  z-index: 1;
  left: 50%;
  margin-left: -1px;
  top: 5%;
  opacity: .15;
  box-shadow: -2px 0 15px rgb(0 0 0);
  content: "";
}

.ReactReadViewer_toc__1BDLA {
  display: block;
  margin: 10px auto;
}

.ReactReadViewer_hide__3Wx2E {
  display: none !important;
}

.ReactReadViewer_main__1OyZW.ReactReadViewer_mainLeft__3VfK5 {
  left: 0;
  top: 0px;
}

.ReactReadViewer_bars__7f6Wd {
  position: absolute;
  left: 200px;
  top: 10px;
  font-size: 20px;
  cursor: pointer;
  z-index: 99;
}

.ReactReadViewer_setting__30KXN {
  left: 50px;
  /*top: 30px;*/
}

.ReactReadViewer_barsTocAbsolute__3Tzs3 {
  left: 260px;
}

.ReactReadViewer_barsTocHide__3trLx {
  left: 10px;
}


.ReactReadViewer_themeActiveWarp__2vh3_ {
  color: #55C0FF;
}

.ReactReadViewer_themeDrop__15Fv- .ant-dropdown-menu-item {
  padding-left: 8px;
  font-size: 12px;
}

.ReactReadViewer_actions__2tMuD {
  display: flex;
  align-items: center;
  /* width: 230px; */
  /* position: absolute;
  left: 0;
  top: 0;
  padding: 16px 20px;
  z-index: 99; */
}

.ReactReadViewer_actions__2tMuD>div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  cursor: pointer;
  padding: 4px;
  border-radius: 2px;
}

.ReactReadViewer_actions__2tMuD i {
  font-size: 18px;
}

.ReactReadViewer_activeAction__3T6sR {
  background-color: #abacaf;
}

.ReactReadViewer_actionContent__3U74D {
  position: relative;
  flex: 0 0 235px;
  width: 235px;
  /*overflow: auto;*/
  /*transition: all .2s;*/
  padding: 0 10px 10px;
}

.ReactReadViewer_actionContentHide__f0Gjv {
  overflow: hidden;
  flex: 0 0;
  width: 0;
  padding: 0 0 10px;
}

.ReactReadViewer_hideToc__1hItN .ReactReadViewer_actions__2tMuD {
  display: none;
}

.ReactReadViewer_bookmarkWarp__2_L-2 {
  height: 100%;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  overflow: auto;
  padding-top: 20px;
}

.ReactReadViewer_bookmarkWarp__2_L-2 ul {
  padding-left: 20px;
  padding-right: 40px;
  padding-bottom: 60px;
}

.ReactReadViewer_bookmarkWarp__2_L-2 ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4px;
  height: 24px;
  margin-bottom: 14px;
  cursor: pointer;
}

.ReactReadViewer_bookmarkWarp__2_L-2 ul li.ReactReadViewer_activeBM__3pxHj,
.ReactReadViewer_bookmarkWarp__2_L-2 ul li:hover {
  background-color: #e3e3e3;
  border-radius: 2px;
}

.ReactReadViewer_bookmarkWarp__2_L-2 ul li span:last-child {
  display: none;
}

.ReactReadViewer_bookmarkWarp__2_L-2 ul li.ReactReadViewer_activeBM__3pxHj span:last-child,
.ReactReadViewer_bookmarkWarp__2_L-2 ul li:hover span:last-child {
  display: block;
  color: #999;
}

.ReactReadViewer_addBookmark__1XDaf {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 10px 0 50px;
  cursor: pointer;
}

.ReactReadViewer_main__1OyZW .popBox {
  position: absolute !important;
  /* display: flex;
  border-radius: 4px;
  height: 28px;
  font-size: 14px;
  align-items: center;
  background-color: #ffffff;
  display: none; */
}

.ReactReadViewer_main__1OyZW .popBox .popItem {
  /* justify-content: center;
  line-height: 28px;
  cursor: pointer;
  color: #ffffff;
  padding: 2px 5px;
  width: 80px;
  display: flex;
  margin-left: 1px;
  border-radius: 4px;
  background: #000000;
  opacity: 0.8; */
}

.ReactReadViewer_excerptAction__2KZMa,
.ReactReadViewer_main__1OyZW .popBox {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  /* display: flex; */
  align-items: center;
  height: 28px;
  background-color: #000;
  border-radius: 4px;
  z-index: 9999;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
}

.ReactReadViewer_excerptAction__2KZMa>div,
.ReactReadViewer_main__1OyZW .popBox .popItem {
  padding: 0 6px;
  cursor: pointer;
  border-left: 1px solid #999;
}

.ReactReadViewer_excerptAction__2KZMa>div:first-child,
.ReactReadViewer_main__1OyZW .popBox .popItem:first-child {
  border-left: none;
}

.ReactReadViewer_excerptAction__2KZMa .ReactReadViewer_actColor__PHlBo span {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background-color: red;
}

.ReactReadViewer_excerptAction__2KZMa .ReactReadViewer_colorList__2szYP {
  display: none;
  position: absolute;
  bottom: -32px;
  right: 0;
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 2px solid rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  padding: 2px 10px;
  height: 28px;
  cursor: default;
}

.ReactReadViewer_excerptAction__2KZMa .ReactReadViewer_colotItem__23lax {
  width: 16px;
  height: 16px;
  border-radius: 16px;
  margin-right: 5px;
  cursor: pointer;
}

.ReactReadViewer_excerptAction__2KZMa .ReactReadViewer_colotItem__23lax:last-child {
  margin-right: 0;
}

.ReactReadViewer_excerptAction__2KZMa .ReactReadViewer_colotItemSelected__RWDmA {
  position: relative;
}

.ReactReadViewer_excerptAction__2KZMa .ReactReadViewer_colotItemSelected__RWDmA::after {
  content: "";
  position: absolute;
  background-image: url(/epub/check.svg);
  width: 8px;
  height: 6px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* :global(#iconTheme > div) {
  top: -30px !important;
} */


.ReactReadViewer_goback__1A1We {
  position: absolute;
  right: calc(100% - 50px);
  background-color: #AEAEAE;
  border: 1px solid #AEAEAE;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 5px;
  cursor: pointer;
  border-radius: 36px;
  z-index: 999;
}

.ReactReadViewer_goback__1A1We img {
  width: 14px;
  transform: rotate(-90deg);
}
.SelectModal_modalDiv__3DJm1 {
  position: absolute;
  top: 24px;
  left: 5px;
  width: 360px;
  max-height: 500px;
  height: auto;
  padding: 10px 16px 15px 16px;
  box-shadow: 0px 4px 8px 0px #e7e7e7;
  background: #ffffff;
  z-index: 99;
  border-radius: 6px;
  cursor: default;
}

.SelectModal_row__nSveP {
  display: flex;
  margin-top: 16px;
}

.SelectModal_row__nSveP div:first-child {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  line-height: 20px;
  width: 66px;
}

.SelectModal_row__nSveP div:last-child {
  width: 260px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  padding: 0 5px;
  white-space: break-spaces;
}

.SelectModal_footer__2FjuW {
  justify-content: center;
  align-items: center;
}

.SelectModal_footer__2FjuW span {
  color: #0082eb;
  text-decoration: underline;
  cursor: pointer;
}

.SelectModal_divider__3bSFE {
  border: 1px dashed #999999;
}

.SelectModal_input__2_2xp {
  position: relative;
  width: 100%;
}

.SelectModal_input__2_2xp .ant-input-suffix {
  right: 30px;
}

.SelectModal_input__2_2xp .ant-input-affix-wrapper .ant-input:not(:last-child) {
  padding-right: 45px;
}

.SelectModal_input__2_2xp .ant-input:hover {
  border-color: #0082eb;
}

.SelectModal_input__2_2xp .ant-input:focus {
  border-color: #0082eb;
}

.SelectModal_input__2_2xp .ant-input-affix-wrapper:hover {
  border-color: #0082eb;
}

.SelectModal_input__2_2xp .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #0082eb;
}

.SelectModal_divBox__3YVWW {
  overflow: auto;
  height: 443px;
}

.SelectModal_actionIcon__2S9S9 {
  display: none;
}

.SelectModal_input__2_2xp:hover .SelectModal_actionIcon__2S9S9 {
  display: block;
}

.SelectModal_input__2_2xp input:focus+.SelectModal_actionIcon__2S9S9 {
  display: block;
}

.SelectModal_headerWrap__1hT8T {
  position: relative;
}

.SelectModal_titleVisible__2aiKn {
  position: absolute;
  width: 100%;
  height: 64px;
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 15%);
  border-radius: 4px;
  bottom: -68px;
  z-index: 99;
  margin: 0;
}

.SelectModal_titleVisible__2aiKn .SelectModal_titleItem__3sze3 {
  font-weight: 400;
  color: #666666;
  font-size: 14px;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  margin: 0;
  padding: 0 12px;
}

.SelectModal_titleVisible__2aiKn .SelectModal_titleItem__3sze3:hover {
  background: #f5f7fa;
}

.SelectModal_titleVisible__2aiKn .SelectModal_titleItem__3sze3:nth-child(1):hover .SelectModal_itemIcon__hJb4_ {
  display: block;
}

.SelectModal_titleVisible__2aiKn .SelectModal_titleItem__3sze3:nth-child(2):hover .SelectModal_itemIcon1__fUNq9 {
  display: block;
}

.SelectModal_itemIcon__hJb4_ {
  display: none;
  position: absolute;
  top: 8px;
  right: 9px;
  width: 16px;
  height: 16px;
}

.SelectModal_itemIcon1__fUNq9 {
  display: none;
  position: absolute;
  top: 40px;
  right: 9px;
  width: 16px;
  height: 16px;
}

.theme_0 .SelectModal_modalDiv__3DJm1{
  background-color: var(--bgColor);
  box-shadow: none;
  border: 1px solid var(--borderColor);
}

.theme_0 .SelectModal_modalDiv__3DJm1 .SelectModal_headerWrap__1hT8T input::placeholder{
  color: var(--spanColor);
}

.theme_0 .SelectModal_modalDiv__3DJm1 .SelectModal_headerWrap__1hT8T input{
  color: var(--fontColor);
}

.theme_0 .SelectModal_titleVisible__2aiKn{
  background-color: var(--bgActive);
}

.theme_0 .SelectModal_titleItem__3sze3{
  color: var(--fontColor);
}

.theme_0 .SelectModal_titleItem__3sze3:hover{
  background-color: var(--hoverColor);
}

.theme_0 .SelectModal_headerWrap__1hT8T .SelectModal_input__2_2xp input {
  background-color: var(--bgColor);
  border-color:var(--borderColor) !important ;
}

.GlobalHelpPannel_HelpWrap__1AVC4 {
  position: absolute;
  bottom: 20px;
  right: 60px;
  z-index: 999;
}

.GlobalHelpPannel_HelpContentWrap__2cGhd {
  position: absolute;
  bottom: 80px;
  right: 0px;
  width: 265px;
  height: 180px;
  background: #F9F9F9;
  border-radius: 11px;
  border: 1px solid #E6E6E6;
  padding: 16px 14px;
  font-size: 12px;
  color: #666666;
}

.GlobalHelpPannel_HelpContentItem__1nrYP {
  display: flex;
  text-align: justify;
}

.GlobalHelpPannel_HelpContentItem__1nrYP div:last-child span {
  color: #FF0000;
}

.GlobalHelpPannel_HelpContentItem__1nrYP:first-child {
  margin-bottom: 28px;
}

.GlobalHelpPannel_HelpContentItem__1nrYP div:first-child {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.GlobalHelpPannel_HelpContentItem__1nrYP div img {
  width: 18px;
  height: 25px;
}

.GlobalHelpPannel_HelpWrap__1AVC4 img {
  width: 68px;
  height: 68px;
  border-radius: 18px 0px 18px 18px;
  cursor: pointer;
}

.GlobalHelpPannel_IconHelpWrap__1egGZ {
  /* position: relative;
  box-shadow: 0px 4px 38px 0px rgba(196, 193, 193, 0.5);
  border-radius: 18px 0px 18px 18px;
  cursor: pointer; */
}

.GlobalHelpPannel_IconHelpWrap__1egGZ .GlobalHelpPannel_close__3TASj {
  position: absolute;
  color: #55c0ff;
  top: -5px;
  right: 5px;
  cursor: pointer;
}
.src-components-TeamDynamic-module__dynamic_container--2LbsW {
  text-align: center;
  min-height: 25px;
}
.src-components-TeamDynamic-module__dynamic_btn_active--541a6 {
  background: #55C0FF;
  color: #fff;
}
.src-components-TeamDynamic-module__dynamic_btn_active--541a6 span {
  background: #55C0FF;
  color: #fff;
}
.src-components-TeamDynamic-module__dynamic_btn--3HwaS {
  border-radius: 3px;
  cursor: pointer;
  font-size: 12px;
  text-align: center;
  height: 29px;
  width: 65px;
  line-height: 29px;
  color: #55C0FF;
}
.src-components-TeamDynamic-module__dynamic_btn_mid_right--3Mabu span {
  border-right: 1px solid #B8E5FF;
}
.src-components-TeamDynamic-module__dynamic_btn_mid_left--3XXsH span {
  border-left: 1px solid #B8E5FF;
}
.src-components-TeamDynamic-module__dynamic_btn--3HwaS span {
  width: 100%;
  padding: 1px 10px;
}
.src-components-TeamDynamic-module__dynamic_container--2LbsW .ant-btn-group {
  border-radius: 4px;
  border: 1px solid #55C0FF;
}
.src-components-TeamDynamic-module__button_group--2ov8Y {
  border-radius: 4px;
  border: 1px solid #55C0FF;
  width: 195px;
  height: 30px;
  margin: 0 auto;
  line-height: 30px;
  display: flex;
}

.src-components-TeamDynamicLog-module__team_dynamic_wrap--3WhJ9 {
  padding: 0 25px;
  overflow: auto;
  height: calc(100vh - 200px);
}
.src-components-TeamDynamicLog-module__team_dynamic_wrap--3WhJ9 .src-components-TeamDynamicLog-module__fetching--1rXui {
  text-align: center;
  margin: 50px 0;
  position: relative;
  height: 200px;
}
.src-components-TeamDynamicLog-module__team_dynamic_wrap--3WhJ9 .src-components-TeamDynamicLog-module__items--QaprO {
  height: auto;
  position: relative;
  border-left: 2px solid #E5E5E5;
  padding: 0px 0 10px 20px;
}
.src-components-TeamDynamicLog-module__team_dynamic_wrap--3WhJ9 .src-components-TeamDynamicLog-module__items--QaprO .src-components-TeamDynamicLog-module__radius--14Tcj {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: -8px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: block;
  background: white;
  border: 2px solid #E5E5E5;
}
.src-components-TeamDynamicLog-module__team_dynamic_wrap--3WhJ9 .src-components-TeamDynamicLog-module__items--QaprO .src-components-TeamDynamicLog-module__items_detail--20Og9 {
  display: flex;
  height: 50px;
}
.src-components-TeamDynamicLog-module__team_dynamic_wrap--3WhJ9 .src-components-TeamDynamicLog-module__items--QaprO .src-components-TeamDynamicLog-module__items_detail--20Og9 .src-components-TeamDynamicLog-module__items_avatar--22heK {
  flex: 12% 0 1;
  line-height: 50px;
}
.src-components-TeamDynamicLog-module__team_dynamic_wrap--3WhJ9 .src-components-TeamDynamicLog-module__items--QaprO .src-components-TeamDynamicLog-module__items_detail--20Og9 .src-components-TeamDynamicLog-module__items_avatar--22heK div {
  margin-top: 14px;
  margin-right: 3px;
}
.src-components-TeamDynamicLog-module__team_dynamic_wrap--3WhJ9 .src-components-TeamDynamicLog-module__items--QaprO .src-components-TeamDynamicLog-module__items_detail--20Og9 .src-components-TeamDynamicLog-module__items_avatar--22heK img {
  border-radius: 50%;
}
.src-components-TeamDynamicLog-module__team_dynamic_wrap--3WhJ9 .src-components-TeamDynamicLog-module__items--QaprO .src-components-TeamDynamicLog-module__items_detail--20Og9 .src-components-TeamDynamicLog-module__items_info--2zJkX {
  flex: 1 1;
  line-height: 50px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.src-components-TeamDynamicLog-module__team_dynamic_wrap--3WhJ9 .src-components-TeamDynamicLog-module__items--QaprO .src-components-TeamDynamicLog-module__items_detail--20Og9 .src-components-TeamDynamicLog-module__items_info--2zJkX .src-components-TeamDynamicLog-module__items_info_name--1Z4R2 {
  float: left;
  max-width: 150px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.src-components-TeamDynamicLog-module__team_dynamic_wrap--3WhJ9 .src-components-TeamDynamicLog-module__items--QaprO .src-components-TeamDynamicLog-module__items_detail--20Og9 .src-components-TeamDynamicLog-module__items_info--2zJkX .src-components-TeamDynamicLog-module__operation_type--1zwyV {
  font-size: 12px;
  color: #999;
  float: left;
  padding: 0 0 0 10px;
}
.src-components-TeamDynamicLog-module__team_dynamic_wrap--3WhJ9 .src-components-TeamDynamicLog-module__items--QaprO .src-components-TeamDynamicLog-module__items_detail--20Og9 .src-components-TeamDynamicLog-module__items_info--2zJkX .src-components-TeamDynamicLog-module__top_time--iGfNY {
  float: right;
  text-align: right;
}
.src-components-TeamDynamicLog-module__team_dynamic_wrap--3WhJ9 .src-components-TeamDynamicLog-module__items--QaprO .src-components-TeamDynamicLog-module__team_dynamic_ctnt--2gQca {
  padding: 0 0 0 12%;
}
.src-components-TeamDynamicLog-module__team_dynamic_wrap--3WhJ9 .src-components-TeamDynamicLog-module__def_data--1lQWD {
  text-align: center;
  margin: 20% 0 0 0;
}
.src-components-TeamDynamicLog-module__team_dynamic_wrap--3WhJ9 .src-components-TeamDynamicLog-module__headerWrap--1uizS {
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.src-components-TeamDynamicLog-module__team_dynamic_wrap--3WhJ9 .src-components-TeamDynamicLog-module__headerWrap--1uizS div:first-child,
.src-components-TeamDynamicLog-module__team_dynamic_wrap--3WhJ9 .src-components-TeamDynamicLog-module__headerWrap--1uizS div:last-child {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.src-components-TeamDynamicLog-module__team_dynamic_wrap--3WhJ9 .src-components-TeamDynamicLog-module__headerWrap--1uizS div:first-child span:first-child,
.src-components-TeamDynamicLog-module__team_dynamic_wrap--3WhJ9 .src-components-TeamDynamicLog-module__headerWrap--1uizS div:last-child span:first-child {
  font-size: 24px;
  color: #FF687B;
}
.src-components-TeamDynamicLog-module__team_dynamic_wrap--3WhJ9 .src-components-TeamDynamicLog-module__headerWrap--1uizS div:first-child span:last-child,
.src-components-TeamDynamicLog-module__team_dynamic_wrap--3WhJ9 .src-components-TeamDynamicLog-module__headerWrap--1uizS div:last-child span:last-child {
  font-size: 12px;
  color: #999;
}
.src-components-TeamDynamicLog-module__team_dynamic_wrap--3WhJ9 .src-components-TeamDynamicLog-module__headerWrap--1uizS div:nth-child(2) {
  width: 2px;
  height: 30px;
  background: #e9e9e9;
  border-radius: 4px;
  margin: 0 15px;
}
.src-components-TeamDynamicLog-module__team_dynamic_wrap--3WhJ9 .src-components-TeamDynamicLog-module__headerWrap--1uizS div:last-child span:first-child {
  color: #FDAC3D;
}
.src-components-TeamDynamicLog-module__team_dynamic_wrap--3WhJ9 .src-components-TeamDynamicLog-module__items_info--2zJkX {
  background: #F5F7FA;
  border-radius: 4px;
  font-size: 12px;
  color: #666666;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
  margin-bottom: 5px;
}
.src-components-TeamDynamicLog-module__team_dynamic_wrap--3WhJ9 .src-components-TeamDynamicLog-module__items_info--2zJkX .src-components-TeamDynamicLog-module__item_one--3iIxI {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.src-components-TeamDynamicLog-module__team_dynamic_wrap--3WhJ9 .src-components-TeamDynamicLog-module__items_info--2zJkX .src-components-TeamDynamicLog-module__item_one--3iIxI .src-components-TeamDynamicLog-module__operation_type--1zwyV {
  margin: 0 5px;
  color: #333;
}
.src-components-TeamDynamicLog-module__team_dynamic_wrap--3WhJ9 .src-components-TeamDynamicLog-module__items_info--2zJkX .src-components-TeamDynamicLog-module__item_one--3iIxI div {
  display: inline-block;
}
.src-components-TeamDynamicLog-module__team_dynamic_wrap--3WhJ9 .src-components-TeamDynamicLog-module__items_info--2zJkX .src-components-TeamDynamicLog-module__item_two--15Nzs {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  color: #999;
  margin-top: 5px;
}
.src-components-TeamDynamicLog-module__team_dynamic_wrap--3WhJ9 .src-components-TeamDynamicLog-module__date--1hAll {
  font-size: 12px;
  color: #999999;
  line-height: 17px;
  margin-bottom: 10px;
}
.theme_0 .src-components-TeamDynamicLog-module__def_data--1lQWD,
.theme_0 .src-components-TeamDynamicLog-module__items_info_name--1Z4R2 {
  color: var(--fontColor);
}
.theme_0 .src-components-TeamDynamicLog-module__items_info--2zJkX {
  background-color: var(--hoverColor);
}
.theme_0 .src-components-TeamDynamicLog-module__operation_type--1zwyV {
  color: var(--selectColor) !important;
}
.theme_0 .src-components-TeamDynamicLog-module__item_one--3iIxI span:nth-child(3) {
  color: var(--spanColor);
}

.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 {
  padding: 0 20px 10px;
  height: calc(100vh - 198px);
  overflow: auto;
}
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__fetching--2uiAd {
  text-align: center;
  margin: 50px 0;
  position: relative;
  height: 200px;
}
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__def_data--34NMH {
  text-align: center;
  margin: 20% 0 0 0;
}
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__items--2-bUc {
  height: auto;
}
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__items--2-bUc .src-components-TeamDynamicFile-module__date--289H- {
  font-size: 14px;
  color: #333333;
  font-weight: 550;
  margin-top: 20px;
}
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__items--2-bUc .src-components-TeamDynamicFile-module__items_detail--1ygCF {
  display: flex;
  min-height: 50px;
  height: auto;
}
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__items--2-bUc .src-components-TeamDynamicFile-module__items_detail--1ygCF .src-components-TeamDynamicFile-module__items_avatar--3LKpK {
  flex: 10% 0 1;
  margin: 13px 0 0 0;
}
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__items--2-bUc .src-components-TeamDynamicFile-module__items_detail--1ygCF .src-components-TeamDynamicFile-module__items_info_wrap--okpxq {
  flex: 1 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 1px solid #F1F1F1;
}
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__items--2-bUc .src-components-TeamDynamicFile-module__items_detail--1ygCF .src-components-TeamDynamicFile-module__items_info_wrap--okpxq .src-components-TeamDynamicFile-module__items_info_item--1OSKf {
  padding: 13px 0 0 0;
  display: flex;
}
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__items--2-bUc .src-components-TeamDynamicFile-module__items_detail--1ygCF .src-components-TeamDynamicFile-module__items_info_wrap--okpxq .src-components-TeamDynamicFile-module__items_info_item--1OSKf .src-components-TeamDynamicFile-module__items_info_item_name--sYjB0 {
  flex: 1 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__items--2-bUc .src-components-TeamDynamicFile-module__items_detail--1ygCF .src-components-TeamDynamicFile-module__items_info_wrap--okpxq .src-components-TeamDynamicFile-module__items_info_item--1OSKf .src-components-TeamDynamicFile-module__items_info_point--2z6tC {
  flex: 6px 0 1;
  height: 6px;
  width: 6px;
  background: #FF4242;
  border-radius: 50%;
  margin: 7px 25px 0 0;
}
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__items--2-bUc .src-components-TeamDynamicFile-module__items_detail--1ygCF .src-components-TeamDynamicFile-module__items_info_wrap--okpxq .src-components-TeamDynamicFile-module__items_info_item--1OSKf .src-components-TeamDynamicFile-module__items_drop_down--3ULQC {
  flex: 15px 0 1;
  float: right;
  cursor: pointer;
  margin: 5px 0 0 0;
}
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__items--2-bUc .src-components-TeamDynamicFile-module__log_wrap--2zhIN {
  padding: 10px 0 10px 10%;
  font-size: 12px;
}
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__items--2-bUc .src-components-TeamDynamicFile-module__log_wrap--2zhIN::after {
  position: absolute;
  width: 80%;
  height: 1px;
  content: " ";
  background: #F1F1F1;
  margin: 10px 0 0 0;
  left: 15%;
}
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__items--2-bUc .src-components-TeamDynamicFile-module__log_wrap--2zhIN .src-components-TeamDynamicFile-module__btn_wrap--2Hrrj .src-components-TeamDynamicFile-module__btn_today_update--2QzE1 {
  border: 1px solid #FFAEAE;
  border-radius: 2px;
  height: 22px;
  line-height: 22px;
  padding: 1px 2px;
  color: #FF4242;
}
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__items--2-bUc .src-components-TeamDynamicFile-module__log_wrap--2zhIN .src-components-TeamDynamicFile-module__btn_wrap--2Hrrj .src-components-TeamDynamicFile-module__btn_history_update--35b16 {
  height: 22px;
  line-height: 22px;
  margin-left: 15px;
}
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__items--2-bUc .src-components-TeamDynamicFile-module__log_wrap--2zhIN .src-components-TeamDynamicFile-module__diff_item_wrap--rRjnc {
  color: #333;
  margin: 6px 0 0 0;
}
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__items--2-bUc .src-components-TeamDynamicFile-module__log_wrap--2zhIN .src-components-TeamDynamicFile-module__diff_item_wrap--rRjnc .src-components-TeamDynamicFile-module__diff_item--2nT4R {
  margin: 12px 0 0 0;
  display: flex;
}
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__items--2-bUc .src-components-TeamDynamicFile-module__log_wrap--2zhIN .src-components-TeamDynamicFile-module__diff_item_wrap--rRjnc .src-components-TeamDynamicFile-module__diff_item--2nT4R .src-components-TeamDynamicFile-module__name_wrap--2DpxN {
  flex: 90% 0 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 140px;
}
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__items--2-bUc .src-components-TeamDynamicFile-module__log_wrap--2zhIN .src-components-TeamDynamicFile-module__diff_item_wrap--rRjnc .src-components-TeamDynamicFile-module__diff_item--2nT4R .src-components-TeamDynamicFile-module__name_wrap--2DpxN .src-components-TeamDynamicFile-module__name--rpYip {
  margin: 0 6px 0 0;
}
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__items--2-bUc .src-components-TeamDynamicFile-module__log_wrap--2zhIN .src-components-TeamDynamicFile-module__diff_item_wrap--rRjnc .src-components-TeamDynamicFile-module__diff_item--2nT4R .src-components-TeamDynamicFile-module__diff_item_time--o0Wh6 {
  flex: 1 1;
  color: #B6B6B6;
}
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__items--2-bUc .src-components-TeamDynamicFile-module__log_wrap--2zhIN .src-components-TeamDynamicFile-module__diff_item_wrap--rRjnc .src-components-TeamDynamicFile-module__tags--3Y_4Z {
  display: flex;
  margin: 3px 0 5px 0;
}
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__items--2-bUc .src-components-TeamDynamicFile-module__log_wrap--2zhIN .src-components-TeamDynamicFile-module__diff_item_wrap--rRjnc .src-components-TeamDynamicFile-module__tags--3Y_4Z .src-components-TeamDynamicFile-module__tag--3THL9 {
  color: #868686;
  padding: 0px 4px;
  border-radius: 2px;
  border: 1px solid #E1E1E1;
}
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__items--2-bUc .src-components-TeamDynamicFile-module__log_wrap--2zhIN .src-components-TeamDynamicFile-module__diff_item_wrap--rRjnc .src-components-TeamDynamicFile-module__diff_item_des--dzXFp {
  background: #F5F7FA;
  color: #999;
  padding: 5px 0 5px 5px;
  margin: 10px 0 5px 0;
}
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__items--2-bUc .src-components-TeamDynamicFile-module__log_wrap--2zhIN .src-components-TeamDynamicFile-module__diff_item_wrap--rRjnc .src-components-TeamDynamicFile-module__diff_item_des--dzXFp .src-components-TeamDynamicFile-module__diff_item_name--8npOa {
  font-size: 14px;
  color: #333333;
  padding: 0 0 0 6px;
}
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__items--2-bUc .src-components-TeamDynamicFile-module__log_wrap--2zhIN .src-components-TeamDynamicFile-module__diff_item_wrap--rRjnc .src-components-TeamDynamicFile-module__diff_item_des--dzXFp .src-components-TeamDynamicFile-module__diff_item_des--dzXFp {
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
  margin: 5px 0 0 0;
}
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__logListWrap--2iReU .src-components-TeamDynamicFile-module__headerWrap--3sGhn {
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__logListWrap--2iReU .src-components-TeamDynamicFile-module__headerWrap--3sGhn div:first-child,
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__logListWrap--2iReU .src-components-TeamDynamicFile-module__headerWrap--3sGhn div:last-child {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__logListWrap--2iReU .src-components-TeamDynamicFile-module__headerWrap--3sGhn div:first-child span:first-child,
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__logListWrap--2iReU .src-components-TeamDynamicFile-module__headerWrap--3sGhn div:last-child span:first-child {
  font-size: 24px;
  color: #FF687B;
}
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__logListWrap--2iReU .src-components-TeamDynamicFile-module__headerWrap--3sGhn div:first-child span:last-child,
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__logListWrap--2iReU .src-components-TeamDynamicFile-module__headerWrap--3sGhn div:last-child span:last-child {
  font-size: 12px;
  color: #999;
}
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__logListWrap--2iReU .src-components-TeamDynamicFile-module__headerWrap--3sGhn div:nth-child(2) {
  width: 2px;
  height: 30px;
  background: #e9e9e9;
  border-radius: 4px;
  margin: 0 15px;
}
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__logListWrap--2iReU .src-components-TeamDynamicFile-module__headerWrap--3sGhn div:last-child span:first-child {
  color: #FDAC3D;
}
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__logListWrap--2iReU .src-components-TeamDynamicFile-module__listData--StOfG .src-components-TeamDynamicFile-module__one--1TQJz,
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__logListWrap--2iReU .src-components-TeamDynamicFile-module__listData--StOfG .src-components-TeamDynamicFile-module__two--DryVg {
  margin-bottom: 20px;
}
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__logListWrap--2iReU .src-components-TeamDynamicFile-module__listData--StOfG .src-components-TeamDynamicFile-module__one--1TQJz header,
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__logListWrap--2iReU .src-components-TeamDynamicFile-module__listData--StOfG .src-components-TeamDynamicFile-module__two--DryVg header {
  height: 30px;
  background: #fff8f9;
  border-radius: 4px;
  line-height: 30px;
  position: relative;
  font-size: 12px;
  color: #333;
  text-indent: 15px;
}
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__logListWrap--2iReU .src-components-TeamDynamicFile-module__listData--StOfG .src-components-TeamDynamicFile-module__one--1TQJz header span:first-child,
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__logListWrap--2iReU .src-components-TeamDynamicFile-module__listData--StOfG .src-components-TeamDynamicFile-module__two--DryVg header span:first-child {
  width: 4px;
  height: 30px;
  background: #FF687B;
  border-radius: 4px 0px 0px 4px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__logListWrap--2iReU .src-components-TeamDynamicFile-module__listData--StOfG .src-components-TeamDynamicFile-module__one--1TQJz header span:last-child,
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__logListWrap--2iReU .src-components-TeamDynamicFile-module__listData--StOfG .src-components-TeamDynamicFile-module__two--DryVg header span:last-child {
  font-size: 14px;
  color: #FF687B;
  margin-left: 10px;
}
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__logListWrap--2iReU .src-components-TeamDynamicFile-module__listData--StOfG .src-components-TeamDynamicFile-module__one--1TQJz .src-components-TeamDynamicFile-module__fenye--FF3Q0,
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__logListWrap--2iReU .src-components-TeamDynamicFile-module__listData--StOfG .src-components-TeamDynamicFile-module__two--DryVg .src-components-TeamDynamicFile-module__fenye--FF3Q0 {
  line-height: 20px;
  font-size: 12px;
  color: #666666;
  cursor: pointer;
  padding: 10px 0;
  text-decoration: underline;
  text-align: center;
  display: flex;
  justify-content: center;
}
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__logListWrap--2iReU .src-components-TeamDynamicFile-module__listData--StOfG .src-components-TeamDynamicFile-module__one--1TQJz .src-components-TeamDynamicFile-module__fenyeNoData--1ECPf,
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__logListWrap--2iReU .src-components-TeamDynamicFile-module__listData--StOfG .src-components-TeamDynamicFile-module__two--DryVg .src-components-TeamDynamicFile-module__fenyeNoData--1ECPf {
  line-height: 20px;
  font-size: 12px;
  color: #666666;
  padding: 10px 0;
  text-align: center;
}
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__logListWrap--2iReU .src-components-TeamDynamicFile-module__listData--StOfG .src-components-TeamDynamicFile-module__two--DryVg header {
  background: #fff8ee;
}
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__logListWrap--2iReU .src-components-TeamDynamicFile-module__listData--StOfG .src-components-TeamDynamicFile-module__two--DryVg header span:first-child {
  background: #FDAC3D;
}
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__logListWrap--2iReU .src-components-TeamDynamicFile-module__listData--StOfG .src-components-TeamDynamicFile-module__two--DryVg header span:last-child {
  color: #FDAC3D;
}
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__logListWrap--2iReU .src-components-TeamDynamicFile-module__listData--StOfG .src-components-TeamDynamicFile-module__listItemParent--2cs-X {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 10px 15px;
}
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__logListWrap--2iReU .src-components-TeamDynamicFile-module__listData--StOfG .src-components-TeamDynamicFile-module__listItemParent--2cs-X span:first-child {
  font-size: 12px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
}
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__logListWrap--2iReU .src-components-TeamDynamicFile-module__listItemChildren--1pugR {
  color: #999;
  font-size: 12px;
  margin-left: 25px;
  margin-right: 8px;
  padding: 5px 0;
  height: 26px;
  position: relative;
}
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__logListWrap--2iReU .src-components-TeamDynamicFile-module__listItemChildren--1pugR > span:first-child {
  margin-right: 10px;
}
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__logListWrap--2iReU .src-components-TeamDynamicFile-module__listItemChildren--1pugR .src-components-TeamDynamicFile-module__name_wrap--2DpxN {
  flex: 90% 0 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 160px;
}
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__logListWrap--2iReU .src-components-TeamDynamicFile-module__listItemChildren--1pugR .src-components-TeamDynamicFile-module__listTime--1TJHA {
  position: absolute;
  right: 0px;
  top: 5px;
}
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__logListWrap--2iReU .src-components-TeamDynamicFile-module__listItemChildren--1pugR img {
  display: none;
}
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__logListWrap--2iReU .src-components-TeamDynamicFile-module__listItemChildren--1pugR .src-components-TeamDynamicFile-module__itemWraps--2UeUC > div > div > div {
  display: none;
}
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__logListWrap--2iReU .src-components-TeamDynamicFile-module__listItemChildren--1pugR .src-components-TeamDynamicFile-module__itemWraps--2UeUC div {
  margin: 0px;
  font-size: 12px;
  padding: 0px;
  background: none;
}
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__logListWrap--2iReU .src-components-TeamDynamicFile-module__listItemChildren--1pugR .src-components-TeamDynamicFile-module__itemWraps--2UeUC div span {
  padding: 0px;
  font-size: 12px;
  color: #999;
}
.src-components-TeamDynamicFile-module__team_dynamic_wrap--285_8 .src-components-TeamDynamicFile-module__logListWrap--2iReU .src-components-TeamDynamicFile-module__listItemChildren--1pugR .src-components-TeamDynamicFile-module__itemWraps--2UeUC div div {
  max-width: 120px;
}
.theme_0 .src-components-TeamDynamicFile-module__listItemParent--2cs-X span {
  color: var(--fontColor) !important;
}
.theme_0 .src-components-TeamDynamicFile-module__listItemParent--2cs-X i svg {
  fill: var(--fontColor) !important;
}
.theme_0 .src-components-TeamDynamicFile-module__def_data--34NMH {
  color: var(--fontColor);
}
.theme_0 .src-components-TeamDynamicFile-module__name_wrap--2DpxN .src-components-TeamDynamicFile-module__name--rpYip {
  color: var(--spanColor);
}

.src-components-TeamDynamicMember-module__team_dynamic_wrap--G6HhX {
  padding: 0 20px;
  height: calc(100vh - 200px);
  overflow: auto;
}
.src-components-TeamDynamicMember-module__team_dynamic_wrap--G6HhX .src-components-TeamDynamicMember-module__fetching--3E0kR {
  text-align: center;
  margin: 50px 0;
  position: relative;
  height: 200px;
}
.src-components-TeamDynamicMember-module__team_dynamic_wrap--G6HhX .src-components-TeamDynamicMember-module__items--38uiz {
  height: auto;
}
.src-components-TeamDynamicMember-module__team_dynamic_wrap--G6HhX .src-components-TeamDynamicMember-module__items--38uiz .src-components-TeamDynamicMember-module__items_detail--9QtEJ {
  display: flex;
  height: 50px;
}
.src-components-TeamDynamicMember-module__team_dynamic_wrap--G6HhX .src-components-TeamDynamicMember-module__items--38uiz .src-components-TeamDynamicMember-module__items_detail--9QtEJ .src-components-TeamDynamicMember-module__items_avatar--2hfeo {
  flex: 10% 0 1;
  line-height: 50px;
}
.src-components-TeamDynamicMember-module__team_dynamic_wrap--G6HhX .src-components-TeamDynamicMember-module__items--38uiz .src-components-TeamDynamicMember-module__items_detail--9QtEJ .src-components-TeamDynamicMember-module__items_avatar--2hfeo img {
  border-radius: 50%;
}
.src-components-TeamDynamicMember-module__team_dynamic_wrap--G6HhX .src-components-TeamDynamicMember-module__items--38uiz .src-components-TeamDynamicMember-module__items_detail--9QtEJ .src-components-TeamDynamicMember-module__items_info--2JyKD {
  flex: 1 1;
  line-height: 50px;
  border-bottom: 1px solid #F1F1F1;
}
.src-components-TeamDynamicMember-module__team_dynamic_wrap--G6HhX .src-components-TeamDynamicMember-module__items--38uiz .src-components-TeamDynamicMember-module__items_detail--9QtEJ .src-components-TeamDynamicMember-module__items_info--2JyKD .src-components-TeamDynamicMember-module__items_drop_down--3NjMi {
  float: right;
  margin: 20px 0 0 0;
  cursor: pointer;
}
.src-components-TeamDynamicMember-module__team_dynamic_wrap--G6HhX .src-components-TeamDynamicMember-module__items--38uiz ul {
  padding: 0 0 0 10%;
  font-size: 12px;
  color: #333333;
}
.src-components-TeamDynamicMember-module__team_dynamic_wrap--G6HhX .src-components-TeamDynamicMember-module__items--38uiz ul::after {
  position: absolute;
  width: 80%;
  height: 1px;
  content: " ";
  background: #F1F1F1;
  left: 15%;
}
.src-components-TeamDynamicMember-module__team_dynamic_wrap--G6HhX .src-components-TeamDynamicMember-module__items--38uiz ul li {
  margin: 10px 0 0 0;
}
.src-components-TeamDynamicMember-module__team_dynamic_wrap--G6HhX .src-components-TeamDynamicMember-module__items--38uiz ul li .src-components-TeamDynamicMember-module__items_list_file_info--2NK_2 {
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
  height: 37px;
  line-height: 37px;
  display: flex;
}
.src-components-TeamDynamicMember-module__team_dynamic_wrap--G6HhX .src-components-TeamDynamicMember-module__items--38uiz ul li .src-components-TeamDynamicMember-module__items_list_file_info--2NK_2 .src-components-TeamDynamicMember-module__items_list_file_name--3mdER {
  flex: 70% 0 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.src-components-TeamDynamicMember-module__team_dynamic_wrap--G6HhX .src-components-TeamDynamicMember-module__items--38uiz ul li .src-components-TeamDynamicMember-module__items_list_file_info--2NK_2 .src-components-TeamDynamicMember-module__items_list_file_time--2nuMY {
  flex: 1 1;
  text-align: right;
}
.src-components-TeamDynamicMember-module__team_dynamic_wrap--G6HhX .src-components-TeamDynamicMember-module__def_data--2pp31 {
  text-align: center;
  margin: 20% 0 0 0;
}
.src-components-TeamDynamicMember-module__team_dynamic_wrap--G6HhX .src-components-TeamDynamicMember-module__logListWrap--2RVv5 .src-components-TeamDynamicMember-module__headerWrap--3R-tN {
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.src-components-TeamDynamicMember-module__team_dynamic_wrap--G6HhX .src-components-TeamDynamicMember-module__logListWrap--2RVv5 .src-components-TeamDynamicMember-module__headerWrap--3R-tN div:first-child,
.src-components-TeamDynamicMember-module__team_dynamic_wrap--G6HhX .src-components-TeamDynamicMember-module__logListWrap--2RVv5 .src-components-TeamDynamicMember-module__headerWrap--3R-tN div:last-child {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.src-components-TeamDynamicMember-module__team_dynamic_wrap--G6HhX .src-components-TeamDynamicMember-module__logListWrap--2RVv5 .src-components-TeamDynamicMember-module__headerWrap--3R-tN div:first-child span:first-child,
.src-components-TeamDynamicMember-module__team_dynamic_wrap--G6HhX .src-components-TeamDynamicMember-module__logListWrap--2RVv5 .src-components-TeamDynamicMember-module__headerWrap--3R-tN div:last-child span:first-child {
  font-size: 24px;
  color: #00C875;
}
.src-components-TeamDynamicMember-module__team_dynamic_wrap--G6HhX .src-components-TeamDynamicMember-module__logListWrap--2RVv5 .src-components-TeamDynamicMember-module__headerWrap--3R-tN div:first-child span:last-child,
.src-components-TeamDynamicMember-module__team_dynamic_wrap--G6HhX .src-components-TeamDynamicMember-module__logListWrap--2RVv5 .src-components-TeamDynamicMember-module__headerWrap--3R-tN div:last-child span:last-child {
  font-size: 12px;
  color: #999;
}
.src-components-TeamDynamicMember-module__team_dynamic_wrap--G6HhX .src-components-TeamDynamicMember-module__logListWrap--2RVv5 .src-components-TeamDynamicMember-module__headerWrap--3R-tN div:nth-child(2) {
  width: 2px;
  height: 30px;
  background: #e9e9e9;
  border-radius: 4px;
  margin: 0 15px;
}
.src-components-TeamDynamicMember-module__team_dynamic_wrap--G6HhX .src-components-TeamDynamicMember-module__logListWrap--2RVv5 .src-components-TeamDynamicMember-module__headerWrap--3R-tN div:last-child span:first-child {
  color: #55C0FF;
}
.src-components-TeamDynamicMember-module__team_dynamic_wrap--G6HhX .src-components-TeamDynamicMember-module__logListWrap--2RVv5 .src-components-TeamDynamicMember-module__listData--2WRsX .src-components-TeamDynamicMember-module__one--2wc_x,
.src-components-TeamDynamicMember-module__team_dynamic_wrap--G6HhX .src-components-TeamDynamicMember-module__logListWrap--2RVv5 .src-components-TeamDynamicMember-module__listData--2WRsX .src-components-TeamDynamicMember-module__two--2-EHP {
  margin-bottom: 20px;
}
.src-components-TeamDynamicMember-module__team_dynamic_wrap--G6HhX .src-components-TeamDynamicMember-module__logListWrap--2RVv5 .src-components-TeamDynamicMember-module__listData--2WRsX .src-components-TeamDynamicMember-module__one--2wc_x header,
.src-components-TeamDynamicMember-module__team_dynamic_wrap--G6HhX .src-components-TeamDynamicMember-module__logListWrap--2RVv5 .src-components-TeamDynamicMember-module__listData--2WRsX .src-components-TeamDynamicMember-module__two--2-EHP header {
  height: 30px;
  background: #f0fff9;
  border-radius: 4px;
  line-height: 30px;
  position: relative;
  font-size: 12px;
  color: #333;
  text-indent: 15px;
}
.src-components-TeamDynamicMember-module__team_dynamic_wrap--G6HhX .src-components-TeamDynamicMember-module__logListWrap--2RVv5 .src-components-TeamDynamicMember-module__listData--2WRsX .src-components-TeamDynamicMember-module__one--2wc_x header span:first-child,
.src-components-TeamDynamicMember-module__team_dynamic_wrap--G6HhX .src-components-TeamDynamicMember-module__logListWrap--2RVv5 .src-components-TeamDynamicMember-module__listData--2WRsX .src-components-TeamDynamicMember-module__two--2-EHP header span:first-child {
  width: 4px;
  height: 30px;
  background: #00c875;
  border-radius: 4px 0px 0px 4px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.src-components-TeamDynamicMember-module__team_dynamic_wrap--G6HhX .src-components-TeamDynamicMember-module__logListWrap--2RVv5 .src-components-TeamDynamicMember-module__listData--2WRsX .src-components-TeamDynamicMember-module__one--2wc_x header span:last-child,
.src-components-TeamDynamicMember-module__team_dynamic_wrap--G6HhX .src-components-TeamDynamicMember-module__logListWrap--2RVv5 .src-components-TeamDynamicMember-module__listData--2WRsX .src-components-TeamDynamicMember-module__two--2-EHP header span:last-child {
  font-size: 14px;
  color: #00C875;
  margin-left: 10px;
}
.src-components-TeamDynamicMember-module__team_dynamic_wrap--G6HhX .src-components-TeamDynamicMember-module__logListWrap--2RVv5 .src-components-TeamDynamicMember-module__listData--2WRsX .src-components-TeamDynamicMember-module__one--2wc_x .src-components-TeamDynamicMember-module__fenye--22bp3,
.src-components-TeamDynamicMember-module__team_dynamic_wrap--G6HhX .src-components-TeamDynamicMember-module__logListWrap--2RVv5 .src-components-TeamDynamicMember-module__listData--2WRsX .src-components-TeamDynamicMember-module__two--2-EHP .src-components-TeamDynamicMember-module__fenye--22bp3 {
  line-height: 20px;
  font-size: 12px;
  color: #666666;
  cursor: pointer;
  padding: 10px 0;
  text-decoration: underline;
  text-align: center;
  display: flex;
  justify-content: center;
}
.src-components-TeamDynamicMember-module__team_dynamic_wrap--G6HhX .src-components-TeamDynamicMember-module__logListWrap--2RVv5 .src-components-TeamDynamicMember-module__listData--2WRsX .src-components-TeamDynamicMember-module__one--2wc_x .src-components-TeamDynamicMember-module__fenyeNoData--3kHW-,
.src-components-TeamDynamicMember-module__team_dynamic_wrap--G6HhX .src-components-TeamDynamicMember-module__logListWrap--2RVv5 .src-components-TeamDynamicMember-module__listData--2WRsX .src-components-TeamDynamicMember-module__two--2-EHP .src-components-TeamDynamicMember-module__fenyeNoData--3kHW- {
  line-height: 20px;
  font-size: 12px;
  color: #666666;
  padding: 10px 0;
  text-align: center;
}
.src-components-TeamDynamicMember-module__team_dynamic_wrap--G6HhX .src-components-TeamDynamicMember-module__logListWrap--2RVv5 .src-components-TeamDynamicMember-module__listData--2WRsX .src-components-TeamDynamicMember-module__two--2-EHP header {
  background: #f0f9ff;
}
.src-components-TeamDynamicMember-module__team_dynamic_wrap--G6HhX .src-components-TeamDynamicMember-module__logListWrap--2RVv5 .src-components-TeamDynamicMember-module__listData--2WRsX .src-components-TeamDynamicMember-module__two--2-EHP header span:first-child {
  background: #55c0ff;
}
.src-components-TeamDynamicMember-module__team_dynamic_wrap--G6HhX .src-components-TeamDynamicMember-module__logListWrap--2RVv5 .src-components-TeamDynamicMember-module__listData--2WRsX .src-components-TeamDynamicMember-module__two--2-EHP header span:last-child {
  color: #55C0FF;
}
.src-components-TeamDynamicMember-module__team_dynamic_wrap--G6HhX .src-components-TeamDynamicMember-module__logListWrap--2RVv5 .src-components-TeamDynamicMember-module__listData--2WRsX .src-components-TeamDynamicMember-module__listItemParent--2u2f4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 10px 15px;
}
.src-components-TeamDynamicMember-module__team_dynamic_wrap--G6HhX .src-components-TeamDynamicMember-module__logListWrap--2RVv5 .src-components-TeamDynamicMember-module__listData--2WRsX .src-components-TeamDynamicMember-module__listItemParent--2u2f4 span:first-child {
  font-size: 12px;
  color: #333;
}
.src-components-TeamDynamicMember-module__team_dynamic_wrap--G6HhX .src-components-TeamDynamicMember-module__logListWrap--2RVv5 .src-components-TeamDynamicMember-module__listItemChildren--21WU2 {
  color: #999;
  font-size: 12px;
  margin-left: 25px;
  margin-right: 8px;
  padding: 5px 0;
  position: relative;
  display: flex;
  align-items: center;
}
.src-components-TeamDynamicMember-module__team_dynamic_wrap--G6HhX .src-components-TeamDynamicMember-module__logListWrap--2RVv5 .src-components-TeamDynamicMember-module__listItemChildren--21WU2 > span:first-child {
  margin-right: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 180px;
}
.src-components-TeamDynamicMember-module__team_dynamic_wrap--G6HhX .src-components-TeamDynamicMember-module__logListWrap--2RVv5 .src-components-TeamDynamicMember-module__listItemChildren--21WU2 .src-components-TeamDynamicMember-module__listTime--1IOXV {
  position: absolute;
  right: 0px;
  top: 5px;
}
.src-components-TeamDynamicMember-module__team_dynamic_wrap--G6HhX .src-components-TeamDynamicMember-module__logListWrap--2RVv5 .src-components-TeamDynamicMember-module__listItemChildren--21WU2 .src-components-TeamDynamicMember-module__itemWraps--2bdUb .src-components-TeamDynamicMember-module__items_lfw_item_old_name--1eGqD {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 120px;
}
.src-components-TeamDynamicMember-module__team_dynamic_wrap--G6HhX .src-components-TeamDynamicMember-module__logListWrap--2RVv5 .src-components-TeamDynamicMember-module__listItemChildren--21WU2 .src-components-TeamDynamicMember-module__itemWraps--2bdUb .src-components-TeamDynamicMember-module__items_lfw_item_old_name--1eGqD span {
  cursor: pointer;
}
.theme_0 .src-components-TeamDynamicMember-module__listItemParent--2u2f4 span {
  color: var(--fontColor) !important;
}
.theme_0 .src-components-TeamDynamicMember-module__listItemParent--2u2f4 i svg {
  fill: var(--fontColor) !important;
}
.theme_0 .src-components-TeamDynamicMember-module__def_data--2pp31,
.theme_0 .src-components-TeamDynamicMember-module__fenye--22bp3 {
  color: var(--fontColor) !important;
}

