/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
  padding: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
  vertical-align: middle;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
  vertical-align: top;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* 移除输入框的默认样式 */
input {
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* 移除按钮的默认样式 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* 移除选择框的默认样式 */
select {
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* 移除文本域的默认样式 */
textarea {
  border: none;
  outline: none;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* 移除复选框和单选按钮的默认样式 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
:root {
  --gray-08--value: 26, 28, 30;
  --gray-08: rgb(var(--gray-08--value));
  --gray-01--value: 244, 246, 248;
  --gray-01: rgb(var(--gray-01--value));
  --nav-gray: #75787b;
  --extension-overlay-black: rgba(0, 0, 0, 0.03);
  --aside-background: #f3f3f1;
  --header-background: #f0f2f4;
  --page-background: #f9f9f9;
  --primary-tap-blue--value: 0, 217, 197;
  --primary-tap-blue: rgb(var(--primary-tap-blue--value));
}
input::-webkit-input-placeholder {
  color: #ccc;
}
body {
  color: #494949;
  font-size: 1rem;
  line-height: 1.5;
  background: var(--page-background);
}
a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  color: #f7694a;
  text-decoration: none;
}
ol,
ul,
li,
p,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex {
  display: flex;
}
.flex-1 {
  flex: 1;
}
.align-center {
  align-items: center;
}
.svg-icon {
  fill: currentColor;
  width: 1em;
  height: 1em;
  vertical-align: top;
}
/*********************************************************************/
.page-layout {
  -webkit-box-pack: center;
  justify-content: center;
  max-width: 1496px;
  margin: 0 auto;
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (max-width: 499px) {
  .page-layout {
    padding-left: 0;
    padding-right: 0;
  }
}
/*********************************************************************/
.layout-header {
  width: 190px;
  position: relative;
  z-index: 201;
}
.layout-header__container {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  max-height: 100vh;
  overflow: hidden;
  padding-bottom: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  scrollbar-width: thin;
}
.layout-header__container:hover {
  overflow-y: auto;
}
.layout-header__container-logo {
  height: 72px;
  display: block;
  position: relative;
  overflow: hidden;
}
.layout-header__logo--wide {
  width: 190px;
  height: 72px;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  padding-top: 17px;
  padding-left: 7px;
}
.layout-header__logo--wide .logo {
  height: 40px;
}
.layout-header__logo--narrow {
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
}
.layout-header__logo--narrow .logo {
  height: 40px;
  margin: 0 auto;
}
.layout-header__nav-item {
  height: 48px;
  color: var(--nav-gray);
  margin-top: 8px;
}
.layout-header__nav-item:hover .layout-header__link {
  background-color: var(--extension-overlay-black);
}
.layout-header__nav-item.active .layout-header__link {
  background-color: var(--aside-background);
  color: #1A1C1E;
}
.layout-header__nav-item.active .layout-header__link-title {
  color: var(--gray-08);
}
.layout-header__link {
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  font-weight: 700;
  border-radius: 100px;
  height: 100%;
  padding-left: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.layout-header__link-title {
  margin-left: 18px;
  font-weight: 700;
}
.layout-header__nav-icon {
  font-size: 28px;
}
.layout-header__nav-icon--active {
  color: #1a1c1e;
}
@media only screen and (max-width: 1218px) {
  .layout-header {
    -webkit-box-flex: initial;
    flex: initial;
  }
  .layout-header,
  .layout-header__container,
  .layout-header__link {
    width: 48px;
  }
  .layout-header__container-logo {
    width: 48px;
    height: 48px;
    margin: 0 0 3px;
    padding-top: 12px;
  }
  .layout-header__logo--wide {
    display: none;
  }
  .layout-header__logo--narrow {
    display: block;
  }
  .layout-header__link {
    padding: 0;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .new-publish-button__trigger-mobile {
    display: block !important;
  }
  .layout-header__link-title {
    display: none;
  }
  .new-publish-button__trigger-button {
    display: none !important;
  }
  .layout-header__layout-aside {
    display: none;
  }
}
/*********************************************************************/
.layout-main {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  margin-left: 32px;
  margin-right: 32px;
  width: 640px;
}
.layout-main__wrap {
  flex: 1;
  width: 640px;
}
.layout-main__container {
  padding-bottom: 60px;
}
.layout-main__top {
  z-index: 300;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  background-color: var(--page-background);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 640px;
}
.open-app-header {
  height: 32px;
  padding: 8px 16px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border: none;
}
@media only screen and (min-width: 499px) {
  .open-app-header {
    display: none;
  }
}
.open-app-header__left {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.open-app-header__logo {
  height: 30px;
}
.open-app-header__right {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.open-app-header__right span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--gray-01);
  margin-left: 8px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #999;
}
@media only screen and (max-width: 1034px) {
  .layout-main {
    width: calc(100vw - 370px);
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1002px) {
  .layout-main {
    -webkit-box-flex: initial;
    flex: initial;
    width: 640px;
    margin-left: 16px;
    margin-right: 0;
  }
  .layout-main__wrap,
  .layout-main__top {
    width: auto;
  }
  .layout-main__wrap {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 696px) {
  .layout-main {
    -webkit-box-flex: 1;
    flex: 1;
    width: 0;
  }
}
@media only screen and (max-width: 499px) {
  .layout-main {
    -webkit-box-flex: initial;
    flex: initial;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
.top-search-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
}
.top-search-box__container {
  position: relative;
  -webkit-box-flex: 1;
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 20px;
  background-color: var(--aside-background);
  height: 40px;
  border: 1px solid var(--aside-background);
}
.top-search-box__container .svg-icon {
  color: #999;
}
.top-search-box__input {
  padding: 0 10px;
  height: 100%;
}
.top-search-box__input input {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.top-search-box__button {
  height: 30px;
  padding: 0 1em;
  background-color: #ffb087;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
}
.top-user-box {
  margin-left: 10px;
}
.top-user-box .top-avatar {
  width: 40px;
  height: 40px;
}
/*********************************************************************/
.layout-aside {
  width: 352px;
}
.layout-aside__top {
  top: 0;
  position: -webkit-sticky;
  position: sticky;
  background-color: var(--page-background);
  z-index: 300;
}
.layout-aside__top-wrap {
  height: 72px;
}
.layout-aside__card {
  background-color: var(--aside-background);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 16px;
}
.layout-aside__card-head {
  font-size: 18px;
  margin-bottom: 16px;
}
.layout-aside__card .footer-qrcodes {
  text-align: center;
  font-size: 13px;
  gap: 20px;
}
.layout-aside__card .footer-qrcodes img {
  width: 100%;
  border: 1px solid #eee;
  margin-bottom: 5px;
  border-radius: 5px;
}
@media only screen and (max-width: 1280px) {
  .layout-aside {
    -webkit-box-flex: 1;
    flex: 1;
    width: 0;
  }
}
@media only screen and (max-width: 1218px) {
  .layout-aside {
    -webkit-box-flex: initial;
    flex: initial;
    width: 290px;
  }
}
/*********************************************************************/
.layout-tabbar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  height: calc(50px + var(--safe-area-inset-bottom));
  padding-bottom: 0;
  padding-bottom: calc(var(--safe-area-inset-bottom));
  z-index: 299;
  background: var(--extension-background-white);
  -webkit-transition: padding-bottom 0.1s;
  transition: padding-bottom 0.1s;
  justify-content: space-around;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-shadow: 0 -0.5px 0 rgba(25, 49, 55, 0.3);
  box-shadow: 0 -0.5px rgba(25, 49, 55, 0.3);
  color: var(--gray-06);
  display: none;
}
@media only screen and (max-width: 499px) {
  .layout-tabbar {
    display: -webkit-box;
    display: flex;
  }
}
/*********************************************************************/
@media (max-width: 499px) {
  .layout-mobile\:hidden {
    display: none;
  }
}
@media (max-width: 499px) {
  .layout-mobile\:show {
    display: block;
  }
}
@media (min-width: 499px) {
  .layout-pc\:hidden {
    display: none;
  }
}
@media (max-width: 1002px) {
  .layout-no-aside\:hidden {
    display: none;
  }
}
@media (min-width: 1002px) {
  .layout-aside\:hidden {
    display: none;
  }
}
/*********************************************************************/
.contest-lists__main .contest-card {
  margin-bottom: 16px;
}
.contest-lists__main .contest-card__link {
  background-color: #fff;
  display: block;
  border-radius: 15px;
  overflow: hidden;
}
.contest-lists__main .contest-card__link:hover {
  background-color: #f2f2f2;
}
.contest-lists__main .contest-card__link:hover .banner {
  opacity: 0.8;
}
.contest-lists__main .contest-card__banner {
  background-color: #000;
}
.contest-lists__main .contest-card__banner .banner {
  width: 100%;
  background-position: 50% 0;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.contest-lists__main .contest-card__title {
  font-size: 18px;
  margin-bottom: 5px;
}
.contest-lists__main .contest-card__body {
  display: flex;
  align-items: end;
}
.contest-lists__main .contest-card__content {
  padding: 12px 16px;
}
.contest-lists__main .contest-card__content-left {
  flex: 1;
  margin-right: 2em;
}
.contest-lists__main .contest-card__content-right {
  padding-bottom: 3px;
}
.contest-lists__main .contest-card__content p {
  color: #999;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}
.contest-lists__main .contest-card__content .status {
  font-weight: 500;
  font-size: 16px;
  color: #999;
  position: relative;
  z-index: 1;
}
.contest-lists__main .contest-card__content .status::after {
  content: "";
  width: 100%;
  height: 11px;
  background-color: #f2f2f2;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: -1;
  border-radius: 4px;
}
.contest-lists__main .contest-card__content .status-1 {
  color: #ff5b41;
}
.contest-lists__main .contest-card__content .status-1::after {
  background-color: #ffefef;
}
.contest-lists__main .contest-card__content .status-3 {
  color: #77c227;
}
.contest-lists__main .contest-card__content .status-3::after {
  background-color: #e3efd4;
}
/* 竞赛-侧栏-左图右文 */
.contest-lists__aside-spic .contest-card {
  margin-bottom: 16px;
}
.contest-lists__aside-spic .contest-card:last-child {
  margin-bottom: 0;
}
.contest-lists__aside-spic .contest-card__link {
  display: flex;
  align-items: center;
  gap: 1em;
}
.contest-lists__aside-spic .contest-card__banner {
  flex: 1;
  position: relative;
}
.contest-lists__aside-spic .contest-card__banner .badge {
  position: absolute;
  top: 5px;
  left: 5px;
}
.contest-lists__aside-spic .contest-card__banner .banner {
  width: 100%;
  background-position: 50% 0;
  background-size: cover;
  border-radius: 5px;
}
.contest-lists__aside-spic .contest-card__title {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: normal;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}
.contest-lists__aside-spic .contest-card__content {
  flex: 1;
}
.contest-lists__aside-spic .contest-card__content .status {
  display: none;
  font-weight: 500;
  font-size: 16px;
  color: #999;
  position: relative;
  z-index: 1;
}
.contest-lists__aside-spic .contest-card__content .status::after {
  content: "";
  width: 100%;
  height: 11px;
  background-color: #f2f2f2;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: -1;
  border-radius: 4px;
}
.contest-lists__aside-spic .contest-card__content .status-1 {
  color: #ff5b41;
}
.contest-lists__aside-spic .contest-card__content .status-1::after {
  background-color: #ffefef;
}
.contest-lists__aside-spic .contest-card__content .status-3 {
  color: #77c227;
}
.contest-lists__aside-spic .contest-card__content .status-3::after {
  background-color: #e3efd4;
}
/* 竞赛-侧栏-上图下文 */
.contest-lists__aside-tpic .contest-card {
  margin-bottom: 26px;
}
.contest-lists__aside-tpic .contest-card:last-child {
  margin-bottom: 0;
}
.contest-lists__aside-tpic .contest-card__banner {
  flex: 1;
  position: relative;
  overflow: hidden;
}
.contest-lists__aside-tpic .contest-card__banner::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(243, 243, 241, 0.1) 20%, #f3f3f1 90%);
}
.contest-lists__aside-tpic .contest-card__banner .banner {
  width: 100%;
  background-position: 50% 0;
  background-size: cover;
  border-radius: 5px;
}
.contest-lists__aside-tpic .contest-card__title {
  font-size: 16px;
  font-weight: normal;
  flex: 1;
}
.contest-lists__aside-tpic .contest-card__content {
  display: flex;
  align-items: center;
  margin-top: -20px;
  position: relative;
}
.contest-lists__aside-tpic .contest-card__content .level {
  font-size: 18px;
  width: 40px;
  position: relative;
  font-weight: bold;
}
.news-list__main .item {
  padding: 15px 0;
}
.news-list__main .link {
  display: flex;
  transition: all 0.3s;
}
.news-list__main .link:hover {
  background-image: linear-gradient(18deg, rgba(229, 232, 236, 0) 0%, #e5e8ec 10%, rgba(229, 232, 236, 0) 60%);
}
.news-list__main .link:hover .thumb img {
  opacity: 0.8;
}
.news-list__main .thumb {
  width: 200px;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
  background: #000;
}
.news-list__main .thumb img {
  width: 100%;
  background-position: 50% 0;
  background-size: cover;
  vertical-align: top;
  transition: all 0.3s ease-in-out;
}
.news-list__main .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: justify;
}
.news-list__main .title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 6px;
  line-height: 1.3;
}
.news-list__main .date {
  color: #aaa;
  font-size: 14px;
  text-align: right;
  padding-bottom: 5px;
}
.news-list__main .desc {
  font-size: 14px;
  color: #aaa;
  flex: 1;
}
.news-list__main .desc p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 800px) {
  .news-list__main .link:hover {
    box-shadow: none;
  }
  .news-list__main .thumb {
    width: 120px;
    height: 80px;
    margin-right: 10px;
  }
  .news-list__main .title {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
  }
  .news-list__main .desc p {
    display: none;
  }
  .news-list__main .date {
    padding-bottom: 0;
    font-size: 12px;
  }
}
.news-list__aside-text .item {
  box-sizing: border-box;
  padding: 16px 0;
  border-bottom: 1px solid #ddd;
}
.news-list__aside-text .item:last-child {
  border-bottom: none;
}
.news-list__aside-text .level {
  font-size: 18px;
  width: 40px;
  position: relative;
  font-weight: bold;
}
.news-list__aside-text .level::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 0;
  height: 25px;
  border-right: 1px solid #ddd;
  transform: translateY(-50%) rotate(15deg);
}
.news-list__aside-text .info {
  text-align: justify;
  flex: 1;
}
.news-list__aside-text .title {
  font-weight: normal;
  font-size: 14px;
}
/* 资讯-侧栏-左图右文 */
.news-lists__aside-spic .item {
  margin-bottom: 16px;
}
.news-lists__aside-spic .item:last-child {
  margin-bottom: 0;
}
.news-lists__aside-spic .item__link {
  display: flex;
  gap: 1em;
}
.news-lists__aside-spic .item__banner {
  flex: 1;
  position: relative;
}
.news-lists__aside-spic .item__banner .badge {
  position: absolute;
  top: 5px;
  left: 5px;
}
.news-lists__aside-spic .item__banner .banner {
  width: 100%;
  background-position: 50% 0;
  background-size: cover;
  border-radius: 5px;
}
.news-lists__aside-spic .item__title {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}
.news-lists__aside-spic .item__content {
  flex: 2;
  display: flex;
  flex-direction: column;
}
.news-lists__aside-spic .item__content .date {
  color: #aaa;
  font-size: 12px;
}
/*********************************************************************/
.channel-list-header {
  height: 72px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.channel-header__icon-button {
  font-size: 28px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 6px;
  border-radius: 20px;
}
.channel-header__icon-button:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.channel-list-header__back {
  margin-right: 6px;
}
.channel-list-header__title {
  padding-right: 1em;
  -webkit-box-flex: 1;
  flex: 1;
  font-size: 22px;
  font-weight: 800;
}
.channel-list-header__title .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 499px) {
  .channel-list-header {
    height: 48px;
    padding-right: 16px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 499px) {
  .channel-list-header__title {
    padding-right: 36px;
    font-size: 18px;
  }
}
.channel-list-header__title-ad {
  margin-left: 4px;
}
.channel-list-header__search-icon {
  font-size: 28px;
  padding: 6px;
  border-radius: 50%;
  margin-left: 12px;
}
@media only screen and (min-width: 499px) and (any-hover: hover) {
  .channel-header__icon-button {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: background-color, border-color;
    transition-property: background-color, border-color;
  }
  .channel-header__icon-button:hover {
    background-color: var(--extension-overlay-black);
  }
  .channel-list-header__search-icon {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: background-color, border-color;
    transition-property: background-color, border-color;
  }
  .channel-list-header__search-icon:hover {
    background-color: var(--extension-overlay-black);
  }
}
@media only screen and (max-width: 499px) {
  .channel-header__icon-button {
    font-size: 24px;
    padding: 2px;
    border-radius: 14px;
  }
  .channel-list-header__search-icon {
    font-size: 24px;
    padding: 0;
  }
}
.channel-list-header__user-icon {
  margin-left: 12px;
}
/*********************************************************************/
.layout-footer {
  padding-bottom: 50px;
}
.layout-footer .footer-qrcodes {
  text-align: center;
  font-size: 13px;
  gap: 20px;
}
.layout-footer .footer-qrcodes img {
  width: 100%;
  border: 1px solid #eee;
  margin-bottom: 5px;
  border-radius: 5px;
}
.layout-footer__copyright {
  font-size: 14px;
  color: #999;
}
.layout-footer__copyright .menu {
  margin-bottom: 10px;
}
.layout-footer__copyright p {
  margin-bottom: 4px;
}
/*********************************************************************/
.channel-list-pagination {
  text-align: center;
  padding: 20px 0 50px;
}
.pagination {
  font-size: 14px;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
}
.pagination .page-item {
  display: inline-block;
  margin: 0 3px;
}
.pagination .page-link {
  padding: 3px 10px;
  display: block;
  background-color: var(--gray-01);
}
.pagination .page-link:hover {
  background-color: #eee;
}
.pagination .page-item.active .page-link {
  background-color: #f7694a;
  border-color: #f7694a;
  color: #fff;
}
