/* stylelint-disable */
*,
*::after,
*::before {
  box-sizing: border-box;
}
ul,
button {
  padding: 0;
  margin: 0;
}
a,
a:active,
a:focus,
button,
button:active,
input,
input:focus,
select,
select:focus,
textarea,
textarea:focus {
  outline: none;
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
html,
body {
  min-height: 100%;
  width: 100%;
  position: relative;
}
body {
  width: 100vw;
  overflow-x: hidden;
  overflow-y: scroll;
}
body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
body::-webkit-scrollbar-track {
  background-color: transparent;
}
body::-webkit-scrollbar-thumb {
  background-color: var(--border-medium);
  border-radius: 3px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: var(--border-ultrastrong);
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  -webkit-touch-callout: none;
  /* disable the IOS popup when long-press on a link */
  font-family: 'PingFang SC', 'Microsoft YaHei', '黑体', '宋体', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body:before {
  width: 100vw;
  height: 100%;
  content: ' ';
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  background: var(--bg-lv1-default);
}
body.is-mobile::before {
  background: var(--bg-lv3-default);
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  display: none;
}
/*设置IOS页面长按不可复制粘贴，但是IOS上出现input、textarea不能输入，因此将使用-webkit-user-select:text;*/
body * {
  -webkit-touch-callout: none;
  /*系统默认菜单被禁用*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  /*早期浏览器*/
  -moz-user-select: none;
  /*火狐*/
  -ms-user-select: none;
  /*IE10*/
  user-select: none;
}
input,
textarea {
  -webkit-user-select: auto;
  /*webkit浏览器*/
  outline: none;
}
/**
 * Do not edit directly
 * Generated on Tue, 25 Nov 2025 09:49:52 GMT
 */
:root,
.timeline-quicklook-body {
  --text-ultrastrong: rgba(0, 0, 0, 0.9);
  /* 000000 / 90% */
  --text-ultrastrong-invert: rgba(255, 255, 255, 0.9);
  /* FFFFFF / 90% */
  --text-strong: rgba(0, 0, 0, 0.76);
  /* 000000 / 76% */
  --text-medium: rgba(0, 0, 0, 0.56);
  /* 000000 / 56% */
  --text-weak: rgba(0, 0, 0, 0.26);
  /* 000000 / 26% */
  --text-ultraweak: rgba(0, 0, 0, 0.16);
  /* 000000 / 16% */
  --text-link: #175ceb;
  /* primaryblue-02 */
  --text-error: #eb3639;
  /* red-02 */
  --text-white: #ffffff;
  /* white */
  --text-vip: #e59837;
  /* #E59837 / 100% */
  --text-vip-invert: #ffca6f;
  /* #FFCA6F / 100% */
  --icon-strong: rgba(0, 0, 0, 0.9);
  /* 000000 / 90% */
  --icon-strong-invert: rgba(255, 255, 255, 0.9);
  /* FFFFFF / 90% */
  --icon-medium: rgba(0, 0, 0, 0.56);
  /* 000000 / 56% */
  --icon-weak: rgba(0, 0, 0, 0.26);
  /* 000000 / 26% */
  --icon-white: #ffffff;
  /* white */
  --icon-vip: #e59837;
  /* #E59837 / 100% */
  --icon-vip-invert: #ffca6f;
  /* #FFCA6F / 100% */
  --border-weak: rgba(0, 0, 0, 0.04);
  /* gray-tsp-08 */
  --border-medium: rgba(0, 0, 0, 0.08);
  /* gray-tsp-07 */
  --border-strong: rgba(0, 0, 0, 0.12);
  /* gray-tsp-06 */
  --border-ultrastrong: rgba(0, 0, 0, 0.16);
  /* gray-tsp-05 */
  --fill-white: #ffffff;
  /* white */
  --fill-weak: #f9fafb;
  /* grayblue-06 */
  --fill-medium: #f3f5f7;
  /* grayblue-05 */
  --fill-strong: #e9ebed;
  /* grayblue-04 */
  --fill-ultrastrong: #cbcdd1;
  /* grayblue-03 */
  --tsp-fill-ultraweak: rgba(51, 77, 102, 0.06);
  /* 334D66 / 6% */
  --tsp-fill-weak: rgba(51, 77, 102, 0.06);
  /* 334D66 / 6% */
  --tsp-fill-medium: rgba(51, 77, 102, 0.08);
  /* 334D66 / 8% */
  --tsp-fill-strong: rgba(61, 82, 102, 0.12);
  /* 3D5266 / 12% */
  --tsp-fill-ultrastrong: rgba(61, 82, 102, 0.16);
  /* 3D5266 / 16% */
  --tsp-fill-accent-weak: rgba(30, 111, 255, 0.04);
  /* 1E6FFF / 4% */
  --tsp-fill-accent-medium: rgba(30, 111, 255, 0.08);
  /* 1E6FFF / 8% */
  --tsp-fill-accent-strong: rgba(30, 111, 255, 0.12);
  /* 1E6FFF / 12% */
  --tsp-fill-accent-ultrastrong: rgba(30, 111, 255, 0.16);
  /* 1E6FFF / 16% */
  --tsp-fill-material: rgba(255, 255, 255, 0.88);
  /* FFFFFF / 88% */
  --tsp-fill-invert: rgba(255, 255, 255, 0.64);
  /* FFFFFF / 64% */
  --tsp-fill-fully: rgba(243, 245, 247, 0);
  /* F3F5F7 / 0% */
  --feedback-hover: rgba(51, 77, 102, 0.06);
  /* 334D66 / 6% */
  --feedback-active: rgba(51, 77, 102, 0.08);
  /* 334D66 / 8% */
  --feedback-accent: rgba(30, 111, 255, 0.08);
  /* 1E6FFF / 8% */
  --feedback-notice: #fffceb;
  /* yellow-07 */
  --bg-lv1-default: #ffffff;
  /* white */
  --bg-lv1-weak: #f9fafb;
  /* grayblue-06 */
  --bg-lv1-medium: #f3f5f7;
  /* grayblue-05 */
  --bg-lv1-strong: #e9ebed;
  /* grayblue-04 */
  --bg-lv2-default: #ffffff;
  /* white */
  --bg-lv2-weak: #f9fafb;
  /* grayblue-06 */
  --bg-lv2-medium: #f3f5f7;
  /* grayblue-05 */
  --bg-lv2-strong: #e9ebed;
  /* grayblue-04 */
  --bg-lv3-default: #ffffff;
  /* white */
  --bg-lv3-weak: #f9fafb;
  /* grayblue-06 */
  --bg-lv3-medium: #f3f5f7;
  /* grayblue-05 */
  --bg-lv3-strong: #e9ebed;
  /* grayblue-04 */
  --bg-lv4-default: #ffffff;
  /* white */
  --bg-lv4-weak: #f9fafb;
  /* grayblue-06 */
  --bg-lv4-medium: #f3f5f7;
  /* grayblue-05 */
  --bg-lv4-strong: #e9ebed;
  /* grayblue-04 */
  --bg-office-medium: #f7f7f7;
  /* F7F7F7 */
  --accent-default: #1e6fff;
  /* primaryblue-03-brand */
  --accent-hover: #175ceb;
  /* primaryblue-02 */
  --accent-pressed: #134ae0;
  /* primaryblue-01 */
  --accent-disabled: #c2d8ff;
  /* primaryblue-06 */
  --accent-bg-default: #edf4ff;
  /* primaryblue-07 */
  --accent-bg-hover: #c2d8ff;
  /* primaryblue-06 */
  --accent-bg-pressed: #99beff;
  /* primaryblue-05 */
  --critical-default: #ff4747;
  /* red-03 */
  --critical-hover: #eb3639;
  /* red-02 */
  --critical-pressed: #e02424;
  /* red-01 */
  --critical-disabled: #ffcccc;
  /* red-06 */
  --critical-bg-default: #ffeeee;
  /* red-07 */
  --critical-bg-hover: #ffcccc;
  /* red-06 */
  --critical-bg-pressed: #ffa3a3;
  /* red-05 */
  --success-default: #00d689;
  /* green-04 */
  --notice-default: #ffab00;
  /* yellow-03 */
  --notice-bg-default: #fffceb;
  /* yellow-07 */
  --vip-default: #e6b76c;
  /* gold-01 */
  --vip-hover: #ddb068;
  /* gold-02 */
  --vip-pressed: #d4a863;
  /* gold-03 */
  --shadow-lv1: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
  /* shadow-level-1 */
  --shadow-lv2: 0px 3px 8px 1px rgba(0, 0, 0, 0.08);
  /* shadow-level-2 */
  --shadow-lv3: 0px 5px 12px 4px rgba(0, 0, 0, 0.08);
  /* shadow-level-3 */
  --shadow-lv4: 0px 24px 48px 2px rgba(0, 0, 0, 0.08), 0px 5px 12px 4px rgba(0, 0, 0, 0.08);
  /* shadow-level-4 */
}
/**
 * Do not edit directly
 * Generated on Tue, 25 Nov 2025 09:49:52 GMT
 */
.__DARK__ {
  --text-ultrastrong: rgba(255, 255, 255, 0.9);
  /* FFFFFF / 90% */
  --text-ultrastrong-invert: rgba(0, 0, 0, 0.9);
  /* 000000 / 90% */
  --text-strong: rgba(255, 255, 255, 0.76);
  /* FFFFFF / 76% */
  --text-medium: rgba(255, 255, 255, 0.56);
  /* FFFFFF / 56% */
  --text-weak: rgba(255, 255, 255, 0.26);
  /* FFFFFF / 26% */
  --text-ultraweak: rgba(255, 255, 255, 0.16);
  /* FFFFFF / 16% */
  --text-link: #206ef3;
  /* primaryblue-02 */
  --text-error: #ed5050;
  /* red-02 */
  --text-white: #ffffff;
  /* white */
  --text-vip: #ffca6f;
  /* #FFCA6F / 100% */
  --text-vip-invert: #e59837;
  /* #E59837 / 100% */
  --icon-strong: rgba(255, 255, 255, 0.9);
  /* FFFFFF / 90% */
  --icon-strong-invert: rgba(0, 0, 0, 0.9);
  /* 000000 / 90% */
  --icon-medium: rgba(255, 255, 255, 0.56);
  /* FFFFFF / 56% */
  --icon-weak: rgba(255, 255, 255, 0.26);
  /* FFFFFF / 26% */
  --icon-white: #ffffff;
  /* white */
  --icon-vip: #ffca6f;
  /* #FFCA6F / 100% */
  --icon-vip-invert: #e59837;
  /* #E59837 / 100% */
  --border-weak: rgba(255, 255, 255, 0.08);
  /* gray-tsp-08 */
  --border-medium: rgba(255, 255, 255, 0.12);
  /* gray-tsp-07 */
  --border-strong: rgba(255, 255, 255, 0.16);
  /* gray-tsp-06 */
  --border-ultrastrong: rgba(255, 255, 255, 0.2);
  /* gray-tsp-05 */
  --fill-white: #ffffff;
  /* white */
  --fill-weak: #242529;
  /* 242529 */
  --fill-medium: #1c1d1f;
  /* grayblue-06 */
  --fill-strong: #18191a;
  /* grayblue-05 */
  --fill-ultrastrong: #131414;
  /* grayblue-04 */
  --tsp-fill-ultraweak: rgba(255, 255, 255, 0.08);
  /* gray-tsp-08 */
  --tsp-fill-weak: rgba(255, 255, 255, 0.08);
  /* gray-tsp-08 */
  --tsp-fill-medium: rgba(255, 255, 255, 0.12);
  /* gray-tsp-07 */
  --tsp-fill-strong: rgba(255, 255, 255, 0.16);
  /* gray-tsp-06 */
  --tsp-fill-ultrastrong: rgba(255, 255, 255, 0.2);
  /* gray-tsp-05 */
  --tsp-fill-accent-weak: rgba(13, 97, 242, 0.12);
  /* 0D61F2 / 12% */
  --tsp-fill-accent-medium: rgba(13, 97, 242, 0.16);
  /* 0D61F2 / 16% */
  --tsp-fill-accent-strong: rgba(13, 97, 242, 0.2);
  /* 0D61F2 / 20% */
  --tsp-fill-accent-ultrastrong: rgba(13, 97, 242, 0.24);
  /* 0D61F2 / 24% */
  --tsp-fill-material: rgba(255, 255, 255, 0.08);
  /* FFFFFF / 8% */
  --tsp-fill-invert: rgba(0, 0, 0, 0.4);
  /* 000000 / 40% */
  --tsp-fill-fully: rgba(19, 20, 20, 0);
  /* 131414 / 0% */
  --feedback-hover: rgba(255, 255, 255, 0.08);
  /* gray-tsp-08 */
  --feedback-active: rgba(255, 255, 255, 0.12);
  /* gray-tsp-07 */
  --feedback-accent: rgba(13, 97, 242, 0.16);
  /* 0D61F2 / 16% */
  --feedback-notice: #3d2b00;
  /* yellow-07 */
  --bg-lv1-default: #131414;
  /* 131414 */
  --bg-lv1-weak: #131414;
  /* 131414 */
  --bg-lv1-medium: #131414;
  /* 131414 */
  --bg-lv1-strong: #131414;
  /* 131414 */
  --bg-lv2-default: #18191a;
  /* 18191A */
  --bg-lv2-weak: #18191a;
  /* 18191A */
  --bg-lv2-medium: #18191a;
  /* 18191A */
  --bg-lv2-strong: #18191a;
  /* 18191A */
  --bg-lv3-default: #1c1d1f;
  /* 1C1D1F */
  --bg-lv3-weak: #1c1d1f;
  /* 1C1D1F */
  --bg-lv3-medium: #1c1d1f;
  /* 1C1D1F */
  --bg-lv3-strong: #1c1d1f;
  /* 1C1D1F */
  --bg-lv4-default: #242529;
  /* 242529 */
  --bg-lv4-weak: #242529;
  /* 242529 */
  --bg-lv4-medium: #242529;
  /* 242529 */
  --bg-lv4-strong: #242529;
  /* 242529 */
  --bg-office-medium: #242424;
  /* 242424 */
  --accent-default: #0d61f2;
  /* primaryblue-03-brand */
  --accent-hover: #206ef3;
  /* primaryblue-02 */
  --accent-pressed: #347af4;
  /* primaryblue-01 */
  --accent-disabled: #143266;
  /* primaryblue-06 */
  --accent-bg-default: #0f254d;
  /* primaryblue-07 */
  --accent-bg-hover: #143266;
  /* primaryblue-06 */
  --accent-bg-pressed: #193e80;
  /* primaryblue-05 */
  --critical-default: #eb4141;
  /* red-03 */
  --critical-hover: #ed5050;
  /* red-02 */
  --critical-pressed: #ee5f5f;
  /* red-01 */
  --critical-disabled: #5c1a1a;
  /* red-06 */
  --critical-bg-default: #3d1111;
  /* red-07 */
  --critical-bg-hover: #5c1a1a;
  /* red-06 */
  --critical-bg-pressed: #802323;
  /* red-05 */
  --success-default: #008d4b;
  /* green-04 */
  --notice-default: #eb9d00;
  /* yellow-03 */
  --notice-bg-default: #3d2b00;
  /* yellow-07 */
  --vip-default: #e6b76c;
  /* gold-01 */
  --vip-hover: #ddb068;
  /* gold-02 */
  --vip-pressed: #d4a863;
  /* gold-03 */
  --shadow-lv1: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
  /* shadow-level-1 */
  --shadow-lv2: 0px 3px 8px 1px rgba(0, 0, 0, 0.08);
  /* shadow-level-2 */
  --shadow-lv3: 0px 5px 12px 4px rgba(0, 0, 0, 0.08);
  /* shadow-level-3 */
  --shadow-lv4: 0px 24px 48px 2px rgba(0, 0, 0, 0.08), 0px 5px 12px 4px rgba(0, 0, 0, 0.08);
  /* shadow-level-4 */
}


/*# sourceMappingURL=pc-ad9226ef8a.css.map*/