/*!
 * ZUI - v1.3.0 - 2015-05-18
 * http://zui.sexy
 * GitHub: https://github.com/easysoft/zui.git
 * Copyright (c) 2015 cnezsoft.com; Licensed MIT
 */
.icon-10x {
  font-size: 140px;
}
@media (min-width: 992px) {
  .col-md-d5 {
    width: 20%;
  }
}
.slide-in-up-100 {
  position: relative;
  top: 100px;
}
.slide-in-up-100.in {
  top: 0;
}
.slide-in-right-50 {
  position: relative;
  left: 50px;
}
.slide-in-right-50.in {
  left: 0;
}
.grow-up-in-height.show {
  height: 0;
  overflow: hidden;
}
.grow-up-in-height.show.in {
  height: auto;
}
.margin-zero {
  margin: 0 !important;
}
@-webkit-keyframes glow {
  0% {
    border-color: rgba(71, 164, 71, 0.9);
    -webkit-box-shadow: 0 0 12px rgba(71, 164, 71, 0.1);
  }
  100% {
    border-color: #1a801a;
    -webkit-box-shadow: 0 0 18px rgba(26, 128, 26, 0.8), 0 0 12px rgba(71, 164, 71, 0.5);
  }
}
.example {
  position: relative;
  padding: 20px;
  margin: 0 0 15px;
  border: 1px solid #ddd;
  border-style: solid;
  outline: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all 0.3s;
}
.example:focus {
  -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.5);
  -webkit-animation-name: glow;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
}
.example.no-padding {
  padding: 0;
}
.example > :last-child {
  margin-bottom: 0;
}
.example + pre,
pre + pre {
  padding: 10px 20px;
  margin: -15px 0 15px;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0;
}
pre {
  border-radius: 0;
}
body > .tooltip {
  z-index: 9999;
}
a.avatar > i {
  font-size: 28px;
}
a.avatar:hover {
  text-decoration: none;
}
.loader {
  height: 0;
  padding: 0;
  overflow: hidden;
  color: gray;
  text-align: center;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1);
  -o-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.loader > .icon {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  font-size: 42px;
  line-height: 50px;
}
.loader.loading {
  height: auto;
  padding: 80px 0;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.loader.loading > .error-text {
  display: none;
}
.loader.with-error > .icon-spin {
  -webkit-animation: none;
  -o-animation: none;
  animation: none;
}
.loader.with-error > .icon-spin:before {
  content: '\e664';
}
.loader.with-error > .error-text {
  display: inline;
}
.loader.with-error > .loading-text {
  display: none;
}
.template {
  display: none;
}
.path-zui-36 {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 18px;
}
.path-zui-36:before,
.path-zui-36:after {
  position: absolute;
  left: 11px;
  display: block;
  width: 14px;
  height: 4px;
  content: ' ';
  border: 2px solid #3280fc;
}
.path-zui-36:before {
  top: 9px;
  border-bottom: none;
}
.path-zui-36:after {
  top: 23px;
  border-top: none;
}
.path-zui-36 .path-1,
.path-zui-36 .path-2,
.path-zui-36 .path-1:before,
.path-zui-36 .path-1:after,
.path-zui-36 .path-2:before {
  position: absolute;
  display: block;
  width: 2px;
  height: 2px;
  content: ' ';
  background-color: #3280fc;
}
.path-zui-36 .path-1 {
  top: 19px;
  left: 15px;
}
.path-zui-36 .path-1:before,
.path-zui-36 .path-2:before {
  top: 2px;
  left: -2px;
}
.path-zui-36 .path-1:after {
  top: -2px;
  left: 2px;
}
.path-zui-36 .path-2 {
  top: 13px;
  left: 21px;
}
.path-btn {
  border-radius: 0;
}
.path-btn:focus,
.path-btn:active {
  background: 0 0;
  outline: 0;
}
.path-btn:before,
.path-btn:after,
.path-btn > .path-1,
.path-btn > .path-1:before,
.path-btn > .path-1:after {
  position: absolute;
  top: 18px;
  left: 19px;
  display: block;
  width: 10px;
  height: 2px;
  content: ' ';
  border: 2px solid gray;
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
}
.path-btn:after {
  top: 26px;
}
.path-btn > .path-1 {
  top: 22px;
  left: 23px;
}
.path-btn > .path-1:before,
.path-btn > .path-1:after {
  top: -2px;
  left: -4px;
  width: 6px;
}
.path-btn > .path-1:after {
  top: 2px;
}
.path-btn:hover {
  background-color: #e5e5e5;
  background-color: rgba(0, 0, 0, 0.1);
}
.path-btn:hover:before,
.path-btn:hover:after,
.path-btn:hover > .path-1,
.path-btn:hover > .path-1:before,
.path-btn:hover > .path-1:after {
  border-color: #353535;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.path-btn:hover:before {
  top: 26px;
}
.path-btn:hover:after {
  top: 18px;
}
.path-btn:hover > .path-1 {
  left: 15px;
}
.path-btn:hover > .path-1:before {
  top: 2px;
  left: -4px;
}
.path-btn:hover > .path-1:after {
  top: -2px;
  left: -4px;
}
.path-btn.path-close-btn:before,
.path-btn.path-close-btn:after,
.path-btn.path-close-btn > .path-1,
.path-btn.path-close-btn > .path-1:before,
.path-btn.path-close-btn > .path-1:after {
  border-top: 0;
  border-bottom: 0;
}
.path-btn.path-close-btn > .path-1 {
  border-right: 0;
}
body {
  -webkit-transition: background 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  -o-transition: background 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: background 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
}
#header {
  padding-top: 80px;
  margin-bottom: 20px;
  color: #fff;
  background-color: #3280fc;
  -webkit-transition: padding 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), height 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), background-color 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  -o-transition: padding 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), height 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), background-color 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: padding 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), height 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), background-color 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
}
#header small {
  filter: alpha(opacity=65);
  opacity: 0.65;
}
#navDownloadLink {
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: opacity 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
}
#navbar {
  padding: 20px 0;
  border-bottom: none;
  -webkit-transition: padding-top 0.5s cubic-bezier(0.175, 0.885, 0.32, 1);
  -o-transition: padding-top 0.5s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: padding-top 0.5s cubic-bezier(0.175, 0.885, 0.32, 1);
}
#navbar > .container {
  position: relative;
}
#navbar.navbar-inverse {
  background: 0 0;
}
#navbar.navbar-inverse .navbar-toggle {
  border: none;
  border-radius: 0;
}
#navbar .navbar-nav > li > a {
  height: 40px;
  line-height: 20px;
  border-radius: 4px;
}
#navbar .navbar-nav > li > a:hover,
#navbar .navbar-nav > li > a:focus {
  background-color: rgba(0, 0, 0, 0.2);
}
#navbar .navbar-nav > li > a > .icon {
  font-size: 18px;
}
#navbar .navbar-brand {
  position: relative;
  padding-left: 58px;
}
#navbar .path-zui-36 {
  position: absolute;
  top: 0;
  left: 10px;
}
#navbar .navbar-collapse.in,
#navbar .navbar-collapse.collapsing {
  position: relative;
  float: right;
  width: 150px;
  margin-top: 10px;
  overflow: visible;
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
#navbar .navbar-collapse.in #navDownloadLink,
#navbar .navbar-collapse.collapsing #navDownloadLink {
  filter: alpha(opacity=100);
  opacity: 1;
}
#navbar .navbar-collapse.in:before,
#navbar .navbar-collapse.collapsing:before {
  position: absolute;
  top: -20px;
  right: 20px;
  display: block;
  width: 0;
  height: 0;
  content: ' ';
  border-color: transparent transparent #fff transparent;
  border-style: dashed dashed solid dashed;
  border-width: 10px;
}
#navbar .navbar-collapse.in .navbar-nav > li > a,
#navbar .navbar-collapse.collapsing .navbar-nav > li > a {
  color: #353535;
  filter: alpha(opacity=0);
  opacity: 0;
}
#navbar .navbar-collapse.in .navbar-nav > li > a {
  filter: alpha(opacity=100);
  opacity: 1;
}
#compactTogger {
  display: none;
  font-size: 18px;
}
#heading {
  position: relative;
  overflow: hidden;
  text-align: center;
}
#heading > h1 {
  margin-top: 0;
  font-size: 48px;
  font-weight: 400;
}
#heading > p {
  filter: alpha(opacity=65);
  opacity: 0.65;
}
#download {
  padding-top: 20px;
  text-align: center;
}
#download > .btn-primary {
  margin-bottom: 15px;
  border-color: #e5e5e5;
  border-color: rgba(255, 255, 255, 0.65);
}
#search {
  max-width: 800px;
  padding: 60px 20px 70px;
  margin: 0 auto;
}
#searchForm {
  position: relative;
}
#searchForm > .icon {
  position: absolute;
  top: 14px;
  left: 14px;
  display: block;
  width: 16px;
  height: 16px;
  color: #fff;
  text-align: center;
  filter: alpha(opacity=65);
  opacity: 0.65;
}
#searchInput {
  padding-left: 40px;
  color: #fff;
  background: 0 0;
  border: 1px solid #e5e5e5;
  border-color: rgba(255, 255, 255, 0.6);
  border-radius: 21px;
}
#searchInput:-moz-placeholder {
  color: #e5e5e5;
}
#searchInput::-moz-placeholder {
  color: #e5e5e5;
}
#searchInput:-ms-input-placeholder {
  color: #e5e5e5;
}
#searchInput::-webkit-input-placeholder {
  color: #e5e5e5;
}
#searchInput:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#searchInput::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#searchInput:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#searchInput::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#searchInput:focus {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(51, 51, 51, 0.275);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(51, 51, 51, 0.275);
}
#searchHelpBtn {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 35px;
  height: 35px;
  padding: 0;
  line-height: 39px;
  color: #fff;
  text-align: center;
  filter: alpha(opacity=65);
  border-radius: 20px;
  outline: 0;
  opacity: 0.65;
}
#searchHelpBtn:hover,
#searchHelpBtn:active,
#searchHelpBtn:focus {
  background-color: gray;
  background-color: rgba(0, 0, 0, 0.5);
}
#searchHelpBtn > .icon {
  font-size: 18px;
}
#search.with-query-text #searchHelpBtn > .icon:before {
  content: '\d7';
}
#grid {
  position: relative;
}
#grid > .container > .row > .col.hide {
  display: block;
  width: 0;
  padding: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}
#grid > .container > .row + .row {
  padding-top: 10px;
  border-top: 1px solid #f1f1f1;
}
#grid .chapter {
  margin-bottom: 30px;
}
#grid .chapter-heading > h4 {
  margin-bottom: 15px;
}
#grid .chapter-heading > h4 > .name {
  cursor: pointer;
}
#grid .chapter-heading > h4 > .name:after {
  position: relative;
  left: -10px;
  display: inline-block;
  display: none \0;
  margin-left: 5px;
  font-family: ZenIcon;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: '\e6dd';
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: opacity 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#grid .chapter-heading > h4 > .name:hover:after {
  left: 0;
  filter: alpha(opacity=100);
  opacity: 1;
}
#grid .card {
  display: none;
  margin-bottom: 0;
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border 0.1s cubic-bezier(0.175, 0.885, 0.32, 1), height 0.1s cubic-bezier(0.175, 0.885, 0.32, 1), -webkit-transform 0.1s cubic-bezier(0.175, 0.885, 0.32, 1), top 0.1s cubic-bezier(0.175, 0.885, 0.32, 1), left 0.1s cubic-bezier(0.175, 0.885, 0.32, 1), opcity 0.1s cubic-bezier(0.175, 0.885, 0.32, 1);
  -o-transition: border 0.1s cubic-bezier(0.175, 0.885, 0.32, 1), height 0.1s cubic-bezier(0.175, 0.885, 0.32, 1), -o-transform 0.1s cubic-bezier(0.175, 0.885, 0.32, 1), top 0.1s cubic-bezier(0.175, 0.885, 0.32, 1), left 0.1s cubic-bezier(0.175, 0.885, 0.32, 1), opcity 0.1s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: border 0.1s cubic-bezier(0.175, 0.885, 0.32, 1), height 0.1s cubic-bezier(0.175, 0.885, 0.32, 1), transform 0.1s cubic-bezier(0.175, 0.885, 0.32, 1), top 0.1s cubic-bezier(0.175, 0.885, 0.32, 1), left 0.1s cubic-bezier(0.175, 0.885, 0.32, 1), opcity 0.1s cubic-bezier(0.175, 0.885, 0.32, 1);
}
#grid .card.show {
  display: block;
}
#grid .card.choosed {
  border-color: gray;
}
#grid .card.choosed:before {
  position: absolute;
  top: 0;
  right: -100%;
  display: block;
  padding: 3px 8px;
  color: #fff;
  content: 'Enter';
  border-radius: 0 3px 0 3px;
  -webkit-transition: right 0.1s cubic-bezier(0.175, 0.885, 0.32, 1);
  -o-transition: right 0.1s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: right 0.1s cubic-bezier(0.175, 0.885, 0.32, 1);
}
#grid .card[data-target=external].choosed:before {
  content: 'Enter';
}
#grid .card[data-target=""].choosed:before {
  display: none;
}
#grid .card:hover,
#grid .card.open {
  border-color: #e5e5e5;
}
#grid .card.open {
  margin-bottom: 5px;
}
#grid .card-heading {
  position: relative;
  padding: 8px 8px 8px 50px;
  -webkit-transition: background-color 0.1s cubic-bezier(0.175, 0.885, 0.32, 1);
  -o-transition: background-color 0.1s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: background-color 0.1s cubic-bezier(0.175, 0.885, 0.32, 1);
}
#grid .card-heading > .icon {
  position: absolute;
  top: 5px;
  left: 10px;
  z-index: 10;
  width: 30px;
  height: 30px;
  font-style: normal;
  line-height: 30px;
  text-align: center;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  border: 1px solid #f1f1f1;
  border-radius: 16px;
  -webkit-transition: background-color 0.1s cubic-bezier(0.175, 0.885, 0.32, 1), color 0.1s cubic-bezier(0.175, 0.885, 0.32, 1);
  -o-transition: background-color 0.1s cubic-bezier(0.175, 0.885, 0.32, 1), color 0.1s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: background-color 0.1s cubic-bezier(0.175, 0.885, 0.32, 1), color 0.1s cubic-bezier(0.175, 0.885, 0.32, 1);
}
#grid .card-heading > .icon.with-img {
  background-color: transparent !important;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
#grid .card-heading > .icon.with-img:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
#grid .card-heading > h5 {
  padding: 5px 0;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  -webkit-transition: padding 0.1s cubic-bezier(0.175, 0.885, 0.32, 1), color 0.1s cubic-bezier(0.175, 0.885, 0.32, 1);
  -o-transition: padding 0.1s cubic-bezier(0.175, 0.885, 0.32, 1), color 0.1s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: padding 0.1s cubic-bezier(0.175, 0.885, 0.32, 1), color 0.1s cubic-bezier(0.175, 0.885, 0.32, 1);
}
#grid .card-heading > h5 > a.name {
  color: #353535;
}
#grid .card-heading > small {
  position: relative;
  display: none;
  min-height: 18px;
  max-height: 48px;
  font-size: 12px;
  white-space: normal;
}
#grid .card-heading:hover > .btn-toggle {
  right: 0;
  width: 64px;
}
#grid .card-heading.hover {
  background-color: #f1f1f1;
}
#grid .card-heading.hover > .icon {
  color: #fff;
  background-color: gray;
}
#grid .card-content {
  height: 0;
  padding: 0 10px;
  overflow: hidden;
  -webkit-transition: padding 0.1s cubic-bezier(0.175, 0.885, 0.32, 1), height 0.1s cubic-bezier(0.175, 0.885, 0.32, 1);
  -o-transition: padding 0.1s cubic-bezier(0.175, 0.885, 0.32, 1), height 0.1s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: padding 0.1s cubic-bezier(0.175, 0.885, 0.32, 1), height 0.1s cubic-bezier(0.175, 0.885, 0.32, 1);
}
#grid .card-content > ul {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}
#grid .card-content > ul:before {
  position: absolute;
  top: -10px;
  bottom: 14px;
  left: 15px;
  z-index: 5;
  display: block;
  content: ' ';
  filter: alpha(opacity=0);
  border-left: 1px dotted #e5e5e5;
  opacity: 0;
}
#grid .card-content > ul > li {
  position: relative;
  padding: 0;
}
#grid .card-content > ul > li > a {
  display: block;
  padding: 5px 0 5px 40px;
  color: #353535;
  border-radius: 4px;
}
#grid .card-content > ul > li > a > .icon {
  display: inline-block;
  width: 20px;
  text-align: center;
}
#grid .card-content > ul > li > a:hover,
#grid .card-content > ul > li > a:active,
#grid .card-content > ul > li > a:focus {
  text-decoration: none;
}
#grid .card-content > ul > li > a[href^='#search/']:before {
  position: absolute;
  top: 2px;
  left: 3px;
  z-index: 100;
  display: block;
  width: 24px;
  height: 24px;
  font-family: ZenIcon;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  line-height: 22px;
  color: gray;
  text-align: center;
  text-transform: none;
  content: '\e603';
  background-color: #e5e5e5;
  border-radius: 12px;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#grid .card-content > ul > li.active > a,
#grid .card-content > ul > li > a:hover {
  color: #353535;
  background-color: #f1f1f1;
}
#grid .card-content > ul > li:before {
  position: absolute;
  top: 10px;
  left: 12px;
  z-index: 12;
  display: block;
  width: 8px;
  height: 8px;
  content: ' ';
  background-color: #e5e5e5;
  border-radius: 4px;
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.175, 0.885, 0.32, 1), background-color 0.1s cubic-bezier(0.175, 0.885, 0.32, 1);
  -o-transition: -o-transform 0.1s cubic-bezier(0.175, 0.885, 0.32, 1), background-color 0.1s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: transform 0.1s cubic-bezier(0.175, 0.885, 0.32, 1), background-color 0.1s cubic-bezier(0.175, 0.885, 0.32, 1);
}
#grid .card-content > ul > li:after {
  position: absolute;
  top: 14px;
  left: 15px;
  z-index: 11;
  display: block;
  width: 20px;
  content: ' ';
  border-bottom: 1px dotted #e5e5e5;
}
#grid .card-content > ul > li:hover:before,
#grid .card-content > ul > li.active:before {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}
#grid .card-content > ul[data-view=icons]:before,
#grid .card-content > ul[data-view=icons]:after {
  display: table;
  content: " ";
}
#grid .card-content > ul[data-view=icons]:after {
  clear: both;
}
#grid .card-content > ul[data-view=icons] > li {
  float: left;
}
#grid .card-content > ul[data-view=icons] > li:before,
#grid .card-content > ul[data-view=icons] > li:after {
  display: none;
}
#grid .card-content > ul[data-view=icons] > li > a {
  position: relative;
  width: 30px;
  height: 30px;
  padding: 5px;
  overflow: hidden;
  text-indent: -999em;
}
#grid .card-content > ul[data-view=icons] > li > a:hover {
  z-index: 1;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
#grid .card-content > ul[data-view=icons] > li > a > .icon {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-indent: 0;
}
#grid .section-search {
  height: 0;
  padding: 0;
}
#grid .section-search:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  color: #ea644a;
  content: "æ²¡æœ‰æ‰¾åˆ°ï¼Œè¯·æ›´æ”¹å…³é”®å­—é‡æ–°æ£€ç´¢ã€‚";
  background-color: #ffe5e0;
}
#grid .card.section-preview-show .section-search:before {
  display: none;
}
#grid .section-preview {
  height: 0;
  padding: 0;
  background-color: #f1f1f1;
}
#grid .section-preview.icon-preview > .icons > .icon {
  display: inline-block;
  margin: 0 15px;
}
#grid .section-preview.icon-preview > h3 {
  padding: 0 10px;
}
#grid .section-preview.icon-preview > pre {
  max-width: 400px;
  margin-left: 10px;
}
#grid .card.open .card-heading > .icon:after {
  position: absolute;
  top: 36px;
  left: 18px;
  display: block;
  height: 999px;
  content: ' ';
  border-left: 1px dotted #e5e5e5;
}
#grid .card.open .card-heading > small {
  max-height: none;
}
#grid .card.open .card-content {
  height: auto;
  padding: 10px;
  border-top: 1px dashed #f1f1f1;
  -webkit-box-shadow: inset 0 10px 64px rgba(0, 0, 0, 0.03);
  box-shadow: inset 0 10px 64px rgba(0, 0, 0, 0.03);
}
#grid .card.open .card-content.section-search,
#grid .card.open .card-content.section-preview {
  height: 0;
  padding: 0;
}
#grid .card.open .card-content > ul:before {
  filter: alpha(opacity=100);
  opacity: 1;
}
#grid .card.open.without-topics .card-heading > .icon:after {
  display: none;
}
#grid .card.open.without-topics .card-content {
  height: 0;
  padding: 0;
  border-top: none;
}
#grid .chapter[data-accent=blue] .chapter-heading {
  color: #03b8cf;
}
#grid .chapter[data-accent=blue] .chapter-heading .icon {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
#grid .chapter[data-accent=blue] .card.choosed {
  border-color: #ddf3f5;
  border-color: rgba(3, 184, 207, 0.6);
  -webkit-box-shadow: 0 1px 6px rgba(3, 184, 207, 0.3);
  box-shadow: 0 1px 6px rgba(3, 184, 207, 0.3);
}
#grid .chapter[data-accent=blue] .card.choosed:before {
  background-color: #03b8cf;
}
#grid .chapter[data-accent=blue] .card-heading > .icon {
  color: #03b8cf;
  border-color: #ddf3f5;
}
#grid .chapter[data-accent=blue] .card-heading > .icon:hover {
  cursor: pointer;
}
#grid .chapter[data-accent=blue] .card-heading.hover {
  background-color: #ddf3f5;
}
#grid .chapter[data-accent=blue] .card-heading.hover > .icon {
  color: #fff;
  background-color: #03b8cf;
  border-color: #03b8cf;
}
#grid .chapter[data-accent=blue] .card-heading.hover > .icon:before {
  color: #ffffff;
}
#grid .chapter[data-accent=blue] .card-heading:hover > h5 > .name {
  color: #03b8cf;
}
#grid .chapter[data-accent=blue] .card-heading > h5 > .name:hover {
  cursor: pointer;
}
#grid .chapter[data-accent=blue] .card-heading > .btn-toggle {
  color: #03b8cf;
  background-color: #ddf3f5;
}
#grid .chapter[data-accent=blue] .card-heading > .btn-toggle:hover {
  color: #ddf3f5;
  cursor: pointer;
  background-color: #03b8cf;
}
#grid .chapter[data-accent=blue] .card-content > ul > li:before {
  background-color: #ddf3f5;
}
#grid .chapter[data-accent=blue] .card-content > ul > li:hover:before {
  background-color: #03b8cf;
}
#grid .chapter[data-accent=blue] .card-content > ul > li:hover:after {
  border-color: #03b8cf;
}
#grid .chapter[data-accent=blue] .card-content > ul > li > a[href^='#search/']:before {
  color: #03b8cf;
  background-color: #ddf3f5;
}
#grid .chapter[data-accent=blue] .card-content > ul > li.active > a,
#grid .chapter[data-accent=blue] .card-content > ul > li > a:hover {
  background-color: #ddf3f5;
}
#grid .chapter[data-accent=blue] .color-accent {
  color: #03b8cf;
}
#grid .chapter[data-accent=blue] .card-content > ul > li > a[target="_blank"]:after,
#grid .chapter[data-accent=blue] .card[data-target=external] > .card-heading > h5 > a:after {
  position: relative;
  left: -10px;
  display: inline-block;
  display: none \0;
  margin-left: 5px;
  font-family: ZenIcon;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: '\e684';
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), opacity 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), opacity 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), opacity 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#grid .chapter[data-accent=blue] .card-content > ul > li > a[target="_blank"]:hover:after,
#grid .chapter[data-accent=blue] .card[data-target=external] > .card-heading.hover > h5 > a:after {
  left: 0;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#grid .chapter[data-accent=primary] .chapter-heading {
  color: #3280fc;
}
#grid .chapter[data-accent=primary] .chapter-heading .icon {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
#grid .chapter[data-accent=primary] .card.choosed {
  border-color: #ebf2f9;
  border-color: rgba(50, 128, 252, 0.6);
  -webkit-box-shadow: 0 1px 6px rgba(50, 128, 252, 0.3);
  box-shadow: 0 1px 6px rgba(50, 128, 252, 0.3);
}
#grid .chapter[data-accent=primary] .card.choosed:before {
  background-color: #3280fc;
}
#grid .chapter[data-accent=primary] .card-heading > .icon {
  color: #3280fc;
  border-color: #ebf2f9;
}
#grid .chapter[data-accent=primary] .card-heading > .icon:hover {
  cursor: pointer;
}
#grid .chapter[data-accent=primary] .card-heading.hover {
  background-color: #ebf2f9;
}
#grid .chapter[data-accent=primary] .card-heading.hover > .icon {
  color: #fff;
  background-color: #3280fc;
  border-color: #3280fc;
}
#grid .chapter[data-accent=primary] .card-heading.hover > .icon:before {
  color: #ffffff;
}
#grid .chapter[data-accent=primary] .card-heading:hover > h5 > .name {
  color: #3280fc;
}
#grid .chapter[data-accent=primary] .card-heading > h5 > .name:hover {
  cursor: pointer;
}
#grid .chapter[data-accent=primary] .card-heading > .btn-toggle {
  color: #3280fc;
  background-color: #ebf2f9;
}
#grid .chapter[data-accent=primary] .card-heading > .btn-toggle:hover {
  color: #ebf2f9;
  cursor: pointer;
  background-color: #3280fc;
}
#grid .chapter[data-accent=primary] .card-content > ul > li:before {
  background-color: #ebf2f9;
}
#grid .chapter[data-accent=primary] .card-content > ul > li:hover:before {
  background-color: #3280fc;
}
#grid .chapter[data-accent=primary] .card-content > ul > li:hover:after {
  border-color: #3280fc;
}
#grid .chapter[data-accent=primary] .card-content > ul > li > a[href^='#search/']:before {
  color: #3280fc;
  background-color: #ebf2f9;
}
#grid .chapter[data-accent=primary] .card-content > ul > li.active > a,
#grid .chapter[data-accent=primary] .card-content > ul > li > a:hover {
  background-color: #ebf2f9;
}
#grid .chapter[data-accent=primary] .color-accent {
  color: #3280fc;
}
#grid .chapter[data-accent=primary] .card-content > ul > li > a[target="_blank"]:after,
#grid .chapter[data-accent=primary] .card[data-target=external] > .card-heading > h5 > a:after {
  position: relative;
  left: -10px;
  display: inline-block;
  display: none \0;
  margin-left: 5px;
  font-family: ZenIcon;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: '\e684';
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), opacity 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), opacity 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), opacity 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#grid .chapter[data-accent=primary] .card-content > ul > li > a[target="_blank"]:hover:after,
#grid .chapter[data-accent=primary] .card[data-target=external] > .card-heading.hover > h5 > a:after {
  left: 0;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#grid .chapter[data-accent=yellow] .chapter-heading {
  color: #f1a325;
}
#grid .chapter[data-accent=yellow] .chapter-heading .icon {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
#grid .chapter[data-accent=yellow] .card.choosed {
  border-color: #fff0d5;
  border-color: rgba(241, 163, 37, 0.6);
  -webkit-box-shadow: 0 1px 6px rgba(241, 163, 37, 0.3);
  box-shadow: 0 1px 6px rgba(241, 163, 37, 0.3);
}
#grid .chapter[data-accent=yellow] .card.choosed:before {
  background-color: #f1a325;
}
#grid .chapter[data-accent=yellow] .card-heading > .icon {
  color: #f1a325;
  border-color: #fff0d5;
}
#grid .chapter[data-accent=yellow] .card-heading > .icon:hover {
  cursor: pointer;
}
#grid .chapter[data-accent=yellow] .card-heading.hover {
  background-color: #fff0d5;
}
#grid .chapter[data-accent=yellow] .card-heading.hover > .icon {
  color: #fff;
  background-color: #f1a325;
  border-color: #f1a325;
}
#grid .chapter[data-accent=yellow] .card-heading.hover > .icon:before {
  color: #ffffff;
}
#grid .chapter[data-accent=yellow] .card-heading:hover > h5 > .name {
  color: #f1a325;
}
#grid .chapter[data-accent=yellow] .card-heading > h5 > .name:hover {
  cursor: pointer;
}
#grid .chapter[data-accent=yellow] .card-heading > .btn-toggle {
  color: #f1a325;
  background-color: #fff0d5;
}
#grid .chapter[data-accent=yellow] .card-heading > .btn-toggle:hover {
  color: #fff0d5;
  cursor: pointer;
  background-color: #f1a325;
}
#grid .chapter[data-accent=yellow] .card-content > ul > li:before {
  background-color: #fff0d5;
}
#grid .chapter[data-accent=yellow] .card-content > ul > li:hover:before {
  background-color: #f1a325;
}
#grid .chapter[data-accent=yellow] .card-content > ul > li:hover:after {
  border-color: #f1a325;
}
#grid .chapter[data-accent=yellow] .card-content > ul > li > a[href^='#search/']:before {
  color: #f1a325;
  background-color: #fff0d5;
}
#grid .chapter[data-accent=yellow] .card-content > ul > li.active > a,
#grid .chapter[data-accent=yellow] .card-content > ul > li > a:hover {
  background-color: #fff0d5;
}
#grid .chapter[data-accent=yellow] .color-accent {
  color: #f1a325;
}
#grid .chapter[data-accent=yellow] .card-content > ul > li > a[target="_blank"]:after,
#grid .chapter[data-accent=yellow] .card[data-target=external] > .card-heading > h5 > a:after {
  position: relative;
  left: -10px;
  display: inline-block;
  display: none \0;
  margin-left: 5px;
  font-family: ZenIcon;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: '\e684';
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), opacity 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), opacity 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), opacity 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#grid .chapter[data-accent=yellow] .card-content > ul > li > a[target="_blank"]:hover:after,
#grid .chapter[data-accent=yellow] .card[data-target=external] > .card-heading.hover > h5 > a:after {
  left: 0;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#grid .chapter[data-accent=green] .chapter-heading {
  color: #38b03f;
}
#grid .chapter[data-accent=green] .chapter-heading .icon {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
#grid .chapter[data-accent=green] .card.choosed {
  border-color: #ddf4df;
  border-color: rgba(56, 176, 63, 0.6);
  -webkit-box-shadow: 0 1px 6px rgba(56, 176, 63, 0.3);
  box-shadow: 0 1px 6px rgba(56, 176, 63, 0.3);
}
#grid .chapter[data-accent=green] .card.choosed:before {
  background-color: #38b03f;
}
#grid .chapter[data-accent=green] .card-heading > .icon {
  color: #38b03f;
  border-color: #ddf4df;
}
#grid .chapter[data-accent=green] .card-heading > .icon:hover {
  cursor: pointer;
}
#grid .chapter[data-accent=green] .card-heading.hover {
  background-color: #ddf4df;
}
#grid .chapter[data-accent=green] .card-heading.hover > .icon {
  color: #fff;
  background-color: #38b03f;
  border-color: #38b03f;
}
#grid .chapter[data-accent=green] .card-heading.hover > .icon:before {
  color: #ffffff;
}
#grid .chapter[data-accent=green] .card-heading:hover > h5 > .name {
  color: #38b03f;
}
#grid .chapter[data-accent=green] .card-heading > h5 > .name:hover {
  cursor: pointer;
}
#grid .chapter[data-accent=green] .card-heading > .btn-toggle {
  color: #38b03f;
  background-color: #ddf4df;
}
#grid .chapter[data-accent=green] .card-heading > .btn-toggle:hover {
  color: #ddf4df;
  cursor: pointer;
  background-color: #38b03f;
}
#grid .chapter[data-accent=green] .card-content > ul > li:before {
  background-color: #ddf4df;
}
#grid .chapter[data-accent=green] .card-content > ul > li:hover:before {
  background-color: #38b03f;
}
#grid .chapter[data-accent=green] .card-content > ul > li:hover:after {
  border-color: #38b03f;
}
#grid .chapter[data-accent=green] .card-content > ul > li > a[href^='#search/']:before {
  color: #38b03f;
  background-color: #ddf4df;
}
#grid .chapter[data-accent=green] .card-content > ul > li.active > a,
#grid .chapter[data-accent=green] .card-content > ul > li > a:hover {
  background-color: #ddf4df;
}
#grid .chapter[data-accent=green] .color-accent {
  color: #38b03f;
}
#grid .chapter[data-accent=green] .card-content > ul > li > a[target="_blank"]:after,
#grid .chapter[data-accent=green] .card[data-target=external] > .card-heading > h5 > a:after {
  position: relative;
  left: -10px;
  display: inline-block;
  display: none \0;
  margin-left: 5px;
  font-family: ZenIcon;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: '\e684';
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), opacity 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), opacity 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), opacity 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#grid .chapter[data-accent=green] .card-content > ul > li > a[target="_blank"]:hover:after,
#grid .chapter[data-accent=green] .card[data-target=external] > .card-heading.hover > h5 > a:after {
  left: 0;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#grid .chapter[data-accent=red] .chapter-heading {
  color: #ea644a;
}
#grid .chapter[data-accent=red] .chapter-heading .icon {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
#grid .chapter[data-accent=red] .card.choosed {
  border-color: #ffe5e0;
  border-color: rgba(234, 100, 74, 0.6);
  -webkit-box-shadow: 0 1px 6px rgba(234, 100, 74, 0.3);
  box-shadow: 0 1px 6px rgba(234, 100, 74, 0.3);
}
#grid .chapter[data-accent=red] .card.choosed:before {
  background-color: #ea644a;
}
#grid .chapter[data-accent=red] .card-heading > .icon {
  color: #ea644a;
  border-color: #ffe5e0;
}
#grid .chapter[data-accent=red] .card-heading > .icon:hover {
  cursor: pointer;
}
#grid .chapter[data-accent=red] .card-heading.hover {
  background-color: #ffe5e0;
}
#grid .chapter[data-accent=red] .card-heading.hover > .icon {
  color: #fff;
  background-color: #ea644a;
  border-color: #ea644a;
}
#grid .chapter[data-accent=red] .card-heading.hover > .icon:before {
  color: #ffffff;
}
#grid .chapter[data-accent=red] .card-heading:hover > h5 > .name {
  color: #ea644a;
}
#grid .chapter[data-accent=red] .card-heading > h5 > .name:hover {
  cursor: pointer;
}
#grid .chapter[data-accent=red] .card-heading > .btn-toggle {
  color: #ea644a;
  background-color: #ffe5e0;
}
#grid .chapter[data-accent=red] .card-heading > .btn-toggle:hover {
  color: #ffe5e0;
  cursor: pointer;
  background-color: #ea644a;
}
#grid .chapter[data-accent=red] .card-content > ul > li:before {
  background-color: #ffe5e0;
}
#grid .chapter[data-accent=red] .card-content > ul > li:hover:before {
  background-color: #ea644a;
}
#grid .chapter[data-accent=red] .card-content > ul > li:hover:after {
  border-color: #ea644a;
}
#grid .chapter[data-accent=red] .card-content > ul > li > a[href^='#search/']:before {
  color: #ea644a;
  background-color: #ffe5e0;
}
#grid .chapter[data-accent=red] .card-content > ul > li.active > a,
#grid .chapter[data-accent=red] .card-content > ul > li > a:hover {
  background-color: #ffe5e0;
}
#grid .chapter[data-accent=red] .color-accent {
  color: #ea644a;
}
#grid .chapter[data-accent=red] .card-content > ul > li > a[target="_blank"]:after,
#grid .chapter[data-accent=red] .card[data-target=external] > .card-heading > h5 > a:after {
  position: relative;
  left: -10px;
  display: inline-block;
  display: none \0;
  margin-left: 5px;
  font-family: ZenIcon;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: '\e684';
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), opacity 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), opacity 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), opacity 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#grid .chapter[data-accent=red] .card-content > ul > li > a[target="_blank"]:hover:after,
#grid .chapter[data-accent=red] .card[data-target=external] > .card-heading.hover > h5 > a:after {
  left: 0;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#grid .chapter[data-accent=brown] .chapter-heading {
  color: #bd7b46;
}
#grid .chapter[data-accent=brown] .chapter-heading .icon {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
#grid .chapter[data-accent=brown] .card.choosed {
  border-color: #f7ebe1;
  border-color: rgba(189, 123, 70, 0.6);
  -webkit-box-shadow: 0 1px 6px rgba(189, 123, 70, 0.3);
  box-shadow: 0 1px 6px rgba(189, 123, 70, 0.3);
}
#grid .chapter[data-accent=brown] .card.choosed:before {
  background-color: #bd7b46;
}
#grid .chapter[data-accent=brown] .card-heading > .icon {
  color: #bd7b46;
  border-color: #f7ebe1;
}
#grid .chapter[data-accent=brown] .card-heading > .icon:hover {
  cursor: pointer;
}
#grid .chapter[data-accent=brown] .card-heading.hover {
  background-color: #f7ebe1;
}
#grid .chapter[data-accent=brown] .card-heading.hover > .icon {
  color: #fff;
  background-color: #bd7b46;
  border-color: #bd7b46;
}
#grid .chapter[data-accent=brown] .card-heading.hover > .icon:before {
  color: #ffffff;
}
#grid .chapter[data-accent=brown] .card-heading:hover > h5 > .name {
  color: #bd7b46;
}
#grid .chapter[data-accent=brown] .card-heading > h5 > .name:hover {
  cursor: pointer;
}
#grid .chapter[data-accent=brown] .card-heading > .btn-toggle {
  color: #bd7b46;
  background-color: #f7ebe1;
}
#grid .chapter[data-accent=brown] .card-heading > .btn-toggle:hover {
  color: #f7ebe1;
  cursor: pointer;
  background-color: #bd7b46;
}
#grid .chapter[data-accent=brown] .card-content > ul > li:before {
  background-color: #f7ebe1;
}
#grid .chapter[data-accent=brown] .card-content > ul > li:hover:before {
  background-color: #bd7b46;
}
#grid .chapter[data-accent=brown] .card-content > ul > li:hover:after {
  border-color: #bd7b46;
}
#grid .chapter[data-accent=brown] .card-content > ul > li > a[href^='#search/']:before {
  color: #bd7b46;
  background-color: #f7ebe1;
}
#grid .chapter[data-accent=brown] .card-content > ul > li.active > a,
#grid .chapter[data-accent=brown] .card-content > ul > li > a:hover {
  background-color: #f7ebe1;
}
#grid .chapter[data-accent=brown] .color-accent {
  color: #bd7b46;
}
#grid .chapter[data-accent=brown] .card-content > ul > li > a[target="_blank"]:after,
#grid .chapter[data-accent=brown] .card[data-target=external] > .card-heading > h5 > a:after {
  position: relative;
  left: -10px;
  display: inline-block;
  display: none \0;
  margin-left: 5px;
  font-family: ZenIcon;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: '\e684';
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), opacity 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), opacity 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), opacity 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#grid .chapter[data-accent=brown] .card-content > ul > li > a[target="_blank"]:hover:after,
#grid .chapter[data-accent=brown] .card[data-target=external] > .card-heading.hover > h5 > a:after {
  left: 0;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#grid .chapter[data-accent=purple] .chapter-heading {
  color: #8666b8;
}
#grid .chapter[data-accent=purple] .chapter-heading .icon {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
#grid .chapter[data-accent=purple] .card.choosed {
  border-color: #f5eeff;
  border-color: rgba(134, 102, 184, 0.6);
  -webkit-box-shadow: 0 1px 6px rgba(134, 102, 184, 0.3);
  box-shadow: 0 1px 6px rgba(134, 102, 184, 0.3);
}
#grid .chapter[data-accent=purple] .card.choosed:before {
  background-color: #8666b8;
}
#grid .chapter[data-accent=purple] .card-heading > .icon {
  color: #8666b8;
  border-color: #f5eeff;
}
#grid .chapter[data-accent=purple] .card-heading > .icon:hover {
  cursor: pointer;
}
#grid .chapter[data-accent=purple] .card-heading.hover {
  background-color: #f5eeff;
}
#grid .chapter[data-accent=purple] .card-heading.hover > .icon {
  color: #fff;
  background-color: #8666b8;
  border-color: #8666b8;
}
#grid .chapter[data-accent=purple] .card-heading.hover > .icon:before {
  color: #ffffff;
}
#grid .chapter[data-accent=purple] .card-heading:hover > h5 > .name {
  color: #8666b8;
}
#grid .chapter[data-accent=purple] .card-heading > h5 > .name:hover {
  cursor: pointer;
}
#grid .chapter[data-accent=purple] .card-heading > .btn-toggle {
  color: #8666b8;
  background-color: #f5eeff;
}
#grid .chapter[data-accent=purple] .card-heading > .btn-toggle:hover {
  color: #f5eeff;
  cursor: pointer;
  background-color: #8666b8;
}
#grid .chapter[data-accent=purple] .card-content > ul > li:before {
  background-color: #f5eeff;
}
#grid .chapter[data-accent=purple] .card-content > ul > li:hover:before {
  background-color: #8666b8;
}
#grid .chapter[data-accent=purple] .card-content > ul > li:hover:after {
  border-color: #8666b8;
}
#grid .chapter[data-accent=purple] .card-content > ul > li > a[href^='#search/']:before {
  color: #8666b8;
  background-color: #f5eeff;
}
#grid .chapter[data-accent=purple] .card-content > ul > li.active > a,
#grid .chapter[data-accent=purple] .card-content > ul > li > a:hover {
  background-color: #f5eeff;
}
#grid .chapter[data-accent=purple] .color-accent {
  color: #8666b8;
}
#grid .chapter[data-accent=purple] .card-content > ul > li > a[target="_blank"]:after,
#grid .chapter[data-accent=purple] .card[data-target=external] > .card-heading > h5 > a:after {
  position: relative;
  left: -10px;
  display: inline-block;
  display: none \0;
  margin-left: 5px;
  font-family: ZenIcon;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: '\e684';
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), opacity 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), opacity 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), opacity 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#grid .chapter[data-accent=purple] .card-content > ul > li > a[target="_blank"]:hover:after,
#grid .chapter[data-accent=purple] .card[data-target=external] > .card-heading.hover > h5 > a:after {
  left: 0;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
body.input-query-focus #grid .card.choosed:before {
  right: 0;
}
body.query-enabled #grid > .container > .row + .row {
  padding-top: 0;
  border-top: none;
}
body.query-enabled[data-query=icons] #section-control-icons .card-heading > .icon:before {
  content: '\e603';
}
body.query-enabled[data-query=icons] #grid .card.open.section-preview-show .card-content.section-preview,
body.query-enabled[data-query=icons] #grid .card.open .card-content.section-search {
  height: auto;
  padding: 10px;
}
body.query-enabled[data-query=icons] #grid .card.open.section-preview-show .section-preview.icon-preview {
  padding: 20px 10px 10px;
}
@media (min-width: 768px) {
  body.query-enabled #grid[data-show-col='1'] > .container > .row > .col {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  body.query-enabled #grid[data-show-col='1'] > .container > .row > .col.hide {
    width: 0;
  }
}
@media (min-width: 992px) {
  body.query-enabled #grid[data-show-col='1'] > .container > .row > .col {
    float: none;
    max-width: 780px;
    margin: 0 auto;
  }
  body.query-enabled #grid[data-show-col='1'] > .container > .row > .col.hide {
    width: 0;
  }
  body.query-enabled #grid[data-show-col='2'] > .container > .row > .col {
    width: 50%;
  }
  body.query-enabled #grid[data-show-col='2'] > .container > .row > .col.hide {
    width: 0;
  }
  body.query-enabled #grid[data-show-col='3'] > .container > .row > .col {
    width: 33.33333333%;
  }
  body.query-enabled #grid[data-show-col='3'] > .container > .row > .col.hide {
    width: 0;
  }
  body.query-enabled #grid[data-show-col='4'] > .container > .row > .col {
    width: 25%;
  }
  body.query-enabled #grid[data-show-col='4'] > .container > .row > .col.hide {
    width: 0;
  }
}
#page {
  position: fixed;
  top: 60px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none;
  overflow-y: auto;
  background-color: #ffffff;
}
#page.with-shadow #pageHeader {
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}
#page .loader {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#pageHeader {
  position: relative;
  height: 60px;
  padding: 0;
  background-color: #f1f1f1;
  border-bottom: 1px solid #e5e5e5;
}
#pageHeader > .container {
  position: relative;
  padding: 12px 20px 12px 54px;
}
#pageHeader > .container > .icon {
  position: absolute;
  top: 12px;
  left: 6px;
  z-index: 10;
  width: 36px;
  height: 36px;
  font-style: normal;
  line-height: 36px;
  color: gray;
  text-align: center;
  background-color: #e5e5e5;
  border-radius: 18px;
}
#pageHeader > .container > h2 {
  padding: 10px 0;
  margin: 0;
  font-size: 20px;
  line-height: 16px;
}
#pageHeader > .container > h2 > a.name {
  color: #353535;
}
#pageHeader > .container > h2 > a.name:hover {
  color: #353535;
  text-decoration: none;
  cursor: normal;
}
#pageHeader > .path-max-btn {
  right: 48px;
  width: 36px;
}
#pageCloseBtn {
  position: absolute;
  top: 5px;
  right: 15px;
  width: 48px;
  height: 48px;
  border-radius: 4px;
}
#pageBody {
  position: absolute;
  top: 60px;
  bottom: 0;
  width: 100%;
  padding: 15px 0;
  overflow-y: auto;
}
#pageAttrs {
  padding: 0 0 10px 23px;
  margin: 0 0 20px 21px;
  border-bottom: 4px double #f1f1f1;
}
#pageAttrs > .badge {
  float: left;
  min-width: 40px;
  padding: 6px 10px;
  margin-right: 10px;
  line-height: 20px;
  text-align: center;
  background-color: #f1f1f1;
  filter: alpha(opacity=80);
  border-radius: 3px;
  opacity: .8;
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
}
#pageAttrs > .badge.pull-right {
  margin-right: 0;
  margin-left: 10px;
}
#pageAttrs > .badge:hover {
  text-decoration: none;
  background-color: #e5e5e5;
  filter: alpha(opacity=100);
  opacity: 1;
}
#pageAttrs > .badge.badge-zui {
  color: #3280fc;
  background-color: #ebf2f9;
}
#pageAttrs > .badge.badge-zui:hover {
  background-color: #d7e5f3;
}
#pageAttrs > .badge.badge-lite {
  color: #03b8cf;
  background-color: #ddf3f5;
}
#pageAttrs > .badge.badge-lite:hover,
#pageAttrs > .badge.badge-lite:active,
#pageAttrs > .badge.badge-lite:focus {
  background-color: #c9ecef;
}
#pageAttrs > .badge.badge-lib {
  color: #38b03f;
  background-color: #ddf4df;
}
#pageAttrs > .badge.badge-lib:hover {
  background-color: #caeecd;
}
#pageAttrs > .badge.badge-party {
  color: #ea644a;
  background-color: #ffe5e0;
}
#pageAttrs > .badge.badge-party:hover {
  background-color: #ffd0c6;
}
#pageAttrs > .badge.badge-custom {
  color: #bd7b46;
  background-color: #f7ebe1;
}
#pageAttrs > .badge.badge-custom:hover {
  background-color: #f2decd;
}
#pageContent {
  position: relative;
  padding-left: 44px;
}
#pageContent:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  display: block;
  content: ' ';
  border-left: 1px dotted #999999;
}
#pageContent > section {
  position: relative;
  margin-left: -20px;
}
#pageContent > section:before {
  position: absolute;
  top: 28px;
  bottom: -25px;
  left: -24px;
  display: block;
  content: ' ';
  border-left: 1px dotted transparent;
}
#pageContent > section:last-child:before {
  bottom: 0;
}
#pageContent > section > header {
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px;
}
#pageContent > section > header > h3 {
  display: inline-block;
  margin: 0;
  cursor: pointer;
}
#pageContent > section > header > h3:before,
#pageContent > section > header > h3:after {
  position: absolute;
  top: 25px;
  left: -24px;
  content: ' ';
  -webkit-transition: background-color 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  -o-transition: background-color 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: background-color 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
}
#pageContent > section > header > h3:before {
  display: none;
  width: 1px;
  height: 7px;
}
#pageContent > section > header > h3:after {
  top: 28px;
  left: -27px;
  width: 7px;
  height: 1px;
}
#pageContent > section > header:before {
  position: absolute;
  top: 23px;
  left: -29px;
  display: block;
  width: 11px;
  height: 11px;
  content: ' ';
  background-color: #999;
  border-radius: 5px;
  -webkit-transition: background-color 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  -o-transition: background-color 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: background-color 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
}
#pageContent > section > header:after {
  position: absolute;
  top: 28px;
  left: -18px;
  display: block;
  width: 16px;
  content: ' ';
  border-bottom: 1px dotted #999999;
}
#pageContent > section.hover > header h3:before,
#pageContent > section.hover > header h3:after {
  background-color: #ffffff;
}
#pageContent > section.hover.collapsed > header > h3:before {
  display: block;
}
#pageContent > section > article {
  height: auto;
  -webkit-transition: opacity 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), height 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), height 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: opacity 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), height 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
}
#pageContent > section.collapsed:before {
  display: none;
}
#pageContent > section.collapsed > article {
  height: 0;
  overflow: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
}
#pageContent > article > .alert,
#pageContent > section > article > .alert {
  border: none;
  border-radius: 0;
}
#pageContent > article > .alert code,
#pageContent > section > article > .alert code {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(0, 0, 0, 0.1);
}
#pageTogger {
  position: absolute;
  bottom: -36px;
  left: 15px;
  z-index: 10;
  width: 19px;
  height: 19px;
  padding: 0;
  color: #ddd;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  outline: 0;
}
#pageTogger:before,
#pageTogger:after {
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  content: ' ';
  background-color: #ddd;
  -webkit-transition: background-color 0.5s cubic-bezier(0.175, 0.885, 0.32, 1);
  -o-transition: background-color 0.5s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: background-color 0.5s cubic-bezier(0.175, 0.885, 0.32, 1);
}
#pageTogger:before {
  left: 8px;
  display: none;
  width: 1px;
  height: 9px;
}
#pageTogger:after {
  top: 8px;
  width: 9px;
  height: 1px;
}
#page.page-collapsed #pageTogger:before {
  display: block;
}
#page.loading #pageTogger {
  display: none;
}
#page.loading #pageContent {
  filter: alpha(opacity=0);
  opacity: 0;
}
body.compact-mode #compactTogger {
  position: relative;
  top: -60px;
  display: inline-block;
  margin-left: 8px;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: top 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  -o-transition: top 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: top 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
}
body.compact-mode #heading {
  -webkit-transition: height 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  -o-transition: height 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: height 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
}
body.compact-mode #search {
  position: absolute;
  top: 12px;
  right: 150px;
  left: 180px;
  z-index: 1050;
  max-width: 500px;
  padding: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: opacity 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
}
body.compact-mode #searchInput {
  height: 36px;
  font-size: 14px;
  border-width: 1px;
}
body.compact-mode #searchForm {
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
}
body.compact-mode #searchForm > .icon {
  top: 10px;
}
body.compact-mode #searchHelpBtn {
  top: 3px;
  right: 3px;
  width: 30px;
  height: 30px;
  line-height: 34px;
}
body.compact-mode #header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1025;
  height: 483px;
}
body.compact-mode #headContainer > .container {
  position: relative;
}
body.compact-mode #grid {
  margin-top: 503px;
  -webkit-transition: margin-top 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  -o-transition: margin-top 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: margin-top 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
}
body.compact-mode.compact-mode-in #navbar {
  padding-top: 10px;
}
body.compact-mode.compact-mode-in #navbar .navbar-nav > li > a {
  width: 40px;
  padding: 10px;
  text-align: center;
}
body.compact-mode.compact-mode-in #navbar .navbar-nav > li > a > span {
  display: none;
}
body.compact-mode.compact-mode-in #navbar .navbar-collapse.in .navbar-nav > li > a,
body.compact-mode.compact-mode-in #navbar .navbar-collapse.collapsing .navbar-nav > li > a {
  width: auto;
  padding: 10px 15px;
  text-align: left;
}
body.compact-mode.compact-mode-in #navbar .navbar-collapse.in .navbar-nav > li > a > span,
body.compact-mode.compact-mode-in #navbar .navbar-collapse.collapsing .navbar-nav > li > a > span {
  display: inline;
}
body.compact-mode.compact-mode-in #navDownloadLink {
  filter: alpha(opacity=100);
  opacity: 1;
}
body.compact-mode.compact-mode-in #compactTogger {
  top: 2px;
  filter: alpha(opacity=100);
  opacity: 1;
}
body.compact-mode.compact-mode-in #header {
  height: 60px;
  padding: 0;
}
body.compact-mode.compact-mode-in #header.with-shadow {
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}
body.compact-mode.compact-mode-in #heading {
  height: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}
body.compact-mode.compact-mode-in #search {
  filter: alpha(opacity=100);
  opacity: 1;
}
body.compact-mode.compact-mode-in #searchForm {
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
body.compact-mode.compact-mode-in #grid {
  margin-top: 70px;
}
body.page-show {
  overflow: hidden;
}
body.page-show #header {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: background-color 0.5s cubic-bezier(0.175, 0.885, 0.32, 1);
  -o-transition: background-color 0.5s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: background-color 0.5s cubic-bezier(0.175, 0.885, 0.32, 1);
}
body.page-show #compactTogger:before {
  content: '\e60b';
}
body.page-show #page {
  display: block;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
body.page-show #grid,
body.page-show #page {
  -webkit-transition: opacity 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), top 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), -o-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), top 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: opacity 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1), top 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
}
body.page-show.page-show-in #page {
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
body.page-show.page-show-in #grid {
  top: 100px;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
body.page-show[data-page-accent=blue] #pageHeader > .wrapper > .icon {
  color: #fff;
  background-color: #03b8cf;
}
body.page-show[data-page-accent=blue] #pageContent > section > header:before {
  background-color: #ddf3f5;
}
body.page-show[data-page-accent=blue] #pageContent > section.hover > header:before {
  background-color: #03b8cf;
}
body.page-show[data-page-accent=blue] #pageContent > section.hover > header:after {
  border-color: #03b8cf;
}
body.page-show[data-page-accent=blue] #pageContent > section.hover > header > h3 {
  color: #03b8cf;
}
body.page-show[data-page-accent=blue] #pageContent > section.hover:before {
  border-color: #03b8cf;
}
body.page-show[data-page-accent=blue] #pageTogger:hover {
  border-color: #03b8cf;
}
body.page-show[data-page-accent=blue] #pageTogger:hover:before,
body.page-show[data-page-accent=blue] #pageTogger:hover:after {
  background-color: #03b8cf;
}
body.page-show[data-page-accent=primary] #pageHeader > .wrapper > .icon {
  color: #fff;
  background-color: #3280fc;
}
body.page-show[data-page-accent=primary] #pageContent > section > header:before {
  background-color: #ebf2f9;
}
body.page-show[data-page-accent=primary] #pageContent > section.hover > header:before {
  background-color: #3280fc;
}
body.page-show[data-page-accent=primary] #pageContent > section.hover > header:after {
  border-color: #3280fc;
}
body.page-show[data-page-accent=primary] #pageContent > section.hover > header > h3 {
  color: #3280fc;
}
body.page-show[data-page-accent=primary] #pageContent > section.hover:before {
  border-color: #3280fc;
}
body.page-show[data-page-accent=primary] #pageTogger:hover {
  border-color: #3280fc;
}
body.page-show[data-page-accent=primary] #pageTogger:hover:before,
body.page-show[data-page-accent=primary] #pageTogger:hover:after {
  background-color: #3280fc;
}
body.page-show[data-page-accent=yellow] #pageHeader > .wrapper > .icon {
  color: #fff;
  background-color: #f1a325;
}
body.page-show[data-page-accent=yellow] #pageContent > section > header:before {
  background-color: #fff0d5;
}
body.page-show[data-page-accent=yellow] #pageContent > section.hover > header:before {
  background-color: #f1a325;
}
body.page-show[data-page-accent=yellow] #pageContent > section.hover > header:after {
  border-color: #f1a325;
}
body.page-show[data-page-accent=yellow] #pageContent > section.hover > header > h3 {
  color: #f1a325;
}
body.page-show[data-page-accent=yellow] #pageContent > section.hover:before {
  border-color: #f1a325;
}
body.page-show[data-page-accent=yellow] #pageTogger:hover {
  border-color: #f1a325;
}
body.page-show[data-page-accent=yellow] #pageTogger:hover:before,
body.page-show[data-page-accent=yellow] #pageTogger:hover:after {
  background-color: #f1a325;
}
body.page-show[data-page-accent=green] #pageHeader > .wrapper > .icon {
  color: #fff;
  background-color: #38b03f;
}
body.page-show[data-page-accent=green] #pageContent > section > header:before {
  background-color: #ddf4df;
}
body.page-show[data-page-accent=green] #pageContent > section.hover > header:before {
  background-color: #38b03f;
}
body.page-show[data-page-accent=green] #pageContent > section.hover > header:after {
  border-color: #38b03f;
}
body.page-show[data-page-accent=green] #pageContent > section.hover > header > h3 {
  color: #38b03f;
}
body.page-show[data-page-accent=green] #pageContent > section.hover:before {
  border-color: #38b03f;
}
body.page-show[data-page-accent=green] #pageTogger:hover {
  border-color: #38b03f;
}
body.page-show[data-page-accent=green] #pageTogger:hover:before,
body.page-show[data-page-accent=green] #pageTogger:hover:after {
  background-color: #38b03f;
}
body.page-show[data-page-accent=red] #pageHeader > .wrapper > .icon {
  color: #fff;
  background-color: #ea644a;
}
body.page-show[data-page-accent=red] #pageContent > section > header:before {
  background-color: #ffe5e0;
}
body.page-show[data-page-accent=red] #pageContent > section.hover > header:before {
  background-color: #ea644a;
}
body.page-show[data-page-accent=red] #pageContent > section.hover > header:after {
  border-color: #ea644a;
}
body.page-show[data-page-accent=red] #pageContent > section.hover > header > h3 {
  color: #ea644a;
}
body.page-show[data-page-accent=red] #pageContent > section.hover:before {
  border-color: #ea644a;
}
body.page-show[data-page-accent=red] #pageTogger:hover {
  border-color: #ea644a;
}
body.page-show[data-page-accent=red] #pageTogger:hover:before,
body.page-show[data-page-accent=red] #pageTogger:hover:after {
  background-color: #ea644a;
}
body.page-show[data-page-accent=brown] #pageHeader > .wrapper > .icon {
  color: #fff;
  background-color: #bd7b46;
}
body.page-show[data-page-accent=brown] #pageContent > section > header:before {
  background-color: #f7ebe1;
}
body.page-show[data-page-accent=brown] #pageContent > section.hover > header:before {
  background-color: #bd7b46;
}
body.page-show[data-page-accent=brown] #pageContent > section.hover > header:after {
  border-color: #bd7b46;
}
body.page-show[data-page-accent=brown] #pageContent > section.hover > header > h3 {
  color: #bd7b46;
}
body.page-show[data-page-accent=brown] #pageContent > section.hover:before {
  border-color: #bd7b46;
}
body.page-show[data-page-accent=brown] #pageTogger:hover {
  border-color: #bd7b46;
}
body.page-show[data-page-accent=brown] #pageTogger:hover:before,
body.page-show[data-page-accent=brown] #pageTogger:hover:after {
  background-color: #bd7b46;
}
body.page-show[data-page-accent=purple] #pageHeader > .wrapper > .icon {
  color: #fff;
  background-color: #8666b8;
}
body.page-show[data-page-accent=purple] #pageContent > section > header:before {
  background-color: #f5eeff;
}
body.page-show[data-page-accent=purple] #pageContent > section.hover > header:before {
  background-color: #8666b8;
}
body.page-show[data-page-accent=purple] #pageContent > section.hover > header:after {
  border-color: #8666b8;
}
body.page-show[data-page-accent=purple] #pageContent > section.hover > header > h3 {
  color: #8666b8;
}
body.page-show[data-page-accent=purple] #pageContent > section.hover:before {
  border-color: #8666b8;
}
body.page-show[data-page-accent=purple] #pageTogger:hover {
  border-color: #8666b8;
}
body.page-show[data-page-accent=purple] #pageTogger:hover:before,
body.page-show[data-page-accent=purple] #pageTogger:hover:after {
  background-color: #8666b8;
}
@media (max-width: 767px) {
  #search {
    padding: 30px 10px 40px;
  }
  #pageTogger {
    bottom: -68px;
    left: 8px;
  }
  #pageAttrs {
    padding-left: 0;
    margin-left: 20px;
  }
  #pageContent {
    padding-left: 20px;
  }
  #pageContent:before {
    left: 0;
    display: none;
  }
  #pageHeader > .container {
    padding-left: 60px;
  }
  #pageHeader > .container > .icon {
    left: 15px;
  }
  #pageContent > section:before {
    left: -15px;
  }
  #pageContent > section > header:before {
    left: -20px;
  }
  #pageContent > section > header:after {
    display: none;
  }
  #pageContent > section > header > h3:before {
    left: -15px;
  }
  #pageContent > section > header > h3:after {
    left: -18px;
  }
  body.compact-mode #header {
    height: 433px;
  }
  body.compact-mode #grid {
    margin-top: 463px;
  }
  body.compact-mode #navbar .navbar-brand .zui-version,
  body.compact-mode #navbar .navbar-brand .brand-title {
    display: none;
  }
  body.compact-mode #navbar .navbar-brand #compactTogger {
    left: -12px;
    margin-left: 0;
  }
  body.compact-mode #search {
    right: 60px;
    left: 80px;
  }
  body.compact-mode #searchInput:-moz-placeholder {
    color: transparent;
  }
  body.compact-mode #searchInput::-moz-placeholder {
    color: transparent;
  }
  body.compact-mode #searchInput:-ms-input-placeholder {
    color: transparent;
  }
  body.compact-mode #searchInput::-webkit-input-placeholder {
    color: transparent;
  }
  body.page-show #navbar .navbar-toggle {
    margin-right: 0;
  }
  body.input-query-focus.compact-mode #search {
    right: 10px;
    left: 10px;
  }
  body.input-query-focus.compact-mode #searchInput:-moz-placeholder {
    color: #e5e5e5;
  }
  body.input-query-focus.compact-mode #searchInput::-moz-placeholder {
    color: #e5e5e5;
  }
  body.input-query-focus.compact-mode #searchInput:-ms-input-placeholder {
    color: #e5e5e5;
  }
  body.input-query-focus.compact-mode #searchInput::-webkit-input-placeholder {
    color: #e5e5e5;
  }
  body.input-query-focus.compact-mode #searchInput:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
  }
  body.input-query-focus.compact-mode #searchInput::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
  }
  body.input-query-focus.compact-mode #searchInput:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
  }
  body.input-query-focus.compact-mode #searchInput::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
  }
  body.input-query-focus.compact-mode #navbar .navbar-brand,
  body.input-query-focus.compact-mode #navbar .navbar-toggle {
    display: none;
  }
}
body.layout-classic #heading {
  display: none;
}
body.layout-classic #navbar {
  top: 0;
  left: 0;
  width: 400px;
  padding: 10px 0;
  margin-bottom: 0;
}
body.layout-classic #navbar .navbar-header {
  float: none;
}
body.layout-classic #navbar .navbar-toggle {
  display: block;
  float: right;
  margin-right: 0;
}
body.layout-classic #navbar .navbar-collapse {
  display: none !important;
}
body.layout-classic #navbar .navbar-collapse.in,
body.layout-classic #navbar .navbar-collapse.collapsing {
  display: block !important;
  width: 140px;
}
body.layout-classic #navbar .navbar-collapse.in:before,
body.layout-classic #navbar .navbar-collapse.collapsing:before {
  right: 10px;
}
body.layout-classic #navbar .navbar-collapse.in > .navbar-right,
body.layout-classic #navbar .navbar-collapse.collapsing > .navbar-right {
  float: none !important;
}
body.layout-classic #navbar .navbar-collapse.in > .navbar-nav > li,
body.layout-classic #navbar .navbar-collapse.collapsing > .navbar-nav > li {
  float: none;
}
body.layout-classic #search {
  padding: 0;
}
body.layout-classic #header {
  position: fixed;
  top: 0;
  left: 0;
  width: 400px;
  height: 200px;
  padding-top: 60px;
}
body.layout-classic #grid {
  position: fixed;
  top: 100px;
  bottom: 0;
  left: 0;
  width: 400px;
}
body.layout-page {
  padding-top: 60px;
  overflow-y: auto;
}
body.layout-page #header {
  height: auto !important;
}
body.layout-page #page {
  -webkit-box-shadow: none;
  box-shadow: none;
}
body.layout-page #page.loading #pageAttrs {
  display: none;
}
body.layout-page #pageBody {
  position: relative;
  top: auto !important;
  bottom: auto !important;
}
#timeline {
  position: relative;
  min-height: 660px;
  margin-top: 20px;
  visibility: hidden;
}
#timeline .lines {
  width: 2px;
  height: 0;
  background-color: #c8c8c8;
  position: absolute;
  top: -20px;
}
#timeline .item {
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  min-height: 80px;
  clear: both;
}
#timeline .item .content {
  padding: 10px;
  overflow: hidden;
  line-height: 24px;
}
#timeline .item .content img {
  display: block;
  max-width: 100%;
  height: auto;
}
#timeline .item .point,
#timeline .item .corner {
  display: block;
  position: absolute;
  z-index: 2;
}
#timeline .item .point {
  /*此处涉及CSS3，如需兼容IE6-8，请修改为图片，中间小圆点*/
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #fff;
}
#timeline .item .point:before {
  /*此处涉及CSS3，如需兼容IE6-8，可忽略，点上的那个绿点，可直接做图片到 point上*/
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #979797;
  position: absolute;
  top: 3px;
  left: 3px;
}
#timeline .item.isLeft .corner {
  top: 27px;
}
#timeline .item.isLeft .point {
  top: 30px;
}
#timeline .item.isRight .corner {
  top: 37px;
}
#timeline .item.isRight .point {
  top: 40px;
}
#timeline .item .corner {
  /*此处涉及CSS3，如需兼容IE6-8，请修改为图片，箭头*/
  border: 12px solid transparent;
}
#timeline .item.isLeft .corner {
  border-left-color: #fff;
  left: 100%;
}
#timeline .item.isRight .corner {
  border-right-color: #fff;
  right: 100%;
}
.shop-list {
  list-style: none;
}
.shop-list .logo {
  width: 120px;
  height: 120px;
}
.shop-list .title {
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 23px;
  font-size: 16px;
}
.shop-list .evaluation {
  margin-bottom: 5px;
}
.shop-list li {
  margin-bottom: 10px;
  border-bottom: 1px dashed #ddd;
}
.iteminfo-wrapper {
  @charset "utf-8";
  /* CSS Document */
  /* IE6 */
  /* IE7 */
  /*tab*/
  /*商品详细页*/
  /*iteminfo*/
  /*规格*/
  /*一下正对图片*/
}
.iteminfo-wrapper * {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
}
.iteminfo-wrapper body {
  background: #fff;
  font-size: 12px;
  color: #555;
  font-family: Tahoma, Geneva, sans-serif;
  padding: 100px 100px;
}
.iteminfo-wrapper a {
  text-decoration: none;
}
.iteminfo-wrapper a:hover {
  text-decoration: underline;
}
.iteminfo-wrapper img {
  border: none;
}
.iteminfo-wrapper li {
  list-style: none;
}
.iteminfo-wrapper .clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.iteminfo-wrapper * html .clearfix {
  zoom: 1;
}
.iteminfo-wrapper *:first-child + html .clearfix {
  zoom: 1;
}
.iteminfo-wrapper .tab {
  line-height: 56px;
  font-size: 14px;
}
.iteminfo-wrapper .tab a {
  color: #07c;
}
.iteminfo-wrapper .tab a:hover {
  color: #c00;
}
.iteminfo-wrapper .tab a.cur {
  font-weight: bold;
}
.iteminfo-wrapper .iteminfo_tit {
  color: #333;
  font-size: 22px;
  font-family: "微软雅黑", Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #e3e3e3;
  font-weight: normal;
  padding-bottom: 12px;
  line-height: 32px;
}
.iteminfo-wrapper .iteminfo_parameter {
  padding: 8px 0;
  padding-left: 70px;
}
.iteminfo-wrapper .iteminfo_parameter_default {
  color: #888;
}
.iteminfo-wrapper .iteminfo_parameter dt {
  margin-left: -70px;
  float: left;
  display: inline;
  width: 60px;
  white-space: nowrap;
  text-align: right;
  color: #888;
}
.iteminfo-wrapper .iteminfo_mktprice {
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: line-through;
}
.iteminfo-wrapper .lh32 {
  line-height: 32px;
}
.iteminfo-wrapper .iteminfo_price {
  color: #c00;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: middle;
}
.iteminfo-wrapper .sys_item_price {
  color: #c00;
  font-size: 22px;
  vertical-align: middle;
}
.iteminfo-wrapper .iteminfo_buying {
  background: #f7f7f7;
  padding: 12px 0;
}
.iteminfo-wrapper .sys_item_spec dl.iteminfo_parameter {
  padding-top: 5px;
  padding-bottom: 5px;
}
.iteminfo-wrapper .sys_item_spec dl.iteminfo_parameter dt {
  line-height: 32px;
}
.iteminfo-wrapper .sys_spec_img li {
  float: left;
  height: 54px;
  position: relative;
  margin: 2px 6px 2px 0;
}
.iteminfo-wrapper .sys_spec_img li a {
  height: 50px;
  width: 50px;
  padding: 1px;
  border: 1px solid #ccc;
  float: left;
  background: #fff;
  display: inline-block;
  outline: none;
}
.iteminfo-wrapper .sys_spec_img li a img {
  width: 50px;
  height: 50px;
  display: block;
}
.iteminfo-wrapper .sys_spec_img li a:hover {
  border: 2px solid #e4393c;
  padding: 0;
  text-decoration: none;
}
.iteminfo-wrapper .sys_spec_img li i {
  position: absolute;
  width: 10px;
  height: 10px;
  font-size: 0;
  line-height: 0;
  right: 2px;
  bottom: 2px;
  background: url(../images/sys_item_selected.gif) no-repeat right bottom;
  z-index: 99;
  display: none;
}
.iteminfo-wrapper .sys_spec_img li.selected a {
  border: 2px solid #e4393c;
  padding: 0;
}
.iteminfo-wrapper .sys_spec_img li.selected i {
  display: block;
}
.iteminfo-wrapper .sys_spec_text li {
  float: left;
  height: 28px;
  position: relative;
  margin: 2px 6px 2px 0;
  outline: none;
}
.iteminfo-wrapper .sys_spec_text li a {
  height: 26px;
  padding: 1px 6px;
  border: 1px solid #ccc;
  background: #fff;
  display: inline-block;
  line-height: 24px;
}
.iteminfo-wrapper .sys_spec_text li a:hover {
  border: 2px solid #e4393c;
  padding: 0 5px;
  text-decoration: none;
}
.iteminfo-wrapper .sys_spec_text li i {
  position: absolute;
  width: 10px;
  height: 10px;
  font-size: 0;
  line-height: 0;
  right: 2px;
  bottom: 2px;
  background: url(../images/sys_item_selected.gif) no-repeat right bottom;
  z-index: 99;
  display: none;
}
.iteminfo-wrapper .sys_spec_text li.selected a {
  border: 2px solid #e4393c;
  padding: 0 5px;
}
.iteminfo-wrapper .sys_spec_text li.selected i {
  display: block;
}
.button-buy,
.button-demo,
.button-consult {
  color: #ffffff;
  border-color: #F0CAB6;
  border-radius: 3px;
  background: #F7926F;
  padding: 8px 15px;
  font-size: 14px;
  margin-right: 15px;
  border: none;
}
.button-buy i,
.button-demo i,
.button-consult i {
  font-size: 26px;
}
.button-buy[disabled=disabled] {
  background: rgba(186, 187, 198, 0.43);
  color: #666;
  text-decoration: none;
}
.button-demo {
  display: inline-block;
  text-decoration: none !important;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background-color: #ffffff;
  color: #777777;
}
.button-demo:hover {
  text-decoration: none;
}
.button-consult {
  background: #f35410;
  color: white;
}
.button-consult:hover {
  color: #ececec;
}
.other-info {
  position: absolute;
  width: 200px;
  right: 0;
  top: 0;
  text-align: center;
  background: #FFFFFF;
  padding: 5px;
  color: #575454;
  border: 1px solid #EAEAEA;
}
.goods_number {
  display: flex;
  margin-top: 4px;
}
.goods_number .outside {
  margin-top: 6px;
  position: relative;
  width: 140px;
  background-color: #999999;
  height: 10px;
  border-radius: 6px;
  display: block;
  overflow: hidden;
}
.goods_number .outside .inside {
  border-radius: 6px 0 0 6px;
  position: absolute;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  background-color: #FF3300;
}
.goods_number .percent {
  font-size: 12px;
  line-height: 21px;
  margin-left: 10px;
}
.goods_number .number_ratio {
  font-size: 12px;
  line-height: 21px;
  margin-left: 10px;
}
.appstore_cover {
  border-radius: 3px;
}
.appstore_cover-detail {
  border-radius: 3px;
  margin-top: 45px;
  width: 160px;
  height: 160px;
}
.container {
  width: 1160px;
}
.share-btn {
  font-size: 14px;
}
.developers-list .card {
  border: none;
  box-shadow: none;
}
.developers-list .card > .media-wrapper {
  background: white;
}
.developers-list .card-content {
  height: 60px;
  overflow: hidden;
}
.rebate_ul {
  margin-left: 43px;
}
.table .o_price {
  font-size: 14px;
  font-weight: bold;
}
.table .re_price {
  color: red;
}
.popover {
  width: 300px;
}
.c_m_order_detail td {
  padding: 10px;
}
.people {
  height: 258px;
}
.summary img {
  border: 1px solid #ddd;
  padding: 2px;
}
.version_title .popover {
  width: 100px;
}
/*统一边框 圆角*/
.cloud-box-style {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}
.goods-list {
  margin-top: 20px;
}
.goods-list .li-focus {
  border: 1px solid #FF7715;
  margin-top: -1px;
}
.goods-list > li {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px dashed #eee;
  margin-right: 10px;
  list-style: none;
  padding-bottom: 10px;
  clear: right;
}
.goods-list > li .appstore_cover {
  width: 100px;
}
.goods-list > li .ad {
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  margin-bottom: 8px;
}
.goods-list > li .free {
  font-size: 14px;
  color: #008000;
}
.goods-list > li .o_price {
  font-size: 14px;
}
.goods-list > li .rebate_ul {
  margin-left: 10px;
}
.goods-list > li .rebate_ul li {
  list-style: square;
  border-bottom: none;
  margin-left: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.goods-list > li .price_area {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  height: 100px;
}
.goods-list > li .price-focus {
  overflow: visible;
  border: none;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  background: #FF7715;
  color: white;
  height: auto;
  z-index: 999;
}
.data-cols {
  border: 1px solid #ddd;
}
.data-cols td {
  width: 80px;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #ddd;
}
/*更新页面样式*/
.update-info h2 {
  font-size: 14px;
  color: #555555;
}
.update-info p {
  font-size: 12px;
  color: #777777;
}
.update-log {
  border-top: 1px solid #eee;
}
.update-log h3 {
  font-size: 14px;
}
.update-log ul {
  color: #777777;
  font-size: 12px;
}
/*END*/
/*产品详情页*/
.installed-num {
  margin-left: 25px;
  padding-top: 10px;
  font-size: 12px;
  color: #777777;
}
.version-box {
  margin: 0 0 20px 25px;
}
.version-box .version-yes {
  margin: 5px;
  color: #666666;
}
.version-box .version-yes .version-icon {
  margin-right: 5px;
  color: #80C94E;
}
/*详情页 右侧*/
.seller-box {
  margin-top: 20px;
  border: 1px solid #e5e5e5;
  box-shadow: 1px 1px 2px 2px #e5e5e5;
}
.seller-box .up-header {
  padding: 15px;
  font-size: 16px;
}
.seller-box .btm-line {
  padding: 0 20px 10px 20px;
  border-bottom: 1px solid #e5e5e5;
}
.seller-box .contect-qq-box {
  margin: 5px 15px;
  display: flex;
  align-items: center;
}
.seller-box .contect-qq-box .contect-qq {
  display: block;
  font-size: 14px;
  color: #666666;
}
.seller-box .contect-qq-box .contect-qq i {
  margin-right: 10px;
  font-size: 36px ;
  color: #5EBEFF;
}
.down-header {
  margin: 20px 0 10px;
  font-size: 14px;
  font-weight: 800;
}
/*产品列表*/
.lhj-goods-box {
  padding: 10px;
  display: flex;
}
.lhj-goods-box .lhj-goods-img {
  margin-right: 10px;
}
.lhj-goods-box .lhj-goods-img img {
  border-radius: 3px;
  width: 60px;
  height: 60px;
}
.lhj-goods-box .lhj-goods-info {
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.lhj-goods-box .lhj-goods-info .lhj-goods-title a {
  width: 115px;
  font-size: 14px;
  font-weight: 800;
}
.lhj-goods-box .lhj-goods-info .lhj-goods-msg {
  display: flex;
  justify-content: space-between;
  color: #666666;
  font-size: 12px;
}
.lhj-goods-box .lhj-goods-info .goods-sign {
  position: absolute;
  right: 0;
  border-radius: 3px;
  color: #FF8157;
}
.lhj-goods-box .lhj-goods-info .official-type {
  margin: 0 0 -2px -26px;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  bottom: 0;
  border-radius: 3px;
  color: #FF8157;
  font-size: 21px;
}
.detail-right {
  overflow: hidden;
  min-height: 200px;
}
/*控制台 S*/
.my-console li {
  margin: 5px 0;
  border-radius: 3px;
}
.my-console li a {
  padding: 10px 15px;
  display: block;
  color: #666666;
}
.my-console li a i {
  opacity: .7;
  margin-right: 10px;
}
.my-console .li-hover {
  background-color: #e5e5e5;
}
.my-console .active {
  background-color: #FF8157;
}
.my-console .active a {
  color: #ffffff;
}
.my-console:first-child {
  margin-top: 0 !important;
}
/*绑定网站 按钮*/
.bind-btn {
  padding: 5px 25px;
  background-color: #FF8157;
  border: none;
  border-radius: 3px;
  color: #fff;
}
.th-no-borbtm th {
  border-bottom: none !important;
}
/*已购页面 安装按钮*/
.buy-botton {
  padding: 5px 50px;
  border: none;
  border-radius: 3px;
}
.install-btn {
  background-color: #FF8157;
  color: #ffffff;
}
.not-buy {
  background-color: #e5e5e5 ;
  color: #333;
}
/*兑换云码页面*/
.incode-dec p {
  color: #666;
}
.incode-form {
  margin-top: 20px;
}
.incode-form .incode-input {
  padding: 4px 8px;
  width: 280px;
  height: 40px;
  line-height: 40px;
  word-break: normal;
  border: 1px solid #e5e5e5;
}
.incode-form .incode-btn {
  margin-left: -5px;
  padding: 4px 20px;
  height: 40px;
  border: none;
  background-color: #FF8157;
  color: #fff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/*新增产品控件*/
.add-box {
  width: 100%;
  padding: 10px 0 10px;
  position: relative;
  height: 50px;
}
.add-box .add-info {
  position: absolute;
  right: 0;
  display: flex;
  width: 300px;
  justify-content: space-between;
}
.add-box .add-info select {
  width: 180px;
}
.add-box .add-info .add-btn {
  padding: 4px 12px;
  color: #fff;
  width: 80px;
  background-color: #FF8157;
  border: none;
  border-radius: 3px;
}
/*详情页样式*/
.mianze-box {
  margin-right: -100px;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
  color: #666;
  text-decoration: none !important;
}
.mianze-box i {
  margin-right: 5px;
  color: #EFB358;
}
/*版本兼容*/
.beta-right {
  font-weight: 700;
}
.beta-right i {
  margin: 0 5px 0 10px;
  color: #80C94E;
}
/*分类*/
.goods-type-ul {
  display: flex;
}
.goods-type-ul li {
  margin-right: 30px;
  text-align: center;
  color: #333333;
  font-size: 14px;
  width: 125px;
  height: 40px;
  line-height: 38px;
}
.goods-type-ul li a {
  display: block;
}
.goods-type-ul li .type-img {
  margin-right: 5px;
  border-radius: 3px;
  width: 20px;
  height: 20px;
}
.goods-type-ul .active {
  border: 1px solid #FF8157;
}
.goods-type-ul .active a {
  color: #FF8157;
}
.message-show-red {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 2px solid rgba(249, 77, 90, 0.2);
  background-color: red;
  right: 0;
  top: 0;
  overflow: hidden;
}
/*抢购 样式*/
.over-number {
  font-size: 16px;
  width: 100%;
  text-align: center;
  color: red;
  font-weight: 800;
}
.button-buy:hover {
  text-decoration: none !important;
}
