.InviteLanding_container__2-w9N {
  position: relative;
  margin: auto;
  width: 300px;
  background: #fff;
  padding: 20px 30px 30px;
  box-shadow: 0 1px 6px 5px rgba(214, 214, 214, 0.15);
  border-radius: 4px;
  text-align: center;
}

.InviteLanding_avatar__2SBmk {
  margin: auto;
  margin-bottom: 10px;
}

.InviteLanding_tipsModal__32Z0M {
}

.InviteLanding_tipsModal__32Z0M .InviteLanding_tipsFooter__2x6lN {
  display: flex;
  justify-content: flex-end;
}

.InviteLanding_tipsModal__32Z0M .InviteLanding_tipsFooter__2x6lN span {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
  width: 60px;
  height: 32px;
  background: #55c0ff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.Profile_profileWrapper__1dl12 {
  width: 100%;
  height: calc(100% - 60px);
  display: flex;
  justify-content: center;
}
.Profile_profileWrapper__1dl12 .ant-layout {
  background-color: #fff;
}
.Profile_contentWrapper__29e6T {
  width: 100%;
  /*margin: 10px 0;*/
  background-color: #ffffff;
}

.Profile_contentWrapper__29e6T .ant-tabs {
  height: 100%;
}

.Profile_contentWrapper__29e6T .ant-tabs .ant-tabs-content {
  overflow-x: hidden;
  overflow-y: scroll;
}

.Profile_contentWrapper__29e6T .ant-tabs .ant-tabs-content::-webkit-scrollbar {
  display: none;
}

.Profile_contentWrapper__29e6T .ant-tabs-content {
  padding-left: 0;
  height: 100%;
}

.Profile_contentWrapper__29e6T .ant-tabs-content .ant-tabs-tabpane {
  /*height: 100%;*/
}

.Profile_contentWrapper__29e6T .ant-tabs .ant-tabs-nav-wrap {
  width: 152px;
}

.Profile_contentWrapper__29e6T .ant-tabs .ant-tabs-nav-wrap .ant-tabs-ink-bar {
  background: unset;
}

.Profile_contentWrapper__29e6T .ant-tabs .ant-tabs-nav-wrap .ant-tabs-nav {
  margin-top: 50px;
}
.Profile_contentWrapper__29e6T .ant-tabs .ant-tabs-left-content {
  border-left: 1px solid var(--border-color-22);
}

.Profile_contentWrapper__29e6T
  .ant-tabs .ant-tabs-nav-wrap .ant-tabs-nav .ant-tabs-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  height: 50px;
  width: 150px;
}

.Profile_contentWrapper__29e6T
  .ant-tabs .ant-tabs-nav-wrap .ant-tabs-nav .ant-tabs-tab-active {
  background: #200028;
}

.Profile_contentWrapper__29e6T
  .ant-tabs .ant-tabs-nav-wrap .ant-tabs-nav .ant-tabs-tab-active
  .Profile_tab__3jFq5 {
  /*padding: 0 20px 0 17px;*/
}
.Profile_contentWrapper__29e6T .ant-tabs .ant-tabs-left-bar {
  border-color: var(--border-color-22);
}
.Profile_contentWrapper__29e6T .Profile_activeLine__1vRGL {
  opacity: 1;
  position: absolute;
  top: 18px;
  left: 34px;
  bottom: 0;
  height: 16px;
  right: auto;
  width: 4px;
  background: #55c0ff;
}

.Profile_avatarWrapper__y5UV7 {
  display: flex;
  align-items: center;
}

.Profile_avatar__2umks {
  /* display: flex; */
  justify-content: center;
  width: 80px;
  margin-left: 100px;
}

.Profile_avatarPinyin__2qDyq {
  background-color: #55c0ff;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 0;
  left: 0;
  border-radius: 50%;
  font-size: 60px;
  color: #fff;
  line-height: 80px;
  text-align: center;
}

.Profile_avatarPinyin__2qDyq span {
  transform: scale(1) translateX(-50%);
}

.Profile_avatar__2umks .ant-upload {
  margin: 0;
  border: none;
  border-radius: 50%;
  background-color: #ffffff;
  height: 80px;
  width: 80px;
  cursor: default;
}

.Profile_avatar__2umks .ant-upload .ant-upload {
  padding: 0;
  cursor: pointer;
  position: relative;
}

.Profile_avatar__2umks .ant-upload .ant-upload img {
  border-radius: 50%;
}

.Profile_avatarMask__3p3eH {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  font-size: 14px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  position: relative;
  left: 0;
  top: 0;
}

.Profile_avatarMask__3p3eH .Profile_maskText__Qj8Oy {
  position: relative;
  top: 13px;
}

.Profile_avatarHint__1zGuC {
  background: #555555;
  color: #ffffff;
  width: 345px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -35px;
  left: -140px;
  /* transform: translateX(-50%); */
  visibility: hidden;
}

.Profile_avatar__2umks .ant-upload:hover .Profile_avatarMask__3p3eH {
  display: block;
}

.Profile_avatar__2umks .ant-upload:hover .Profile_avatarHint__1zGuC {
  visibility: visible;
}

.Profile_headerAccountDesc__3nrs6 {
  text-align: left;
  font-size: 14px;
  color: #333;
  /* margin-top: 10px; */
  align-items: center;
  margin-left: 16px;
}

.Profile_headerAccountDesc__3nrs6 .Profile_headerAccount__2B6U4 {
  line-height: 20px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.Profile_inputWrapper__2nzv8 {
  display: flex;
  align-items: center;
  height: 40px;
  position: relative;
  margin-bottom: 20px;
}

.Profile_inputLeft__2BWa7 {
  margin-left: 150px;
  display: flex;
  align-items: center;
  color: #333333;
}

.Profile_inputLeft__2BWa7 img {
  width: 20px;
  height: 20px;
  margin-right: 22px;
}

.Profile_inputLeft__2BWa7 span {
  font-size: 14px;
}

.Profile_inputLeftTip__SNfE5 {
  margin-left: 10px;
}

.Profile_profileInput__3k0wX {
  height: 40px;
  width: 240px;
}

.Profile_profileWrapper__1dl12 .ant-form-inline {
  position: absolute;
  left: 318px;
  top: 0;
}

.Profile_profileWrapper__1dl12 .ant-form-inline .ant-form-item {
  margin-right: 12px;
}

.Profile_profileWrapper__1dl12 .ant-btn {
  height: 40px;
  width: 80px;
  padding: 0;
}

.Profile_inputMid__bexAT {
  display: inline-block;
}
.Profile_inputMid__bexAT .ant-input[disabled] {
  color: #c0c0c5;
}

.Profile_inputRight__f6UKO {
  display: inline-block;
}

.Profile_inputRight__f6UKO .ant-btn:hover {
  color: #55c0ff;
  border-color: #55c0ff;
}

.Profile_inputMid2__3tU2s {
  display: inline-block;
  position: absolute;
  left: 330px;
  color: #c0c0c5;
  font-size: 14px;
  line-height: 16px;
}

.Profile_inputMid2__3tU2s span {
  margin-right: 4px;
}

.Profile_inputRight2__2qKwi {
  display: inline-block;
  position: absolute;
  left: 570px;
}

.Profile_inputRight2__2qKwi .ant-btn:hover {
  color: #55c0ff;
  border-color: #55c0ff;
}
.Profile_deleteAccount__22YKQ .ant-btn:hover {
  border-color: #ff0000;
}
.Profile_divider__1p4zv {
  width: 666px;
  border-top: 1px solid #ffffff;
  margin: 0 auto;
  padding-bottom: 25px;
  height: 0;
}

.Profile_emmaTitle__1pG0n {
  border-bottom: 1px dashed #666666;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
}
.Profile_emmaTitle__1pG0n .emma-hover-content {
  width: 480px;
  height: 425px;
}

.Profile_emmaTitle__1pG0n .ant-tooltip-content {
  width: 480px;
}

.Profile_emmaTitle__1pG0n .ant-tooltip-content .ant-tooltip-inner {
  padding: 29px 23px;
}
.Profile_inputLeft__2BWa7 .Profile_emma__2aiAi {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #dddddd;
  border-radius: 50%;
  font-size: 10px;
  line-height: 14px;
  color: #fff;
  padding: 0 3px;
  margin-left: 9px;
  cursor: pointer;
}

.Profile_inputLeft__2BWa7 .ant-popover {
  left: 200px !important;
  top: 40px !important;
}

.Profile_emmaHelp__3YgsY {
  display: inline-block;
  font-family: PingFangSC-Regular;
  color: #999999;
  font-size: 12px;
  margin: 0 0 0 3px;
  cursor: pointer;
}
.Profile_emmaInfo__zWOT- a {
  color: #fff;
}

.Profile_buttonWrapper__2S8HV {
  display: flex;
  justify-content: center;
  padding-top: 16px;
}

.Profile_buttonLeft__f-M5Y {
  width: 80px;
  height: 40px;
  margin-right: 12px;
}

.Profile_buttonRight__2nicz {
  width: 80px;
  height: 40px;
}

.Profile_modalTitle__I6JPQ {
  text-align: center;
  font-size: 18px;
  font-family: PingFang-SC-Bold;
  line-height: 18px;
  padding-bottom: 35px;
}

.Profile_inviteTips__1QIoM .ant-tooltip-content {
  width: 360px;
}
.Profile_inviteTips__1QIoM .ant-tooltip-content .ant-tooltip-inner {
  background-color: #ffffff;
  color: #333333;
  padding: 20px;
}
.Profile_inviteTips__1QIoM .ant-tooltip-arrow::before {
  background-color: #fff;
}
.Profile_inviteTips__1QIoM .ant-tooltip-arrow {
  border-right-color: #fff;
}

.Profile_qr_img__2Eb52 {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 152px;
  text-align: center;
  font-size: 14px;
  font-family: "PingFang SC";
  font-weight: normal;
  color: #666666;
  line-height: 14px;
}
.Profile_learnmore__R2_Xg {
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
}
.Profile_learnmore__R2_Xg:hover {
  color: #55c0ff;
}
.Profile_qr_wrap__278-l {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
  z-index: 9999;
}
.Profile_qr_ctn__Mmxod {
  position: relative;
  width: 600px;
  height: 420px;
}
.Profile_qr_ctn__Mmxod img {
  width: 100%;
  height: 100%;
  cursor: default;
}
.Profile_qr_close__2FRwm {
  position: absolute;
  right: 12px;
  top: 12px;
  font-size: 20px;
  color: #666666;
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
}

.Profile_footerUserVersion__2nEM1 {
  background: #dddddd;
  font-weight: 500;
  color: #ffffff;
  font-size: 6px;
  padding: 2px 5px;
  margin-left: 15px;
}

.Profile_footerUserVersion1__Qrkel {
  color: #333;
  font-size: 14px;
  margin-left: 20px;
}

.Profile_footerUserVersionActive__3pRw8 {
  background: #ffc021;
}

.Profile_tabsIcon__19nyK {
  margin-right: 10px;
}

.Profile_tabActive__1W9RA {
  color: #ffffff;
}

.Profile_rightsDesc__8SI10 .Profile_update__uFMuc {
  width: 78px;
  height: 24px;
  background: #55c0ff;
  border-radius: 12px;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  margin-right: 15px;
  margin-left: 38px;
  line-height: 24px;
  text-align: center;
}

.Profile_rightsDesc__8SI10 .Profile_update__uFMuc img {
  position: absolute;
  right: -20px;
  top: -14px;
  width: 60px;
}

.Profile_rightsDesc__8SI10 {
  display: flex;
  line-height: 20px;
  align-items: center;
  color: #999999;
  font-size: 14px;
}

.Profile_mobileBindTitle__2jcBL {
  padding-bottom: 10px;
}

.Profile_mobileBindTips__25xUj {
  font-size: 12px;
  color: #666666;
  text-align: center;
  margin-bottom: 30px;
}

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

.Profile_accountDestoryWrap__R4BNj {
  padding: 0 0 11px 42px;
  margin: 0 200px 20px 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}

.Profile_accountDestoryWrap__R4BNj div:last-child {
  color: #333333;
  cursor: pointer;
  width: 80px;
  height: 40px;
  border-radius: 2px;
  border: 1px solid #e3e3e3;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Profile_modalAccountDestoryWrap__3RM5d {
  padding: 16px 20px;
  color: #333333;
}

.Profile_modalAccountDestoryWrap__3RM5d .Profile_title__1y32I {
  font-size: 16px;
  font-weight: 500;

  margin-bottom: 30px;
}

.Profile_modalAccountDestoryWrap__3RM5d .Profile_body__3dXi9 {
  font-size: 14px;
  font-weight: 500;
}
.Profile_modalAccountDestoryWrap__3RM5d .Profile_body__3dXi9 > p {
  margin-bottom: 20px;
}
.Profile_modalAccountDestoryWrap__3RM5d .Profile_body__3dXi9 > div {
  color: #666;
}
.Profile_modalAccountDestoryWrap__3RM5d .Profile_body__3dXi9 > div p {
  margin-bottom: 24px;
}
.Profile_modalAccountDestoryWrap__3RM5d .Profile_body__3dXi9 span {
  color: #ff4242;
}

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

.Profile_modalAccountDestoryWrap__3RM5d .Profile_footer__1bwnD div {
  width: 92px;
  height: 40px;
  background: #55c0ff;
  border-radius: 2px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.Profile_modalAccountDestoryWrap__3RM5d .Profile_footer__1bwnD div:last-child {
  color: #999999;
  background: #ffffff;
  border: 1px solid #dddddd;
  margin-left: 20px;
}

.Profile_securityIcon__KYG4Z {
  position: absolute;
  bottom: 40px;
  right: 60px;
  cursor: pointer;
}

.Profile_securityTipsWrap__3gF0i {
  position: absolute;
  right: 15px;
  bottom: 100px;
  width: 318px;
  height: 190px;
  background: #ffffff;
  box-shadow: 0px 4px 29px 7px rgba(233, 233, 233, 0.5);
  padding: 14px;
  font-size: 12px;
  line-height: 17px;
  color: #999999;
}

.Profile_securityTipsWrap__3gF0i div:first-child {
  margin-bottom: 25px;
}

.Profile_securityTipsWrap__3gF0i .Profile_arrow__1seSW {
  position: absolute;
  width: 30px;
  bottom: -10px;
  right: 46px;
  transform: rotate(180deg);
}

.Profile_secTipsWrap__2SxlE {
  padding: 0 0 50px 27px;
  width: 359px;
}

.Profile_secTipsWrap__2SxlE .Profile_title__1y32I {
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  line-height: 25px;
  margin-bottom: 10px;
}

.Profile_secTipsWrap__2SxlE .Profile_body__3dXi9 {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 25px;
  width: 290px;
  background-color: #eef7ff;
  padding: 3px 10px;
  margin-bottom: 24px;
}

.Profile_secTipsWrap__2SxlE .Profile_body__3dXi9 div:first-child {
  margin-bottom: 10px;
}

.Profile_contentDivider__3CMwc {
  width: 1px;
  background: #eeeeee;
  margin: 46px 0 0 0;
}

.Profile_tab1Left__6kabn {
  width: 820px;
  flex: 0 0 820px;
  border-right: 1px solid #eeeeee;
}

.Profile_avatar__2umks.Profile_avatarHideEdit__pJnFE .ant-upload:hover .Profile_avatarMask__3p3eH {
  display: none;
}
.Profile_avatarHideEdit__pJnFE:hover .Profile_avatarHint__1zGuC {
  display: none;
}

.Profile_activityContainer__lqDH3 {
  display: flex;
  height: 100%;
  padding: 75px 144px;
}

.Profile_activityDiv__CRuEi {
  padding-top: 15px;
  padding-left: 24px;
  flex-direction: row;
  padding-right: 142px;
}

.Profile_activityDiv__CRuEi .Profile_activityImg__2CRqu {
  width: 375px;
  height: 144px;
  background: linear-gradient(294deg, #95bcfa 0%, #5081ff 100%);
  border-radius: 8px;
  margin-bottom: 24px;
  cursor: pointer;
}

.Profile_activityImg__2CRqu img {
  width: 100%;
  height: 100%;
}

.Profile_infoDiv__2YTit {
  width: 748px;
  background: #ffffff;
  padding-top: 15px;
  padding-left: 24px;
  height: 100%;
}
.Profile_infoDiv__2YTit .Profile_info__2LXf3 {
  height: 100%;
  display: flex;
}
.Profile_infoDiv__2YTit .Profile_info__2LXf3 .Profile_left__3aRg8 {
  width: 310px;
  height: 650px;
}
.Profile_infoDiv__2YTit .Profile_info__2LXf3 .Profile_left__3aRg8 img {
  width: 100%;
  height: 100%;
}

.Profile_info__2LXf3 .Profile_right__F2MRs {
  margin-left: 34px;
}
.Profile_info__2LXf3 .Profile_right__F2MRs .Profile_title__1y32I {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #283f64;
}

.Profile_info__2LXf3 .Profile_right__F2MRs .Profile_head__1LeCw .Profile_img__1sDaK {
  width: 316px;
  height: 86px;
}
.Profile_info__2LXf3 .Profile_right__F2MRs .Profile_head__1LeCw .Profile_infos__2KR_z {
  display: flex;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  margin-left: 5px;
}

.Profile_info__2LXf3 .Profile_right__F2MRs .Profile_head__1LeCw .Profile_infos__2KR_z .Profile_item__3AHDu {
  text-align: center;
}
.Profile_info__2LXf3 .Profile_right__F2MRs .Profile_head__1LeCw .Profile_infos__2KR_z .Profile_item__3AHDu:nth-child(1) {
  width: 40px;
}
.Profile_info__2LXf3 .Profile_right__F2MRs .Profile_head__1LeCw .Profile_infos__2KR_z .Profile_item__3AHDu:nth-child(2) {
  width: 125px;
}
.Profile_info__2LXf3 .Profile_right__F2MRs .Profile_head__1LeCw .Profile_infos__2KR_z .Profile_item__3AHDu:nth-child(3) {
  width: 70px;
}
.Profile_info__2LXf3 .Profile_right__F2MRs .Profile_head__1LeCw .Profile_infos__2KR_z .Profile_item__3AHDu:nth-child(4) {
  width: 108px;
}
.Profile_info__2LXf3 .Profile_right__F2MRs .Profile_head__1LeCw .Profile_img__1sDaK img {
  width: 316px;
  height: 86px;
}
.Profile_inviteStyle__15Phg {
  width: 338px;
  height: 212px;
  background: #fcfcfc;
  border-radius: 8px;
  margin-top: 24px;
  padding: 15px 18px;
  position: relative;
}

.Profile_supportStyle__1V_FS {
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #5385fe;
}

.Profile_inviteStyle__15Phg .Profile_content__1oy8y {
  margin-top: 9px;
}
.Profile_codeConent__1Tkqv {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  padding-left: 10px;
}

.Profile_ambassCode__3W5Fg {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  text-decoration: underline;
}

.Profile_ambassCode__3W5Fg .Profile_copy__SaR0N {
  font-size: 14px;
  font-weight: 400;
  color: #5385fe;
  text-decoration: underline;
  cursor: pointer;
  margin-left: 18px;
}

.Profile_bottomContent__2GA1k {
  margin-top: 33px;
  display: flex;
}
.Profile_bottomContent__2GA1k .Profile_bottomContentLeft__2cNWw {
  color: #333333;
  font-size: 14px;
  margin-top: 19px;
}
.Profile_bottomContent__2GA1k .Profile_bottomContentLeft__2cNWw span {
  padding-left: 10px;
}

.Profile_bottomContent__2GA1k .Profile_bottomContentLeft__2cNWw div:nth-child(2) {
  padding-left: 30px;
}

.Profile_bottomContentRight__3gTbY {
  width: 120px;
  height: 120px;
  position: absolute;
  right: 16px;
  bottom: 10px;
}

.Profile_bottomContentRight__3gTbY img {
  width: 100%;
  height: 100%;
}

.Profile_closeImg__2fo94 {
  position: absolute;
  right: 24px;
  top: 14px;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.Profile_closeImg__2fo94 img {
  width: 100%;
  height: 100%;
}

.Profile_communityImg__3ET9g {
  width: 270px;
  height: 673px;
  margin-left: 34px;
  /* margin: 0 auto; */
}
.Profile_communityImg__3ET9g img {
  width: 100%;
  height: 100%;
}

.Profile_limitModal__1aH5r {
  width: 340px;
  height: 424px;
}

.Profile_limitModal__1aH5r img {
  width: 100%;
  height: 100%;
}

.Profile_limitModalContainer__28V6z .ant-modal-content {
  background-color: transparent;
  box-shadow: none;
}

.Profile_deleteLimitModal__tY_H7 {
  margin: 24px auto 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.Profile_deleteLimitModal__tY_H7 img {
  width: 100%;
  height: 100%;
}

.Profile_activityRule__3k5BE {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #283f64;
  cursor: pointer;
}

.Profile_personalInformation__3gkR6,
.Profile_mobileInfo__gfzKU {
  width: 322px;
  background: #f5f5f5;
  border-radius: 4px;
  padding: 10px;
}

.Profile_personalInformation__3gkR6 .Profile_headTitle__2SDRA,
.Profile_mobileInfo__gfzKU .Profile_headTitle__2SDRA {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  margin-bottom: 8px;
}

.Profile_personalInformation__3gkR6 .Profile_content__1oy8y,
.Profile_mobileInfo__gfzKU .Profile_content__1oy8y {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #646a73;
}

.Profile_findRule__1JvB1 {
  display: flex;
  justify-content: space-between;
  height: 22px;
  line-height: 22px;
}

.Profile_oneTap__34WBM {
  width: 1000px;
  min-width: 1000px;
  height: 320px;
  min-height: 320px;
  background: #eef6fe;
  border-radius: 16px;
  padding: 20px;
  position: relative;
  display: flex;
}

.Profile_quotationMarks__2xjya {
  width: 23px;
  height: 22px;
}
.Profile_quotationMarks__2xjya img {
  width: 100%;
  height: 100%;
}

.Profile_oneInfo__Z3o_9 {
  width: 340px;
  height: 380px;
  background: linear-gradient(156deg, #e5f2ff 0%, #dfefff 100%);
  box-shadow: inset 0px 4px 24px 0px #d7eafe;
  border-radius: 16px;
  position: absolute;
  top: -30px;
  left: 64px;
  padding: 20px;
}
.Profile_oneInfo__Z3o_9 .Profile_title__1y32I {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
}

.Profile_oneInfo__Z3o_9 .Profile_p__i6IMS {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
.Profile_oneInfo__Z3o_9 .Profile_img__1sDaK {
  margin: 0 auto;
  width: 230px;
  height: 228px;
  margin-top: 8px;
}
.Profile_oneInfo__Z3o_9 .Profile_img__1sDaK img {
  width: 100%;
  height: 100%;
  -webkit-user-drag: none;
}
.Profile_bottomLabel__26mOI {
  margin: 0 auto;
  color: #333333;
  font-size: 14px;
  text-align: center;
  position: absolute;
  bottom: 12px;
  left: 112px;
}
.Profile_bottomLabel__26mOI span {
  padding-left: 16px;
  padding-right: 16px;
}
.Profile_bottomLabel__26mOI img {
  width: 16px;
  height: 16px;
}
.Profile_rightContainer__vx499 {
  margin-left: 360px;
  z-index: 9;
}

.Profile_headerTitle__33p8m {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  margin-left: 20px;
  height: 25px;
}

.Profile_inviteCode__2RFIa {
  display: flex;
  margin-top: 13px;
  margin-left: 20px;
  height: 24px;
}

.Profile_inviteInfo__2F5by {
  display: flex;
  height: 24px;
  background: rgba(147, 211, 255, 0.36);
  border-radius: 3px;
  width: 150px;
}
.Profile_inviteInfo__2F5by div:nth-child(1) {
  flex: 1 1;
  height: 24px;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  background: #93d3ff;
  border-radius: 3px;
  padding-left: 3px;
  text-align: center;
  line-height: 24px;
  display: flex;
}
.Profile_inviteInfo__2F5by div:nth-child(1) span {
  display: flex;
  align-items: center;
  margin: 0 auto;
  height: 100%;
}

.Profile_inviteInfo__2F5by div:nth-child(2) {
  flex: 1 1;
  height: 24px;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  text-align: center;
  line-height: 24px;
  border-radius: 3px;
  display: flex;
}
.Profile_inviteInfo__2F5by div:nth-child(2) span {
  display: flex;
  align-items: center;
  margin: 0 auto;
  height: 100%;
}

.Profile_inviteCode__2RFIa .Profile_copyCode__3pEpl {
  height: 24px;
  margin-left: 10px;
  line-height: 24px;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  text-decoration: underline;
  cursor: pointer;
  display: flex;
}
.Profile_inviteCode__2RFIa .Profile_copyCode__3pEpl span{
  display: flex;
  margin: 0 auto;
  height: 100%;
  align-items: center;
}
.Profile_listInfo__3-KwW {
  margin-top: 12px;
  margin-left: 20px;
  height: 69px;
}
.Profile_listInfo__3-KwW div {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 400;
  color: #666660;
}
.Profile_listInfo__3-KwW div span {
  color: #49a0ff;
}

.Profile_activityPro__12ZGx {
  width: 516px;
  height: 130px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0.1) 100%
  );
  box-shadow: inset 0px 2px 27px 0px rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  border-image: linear-gradient(
      129deg,
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0.2)
    )
    2 2;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  padding-top: 4px;
  padding-left: 20px;
  margin-left: 2px;
  margin-top: 27px;
}

.Profile_activityPro__12ZGx .Profile_title__1y32I {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  display: flex;
  flex-direction: column;
}

.Profile_activityPro__12ZGx .Profile_infoList__25Qbe {
}

.Profile_activityPro__12ZGx .Profile_noResult__3u5K3 {
  text-align: center;
  color: #999999;
  font-size: 14px;
  margin-top: 28px;
}

.Profile_infoList__25Qbe .Profile_recordListDiv__3NIo- {
  padding-top: 4px;
}

.Profile_infoList__25Qbe .Profile_recordListDiv__3NIo- .Profile_head__1LeCw {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  line-height: 20px;
  justify-content: flex-start;
}

.Profile_infoList__25Qbe .Profile_recordListDiv__3NIo- .Profile_head__1LeCw div {
  width: 170px;
}

.Profile_infoList__25Qbe .Profile_recordList__2GrBG {
  margin-top: 8px;
  overflow: auto;
  height: 65px;
}

.Profile_recordList__2GrBG .Profile_item__3AHDu {
  display: flex;
  margin-bottom: 5px;
  font-size: 12px;
}

.Profile_infoList__25Qbe .Profile_recordList__2GrBG .Profile_item__3AHDu div {
  width: 156px;
}

.Profile_recordList__2GrBG .Profile_item__3AHDu .Profile_name__1Jkf9 {
  display: flex;
}

.Profile_noFogBg__3w17i {
  width: 238px;
  height: 238px;
  position: absolute;
  right: 0;
  top: 0;
}
.Profile_noFogBg__3w17i img {
  width: 100%;
  height: 100%;
}

.Profile_freeRightBg__2jzVy {
  width: 86px;
  height: 92px;
  position: absolute;
  right: 18px;
  top: -38px;
}

.Profile_freeRightBg__2jzVy img {
  width: 100%;
  height: 100%;
}

.Profile_twoTap__1n3_C {
  width: 1000px;
  min-width: 1000px;
  height: 320px;
  min-height: 320px;
  background: #fff8ea;
  border-radius: 16px;
  padding: 20px;
  position: relative;
  display: flex;
}

.Profile_twoInfo__Pw7me {
  width: 340px;
  background: linear-gradient(156deg, #fff0d5 0%, #ffe0a6 100%);
  box-shadow: inset 0px 4px 24px 0px #ffe4b1;
  border-radius: 16px;
  position: absolute;
  top: -30px;
  left: 64px;
  padding: 20px;
  height: 380px;
}
.Profile_twoInfo__Pw7me .Profile_title__1y32I {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
}

.Profile_twoInfo__Pw7me .Profile_p__i6IMS {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

.Profile_twoInfo__Pw7me .Profile_img__1sDaK {
  margin: 0 auto;
  width: 230px;
  height: 230px;
  margin-top: 7px;
}
.Profile_twoInfo__Pw7me .Profile_img__1sDaK img {
  width: 100%;
  height: 100%;
  -webkit-user-drag: none;
}

.Profile_couponFlower__jzvUE {
  position: absolute;
  bottom: 35px;
  right: 24px;
  width: 30px;
  height: 70px;
}
.Profile_couponFlower__jzvUE img {
  width: 100%;
  height: 100%;
}

.Profile_twoRightContainer__2DnuY {
  margin-left: 360px;
  z-index: 9;
}

.Profile_twoRightContainer__2DnuY .Profile_headerTitle__33p8m {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  margin-left: 20px;
}

.Profile_feedBack__o9cIA {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  margin-left: 20px;
  height: 22px;
}
.Profile_couponInfo__DgcnD {
  display: flex;
  margin-top: 22px;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 22px;
  height: 22px;
  text-align: center;
}

.Profile_couponInfo__DgcnD img {
  width: 20px;
  height: 20px;
  margin-right: 9px;
}

.Profile_couponInfo__DgcnD .Profile_underLine__3QCBG {
  position: absolute;
  bottom: 2px;
  left: 3px;
  width: 76px;
  height: 6px;
  background: #ffcb42;
  z-index: -1;
}

.Profile_reduceY__3UKcJ {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ff4c52;
  color: #fff;
  text-align: center;
  line-height: 22px;
}

.Profile_bottomInfo__272LA {
  flex: 1 0 auto;
  align-items: flex-end;
  width: 494px;
  height: 183px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0.1) 100%
  );
  box-shadow: inset 0px 2px 27px 0px rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  border-image: linear-gradient(
      129deg,
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0.2)
    )
    2 2;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  padding-top: 16px;
  padding-left: 20px;
  margin-left: 1px;
}

.Profile_bottomInfo__272LA .Profile_headerInfo__39ju_ {
  display: flex;
  background: rgba(255, 223, 147, 0.36);
  border-radius: 3px;
  width: 159px;
  height: 24px;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
}
.Profile_bottomInfo__272LA .Profile_headerInfo__39ju_ div:nth-child(1) {
  width: 40px;
  height: 24px;
  background: #ffdf93;
  border-radius: 3px;
  text-align: center;
  line-height: 24px;
  display: flex;
}

.Profile_bottomInfo__272LA .Profile_headerInfo__39ju_ div:nth-child(1) span {
  display: flex;
  align-items: center;
  margin: 0 auto;
  height: 100%;
}

.Profile_bottomInfo__272LA .Profile_headerInfo__39ju_ div:nth-child(2) {
  height: 24px;
  text-align: center;
  line-height: 24px;
  margin-left: 4px;
  display: flex;
}
.Profile_bottomInfo__272LA .Profile_headerInfo__39ju_ div:nth-child(2) {
  display: flex;
  align-items: center;
  margin: 0 auto;
  height: 100%;
}

.Profile_bottomInfo__272LA .Profile_couponListInfo__2fVWx {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666660;
  margin-top: 15px;
}
.Profile_bottomInfo__272LA .Profile_couponListInfo__2fVWx p {
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
}

.Profile_bottomInfo__272LA .Profile_couponListInfo__2fVWx span {
  color: #49a0ff;
}

.theme_0 .Profile_profileWrapper__1dl12 .Profile_contentWrapper__29e6T .ant-tabs-nav-container{
  background-color: var(--bgColor);
}

.theme_0 .Profile_profileWrapper__1dl12 .Profile_contentWrapper__29e6T .Profile_tab__3jFq5{
  color: var(--fontColor);
}

.theme_0 .Profile_profileWrapper__1dl12 .Profile_contentWrapper__29e6T .ant-tabs-tab-active{
  background: var(--bgActive) !important;
}

.theme_0 .Profile_profileWrapper__1dl12 .Profile_contentWrapper__29e6T .ant-tabs-tab-active .Profile_tab__3jFq5{
  color: var(--selectColor);
}

.theme_0 .Profile_profileWrapper__1dl12 .Profile_contentWrapper__29e6T .ant-tabs-tabpane-active,
.theme_0 .Profile_profileWrapper__1dl12 .Profile_contentWrapper__29e6T .ant-layout-has-sider,
.theme_0 .Profile_profileWrapper__1dl12 .Profile_contentWrapper__29e6T .Profile_tab1Left__6kabn,
.theme_0 .Profile_profileWrapper__1dl12 .Profile_contentWrapper__29e6T .Profile_tab1Left__6kabn .ant-layout-header{
  background: var(--bgColor);
}

.theme_0 .Profile_profileWrapper__1dl12 .Profile_contentWrapper__29e6T .Profile_tab1Left__6kabn{
  border-right:1px solid var(--borderColor) ;
}

.theme_0 .Profile_profileWrapper__1dl12 .Profile_contentWrapper__29e6T .Profile_tab1Left__6kabn .Profile_avatarWrapper__y5UV7 .Profile_headerAccountDesc__3nrs6,
.theme_0 .Profile_profileWrapper__1dl12 .Profile_contentWrapper__29e6T .Profile_tab1Left__6kabn .Profile_avatarWrapper__y5UV7 .Profile_headerAccountDesc__3nrs6 .Profile_footerUserVersion1__Qrkel{
  color: var(--fontColor);
}

.theme_0 .Profile_profileWrapper__1dl12 .Profile_contentWrapper__29e6T .Profile_tab1Left__6kabn .Profile_avatarWrapper__y5UV7 .Profile_headerAccountDesc__3nrs6 .Profile_rightsDesc__8SI10{
  color: var(--spanColor);
}

.theme_0 .Profile_profileWrapper__1dl12 .Profile_contentWrapper__29e6T .Profile_tab1Left__6kabn .Profile_inputWrapper__2nzv8 .Profile_inputLeft__2BWa7 span{
  color: var(--fontColor);
}

.theme_0 .Profile_profileWrapper__1dl12 .Profile_contentWrapper__29e6T .Profile_tab1Left__6kabn .Profile_inputWrapper__2nzv8 .Profile_inputMid__bexAT input::placeholder{
  color: var(--spanColor);
}

.theme_0 .Profile_profileWrapper__1dl12 .Profile_contentWrapper__29e6T .Profile_tab1Left__6kabn .Profile_inputWrapper__2nzv8 .Profile_inputMid__bexAT input:hover{
  background-color: var(--bgColor);
  color: var(--fontColor);
}

.theme_0 .Profile_profileWrapper__1dl12 .Profile_contentWrapper__29e6T .Profile_tab1Left__6kabn .Profile_inputWrapper__2nzv8 .Profile_inputMid__bexAT input{
  color: var(--fontColor);
}
.theme_0 .Profile_profileWrapper__1dl12 .Profile_contentWrapper__29e6T .Profile_tab1Left__6kabn .Profile_inputWrapper__2nzv8 .Profile_inputMid__bexAT .ant-input-disabled{
  color: var(--spanColor);
}

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

.theme_0 .Profile_passwordStyle__2ToR2 .ant-form-item .ant-form-item-control-wrapper input{
  background-color: var(--bgColor);
  color: var(--fontColor);
}

.theme_0 .Profile_passwordStyle__2ToR2 .ant-form-item .ant-form-item-control-wrapper input::placeholder{
  color: var(--spanColor);
}

.theme_0 .Profile_passwordStyle__2ToR2 .Profile_buttonWrapper__2S8HV button:last-child{
  background-color: transparent;
  color: var(--fontColor);
}

.theme_0 .Profile_modalAccountDestoryContainer__3jC_T .Profile_modalAccountDestoryWrap__3RM5d .Profile_title__1y32I,
.theme_0 .Profile_modalAccountDestoryContainer__3jC_T .Profile_modalAccountDestoryWrap__3RM5d .Profile_body__3dXi9{
  color: var(--fontColor);
}
.theme_0 .Profile_modalAccountDestoryContainer__3jC_T .Profile_modalAccountDestoryWrap__3RM5d .Profile_body__3dXi9 div p{
  color: var(--fontColor);
}

.theme_0 .Profile_modalAccountDestoryContainer__3jC_T .Profile_footer__1bwnD div:last-child{
  background-color: transparent;
  color: var(--fontColor);
}

.theme_0 .Profile_profileWrapper__1dl12 .Profile_contentWrapper__29e6T .Profile_tab1Left__6kabn .Profile_divider__1p4zv{
  border-top: 1px solid var(--borderColor)
}

.theme_0 .Profile_profileWrapper__1dl12 .Profile_contentWrapper__29e6T .Profile_secTipsWrap__2SxlE .Profile_personalInformation__3gkR6,
.theme_0 .Profile_profileWrapper__1dl12 .Profile_contentWrapper__29e6T .Profile_secTipsWrap__2SxlE .Profile_mobileInfo__gfzKU{
  background-color: var(--bgActive);
}

.theme_0 .Profile_profileWrapper__1dl12 .Profile_contentWrapper__29e6T .Profile_secTipsWrap__2SxlE .Profile_personalInformation__3gkR6 .Profile_headTitle__2SDRA,
.theme_0 .Profile_profileWrapper__1dl12 .Profile_contentWrapper__29e6T .Profile_secTipsWrap__2SxlE .Profile_mobileInfo__gfzKU .Profile_headTitle__2SDRA{
  color: var(--fontColor);
}

.theme_0 .Profile_profileWrapper__1dl12 .Profile_contentWrapper__29e6T .Profile_secTipsWrap__2SxlE .Profile_personalInformation__3gkR6 .Profile_content__1oy8y,
.theme_0 .Profile_profileWrapper__1dl12 .Profile_contentWrapper__29e6T .Profile_secTipsWrap__2SxlE .Profile_mobileInfo__gfzKU .Profile_content__1oy8y{
  color: var(--spanColor);
}

.theme_0 .Profile_headerAccountDesc__3nrs6 .Profile_headerAccount__2B6U4 span,
.theme_0 .Profile_headerAccountDesc__3nrs6 .Profile_headerAccount__2B6U4 .Profile_footerUserVersion1__Qrkel{
  color: var(--fontColor);
}

.theme_0 .Profile_headerAccountDesc__3nrs6 .Profile_rightsDesc__8SI10 div:first-child{
  color: var(--spanColor);
}

.theme_0 .Profile_profileWrapper__1dl12 .Profile_contentWrapper__29e6T .Profile_tab1Left__6kabn .Profile_inputWrapper__2nzv8 .Profile_inputRight__f6UKO button,
.theme_0 .Profile_profileWrapper__1dl12 .Profile_contentWrapper__29e6T .Profile_tab1Left__6kabn .Profile_inputWrapper__2nzv8 .Profile_inputRight2__2qKwi button{
  background: transparent;
  color: var(--fontColor);
}


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

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

.theme_0 .Profile_modalTitle__I6JPQ,
.theme_0 .Profile_mobileBindTips__25xUj,
.theme_0 .Profile_bindMob__96oCp {
  color: var(--fontColor);
}

.theme_0 .Profile_profileInput__3k0wX{
  background-color: var(--bgColor);
}

.theme_0 .Profile_sendMail__xnhI4{
  background-color: var(--selectColor);
  color: var(--fontColor);
  border-color: transparent;
}
.PreviewContent_viewLayout__1Oy-X {
  height: 100%;
  /*overflow: hidden;*/
  position: relative;
}

.PreviewContent_viewLayoutHtml__3A-Jv {
  max-width: 100% !important;
}

.PreviewContent_viewLayoutCompare__ZgK5X {
  height: calc(100%) !important;
}

.PreviewContent_viewHeader__23lKI {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border: 1px solid #f5f7fa;
}

.PreviewContent_viewContentHide__M9Ufw {
  height: 100%;
  overflow: hidden;
}

.PreviewContent_viewContent__3vm3d {
  height: 100%;
  /* overflow: auto; */
  /*background:#fff;*/
  position: relative;
  background-color: rgb(240, 242, 245);
}

.PreviewContent_subHeader__gk8eJ {
  height: 40px;
  display: flex;
  align-items: center;
  position: relative;
}

.PreviewContent_viewHeight__rfzHh {
  height: 100%;
  position: relative;
  /*background:#fff;*/
  /* overflow:auto; */
  word-break: break-word;
}

.PreviewContent_viewHeightOffice__2H35y {
  /* height: calc(100% - 60px) !important; */
  overflow: auto;
}

.PreviewContent_viewHeightHtml__3lx9j {
  padding: 0 !important;
}

.PreviewContent_viewHeightLinkedFile__3MU-5 {
  /* height: calc(100% - 60px); */
}

.PreviewContent_fileIframe__3tTL2 {
  border: none;
  background: #fff;
  height: 100%;
  padding: 0 0;
  display: flex;
  justify-content: center;
  /* overflow:hidden; */
}

.PreviewContent_fileIframeEpub__3pjua {
  /*background: #f5f7fa;*/
  background: transparent;
}

.PreviewContent_fileOffice__1LuCj {
  border: none;
  background: #fff;
  /* height: 99%; */
  overflow: hidden;
  position: relative;
}

.PreviewContent_firstSelectedGuide__1Tuok {
  position: absolute;
  top: 150px;
  left: 150px;
}

.PreviewContent_firstSelectedGuide__1Tuok img {
  width: 400px;
}

.PreviewContent_fileHtml__7RnLe {
  padding: 20px;
}

.PreviewContent_filePublicHtml__27zZi .media-wrap,
.PreviewContent_fileHtml__7RnLe .media-wrap {
  width: 100%;
  height: 100%;
}

.PreviewContent_fileHtml__7RnLe p {
  word-break: break-all;
}

.PreviewContent_imgViewer__2XwVI {
  width: 100%;
  height: 100%;
  overflow: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
}

.PreviewContent_fileImg__2wfYI {
  max-width: 100%;
  margin: auto;
  display: block;
}

.PreviewContent_fileImgWidth__1W87h {
  max-width: 800px;
}

/* .imgMask {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 999;
} */

.PreviewContent_filePublicHtml__27zZi a,
.PreviewContent_filePublicHtml__27zZi a:hover,
.PreviewContent_fileHtml__7RnLe a,
.PreviewContent_fileHtml__7RnLe a:hover {
  color: #333;
}

.PreviewContent_filePublicHtml__27zZi .siteHighlightTxt,
.PreviewContent_fileHtml__7RnLe .siteHighlightTxt {
  background-color: #ffecbd;
  font-weight: normal;
  color: #333;
}
.PreviewContent_filePublicHtml__27zZi .activeHighlightTxt,
.PreviewContent_fileHtml__7RnLe .activeHighlightTxt,
.paraHighLight .siteHighlightTxt {
  background-color: #f49e31;
  font-weight: bold;
  color: #333;
}

.PreviewContent_fileHtml__7RnLe .highlightTxt {
  background: #ffecbd;
}

.PreviewContent_filePublicHtml__27zZi .highlightTxt {
  background: #ffecbd;
  color: #d0021b;
}

.PreviewContent_modalButton__3nu6s {
  margin: 15px auto 5px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #55c0ff;
  border-radius: 4px;
  cursor: pointer;
}

.PreviewContent_modalImageContainer__3O851 {
  margin-bottom: 30px;
}

.PreviewContent_modalText__2hFlg {
  color: #333;
  font-size: 14px;
  /*border-bottom: 1px solid #E8E8E8;*/
  padding: 40px 0;
  margin-bottom: 0px;
}

table td,
table th {
  /* border: 1px solid #000; */
}


.PreviewContent_imgIcon__2Jjrz {
  vertical-align: middle;
  margin-right: 5px;
}

.PreviewContent_playAudio__sd_e3 {
  float: right;
  width: 24px;
  cursor: pointer;
}
.PreviewContent_playAudio__sd_e3 img {
  width: 24px;
  height: 24px;
}

.PreviewContent_modal__w_wrap__370ze {
  position: absolute;
  height: 200px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.PreviewContent_modal__w_wrap__370ze .PreviewContent_modal__w_preview__3zoGG {
  height: 103px;
  width: 260px;
  left: 160px;
  margin: 286px auto 0;
  z-index: 100;
  background-repeat: no-repeat;
  background-size: 100%;
}

.PreviewContent_modal__w_wrap__370ze .PreviewContent_modal__w_preview__3zoGG .PreviewContent_close__3ipmK {
  height: 24px;
  width: 24px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAD1BMVEUAAACrq6usrKyrq6u/v7+iMHV5AAAABXRSTlMA/lamBDPT6lEAAAB3SURBVDjL5dLBDYAgDIVhY1ygugDGCTQOYOL+O8Hl5TX5Dx0ADqakfAKly+RjexxfX0r80RSu8abEHbvCM47x9SyagNZ46iUkGZgAmACICIAIgAiACIAIgBAwwV+Vm/O45QVZkrKILDsBCJ4WAATtUzQcWnTu0QEQjg/PtrFWsgAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-size: 100%;
  float: right;
  margin: 31.5px 20px 0 0;
  cursor: pointer;
}

.PreviewContent_modal__w__3bvys {
  position: absolute;
  height: 152px;
  width: 382px;
  left: 160px;
  margin: 275px 0 0 0;
  z-index: 100;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwwAAAFCCAMAAABrbKp8AAAA4VBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAD///8AAAC7u7sAAACkpKSOjo7////9/f38/PwAAAD9/f39/f38/Py/v7/Hx8f29vb6+vr5+fn////q9//g8/93y/9Vmv/4/f/z+//9/v/t+P/p9/+w4f/d3d3w+f/n9v/j9P/w+v90rv/1+//z8/PV6P93r/+rzf/f39/6/v/39/fq6urk9f/g4eLh5uq95f9iov/7+/t9zf+Z2P+Et/+01f+E0P+92f7a7f+Lu/+Xwf3I4P+iyf/K6f/n5+e55P/h6vDg4uXT4/vf5OdT9gENAAAAGXRSTlMABhwKDRAU9RgPDxIM0si/Dq63nxgdiWta1TBLNgAAB91JREFUeNrs2VtuwjAURVEfOagC50EIfVzPf6AVKFLjSHW/KsB3rznsj6MTAAAAAAB4Lp/D2/AVAPf62W6WADjXX8yoAQi6tbBapAB4pX6yHzM1wC2lybbmnhrg070FagCC0mhGDcDawt6FGuCOrqMZNQBFC6WJGuCKroP9ZkrUAD/uLVADEPQ+WM1IDfBBawvVGjij0T5J/WD2QjUcgf+RUvqwvy0ppeNDhD0DnAo7yg0zoEKhIGKAW1LZQswNM6AiSsQArDEULRAD3IpR2sbQ5YYZUNEVMcR4zg0zoOIc4zaG7pQbZkDFqSMGoIxhnQyH3DADKg5dlIgBIAaAGABiAIiBGEAMxABiIAYQwzf7dEACAADAMKh/68NZDO2gDMggAzLIgAwyIIMMyCADJ4MMRAYZiAwyEBlkIDLIQGSQgcggA5FBBiKDDEQGGYgMMhAZZCAyyEBkkIHIIAORQQYigwxEBhmIDDIQGWQgMshAZJCByCADkUEGIoMMRAYZiAwyEBlkIDLIQGSQgcggA5FBBiKDDESGsW/Hqg1CYRiGr8PWpimhS+mQSUjALfT+L6mJfEM7BAcN5zc8z6CcyTP4gueoYiDEIAZCDGIgxCAGQgxiIMQgBkIMYiDEIAZCDGIgxCAGQgxiIMQgBkIMYiDEIAZCDGIgxCAGQgxiIMQgBkIMYiDEIAZCDGIgxCAGQgxiIMQgBkIMYiDEIAZCDGIgxCAGQgxiIMQgBkIMYiDEIAZCDGIgxCAGok4Ml7EvYryIgaYxlGnhWoMYaBpDX4gYEIMYEIMY6MrFcDrl/G88TwyUszCG8zCcr6fxZzj8Gc8TA/Usi+E0XJ36/jAkgozniIGCHhDD2M8SAwV5TIKVF9DjdLSAZsNsrYIYQAywbgyHQsTAQ2LY4o21xTlTjxhgIgYIMUCIAUIMEGKAEAPEOjHsXto4dhMxUCeGr9c2dt1EDIhBDNyUimG/ayOXFwN1Ymhui3OmHjHARAwQK60Z3tvYdxMxUCcGu0k8BTHAijEcP9vwBpqbUjE0t8U5U48YYCIGCDFAiAFinRh2H23YTeKmVAzeM/AUxACTbf/P4NskbkrFcM/3cvtunhi4o1AMb8t9dvPE8Mve3e2oCYQBGL6OTzI6GtwtVoX9aWYTiL/d7Lb3f0EN7sRtZFRS2PBh3+cII0RO3gTGGcAZxEAM8DqIwc7CkubuZhdwz4CSqhhmUZhpbs5oEq4hBmKApyqGbBy2aC4abF0ejUvrVcQ/0AhQFcM5prlp4YpkkYlIYZwL/ygxIOjmYtjmMnZbmeZuleXJUAKIAUGqYlg2N5ybnazN1iX3IlO3kQBiQJCqGFqxNGvZJfus3I7cUqqIAW3ow0S9jZsftwtTMJqEE/9RDFGSrI/be7MjBnieqhiGT1VvzzW8/6jhbe3yp6M8+dwmBpRUxRDwGn+vod5Oq4XZi3g7Y+UEMeCUqhjSB6khtXLdL7PJzcp/uE82cooYcIaSGF7kqpox7BORoV/YMHf5TE4RA864uRh2pvAByMrsA0cQA87p4AZ6UtFiDHbrzGb1NJncbc1y8jfmJuEKFUOrxxgegnwEqa2xl42jIjduUyzcilmrqOpNDI9xyIOUPmN4jUNepGTTKIrWy4Vb/GQKNwJUxSBZRasxZGf4g4kBimKoOsbw/THEf5vaGnvZVC4jBgQojOECH8NlxIB/RgzEAI8YiAGekhhiYkDvfNHQapzaGmJbw/tvno6BS7THED3HdaTXxTGPisFFumK47wYxoKQqhs718ZyhDzEAB8QAeMQAeC2vZ/h6rGdAhaoYeMEhbgIxAAf9ftunfCAG6Imhc308Z+hDDMABMQBeOzFko27wtk+UVMXAaBJuAjEAbV4mfesGl0koqYqhc308Z+hDDMABMQBeSzHYbsgHYoCeGBhNwk0gBqDFGIZ33WBxD0qqYuhcH88Z+hADcEAMgEcMgEcMgEcMgEcMgNcgBitqWGJAcw1iyESNjBjQXIMYpqLGlBjQXIMYBiMlF0p2NCAGNNckhsF4OlJgOh4QA74ohhsmADEQA4iBGEAMxABiIAYQAzGAGIgBxEAMIAZigAgxEAM8YiAGeMRADPCIgRjgEQMxwCMGYoBHDMSAP+zXMU4DQQAEQYTlZXWRU/j/Q9lDHRwEZE68VX9ojSZiEAMRgxiIGMRAxCAGIgYxEDGIgYhBDEQMYiBiEAMRgxiIGMRAxCAGIgYxEDGIgYhBDEQMYiBiEAMRgxiIGMRAxCAGIgYxEDGIgYhBDEQMYiBiEAMRgxiIGMRAxCAGIgYxEDGIgYhBDEQMYiBiEAMRgxiIGMRAxCAGIgYxEDGIgYhBDEQMYiBiEAMRgxiIGMRAxCAGIgYxEDGIgYhBDEQMYiBiEAMRgxiIGMRAxCAGIgYxEDGIgYhBDEQMYiBiEAMRgxiIGMRAxCAGIgYxEDGIgYhBDEQMYiBiEAMRgxiIGMRAxCAGIgYxEDGIgYhBDEQMYiBPiiErhuPrhX3CP44Vw9s1hg/Y1J8Ybo/7GHO+w1bmHOP+uF1jOKfhrEEO7GT+tHAOw68Y1oVeNYwJGxmrhXWfi+FSw7FygK18t0+HRgADMQwE7fkxMfr+q42AQCYoXLc97Mz6wjuDNtzdAYLsXl1wBvEGddAHIMqR1gXzBjlAnJb6aiBSGSUQrAAAAADgvwcnV/0glVthPQAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-left: 130px;
  z-index: 99999;
}

.PreviewContent_modal__w__3bvys p:first-child {
  /* width:136px; */
  font-size: 16px;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  line-height: 22px;
  padding-top: 20px;
  margin-bottom: 10px;
}

.PreviewContent_modal__w__3bvys p:nth-child(2) {
  width: 217px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(153, 153, 153, 1);
  line-height: 20px;
  margin-bottom: 10px;
}
.PreviewContent_modal__w__3bvys span {
  display: block;
  cursor: pointer;
  width: 56px;
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(85, 192, 255, 1);
  line-height: 20px;
  margin-left: 170px;
}

.PreviewContent_modal__w__3bvys .PreviewContent_close__3ipmK {
  height: 24px;
  width: 24px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAD1BMVEUAAACrq6usrKyrq6u/v7+iMHV5AAAABXRSTlMA/lamBDPT6lEAAAB3SURBVDjL5dLBDYAgDIVhY1ygugDGCTQOYOL+O8Hl5TX5Dx0ADqakfAKly+RjexxfX0r80RSu8abEHbvCM47x9SyagNZ46iUkGZgAmACICIAIgAiACIAIgBAwwV+Vm/O45QVZkrKILDsBCJ4WAATtUzQcWnTu0QEQjg/PtrFWsgAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-size: 100%;
  float: right;
  margin: 31.5px 20px 0 0;
  cursor: pointer;
}

.PreviewContent_searchResultWrap__3nMPi {
  display: flex;
  padding: 6px 0;
  align-items: center;
  justify-content: space-between;
}
.PreviewContent_searchResultWrap__3nMPi span {
  margin-left: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.PreviewContent_searchResultWrap__3nMPi span:first-child {
  -webkit-user-select: none;
          user-select: none;
}
.PreviewContent_searchResultWrap__3nMPi div:first-child {
  display: flex;
  align-items: center;
}
.PreviewContent_searchResultWrap__3nMPi div:last-child {
  margin-right: 0px;
}
.paraHighLight {
  /*background: #D3EFFF;*/
}
.paraHighLight p {
  background: #d3efff;
}
.PreviewContent_coverPdfDesc__3UFoj {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.PreviewContent_coverPage__JpUpw {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  margin-right: 20px;
}
.PreviewContent_coverImage__2XFlh {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  margin: 20px 0 10px 0;
  font-weight: bold;
}
.PreviewContent_coverUpload__oBYie {
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  line-height: 40px;
  display: flex;
  align-items: center;
}
.PreviewContent_coverUpload__oBYie span:first-child {
  display: inline-block;
  font-size: 14px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 340px;
  margin-left: 20px;
}
.PreviewContent_coverUpload__oBYie span:nth-child(2) {
  display: block;
  width: 1px;
  height: 25px;
  background-color: #e3e3e3;
  margin: 0 15px;
}
.PreviewContent_coverUpload__oBYie label {
  display: inline-block;
  cursor: pointer;
  width: 40px;
  font-size: 14px;
  color: #333333;
  height: 40px;
  text-align: center;
}

.PreviewContent_searchBox__2WBwg {
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 8px;
  margin-top: 0;
  border-radius: 4px;
  display: inline-block;
  overflow: hidden;
  float: left;
  border: 1px solid #fff;
}

.PreviewContent_searchBoxActive__3VeYY {
  border: 1px solid #ddd;
}

.PreviewContent_searchInputWrapper__3DL5f {
  /*transition: width 0.3s, margin-left 0.3s;*/
  /*width: 0;*/
  float: left;
}

.PreviewContent_searchInputWrapper__3DL5f.PreviewContent_active__1xc5T {
  margin-left: 4px;
  float: left;
}

.PreviewContent_searchInput__2RU2Q {
  float: left;
  border-radius: 0;
  box-shadow: none !important;
  border-color: #ddd;
  border-width: 0 1px 0 0 !important;
  height: 20px;
  margin: 4px 4px 0 4px;
  padding: 0 5px 0 1px;
  width: 245px;
}

.PreviewContent_searchInput__2RU2Q:hover,
.PreviewContent_searchInput__2RU2Q:focus {
  border-color: var(--border-color);
  border-width: 0 1px 0 0 !important;
}

.PreviewContent_searchInputWrapper__3DL5f.PreviewContent_active__1xc5T .PreviewContent_searchInput__2RU2Q {
  width: 240px;
}
.PreviewContent_searchIcon__1j2Ho {
  float: left;
}

.PreviewContent_arrowUpIcon__1dvxp,
.PreviewContent_arrowDownIcon__qvPM8,
.PreviewContent_arrowUpIconDisabled__1QqMz,
.PreviewContent_arrowDownIconDisabled__Tvqbh {
  width: 20px;
  height: 16px;
  font-size: 0;
  display: inline-block;
}

.PreviewContent_arrowUpIcon__1dvxp {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOCAYAAAAvxDzwAAAAhElEQVR42t3PTQqAIBAFYA/hrs4RncifhRfODlEXqHyhIDJKY60S3mJ4zCcjxC+e1togn2FKqQN5jWbYGdOPElg/SmBrDB+lMOfciLDRGpZ6FkpgPscK1DdRCjPGDLVL0FXRMMiQ7SnWQGHIu7TWzuGHPWR5guUodrALoywnDpaj2E3zBazlwlEdLGhLAAAAAElFTkSuQmCC) center center no-repeat;
  background-size: 60% auto;
  cursor: pointer;
}

.PreviewContent_arrowDownIcon__qvPM8 {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOCAYAAAAvxDzwAAAAiklEQVR42sXNyw2AIBAEUIrgpnUYK+JzoGGlCG0A3SEcwBB+mrjJHFx3HoyFUUotlIl1DjroJkut9SqlPClbD4pbdNCF4ZdCCE45KFfI3oLiBrdRDwb3P+kFRR+uFc1gDkZylEONMfMTw66KFVAbowGzTVgNHcJK6DBWQMexAjqOZdD3WIx+hv0+N/GkwlGb7d0SAAAAAElFTkSuQmCC) center center no-repeat;
  background-size: 60% auto;
  cursor: pointer;
}

.PreviewContent_arrowUpIconDisabled__1QqMz {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOCAYAAAAvxDzwAAAAh0lEQVR42t3PQQqAIBAF0A7Rrs4RHakza+pCcV0XqPzQgImGg60S/sIZ5jHTdb94xpgF+QzTWh9IM0qYUupEmtAUa0Iz2HqHj+Yw59yIsNESRn0WmsFkjCWofEVzmLV2KF2CXhH13vehuNViJRQGLNpwDoU9RNRgCSowC+PRDGtPHCxGMUv/C4iZUYJoRbUfAAAAAElFTkSuQmCC) center center
    no-repeat;
  background-size: 60% auto;
  /*cursor: not-allowed;*/
}

.PreviewContent_arrowDownIconDisabled__Tvqbh {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOCAYAAAAvxDzwAAAAjElEQVR42sXPQQqAIBAFUA/Rrs4RHakzZ+pCcV0XqPxhYBOZmdDAbD7+x8iYHyllq7Wu2ctBB91TqJTqhBCz2+ENirfooAtjD621lQsmt6tfnoJ6jAe9CdZxYe/OXlJRiqELg377ghpjGoohe8Qi6BiiHhuTsCc0C4uh2VgEzcfu0E8YRYtgIVoM+3020uNRglxm30EAAAAASUVORK5CYII=) center center
    no-repeat;
  background-size: 60% auto;
  /*cursor:not-allowed;*/
}

.PreviewContent_searchCheckbox__2i9jK {
  margin-left: 10px;
}

.PreviewContent_searchTotal__1Zi8Q {
  margin: 0 5px;
  display: inline;
  -webkit-user-select: none;
          user-select: none;
}
.PreviewContent_searchTextWrap__3NXp2 {
  position: absolute;
  right: 20px;
  top: 5px;
}

.PreviewContent_textSearching__2xKgI {
  font-size: 14px;
  /*color:#55c0ff;*/
  color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  border: 1px solid #e1e1e1;
  padding: 5px 10px;
  height: 30px;
  line-hegiht: 30px;
  border-radius: 4px;
  background: #fff;
}

/* 纯文本渲染 */
.PreviewContent_textSection__1QSkR {
  padding-top: 10px;
}
.PreviewContent_pageSection__3gLjw {
  padding: 10px 20px 20px 20px;
  margin: 0 auto 10px;
  border: 1px solid #f1f1f1;
  /*border-left:5px solid #f1f1f1;*/
}

.PreviewContent_pagesNumber__2-Z5g {
  text-align: center;
  font-size: 16px;
}
.PreviewContent_pageSection__3gLjw p {
  text-indent: 0;
}

.PreviewContent_pageSection__3gLjw table {
  width: 100%;
  margin-bottom: 10px;
  border-collapse: collapse;
}

.PreviewContent_pageSection__3gLjw table,
.PreviewContent_pageSection__3gLjw th,
.PreviewContent_pageSection__3gLjw td {
  border: 1px solid black;
}

.PreviewContent_pageFooter__1G1LJ {
  text-align: center;
  font-size: 20px;
  margin: 10px 0;
}

.PreviewContent_cusPreviewBox__5Iftl .paraItem {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0;
}

.PreviewContent_cusPreviewBox__5Iftl .copyTable {
  position: absolute;
  top: 0px;
  right: 0;
  cursor: pointer;
  background-color: #55c0ff;
  color: #fff;
  display: inline-block;
  width: 95px;
  height: 32px;
  border-radius: 4px;
  display: none;
}

/*.cusPreviewBox :global(.copyTable .tableIcon) {*/
/*  width:14px;*/
/*  height:14px;*/
/*  !*background: url('../assets/searchAndWrite/copy.svg') 0 center no-repeat;*!*/
/*  background-size:cover;*/
/*  margin-right: 5px;*/
/*}*/
.PreviewContent_importTableToWord__34mJz {
  position: absolute;
  top: 0px;
  right: 105px;
  cursor: pointer;
  background-color: #55c0ff;
  color: #fff;
  display: inline-block;
  width: 95px;
  height: 32px;
  border-radius: 4px;
  display: none;
}

.PreviewContent_tableHoverBtn__2CE4- {
  display: none;
  position: absolute;
  width: 210px;
  height: 42px;
  top: -42px;
  right: 0px;
}
.PreviewContent_cusPreviewBox__5Iftl .paraItem:hover .PreviewContent_tableHoverBtn__2CE4- {
  display: block;
}

.PreviewContent_cusPreviewBox__5Iftl .paraItem:hover .copyTable,
.PreviewContent_cusPreviewBox__5Iftl .paraItem:hover .PreviewContent_importTableToWord__34mJz {
  display: flex;
  justify-content: center;
  align-items: center;
}

.PreviewContent_cusPreviewBox__5Iftl .copyImage {
  position: absolute;
  top: -26px;
  right: 0;
  cursor: pointer;
  background-color: #55c0ff;
  padding: 2px 5px 2px 20px;
  color: #fff;
  display: inline-block;
  width: 90px;
  margin-bottom: 5px;
  text-align: right;
  border-radius: 4px;
  display: none;
}

.PreviewContent_cusPreviewBox__5Iftl .copyImage .imageIcon {
  position: absolute;
  right: 65px;
  top: 4px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAb1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8v0wLRAAAAJHRSTlMA+DJrbDS/78qdjxoR/bfhwbEK8HRgJ91XExColIJ/dU9AKRRHcx34AAAAyklEQVQ4y83U246CMBSF4VWgYIEKwoCHOc+s939Gidiwm1aNiYl+l82ftvtm425jEjjAtysYsdlD0JZWBaYKwgfbGoEfUp6u+Y2InokXvSGieHiUbfJJwW0uGO1FhlFWi6gmyyy04ruIEipEZFzdjtIXiKrSOOnF6IuL/4s3fZbO8CrT4VA5MuoU/5ZosHSa7hQ16WTNHku0U3S2czSzg4jQ1c75ub5t29z8Atc+nmP2hGikrRAq/SXQ0KoQmUHQDWMMfKMOJHvc6QiYKCI4q26y8AAAAABJRU5ErkJggg==) 0 center no-repeat transparent;
  background-size: 100%, 100%;
}

.PreviewContent_cusPreviewBox__5Iftl .paraItem:hover .copyImage {
  display: block;
}
.PreviewContent_userSelectBtnWrap__wEmdb {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.PreviewContent_positionZindex__3koUs {
  z-index: 1000;
}

.PreviewContent_userSelectBtnWrap__wEmdb .ant-btn,
.PreviewContent_userSelectBtnWrap__wEmdb .ant-btn:hover {
  background-color: #000000;
  border-radius: 3px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  color: #fff;
  margin-left: 0px !important;
  background-size: cover;
  cursor: pointer;
  padding: 4px 8px;
}

.PreviewContent_userSelectBtnWrap__wEmdb .ant-btn-group .ant-btn + .ant-btn {
  margin-left: 0px !important;
}

.PreviewContent_fileReparse__1dkLL {
  color: #55c0ff;
  cursor: pointer;
  text-decoration: underline;
}

.PreviewContent_pageBlock__qzAs1 {
  display: flex;
}

.PreviewContent_splitJsonTextLeft__k1VnB {
  width: 45%;
}

.PreviewContent_splitJsonTextRight__3oisa {
  width: 45%;
  margin-left: 20px;
}

.PreviewContent_reminder_list__37c0C {
  display: flex;
  background: #fff;
  border: 1px solid #e3e3e3;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
  border-radius: 2px;
  margin-bottom: 16px;
  min-width: 260px;
  border-left: 4px solid #55c0ff;
  justify-content: space-between;
  position: absolute;
  top: 5px;
  right: 20px;
  z-index: 899;
}
.PreviewContent_reminder_list__37c0C .PreviewContent_left_content__1Y4Hg {
  float: left;
  padding: 12px 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
}
.PreviewContent_reminder_list__37c0C .PreviewContent_left_content__1Y4Hg div:first-child {
}
.PreviewContent_reminder_list__37c0C .PreviewContent_left_content__1Y4Hg .PreviewContent_reminder_file__HN6_t {
  font-size: 12px;
  color: #999999;
  line-height: 14px;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 300px;
}
.PreviewContent_reminder_list__37c0C .PreviewContent_right_button__17m8h {
  float: right;
  width: 100px;
  font-size: 14px;
  border-left: 1px solid #eeeeee;
  color: #333333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 48px;
}
.PreviewContent_reminder_list__37c0C .PreviewContent_right_button__17m8h a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #333333;
}
.PreviewContent_reminder_list__37c0C .PreviewContent_right_button__17m8h div {
  line-height: 36px;
  font-size: 14px;
  color: #333333;
  text-align: center;
  cursor: pointer;
}
.PreviewContent_reminder_list__37c0C .PreviewContent_right_button__17m8h .PreviewContent_cancle__KA_L9 {
  border-top: 1px solid #eeeeee;
}
.PreviewContent_reminder_list__37c0C .PreviewContent_okBtn__2ybJi {
  border-bottom: 1px solid #eeeeee;
}
.PreviewContent_audioListTitle__3F5er {
  font-size: 12px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 300px;
}
.PreviewContent_audioListTitle__3F5er.PreviewContent_twoLineText__1l8pb {
  white-space: inherit;
  height: auto;
  max-height: 36px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 18px;
  overflow: hidden;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
}
.PreviewContent_clear_both__1CCAj {
  clear: both;
}
.fileComparisonNoticeBox {
  width: auto !important;
  max-width: 500px !important;
  padding: 0px !important;
  background: none !important;
  box-shadow: none !important;
  margin: 0px !important;
}
.fileComparisonNoticeBox .ant-notification-close-x {
  display: none;
}
.fileComparisonNoticeBox .ant-notification-notice-message {
  display: none;
}


.fix-text {
  position: absolute;
  top: -50px;
  right: 0;
  height: 32px;
  line-height: 32px;
  /*border:1px solid #55C0FF;*/
  width: 95px;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  font-family: ff2;
  cursor: pointer;
  border-radius: 4px !important;
  background: 5px center no-repeat #55c0ff;
  background-size: 18px auto;
}
.fix-text:hover {
  color: #fff;
  border-color: #2fb2ff;
  background: 5px center no-repeat #2fb2ff;
  background-size: 18px auto;
}
.fix-text1 {
  position: absolute;
  top: -50px;
  right: 110px;
  height: 32px;
  line-height: 32px;
  /*border:1px solid #55C0FF;*/
  width: 90px;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  font-family: ff2;
  cursor: pointer;
  border-radius: 4px !important;
  background: 5px center no-repeat #55c0ff;
  background-size: 14px auto;
}
.fix-text1:hover {
  color: #fff;
  border-color: #2fb2ff;
  background: 5px center no-repeat #2fb2ff;
  background-size: 14px auto;
}

.PreviewContent_antPopoverOverlayClassName__2uHDw {
  width: auto;
  height: 38px;
  background: none;
}
.PreviewContent_antPopoverOverlayClassName__2uHDw .PreviewContent_userSelectBtnWrap__wEmdb {
  width: auto;
}

.PreviewContent_antPopoverOverlayClassName__2uHDw .ant-popover-inner-content {
  padding: 0;
}
.PreviewContent_antPopoverOverlayClassName__2uHDw .ant-popover-content {
  padding: 0;
  margin-right: 15px;
}

::selection {
  background-color: rgba(177, 215, 255, 0.4);
  color: #333333;
}
::-moz-selection {
  background-color: rgba(177, 215, 255, 0.4);
  color: #333333;
}
::-webkit-selection {
  background-color: rgba(177, 215, 255, 0.4);
  color: #333333;
}
.backgroundHighlight {
  background: #ffe5bc;
}

.PreviewContent_toolPdfBtn__1RxkK {
  position: absolute;
  right: 0;
  width: 60px;
  height: 28px;
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  color: #686868;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.PreviewContent_toolPdfBtn__1RxkK i {
  margin-right: 5px;
  font-size: 16px;
  color: #e26767;
}
.PreviewContent_toolPdfBtn__1RxkK.PreviewContent_disabled__1HGOs {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

.PreviewContent_toolPdfBtnParse__1jAqj {
  background-color: #e26767;
  color: #ffffff;
}

.PreviewContent_toolPdfBtnParse__1jAqj:hover {
  border: 1px solid #d8d8d8;
  color: #ffffff;
}
.PreviewContent_toolPdfBtnParse__1jAqj.PreviewContent_disabled__1HGOs {
  pointer-events: all;
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  color: #686868;
}

.PreviewContent_imgViewerWrap__3S_Fo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: #ffffff;
}

.PreviewContent_imgViewerWrap__3S_Fo img {
  max-width: 100%;
}

.PreviewContent_docHTMLWrap__1Ww9S {
  max-width: 800px;
  margin: auto;
  min-height: 100%;
  background: #ffffff;
  padding: 20px;
}
.PreviewContent_docHTMLWrap__1Ww9S img {
  max-width: 100%;
}
.PreviewContent_docHTMLWrap__1Ww9S em {
  color: inherit !important;
  font-style: italic;
}
.PreviewContent_docHTMLWrap__1Ww9S ul, .PreviewContent_docHTMLWrap__1Ww9S ul li{
  list-style: initial;
}
.PreviewContent_docHTMLWrap__1Ww9S ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.PreviewContent_docHTMLWrap__1Ww9S ol, .PreviewContent_docHTMLWrap__1Ww9S ol li {
  list-style: decimal;
}

.PreviewContent_imgHoverAction__1pB0P {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 5px 10px;
  background: #000000;
  color: #ffffff;
  border-radius: 4px;
  display: none;
  cursor: pointer;
}

.PreviewContent_fileIframeImg__3W3_3:hover .PreviewContent_imgHoverAction__1pB0P {
  display: flex;
  z-index: 999;
}


.theme_0 .PreviewContent_fileIframe__3tTL2{
  background-color: var(--bgColor);
}

.theme_0 .PreviewContent_viewHeightOffice__2H35y .PreviewContent_docHTMLWrap__1Ww9S{
  background-color: var(--bgColor);
}

.theme_0 .PreviewContent_viewHeightOffice__2H35y .PreviewContent_docHTMLWrap__1Ww9S p{
  color: var(--fontColor);
}

.theme_0 .PreviewContent_viewHeightOffice__2H35y .PreviewContent_docHTMLWrap__1Ww9S table{
  color: var(--fontColor);
}

.theme_0 .PreviewContent_viewHeight__rfzHh{
  background-color: var(--bgColor);
}
.PersonalData_tabBox__1s6oK .ant-radio-button-wrapper {
    border: none !important;
    color: #646A73 !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    outline: none !important;
}
.PersonalData_tabBox__1s6oK .ant-radio-button-wrapper:hover {
    background-color: #F5F7Fa;
    color: #646A73;
}
.PersonalData_tabBox__1s6oK .ant-radio-button-wrapper:not(:first-child)::before {
    display: none;
}
.PersonalData_tabBox__1s6oK .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
    background-color: #ecf8ff;
    color: #333333;
    font-weight: bold;
}
.PersonalData_tabBox__1s6oK .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
    border: none;
    box-shadow: none;
}
.PersonalData_tabBox__1s6oK .ant-radio-button-wrapper {
    padding: 0 10px 0 15px;
}

.PersonalData_tabBox__1s6oK {
    padding: 10px 0 10px;
    display: flex;
    align-items: center;
    grid-column-gap: 15px;
    column-gap: 15px;
    margin: 0 30px 1px;
}

.src-containers-InteReminder-Reminder-module__reminderList--1Rf1s {
  position: relative;
  height: 500px;
  margin: 0;
}
.src-containers-InteReminder-Reminder-module__header--2XKpe {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  border-bottom: 1px solid #d8d8d8;
  height: 40px;
  align-items: center;
}
.src-containers-InteReminder-Reminder-module__header--2XKpe div:first-child {
  font-size: 14px;
  height: 20px;
  font-weight: 600;
  line-height: 20px;
  margin-left: 20px;
}
.src-containers-InteReminder-Reminder-module__reminderListData--159Aj {
  position: relative;
  height: 445px;
  margin: 0;
  overflow: hidden;
  overflow-y: scroll;
}
.src-containers-InteReminder-Reminder-module__reminderItem--2Gs1A {
  display: flex;
}
.src-containers-InteReminder-Reminder-module__reminderItemLeft--2-7W_ {
  width: 45px;
  display: block;
  padding: 0 14px;
  margin-bottom: 15px;
}
.src-containers-InteReminder-Reminder-module__reminderItemLeft--2-7W_ span {
  display: none;
}
.src-containers-InteReminder-Reminder-module__reminderItem--2Gs1A:hover {
  background-color: #f1f1f1;
}
.src-containers-InteReminder-Reminder-module__spanBlock--2GVL_ {
  display: block;
}
.src-containers-InteReminder-Reminder-module__reminderItem--2Gs1A:hover .src-containers-InteReminder-Reminder-module__reminderItemLeft--2-7W_ span {
  display: block;
}
.src-containers-InteReminder-Reminder-module__reminderContent--3HojQ div:last-child {
  color: #999999;
}
.src-containers-InteReminder-Reminder-module__reminderContent--3HojQ div:first-child {
  width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.src-containers-InteReminder-Reminder-module__reminderItem--2Gs1A .src-containers-InteReminder-Reminder-module__reminderItemBody--Adwor .src-containers-InteReminder-Reminder-module__reminderContent--3HojQ div:last-child {
  display: none;
}
.src-containers-InteReminder-Reminder-module__reminderItem--2Gs1A:hover .src-containers-InteReminder-Reminder-module__reminderItemBody--Adwor .src-containers-InteReminder-Reminder-module__reminderContent--3HojQ div:last-child {
  display: block;
}
.src-containers-InteReminder-Reminder-module__reminderItemBody--Adwor {
  width: 100%;
  padding-right: 10px;
}
.src-containers-InteReminder-Reminder-module__reminderContent--3HojQ {
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  display: flex;
  justify-content: space-between;
}
.src-containers-InteReminder-Reminder-module__reminderTime--3esmt {
  height: 17px;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 17px;
}
.src-containers-InteReminder-Reminder-module__itemHighlight--1Vw0O {
  color: #55c0ff;
}
.src-containers-InteReminder-Reminder-module__reminderItemTitle--1Sohs {
  background: #f5f7fa;
  border-radius: 2px;
  font-size: 16px;
  color: #333333;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  margin-bottom: 10px;
}
/* #FFEAAD */
.src-containers-InteReminder-Reminder-module__reminderSubItem--3FRkI {
  position: relative;
  border: 1px solid #c5eaff;
  border-radius: 2px;
  margin-bottom: 10px;
}
.src-containers-InteReminder-Reminder-module__shutdownIcon--o-CGP {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.src-containers-InteReminder-Reminder-module__subItemHeader--zkoBd {
  font-size: 14px;
  color: #666666;
  padding: 10px;
}
.src-containers-InteReminder-Reminder-module__reminderBody--1mnMU {
  padding: 0 10px 5px 10px;
  font-size: 14px;
  color: #333333;
  line-height: 26px;
  font-weight: bold;
  cursor: pointer;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}
.src-containers-InteReminder-Reminder-module__taskText--gz-m8 {
  font-size: 12px;
  color: #666;
  margin-bottom: 5px;
  font-weight: normal;
}
.src-containers-InteReminder-Reminder-module__taskFile--E8-rw {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.src-containers-InteReminder-Reminder-module__taskFile--E8-rw span {
  flex: 1 1;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  line-height: 23px;
}
.src-containers-InteReminder-Reminder-module__subAvatar--2ZDwe {
  margin-right: 5px;
}
.src-containers-InteReminder-Reminder-module__reminderFooter--3X7Je {
  text-align: right;
  color: #b6b6b6;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  padding-right: 20px;
}
.src-containers-InteReminder-Reminder-module__noMsgBox--36c2v {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.src-containers-InteReminder-Reminder-module__noMsgText--3_lTH {
  margin-top: 16px;
  line-height: 20px;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  text-align: center;
}
.src-containers-InteReminder-Reminder-module__setReminder--1VxHS {
  padding-bottom: 20px;
}
.src-containers-InteReminder-Reminder-module__dead_line--2ZD5Z {
  margin: 20px 0 0 0;
  height: auto;
  line-height: normal;
  display: flex;
  text-align: left;
}
.src-containers-InteReminder-Reminder-module__dead_line--2ZD5Z .src-containers-InteReminder-Reminder-module__dead_line_name--39Z0v {
  font-size: 14px;
  color: #333333;
  flex: 80px 0 1;
  width: 80px;
  padding: 3px 0 0 0;
}
.src-containers-InteReminder-Reminder-module__dead_line--2ZD5Z .src-containers-InteReminder-Reminder-module__dead_line_select--1b2Yz {
  flex: 1 1;
  z-index: 1002;
}
.src-containers-InteReminder-Reminder-module__dead_line--2ZD5Z .src-containers-InteReminder-Reminder-module__dead_line_select--1b2Yz .ant-calendar-picker-input {
  border: none !important;
  box-shadow: none !important;
  font-size: 14px;
  color: #333333;
}
.src-containers-InteReminder-Reminder-module__dead_line--2ZD5Z .src-containers-InteReminder-Reminder-module__dead_line_select--1b2Yz .src-containers-InteReminder-Reminder-module__select_time--26yYF {
  margin: 0 0 0 44px;
  font-size: 14px;
  color: #666666;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  text-align: left;
  position: relative;
}
.src-containers-InteReminder-Reminder-module__time_interval_list--1xZby .src-containers-InteReminder-Reminder-module__time_interval_item--1k68q {
  height: 30px;
  line-height: 30px;
  padding: 2px 25px 2px 25px;
  cursor: pointer;
}
.src-containers-InteReminder-Reminder-module__time_interval_list--1xZby .src-containers-InteReminder-Reminder-module__time_interval_item--1k68q:hover {
  background: #f2f2f2;
}
.src-containers-InteReminder-Reminder-module__timer_str--MUw_G {
  display: inline-block;
  padding: 0 3px 0 12px;
}
.ant-modal-header {
  border-bottom: 1px solid var(--page-border-color);
}
.ant-modal-footer {
  border-top: 1px solid var(--page-border-color);
}
.src-containers-InteReminder-Reminder-module__reminderListData--159Aj .ant-list-split .ant-list-item {
  border-bottom: 1px solid #d8d8d8;
}
.src-containers-InteReminder-Reminder-module__setReminderFooter--2dTMA {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 30px;
}
.src-containers-InteReminder-Reminder-module__setReminderFooter--2dTMA div {
  height: 32px;
  border: unset;
  font-size: 14px;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  cursor: pointer;
  border-radius: 4px;
  padding: 0 15px;
  line-height: 32px;
}
.src-containers-InteReminder-Reminder-module__setReminderFooter--2dTMA div:last-child {
  color: #ffffff;
  background: #55c0ff;
  margin-left: 12px;
  border: unset;
}
.theme_0 .src-containers-InteReminder-Reminder-module__dead_line_name--39Z0v {
  color: var(--spanColor);
}
.theme_0 .src-containers-InteReminder-Reminder-module__dead_line_select--1b2Yz input::placeholder {
  color: var(--spanColor);
}
.theme_0 .src-containers-InteReminder-Reminder-module__dead_line_select--1b2Yz input {
  color: var(--fontColor);
}
.theme_0 .ant-calendar-input-wrap .ant-calendar-input {
  background-color: transparent !important;
}
.theme_0 .ant-calendar-year-select,
.theme_0 .ant-calendar-month-select {
  color: var(--fontColor) !important;
}
.theme_0 .ant-calendar-header {
  border-color: var(--borderColor);
}
.theme_0 .ant-calendar-table thead tr th span {
  color: var(--fontColor) !important;
}
.theme_0 .ant-calendar-table tbody tr td div {
  background-color: transparent;
  color: var(--fontColor) !important;
}
.theme_0 .ant-calendar-date[aria-selected=false]:hover {
  background-color: transparent;
  color: var(--borderColor) !important;
}
.theme_0 .ant-calendar-date[aria-selected=true] {
  background-color: var(--selectColor);
}
.theme_0 .src-containers-InteReminder-Reminder-module__setReminderFooter--2dTMA div:nth-child(1) {
  background-color: transparent;
  color: var(--fontColor);
}
.theme_0 .ant-calendar-picker div input {
  color: var(--fontColor) !important;
}
.theme_0 .ant-calendar-time-picker-inner,
.theme_0 .ant-calendar-time-picker-select-option-selected {
  background-color: var(--bgActive);
  color: var(--fontColor);
}
.theme_0 .ant-calendar-time-picker-select {
  border-right: 1px solid var(--borderDivColor);
}
.theme_0 .ant-calendar-time-picker-select:last-child {
  border-color: transparent;
}
.theme_0 .ant-calendar-time-picker-select li:hover {
  background: var(--hoverColor);
}
.theme_0 .src-containers-InteReminder-Reminder-module__dead_line_select--1b2Yz input {
  background-color: var(--bgColor);
  color: var(--fontColor);
  border-color: var(--borderColor);
}
.theme_0 .src-containers-InteReminder-Reminder-module__inputWrapper--1yrTA input::placeholder {
  color: var(--spanColor);
}

.src-containers-History-HistoryPage-module__historyPage--hKuOx {
  width: 100%;
  height: 100vh;
  background-color: #f5f7fa;
  overflow: hidden;
}
.src-containers-History-HistoryPage-module__historyContainer--1Y_iJ {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
.src-containers-History-HistoryPage-module__historyHeader--1QEVP {
  padding: 20px 24px;
}
.src-containers-History-HistoryPage-module__historyHeader--1QEVP .src-containers-History-HistoryPage-module__titleSection--3rhyU {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.src-containers-History-HistoryPage-module__historyHeader--1QEVP .src-containers-History-HistoryPage-module__titleSection--3rhyU h1 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  color: #262626;
}
.src-containers-History-HistoryPage-module__historyHeader--1QEVP .src-containers-History-HistoryPage-module__titleSection--3rhyU .src-containers-History-HistoryPage-module__headerControls--22A5t {
  display: flex;
  align-items: center;
  grid-gap: 12px;
  gap: 12px;
}
.src-containers-History-HistoryPage-module__historyHeader--1QEVP .src-containers-History-HistoryPage-module__titleSection--3rhyU .src-containers-History-HistoryPage-module__headerControls--22A5t .src-containers-History-HistoryPage-module__searchWrapper--3qE2n {
  width: 200px;
}
.src-containers-History-HistoryPage-module__historyHeader--1QEVP .src-containers-History-HistoryPage-module__titleSection--3rhyU .src-containers-History-HistoryPage-module__headerControls--22A5t .src-containers-History-HistoryPage-module__filterWrapper--2aJ8s {
  width: 140px;
}
.src-containers-History-HistoryPage-module__filterSection--12Tqq {
  display: flex;
  grid-gap: 12px;
  gap: 12px;
  margin-bottom: 16px;
}
.src-containers-History-HistoryPage-module__filterSection--12Tqq .src-containers-History-HistoryPage-module__searchWrapper--3qE2n {
  flex: 1 1;
}
.src-containers-History-HistoryPage-module__filterSection--12Tqq .src-containers-History-HistoryPage-module__searchWrapper--3qE2n .src-containers-History-HistoryPage-module__searchInput--3uvT7 {
  width: 100%;
}
.src-containers-History-HistoryPage-module__filterSection--12Tqq .src-containers-History-HistoryPage-module__searchWrapper--3qE2n .src-containers-History-HistoryPage-module__searchInput--3uvT7 .ant-input {
  height: 36px;
  border-radius: 4px;
}
.src-containers-History-HistoryPage-module__filterSection--12Tqq .src-containers-History-HistoryPage-module__filterWrapper--2aJ8s {
  width: 160px;
}
.src-containers-History-HistoryPage-module__filterSection--12Tqq .src-containers-History-HistoryPage-module__filterWrapper--2aJ8s .src-containers-History-HistoryPage-module__filterSelect--2br2C {
  width: 100%;
}
.src-containers-History-HistoryPage-module__filterSection--12Tqq .src-containers-History-HistoryPage-module__filterWrapper--2aJ8s .src-containers-History-HistoryPage-module__filterSelect--2br2C .ant-select-selection {
  height: 36px;
  display: flex;
  align-items: center;
}
.src-containers-History-HistoryPage-module__filterOption--2y0q- {
  display: flex;
  align-items: center;
  padding: 4px 0;
}
.src-containers-History-HistoryPage-module__filterOption--2y0q- .src-containers-History-HistoryPage-module__filterOptionIcon--3UM1Y {
  margin-right: 8px;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.src-containers-History-HistoryPage-module__filterOption--2y0q- .src-containers-History-HistoryPage-module__filterOptionLabel--29uFl {
  flex: 1 1;
}
.src-containers-History-HistoryPage-module__filterOption--2y0q- .src-containers-History-HistoryPage-module__filterOptionCount--7iRVd {
  background-color: #1890ff;
  color: #fff;
  border-radius: 10px;
  padding: 0 6px;
  font-size: 12px;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin-left: 8px;
}
.src-containers-History-HistoryPage-module__filterDropdown--28CUN .ant-select-dropdown-menu-item {
  padding: 8px 12px;
}
.src-containers-History-HistoryPage-module__filterDropdown--28CUN .ant-select-dropdown-menu-item:hover {
  background-color: #f5f5f5;
}
.src-containers-History-HistoryPage-module__historyContent--2ZIyB {
  flex: 1 1;
  overflow-y: auto;
  padding: 0;
  position: relative;
}
.src-containers-History-HistoryPage-module__historyContent--2ZIyB .src-containers-History-HistoryPage-module__loading--1-YMM,
.src-containers-History-HistoryPage-module__historyContent--2ZIyB .src-containers-History-HistoryPage-module__emptyState--20ZYu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #8c8c8c;
}
.src-containers-History-HistoryPage-module__historyContent--2ZIyB .src-containers-History-HistoryPage-module__historyList---9Z7c {
  padding: 16px 24px;
}
.src-containers-History-HistoryPage-module__historyItem--3w9Dn {
  position: relative;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 16px;
  background-color: #fff;
  border: 1px solid #E9E9E9;
  transition: all 0.3s;
  display: flex;
  cursor: pointer;
  overflow: hidden;
  /* 防止内容溢出 */
}
.src-containers-History-HistoryPage-module__historyItem--3w9Dn:hover {
  background-color: #F8F8F8;
}
.src-containers-History-HistoryPage-module__historyItem--3w9Dn:hover .src-containers-History-HistoryPage-module__deleteBtn--3hvWb {
  opacity: 1;
}
.src-containers-History-HistoryPage-module__historyItem--3w9Dn.src-containers-History-HistoryPage-module__selected--3tZNj {
  background-color: #e6f7ff;
  border-color: #91d5ff;
}
.src-containers-History-HistoryPage-module__historyItem--3w9Dn .src-containers-History-HistoryPage-module__itemCheckbox--1b2Cz {
  margin-right: 16px;
  align-self: flex-start;
}
.src-containers-History-HistoryPage-module__historyItem--3w9Dn .src-containers-History-HistoryPage-module__itemContent--3SEGR {
  flex: 1 1;
  position: relative;
  min-width: 0;
  /* 确保flex子项可以正确收缩 */
  overflow: hidden;
  /* 防止内容溢出 */
}
.src-containers-History-HistoryPage-module__historyItem--3w9Dn .src-containers-History-HistoryPage-module__itemContent--3SEGR .src-containers-History-HistoryPage-module__itemHeader--2jJR4 {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
}
.src-containers-History-HistoryPage-module__historyItem--3w9Dn .src-containers-History-HistoryPage-module__itemContent--3SEGR .src-containers-History-HistoryPage-module__itemHeader--2jJR4 .src-containers-History-HistoryPage-module__itemTitle--1EYoT {
  font-size: 16px;
  font-weight: 500;
  color: #262626;
  margin-bottom: 8px;
  line-height: 1.4;
  word-break: break-word;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90%;
}
.src-containers-History-HistoryPage-module__historyItem--3w9Dn .src-containers-History-HistoryPage-module__itemContent--3SEGR .src-containers-History-HistoryPage-module__itemHeader--2jJR4 .src-containers-History-HistoryPage-module__itemMeta--HPsRC {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.src-containers-History-HistoryPage-module__historyItem--3w9Dn .src-containers-History-HistoryPage-module__itemContent--3SEGR .src-containers-History-HistoryPage-module__itemHeader--2jJR4 .src-containers-History-HistoryPage-module__itemMeta--HPsRC .src-containers-History-HistoryPage-module__itemTime--3gFOo {
  color: #8c8c8c;
  font-size: 12px;
  margin-right: 12px;
}
.src-containers-History-HistoryPage-module__historyItem--3w9Dn .src-containers-History-HistoryPage-module__itemContent--3SEGR .src-containers-History-HistoryPage-module__itemHeader--2jJR4 .src-containers-History-HistoryPage-module__itemMeta--HPsRC .src-containers-History-HistoryPage-module__itemType--3fyHk {
  margin: 0;
  font-size: 12px;
}
.src-containers-History-HistoryPage-module__historyItem--3w9Dn .src-containers-History-HistoryPage-module__itemContent--3SEGR .src-containers-History-HistoryPage-module__fileInfo--2T2XD {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 8px;
  gap: 8px;
  margin-top: 12px;
}
.src-containers-History-HistoryPage-module__historyItem--3w9Dn .src-containers-History-HistoryPage-module__actionArea--1J8fH {
  position: absolute;
  top: 20px;
  right: 16px;
  display: flex;
  align-items: center;
  grid-gap: 12px;
  gap: 12px;
}
.src-containers-History-HistoryPage-module__historyItem--3w9Dn .src-containers-History-HistoryPage-module__pointsUsage--2ETZL {
  font-size: 14px;
  color: #666;
  display: flex;
  align-items: center;
  grid-gap: 4px;
  gap: 4px;
}
.src-containers-History-HistoryPage-module__historyItem--3w9Dn .src-containers-History-HistoryPage-module__pointsUsage--2ETZL .src-containers-History-HistoryPage-module__qinIcon--30JPV {
  width: 18px;
  height: 18px;
}
.src-containers-History-HistoryPage-module__historyItem--3w9Dn .src-containers-History-HistoryPage-module__deleteBtn--3hvWb {
  color: #ff4d4f;
  font-size: 16px;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s;
}
.src-containers-History-HistoryPage-module__historyItem--3w9Dn .src-containers-History-HistoryPage-module__deleteBtn--3hvWb:hover {
  color: #ff7875;
}
.src-containers-History-HistoryPage-module__fileItem--1seSy {
  display: flex;
  align-items: center;
  padding: 4px 8px;
  background-color: #f5f5f5;
  border-radius: 4px;
  max-width: 200px;
  overflow: hidden;
}
.src-containers-History-HistoryPage-module__fileItem--1seSy .src-containers-History-HistoryPage-module__fileIcon--1JTT0 {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.src-containers-History-HistoryPage-module__fileItem--1seSy .src-containers-History-HistoryPage-module__fileImage--3WWUz {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 2px;
}
.src-containers-History-HistoryPage-module__fileItem--1seSy .src-containers-History-HistoryPage-module__fileName--2r4Bh {
  font-size: 12px;
  color: #595959;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.src-containers-History-HistoryPage-module__fileItem--1seSy:hover {
  background-color: #e6f7ff;
}
.src-containers-History-HistoryPage-module__imagePreviewModal--2CDzB {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
}
.src-containers-History-HistoryPage-module__historyFooter--14n-E {
  padding: 16px 24px;
  border-top: 1px solid #f0f0f0;
  display: flex;
  justify-content: flex-end;
  background-color: #fff;
}

.PdfFileInfo_siderContainer__3X2dq {
  /* overflow: auto; */
  height: 100%;
}

.PdfFileInfo_headerWrap__1nvav {
  display: flex;
  border-bottom: 1px solid var(--border-color-22);
}

.PdfFileInfo_headerWrapLeft__ukaxd,
.PdfFileInfo_headerWrapRight__1tUth {
  margin-left: 16px;
  cursor: pointer;
  line-height: 40px;
}


.PdfFileInfo_header__w2EAM {
  height: 40px;
  line-height: 40px;
  /* border-bottom: 1px solid var(--border-color-22); */
  display: flex;
  align-items: center;
  padding: 0 20px;
  font-weight: 500;
  color: #333333;
  font-family: 'PingFangSC-Medium, PingFang SC';
  font-weight: bold;
  white-space: nowrap;
  overflow-x: auto;
}

.PdfFileInfo_header__w2EAM::-webkit-scrollbar {
  display: none;
}


.PdfFileInfo_scalableStyle__UhkOS {
  margin-left: 4px;
  cursor: pointer;
}

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

.PdfFileInfo_headerText__BGIem {
  height: 24px;
  padding: 2px 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 10px;
  color: #666666;
  border-radius: 2px;
}

.PdfFileInfo_doiReferenceListContainer__1vLuj {
  height: calc(100% - 40px);
}

.PdfFileInfo_headerActive__1Keg8 {
  color: #333333;
  background: #f5f7fa;
}

.PdfFileInfo_hitFailed__1ND9w {
  padding: 3px 6px;
  height: 24px;
  background: #fff1e3;
  opacity: 0.86;
  margin-right: 8px;
  display: flex;
  align-items: center;
}

.PdfFileInfo_hitFailed__1ND9w span {
  color: #dc6a00;
  line-height: 17px;
  font-size: 12px;
  font-weight: 400;
}

.PdfFileInfo_headerRightWrap__1UQqh {
  display: flex;
  align-items: center;
  width: 50%;
  cursor: pointer;
}

.PdfFileInfo_headerRightWrap__1UQqh span:first-child {
  margin-right: 70px;
}

.PdfFileInfo_headerCloseWrap__16TBb {
  display: flex;
  align-items: center;
  position: absolute;
  right: 20px;
}

.PdfFileInfo_headerRight__EFiSg {
  font-size: 14px;
  font-weight: 500;
  color: #55c0ff;
  line-height: 22px;
  cursor: pointer;
  margin-right: 10px;
}

.PdfFileInfo_headerRightTips__2fsVa {
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  line-height: 17px;
}

.PdfFileInfo_headerRightTips__2fsVa span {
  /* color: #55c0ff; */
  cursor: pointer;
}

.PdfFileInfo_close__d0VIT {
  display: block;
  font-size: 16px;
  cursor: pointer;
  padding: 0 4px;
  color: #666666;
  -webkit-user-select: none;
          user-select: none;
  margin-left: 16px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
}

.PdfFileInfo_close__d0VIT:hover {
  background-color: #d8d8d8;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.PdfFileInfo_close__d0VIT img {
  width: 16px;
  height: 16px;
}

.PdfFileInfo_close__d0VIT:hover {
  color: #333333;
}

.PdfFileInfo_infowrap__EGVPU {
  /* margin-top: 15px; */
  padding: 10px 20px;
  height: calc(100% - 120px);
  overflow: hidden auto;
}

.PdfFileInfo_itemwrap__3kKW5 {
  line-height: 30px;
  margin-top: 5px;
  /* display: flex; */
  position: relative;
}

.PdfFileInfo_itemDividerWrap__3TUUr {
  width: calc(100% + 40px);
  margin-left: -20px;
}

.PdfFileInfo_itemwrapDisplay__3-eBq {
  display: inline-block;
  width: 60px;
  max-width: 80px;
}

.PdfFileInfo_divider__3ZpKq {
  display: flex;
  align-items: center;
  font-size: 12px;
  background-color: #fff;
  margin: 15px 0;
  line-height: 1;
  width: 100%;
  text-align: center;
  color: #0082eb;
}

.PdfFileInfo_divider__3ZpKq::before,
.PdfFileInfo_divider__3ZpKq::after {
  content: '';
  width: 50%;
  height: 1px;
  background-color: #eff9ff;
}

.PdfFileInfo_divider__3ZpKq span {
  flex: 0 0 auto;
  padding: 3px 4px;
  background-color: #ecf8ff;
  border-radius: 3px;
}

.PdfFileInfo_itemwrapTextarea__26r4U {
  margin: 20px;
}

.PdfFileInfo_name__1fLCR {
  margin-right: 12px;
  color: #999999;
  width: 90px;
  min-width: 90px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.PdfFileInfo_bibtex__2FXJJ {
  align-items: flex-start;
}

.PdfFileInfo_inputWrap__3z0gD {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.PdfFileInfo_inputWrap__3z0gD .ant-select {
  width: 100%;
}

.ant-select-dropdown-menu-item {
  text-align: left;
}

.PdfFileInfo_inputWrap__3z0gD input,
select {
  outline: none;
  height: 30px;
  width: 100%;
  line-height: 30px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  padding-left: 8px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* max-width: 380px; */
  padding-right: 40px;
}

.PdfFileInfo_inputWrap__3z0gD input::placeholder {
  color: #c0c0c5;
  opacity: 1;
  font-weight: normal;
  font-family: 'PingFang-SC';
}

.PdfFileInfo_inputWrap__3z0gD input:focus,
.PdfFileInfo_inputWrap__3z0gD:hover input {
  border: 1px solid #55c0ff;
}

.PdfFileInfo_inputWrap__3z0gD .ant-rate .ant-rate-star-full div[role='radio'] {
  color: #55c0ff;
}

.PdfFileInfo_textareaWrap__13Yp8 {}

.PdfFileInfo_inputWrap__3z0gD textarea {
  outline: none;
  height: 105px;
  width: 100%;
  line-height: 30px;
  resize: none;
  border-radius: 4px;
  border: unset;
  padding: 0 8px;
  overflow-y: hidden;
  overflow-x: hidden;
  border: 1px solid #d8d8d8;
  /* white-space: nowrap; */
  text-overflow: ellipsis;
  /* max-width: 380px; */
}

.PdfFileInfo_nameTextarea__2Ng2g {
  outline: none;
  width: 100%;
  resize: none;
  border-radius: 4px;
  border: unset;
  padding: 0 8px;
  overflow-y: hidden;
  overflow-x: hidden;
  border: 1px solid #d8d8d8;
  /* white-space: nowrap; */
  text-overflow: ellipsis;
  min-height: 30px;
  max-height: 300px;
}

.PdfFileInfo_inputWrap__3z0gD:hover textarea {
  border: 1px solid #55c0ff;
}

.PdfFileInfo_inputWrap__3z0gD textarea:focus {
  height: 105px;
  border: 1px solid #55c0ff;
  overflow: auto;
}

.PdfFileInfo_textareaWrap__13Yp8 textarea:focus {
  border: 1px solid #55c0ff;
  height: 100%;
  padding: 0 8px;
}

.PdfFileInfo_inputWrap__3z0gD:hover .PdfFileInfo_action__2pOq5 {
  display: flex;
}

.PdfFileInfo_inputWrap__3z0gD textarea:focus+.PdfFileInfo_action__2pOq5 {
  display: flex;
}

.PdfFileInfo_inputWrap__3z0gD textarea::placeholder {
  color: #c0c0c5;
  opacity: 1;
  font-weight: normal;
  font-family: 'PingFang-SC';
}

.PdfFileInfo_textareaWrap__13Yp8 textarea {
  height: 100%;
  width: 100%;
  position: absolute;
  word-break: break-word;
  white-space: normal;
  overflow: hidden;
}

.PdfFileInfo_tempInfo__uS-N- {
  word-break: break-word;
  white-space: normal;
}

.PdfFileInfo_itpsWrap__3MVVc {}

.PdfFileInfo_textareaWrap__13Yp8 div:first-child {
  position: relative;
  visibility: hidden;
  padding-left: 8px;
}

.PdfFileInfo_inputWrap__3z0gD .PdfFileInfo_endNoteTips__1zexZ {
  position: absolute;
  top: 10px;
  left: 24px;
  color: #d8d8d8;
  font-size: 14px;
  line-height: 24px;
}

.PdfFileInfo_inputWrap__3z0gD .PdfFileInfo_endNoteTips__1zexZ span {
  color: #b9b9b9;
}

.PdfFileInfo_infowrap__EGVPU .ant-calendar-picker {
  width: 100%;
}

.PdfFileInfo_infowrap__EGVPU .ant-input::-webkit-input-placeholder {
  color: #c0c0c5;
}

.PdfFileInfo_inputWrap__3z0gD .PdfFileInfo_action__2pOq5 {
  margin-right: 10px;
  display: none;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 6px;
}

.PdfFileInfo_inputWrap__3z0gD .PdfFileInfo_actionAuthor__KiSg_ {
  margin-left: 10px;
  margin-right: 0;
}

.PdfFileInfo_inputWrap__3z0gD input:focus+.PdfFileInfo_action__2pOq5 {
  display: flex;
}

.PdfFileInfo_inputWrapTags__37Cmx {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.PdfFileInfo_inputWrap__3z0gD .PdfFileInfo_inputWrapTags__37Cmx span {
  padding: 2px 10px;
  margin: 0 10px 10px 0;
  border: 1px solid;
  border-color: #d9d9d9;
  border-radius: 4px;
  position: relative;
}

.PdfFileInfo_inputWrap__3z0gD .PdfFileInfo_inputWrapTags__37Cmx span:hover {
  border-color: #55c0ff;
  color: #55c0ff;
}

.PdfFileInfo_inputWrap__3z0gD .PdfFileInfo_inputWrapTags__37Cmx span:hover .PdfFileInfo_tagDelete__2QHKC {
  display: block;
}

.PdfFileInfo_inputWrap__3z0gD .ant-select-selection--single .ant-select-selection__rendered {
  margin-left: 6px;
}

.PdfFileInfo_inputWrap__3z0gD .ant-select-selection {
  border: 1px solid #d8d8d8;
}

.PdfFileInfo_inputWrap__3z0gD .ant-select-selection:focus,
.PdfFileInfo_inputWrap__3z0gD .ant-select-selection:hover {
  border: 1px solid #55c0ff;
}

.PdfFileInfo_inputWrap__3z0gD .ant-select-selection:hover .ant-select-arrow {
  display: block;
}

.PdfFileInfo_inputWrap__3z0gD .ant-select-arrow {
  /* display: none; */
}

.PdfFileInfo_tagDelete__2QHKC {
  position: absolute;
  right: -5px;
  top: -5px;
  cursor: pointer;
  display: none;
  color: #55c0ff;
  background: #fff;
  border-radius: 100%;
}

.PdfFileInfo_footer__2X14W {
  margin: 20px 0 0 0;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 0 78px;
}

.PdfFileInfo_footer__2X14W span {
  display: inline-block;
  min-width: 80px;
  padding: 0 8px;
  box-sizing: border-box;
  height: 32px;
  line-height: 32px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  background-color: #ffffff;
  color: #666666;
  text-align: center;
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
}

.PdfFileInfo_footer__2X14W span:nth-child(2n) {
  margin: 0 16px;
}

.PdfFileInfo_footer__2X14W .PdfFileInfo_save__1pZHF {
  color: #ffffff;
  background-color: #55c0ff;
  border: 1px solid #55c0ff;
}

.PdfFileInfo_footer__2X14W .PdfFileInfo_minBtn__zTr4W {
  width: 52px;
  min-width: 52px;
}

.PdfFileInfo_instruction__1Xs7w {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #666666;
  cursor: pointer;
  margin-left: 20px;
  height: 20px;
  line-height: 20px;
  margin-right: 20px;
  position: relative;
}

.PdfFileInfo_instruction__1Xs7w:hover {
  color: #55c0ff;
  border-color: #55c0ff;
}

.PdfFileInfo_instructionActive__3xwzm {
  color: #55c0ff;
  border-color: #55c0ff;
}

.PdfFileInfo_instructionPanel__3qLia {
  position: absolute;
  z-index: 999;
  top: 40px;
  left: 73px;
}

.PdfFileInfo_refer__3aksW {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 330px;
  color: #999999;
}

.PdfFileInfo_copy__2LBSN {
  cursor: pointer;
  color: #999999;
  margin-left: 8px;
}

.PdfFileInfo_newPoint__2Zz7_ {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: red;
  border-radius: 50%;
  top: -1px;
  right: -3px;
}

.PdfFileInfo_infowrap__EGVPU .ant-rate-star-first .ant-rate-star-second {
  font-size: 12px;
  color: #55c0ff;
}

.PdfFileInfo_infowrap__EGVPU .ant-rate .ant-rate-star-full div[role='radio'] {
  color: #55c0ff;
}

.PdfFileInfo_documentTypeChangeModal__Ros_1 {}

.PdfFileInfo_author__1G7LF {
  margin: 1px 0;
}

.PdfFileInfo_author__1G7LF .PdfFileInfo_action__2pOq5 {
  position: static;
}

.PdfFileInfo_author__1G7LF input {
  border: 1px solid #ffffff;
  width: 100%;
}

.PdfFileInfo_actionPopover__1xotO {}

.PdfFileInfo_actionPopover__1xotO .ant-popover-inner-content {
  width: 360px;
  padding: 0;
}

.PdfFileInfo_tipsWrap__3185o {
  font-size: 12px;
  color: #c0c0c5;
  line-height: 17px;
}

.PdfFileInfo_exportModal__29aFN .ant-modal-body {
  padding: 16px 16px 10px;
}

.PdfFileInfo_exportSelect__3mSLW {
  width: 300px;
  margin-bottom: 14px;
}

.PdfFileInfo_exportContent__920hN {
  height: 150px;
  word-break: break-all;
  overflow-y: auto;
  padding: 16px;
  background-color: #F5F7FA;
  border-radius: 4px;
  color: #666;
}

.PdfFileInfo_exportAction__3e3Nq {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 12px;
}

.PdfFileInfo_exportAction__3e3Nq span {
  color: #55c0ff;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
  cursor: pointer;
}

.PdfFileInfo_exportOption__2xlwC {}

.PdfFileInfo_guideWrap__3rCaX {
  position: absolute;
  top: 20px;
  z-index: 99;
}

.PdfFileInfo_guideWrap__3rCaX .PdfFileInfo_guideCard__y__rt {
  width: 240px;
  height: 106px;
  background: #55c0ff;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  padding: 10px;
}

.PdfFileInfo_guideWrap__3rCaX .PdfFileInfo_guideCard__y__rt .PdfFileInfo_title__2UuMj {
  font-weight: bold;
  margin-bottom: 6px;
}

.PdfFileInfo_guideCard__y__rt .PdfFileInfo_close__d0VIT {
  position: absolute;
  top: 35px;
  right: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
}

.PdfFileInfo_guideCard__y__rt .PdfFileInfo_right__1VKdI {
  position: absolute;
  bottom: 10px;
  right: 6px;
  cursor: pointer;
}

.PdfFileInfo_titleVisible__qW8ie {
  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;
  padding: 0;
  margin: 0;
}

.PdfFileInfo_titleVisible__qW8ie .PdfFileInfo_titleItem__2E4uS {
  padding: 0;
  margin: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  font-weight: 400;
  color: #666666;
  font-size: 14px;
  cursor: pointer;
  padding: 0 12px;
}

.PdfFileInfo_titleVisible__qW8ie .PdfFileInfo_titleItem__2E4uS:hover {
  background: #f5f7fa;
}

.PdfFileInfo_titleVisible__qW8ie .PdfFileInfo_titleItem__2E4uS:nth-child(1):hover .PdfFileInfo_itemIcon__2BW1_ {
  display: block;
}

.PdfFileInfo_titleVisible__qW8ie .PdfFileInfo_titleItem__2E4uS:nth-child(2):hover .PdfFileInfo_itemIcon1__z_pjF {
  display: block;
}

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

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

.PdfFileInfo_feedbackError__3MBEB {
  position: absolute;
  right: 60px;
  font-size: 14px;
  font-weight: 400;
  width: 76px;
  height: 24px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.PdfFileInfo_feedBackText__1oaI1 {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 24px;
  /* text-decoration: underline; */
}

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

.PdfFileInfo_helpModal__3JCMS .ant-modal-header {
  border-bottom: none;
  padding: 16px;
}

.PdfFileInfo_helpModalWarp__2wm8E {
  padding: 0 16px;
}

.PdfFileInfo_helpModalContent__XQfCs img {
  width: 100%;
}

.PdfFileInfo_helpModalFooter__oqfeW {
  padding: 18px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.PdfFileInfo_helpModalFooter__oqfeW i {
  width: 16px;
  cursor: pointer;
}

.PdfFileInfo_helpModalFooter__oqfeW i:first-child {
  transform: rotate(180deg);
  margin-right: 64px;
}

.PdfFileInfo_hideHelp__1EcNI {
  display: none;
}

.PdfFileInfo_abstractExtend__DsKlp {
  flex: 1 1;
}

.PdfFileInfo_abstractExtendH__3X-RP {
  justify-content: flex-end;
}

.PdfFileInfo_abstractExtendH__3X-RP,
.PdfFileInfo_abstractExtendH__3X-RP>div {
  display: flex;
  align-items: center;
}

.PdfFileInfo_abstractExtendH__3X-RP>div {
  margin-left: 24px;
  cursor: pointer;
  color: #55c0ff;
}

.PdfFileInfo_abstractExtendH__3X-RP span {
  /* text-decoration: underline; */
  margin-right: 5px;
  -webkit-user-select: none;
          user-select: none;
  color: #333;
  cursor: pointer;
  width: 32px;
  height: 20px;
  background: #f5f7fa;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}

.PdfFileInfo_openAbstract__2GTqA {
  display: -webkit-box;
  -webkit-line-clamp: 1000;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.PdfFileInfo_hideAbstract__1kGXE {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.PdfFileInfo_abstractTran__pma-K {
  /* display: initial; */
}

.PdfFileInfo_abstractTranH__1UJfV {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}

.PdfFileInfo_abstractTranB__3kn_V {
  background: #f5f7fa;
  border-radius: 4px;
  padding: 8px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}

.PdfFileInfo_itemSpaceilStyle__1FtbK {
  margin: 10px 0;
  display: inline-block;
  /* width: 60px;
  max-width: 80px; */
}

.PdfFileInfo_itemCIIFStyleNone__XijaG {
  /* margin-top: 18px;
  margin-bottom: 18px; */
  display: none;
}

.PdfFileInfo_itemNOdeStyle__3NHyP {
  display: inline;
  width: 60px;
  max-width: 80px;
}

.PdfFileInfo_CIIFInfo__2sjoL {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 22px;
  background: #55c0ff;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 22px;
  padding: 0 5px;
  /* margin-bottom: 5px; */
  margin-left: 6px;

}

.PdfFileInfo_CAOSInfo__2e6zA {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 22px;
  background: #00bf63;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 22px;
  padding: 0 5px;
}

.PdfFileInfo_fileRoute__11z7j {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.PdfFileInfo_fileRoute__11z7j,
.PdfFileInfo_fileRoute__11z7j .ant-breadcrumb,
.PdfFileInfo_fileRoute__11z7j .ant-breadcrumb > span:last-child {
  font-size: 14px;
  color: #999;
}

.PdfFileInfo_fileRoute__11z7j img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.PdfFileInfo_tagList__1uK8R {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: -6px;
}

.PdfFileInfo_tagItem__YBwPF {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  height: 22px;
  line-height: 22px;
  padding: 0 6px;
  background-color: #fff;
  border-radius: 2px;
  color: #666;
  margin-right: 6px;
  margin-bottom: 6px;
}

.PdfFileInfo_tagItem__YBwPF span {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.PdfFileInfo_addTagItem__3QcWV {
  border: 1px solid #d8d8d8;
  color: #999;
  font-size: 12px;
  cursor: pointer;
}

.PdfFileInfo_tagItemDelete__2oc_g {
  display: none;
  position: absolute;
  right: -4px;
  font-size: 12px;
  top: -4px;
  color: #666;
}

.PdfFileInfo_tagItem__YBwPF:hover .PdfFileInfo_tagItemDelete__2oc_g {
  display: block;
}

.PdfFileInfo_quickTagWarp__2ynxZ {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99;
}

.PdfFileInfo_exploreButton__3dZW1 {
  height: 24px;
  position: absolute;
  top: -4px;
  left: 34px;
  cursor: pointer;
}


.PdfFileInfo_docDescInputWrap__2vZxp,
.PdfFileInfo_bittextInputWrap__xne8c {
  margin-top: 10px;
}


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

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

.theme_0 .PdfFileInfo_headerWrap__1nvav {
  border-bottom: 1px solid var(--borderColor);
}

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

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

.theme_0 .PdfFileInfo_divider__3ZpKq {
  background-color: transparent;
}

.theme_0 .PdfFileInfo_divider__3ZpKq::before,
.theme_0 .PdfFileInfo_divider__3ZpKq::after {
  background-color: var(--borderColor);
}

.theme_0 .PdfFileInfo_divider__3ZpKq span {
  background-color: var(--bgColor);
  color: var(--selectColor);
}

.theme_0 .ant-select-selection {
  background-color: var(--bgColor);
  border: 1px solid var(--borderColor);
  color: var(--fontColor);
}

.theme_0 .ant-select-arrow i svg {
  fill: var(--fontColor);
}

.theme_0 .ant-select-selection:hover,
.theme_0 .ant-select-selection:focus {
  border: 1px solid var(--borderColor);
}

.theme_0 .ant-select-dropdown {
  background-color: var(--bgActive);
}

.theme_0 .ant-select-dropdown ul li {
  color: var(--fontColor) !important;
}

.theme_0 .PdfFileInfo_pdfFileInfoPannelDtype__1K1sX .ant-select-dropdown-menu-item-selected {
  background-color: var(--bgColor) !important;
}

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

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

.theme_0 .PdfFileInfo_inputWrap__3z0gD .PdfFileInfo_action__2pOq5 i svg {
  fill: var(--fontColor) !important;
}

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

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


.theme_0 .PdfFileInfo_titleVisible__qW8ie .PdfFileInfo_titleItem__2E4uS:hover {
  background-color: var(--hoverColor);
  color: var(--fontColor);
}

.theme_0 .PdfFileInfo_inputWrap__3z0gD input {
  background-color: var(--bgColor);
  border-color: var(--borderColor);
}

.theme_0 .PdfFileInfo_author__1G7LF input {
  background-color: transparent;
}

.theme_0 .PdfFileInfo_author__1G7LF input:hover {
  background-color: var(--highColor);
}

.theme_0 .PdfFileInfo_infowrap__EGVPU::-webkit-scrollbar {
  display: none;
}

.theme_0 .PdfFileInfo_doiList__2VQsL::-webkit-scrollbar {
  display: none;
}

.theme_0 .PdfFileInfo_minBtn__zTr4W {
  background-color: transparent;
  color: var(--fontColor);
  border-color: var(--fontColor);
}

.theme_0 .ant-calendar-input-wrap {
  background-color: var(--bgColor);
}

.theme_0 .ant-calendar {
  border-color: var(--borderColor);
  background-color: transparent;
}

.theme_0 .ant-select-dropdown-menu-item-active {
  background-color: var(--bgActive);
}

.theme_0 .PdfFileInfo_exportContent__920hN {
  background-color: var(--bgColor);
  color: var(--spanColor);
}

.theme_0 .PdfFileInfo_inputWrap__3z0gD .ant-rate-star-zero i svg {
  fill: var(--spanColor);
}

.theme_0 .PdfFileInfo_addTagItem__3QcWV {
  background-color: transparent;
  color: var(--fontColor);
}

.theme_0 .PdfFileInfo_docDescInputWrap__2vZxp textarea::placeholder {
  color: var(--spanColor);
}

.theme_0 .PdfFileInfo_abstractExtendH__3X-RP span {
  background-color: transparent;
  color: var(--fontColor);
}

.theme_0 .PdfFileInfo_inputWrap__3z0gD .ant-select-arrow i svg {
  fill: var(--selectColor);
}

.theme_0 .PdfFileInfo_actionPopover__1xotO .ant-popover-content > .ant-popover-arrow {
  border-top-color: var(--bgActive);
  border-left-color: var(--bgActive);
}

.theme_0 .PdfFileInfo_itemwrap__3kKW5 input{
  background-color: var(--bgColor);
  border: 1px solid var(--borderColor) !important;
 }

 .theme_0 .PdfFileInfo_authorWrap__1fehI input{
  border: none !important;
 }

 .theme_0 .PdfFileInfo_userBTagename__3-R8p{
  color: var(--fontColor) !important;
  background: var(--bgActive) !important;
}

.theme_0 .PdfFileInfo_sysTagename__1GvI9{
  background: transparent !important;
}
.InviteMembersModal_redText__2yKHV{
  font-size: 12px;
  color: #FF687B;
}

.InviteMembersModal_tipsText__1wYwX {
  margin-top: 20px;
  font-size: 12px;
  color: #999;
}

.InviteMembersModal_tipsText__1wYwX p{
  margin:0;
  line-height: 1.5;
}

span.InviteMembersModal_blueText__1B9In{
  color: #55c0ff;
  cursor:pointer;
  margin-left: 5px;
}

.InviteMembersModal_setInviteBox__3OYih{
  margin-top: 15px;
  font-size:14px;
  color:#333;
}
.InviteMembersModal_setInviteTitle__246gg,
.InviteMembersModal_setInviteSetting__3zRwv{
  font-size: 14px;
  color: #333;
  margin-bottom:5px;
}

.InviteMembersModal_setInviteSetting__3zRwv span.InviteMembersModal_disabled__ol8B5{
  color:#aaa;
}

.InviteMembersModal_goJoin__2fqVV{
  color: #55C0FF;
  cursor: pointer;
}
.inviteOneList{
  margin-bottom: 10px;
  border-bottom: 1px solid var(--border-color-22);
}
.InviteMembersModal_goJoinFaile__5tb_g{
  color: #CCCCCC;
}
.InviteMembersModal_inviteListTitle__3N8E4{
  font-weight: 600;
  color: #333;
}
.InviteMembersModal_showQrcode__20QYK{
  border: 1px solid #E3E3E3;
}
.InviteMembersModal_scanCode__odKrX{
  font-size: 12px;
  color: #666;
  display: block;
  padding: 5px 0 10px 5px;
}
.InviteMembersModal_splitBorder__3f09H{
  width: 1px;
  height: 185px;
  border-left:1px solid #eee;
}

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

.theme_0 .ant-input-group input{
  color: var(--fontColor);
}

.theme_0 .InviteMembersModal_setInviteTitle__246gg,
.theme_0 .InviteMembersModal_setInviteSetting__3zRwv{
  color: var(--fontColor);
}

.theme_0 .InviteMembersModal_setInviteSetting__3zRwv .InviteMembersModal_disabled__ol8B5{
  color: var(--spanColor);
}

.theme_0 .inviteOneList{
  border-bottom:1px solid var(--borderDivColor) !important;
}

.theme_0 .InviteMembersModal_meauLi__3u7YY{
  background-color: var(--bgActive);
}
.theme_0 .InviteMembersModal_meauLi__3u7YY .ant-dropdown-menu-item{
  color: var(--fontColor);
}
.theme_0 .InviteMembersModal_meauLi__3u7YY .ant-dropdown-menu-item-divider{
  background-color: var(--borderDivColor);
}

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

.theme_0 .InviteMembersModal_inviteWrap__2Cfvo input{
  background-color: var(--bgColor);
  border: 1px solid var(--borderColor) !important;
}
.NoteSider_sidebarContainer__3Mgq4 {
  width: 350px;
}

.NoteSider_sidebarContainer__3Mgq4 .ant-list-header{
  border-bottom: none;
  padding-bottom: 0;
}

.NoteSider_noteSiderHeader__1P-zZ {
  justify-content: space-between;
  display: flex;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
}

.NoteSider_noteSiderHeader__1P-zZ span:first-child {
  font-weight: bold;
}

.NoteSider_noteSiderHeader__1P-zZ span:last-child {
  font-weight: bold;
}

.NoteSider_noteSiderHeader__1P-zZ span img{
  width: 22px;
  height: 22px;
}

.NoteSider_addNoteButton__1-uEM {
  height: 40px;
  font-size: 14px;
  display: flex;
  color: #55C0FF;
  font-weight: normal;
  align-items: center;
  cursor: pointer;
  margin-left: 18px;
}

.NoteSider_addNoteButton__1-uEM span{
  display: inline-block;
  font-weight: normal;
}

.NoteSider_sidebarList__2Kb1q {
  padding-left: 15px;
  padding-right: 15px;
}

.NoteSider_sidebarList__2Kb1q .ant-list-item-meta-title {
  display: flex;
  margin-bottom: 0;
}

.NoteSider_sidebarList__2Kb1q .ant-list-item-meta-description {
  margin-left: 20px;
  color: #828282;
  font-size: 12px;
  font-family:PingFangSC-Regular,PingFang SC;
}

.NoteSider_noteContent__203XN {
  display: inline-block;
  color: #666666;
}

.NoteSider_addNoteBottom__1bh_y {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;

}

.NoteSider_noteButtonGroup__3GFdf {
  /* display: flex;
  justify-content: flex-end; */
}

.NoteSider_unSign__l37b1 {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  margin-top: 5px;
}

.NoteSider_sign__1je8M {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAMAAAANmfvwAAAAV1BMVEUAAABmZmZvb29mZmZnZ2dlZWVmZmZnZ2dmZmZnZ2dnZ2doaGhmZmZmZmZhYWFnZ2dmZmZmZmZnZ2dmZmZmZmZsbGxoaGhnZ2dlZWVpaWltbW1mZmZmZma/O8dXAAAAHHRSTlMAHgkF8xC5NKjInWWu0Rj1yufdw5gWhVJRUCqC1ZXtlQAAAStJREFUOMuFlOuygyAMhOUmiFKtl1Y9+/7PeUQpIDhD/jiab3aJSahuwahYFkFZ+JLkSauakfOxUS1hT4BUHD64khlE5t5mpk7rbrJsP5M7IQ2AuiWU2QORtgZgZEx838Cw0vCBrgPw/kYaB6HFXVfog/E6xAAfL+GFPoAhrpYZ0IEIjAZmdtn0GJxL4jWgl6eIArbqMVZAWRnCUWc2RBFrVYPbZwu0GdFgkD7H1EHmxKVMuHWiDSb6QLzOoiY0tBIjOnYVkBEV6zCKauHQ5+ve7QlxhAZfPPIyMHsgIsQbiQ6WCUQwcsd1jAxEOK4r2jF9TLii3e/xTEy4nGuAZwLxa0DSRvH3ytqYDoPIh6E8UuXBLI93siRbvCRbsiTlVSsvbHnty5dH+Qr6B5eTHJZyuWOXAAAAAElFTkSuQmCC) no-repeat;
  background-size: cover;
}

.NoteSider_userName__3Rb0p {

}

.NoteSider_userName__3Rb0p span {
  /* margin-left: 5px; */
}

.NoteSider_userNameReply__3Hoop {
  margin-left: 0;
  margin-right: 5px;
}

.NoteSider_noteItemExtra__3tsqI {
  float: right;
  font-size: 12px;
}

.NoteSider_noteItemExtra__3tsqI span {
  margin-left: 4px;
  color: #828282;
}

.NoteSider_noteItemExtraReply__1ILdm {
  float: right;
  font-size: 12px;
}

.NoteSider_noteItemExtraReply__1ILdm span {
  margin-left: 4px;
  color: #999999;
}

.ant-list-item{
  word-break: break-all;
}


ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.NoteSider_annInfoList__2gws5 {

}

.NoteSider_annInfoItem__3Y3X6 {
  padding: 12px 0 8px 0;
  border-bottom: 1px solid #f1f1f1;
  
}

.NoteSider_annInfoItemHeader__O_9c7 {
  overflow: hidden;
  clear: both;
  margin-bottom: 10px;
}

.NoteSider_annInfoTitle__1BoSz {
  font-size: 14px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  float: left;
}

.NoteSider_annInfoTime__2faLk,
.NoteSider_annInfoDel__288hy {
  font-size: 12px;
  color: #999;
  float: right;
  margin-right: 5px;
  cursor: pointer;
  line-height: 23px;
}

.NoteSider_annInfoTime__2faLk {
  margin-right: 16px;
}

.NoteSider_annInfoItemText__3-x5I {
  text-align: left;
  color: #666;
  font-size: 14px;
  line-height: 24px;
  word-break: break-all;
  word-wrap: normal;
}

.NoteSider_annInfoParaContent__1YbGR {
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #eee;
  background-color: #EEF5FF;
  padding: 2px 0;
}

.NoteSider_annInfoParaContent__1YbGR a:link,
.NoteSider_annInfoParaContent__1YbGR a:visited,
.NoteSider_annInfoParaContent__1YbGR a:hover,
.NoteSider_annInfoParaContent__1YbGR a:active {
  color: #999;
  overflow: hidden;
  width: 350px;
  padding-left: 5px;
}

.NoteSider_annInfoChild__aoFfi {
  padding: 10px 0 0 20px;
  color: #999999;
  font-size: 12px;
}

.NoteSider_annInfoChildContent__2-Kp7 {
  padding: 0;
}

.NoteSider_annInfoChildContent__2-Kp7 li {
  border-bottom: 0 none;
  padding: 0;
}

.NoteSider_annInfoChild__aoFfi p {
  font-size: 12px;
  margin-bottom: 5px;
}


.revertList .ant-list-item-meta{
  padding-left:8px;
  border-left:2px solid #e8e8e8;
}

.revertList   .ant-list-item{
  border-bottom: none;
  padding-left: 15px;
}

.revertList   .ant-list-item{
  border-bottom: none;
  padding-left: 15px;
}
.NoteSider_replyType__3V5Zj{
  color:#999999;
  margin-left: 10px;
}
.revertList   .NoteSider_userName__3Rb0p,.revertList   .NoteSider_noteContent__203XN{
  color:#999999;
  font-size: 12px;
}

.revertList  .ant-spin-container  .ant-list-item:last-child{
  border-bottom: none;
}

.NoteSider_close__3BMA3{
  display: block;
  font-size: 14px;
  cursor: pointer;
  padding: 0 4px;
}

.revertList .ant-list-item-meta-description {
  margin-left: 0;
}
.PreviewSecondary_viewLayout__3qCtq{
  height: 100%;
  overflow:hidden;
  background:#fff;
  /* max-width: 850px; */
  /*max-width:820px*/;
  margin:0 auto;
}

.PreviewSecondary_viewLayoutLinked__osr2D {
  max-width: 100%;
  /* padding: 0 10px; */
}

.PreviewSecondary_viewLayout__3qCtq .ant-layout {
  /* height: calc(100% - 60px); */
}

.PreviewSecondary_viewLayoutParentLinked__26laJ .ant-layout {
  height: 100%;
}

.PreviewSecondary_viewHeader__2sCHT{
  display: flex;
  /* align-items: center; */
  height:40px;
  line-height:40px;
  padding:0 10px 0 10px;
  border-bottom: 1px solid var(--border-color)
}

.PreviewSecondary_viewContentHide__3ksal{
  height:100%;
  overflow:hidden;
  position:relative;
}

.PreviewSecondary_viewContent__2HRgw{
  height:100%;
  overflow:auto;
  background:#fff;
}

.PreviewSecondary_headerTitle__1GFwF {
  color: var(--text-color);
  float: left;
  display: flex;
}
.PreviewSecondary_toolbarRight__2nVwW {
  position: absolute;
  top:0px;
  right: 0px;
  z-index: 10;
}

.PreviewSecondary_toolButton___ydMH {
  float:left;
  height: 100%;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  display:inline-block;
}

.PreviewSecondary_toolButton___ydMH.PreviewSecondary_disabled__2eXA3 {
  pointer-events: none;
  cursor: default;
  opacity: .5;
}

.PreviewSecondary_toolButtonParse__335Bm.PreviewSecondary_disabled__2eXA3 {
  pointer-events: all;
}

.PreviewSecondary_buttonText__2Yxxg {
  margin-left: 5px;
}

.PreviewSecondary_tooltip__4fvxk {
  font-size: 12px;
}


.PreviewSecondary_toolButtonMoreBox__1srBa .PreviewSecondary_toolItem__eZ6g9{
  padding:5px 10px;
}

.PreviewSecondary_toolButtonMoreBox__1srBa .PreviewSecondary_toolItem__eZ6g9:hover{
  background:#F5F7FA;
}


.PreviewSecondary_toolbarRight__2nVwW .ant-popover-inner-content {
  padding: 0;
}

.highlightTxt{
  font-style: normal;
}

.PreviewSecondary_searchBox__3CqS3{
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 8px;
  margin-top: 5px;
  border-radius: 4px;
  display:inline-block;
  overflow:hidden;
  float: left;
  border: 1px solid #fff;
  background: white;
  font-size: 14px;
}

.PreviewSecondary_searchBoxActive__AzLKQ{
  border:1px solid #ddd;
}


.PreviewSecondary_searchInputWrapper__3W7OH {
  /*transition: width 0.3s, margin-left 0.3s;*/
  /*width: 0;*/
  float: left;
}

.PreviewSecondary_searchInputWrapper__3W7OH.PreviewSecondary_active__3vYbR {
  margin-left: 4px;
  float: left;
}

.PreviewSecondary_searchInput__eQW3V {
  float: left;
  border-radius: 0;
  box-shadow: none !important;
  border-color: #ddd;
  border-width: 0 1px 0 0 !important;
  height: 20px;
  margin: 4px 4px 0 4px;
  padding: 0 5px 0 1px;
  width: 145px;
}

.PreviewSecondary_searchInput__eQW3V:hover,
.PreviewSecondary_searchInput__eQW3V:focus {
  border-color: var(--border-color);
  border-width: 0 1px 0 0 !important;
}


.PreviewSecondary_searchInputWrapper__3W7OH.PreviewSecondary_active__3vYbR .PreviewSecondary_searchInput__eQW3V {
  width: 240px;
}


.PreviewSecondary_searchIcon__3FVdN{
  float:left;
  display: flex;
  align-items: center;
  height:100%;
}

.PreviewSecondary_searchIconPackUp__2Qotw{
  width:14px;
  height:14px;
}

.PreviewSecondary_arrowUpIcon__2KJst,
.PreviewSecondary_arrowDownIcon__17Q0T,
.PreviewSecondary_arrowUpIconDisabled__10ef8,
.PreviewSecondary_arrowDownIconDisabled__2cbPA{
  width: 20px;
  height: 16px;
  font-size:0;
  display: inline-block;
}

.PreviewSecondary_arrowUpIcon__2KJst{
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOCAYAAAAvxDzwAAAAhElEQVR42t3PTQqAIBAFYA/hrs4RncifhRfODlEXqHyhIDJKY60S3mJ4zCcjxC+e1togn2FKqQN5jWbYGdOPElg/SmBrDB+lMOfciLDRGpZ6FkpgPscK1DdRCjPGDLVL0FXRMMiQ7SnWQGHIu7TWzuGHPWR5guUodrALoywnDpaj2E3zBazlwlEdLGhLAAAAAElFTkSuQmCC) center center no-repeat;
  background-size: 60% auto;
}
.PreviewSecondary_arrowDownIcon__17Q0T{
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOCAYAAAAvxDzwAAAAiklEQVR42sXNyw2AIBAEUIrgpnUYK+JzoGGlCG0A3SEcwBB+mrjJHFx3HoyFUUotlIl1DjroJkut9SqlPClbD4pbdNCF4ZdCCE45KFfI3oLiBrdRDwb3P+kFRR+uFc1gDkZylEONMfMTw66KFVAbowGzTVgNHcJK6DBWQMexAjqOZdD3WIx+hv0+N/GkwlGb7d0SAAAAAElFTkSuQmCC) center center no-repeat;
  background-size: 60% auto;
}

.PreviewSecondary_arrowUpIconDisabled__10ef8{
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOCAYAAAAvxDzwAAAAh0lEQVR42t3PQQqAIBAF0A7Rrs4RHakza+pCcV0XqPzQgImGg60S/sIZ5jHTdb94xpgF+QzTWh9IM0qYUupEmtAUa0Iz2HqHj+Yw59yIsNESRn0WmsFkjCWofEVzmLV2KF2CXhH13vehuNViJRQGLNpwDoU9RNRgCSowC+PRDGtPHCxGMUv/C4iZUYJoRbUfAAAAAElFTkSuQmCC) center center no-repeat;
  background-size: 60% auto;
}

.PreviewSecondary_arrowDownIconDisabled__2cbPA{
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOCAYAAAAvxDzwAAAAjElEQVR42sXPQQqAIBAFUA/Rrs4RHakzZ+pCcV0XqPxhYBOZmdDAbD7+x8iYHyllq7Wu2ctBB91TqJTqhBCz2+ENirfooAtjD621lQsmt6tfnoJ6jAe9CdZxYe/OXlJRiqELg377ghpjGoohe8Qi6BiiHhuTsCc0C4uh2VgEzcfu0E8YRYtgIVoM+3020uNRglxm30EAAAAASUVORK5CYII=) center center no-repeat;
  background-size: 60% auto;
}


.PreviewSecondary_searchCheckbox__3qrQX{
  margin-left: 4px;
}
.PreviewSecondary_searchBox__3CqS3 span:last-child{
  padding: 0 6px 0 4px;
}

.PreviewSecondary_searchTotal__OeCrY{
  margin: 0 5px;
  display:inline;
  -webkit-user-select: none;
          user-select: none;
}
.PreviewSecondary_sourceLoad__1cmFd{
  background: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
  border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  width: 200px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #333333;
  top:20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}

.PreviewSecondary_textSearching__2tzHl {
  font-size: 14px;
  /*color:#55c0ff;*/
  color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  border: 1px solid #e1e1e1;
  padding: 5px 10px;
  height: 30px;
  line-hegiht: 30px;
  border-radius: 4px;
  background: #fff;
}
.PreviewSecondary_docTitle__2tODu{
  /*max-width: 200px;*/
  max-width: 320px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.PreviewSecondary_docWrap__2gsYj{
  display: flex;
  align-items: center;
  margin-left: 5px;
}
.PreviewSecondary_docTips__3ud4d {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #DC6A00;
  margin-left: 15px;
}

.PreviewSecondary_docTips__3ud4d span:last-child {
  margin-left: 8px;
}

.PreviewSecondary_toolButtonBg__3yeVZ{

  height: 24px;
  width: 24px;
  border-radius: 50%;
  line-height: 24px;
  display: inline-block;
  text-align: center;

  position: relative;
}
.PreviewSecondary_toolButtonBg__3yeVZ:hover,.PreviewSecondary_searchIconBg__O-wP8:hover{

}
.PreviewSecondary_toolButtonHasBg__1iVT_{
  padding-left: 6px;
  padding-right: 10px;
}
.PreviewSecondary_searchIconBg__O-wP8{
  height: 24px;
  width: 24px;
  border-radius: 50%;
  line-height: 24px;
   justify-content:center;
  text-align: center;
  margin-top: 2px;

  position: relative;
}
.PreviewSecondary_toolButtonRed__3MahH{
  position: absolute;
  display: block;
  top:-1px;
  right: -1px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #FF687B;
}

.PreviewSecondary_backBtnImg__2KiFN{
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-top: 5px;
  line-height: 28px;
}
.PreviewSecondary_backBtnImg__2KiFN:hover{
  background:#D8D8D8 ;
}
.PreviewSecondary_backBtnImg__2KiFN span{
  display: block;
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAMAAAApWqozAAAAeFBMVEUAAABmZmZpaWlmZmZmZmZsbGxnZ2dnZ2doaGhtbW1mZmZnZ2dmZmZnZ2doaGhqampqampmZmZnZ2dnZ2dnZ2dnZ2dpaWl0dHRnZ2dmZmZmZmZnZ2dmZmZnZ2dnZ2dnZ2doaGhnZ2dxcXFsbGxmZmZmZmZnZ2dmZmZhpMF9AAAAJ3RSTlMAlj/88AXRgy8X9euhjDYoHufj3cU9JAvZy76zqmtbUktEEhB4c2bON2DhAAAA0klEQVQ4y+XUyRKCMBBF0SCQMBNmmQXU/P8f2k1Z6op6bvWuWJwV1S/iF3KtXMF4MMakoI0MVWM2ZhtjVrGNMHtjO7iQvbPtMTvZZLsGshe2LWaXgKxcIZs4ZAsfsl5INteQrTOyYQpZnZN1PMj6Z7JBAtlVGqq1jlP+89Cgyh1LDDs7HjEcfxxxeTru9a8s1kp8M6YrOume9YjqjvUE6qYkbM+g3iTrhb7wC6lArYv37eFXjZXyXjINanyJXLVv3BUCfz0SATbbxtkEWqU88a89AIRyJ/Q9TEy3AAAAAElFTkSuQmCC) no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
}


.theme_0 .PreviewSecondary_viewLayout__3qCtq .PreviewSecondary_viewHeader__2sCHT {
  background-color: var(--bgColor);
  border-bottom: 1px solid var(--borderColor);
}

.theme_0 .PreviewSecondary_viewLayout__3qCtq .PreviewSecondary_viewHeader__2sCHT .PreviewSecondary_headerTitle__1GFwF{
  color: var(--fontColor);
}

.theme_0 .PreviewSecondary_toolButton___ydMH i svg g g g {
  fill: var(--fontColor);
}
.LinkedFileListPanel_headerWrap__3CtV5 {
  display: flex;
  justify-content: start;
  align-items: center;
}
.LinkedFileListPanel_oneAddBtn__gs5uX {
  width: 70px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #55c0ff;
  color: #55c0ff;
  cursor: pointer;
}
.LinkedFileListPanel_oneAddBtnDisable__lWjYu {
  border: 1px solid #b8b8b8;
  color: #b8b8b8;
  cursor: not-allowed;
}
.LinkedFileListPanel_linkFileButton__srfT5 {
  height: 40px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ccc;
}

.LinkedFileListPanel_linkFileButtonEnble__1tz4S {
  height: 40px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #55c0ff;
  white-space: nowrap;
}

.LinkedFileListPanel_linkListWraps__O_kou .ant-list-items {
  height: 100%;
}

.LinkedFileListPanel_noResult__1agPO {
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.LinkedFileListPanel_noResult__1agPO img {
  width: 320px;
  /* height: 150px; */
}

.LinkedFileListPanel_noResult__1agPO div {
  /* width: 132px; */
  height: 48px;
  text-align: center;
  margin-top: 30px;
  color: #999999;
  font-size: 12px;
  line-height: 17px;
}

.LinkedFileListPanel_noResult__1agPO div span {
  color: #55c0ff;
}

.LinkedFileListPanel_listItem__Cnn1n {
  margin-left: 24px;
  margin-right: 10px;
  border-bottom: 1px solid #f5f5f5;
}
.LinkedFileListPanel_listItem__Cnn1n:hover {
  padding-left: 24px;
  padding-right: 10px;
  margin: 0;
}
.LinkedFileListPanel_listItem__Cnn1n:last-child {
  border-bottom: none;
}

.LinkedFileListPanel_listItemHoverNo__3koDP:hover {
  background: none;
}

.LinkedFileListPanel_cancelLinkFileButton__2yHVs {
  cursor: pointer;
  flex-shink: 0;
  opacity: 0;
}

.LinkedFileListPanel_listItem__Cnn1n:hover .LinkedFileListPanel_cancelLinkFileButton__2yHVs {
  opacity: 1;
}

.LinkedFileListPanel_listTitle__3Njgw {
  display: flex;
  justify-content: space-between;
  max-width: 460px;
  cursor: pointer;
}
.LinkedFileListPanel_listItemHoverNo__3koDP .LinkedFileListPanel_listTitle__3Njgw {
  text-decoration: line-through;
  color: #999999;
}

.LinkedFileListPanel_listTitle__3Njgw span {
  max-width: 450px;
}
.LinkedFileListPanel_listItem__Cnn1n:hover .LinkedFileListPanel_listTitle__3Njgw span {
  max-width: 350px;
}
.LinkedFileListPanel_linkedFileCount__gk7fW {
  padding-left: 20px;
  padding-right: 10px;
  line-height: 39px;
  position: relative;
  border-bottom: 1px solid var(--border-color-22);
  display: flex;
  justify-content: space-between;
}
.LinkedFileListPanel_closeBtn__h4rQK {
  position: absolute;
  top: 0;
  right: 2px;
  cursor: pointer;
  padding: 0 4px;
  font-size: 14px;
}
.LinkedFileListPanel_linkedFileCount__gk7fW .LinkedFileListPanel_activeTitle__12fox {
  /* border-bottom: 3px solid #55C0FF; */
  display: inline-block;
  font-weight: bold;
  color: #333333;
}
.LinkedFileListPanel_linkedFileCount__gk7fW span {
  margin-right: 28px;
  cursor: pointer;
  font-size: 14px;
  color: #999999;
}
.LinkedFileListPanel_listDescription__mM4Yh {
  width: 450px;
  font-size: 12px;
  line-height: 17px;
  margin-left: 28px;
  padding: 0;
  margin-bottom: 0;
  color: #999999;
}
.LinkedFileListPanel_listDescriptionDelete__1VFko {
  color: #999999;
}
.LinkedFileListPanel_addNoteBottom__1upUG {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.LinkedFileListPanel_listItemBottom__2GL2r {
  width: 430px;
  margin-left: 30px;
}
.LinkedFileListPanel_linkListWraps__O_kou {
  height: calc(100% - 16px);
}
.LinkedFileListPanel_linkListWraps__O_kou .ant-spin-nested-loading {
  height: calc(100% - 66px) !important;
  overflow: auto;
}
.sidebarList .ant-list-item-meta {
  margin-bottom: 0;
}
.sidebarList .ant-list-item-meta-title {
  margin-bottom: 0;
}
.sidebarList .ant-list-header {
  margin: 0 20px;
  border-bottom: 1px solid #f1f1f1;
  padding: 0;
}
.sidebarList .ant-list-item-meta-title {
  font-size: 14px;
}
.LinkedFileListPanel_quoteTitle__DsrEu {
  display: flex;
}
.LinkedFileListPanel_quoteTitleRight__tOlEt {
  display: flex;
  flex-direction: row;
}
.LinkedFileListPanel_quoteTitle__DsrEu .LinkedFileListPanel_quoteTitleWrap__1F0AJ {
  margin-left: 8px;
}
.LinkedFileListPanel_quoteTitle__DsrEu .LinkedFileListPanel_quoteTitleRight__tOlEt p {
  margin-bottom: 0;
  overflow: hidden;
  font-size: 12px;
  color: #333;
  max-height: 36px;
  line-height: 18px;
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /*! autoprefixer: on */
  cursor: pointer;
}
.LinkedFileListPanel_quoteTitle__DsrEu span:first-child {
  margin-top: -2px;
  display: inline-block;
  white-space: nowrap;
  font-size: 12px;
}
.LinkedFileListPanel_editorQuote__1L9zk,
.LinkedFileListPanel_deleteQuote__zSyqC {
  display: none;
  margin: 0 10px;
  line-height: 16px;
  height: 16px;
}
.LinkedFileListPanel_listItem__Cnn1n:hover .LinkedFileListPanel_editorQuote__1L9zk,
.LinkedFileListPanel_listItem__Cnn1n:hover .LinkedFileListPanel_deleteQuote__zSyqC {
  display: inline-block;
  cursor: pointer;
}
.LinkedFileListPanel_listItem__Cnn1n:hover .LinkedFileListPanel_colWrap__1Ie8U svg {
  display: none;
  cursor: pointer;
}
.LinkedFileListPanel_userQuote__1q31A {
  font-size: 12px;
  color: #999999;
  line-height: 18px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  height: 18px;
  width: 300px;
  white-space: nowrap;
}
.LinkedFileListPanel_quoteModalText__2Fo9u {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  line-height: 20px;
  margin: 15px 0;
}
.LinkedFileListPanel_quoteInput__2eY8p {
  height: 40px;
}
.LinkedFileListPanel_quoteListWrap__3gJLq {
  height: calc(100% - 43px);
}
.LinkedFileListPanel_quoteListWrap__3gJLq .ant-spin-nested-loading {
  height: 100%;
  overflow-y: auto;
}
.LinkedFileListPanel_quoteListWrap__3gJLq .ant-select-selection-selected-value {
  line-height: 22px;
}

.LinkedFileListPanel_showCheckbox__3RmG_ {
  padding: 10px;
  width: 290px;
  max-height: 120px;
  border-radius: 3px;
  border: 1px solid rgba(184, 184, 184, 1);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: auto;
  background: white;
}
.LinkedFileListPanel_checkbox__3TXpy {
  margin-left: 0 !important;
}
.LinkedFileListPanel_colWrap__1Ie8U {
  display: flex;
  align-items: center;
}
.LinkedFileListPanel_updateTime__3-yYf {
  font-size: 12px;
  color: #999999;
  margin-left: 28px;
}
.LinkedFileListPanel_reminder_list__26NgQ {
  display: flex;
  background: #fff;
  border: 1px solid #e3e3e3;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
  border-radius: 2px;
  margin-bottom: 16px;
  min-width: 260px;
  border-left: 4px solid #55c0ff;
  justify-content: space-between;
  position: absolute;
  top: 5px;
  right: 20px;
  z-index: 899;
}
.LinkedFileListPanel_reminder_list__26NgQ .LinkedFileListPanel_left_content__2R9q1 {
  float: left;
  padding: 12px 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
}
.LinkedFileListPanel_reminder_list__26NgQ .LinkedFileListPanel_left_content__2R9q1 div:first-child {
}
.LinkedFileListPanel_reminder_list__26NgQ .LinkedFileListPanel_left_content__2R9q1 .LinkedFileListPanel_reminder_file__SKogh {
  font-size: 12px;
  color: #999999;
  line-height: 14px;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 300px;
}
.LinkedFileListPanel_reminder_list__26NgQ .LinkedFileListPanel_right_button__2i8F_ {
  float: right;
  width: 100px;
  font-size: 14px;
  border-left: 1px solid #eeeeee;
  color: #333333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 48px;
}
.LinkedFileListPanel_reminder_list__26NgQ .LinkedFileListPanel_right_button__2i8F_ a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #333333;
}
.LinkedFileListPanel_reminder_list__26NgQ .LinkedFileListPanel_right_button__2i8F_ div {
  line-height: 36px;
  font-size: 14px;
  color: #333333;
  text-align: center;
  cursor: pointer;
}
.LinkedFileListPanel_reminder_list__26NgQ .LinkedFileListPanel_right_button__2i8F_ .LinkedFileListPanel_cancle__3fjun {
  border-top: 1px solid #eeeeee;
}
.LinkedFileListPanel_reminder_list__26NgQ .LinkedFileListPanel_okBtn__MAv_h {
  border-bottom: 1px solid #eeeeee;
}
.LinkedFileListPanel_audioListTitle__1qfzl {
  font-size: 12px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 300px;
}
.LinkedFileListPanel_audioListTitle__1qfzl.LinkedFileListPanel_twoLineText__18AMb {
  white-space: inherit;
  height: auto;
  max-height: 36px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 18px;
  overflow: hidden;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
}
.LinkedFileListPanel_clear_both__DvLcV {
  clear: both;
}

.LinkedFileListPanel_markOpacityBox__1riWi {
  position: relative;
}

.LinkedFileListPanel_markOpacity__1X3L9 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 99;
}

.LinkedFileListPanel_redUpdateTime__3ciJo {
  color: #ff687b;
}
.LinkedFileListPanel_oneAddImport__2w8Jt {
  font-size: 14px;
  cursor: pointer;
  margin-left: 10px;
}

.LinkedFileListPanel_loadingControl__nXBlE {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 8px;
  margin: 0px !important;
  transform: translate(-50%, -50%);
}
.LinkedFileListPanel_loadingControl__nXBlE span {
  font-size: 16px;
  display: block;
  margin: 4px 0;
  color: white;
}
.LinkedFileListPanel_loadingControl__nXBlE span:first-child {
  font-size: 24px;
  margin-left: -10px;
}
.LinkedFileListPanel_loadingControl__nXBlE span:last-child {
  cursor: pointer;
  color: #55c0ff;
  text-decoration: underline;
  font-size: 14px;
}
.LinkedFileListPanel_textSup__2LRvY {
  font-size: 12px;
  -webkit-transform-origin-x: 0;
  -webkit-transform: scale(0.8);
  vertical-align: super;
}

.LinkedFileListPanel_webLinkFooter__3ulfA {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
}

.LinkedFileListPanel_webLinkFooter__3ulfA 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;
}

.LinkedFileListPanel_webLinkFooter__3ulfA button:last-child {
  color: #ffffff;
  background: #55c0ff;
  margin-left: 12px;
  border: unset;
}

.LinkedFileListPanel_webLinkFooter__3ulfA button:focus {
  outline: unset;
}

.LinkedFileListPanel_actionsDivider__3LaV9 {
  width: 1px;
  height: 15px;
  background: #55c0ff;
  margin: 0 20px;
}

.LinkedFileListPanel_webLinkInput__cqxr2 {
  height: 40px;
  margin-top: 20px;
}

.LinkedFileListPanel_webLink__13dQi .ant-modal-body {
  padding: 20px;
}
.LinkedFileListPanel_webLink__13dQi .ant-modal-header {
  padding: 10px 24px;
}
.LinkedFileListPanel_webLink__13dQi .ant-modal-title {
  font-size: 14px;
}

.LinkedFileListPanel_close__3bQ5e {
  display: block;
  font-size: 16px;
  cursor: pointer;
  padding: 0 4px;
  color: #666666;
  -webkit-user-select: none;
          user-select: none;
  margin-left: 16px;
}

.LinkedFileListPanel_close__3bQ5e:hover {
  color: #333333;
}

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

.theme_0 .LinkedFileListPanel_linkedFileCount__gk7fW,
.theme_0 .LinkedFileListPanel_linkListWraps__O_kou .LinkedFileListPanel_listItem__Cnn1n{
  border-color: var(--borderColor);
}

.theme_0 .LinkedFileListPanel_linkListWraps__O_kou .ant-list-header{
  border-color: var(--borderColor);
}

.theme_0 .LinkedFileListPanel_linkListWraps__O_kou .LinkedFileListPanel_markOpacityBox__1riWi .LinkedFileListPanel_updateTime__3-yYf{
  color: var(--spanColor);
}

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

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

.theme_0 .LinkedFileListPanel_hideLink__2KPaB .LinkedFileListPanel_webLinkContent__2tYq1 input{
  color: var(--fontColor);
}

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

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

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

.theme_0 .LinkedFileListPanel_webLinkInput__cqxr2 input{
  background-color: var(--bgColor);
  color: var(--fontColor);
  border-color: var(--borderDivColor) !important;
}

.theme_0 .LinkedFileListPanel_cancelLinkFileButton__2yHVs i svg g g g path{
  fill: var(--fontColor);
}

.theme_0 .LinkedFileListPanel_listItemBottom__2GL2r textarea{
  background-color: var(--bgActive);
  border: var(--borderColor);
}

.LinkedFileListPanel_tipsModal__3tGoZ {
  position: absolute;
  top: 15px;
  left: 50%;
  z-index: 99999999;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  pointer-events: all;
  padding: 10px 16px;
  height: 45px;
  text-align: center;
  line-height: 24px;
  transform: translate(-50%,0);
}

.LinkedFileListPanel_tipsModal__3tGoZ p{
  white-space: nowrap;
}

.LinkedFileListPanel_tipsModal__3tGoZ span{
  color: #0082eb;
  cursor: pointer;
}

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