/*
 * Trident/360 compatibility-mode layout.
 * Keep this file to CSS 2.1 syntax: IE7 must be able to parse every rule.
 * Modern browsers load the asset for cache consistency but never match it.
 */

html.legacy-ie,
html.legacy-ie body,
html.legacy-ie #__nuxt {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

html.legacy-ie body {
  min-width: 1320px;
  color: #263142;
  background: #fff;
  font-family: "Microsoft YaHei", Arial, sans-serif;
}

html.legacy-ie *,
html.legacy-ie *:before,
html.legacy-ie *:after {
  box-sizing: border-box;
}

html.legacy-ie a img {
  border: 0;
}

html.legacy-ie .portal-layout,
html.legacy-ie .portal-main {
  display: block !important;
  width: 100%;
}

html.legacy-ie .portal-main {
  min-height: 500px;
}

/* Header: float layout replaces flex/grid. */
html.legacy-ie .header-bar {
  position: relative !important;
  top: auto !important;
  width: 100%;
  height: 68px;
  background: #fff;
}

html.legacy-ie .site-header {
  display: block !important;
  width: 1280px !important;
  height: 68px !important;
  margin: 0 auto;
  padding: 0 !important;
  overflow: visible;
  zoom: 1;
}

html.legacy-ie .site-header:after,
html.legacy-ie .panel-heading:after,
html.legacy-ie .dynamics-content:after,
html.legacy-ie .search-bar:after,
html.legacy-ie .quick-search-form:after {
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  content: ".";
  visibility: hidden;
}

html.legacy-ie .brand {
  float: left;
  display: block;
  width: 148px;
  height: 68px;
  margin: 0 30px 0 0 !important;
  line-height: 68px;
}

html.legacy-ie .headerLogo {
  width: 148px;
  max-height: 46px;
  vertical-align: middle;
}

html.legacy-ie .main-nav {
  float: left;
  display: block !important;
  height: 68px !important;
  margin: 0;
  white-space: nowrap;
}

html.legacy-ie .nav-link {
  display: inline-block !important;
  height: 68px !important;
  margin: 0 10px;
  padding: 0 !important;
  color: #52545b;
  font-size: 16px !important;
  line-height: 68px;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}

html.legacy-ie .nav-link-active {
  border-bottom: 3px solid #a65631;
  color: #2f3034;
}

html.legacy-ie .nav-link:after,
html.legacy-ie .member-center-entry:before,
html.legacy-ie .member-center-entry:after {
  display: none !important;
}

html.legacy-ie .portal-quick-search {
  float: right;
  display: block !important;
  width: 220px !important;
  margin: 15px 0 0 10px !important;
}

html.legacy-ie .header-right {
  float: right;
  display: block !important;
  height: 68px;
  margin: 0 !important;
  padding-top: 14px;
  white-space: nowrap;
}

html.legacy-ie .header-auth,
html.legacy-ie .member-center-entry,
html.legacy-ie .login-btn {
  display: inline-block !important;
  vertical-align: middle;
  zoom: 1;
  *display: inline !important;
}

html.legacy-ie .member-center-entry__mark {
  display: block !important;
  color: #b27a18 !important;
  background: transparent !important;
  font-size: 22px;
  line-height: 38px;
  text-align: center;
}

/* Native search controls remain usable without Vue hydration. */
html .legacy-search-label,
html .legacy-search-target {
  display: none;
}

html.legacy-ie .legacy-search-label {
  position: absolute;
  left: -9999px;
  display: block;
}

html.legacy-ie .legacy-search-target {
  display: block;
  color: #222;
  background: #fff;
  font-family: "Microsoft YaHei", Arial, sans-serif;
}

html.legacy-ie .search-target-picker,
html.legacy-ie .quick-search-target,
html.legacy-ie .quick-search-toggle,
html.legacy-ie .quick-search-submit svg {
  display: none !important;
}

html.legacy-ie .quick-search-form {
  position: static !important;
  display: block !important;
  width: 220px !important;
  height: 38px !important;
  border: 1px solid #dfe3e8;
  background: #f7f8fa;
}

html.legacy-ie .quick-search-form .legacy-search-target {
  float: left;
  width: 64px;
  height: 36px;
  border: 0;
  border-right: 1px solid #e1e4e8;
}

html.legacy-ie .quick-search-form input {
  float: left;
  width: 118px;
  height: 36px;
  padding: 7px 6px;
  border: 0;
  background: #f7f8fa;
  line-height: 22px;
}

html.legacy-ie .quick-search-submit {
  float: left;
  display: block !important;
  width: 36px;
  height: 36px;
  border: 0;
  color: #925033;
  background: #f7f8fa;
  font-size: 0;
}

html.legacy-ie .quick-search-submit:after {
  color: #925033;
  content: "搜索";
  font-size: 11px;
}

/* Homepage. */
html.legacy-ie .home-page {
  display: block;
  width: 100%;
  overflow: visible;
}

html.legacy-ie .hero {
  display: block;
  height: 280px;
  color: #fff;
  background-color: #2866ee;
  background-position: center top;
  background-repeat: no-repeat;
}

html.legacy-ie .hero-inner {
  display: block !important;
  width: 1200px !important;
  min-height: 0 !important;
  height: 280px;
  margin: 0 auto;
  padding: 52px 0 0 !important;
  text-align: center;
}

html.legacy-ie .slogan {
  margin: 0 0 28px;
  color: #fcdab8;
  font-size: 25px;
  line-height: 36px;
  text-align: center;
}

html.legacy-ie .search-bar {
  display: block !important;
  width: 970px !important;
  height: 64px;
  min-height: 64px;
  margin: 0 auto;
  overflow: hidden;
  border: 2px solid #ffdbba;
  background: #fff;
  text-align: left;
}

html.legacy-ie .search-bar .legacy-search-target {
  float: left;
  width: 150px;
  height: 60px;
  padding: 0 12px;
  border: 0;
  border-right: 1px solid #d4d4d4;
  font-size: 17px;
}

html.legacy-ie .search-bar input {
  float: left;
  width: 700px;
  height: 60px;
  padding: 17px 18px;
  border: 0;
  color: #222;
  font-size: 17px;
  line-height: 24px;
}

html.legacy-ie .search-bar > button {
  float: left;
  display: block;
  width: 116px;
  height: 60px;
  border: 0;
  color: #fff;
  background: #c7926a;
  font-size: 18px;
}

html.legacy-ie .hot-searches {
  display: block !important;
  width: 970px !important;
  margin: 13px auto 0;
  color: #dbe6ff;
  font-size: 14px;
  text-align: left;
}

html.legacy-ie .hot-searches span,
html.legacy-ie .hot-searches button {
  display: inline;
  margin-right: 12px;
  color: #f8d8b8;
}

html.legacy-ie .dashboard-wrap {
  display: block;
  padding: 12px 0 28px;
  background: #f6f9fd;
}

html.legacy-ie .advertisement-section,
html.legacy-ie .portal-dashboard,
html.legacy-ie .themed-panel-surface,
html.legacy-ie .problem-section-layout {
  display: block !important;
  width: 1200px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

html.legacy-ie .advertisement-item,
html.legacy-ie .advertisement-item img {
  display: block !important;
  width: 1200px;
  height: 150px;
}

html.legacy-ie .advertisement-carousel [data-slot="item"] {
  display: none;
}

html.legacy-ie .advertisement-carousel [data-slot="item"]:first-child {
  display: block;
}

html.legacy-ie .advertisement-carousel [data-slot="controls"],
html.legacy-ie .advertisement-carousel [data-slot="dots"],
html.legacy-ie .carousel-dots {
  display: none !important;
}

html.legacy-ie .portal-panel,
html.legacy-ie .themed-section,
html.legacy-ie .home-middle-advertisements,
html.legacy-ie .community-download-layout {
  position: static !important;
  left: auto !important;
  display: block !important;
  width: 1200px !important;
  margin: 0 auto 18px !important;
  padding: 20px;
  overflow: hidden;
  border: 1px solid #e2e9f2;
  background: #fff;
}

html.legacy-ie .themed-section {
  padding: 0 !important;
}

html.legacy-ie .panel-heading,
html.legacy-ie .heading-title {
  display: block !important;
  zoom: 1;
}

html.legacy-ie .panel-heading {
  min-height: 38px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #edf1f6;
}

html.legacy-ie .heading-title {
  float: left;
}

html.legacy-ie .heading-title img,
html.legacy-ie .heading-title .heading-orb,
html.legacy-ie .heading-title h2 {
  float: left;
  display: block !important;
  margin-right: 10px;
}

html.legacy-ie .heading-title h2 {
  margin-top: 5px;
  color: #172033;
  font-size: 21px;
  line-height: 30px;
}

html.legacy-ie .panel-heading > a {
  float: right;
  display: block !important;
  margin-top: 9px;
  color: #7d8797;
}

html.legacy-ie .home-page .dynamics-content {
  display: block !important;
  zoom: 1;
}

html.legacy-ie .home-page .dynamics-featured {
  float: left;
  display: block !important;
  width: 48%;
  margin-right: 2%;
}

html.legacy-ie .home-page .featured-media {
  display: block !important;
  width: 100%;
  height: 260px;
  text-align: center;
  line-height: 260px;
}

html.legacy-ie .home-page .featured-media img,
html.legacy-ie .home-page .result-media img {
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
}

html.legacy-ie .home-page .dynamics-list {
  float: right;
  display: block !important;
  width: 49%;
}

html.legacy-ie .home-page .dynamics-list a,
html.legacy-ie .home-page .material-rows > a {
  display: block !important;
  min-height: 0;
  padding: 11px 0;
  border-bottom: 1px dashed #d9dee6;
  zoom: 1;
}

html.legacy-ie .home-page .dynamics-list .list-dot {
  display: none;
}

html.legacy-ie .home-page .dynamics-list time,
html.legacy-ie .home-page .material-rows time {
  float: right;
}

html.legacy-ie .home-page .result-cards,
html.legacy-ie .home-page .library-cards,
html.legacy-ie .home-page .problem-grid,
html.legacy-ie .home-page .topic-grid,
html.legacy-ie .home-page .circle-list,
html.legacy-ie .home-page .member-list,
html.legacy-ie .home-page .result-headlines,
html.legacy-ie .home-page .material-rows {
  display: block !important;
  width: 100%;
  zoom: 1;
}

html.legacy-ie .home-page .result-cards > a,
html.legacy-ie .home-page .library-cards > a {
  display: inline-block !important;
  width: 18%;
  margin: 0 1% 20px;
  vertical-align: top;
  zoom: 1;
  *display: inline !important;
}

html.legacy-ie .home-page .result-media {
  display: block !important;
  width: 100%;
  height: 145px;
}

html.legacy-ie .home-page .document-preview {
  display: block !important;
  width: 100%;
  height: 210px;
}

html.legacy-ie .home-page .topic-grid > a,
html.legacy-ie .home-page .problem-grid > a {
  display: inline-block !important;
  width: 47%;
  margin: 0 1% 14px;
  vertical-align: top;
  zoom: 1;
  *display: inline !important;
}

html.legacy-ie .home-page .problem-grid > a {
  width: 30%;
}

html.legacy-ie .panel-empty,
html.legacy-ie .empty-cover,
html.legacy-ie .heading-orb,
html.legacy-ie .topic-icon,
html.legacy-ie .file-icon {
  display: block !important;
  text-align: center;
}

html.legacy-ie .panel-empty {
  padding: 55px 0;
}

/* Shared list/detail/form fallbacks used outside the homepage. */
html.legacy-ie table {
  border-collapse: collapse;
}

html.legacy-ie img,
html.legacy-ie video {
  max-width: 100%;
}

html.legacy-ie .page-shell,
html.legacy-ie .content-shell,
html.legacy-ie .profile-shell,
html.legacy-ie .workspace-shell,
html.legacy-ie .org-shell,
html.legacy-ie .cashier-shell {
  width: 1200px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

html.legacy-ie .profile-layout,
html.legacy-ie .content-layout,
html.legacy-ie .workspace-layout,
html.legacy-ie .form-grid,
html.legacy-ie .point-stat-grid,
html.legacy-ie .income-overview,
html.legacy-ie .channel-grid {
  display: block !important;
  zoom: 1;
}

html.legacy-ie .field,
html.legacy-ie .point-field,
html.legacy-ie .create-field {
  display: block !important;
  margin-bottom: 14px;
}

html.legacy-ie input,
html.legacy-ie select,
html.legacy-ie textarea,
html.legacy-ie button {
  font-family: "Microsoft YaHei", Arial, sans-serif;
}

html.legacy-ie .sr-only {
  position: absolute;
  left: -9999px;
}

/* Public portal list/detail pages. Keep these rules deliberately structural:
 * page-specific colours and typography can still come from the component CSS,
 * while unsupported grid/flex declarations no longer collapse the layout. */
html.legacy-ie .dynamics-page,
html.legacy-ie .article-page,
html.legacy-ie .information-page,
html.legacy-ie .library-page,
html.legacy-ie .problem-page,
html.legacy-ie .detail-page,
html.legacy-ie .introduce-page,
html.legacy-ie .agreement-page,
html.legacy-ie .search-page,
html.legacy-ie .ring-feed-page,
html.legacy-ie .ring-square-page,
html.legacy-ie .circle-detail-page,
html.legacy-ie .post-detail-page,
html.legacy-ie .profile-page {
  display: block !important;
  width: 100% !important;
  min-height: 500px;
}

html.legacy-ie .dynamics-page > .hero,
html.legacy-ie .article-page > .hero,
html.legacy-ie .information-page > .hero,
html.legacy-ie .library-page > .hero,
html.legacy-ie .problem-page > .hero {
  display: block !important;
  width: 100% !important;
}

html.legacy-ie .dynamics-page > .hero .hero-inner,
html.legacy-ie .article-page > .hero .hero-inner,
html.legacy-ie .information-page > .hero .hero-inner,
html.legacy-ie .library-page > .hero .hero-inner,
html.legacy-ie .problem-page > .hero .hero-inner,
html.legacy-ie .dynamics-page > .content,
html.legacy-ie .article-page > .content,
html.legacy-ie .information-page > .content,
html.legacy-ie .library-page > .content,
html.legacy-ie .problem-page > .content,
html.legacy-ie .introduce-page > .content {
  display: block !important;
  width: 1280px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

html.legacy-ie .detail-page > .content,
html.legacy-ie .agreement-page,
html.legacy-ie .search-page {
  display: block !important;
  width: 980px !important;
  max-width: none !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

html.legacy-ie .toolbar,
html.legacy-ie .tabs,
html.legacy-ie .source-tabs,
html.legacy-ie .channel-tabs,
html.legacy-ie .view-toggle,
html.legacy-ie .breadcrumb,
html.legacy-ie .meta,
html.legacy-ie .meta-row,
html.legacy-ie .item-footer,
html.legacy-ie .title-row,
html.legacy-ie .question-meta,
html.legacy-ie .result-toolbar,
html.legacy-ie .type-tabs,
html.legacy-ie .pagination,
html.legacy-ie .pager {
  display: block !important;
  zoom: 1;
}

html.legacy-ie .toolbar:after,
html.legacy-ie .meta-row:after,
html.legacy-ie .item-footer:after,
html.legacy-ie .result-toolbar:after,
html.legacy-ie .footer-main:after,
html.legacy-ie .footer-center:after,
html.legacy-ie .footer-lower:after {
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  content: ".";
  visibility: hidden;
}

html.legacy-ie .tabs > *,
html.legacy-ie .source-tabs > *,
html.legacy-ie .channel-tabs > *,
html.legacy-ie .view-toggle > *,
html.legacy-ie .type-tabs > *,
html.legacy-ie .pagination > *,
html.legacy-ie .pager > * {
  display: inline-block !important;
  margin: 0 8px 8px 0;
  vertical-align: middle;
  zoom: 1;
  *display: inline !important;
}

html.legacy-ie .grid-view,
html.legacy-ie .article-list,
html.legacy-ie .problem-list,
html.legacy-ie .circle-grid,
html.legacy-ie .loading-grid {
  display: block !important;
  width: 100%;
  zoom: 1;
}

html.legacy-ie .grid-view:after,
html.legacy-ie .circle-grid:after,
html.legacy-ie .loading-grid:after {
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  content: ".";
  visibility: hidden;
}

html.legacy-ie .grid-view > a,
html.legacy-ie .grid-view > article,
html.legacy-ie .circle-grid > a,
html.legacy-ie .circle-grid > article,
html.legacy-ie .loading-grid > * {
  float: left;
  display: block !important;
  width: 220px !important;
  margin: 0 20px 22px 0 !important;
}

html.legacy-ie .list-view,
html.legacy-ie .article-list,
html.legacy-ie .problem-list,
html.legacy-ie .search-results,
html.legacy-ie .post-list,
html.legacy-ie .comment-list,
html.legacy-ie .favorite-list {
  display: block !important;
  width: 100%;
}

html.legacy-ie .list-view > a,
html.legacy-ie .article-list > a,
html.legacy-ie .problem-list > article,
html.legacy-ie .problem-list > a,
html.legacy-ie .result-item,
html.legacy-ie .post-list > article,
html.legacy-ie .comment-list > article,
html.legacy-ie .favorite-list > a {
  display: block !important;
  width: 100% !important;
  margin-bottom: 12px;
  zoom: 1;
}

html.legacy-ie .search-form {
  display: block !important;
  width: 760px;
  zoom: 1;
}

html.legacy-ie .search-form input {
  float: left;
  width: 620px !important;
}

html.legacy-ie .search-form button {
  float: right;
  display: block !important;
  width: 120px;
  min-height: 42px;
}

html.legacy-ie .sort-form {
  float: right;
  display: block !important;
  white-space: nowrap;
}

html.legacy-ie .sort-form label,
html.legacy-ie .sort-form button {
  display: inline-block !important;
  vertical-align: middle;
  zoom: 1;
  *display: inline !important;
}

html.legacy-ie .sort-form button {
  margin-left: 8px;
}

/* Channel pages. These selectors are deliberately page-scoped: several
 * homepage widgets reuse names such as dynamics-list and grid-view. */
html.legacy-ie .dynamics-page .dynamics-list,
html.legacy-ie .article-page .article-list,
html.legacy-ie .problem-page .problem-list,
html.legacy-ie .information-page .list-view,
html.legacy-ie .library-page .list-view {
  float: none !important;
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
}

html.legacy-ie .dynamics-page .dynamics-item,
html.legacy-ie .article-page .article-item,
html.legacy-ie .problem-page .problem-item,
html.legacy-ie .information-page .material-item,
html.legacy-ie .library-page .library-item {
  float: none !important;
  display: block !important;
  width: 100% !important;
  min-height: 0;
  margin: 0 0 12px !important;
  overflow: hidden;
  zoom: 1;
}

html.legacy-ie .dynamics-page .dynamics-link,
html.legacy-ie .article-page .article-link,
html.legacy-ie .problem-page .question-link,
html.legacy-ie .information-page .material-link,
html.legacy-ie .library-page .library-link {
  display: block !important;
  width: 100% !important;
  min-height: 0;
  overflow: hidden;
  zoom: 1;
}

html.legacy-ie .dynamics-page .cover,
html.legacy-ie .article-page .cover {
  float: left;
  display: block !important;
  margin: 0 20px 0 0;
}

html.legacy-ie .dynamics-page .dynamics-main,
html.legacy-ie .article-page .article-main {
  display: block !important;
  min-height: 138px;
  overflow: hidden;
  zoom: 1;
}

html.legacy-ie .dynamics-page .dynamics-summary,
html.legacy-ie .article-page .article-main > p,
html.legacy-ie .problem-page .question-main > p,
html.legacy-ie .information-page .material-main > p,
html.legacy-ie .library-page .library-main > p {
  display: block !important;
  max-height: 52px;
  overflow: hidden;
  word-wrap: break-word;
}

html.legacy-ie .problem-page .mark {
  float: left;
  display: block !important;
  margin-right: 14px;
  text-align: center;
  line-height: 38px;
}

html.legacy-ie .problem-page .question-main,
html.legacy-ie .information-page .material-main,
html.legacy-ie .library-page .library-main {
  display: block !important;
  overflow: hidden;
  zoom: 1;
}

html.legacy-ie .information-page .material-top,
html.legacy-ie .library-page .library-top,
html.legacy-ie .library-page .library-title-row {
  display: block !important;
  overflow: hidden;
  zoom: 1;
}

html.legacy-ie .information-page .material-tags,
html.legacy-ie .library-page .library-type {
  float: right;
  display: block !important;
  margin-left: 16px;
}

html.legacy-ie .information-page .grid-view,
html.legacy-ie .library-page .grid-view {
  display: block !important;
  width: 100% !important;
  padding: 40px 38px !important;
  overflow: hidden;
  zoom: 1;
}

html.legacy-ie .information-page .grid-view > .grid-card,
html.legacy-ie .library-page .grid-view > .grid-card {
  float: left;
  display: block !important;
  width: 296px !important;
  min-height: 430px;
  margin: 0 5px 20px 0 !important;
  padding: 16px 23px !important;
  overflow: hidden;
}

html.legacy-ie .information-page .card-img,
html.legacy-ie .library-page .card-img {
  position: static !important;
  display: block !important;
  width: 250px !important;
  height: 322px !important;
  margin: 0 auto;
}

html.legacy-ie .information-page .empty-cover,
html.legacy-ie .library-page .empty-cover {
  line-height: 322px;
  text-align: center;
}

html.legacy-ie .information-page .card-title,
html.legacy-ie .library-page .card-title {
  display: block !important;
  height: 52px;
  overflow: hidden;
}

html.legacy-ie .information-page .card-overlay,
html.legacy-ie .library-page .card-overlay {
  display: none !important;
}

html.legacy-ie .information-page .card-author,
html.legacy-ie .information-page .card-access,
html.legacy-ie .library-page .grid-card > .charge-tag {
  display: block !important;
  width: 100% !important;
  text-align: center;
}

/* Rich text can contain dimensions written by the editor. Never allow those
 * inline values to expand a Trident page beyond its content column. */
html.legacy-ie .article-content,
html.legacy-ie .description,
html.legacy-ie .intro-content,
html.legacy-ie .post-body,
html.legacy-ie .rich-answer-content {
  display: block !important;
  width: 100% !important;
  overflow: hidden;
  word-wrap: break-word;
}

html.legacy-ie .article-content img,
html.legacy-ie .article-content video,
html.legacy-ie .description img,
html.legacy-ie .description video,
html.legacy-ie .intro-content img,
html.legacy-ie .post-body img,
html.legacy-ie .rich-answer-content img {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
}

html.legacy-ie .article-content table,
html.legacy-ie .description table,
html.legacy-ie .intro-content table,
html.legacy-ie .post-body table,
html.legacy-ie .rich-answer-content table {
  width: 100% !important;
  table-layout: fixed;
  word-wrap: break-word;
}

html.legacy-ie .create-menu,
html.legacy-ie .create-menu__trigger {
  display: inline-block !important;
  vertical-align: middle;
  zoom: 1;
  *display: inline !important;
}

html.legacy-ie .create-menu__trigger {
  height: 40px;
  padding: 0 16px;
  border: 0;
  color: #fff !important;
  background: #984624 !important;
  line-height: 40px;
}

html.legacy-ie .create-menu__plus,
html.legacy-ie .create-menu__arrow {
  display: none !important;
}

/* Circle pages use CSS custom properties throughout. Supply fixed Trident
 * dimensions and colours so an invalid var() declaration never removes a
 * control's only usable style. */
html.legacy-ie .ring-feed-layout,
html.legacy-ie .ring-square,
html.legacy-ie .circle-detail,
html.legacy-ie .post-detail,
html.legacy-ie .profile-shell {
  display: block !important;
  width: 1200px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  zoom: 1;
}

html.legacy-ie .feed-main,
html.legacy-ie .discussion-card,
html.legacy-ie .post-main,
html.legacy-ie .profile-content {
  float: left;
  display: block !important;
  width: 820px !important;
}

html.legacy-ie .feed-aside,
html.legacy-ie .detail-aside,
html.legacy-ie .post-aside,
html.legacy-ie .profile-sidebar {
  float: right;
  display: block !important;
  width: 350px !important;
}

html.legacy-ie .circle-shortcuts > *,
html.legacy-ie .circle-tags > *,
html.legacy-ie .circle-stats > *,
html.legacy-ie .post-tabs > * {
  display: inline-block !important;
  margin: 0 10px 8px 0;
  vertical-align: top;
  zoom: 1;
  *display: inline !important;
}

html.legacy-ie .ring-feed-page .circle-shortcuts {
  display: block !important;
  min-height: 122px;
  padding: 17px 14px 13px;
  overflow: hidden;
  white-space: nowrap;
  zoom: 1;
}

html.legacy-ie .ring-feed-page .circle-shortcut {
  display: inline-block !important;
  width: 94px !important;
  margin: 0 2px !important;
  padding: 3px 0 !important;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  zoom: 1;
  *display: inline !important;
}

html.legacy-ie .ring-feed-page .circle-shortcut .circle-avatar,
html.legacy-ie .ring-feed-page .circle-shortcut .all-circles-icon {
  display: block !important;
  width: 58px !important;
  height: 58px !important;
  margin: 0 auto;
  background-color: #e7f5f2;
}

html.legacy-ie .ring-feed-page .circle-shortcut strong {
  display: block !important;
  width: 88px !important;
  margin: 9px auto 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html.legacy-ie .ring-feed-layout:after,
html.legacy-ie .detail-layout:after,
html.legacy-ie .post-layout:after,
html.legacy-ie .profile-layout:after,
html.legacy-ie .ring-square .circle-grid:after,
html.legacy-ie .profile-page .circle-grid:after,
html.legacy-ie .profile-page .work-grid:after {
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  content: ".";
  visibility: hidden;
}

html.legacy-ie .ring-square .circle-grid > .circle-card,
html.legacy-ie .ring-square .loading-grid > * {
  float: left;
  display: block !important;
  width: 31% !important;
  margin: 0 2% 30px 0 !important;
}

html.legacy-ie .ring-square .card-cover {
  display: block !important;
  width: 100% !important;
  height: 96px !important;
}

html.legacy-ie .ring-square .card-summary {
  position: relative;
  display: block !important;
  min-height: 66px;
  overflow: hidden;
  zoom: 1;
}

html.legacy-ie .ring-square .card-avatar {
  float: left;
  display: block !important;
  margin-right: 8px;
}

html.legacy-ie .ring-square .card-name {
  display: block !important;
  margin-right: 76px;
  overflow: hidden;
  zoom: 1;
}

html.legacy-ie .ring-square .join-button {
  position: absolute;
  top: 0;
  right: 0;
  float: none;
  display: block !important;
}

html.legacy-ie .profile-page .work-grid > *,
html.legacy-ie .profile-page .circle-grid > * {
  float: left;
  display: block !important;
  width: 48% !important;
  margin: 0 2% 14px 0 !important;
}

html.legacy-ie .primary-button,
html.legacy-ie .org-button,
html.legacy-ie button.primary,
html.legacy-ie .login-btn {
  color: #fff !important;
  background: #2564d9 !important;
}

/* Footer: three float columns replace its grid/flex layout. */
html.legacy-ie .portal-footer {
  position: relative;
  clear: both;
  display: block !important;
  width: 100%;
  z-index: 1;
}

html.legacy-ie .footer-inner {
  display: block !important;
  width: 1280px !important;
  margin: 0 auto;
}

html.legacy-ie .footer-main,
html.legacy-ie .footer-center,
html.legacy-ie .footer-link-columns,
html.legacy-ie .qr-list,
html.legacy-ie .footer-lower,
html.legacy-ie .footer-bottom-info,
html.legacy-ie .bottom-line,
html.legacy-ie .contact-item {
  display: block !important;
  zoom: 1;
}

html.legacy-ie .footer-main > .brand {
  float: left;
  width: 94px;
  margin-right: 40px !important;
}

html.legacy-ie .footer-center {
  float: left;
  width: 760px;
}

html.legacy-ie .contact-info,
html.legacy-ie .footer-navigation,
html.legacy-ie .footer-link-column,
html.legacy-ie .qr-item {
  float: left;
  display: block !important;
}

html.legacy-ie .contact-info {
  width: 420px;
}

html.legacy-ie .footer-navigation {
  width: 300px;
}

html.legacy-ie .footer-link-column {
  width: 140px;
}

html.legacy-ie .qr-list {
  float: right;
  width: 210px;
}

html.legacy-ie .qr-item {
  width: 100px;
  text-align: center;
}

html.legacy-ie .footer-lower {
  clear: both;
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid #41444c;
  text-align: center;
}
