<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body {
  background-color: #fff;
  color: #5f5f5f;
  font-family: "Helvetica Neue", "STHeiti", "Microsoft YaHei", Helvetica, Arial, sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}

a:not([href]):not([tabindex]) {
  color: none;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: none;
  text-decoration: none;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #222;
  text-decoration: none;
}

.header {
  background-color: #323841;
  border-color: #e7e7e7;
  height: 55px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.header .header-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 55px;
}
.header .menu {
  margin-left: 20px;
}
.header .menu-list {
  display: block;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.header .menu-list .menu-item {
  display: inline-block;
  height: 55px;
  line-height: 55px;
  font-size: 15px;
  text-align: center;
}
.header .menu-list .menu-link {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  display: block;
  padding: 0 15px;
}
.header .menu-list .menu-link.active {
  color: #ed9205;
}
.header .menu-list .menu-link:hover {
  color: #ed9205;
}
.header .search {
  margin-left: auto;
}
.header .search-form {
  position: relative;
}
.header .search-form .form-control {
  border: 1px solid #dfe3e9;
  box-shadow: none !important;
}
.header .search-form .form-control::placeholder {
  transition: opacity 0.3s;
  color: rgba(53, 64, 82, 0.5);
  font-weight: 400;
  opacity: 0.5;
}
.header .search-form .form-control:hover, .header .search-form .form-control:focus, .header .search-form .form-control.focus {
  border: 1px solid #ed9205;
}
.header .search-form .search-input {
  padding: 3px;
  width: 350px;
  height: 35px;
  border: 1px solid #c2c0c0;
}
.header .search-form .search-btn {
  height: 35px;
  background-color: #ed9205;
  color: #fff;
  border: 0;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
  margin-left: -4px;
}
.header .search-form .search-btn:hover {
  background-color: #2f8fe4;
}

.video-box .video-header {
  border-bottom: 1px solid #a5a4a4;
  height: 39px;
  line-height: 39px;
}
.video-box .video-header .title {
  font-size: 24px;
  color: #000;
}
.video-box .video-body {
  padding-top: 15px;
  padding-bottom: 15px;
}

.video-media-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -36px;
}
.video-media-list .media-item {
  margin-left: 35px;
  margin-bottom: 15px;
  margin-bottom: 15px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  position: relative;
}
.video-media-list .media-top .media-top-link .media-top-images {
  width: 187px;
  height: 256px;
  backface-visibility: hidden;
  border-radius: 4px;
}
.video-media-list .media-top .media-top-link .icon-type {
  background-color: rgba(243, 152, 0, 0.85);
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  width: 39px;
  height: 19px;
  line-height: 19px;
  color: #fff;
  text-align: center;
  border-radius: 2px;
}
.video-media-list .media-bottom {
  background: #f2f2f2;
  padding: 5px 0 5px 5px;
}
.video-media-list .media-bottom .media-title .media-title-link {
  font-size: 14px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.video-media-list .media-bottom .media-type {
  font-size: 12px;
}
.video-media-list .media-bottom .media-type .name {
  display: inline-block;
}
.video-media-list .media-type-list {
  display: inline-block;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.video-media-list .media-type-list .media-type-item {
  display: inline-block;
}
.video-media-list .media-type-list .media-type-item .media-type-link {
  font-size: 12px;
  display: inline-block;
  padding: 3px 3px 3px;
  border-radius: 2px;
  line-height: 1;
  color: #9aabb8;
  background-color: #dfe5e9;
  margin: 0 5px 5px 0;
}

.video-media-list.mini .media-top .media-top-link .media-top-images {
  width: 130px;
  height: 170px;
  backface-visibility: hidden;
  border-radius: 4px;
}

.video-detail-header {
  margin-bottom: 20px;
}

.video-detail-header-media .images {
  border-radius: 5px;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  display: block;
}

.video-detail-header-info {
  background: #f3f7fb;
  border-radius: 3px;
  overflow: auto;
  padding: 10px 10px 5px 10px;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 26px;
}
.video-detail-header-info h1 {
  font-size: 20px;
}
.video-detail-header-info .p {
  margin-bottom: 5px;
  font-size: 16px;
}
.video-detail-header-info p {
  margin-bottom: 5px;
  font-size: 16px;
}
.video-detail-header-info .info-tag-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: inline-block;
}
.video-detail-header-info .info-tag-list .tag-item {
  display: inline-block;
}

.content-title {
  font-size: 16px;
  text-indent: 0.2em;
  padding: 2px 0 2px 10px;
  border-left: 2px solid #4099d0;
}

.content-description {
  padding-top: 15px;
}

.content-play {
  padding: 15px;
}
.content-play .play-link {
  padding: 5px;
  border: 1px solid #ddd;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-play .play-link:hover {
  background: #d5f1fe;
  color: #0066a3;
  border-color: #0066a3;
}

.side-box .side-box-header {
  position: relative;
  background-color: #fff;
  color: #09f;
  cursor: default;
  border-bottom: #09f solid 3px;
}
.side-box .side-box-header .title {
  font-size: 20px;
}
.side-box .side-box-body {
  padding-top: 10px;
  padding-bottom: 10px;
}

.side-text-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.side-text-list .side-text-item {
  width: 100%;
  border-bottom: dashed 1px #f3f3f3;
  line-height: 30px;
}
.side-text-list .side-text-item .side-text-link {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  color: #474747;
}
.side-text-list .side-text-item .side-text-link:hover {
  color: #f66;
}

.side-tag-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.side-tag-list .side-tag-item {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
}
.side-tag-list .side-tag-item .side-tag-link {
  display: inline-block;
  padding: 2px 10px;
  border: solid 1px #dadada;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.11);
  color: #999;
}
.side-tag-list .side-tag-item .side-tag-link:hover {
  color: #f66;
  border-color: #f66;
}

@media (max-width: 575.98px) {
  .video-media-list .media-top .media-top-link .media-top-images {
    width: 130px;
    height: 170px;
    backface-visibility: hidden;
    border-radius: 4px;
  }

  .search {
    display: none !important;
  }

  .logo {
    display: none !important;
  }

  .header .menu {
    margin: 0;
  }
  .header .header-wrapper {
    display: block;
  }
  .header .menu-list {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }

  .video-detail-header-media {
    display: none;
  }
}
.detail-body {
  font-size: 16px;
  line-height: 30px;
  color: #24292e;
  outline: none;
  word-wrap: break-word;
}
.detail-body &gt; :first-child {
  margin-top: 0 !important;
}
.detail-body a {
  color: #4298BA;
  text-decoration: none;
  word-break: break-all;
}
.detail-body a:visited {
  color: #4298BA;
}
.detail-body a:hover {
  color: #0F769F;
}
.detail-body a:active {
  color: #9E792E;
}
.detail-body a:hover,
.detail-body a:active {
  outline: 0;
}
.detail-body h1,
.detail-body h2,
.detail-body h3,
.detail-body h4,
.detail-body h5,
.detail-body h6 {
  font-weight: 600;
  margin: 24px 0 16px;
}
.detail-body h1 {
  font-size: 30px;
}
.detail-body h2 {
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaecef;
}
.detail-body h3 {
  font-size: 20px;
}
.detail-body h4 {
  font-size: 16px;
}
.detail-body h5 {
  font-size: 16px;
}
.detail-body h6 {
  font-size: 16px;
}
.detail-body p,
.detail-body div {
  word-wrap: break-word;
  margin: 0 0 16px 0;
  word-wrap: break-word;
}
.detail-body b,
.detail-body strong {
  font-weight: bold;
}
.detail-body i,
.detail-body em {
  font-style: italic;
}
.detail-body u {
  text-decoration: underline;
}
.detail-body strike,
.detail-body del {
  text-decoration: line-through;
}
.detail-body ul,
.detail-body ol {
  list-style: disc outside none;
  margin: 15px 0;
  padding: 0 0 0 40px;
  line-height: 1.6;
}
.detail-body ul ul,
.detail-body ul ol,
.detail-body ol ul,
.detail-body ol ol {
  padding-left: 30px;
}
.detail-body ul ul,
.detail-body ol ul {
  list-style: circle outside none;
}
.detail-body ul ul ul,
.detail-body ol ul ul {
  list-style: square outside none;
}
.detail-body ol {
  list-style: decimal;
}
.detail-body li + li {
  margin-top: 0.25em;
}
.detail-body blockquote {
  border-left: 6px solid #ddd;
  padding: 5px 0 5px 10px;
  margin: 15px 0 15px 15px;
}
.detail-body blockquote &gt; :first-child {
  margin-top: 0;
}
.detail-body code {
  display: inline-block;
  padding: 0 4px;
  margin: 0 5px;
  background: #eeeeee;
  border-radius: 3px;
  font-size: 13px;
  font-family: "monaco", "Consolas", "Liberation Mono", Courier, monospace;
}
.detail-body pre {
  padding: 10px 5px 10px 10px;
  margin: 15px 0;
  display: block;
  line-height: 18px;
  background: #F0F0F0;
  border-radius: 3px;
  font-size: 13px;
  font-family: "monaco", "Consolas", "Liberation Mono", Courier, monospace;
  white-space: pre;
  word-wrap: normal;
  overflow-x: auto;
}
.detail-body pre code {
  display: block;
  padding: 0;
  margin: 0;
  background: none;
  border-radius: 0;
}
.detail-body hr {
  display: block;
  height: 0px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 15px 0;
  padding: 0;
}
.detail-body table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 15px 0;
}
.detail-body table thead {
  background-color: #f9f9f9;
}
.detail-body table td,
.detail-body table th {
  min-width: 40px;
  height: 30px;
  border: 1px solid #ccc;
  vertical-align: top;
  padding: 2px 4px;
  text-align: left;
  box-sizing: border-box;
}
.detail-body table td.active,
.detail-body table th.active {
  background-color: #ffffee;
}
.detail-body mip-img {
  max-width: 100%;
}
.detail-body img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
  min-width: auto;
  margin: inherit;
  height: auto;
}

/*面板*/
.panel-box {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #EFEFEF;
  margin-bottom: 1rem;
}
.panel-box .panel-box-heading {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  position: relative;
  padding: 15px 0;
  margin-left: 15px;
  margin-right: 15px;
  border-bottom: 1px solid #EFEFEF;
}
.panel-box .panel-box-heading .title {
  font-size: 16px;
  line-height: 16px;
  margin: 0;
}
.panel-box .panel-box-heading .more {
  position: absolute;
  right: 0;
  top: 15px;
}
.panel-box .panel-box-tap {
  margin-bottom: -1px;
  padding: 5px 0 0 0 !important;
}
.panel-box .panel-box-body {
  padding: 15px 15px;
  position: relative;
}
.panel-box .panel-box-footer {
  padding: 15px 0;
  margin-left: 15px;
  margin-right: 15px;
  border-top: 1px solid #EFEFEF;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.dropdown-hover &gt; .dropdown-menu {
  top: 100%;
  left: 0;
  margin-top: -5px;
}
.dropdown-hover:hover &gt; .dropdown-menu {
  display: block;
}
.dropdown-hover .dropend &gt; .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -5px;
  margin-left: -1px;
}
.dropdown-hover .dropend:hover &gt; .dropdown-menu {
  display: block;
}
.dropdown-hover .dropend .dropdown-toggle::after {
  vertical-align: 0;
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.3em;
  margin-right: -0.3em;
}

/*标签*/
.tag.tag-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.tag.tag-list .tag-item {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
}
.tag.tag-list .tag-item a {
  color: #999;
  background-color: #eff1f5;
  padding: 0 8px;
  line-height: 26px;
  height: 26px;
  display: inline-block;
  border-radius: 3px;
  font-size: 12px;
}
.tag.tag-list .tag-item a:hover {
  background-color: #ed9205;
  color: #fff;
}

.page-control {
  text-align: center;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  list-style: none;
  margin: 1rem 0;
  border-radius: 3px;
}
.pagination &gt; li {
  display: inline-block;
  margin-left: 10px;
}
.pagination &gt; li &gt; a, .pagination &gt; li &gt; span {
  display: inline-block;
  padding: 0.3rem 0.8rem;
  border-radius: 3px !important;
  color: #505050 !important;
  background-color: #fff !important;
  border: 1px solid #EFEFEF !important;
}
.pagination &gt; li &gt; a:focus, .pagination &gt; li &gt; a:hover, .pagination &gt; li &gt; span:focus, .pagination &gt; li &gt; span:hover {
  color: #ed9205 !important;
  background-color: #f2f2f2 !important;
  border-color: #EFEFEF !important;
  cursor: pointer;
}
.pagination &gt; li:first-child &gt; a, .pagination &gt; li:first-child &gt; span {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}
.pagination &gt; li:last-child &gt; a, .pagination &gt; li:last-child &gt; span {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}
.pagination &gt; .disabled &gt; a, .pagination &gt; .disabled &gt; a:focus, .pagination &gt; .disabled &gt; a:hover, .pagination &gt; .disabled &gt; span, .pagination &gt; .disabled &gt; span:focus, .pagination &gt; .disabled &gt; span:hover {
  color: #505050 !important;
  background-color: #fff !important;
  border-color: #EFEFEF !important;
  cursor: not-allowed;
}
.pagination &gt; .active &gt; a, .pagination &gt; .active &gt; a:focus, .pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; span, .pagination &gt; .active &gt; span:focus, .pagination &gt; .active &gt; span:hover {
  color: #fff !important;
  background-color: #ed9205 !important;
  border-color: #ed9205 !important;
  cursor: default;
}

/*友情链接*/
.friend-link {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.friend-link ul {
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.friend-link ul li {
  float: left;
  margin: 0 10px;
}

.friend-link-request .form-control::placeholder {
  color: #c5c8ce;
}

.footer-wrapper {
  color: #999;
  background-color: #222;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-wrapper a {
  color: #999;
}
.footer-wrapper a:hover {
  color: #ed9205;
}
</pre></body></html>