<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* stylelint-disable property-no-vendor-prefix */

/*
 * Style tweaks
 * --------------------------------------------------
 */
 html,
 body {
   overflow-x: hidden;
   /* Prevent scroll on narrow devices */
 }
 #wike,
 #answer,
 #topic,
 #teamPlaye {
   display: none;
 }
 .correlation-encyclopedia-issue .correlation-content .content-title {
   width: 100% !important;
 }
 
 .correlation-encyclopedia-issue {
   margin-top: 0px !important;
 }
 
 .correlation-encyclopedia-issue {
   margin-bottom: 20px;
 }
 
 .question-answer-session {
   margin-top: 0 !important;
 }
 
 .question-answer-session .question-answer-main .question-answer-box {
   padding-top: 24px;
   border-top: 1px solid var(--border-color-base);
   border-bottom: 0px solid var(--border-color-base) !important;
 }
 
 /* è·³è½¬æ&nbsp;‡ç­¾çš„ç»Ÿä¸€æ&nbsp;·å¼ */
 .follow-list .all-players a,
 .whole-topic .whole-topic-link a,
 .text .text-link a,
 .question-answer-link a {
   font-size: 14px;
   color: var(--color-primary);
 }
 
 /* å›žç­” åˆ‡ç®¡æ&nbsp;‡ç­¾å¤´ */
 .question-title .labels {
   max-width: 400px;
 }
 
 .question-title .labels .label-title {
   font-size: 16px;
   color: var(--text-color-primary);
 }
 
 .question-title .labels .label-title:hover,
 .question-title .labels .checked {
   font-weight: bold;
   color: var(--color-primary);
 }
 
 /* å¤´åƒ */
 .follow-list {
   margin-top: 34px;
   padding-bottom: 34px;
   border-bottom: 1px solid var(--border-color-base);
 }
 
 .follow-item {
   width: 50%;
   margin-bottom: 18px;
 }
 .col-md-12 .follow-item {
   width: 45%;
   margin-bottom: 18px;
 }
 .follow-list .follow-item:nth-child(odd) .follow-item-box {
   margin-right: 50px;
 }
 
 .follow-list .follow-item:nth-child(even) .follow-item-box {
   margin-left: 50px;
 }
 
 .follow-item-photo {
   width: 44px;
   height: 44px;
   margin-right: 10px;
   /* border: 1px solid var(--border-color-lighter); */
 }
 
 .follow-list .all-players {
   margin-top: 18px;
 }
 
 /* å…¨éƒ¨è¯é¢˜  æœç´¢ç»“æžœ é“¾æŽ¥ */
 .whole-topic {
   margin-top: 34px;
   padding-bottom: 34px;
   border-bottom: 1px solid var(--border-color-base);
 }
 
 .whole-topic .whole-topic-title a {
   font-size: 16px;
   color: var(--text-color-primary);
   margin-bottom: 20px;
 }
 
 .whole-topic .whole-topic-title a:hover {
   color: var(--color-primary);
 }
 
 .question-answer-session .text {
   padding-bottom: 34px;
 }
 
 /* ç™¾ç§‘æ–‡ç«&nbsp; */
 .collect-item-photo {
   width: 24px;
   height: 24px;
   margin-right: 5px;
 }
 
 /* çƒ­é—¨æœç´¢ */
 .hot-search {
   background-color: var(--background-primary);
   padding: 26px;
   border-radius: 10px;
 }
 
 .hot-search .title {
   font-size: 18px;
   font-weight: bold;
   color: var(--text-color-primary);
 }
 
 .hot-search .hot-search-content .content-title {
   font-size: 16px;
   color: var(--text-color-primary);
   margin-top: 14px;
 }
 
 .hot-search .hot-search-content .content-title:hover {
   color: var(--color-primary);
 }
 .nav-tabs {
   border-bottom: 0px solid #ddd;
 }
 .nav-tabs &gt; li &gt; a {
   font-size: 16px;
 }
 .nav-tabs &gt; li.active &gt; a,
 .nav-tabs &gt; li.active &gt; a:focus,
 .nav-tabs &gt; li.active &gt; a:hover {
   border: 1px solid var(--border-color-base);
   color: var(--color-primary);
   font-weight: 700;
   font-size: 16px;
   background-color: var(--background-regular);
 }
 .nav-tabs &gt; li &gt; a:hover,
 .nav &gt; li &gt; a:hover {
   background: none;
   border: none;
 }
 /*
       * Off Canvas
       * --------------------------------------------------
       */
 @media screen and (max-width: 767px) {
   .row-offcanvas {
     position: relative;
     -webkit-transition: all 0.25s ease-out;
     -o-transition: all 0.25s ease-out;
     transition: all 0.25s ease-out;
   }
 
   .row-offcanvas-right {
     right: 0;
   }
 
   .row-offcanvas-left {
     left: 0;
   }
 
   .row-offcanvas-right .sidebar-offcanvas {
     right: -50%;
     /* 6 columns */
   }
 
   .row-offcanvas-left .sidebar-offcanvas {
     left: -50%;
     /* 6 columns */
   }
 
   .row-offcanvas-right.active {
     right: 50%;
     /* 6 columns */
   }
 
   .row-offcanvas-left.active {
     left: 50%;
     /* 6 columns */
   }
 
   .sidebar-offcanvas {
     position: absolute;
     top: 0;
     width: 50%;
     /* 6 columns */
   }
 
   .follow-list {
     flex-direction: column;
   }
 
   .follow-list .follow-item {
     width: 100%;
   }
 
   .follow-list .follow-item:nth-child(odd) .follow-item-box,
   .follow-list .follow-item:nth-child(even) .follow-item-box {
     margin-left: 0;
     margin-right: 0;
   }
 }
 </pre></body></html>