/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
@font-face {
  font-family: 'icoocean';
  src:
    url(/static/font/icoocean.bf7945.ttf) format('truetype'),
    url(/static/font/icoocean.442ca0.woff) format('woff'),
    url(/static/img/icoocean.d8c793.svg#icoocean) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icoocean' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-down-triangle:before {
  content: "\e92a";
}
.icon-magnifying:before {
  content: "\e929";
  color: #fff;
}
.icon-sun:before {
  content: "\e927";
}
.icon-moon:before {
  content: "\e928";
  color: #fff;
}
.icon-menu2:before {
  content: "\e926";
}
.icon-like_up:before {
  content: "\e924";
}
.icon-like_down:before {
  content: "\e925";
}
.icon-primary-link:before {
  content: "\e900";
}
.icon-arrow-left2:before {
  content: "\e901";
}
.icon-lock:before {
  content: "\e921";
}
.icon-tick:before {
  content: "\e920";
}
.icon-arrow-down2:before {
  content: "\e91f";
}
.icon-zoom:before {
  content: "\e91e";
}
.icon-play-border:before {
  content: "\e91c";
}
.icon-home:before {
  content: "\e91d";
}
.icon-sound:before {
  content: "\e916";
}
.icon-replay:before {
  content: "\e917";
}
.icon-play:before {
  content: "\e918";
  color: #aaa;
}
.icon-pause:before {
  content: "\e919";
}
.icon-muted:before {
  content: "\e91a";
}
.icon-full-screen:before {
  content: "\e91b";
}
.icon-complaint:before {
  content: "\e903";
}
.icon-arrow-right:before {
  content: "\e904";
}
.icon-arrow-right2:before {
  content: "\e905";
}
.icon-arrow-right3:before {
  content: "\e906";
}
.icon-check:before {
  content: "\e907";
}
.icon-close:before {
  content: "\e908";
}
.icon-download:before {
  content: "\e909";
}
.icon-facebook:before {
  content: "\e90a";
}
.icon-favorite:before {
  content: "\e90b";
}
.icon-link:before {
  content: "\e90c";
}
.icon-menu:before {
  content: "\e90d";
}
.icon-pinterest:before {
  content: "\e90e";
}
.icon-point:before {
  content: "\e90f";
}
.icon-search:before {
  content: "\e910";
}
.icon-share-arrow:before {
  content: "\e911";
}
.icon-share:before {
  content: "\e912";
}
.icon-twitter:before {
  content: "\e913";
}
.icon-unfavorite:before {
  content: "\e915";
}
.icon-muslim:before {
  content: "\e914";
}
.icon-arrow-left:before {
  content: "\e902";
}
.icon-arrow-up2:before {
  content: "\e922";
}
.icon-arrow-left3:before {
  content: "\e923";
}

.icon-newspaper:before {
  content: "\e1ea";
}



/* arabic */
@font-face {
  font-family: 'Noto Naskh Arabic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  /* 解决字体闪烁的问题 */
  src: url(https://fonts.gstatic.com/s/notonaskharabic/v33/RrQ5bpV-9Dd1b1OAGA6M9PkyDuVBePeKNaxcsss0Y7bwvc5Urqcy1fY3ulf6rhs.woff2) format('woff2') url(/static/font/noto-arabic-1.f9d9e7.woff2) format('woff2');
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011,
    U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}

/* latin-ext */
@font-face {
  font-family: 'Noto Naskh Arabic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notonaskharabic/v33/RrQ5bpV-9Dd1b1OAGA6M9PkyDuVBePeKNaxcsss0Y7bwvc5Upacy1fY3ulf6rhs.woff2) format('woff2') url(/static/font/noto-arabic-2.339676.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Noto Naskh Arabic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notonaskharabic/v33/RrQ5bpV-9Dd1b1OAGA6M9PkyDuVBePeKNaxcsss0Y7bwvc5Uq6cy1fY3ulf6.woff2) format('woff2') url(/static/font/noto-arabic-3.6657e5.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyWyosBD5XxjLdSL17o24Q.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyWyosBK5XxjLdSL17o24Q.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyWyosBC5XxjLdSL17o24Q.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyWyosBN5XxjLdSL17o24Q.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyWyosBB5XxjLdSL17o24Q.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyWyosBA5XxjLdSL17o24Q.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyWyosBO5XxjLdSL17o.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}html {
  font-size: 62.5%;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ol,
ul,
li,
form,
label,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans',
    'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

a {
  text-decoration: none;
  color: inherit;
}

ol,
ul {
  list-style: none;
}

.auto-center,
.center-1000,
.center-640,
.center-450 {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .auto-center {
    max-width: 100rem;
  }

  .center-640 {
    max-width: 64rem;
  }
  .center-450 {
    max-width: 45rem;
  }
}

.one-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.two-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.three-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.four-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.grecaptcha-badge {
  visibility: hidden;
}.light-scheme {
  --c-background: #fff;
  --c-title-h2: #121212;
  --c-title-h3: #12121299;
  --c-title-h4: #8F8A8B;
  --c-title-h5: #fff;
  --c-amazon-card-background-color: #fff;
  --c-title-background-color: #f5c546;
  --c-author-border-color: #090;
  --c-card-border-top-color: #eae8e8;
  --c-ramadan-type-color: #159921;
  --c-ramadan-btn-border-color: #159921;
  --c-ramadan-type-background-color: #fff;
  --c-ramadan-type-font-color: #159921;
  --c-guess-background-color: #5E4AEE;
  --c-guess-nav-item-background-color: #5503ffcc;
  --c-guess-nav-item-active-background-color: #5503ff;
  --c-guess-nav-item-box-shadow: 0 0.3rem 0 0 rgba(0, 0, 0, 0.17);
  --c-guess-nav-item-active-box-shadow: 0 0.3rem 0 0 rgba(0, 0, 0, 0.17), inset 0 -.6rem 0 0 #3806B4;
  --c-guess-ques-border: 0.2rem solid #0081EC;
  --c-guess-ques-background-color: #5ef;
  --c-guess-ques-font-color: #3861d5;
  --c-guess-ques-img-border-color: #8971FC;
  --c-guess-ques-circle-border-color: #eee;
  --c-guess-list-background-color: #7e6ef1;
  --c-guess-list-active-border-color: #fff;
  --c-guess-list-mark-gradient: #5e4aee;
  --c-article-share-explain-color: #333300;
  --c-article-share-download-color: #ffffff;
  --c-article-share-download-background-color1: #159921;
  --c-article-share-download-background-color2: #159921;
  --c-footer-background-color: #f4f4f4;
  --c-footer-color: #545454;
  --c-primary-link-background-color:#F3F3F3;
  --c-primary-link-color:#0F0F0F;

  --c-isfun-title-color:#1C1D23;
  --c-isfun-border-color:#1C1D2333;
  --c-isfun-background:#f0f0f0;
  --c-isfun-card-background:#f8f8f8;
  --c-isfun-subtitle-color:#757272;
  --c-isfun-category-recommend-background:#f0f0f0;
  --c-isfun-arrow-color:#393939;
  --c-isfun-liked-color:#656565;
  --c-isfun-unliked-color:#CFCFCF ;

  --c-adsense-background-color:#F8F8F8;
  --c-adsense-describe-color:#555;
  --c-adsense-close-color:#c2c2c2;
  --c-menu-background-color:#18181a;
  --c-ramadan-button-bg:#272727b3;
  --c-ramadan-nav-btn-color:#191919;
  --c-ramadan-nav-btn-bg:#fff;
  --c-ramadan-nav-entry-icon:#141414;
  --c-ramadan-active-button-color:#fff;
  --c-ramadan-active-button-bg:#272727b3;
  --c--module-title-color:#17181b;
  --c--line-color:#97979729;
}

.dark-scheme {
  --c-background: #0F1115;
  --c-title-h2: #DADBE2;
  --c-title-h3: #DADBE299;
  --c-title-h4: #DADBE2;
  --c-title-h5: #DADBE2;
  --c-amazon-card-background-color: #161c2c;
  --c-title-background-color: #cca53d;
  --c-author-border-color: #BFC0CD;
  --c-card-border-top-color: #BFC0CD;
  --c-ramadan-type-color: #129E12;
  --c-ramadan-btn-border-color: #161C2C;
  --c-ramadan-type-background-color: #161C2C;
  --c-ramadan-type-font-color: #DADBE2;
  --c-guess-background-color: #0F1115;
  --c-guess-nav-item-background-color: #161C2C;
  --c-guess-nav-item-active-background-color: #394159;
  --c-guess-nav-item-box-shadow: 0 0 1rem -.2rem rgba(0, 0, 0, 0.4);
  --c-guess-nav-item-active-box-shadow: 0 0 1rem -.2rem rgba(0, 0, 0, 0.4);
  --c-guess-ques-border: none;
  --c-guess-ques-background-color: #0E5777;
  --c-guess-ques-font-color: #DADBE2;
  --c-guess-ques-img-border-color: #141729;
  --c-guess-ques-circle-border-color: #534f4f;
  --c-guess-list-background-color: #141729;
  --c-guess-list-active-border-color: #ffffffe6;
  --c-guess-list-mark-gradient: #0F1115;
  --c-article-share-explain-color: #7d7f85;
  --c-article-share-download-color: #DADBE2;
  --c-article-share-download-background-color1: #129E12;
  --c-article-share-download-background-color2: #161C2C;
  --c-footer-background-color: #141729;
  --c-footer-color: #DADBE2;
  --c-primary-link-background-color:#191F2B;
  --c-primary-link-color:#DADBE2;



  --c-isfun-title-color:#ffffffe6;
  --c-isfun-border-color:#ffffff29;
  --c-isfun-background:#0F1115;
  --c-isfun-card-background:#1B1D21;
  --c-isfun-subtitle-color:#9D9EA0;
  --c-isfun-category-recommend-background:#1B1D21;
  --c-isfun-arrow-color:#e6e6e6;
  --c-isfun-liked-color:#C6C6C6;
  --c-isfun-unliked-color: #555555;

  --c-adsense-background-color:#1B1D21;
  --c-adsense-describe-color:#fff9;
  --c-adsense-close-color:#757679;
  --c-menu-background-color:#e7e8e8;
  --c-ramadan-button-bg: #000;
  --c-ramadan-nav-btn-color:#fff6;
  --c-ramadan-nav-btn-bg:#1D1D1D;
  --c-ramadan-nav-entry-icon:#fff;
  --c-ramadan-active-button-color:#fff9;
  --c-ramadan-active-button-bg:#4E4E4E;
  --c--module-title-color:#FAFAFA;
  --c--line-color:#454547;

  input {
    /* 暗黑色输入框背景 */
    background-color: #34495e;
    /* 暗黑色或蓝色边框 */
    border: 1px solid #4e6e8e;
    padding: 10px;
    margin: 10px;
    border-radius: 4px;
    /* 去掉点击输入框时的默认边框 */
    outline: none;
    /* 输入框文字颜色 */
    color: white;
    /* 边框颜色变化动画 */
    transition: border-color 0.3s;
  }

  input:focus {
    /* 聚焦时的绿色边框 */
    border-color: #5cb85c;
  }

  select,
  textarea {
    /* 暗黑色输入框背景 */
    background-color: #34495e;
    /* 暗黑色或蓝色边框 */
    border: 1px solid #4e6e8e;
    /* 设置文字颜色为白色，以便于阅读 */
    color: white;
  }

  select:focus-visible,
  textarea:focus-visible {
    /* 聚焦时的绿色边框 */
    border-color: #5cb85c;
    outline: none;
  }
}
.news {
    padding-top: 2rem;
    margin-top: 7rem;
}

.bg-footer {
    background-color: #000 !important;
    color: #fff !important;
}.lazy-img,
.hold-img,
.normal-img {
  position: relative;
  font-size: 0;
}

.lazy-img img,
.hold-img img,
.normal-img img {
  width: 100%;
}

/* 隐藏没有src的图片 */
.lazy-img img:not([src]),
.hold-img img:not([src]) {
  opacity: 0;
  visibility: hidden;
}

.lazy-img,
.hold-img {
  background-size: 400% 100%;
  background-position: 100% 50%;
  background-image: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  animation: skeleton-loading 1.4s ease infinite;
}

.lazy-img img,
.hold-img img {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease; /* 添加过渡效果 */
}

/* 当图片加载完成后显示 */
.lazy-img.loaded img,
.hold-img.loaded img {
  opacity: 1;
  visibility: visible;
}

@keyframes skeleton-loading {
  0% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

.lazy-img.loaded,
.hold-img.loaded {
  background-image: none;
  animation: none;
}.recom-list__main-item {
  /*margin-bottom: 3rem;*/
  padding-bottom: 2rem;
}

.recom-list__main-link {
  display: block;
  text-decoration: none;
  margin-bottom: 1.5rem;
  transition: opacity 0.2s ease;
}

.recom-list__main-link:hover {
  opacity: 0.8;
}

.recom-list__main-content {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}


.recom-list__main-image {
  width: 100%;
  height: 20rem; 
  overflow: hidden;
  background-color: #f8f9fa;
}

.recom-list__main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.recom-list__main-text {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.recom-list__main-title {
  font-size: 1.6rem; 
  font-weight: 700; 
  line-height: 1.4;
  margin: 0;
  color: #17181B;
  /* display: flex;
  align-items: flex-start;  */
}

.recom-list__main-time {
  font-size: 1.3rem;
  color: #35393F;
  font-weight: 400;
}


.recom-list__smalls {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}


.recom-list__small-link {
  display: flex;
  gap: 1.2rem;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.2s ease;
}

.recom-list__small-link:hover {
  background-color: #f8f9fa;
  border-color: #e0e0e0;
}

.recom-list__small-image {
  flex-shrink: 0;
  width: 8rem;
  height: 8rem;
  overflow: hidden;
  background-color: #f8f9fa;
}

.recom-list__small-image img {
  width: 8rem;
  height: 8rem;
  object-fit: cover;
  display: block;
}

/* 小新闻内容 */
.recom-list__small-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* 小新闻标题 */
.recom-list__small-title {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 0.8rem 0;
  color: #17181B;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.recom-list__small-time {
  font-size: 1.2rem;
  color: #35393F;
  margin-top: auto;
  font-weight: 400;
}

.flame-icons {
  display: inline-flex;
  align-items: flex-start; 
  margin-right: 0.5rem;
  gap: 0.2rem;
  margin-top: 0.1rem; 
}

.flame-icon {
  width: 1.6rem;
  height: 1.6rem;
  object-fit: contain;
  animation: flame-flicker 1.5s ease-in-out infinite alternate;
}

/* 火焰闪烁动画 */
@keyframes flame-flicker {
  0% {
    opacity: 0.8;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    opacity: 0.9;
    transform: scale(1);
  }
}


.skeleton {
  padding-top: 0rem;
  margin-bottom: 1.2rem;
}

.skeleton_img {
  margin-bottom: 1rem;
  height: 21.5rem;
}

.skeleton_text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 8rem;
}

.skeleton_text-p {
  height: 1rem;
  border-radius: 0.2rem;
}

.skeleton__animation {
  background-size: 400% 100%;
  background-position: 100% 50%;
  background-image: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  animation: skeleton-loading 1.4s ease infinite;
}

@keyframes skeleton-loading {
  0% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}.recommend {
  margin: 0 1.6rem;
}

.recommend__head {
  position: relative;
  height: 3.5rem;
  font-weight: bold;
  line-height: 3.5rem;
  padding: 0 1rem;
  overflow: hidden;
  color: var(--c--module-title-color);
  font-size: 2.1rem;
  border-bottom: 0.1rem solid var(--c--line-color);
}

.recommend__head::before {
  background-color: #d74b1f;
  content: "";
  height: 83%;
  right: 0;
  position: absolute;
  top: 3px;
  width: .4rem;
  border-radius: .2rem;
  left: 0;
}

:lang(ar).recommend__head::before {
  left: 0;
}

.recommend__sentinel {
  display: block;
  height: 1px;
  width: 100%;
  margin: 0;
}.navbar {
	width: 100%;
	height: 4rem;
	padding: 1.5rem 0;
	z-index: 9999;
	background: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	/* box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.08); */
}

.navbar-shadow {
	box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.08);
}

.navbar .container {
	margin: 0 auto;
	max-width: 1280px;
	width: 90%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100% ;
}

.site-title {
	display: inline-block;
	margin-left: .25rem;
}


.site-title .site-logo {
	width: 20rem;
	height: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.site-title .site-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.side-nav a {
	padding: 0 1rem;
}

.side-nav a:hover {
	background: transparent;
}
.panel-control-left img, .panel-control-right img {
	width: 2.5rem;
	height: 2.5rem;
}
.panel-control-left .sidenav-control-left .navbar_menu-icon{
	color: #fff;
	font-size: 3rem;
}
.panel-control-right .newspaper_menu-icon {
	color: #fff;
	font-size: 3rem;
	background-color: antiquewhite;
}
.panel-control-left {
    float: left;
    font-size: 2rem;
}

.panel-control-left a i,
.panel-control-right a i {
    color: #fff;
}

.panel-control-right {
    float: right;
    font-size: 1.8rem;
    margin-top: 2px;
}

.panel-control-left .navigation__link {
    display: flex;
    align-items: center;
    font-size: 1.3rem;
}
.panel-control-left .navigation__link img {
    width: 1.5rem;
    height: 1.5rem;
}
.panel-control-left .navigation__link .navigation__text {
    color: #2E2E2E;
    font-size: 1.3rem;
    font-weight: 500;
    margin-left: 1rem;
}

.panel-control-left ul {
    padding-top: 2rem;
    padding: 1rem 0;
}

.panel-control-left ul li {
    border-bottom: dotted .1rem #eee;
}

.panel-control-left ul li a {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
}

.panel-control-left .side-nav li a i {
    height: 4.8rem;
    width: 2.4rem;
    background-color: red;
    margin-right: .5rem;
}

.side-nav {
    position: fixed;
    width: 30rem;
    left: 0;
    top: 0;
    margin: 0;
    -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
    height: 100%;
    height: calc(100% + 6rem);
    height: -moz-calc(100%);
    padding-bottom: 6rem;
    background-color: #fff;
    z-index: 99999;
    overflow-y: auto;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-105%);
          transform: translateX(-105%);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.side-nav .collapsible {
    margin: 0;
}

.side-nav li {
    float: none;
    line-height: 4.8rem;
}
.side-nav .side-logo {
    width: 100%;
    height: 8rem;
}

.side-nav .side-logo .side-link{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.side-nav .side-logo .logo {
    width: 12rem;
    height: 3.5rem;
}

.side-nav .side-logo .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.side-nav li.active {
    background-color: rgba(0, 0, 0, 0.05);
}

.side-nav a {
    color: rgba(0, 0, 0, 0.87);
    display: block;
    font-size: 1.1667rem;
    font-weight: 500;
    height: 4.8rem;
    line-height: 4.8rem;
    padding: 0 1.6rem;
}

.side-nav a:hover {
    background-color: rgba(0, 0, 0, 0.05);
}


.side-nav .collapsible-body>ul:not(.collapsible)>li.active,
.side-nav.fixed .collapsible-body>ul:not(.collapsible)>li.active {
    background-color: #ee6e73;
}

.side-nav .collapsible-body>ul:not(.collapsible)>li.active a,
.side-nav.fixed .collapsible-body>ul:not(.collapsible)>li.active a {
    color: #fff;
}

.collapsible {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.side-nav .collapsible,
.side-nav.fixed .collapsible {
    border: none;
    box-shadow: none;
}

.side-nav .collapsible li,
.side-nav.fixed .collapsible li {
    padding: 0;
}

#sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;

  right: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  will-change: opacity;
  display: none;
}.footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 9rem;
  padding: 1.2rem 2rem;
  background-color: var(--c-footer-background-color);
}

.footer__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.footer__wrap > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__link {
  font-size: 1.3rem;
  font-weight: normal;
  color: var(--c-footer-color);
  text-align: center;
  margin : 0 0.8rem;
}

.footer__link:hover {
  cursor: pointer;
  color: #eb4500;
}

.footer__link.active {
  color: #eb4500;
}

.footer__copyright {
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: normal;
  text-align: center;
  color: var(--c-footer-color);
  margin-bottom: 2rem;
}

.recaptcha {
  color: #545454;
  font-size: 1.2rem;
  padding: 0.6rem 1.2rem;
  background-color: #e3e3e3;

  .text {
    color: #746dff;
  }
}

@media screen and (min-width: 768px) {
  .footer {
    height: 17rem;
  }

  .footer__link {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 2rem;
  }

  .footer__copyright {
    font-size: 1.6rem;
  }
}