/*
Theme Name:happydot使用的主题
Theme URI: https://www.qtzmsoft.cn
Author: qtzmsoft
Author URI: https://www.qtzmsoft.cn
Description: happydot图书分享网站的主题。参考Git主题，由云落基于yusi主题基础上二次开发的一款功能强大具有超强自定义能力的主题。代码已开源至<a target="_blank" href="https://coding.net/u/googlo/p/Git/git">Coding</a>，欢迎斧正！
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 响应式,短代码,绿色,多彩,双栏,博客主题,小清新,代码高亮,强大,免费主题,CMS主题,卡片式,图片主题,在线更新
*/

@font-face {
  font-family: FontAwesome;
  src: url(assets/css/fonts/fontawesome-webfont.eot?v=4.7.0);
  src: url(assets/css/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0)
      format("embedded-opentype"),
    url(assets/css/fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),
    url(assets/css/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),
    url(assets/css/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-cog:before,
.fa-gear:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-repeat:before,
.fa-rotate-right:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-cogs:before,
.fa-gears:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-floppy-o:before,
.fa-save:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-sort:before,
.fa-unsorted:before {
  content: "\f0dc";
}
.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-bolt:before,
.fa-flash:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-clipboard:before,
.fa-paste:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-chain-broken:before,
.fa-unlink:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "\f150";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "\f151";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "\f152";
}
.fa-eur:before,
.fa-euro:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-inr:before,
.fa-rupee:before {
  content: "\f156";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "\f157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "\f158";
}
.fa-krw:before,
.fa-won:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-try:before,
.fa-turkish-lira:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "\f19c";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "\f1c5";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "\f1c6";
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
  content: "\f1d0";
}
.fa-empire:before,
.fa-ge:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-paper-plane:before,
.fa-send:before {
  content: "\f1d8";
}
.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-bed:before,
.fa-hotel:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-y-combinator:before,
.fa-yc:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-television:before,
.fa-tv:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
  content: "\f2a3";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-sign-language:before,
.fa-signing:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-address-card:before,
.fa-vcard:before {
  content: "\f2bb";
}
.fa-address-card-o:before,
.fa-vcard-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.fa {
  text-align: center;
  font-size: 1.23em;
}
.fa-alipay:before {
  content: "支";
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.footer-copyright,
.open-message,
.pull-center {
  text-align: center;
}
.wp-caption {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 5px 0;
  border: 1px solid #ccc;
  background: none repeat scroll 0 0 #f7f7f7;
  text-align: center;
}
.wp-caption img {
  display: block;
  margin: 0 auto;
}
.wp-caption p {
  text-indent: 0;
  line-height: 1.875rem;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
:after,
:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  height: auto;
  max-width: 100%;
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  margin: 0;
  vertical-align: middle;
  font-size: 100%;
}
button,
input {
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button,
input[type="button"],
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"],
label,
select {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-weight: 200;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
small {
  font-size: 85%;
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.text-warning {
  color: #c09853;
}
.muted {
  color: #999;
}
a.muted:focus,
a.muted:hover {
  color: gray;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #a47e3c;
}
.text-error {
  color: #d9534f;
}
a.text-error:focus,
a.text-error:hover {
  color: #c9302c;
}
.text-info {
  color: #3a87ad;
}
a.text-info:focus,
a.text-info:hover {
  color: #2d6987;
}
.text-success {
  color: #56af45;
}
a.text-success:focus,
a.text-success:hover {
  color: #448a37;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 5px 0;
  color: inherit;
  font-weight: 700;
  line-height: 2.1875rem;
  text-rendering: optimizelegibility;
}
.action,
.article-content a.dl,
.fenye a span,
.social a,
button.btn {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.page-header {
  margin: 20px 0 20px;
  padding-bottom: 9px;
  border-bottom: 1px solid #eee;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
li {
  line-height: 1.25rem;
}
ol.inline,
ul.inline {
  margin-left: 0;
  list-style: none;
}
ol.inline > li,
ul.inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}
code,
pre {
  padding: 0 3px 2px;
  border-radius: 3px;
  color: #444;
  font-family: Consolas, "Bitstream Vera Sans Mono", "Courier New", Courier,
    monospace !important;
}
code {
  padding: 2px 4px;
  border: 1px solid #e1e1e8;
  background-color: #fbfbfb;
  color: #d14;
  word-wrap: break-word;
  font-size: 0.875rem;
  word-break: break-all;
}
pre {
  display: block;
  margin: 0 0 10px;
  padding: 9.5px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  background-color: #f5f5f5;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-size: 0.6875rem;
  line-height: 1.25rem;
  word-break: break-all;
}
pre code {
  padding: 0;
  border: 0;
  background-color: transparent;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
}
.pre-scrollable {
  overflow-y: scroll;
  max-height: 340px;
}
.close {
  float: right;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25rem;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.4;
  cursor: pointer;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  border: 0;
  background: 0;
  cursor: pointer;
  -webkit-appearance: none;
}
.clearfix:after,
.clearfix:before {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  border: 0;
  background-color: transparent;
  color: transparent;
  text-shadow: none;
  font: 0/0 a;
}
.input-block-level {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: 30px;
}
.row-fluid {
  width: 100%;
}
.row-fluid:after,
.row-fluid:before {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  float: left;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 2%;
  width: 100%;
  min-height: 30px;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2%;
}
.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.5%;
}
.row-fluid .span10 {
  width: 83%;
}
.row-fluid .span9 {
  width: 74.5%;
}
.row-fluid .span8 {
  width: 66%;
}
.row-fluid .span7 {
  width: 57.5%;
}
.row-fluid .span6 {
  width: 49%;
}
.row-fluid .span5 {
  width: 40.5%;
}
.row-fluid .span4 {
  width: 32%;
}
.row-fluid .span3 {
  width: 23.5%;
}
.row-fluid .span2 {
  width: 15%;
}
.row-fluid .span1 {
  width: 6.5%;
}
.row-fluid .offset12 {
  margin-left: 104%;
}
.row-fluid .offset12:first-child {
  margin-left: 102%;
}
.row-fluid .offset11 {
  margin-left: 95.5%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.5%;
}
.row-fluid .offset10 {
  margin-left: 87%;
}
.row-fluid .offset10:first-child {
  margin-left: 85%;
}
.row-fluid .offset9 {
  margin-left: 78.5%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.5%;
}
.row-fluid .offset8 {
  margin-left: 70%;
}
.row-fluid .offset8:first-child {
  margin-left: 68%;
}
.row-fluid .offset7 {
  margin-left: 61.5%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.5%;
}
.row-fluid .offset6 {
  margin-left: 53%;
}
.row-fluid .offset6:first-child {
  margin-left: 51%;
}
.row-fluid .offset5 {
  margin-left: 44.5%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.5%;
}
.row-fluid .offset4 {
  margin-left: 36%;
}
.row-fluid .offset4:first-child {
  margin-left: 34%;
}
.row-fluid .offset3 {
  margin-left: 27.5%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.5%;
}
.row-fluid .offset2 {
  margin-left: 19%;
}
.row-fluid .offset2:first-child {
  margin-left: 17%;
}
.row-fluid .offset1 {
  margin-left: 10.5%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.5%;
}
.row-fluid [class*="span"].hide,
[class*="span"].hide {
  display: none;
}
.row-fluid [class*="span"].pull-right,
[class*="span"].pull-right {
  float: right;
}
body {
  overflow-x: hidden;
  margin: 0;
  background-color: #eee;
  color: #555;
  font-size: 0.875rem;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.25rem;
}
iframe {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: 0;
  vertical-align: baseline;
  font-size: 100%;
}
a {
  color: #00a67c;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #007046;
  text-decoration: none;
}
::selection {
  background: #72d0eb;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #72d0eb;
  color: #fff;
  text-shadow: none;
}
.container {
  position: relative;
  margin: 0 auto;
  max-width: 1226px;
  text-align: left;
}
.container:after,
.container:before,
.footer:after,
.footer:before,
.header:after,
.header:before {
  display: table;
  content: "";
  line-height: 0;
}
.container:after,
.footer:after,
.header:after {
  clear: both;
}
.header {
  top: 0;
  z-index: 999;
  width: 100%;
}
.container {
  margin-bottom: 10px;
}
.content-wrap {
  float: left;
  width: 100%;
}
.content {
  margin-right: 370px;
}
.content-page {
  position: relative;
  background-color: #fff;
}
.page-sidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 225px;
  height: 100%;
  border-right: 1px solid #eee;
}
.content-title {
  margin: 0 0 1px;
  padding: 15px 20px 14px;
  border-bottom: 1px solid #eee;
  background-color: #f7f7f7;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.25rem;
}
.sidebar {
  position: relative;
  float: left;
  margin-left: -360px;
  width: 360px;
}
.trackcode {
  float: right;
}
.footer-inner {
  margin: 0 auto;
  padding: 16px 20px 14px;
  max-width: 1226px;
  color: #aaa;
  text-shadow: 0 -1px 0 #333;
}
.footer-inner:after,
.footer-inner:before {
  display: table;
  content: "";
  line-height: 0;
}
.footer-inner:after {
  clear: both;
}
.footer a {
  color: #aaa;
}
.footer a:hover {
  color: #ddd;
  text-decoration: underline;
}
.pagewrapper {
  position: relative;
  background-color: #fff;
}
.pageheader {
  position: relative;
  margin-bottom: 0;
  padding: 10px 20px 8px;
  border-bottom: 1px solid #eee;
  background-color: #f7f7f7;
  line-height: 1.5rem;
}
.pageheader h1 {
  margin: 14px 0 0 0;
  padding: 0;
  font-weight: 400;
  font-size: 1.3125rem;
  line-height: 1.5rem;
}
.pageheader h1 a {
  color: #444;
}
.pageheader h1 .avatar {
  float: left;
  margin-right: 5px;
}
.pageheader h1 em {
  font-weight: 400;
  font-style: normal;
  font-size: 0.75rem;
}
.pagecontent {
  margin-left: 170px;
  padding: 20px;
  min-height: 600px;
  border-left: 1px solid #eee;
}
.pagecontent .pageheader {
  margin-bottom: 20px;
  padding: 0 0 8px;
  background: 0;
}
.pagecontent .pageheader h1 {
  font-weight: 400;
  font-size: 1.25rem;
}
.pagecontent .article-content {
  padding: 0;
}
.pagecontent #postcomments,
.pagecontent #respond {
  margin: 0 -20px;
}
.pagesidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 170px;
  background-color: #fbfbfb;
}
.pagesider-menu .sub-menu {
  display: none;
}
.pagesider-menu a {
  display: block;
  overflow: hidden;
  margin-bottom: 1px;
  padding: 10px 10px;
  border-bottom: 1px solid #eee;
  border-left: solid 4px transparent;
  color: #888;
  cursor: pointer;
}
.pagesider-menu a:hover {
  background-color: #f7f7f7;
  color: #666;
}
.pagesider-menu li.active a,
.pagesider-menu li.current-menu-item a,
.pagesider-menu li.current_page_item a {
  position: relative;
  z-index: 2;
  margin-right: -1px;
  background-color: #fff;
  color: #444;
  border-left-color: #00a67c;
}
.page-navbar {
  margin-top: 50px;
}
.page-navbar li a {
  display: block;
  padding: 10px 16px;
  border-left: 4px solid transparent;
  color: #888;
}
.page-navbar .dropdown-toggle .caret {
  margin-top: 8px;
}
.page-navbar .active a,
.page-navbar .active a:focus,
.page-navbar .active a:hover {
  background-color: #f7f7f7;
  color: #666;
}
.page-navbar > li > ul {
  font-size: 0.875rem;
}
.page-navbar > li > ul a {
  padding-left: 36px;
}
.page-navbar li:hover a {
  background-color: #f7f7f7;
  color: #666;
}
.page-navbar li ul,
.page-navbar li.current-menu-item a,
.page-navbar li.current-menu-parent a,
.page-navbar li.current-post-ancestor a,
.page-navbar li.current_page_item a {
  background-color: #f7f7f7;
  color: #666;
  border-left-color: #00a67c;
}
fieldset {
  padding: 10px 0 5px 20px;
  border: 1px;
}
legend {
  display: block;
  font-size: 1.125rem;
}
legend small {
  color: #999;
  font-size: 0.9375rem;
}
button,
input,
label,
select,
textarea {
  font-weight: 400;
  line-height: 0.125rem;
}
label {
  display: block;
  margin-bottom: 5px;
}
input,
select,
textarea {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 6px 3px;
  height: 20px;
  border-radius: 0;
  color: #555;
  vertical-align: middle;
  line-height: 1.25rem;
}
.uneditable-input,
input,
textarea {
  width: 206px;
}
textarea {
  height: auto;
}
input,
textarea {
  border: 1px solid #d9d9d9;
  background-color: #fff;
  -webkit-transition: border linear 0.2s;
  -moz-transition: border linear 0.2s;
  transition: border linear 0.2s;
  border-top-color: silver;
  border-left-color: #d0d0d0;
}
input:focus,
input:hover,
textarea:focus,
textarea:hover {
  border-color: #999;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  margin-top: 1px;
  line-height: normal;
}
input[type="button"],
input[type="checkbox"],
input[type="file"],
input[type="image"],
input[type="radio"],
input[type="reset"],
input[type="submit"] {
  width: auto;
}
input[type="file"],
select {
  height: 30px;
  line-height: 1.875rem;
}
.form-actions {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 19px 20px 20px;
}
.form-actions:after,
.form-actions:before {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  padding: 6px 12px 4px;
  border: 0;
  border-radius: 0;
  vertical-align: middle;
  text-align: center;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.25rem;
  cursor: pointer;
}
.btn[type="submit"] {
  height: 30px;
}
.btn:focus,
.btn:hover {
  text-decoration: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  outline: 0;
}
.btn.disabled,
.btn[disabled] {
  opacity: 0.65;
  cursor: default;
  filter: alpha(opacity=65);
}
.btn-large {
  padding: 11px 19px;
  font-size: 0.9375rem;
}
.btn-mini {
  padding: 2px 10px;
  font-size: 0.75rem;
}
.btn-block {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.btn-primary {
  background-color: #5fbaac;
  color: #fff;
}
.btn-primary.active,
.btn-primary.disabled,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary[disabled] {
  background-color: #35d2ab;
  color: #fff;
}
.btn-warning {
  background-color: #f8a31f;
  color: #fff;
}
.btn-warning.active,
.btn-warning.disabled,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.btn-warning[disabled] {
  background-color: #f88a2a;
  color: #fff;
}
.btn-danger {
  background-color: #d9534f;
  color: #fff;
}
.btn-danger.active,
.btn-danger.disabled,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.btn-danger[disabled] {
  background-color: #e51400;
  color: #fff;
}
.btn-success {
  background-color: #15a287;
  color: #fff;
}
.btn-success.active,
.btn-success.disabled,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.btn-success[disabled] {
  background-color: #117f69;
  color: #fff;
}
.btn-info {
  background-color: #00a67c;
  color: #fff;
}
.btn-info.active,
.btn-info.disabled,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.btn-info[disabled] {
  background-color: #007877;
  color: #fff;
}
.btn-inverse {
  background-color: #11a99b;
  color: #fff;
}
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse:hover,
.btn-inverse[disabled] {
  background-color: #31cfa9;
  color: #fff;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: 1px;
}
.btn-group > .btn,
.btn-group > .popover {
  font-size: 0.75rem;
}
.btn-group > .btn-mini {
  font-size: 0.75rem;
}
.btn-group > .btn-large {
  font-size: 0.9375rem;
}
.btn-group > .btn.large:first-child,
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #ddd;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #35d2ab;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #e51400;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #4cae4c;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #333;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-danger .caret,
.btn-info .caret,
.btn-inverse .caret,
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.btn-group-vertical {
  display: inline-block;
}
.btn-group-vertical > .btn {
  float: none;
  display: block;
  max-width: 100%;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-top: 1px;
  margin-left: 0;
}
.alert {
  margin-bottom: 20px;
  padding: 10px 13px 10px 14px;
  border: 1px solid #fbeed5;
  border-radius: 2px;
  background-color: #fcf8e3;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.alert {
  color: #c09853;
}
.alert .close {
  position: relative;
  top: 0;
  right: -21px;
  line-height: 1.25rem;
}
.alert-success {
  border-color: #d6e9c6;
  background-color: #dff0d8;
  color: #56af45;
}
.alert-error {
  border-color: #eed3d7;
  background-color: #f2dede;
  color: #d9534f;
}
.alert-info {
  border-color: #bce8f1;
  background-color: #d9edf7;
  color: #3a87ad;
}
.nav {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}
.nav i {
  display: inline-block;
}
.nav > li > a {
  display: block;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  color: #999;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  font-weight: 700;
  font-size: 0.6875rem;
  line-height: 1.25rem;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  margin-bottom: 0;
  padding-right: 15px;
  padding-left: 15px;
}
.nav-list .nav-header,
.nav-list > li > a {
  margin-right: -15px;
  margin-left: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:focus,
.nav-list > .active > a:hover {
  background-color: #00a67c;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.nav-list .divider {
  overflow: hidden;
  margin: 9px 1px;
  height: 1px;
  border-bottom: 1px solid #fff;
  background-color: #e5e5e5;
}
.nav-pills:after,
.nav-pills:before,
.nav-tabs:after,
.nav-tabs:before {
  display: table;
  content: "";
  line-height: 0;
}
.nav-pills:after,
.nav-tabs:after {
  clear: both;
}
.nav-pills > li,
.nav-tabs > li {
  float: left;
}
.nav-pills > li > a,
.nav-tabs > li > a {
  margin-right: 2px;
  padding-right: 12px;
  padding-left: 12px;
  line-height: 0.875rem;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
  line-height: 1.25rem;
}
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:focus,
.nav-tabs > .active > a:hover {
  border: 1px solid #ddd;
  background-color: #eee;
  color: #555;
  cursor: default;
  border-bottom-color: transparent;
}
.nav-pills > li > a {
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 2px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:focus,
.nav-pills > .active > a:hover {
  background-color: #00a67c;
  color: #fff;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:focus,
.nav-tabs.nav-stacked > li > a:hover {
  z-index: 2;
  border-color: #ddd;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav .dropdown-toggle .caret {
  margin-top: 6px;
  border-top-color: #00a67c;
  border-bottom-color: #00a67c;
}
.nav .dropdown-toggle:focus .caret,
.nav .dropdown-toggle:hover .caret {
  border-top-color: #35d2ab;
  border-bottom-color: #35d2ab;
}
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.nav > .dropdown.active > a:focus,
.nav > .dropdown.active > a:hover {
  cursor: pointer;
}
.nav-pills .open .dropdown-toggle,
.nav-tabs .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:focus,
.nav > li.dropdown.open.active > a:hover {
  border-color: #999;
  background-color: #999;
  color: #fff;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open a:focus .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open.active .caret {
  opacity: 1;
  border-top-color: #fff;
  border-bottom-color: #fff;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:focus,
.tabs-stacked .open > a:hover {
  border-color: #999;
}
.tabbable:after,
.tabbable:before {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  border-bottom: 0;
}
.pill-content > .pill-pane,
.tab-content > .tab-pane {
  display: none;
}
.pill-content > .active,
.tab-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:focus,
.tabs-below > .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:focus,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: 3px;
  min-width: 74px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:focus,
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eee #ddd #eee #eee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:focus,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eee #eee #eee #ddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:focus,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
}
.nav > .disabled > a {
  color: #999;
}
.nav > .disabled > a:focus,
.nav > .disabled > a:hover {
  background-color: transparent;
  text-decoration: none;
  cursor: default;
}
.navbar {
  clear: both;
  height: 52px;
  background-color: #4a4a4a;
  opacity: 0.9;
}
.navbar:after,
.navbar:before {
  display: table;
  content: "";
  line-height: 0;
}
.navbar:after {
  clear: both;
}
#header {
  position: relative;
  background: #1abc9c;
}
.container-inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1226px;
  text-align: center;
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  margin: 0 auto;
  max-width: 1226px;
  font-size: 1rem;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  position: relative;
  float: left;
  display: block;
  width: auto;
  min-width: 75px;
}
.navbar .nav li a {
  padding: 16px 20px;
  color: #fff;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav li a:focus,
.navbar .nav li a:hover {
  background-color: #16a085;
  color: #fff;
}
.navbar .nav .active a,
.navbar .nav .active a:focus,
.navbar .nav .active a:hover {
  background-color: #16a085;
  color: #fff;
}
.navbar .nav li.current-menu-item a,
.navbar .nav li.current-menu-parent a,
.navbar .nav li.current-post-ancestor a,
.navbar .nav li.current_page_item a {
  position: relative;
  z-index: 2;
  color: #fff;
}
.navbar .nav li:hover > ul {
  display: block;
}
.navbar .nav > li > ul > li > ul {
  position: absolute;
  left: 100%;
  z-index: 10;
  display: none;
  min-width: 120px;
  text-align: left;
  font-size: 0.75rem;
}
.navbar .nav > li > ul > li {
  position: relative;
  float: none;
  margin: 0;
  background-color: #445552;
}
.navbar .nav > li > ul > li > a,
.navbar .nav > li > ul > li > ul > li > a {
  float: none;
  display: block;
  padding: 5px 20px 5px;
  color: #fff;
  line-height: 1.875rem;
}
.navbar .nav li li.current-menu-item a,
.navbar .nav > li > ul > li > a:hover {
  color: #fff;
}
.navbar .nav li li a:hover,
.navbar .nav li li.current-menu-item a {
  background-color: #576663;
}
.navbar .nav li.current-menu-item a,
.navbar .nav li.current-menu-parent a,
.navbar .nav li.current-post-ancestor a,
.navbar .nav li.current_page_item a,
.navbar .nav li:hover a {
  background-color: #16a085;
}
.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 0;
  max-height: 0;
  min-width: 130px;
}
.sub-menu li {
  visibility: hidden;
  min-width: 130px;
  opacity: 0;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.8s;
  -moz-transition: opacity 0.6s, -moz-transform 0.8s;
  -o-transition: opacity 0.6s, -o-transform 0.8s;
  transition: opacity 0.6s, transform 0.8s;
  -ms-transition: opacity 0.6s, -ms-transform 0.8s;
}
.nav > li:focus .sub-menu,
.nav > li:hover .sub-menu {
  z-index: 10;
  max-height: 1000px;
}
.nav > li:focus .sub-menu li,
.nav > li:hover .sub-menu li {
  visibility: visible;
  opacity: 1;
}
.navbar .nav > li > ul > li > ul {
  top: 0;
}
.navbar .btn-navbar {
  float: right;
  display: none;
  margin-top: 11px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 8px 6px;
  background-color: #16a085;
}
.g-logo {
  display: block;
  text-align: center;
}
.g-logo h1 {
  display: inline-block;
  padding: 40px 0 20px 0;
  margin: 0;
  font-weight: 100;
  font-family: Handlee, "华文行楷", "Microsoft Yahei", arial, sans-serif;
  cursor: pointer;
}
.g-mono {
  position: relative;
  z-index: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-shadow: 0 0 1px rgba(94, 255, 216, 0.8);
  letter-spacing: -0.125rem;
  font-size: 3.375rem;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
}
.g-bloger {
  position: relative;
  z-index: 2;
  margin-left: -6px;
  padding: 0;
  color: #fff;
  text-shadow: 0 0 1px rgba(94, 255, 216, 0.8);
  letter-spacing: -0.125rem;
  font-weight: 400;
  font-size: 1.5rem;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}
.g-logo h1:hover .g-mono {
  letter-spacing: 0.3125rem;
}
.g-logo h1:hover .g-bloger {
  left: 26px;
  opacity: 0.2;
}
.toggle-search {
  position: absolute;
  right: 0;
  margin-top: 0;
  padding: 16px 19px 16px 19px;
  background: #16a085;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.toggle-search.active,
.toggle-search:hover {
  opacity: 0.75;
}
.search-expand {
  position: absolute;
  top: 52px;
  right: 0;
  display: none;
  width: 360px;
  background: #16a085;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}
.search-expand-inner {
  border-bottom: 1px solid #d2d6d5;
  border-left: 1px solid #d2d6d5;
}
.search-expand .themeform input {
  width: 90%;
  outline: 0;
  border: 0;
}
.searchform div {
  position: relative;
}
.searchform div input {
  margin: 0;
  padding-left: 26px;
  line-height: 1.25rem;
}
.searchform div:after {
  position: absolute;
  top: 4px;
  left: 10px;
  color: #ccc;
  content: "\f002";
  font-size: 0.875rem;
  font-family: FontAwesome;
  line-height: 1.5rem;
}
.searchform div input.search {
  padding-left: 30px;
  height: 31px;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.breadcrumb {
  margin: 0 0 20px;
  padding: 8px 15px;
  border-radius: 2px;
  background-color: #f5f5f5;
  list-style: none;
}
.breadcrumb > li {
  display: inline-block;
  text-shadow: 0 1px 0 #fff;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999;
}
.pagination {
  padding: 20px 0 15px 0;
  background-color: #fff;
  text-align: center;
}
.pagination ul {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0;
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  margin: 0 3px;
  padding: 4px 12px 3px;
  background-color: #eee;
  color: #666;
  text-decoration: none;
  line-height: 1.25rem;
}
.pagination ul > li > a:focus,
.pagination ul > li > a:hover {
  background-color: #6fc299;
  color: #fff;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #00a67c;
  color: #fff;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  cursor: default;
}
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:focus,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > span,
.pagination ul > li > span {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.ias_trigger {
  padding-top: 4px;
}
.ias_trigger a {
  display: block;
  background-color: #11a99b;
  color: #eee;
  text-align: center;
  line-height: 2.1875rem;
}
.ias_trigger a:hover {
  background-color: #00a67c;
  color: #fff;
}
.pagination-loading {
  color: #666;
  text-align: center;
  line-height: 2.4375rem;
}
.commentnav {
  overflow: hidden;
  padding: 20px;
  text-align: center;
}
.commentnav .current,
.commentnav .page-numbers,
.commentnav a {
  display: inline-block;
  margin: 0 1px;
  padding: 4px 12px 3px;
  background-color: #eee;
  color: #666;
}
.commentnav .current {
  background-color: #00a67c;
  color: #fff;
}
.commentnav a:hover {
  background-color: #6fc299;
  color: #fff;
}
.rollto {
  position: fixed;
  right: 20px;
  bottom: 70px;
  z-index: 999;
  display: none;
  width: 32px;
}
.rollto .btn {
  margin-top: 2px;
  padding: 9px 10px 9px;
  height: 36px;
}
.rollto .btn i {
  margin-top: 0;
}
.rollto .btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.speedbar {
  clear: both;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 8px 20px 18px;
  height: 14px;
  background-color: #fbfbfb;
  color: #666;
  line-height: 1.5625rem;
}
.speedbar i {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.speedbar .btn-group {
  float: right;
  margin-left: 6px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  margin-left: -280px;
  width: 560px;
  outline: 0;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
}
.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 1.875rem;
}
.modal-white {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  padding: 15px;
  max-height: 400px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  margin-bottom: 0;
  padding: 14px 15px 15px;
  border-top: 1px solid #ddd;
  border-radius: 0 0 6px 6px;
  background-color: #f5f5f5;
  box-shadow: inset 0 1px 0 #fff;
  text-align: right;
}
.modal-footer:after,
.modal-footer:before {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 0.75rem;
  line-height: 1.25rem;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  padding: 3px 8px 2px;
  max-width: 200px;
  border-radius: 2px;
  background-color: #27937b;
  color: #fff;
  text-align: center;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  opacity: 0.9;
  border-top-color: #27937b;
  filter: alpha(opacity=90);
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  opacity: 0.9;
  border-right-color: #27937b;
  filter: alpha(opacity=90);
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  opacity: 0.9;
  border-left-color: #27937b;
  filter: alpha(opacity=90);
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  opacity: 0.9;
  border-bottom-color: #27937b;
  filter: alpha(opacity=90);
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  padding: 1px;
  max-width: 262px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  text-align: left;
  white-space: normal;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
  background-color: #f7f7f7;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.popover-title:empty {
  display: none;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-right-width: 0;
  border-left-color: #fff;
}
.badge,
.label {
  position: relative;
  display: inline-block;
  padding: 4px 6px 3px;
  background-color: #999;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  line-height: 0.875rem;
}
.badge {
  padding: 1px 4px 0;
}
.badge:empty,
.label:empty {
  display: none;
}
a.badge:focus,
a.badge:hover,
a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-arrow {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  vertical-align: top;
}
.label .label-arrow {
  top: 7px;
  right: -4px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #000;
}
.badge-important,
.label-important {
  background-color: #d9534f;
}
.badge-important .label-arrow,
.label-important .label-arrow {
  border-left-color: #d9534f;
}
.badge-warning,
.label-warning {
  background-color: #f89406;
}
.badge-warning .label-arrow,
.label-warning .label-arrow {
  border-left-color: #f89406;
}
.badge-success,
.label-success {
  background-color: #56af45;
}
.badge-success .label-arrow,
.label-success .label-arrow {
  border-left-color: #56af45;
}
.badge-info,
.label-info {
  background-color: #3a87ad;
}
.badge-info .label-arrow,
.label-info .label-arrow {
  border-left-color: #3a87ad;
}
.badge-inverse,
.label-inverse {
  background-color: #4a4a4a;
}
.badge-inverse .label-arrow,
.label-inverse .label-arrow {
  border-left-color: #4a4a4a;
}
a.badge-important:hover,
a.label-important:hover {
  background-color: #d33632;
}
a.badge-info:hover .label-arrow,
a.label-info:hover .label-arrow {
  border-left-color: #d33632;
}
a.badge-warning:hover,
a.label-warning:hover {
  background-color: #d57f05;
}
a.badge-warning:hover .label-arrow,
a.label-warning:hover .label-arrow {
  border-left-color: #d57f05;
}
a.badge-success:hover,
a.label-success:hover {
  background-color: #49953b;
}
a.badge-success:hover .label-arrow,
a.label-success:hover .label-arrow {
  border-left-color: #49953b;
}
a.badge-info:hover,
a.label-info:hover {
  background-color: #317292;
}
a.badge-info:hover .label-arrow,
a.label-info:hover .label-arrow {
  border-left-color: #317292;
}
a.badge-inverse:hover,
a.label-inverse:hover {
  background-color: #383838;
}
a.badge-inverse:hover .label-arrow,
a.label-inverse:hover .label-arrow {
  border-left-color: #383838;
}
.btn .badge,
.btn .label {
  position: relative;
  top: -1px;
}
.btn-mini .badge,
.btn-mini .label {
  top: 0;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide,
.pc-hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.archive-header {
  margin-bottom: 1px;
  padding: 5px 20px;
  background-color: #fbfbfb;
}
.archive-header h1 {
  color: #7a6f6f;
  font-weight: 400;
  font-size: 1.375rem;
}
.archive-header h1 a i {
  padding-top: 2px;
  color: #f58128;
}
.archive-header i {
  font-size: 1em;
}
.archive-header-info {
  margin: -4px 0 0;
  color: #666;
}
.banner-your {
  display: block;
  border: 2px dashed #bbb;
  background-color: #fbfbfb;
  color: #aaa;
  text-align: center;
  font-size: 1.375rem;
  line-height: 1.25rem;
}
.banner-your:hover {
  border-color: #aaa;
  color: #888;
}
.banner-your:active {
  border-color: #d9534f;
  color: #d9534f;
}
.title {
  position: relative;
  margin: 5px 20px;
  height: 45px;
  border-bottom: 1px solid #90bba8;
}
.title h2 {
  width: 100%;
  color: #1abc9c;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2.8125rem;
}
.excerpt {
  position: relative;
  clear: both;
  margin-bottom: 10px;
  padding: 20px 15px 20px 20px;
  background-color: #fff;
}
.excerpt:after,
.excerpt:before {
  display: table;
  content: "";
  line-height: 0;
}
.excerpt:after {
  clear: both;
}
.excerpt-nothumbnail {
  padding-left: 20px;
}
.excerpt-nothumbnail:hover {
  padding-left: 24px;
}
.excerpt header {
  margin: 0 10px 15px 0;
}
.excerpt .focus {
  position: relative;
  float: left;
  display: table;
  overflow: hidden;
  margin: 0 20px 0 0;
  text-align: center;
}
.excerpt .focus a {
  display: table-cell;
  vertical-align: middle;
}
.excerpt .focus a img {
  display: block;
  margin: 0 auto;
  -webkit-transition: -webkit-transform 0.3s linear;
  -moz-transition: -moz-transform 0.3s linear;
  -o-transition: -o-transform 0.3s linear;
  transition: transform 0.3s linear;
}
.excerpt:hover .focus a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.excerpt p.auth-span {
  position: absolute;
  right: 0;
  bottom: 0;
  float: right;
}
.excerpt header .label {
  position: relative;
  top: -2px;
  margin-right: 5px;
  padding: 2px 6px 4px;
}
.excerpt h2 {
  position: relative;
  top: 1px;
  display: inline;
  margin: 0;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5625rem;
}
.excerpt .note {
  margin-bottom: 0;
  color: #777;
  line-height: 1.5rem;
  word-wrap: break-word;
}
.excerpt .itag a {
  display: inline-block;
  margin-right: 3px;
  padding: 0 5px;
  border-color: #e2e2e2 #ddd #ddd #e2e2e2;
  border-style: solid;
  border-width: 1px;
  border-radius: 1px;
  line-height: 1.125rem;
}
.article-header .cate,
.article-header .muted,
.excerpt .muted {
  margin-right: 20px;
}
.excerpt .muted .action,
.hot-posts .muted .action {
  padding: 0;
  border: 0;
  background-color: #fff !important;
  color: #f78585 !important;
  font-size: 0.8125rem;
}
.excerpt .muted .action i,
.hot-posts .muted .action i {
  margin-right: 1px !important;
}
.hot-posts .muted {
  margin-left: 20px;
}
.excerpt .muted {
  font-size: 0.8125rem;
}
.comm {
  position: absolute;
  top: 23px;
  right: 20px;
  padding: 1px 8px 0;
  min-width: 14px;
  background-color: #00a67c;
  color: #fff;
  text-align: center;
}
.comm i {
  position: absolute;
  bottom: -5px;
  left: 50%;
  display: inline-block;
  margin-left: -2px;
  border: 5px dotted;
  border-color: #00a67c transparent;
  border-bottom-width: 0;
  border-left-width: 0;
}
.comm:hover {
  background-color: #d9534f;
  color: #fff;
}
.comm:hover i {
  border-color: #d9534f transparent;
}
.banner-excerpt {
  margin-bottom: 5px;
  padding-top: 4px;
}
.icot {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding: 0 6px;
  height: 23px;
  min-width: 36px;
  background-color: #eee;
  color: #999;
  text-align: center;
  line-height: 1.4375rem;
}
.icot i {
  position: absolute;
  top: 50%;
  right: -5px;
  display: inline-block;
  margin-top: -5px;
  border: 5px dotted;
  border-color: transparent #eee;
  border-right-width: 0;
}
.aside-tit {
  clear: both;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #bdd2df;
  color: #333;
}
.aside-tit span {
  float: right;
  font-weight: 400;
}
.aside-tit a {
  margin-left: 8px;
}
.base-tit {
  clear: both;
  margin: -20px -20px 20px;
  padding: 11px 20px 9px;
  border-bottom: solid 1px #e6e6e6;
  background-color: #fbfbfb;
  font-size: 0.9375rem;
}
.base-tit:after,
.base-tit:before {
  display: table;
  content: "";
  line-height: 0;
}
.base-tit:after {
  clear: both;
}
.base-tit span {
  float: right;
  color: #390;
  font-weight: 400;
}
.base-tit b {
  color: #d9534f;
}
.queryinfo {
  padding-bottom: 6px;
}
.bds_tools a {
  padding-left: 0;
}
.banner,
banner-related {
  clear: both;
  overflow: hidden;
  background-color: #fff;
  text-align: center;
}
.banner-post {
  padding-top: 10px;
  background-color: #fff;
  line-height: 0.0625rem;
}
.banner-navbar,
.banner-site {
  margin-bottom: 10px;
  background: 0;
}
.banner-sticky {
  margin-bottom: 10px;
  line-height: 0.0625rem;
}
.banner-contenttop {
  margin-bottom: 1px;
}
.banner img {
  display: block;
}
.page .article-header {
  padding: 8px 20px;
}
.breadcrumbs {
  margin: 0 0 1px;
  padding: 9px 20px 7px;
  background-color: #f7f7f7;
}
.breadcrumbs small {
  margin: 0 2px;
  color: #bbb;
  font-weight: 700;
  font-size: 0.75rem;
}
.article-author,
.article-footer {
  overflow: hidden;
  padding: 15px 20px;
}
.article-header {
  padding: 2px 20px 12px;
  border-bottom: 1px solid #eee;
  background-color: #fff;
}
.article-title a {
  color: #444;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 3.75rem;
}
.article-content {
  position: relative;
  padding: 10px 20px 20px 20px;
  background-color: #fff;
  word-wrap: break-word;
  font-size: 0.9375rem;
  line-height: 1.625rem;
  word-break: break-all;
}
.article-content h2 {
  margin: 20px -20px 20px -24px;
  padding: 10px 20px 9px 10px;
  border-left: 4px solid #00a67c;
  background-color: #fbfbfb;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.125rem;
}
.article-content h3 {
  padding-left: 20px;
  font-weight: 700;
  font-size: 1rem;
}
.article-content h4 {
  font-weight: 700;
  font-size: 0.9375rem;
}
.article-content p {
  margin: 0 0 15px 0;
}
.article-content ol,
.article-content ul {
  margin: 8px 0 8px 30px;
}
.article-content li:before {
  display: inline-block;
  width: 20px;
  height: 0;
  color: #bbb;
  content: "\f192";
  font-weight: 400;
  font-style: normal;
  font-size: 0.75rem;
  font-family: FontAwesome;
  line-height: 1.875rem;
  -webkit-font-smoothing: antialiased;
}
.article-content li {
  text-indent: 0;
  line-height: 1.875rem;
}
.article-content table {
  margin-bottom: 1pc;
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  text-indent: 0;
}
.article-content .tg-wrap {
  overflow-x: auto;
}
.article-content .tg-wrap table {
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  word-break: keep-all;
}
.article-content .tg-wrap table tr:first-child {
  background-color: #d2e4fc;
  font-weight: 400;
  font-size: 1pc;
}
.article-content .tg-wrap table tr:nth-child(2n) {
  background-color: #fcfbe3;
}
.article-content table td,
.article-content table th {
  padding: 5px 10px;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
.article-content .alignleft {
  float: left;
  margin-right: 10px;
  text-align: left;
}
.article-content .aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.article-content .alignright {
  float: right;
  margin-left: 10px;
  text-align: right;
}
.article-content a {
  color: #00a67c;
}
.article-content a:hover {
  color: #d9534f;
}
.article-content a.dl {
  display: inline-block;
  margin: 10px 5px 20px 25px;
  padding: 8px 16px;
  border: 2px solid #fff;
  border-radius: 2px;
  background: #5fbaac;
  box-shadow: 0 0 0 1px #eee;
  color: #fff;
  vertical-align: text-bottom;
  text-align: center;
  text-indent: 0;
  cursor: pointer;
}
.article-content a.dl i {
  margin-right: 10px;
  vertical-align: inherit;
}
.article-content a.dl:hover {
  background: #f78585;
}
.article-content img {
  display: block;
  margin: 0 auto;
}
.article-footer {
  border-top: 1px solid #f7f7f7;
  background-color: #fff;
}
.article-tags {
  float: left;
  font-size: 0.9375rem;
}
.article-tags i {
  margin-right: 10px;
  color: #bbb;
}
.article-tags a {
  display: inline-block;
  margin: 0 2px;
  padding: 2px 6px 3px;
  background-color: #4a4a4a;
  color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=90);
}
.article-tags a:hover {
  background-color: #428bca;
  opacity: 1;
  filter: alpha(opacity=100);
}
.article-tags a:nth-child(5n) {
  background-color: #4a4a4a;
}
.article-tags a:nth-child(5n + 1) {
  background-color: #428bca;
}
.article-tags a:nth-child(5n + 2) {
  background-color: #5cb85c;
}
.article-tags a:nth-child(5n + 3) {
  background-color: #d9534f;
}
.article-tags a:nth-child(5n + 4) {
  background-color: #f0ad4e;
}
.tag-clouds {
  overflow: hidden;
}
.tag-clouds li {
  float: left;
  overflow: hidden;
  margin-bottom: 12px;
  padding-bottom: 2px;
  width: 25%;
  height: 30px;
  border-bottom: 1px dotted #ddd;
}
.tag-clouds strong {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 2px;
  color: #666;
}
.article-info-text {
  margin-top: 15px;
  font-size: 0.875rem;
}
.article-content blockquote {
  margin: 15px auto;
  padding: 5px 15px 10px;
  border: 1px solid #d6e9c6;
  background-color: #fafcf9;
  font-size: 0.875rem;
  border-left-width: 3px;
}
.article-content blockquote:before {
  position: absolute;
  left: 0;
  display: inline-block;
  margin-top: 10px;
  padding-left: 36px;
  color: #c4c4c4;
  content: "\f10d";
  text-indent: 0;
  font-weight: 400;
  font-style: normal;
  font-family: FontAwesome;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.article-content blockquote p {
  margin: 6px 0 5px 0;
  padding: 0;
  font-size: 0.875rem;
}
.article-content blockquote li {
  margin-bottom: 5px;
  line-height: 1.5625rem;
}
.article-nav {
  overflow: hidden;
  padding: 15px 20px;
  border-top: 1px solid #f2f2f2;
  background-color: #fbfbfb;
  color: #bbb;
  font-size: 0.9375rem;
}
.article-nav span {
  position: relative;
  float: left;
  max-width: 50%;
}
.article-nav span.article-nav-next {
  float: right;
  text-align: right;
}
.relates {
  overflow: hidden;
  margin-bottom: 10px;
  border-top: 1px solid #f2f2f2;
  background-color: #fff;
}
.relates h3 {
  margin-bottom: 0;
  padding: 15px 20px 10px;
  border-bottom: 1px dotted #e4e4e4;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
}
.relates ul {
  overflow: hidden;
  padding: 15px 0 15px 10px;
}
.relates li {
  float: left;
  overflow: hidden;
  width: 49%;
  height: 30px;
  color: #bbb;
  line-height: 1.875rem;
}
.relates li i {
  vertical-align: middle;
}
.relates a {
  margin-right: 20px;
  padding-left: 10px;
}
.rowpage {
  position: relative;
  padding: 0 20px;
  background-color: #fff;
}
.rowpage-header {
  margin: 0 -20px 20px;
  padding: 8px 20px;
  height: 31px;
  border-bottom: 1px solid #e2ee;
  background-color: #fbfbfb;
  line-height: 1rem;
}
.rowpage-header .share {
  margin: 3px 0 0;
}
.link-content {
  padding: 20px 0;
}
.link-content li {
  float: left;
  margin-bottom: 10px;
  width: 100px;
  text-align: center;
  font-size: 0.75rem;
}
.link-content li img,
.readers a img {
  margin-bottom: 5px;
  border-radius: 100%;
  transition: 0.5s;
  -webkit-transtion: 0.5s;
}
.link-content li span,
.readers a span {
  display: block;
}
.link-content li:hover img,
.readers a:hover img {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.readers {
  padding: 20px 0;
}
.readers a {
  display: inline-block;
  margin: 0 0 15px 0;
  width: 100px;
  text-align: center;
  font-size: 0.75rem;
}
.tagcloud {
  padding: 10px 10px 10px 15px;
}
.tagcloud a {
  display: inline-block;
  margin: 0 5px 5px 0;
}
.archives .item {
  overflow: hidden;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.archives h3 {
  float: left;
  margin-top: 0;
  margin-bottom: 10px;
  color: #f15a23;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.25rem;
}
.archives-list {
  margin: 0 0 20px 140px;
  padding-left: 20px;
}
.archives-list li {
  margin-bottom: 4px;
  margin-left: 20px;
  list-style: disc;
}
.archives-list time {
  display: inline-block;
  width: 40px;
}
.archives-list span {
  display: inline-block;
  margin-left: 10px;
  font-size: 0.75rem;
}
.meta-tit {
  margin-bottom: 20px;
  padding: 0 0 10px;
  border-bottom: solid 1px #e6e6e6;
}
.widget {
  clear: both;
  margin-bottom: 10px;
  background-color: #fff;
}
.widget h2 .btn {
  position: absolute;
  top: 15px;
  right: 10px;
  padding: 1px 5px 1px;
  background-color: #5fbaac;
  color: #fff;
  font-weight: 400;
  font-size: 0.8125rem;
}
.widget-notip {
  color: #666;
  line-height: 1.25rem;
  border-top-color: red;
}
.widget ul:after,
.widget ul:before {
  display: table;
  content: "";
  line-height: 0;
}
.widget ul:after {
  clear: both;
}
.widget-notip h3 {
  margin-bottom: 13px;
}
.git_hotpost_txt li,
.widget_points_widget li,
.widget_recent_entries li,
.widget_rss li,
.widget_views li {
  padding: 8px 20px;
  border-bottom: solid 1px #eee;
}
.widget_links ul {
  padding: 5px 0 15px 12px;
}
.widget_links li {
  float: left;
  width: 50%;
}
.widget_links li a {
  display: inline-block;
  padding: 5px 8px;
  width: 136px;
  background-color: #fff;
}
.widget_pages ul {
  overflow: hidden;
  padding: 10px 15px 5px;
}
.widget_pages li {
  float: left;
  margin-bottom: 5px;
  width: 50%;
}
.widget_recent_entries span {
  display: block;
  margin-top: 2px;
  color: #999;
  font-size: 0.75rem;
}
.git_banner img {
  display: block;
}
.git_banner_inner {
  position: relative;
  overflow: hidden;
  line-height: 0.0625rem;
}
.git_reader ul {
  padding: 15px 0 9px 16px;
}
.git_reader li {
  float: left;
  margin: 0 0 6px 6px;
  width: 40px;
  height: 40px;
}
.git_reader li a {
  display: block;
}
.git_reader li a,
.git_reader li a:hover {
  color: #fff;
}
.git_reader li:hover {
  z-index: 20;
}
.git_reader li:hover .avatar-popup {
  display: block;
}
.git_banner .sell {
  display: block;
  height: 123px;
  border: solid 1px #d6d6d6;
  color: #999;
  text-align: center;
  font-weight: 700;
  line-height: 7.6875rem;
}
.git_banner .sell:hover {
  border-color: #bbb;
  color: #777;
}
.git_comment ul {
  padding-bottom: 20px;
}
.git_comment ul a {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 20px;
}
.git_comment .avatar {
  float: left;
  margin: 18px 12px 0 0;
  width: 48px;
  border-radius: 2px;
}
.git_comment div.muted {
  position: relative;
  float: right;
  margin-top: 15px;
  padding: 8px;
  width: 240px;
  min-height: 40px;
  border: 1px #eee solid;
  border-radius: 3px;
  background: #fbfdfb;
  font-size: 0.875rem;
}
.git_comment div.muted i {
  color: #00a67c;
  font-style: normal;
}
.c-main:before,
.git_comment div.muted:before {
  position: absolute;
  top: 15px;
  left: -9px;
  display: inline-block;
  border-top: 9px solid transparent;
  border-right: 9px solid #eee;
  border-bottom: 9px solid transparent;
  content: "";
}
.c-main:after,
.git_comment div.muted:after {
  position: absolute;
  top: 17px;
  left: -7px;
  display: inline-block;
  border-top: 7px solid transparent;
  border-right: 7px solid #fbfdfb;
  border-bottom: 7px solid transparent;
  content: "";
}
.widget_calendar {
  overflow: hidden;
}
#calendar_wrap {
  margin: 0 15px 10px;
}
.widget_calendar table {
  width: 100%;
  text-align: center;
}
.widget_calendar table caption {
  padding: 10px 0 5px;
  font-size: 0.9375rem;
}
.widget_calendar table #next a,
.widget_calendar table #prev a {
  display: block;
  padding: 0 10px;
}
.widget_calendar table #prev {
  text-align: left;
}
.widget_calendar table #next {
  text-align: right;
}
.widget_calendar table tbody td,
.widget_calendar table tfoot td,
.widget_calendar table thead th {
  padding: 5px 3px;
  border: 1px solid #eee;
}
.widget_calendar table thead th {
  background-color: #fbfbfb;
}
.widget_calendar table tbody td a {
  display: block;
  margin: 0 3px;
  background-color: #00a67c;
  color: #fff;
}
.widget_calendar table tbody td a:hover {
  background-color: #35d2ab;
}
.widget_categories ul {
  overflow: hidden;
  padding: 10px 0 5px;
  color: #bbb;
}
.widget_categories li {
  float: left;
  margin-bottom: 5px;
  width: 50%;
}
.widget_categories li a {
  margin-left: 15px;
}
.widget_categories li ul {
  padding: 0 0 0 15px;
}
.widget_categories li li {
  float: none;
  width: auto;
}
.widget_nav_menu ul {
  padding: 10px 15px 5px;
  color: #999;
}
.widget_nav_menu ul li {
  margin-bottom: 8px;
}
.widget_rss ul {
  color: #999;
}
.git_textbanner a {
  display: block;
  background-color: #fff;
}
.git_textbanner a h3 {
  padding: 0 20px 0;
  font-weight: 400;
  font-size: 1.125rem;
}
.git_textbanner a p {
  margin-bottom: 0;
  padding: 0 20px 15px;
  color: #999;
}
.git_textbanner a.style01,
.git_textbanner a.style01 h2 {
  color: #428bca;
}
.git_textbanner a.style01:hover {
  border-color: #428bca;
  color: #357ebd;
}
.git_textbanner a.style02,
.git_textbanner a.style02 h2 {
  color: #d9534f;
}
.git_textbanner a.style02:hover {
  border-color: #d9534f;
  color: #d33632;
}
.git_textbanner a.style03,
.git_textbanner a.style03 h2 {
  color: #5cb85c;
}
.git_textbanner a.style03:hover {
  border-color: #5cb85c;
  color: #4cae4c;
}
.git_textbanner a.style04,
.git_textbanner a.style04 h2 {
  color: #c35bff;
}
.git_textbanner a.style04:hover {
  border-color: #c35bff;
  color: #b433ff;
}
.git_textbanner a.style05,
.git_textbanner a.style05 h2 {
  color: #33bbba;
}
.git_textbanner a.style05:hover {
  border-color: #33bbba;
  color: #00aba9;
}
.git_rec .aclass01 {
  display: inline-block;
  padding: 0 30.72px;
  width: inherit;
  width: 84%;
  height: 38.4px;
  background: none repeat scroll 0 0 #000;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  text-decoration: none !important;
  font-weight: 300;
  font-size: 1.1875rem;
  font-family: "Microsoft YaHei";
  line-height: 2.4rem;
  text-decoration-line: none;
}
.git_rec .aclass01:hover {
  background: none repeat scroll 0 0 #555;
  transition-duration: 0.3s;
}
.git_rec .aclass02 {
  display: inline-block;
  padding: 0 30.72px;
  width: inherit;
  width: 84%;
  height: 38.4px;
  background: none repeat scroll 0 0 #428bca;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  text-decoration: none !important;
  font-weight: 300;
  font-size: 1.1875rem;
  font-family: "Microsoft YaHei";
  line-height: 2.4rem;
  text-decoration-line: none;
}
.git_rec .aclass02:hover {
  background: none repeat scroll 0 0 #61b3e6;
  transition-duration: 0.3s;
}
.git_rec .aclass03 {
  display: inline-block;
  padding: 0 30.72px;
  width: inherit;
  width: 84%;
  height: 38.4px;
  background: none repeat scroll 0 0 #d9534f;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  text-decoration: none !important;
  font-weight: 300;
  font-size: 1.1875rem;
  font-family: "Microsoft YaHei";
  line-height: 2.4rem;
  text-decoration-line: none;
}
.git_rec .aclass03:hover {
  background: none repeat scroll 0 0 #c31e31;
  transition-duration: 0.3s;
}
.git_rec .aclass04 {
  display: inline-block;
  padding: 0 30.72px;
  width: inherit;
  width: 84%;
  height: 38.4px;
  background: none repeat scroll 0 0 #f0ad4e;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  text-decoration: none !important;
  font-weight: 300;
  font-size: 1.1875rem;
  font-family: "Microsoft YaHei";
  line-height: 2.4rem;
  text-decoration-line: none;
}
.git_rec .aclass04:hover {
  background: none repeat scroll 0 0 #e7ba2e;
  transition-duration: 0.3s;
}
.git_rec .aclass05 {
  display: inline-block;
  padding: 0 30.72px;
  width: inherit;
  width: 84%;
  height: 38.4px;
  background: none repeat scroll 0 0 #7db500;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  text-decoration: none !important;
  font-weight: 300;
  font-size: 1.1875rem;
  font-family: "Microsoft YaHei";
  line-height: 2.4rem;
  text-decoration-line: none;
}
.git_rec .aclass05:hover {
  background: none repeat scroll 0 0 #8fcf00;
  transition-duration: 0.3s;
}
.git_tags {
  padding: 12px 10px 15px 20px;
}
.git_tags a:nth-child(9n) {
  background-color: #4a4a4a;
}
.git_tags a:nth-child(9n + 1) {
  background-color: #15a287;
}
.git_tags a:nth-child(9n + 2) {
  background-color: #5cb85c;
}
.git_tags a:nth-child(9n + 3) {
  background-color: #d9534f;
}
.git_tags a:nth-child(9n + 4) {
  background-color: #567e95;
}
.git_tags a:nth-child(9n + 5) {
  background-color: #b433ff;
}
.git_tags a:nth-child(9n + 6) {
  background-color: #00a67c;
}
.git_tags a:nth-child(9n + 7) {
  background-color: #b37333;
}
.git_tags a:nth-child(9n + 8) {
  background-color: #f60;
}
.git_tags a {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 2px 6px;
  background-color: #00a67c;
  color: #fff;
  line-height: 1.3125rem;
  opacity: 0.7;
  filter: alpha(opacity=80);
}
.git_tags a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.git_postlist ul {
  padding: 0 20px 20px;
}
.git_postlist li a {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 5px 0 15px 90px;
  border-bottom: solid 1px #eee;
  font-size: 0.875rem;
}
.git_postlist li a:hover {
  color: #d9534f;
}
.git_postlist .text {
  display: block;
  overflow: hidden;
  margin: 5px 0 0 20px;
  height: 50px;
  line-height: 1.5625rem;
}
.git_postlist .thumbnail {
  float: left;
  margin-top: 10px;
  margin-left: -90px;
}
.git_postlist .thumbnail img {
  display: block;
  margin: 0 auto;
  max-width: 100px;
  max-height: 64px;
}
.git_postlist .muted {
  padding-left: 10px;
}
.git_postlist .nopic li a {
  padding: 8px 15px;
}
.git_postlist .nopic .text {
  margin-top: 0;
}
.widget_meta {
  margin: 0 0 10px;
}
.widget_meta ul {
  padding: 0 20px 10px;
  line-height: 1.5rem;
}
.widget_meta ul li {
  margin-bottom: 5px;
}
.widget_archive ul {
  overflow: hidden;
  padding: 10px 20px 5px;
  color: #999;
}
.widget_archive li {
  float: left;
  margin-bottom: 5px;
  width: 50%;
}
.widget_archive select,
.widget_categories select {
  margin-top: 10px;
  margin-left: 15px;
  padding: 2px;
  width: 91%;
  height: 32px;
  line-height: 2rem;
}
#postcomments {
  position: relative;
  background-color: #fff;
}
#respond {
  position: relative;
  background-color: #fff;
}
#respond .base-tit {
  display: none;
}
.comment #respond {
  margin: 10px 0 0;
  padding: 0;
  border: 1px solid #ddd;
}
.commentnew {
  background-color: #dff0d8;
}
.commentnew .c-main {
  margin-bottom: 5px;
}
.comment {
  padding: 12px 0 10px 0;
}
.commentlist {
  padding: 12px 20px 0 20px;
}
.c-avatar .avatar {
  position: absolute;
  width: 54px;
  height: 54px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.c-main {
  position: relative;
  margin-top: -2px;
  margin-left: 72px;
  padding: 10px 15px;
  border: 1px #eee solid;
  border-radius: 3px;
  background: #fbfdfb;
  word-wrap: break-word;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  word-break: break-all;
}
.c-meta {
  color: #bbb;
  font-size: 0.875rem;
}
.c-author {
  margin-right: 10px;
}
.comment-reply-link {
  margin-left: 6px;
  color: #00a67c;
}
.comment-reply-link:hover {
  color: #d9534f;
}
.children .comment {
  margin: 10px 0 0 50px;
  padding: 12px 0 0 10px;
}
.children .c-main p {
  margin-right: 0;
}
.children .c-meta {
  padding-top: 1px;
}
.c-floor {
  float: right;
  color: #ddd;
  font-size: 1.125rem;
}
.comment:hover .c-floor {
  color: #999;
}
.c-approved {
  display: inline-block;
  margin-top: 4px;
  padding: 1px 5px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fbfbfb;
  color: #999;
}
.wp-smiley {
  display: inline-block !important;
  margin: 0 !important;
  height: 24px !important;
  max-height: 24px !important;
}
#comments {
  padding: 12px 20px;
  border-bottom: 1px solid #dbece8;
  color: #5fbaac;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 0.875rem;
}
#comments b {
  font-weight: 400;
  font-size: 0.8125rem;
}
#commentform {
  margin-bottom: 0;
}
.comt-title {
  overflow: hidden;
  padding: 12px 20px;
  background-color: #f7f7f7;
}
.comt-count {
  float: right;
  margin-bottom: 5px;
  color: #999;
}
.comt {
  position: relative;
  padding: 20px 20px 5px 20px;
}
.comt-avatar {
  width: 28px;
  height: 28px !important;
}
.comt-avatar img {
  width: 28px !important;
  height: 28px !important;
  border-radius: 2px;
  opacity: 0.9;
}
.comt-author {
  margin: 5px 10px 0 10px;
  color: #666;
  font-size: 1rem;
}
.comt-author span {
  margin-left: 10px;
  color: #bbb;
}
.comt-box {
  overflow: hidden;
}
.comt-area {
  margin-bottom: 5px;
}
.comt-ctrl {
  position: relative;
  overflow: hidden;
}
.comt-addcode,
.comt-addsmilies {
  float: left;
  padding: 0 10px 0 10px;
  color: #999;
}
.comt-addcode:hover,
.comt-addsmilies:hover {
  color: #666;
}
.comt-mailme {
  display: none;
}
.comt-smilie {
  display: inline-block;
  margin-top: 2px;
  cursor: pointer;
}
.comt-smilie:hover {
  color: #666;
}
#comment-smilies {
  position: relative;
  float: left;
  padding: 3px 5px;
  background-color: #eee;
  line-height: 0;
}
#comment-smilies img {
  display: inline-block;
  padding: 3px;
  cursor: pointer;
}
#comment-smilies::after {
  position: absolute;
  top: -5px;
  left: 20px;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #eee;
  border-left: 5px solid transparent;
  content: "";
  vertical-align: top;
}
.btn-primary i,
.comt-smilie i {
  vertical-align: middle;
}
.btn-primary,
.comt-smilie {
  height: 36px !important;
  font-size: 0.9375rem;
}
.comt-ctrl .popover {
  width: 219px;
}
.comt-ctrl .popover-content {
  padding: 2px 0 2px 1px;
}
.comt-ctrl .popover-content a {
  float: left;
  margin: -1px -1px 0 0;
  padding: 5px;
  width: 16px;
  height: 16px;
  border: solid 1px #eee;
  line-height: 0;
}
.comt-ctrl .popover-content a img {
  display: block;
}
.comt-ctrl label {
  margin: 0 5px;
}
.comt-ctrl label input {
  margin-right: 4px;
}
.comt-tips {
  margin-right: 10px;
  color: #999;
  text-align: right;
  line-height: 1.875rem;
}
.comt-error {
  color: #d9534f;
}
#loading {
  padding: 5px 0;
}
#loading img {
  margin-right: 5px;
  vertical-align: middle;
}
#error {
  padding: 5px 0;
  color: #c00;
}
.ajax-notice {
  color: #f60;
  font-size: 0.75rem;
}
.comt-submit {
  position: absolute;
  top: -1px;
  right: -1px;
  padding: 0 30px;
  width: 120px;
  height: 34px;
  border: solid 1px #ddd;
  border-radius: 0 0 3px 0;
  background-image: -webkit-linear-gradient(#fbfbfb, #f6f6f6);
  color: #666;
  text-shadow: 0 -1px 0 #fff;
  font-weight: 700;
  cursor: pointer;
}
.comt-submit:hover {
  border-color: #d6d6d6;
  background-image: -webkit-linear-gradient(#f6f6f6, #eee);
  color: #444;
}
.comt-submit:active {
  border-color: #c6c6c6;
  box-shadow: inset 0 2px 2px #e6e6e6;
}
.comt-comterinfo {
  display: none;
  padding: 20px 0 0 210px;
  color: #444;
}
.comt-comterinfo h4 {
  float: left;
  margin-left: -210px;
  width: 190px;
  text-align: right;
  line-height: 6.25rem;
}
.comt-comterinfo ul {
  padding-left: 30px;
  border-left: dotted 1px #ccc;
}
.comt-comterinfo li {
  margin-bottom: 10px;
}
.comt-comterinfo input {
  position: relative;
  margin-right: 10px;
}
#cancel-comment-reply-link {
  display: none;
  margin: -12px -20px;
  padding: 12px 20px;
  color: #bbb;
  font-size: 0.875rem;
  line-height: 1.75rem;
}
#cancel-comment-reply-link:hover {
  background-color: #999;
  color: #fff;
}
.comment #cancel-comment-reply-link {
  display: block;
}
.related_posts {
  overflow: hidden;
  margin: 10px 0 10px 0;
  padding: 20px 10px 0 10px;
  background-color: #fff;
}
.related_posts a:hover {
  color: #d9534f;
}
.related_img {
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.related_box {
  float: left;
  overflow: hidden;
  padding-bottom: 15px;
  width: 25%;
}
.related_box .r_title {
  float: left;
  overflow: hidden;
  padding: 10px 10px 0 10px;
  height: 50px;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.5625rem;
}
.article-social {
  margin-bottom: 30px;
  padding-top: 40px;
  text-align: center;
  text-indent: 0;
}
.article-social a {
  border-bottom: 1px solid #d6d6d6;
  text-indent: 0;
}
.article-social a:hover {
  border-bottom: 1px solid #d6d6d6;
  background: #f17067;
}
#Addlike {
  background-color: #f78585;
  color: #fff;
}
#Addlike:hover {
  background-color: #f17067;
}
.action {
  position: relative;
  display: inline-block;
  margin: 0 3px;
  padding: 8px 40px;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  background-color: #5fcec0;
  color: #fff;
  font-size: 0.9375rem;
  cursor: pointer;
}
.action:hover {
  border-bottom: 1px solid #d6d6d6;
  background-color: #3bbfaf;
}
.action i,
bdsharebuttonbox i {
  margin-right: 5px;
  font-size: 1.1em;
}
.action.actived {
  border-color: #ff9790;
  background-color: #f17067 !important;
  color: #fff;
}
.action .action-popover {
  position: absolute;
  top: -45px;
  left: 50%;
  display: none;
  margin-left: -125px;
  padding: 5px 0 2px;
  width: 249px;
  height: 46px;
}
.action .popover-content {
  padding: 6px 3px 5px 8px;
}
.action:hover .action-popover {
  display: block;
}
.action .popover {
  display: block;
  border-radius: 4px;
}
.article-social .or {
  position: absolute;
  z-index: 2;
  display: inline-block;
  margin: 4px 0 0 -19px;
  padding: 5px 12px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: #fff;
  color: #455670;
  font-size: 0.8725em;
  -o-border-radius: 100px;
}
@-ms-viewport {
  width: device-width;
}
.article-content pre {
  overflow: hidden;
  padding: 8px;
  border: 1px solid #eee;
  background-color: #f8f8f8;
  font-size: 0.875rem;
}
.navbar .screen-mini {
  display: none;
}
.hm-t-footer a {
  display: none;
}
#foot {
  display: none;
}
.tui {
  display: none;
}
.git_subscribe form {
  margin: 0;
  padding: 10px 20px 10px;
}
.git_subscribe p {
  height: 20px;
  color: #666;
  font-size: 0.8125rem;
}
.git_subscribe .rsstxt {
  float: left;
  padding: 1px 8px;
  width: 220px;
  height: 30px;
  outline: 0;
  border: 0;
  background: #f7f7f7;
}
.git_subscribe .rsstxt:hover,
.widget_newsletter .rsstxt:focus {
  outline: 0;
}
.git_subscribe .rssbutton {
  width: 84px;
  height: 32px;
  border: 0;
  background: #1abc9c;
  color: #fff;
  letter-spacing: 0.125rem;
  font-size: 0.9375rem;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.git_subscribe .rssbutton:hover {
  background-color: #16a085;
} /*! 3D幻灯片样式 */
#wowslider-container1 {
  position: relative;
  z-index: 90;
  float: right;
  margin: 0 0 10px 0;
  max-width: 716px;
  zoom: 1;
}
* html #wowslider-container1 {
  width: 716px;
}
#wowslider-container1 .ws_images ul {
  position: relative;
  left: 0;
  overflow: visible;
  margin: 0;
  padding: 0;
  width: 10000%;
  height: auto;
  list-style: none;
  border-spacing: 0;
}
#wowslider-container1 .ws_images ul li {
  float: left;
  margin: 0 !important;
  padding: 0 !important;
  width: 1%;
  font-size: 0;
  line-height: 0;
}
#wowslider-container1 .ws_images {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#wowslider-container1 .ws_images a {
  display: block;
  width: 100%;
  color: transparent;
}
#wowslider-container1 img {
  max-width: none !important;
}
#wowslider-container1 .ws_images img {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: none;
  border: none 0;
}
#wowslider-container1 a {
  outline: 0;
  border: 0;
  text-decoration: none;
}
#wowslider-container1 a.ws_next,
#wowslider-container1 a.ws_prev {
  position: absolute;
  top: 50%;
  z-index: 60;
  display: none;
  margin-top: -3.5em;
  width: 7.1em;
  height: 7.1em;
  background-image: url(assets/img/arrows.png);
  background-size: 200%;
}
#wowslider-container1 a.ws_next {
  right: 1em;
  background-position: 100% 0;
}
#wowslider-container1 a.ws_prev {
  left: 1em;
  background-position: 0 0;
}
#wowslider-container1 a.ws_next:hover {
  background-position: 100% 100%;
}
#wowslider-container1 a.ws_prev:hover {
  background-position: 0 100%;
}
* html #wowslider-container1 a.ws_next,
* html #wowslider-container1 a.ws_prev {
  display: block;
}
#wowslider-container1:hover a.ws_next,
#wowslider-container1:hover a.ws_prev {
  display: block;
}
#wowslider-container1 .ws_playpause {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 59;
  display: none;
  margin-top: -3.5em;
  margin-left: -3.5em;
  width: 7.1em;
  height: 7.1em;
  background-size: 100%;
}
#wowslider-container1:hover .ws_playpause {
  display: block;
}
#wowslider-container1 .ws_pause {
  background-image: url(assets/img/pause.png);
}
#wowslider-container1 .ws_play {
  background-image: url(assets/img/play.png);
}
#wowslider-container1 .ws_pause:hover,
#wowslider-container1 .ws_play:hover {
  background-position: 100% 100% !important;
}
#wowslider-container1 .ws-title {
  position: absolute;
  bottom: 3.5em;
  left: 1em;
  z-index: 50;
  display: block;
  margin-right: 1em;
  padding: 1em 0.9em 0.9em 0.9em;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  background-color: rgba(0, 0, 0, 0.4);
  color: #e7ffff;
  text-transform: uppercase;
  font-weight: 700;
}
#wowslider-container1 .ws-title div {
  margin-top: 0.3em;
  color: #fff;
  text-transform: none;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 1.15em;
}
#wowslider-container1 .ws-title span {
  font-size: 2.4em;
}
#wowslider-container1 .ws_thumbs {
  position: absolute;
  top: 0;
  left: -19.51%;
  z-index: 70;
  overflow: auto;
  width: 18.72%;
  height: 100%;
  font-size: 0;
}
#wowslider-container1 .ws_thumbs img {
  width: 100%;
  border: 0;
  text-decoration: none;
}
#wowslider-container1 .ws_thumbs a {
  position: relative;
  display: inline-block;
  margin-bottom: 4.5%;
  padding: 2.99%;
  width: 89.54%;
  border: 0;
  background-color: #fff;
  color: transparent;
  text-decoration: none;
  text-indent: -4000px;
  text-indent: 0;
  opacity: 0.85;
}
#wowslider-container1 .ws_thumbs a:hover {
  opacity: 1;
}
#wowslider-container1 .ws_thumbs a:hover img {
  visibility: visible;
}
#wowslider-container1 .ws_thumbs div {
  position: relative;
  width: 100%;
}
#wowslider-container1 .ws_thumbs a.ws_selthumb {
  background-color: #bce0dd;
}
#wowslider-container1 .ws_images ul {
  animation: wsBasic 16s infinite;
  -moz-animation: wsBasic 16s infinite;
  -webkit-animation: wsBasic 16s infinite;
}
@keyframes wsBasic {
  0% {
    left: 0;
  }
  12.5% {
    left: 0;
  }
  25% {
    left: -100%;
  }
  37.5% {
    left: -100%;
  }
  50% {
    left: -200%;
  }
  62.5% {
    left: -200%;
  }
  75% {
    left: -300%;
  }
  87.5% {
    left: -300%;
  }
}
@-moz-keyframes wsBasic {
  0% {
    left: 0;
  }
  12.5% {
    left: 0;
  }
  25% {
    left: -100%;
  }
  37.5% {
    left: -100%;
  }
  50% {
    left: -200%;
  }
  62.5% {
    left: -200%;
  }
  75% {
    left: -300%;
  }
  87.5% {
    left: -300%;
  }
}
@-webkit-keyframes wsBasic {
  0% {
    left: 0;
  }
  12.5% {
    left: 0;
  }
  25% {
    left: -100%;
  }
  37.5% {
    left: -100%;
  }
  50% {
    left: -200%;
  }
  62.5% {
    left: -200%;
  }
  75% {
    left: -300%;
  }
  87.5% {
    left: -300%;
  }
}
.footer {
  position: relative;
  -webkit-box-shadow: 0 -5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 -8px 0 rgba(0, 0, 0, 0.1);
}
.social {
  padding: 10px 6px;
  height: 45px;
  background-color: #fff;
}
.social i {
  padding-top: 7px;
  width: 45px;
  height: 38px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 -1px 0 #3333sf;
  font-size: 2.5em;
}
.sinaweibo {
  background: #f78585;
}
.customicon {
  background: #27ccc0;
}
.qq {
  background: #e74c3c;
}
.baidu {
  background: #5b7aa7;
}
.email {
  background: #eca3ac;
}
.pay {
  background: #f60;
  cursor: pointer;
}
.git {
  background: #81c1f2;
}
.weixins {
  background: #6fc299;
  cursor: pointer;
}
.weixin-popover {
  position: absolute;
  top: 45px;
  left: 50%;
  display: none;
  margin-left: -125px;
  padding: 5px 0 2px;
  width: 256px;
  height: 256px;
}
.weixin:hover .weixin-popover {
  display: block;
}
.weixin .popover {
  display: block;
  border-radius: 4px;
  color: #777;
}
.social .rss {
  background: #ff7c49;
}
.social a {
  position: relative;
  float: left;
  margin-right: 6.5px;
  margin-left: 6.5px;
  width: 45px;
  height: 45px;
  color: #fff;
}
.social a:hover i {
  background-color: #7fb4ab;
}
.open-message {
  margin-bottom: 10px;
  padding: 5px 10px;
  border: 1px solid #faebcc;
  border-radius: 2px;
  background-color: #fcf8e3;
  color: #8a6d3b;
}
.open-message i {
  text-indent: -20px;
}
.hot-posts {
  clear: both;
  background-color: #fff;
}
.hot-posts a {
  font-size: 0.875rem;
}
.hot-posts h2 {
  color: #1abc9c;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2.8125rem;
}
.hot-posts ul {
  overflow: hidden;
  margin: 0 20px 10px;
  padding: 15px 0 10px;
  list-style: none;
}
.hot-posts li {
  clear: both;
  overflow: hidden;
}
.hot-posts p {
  float: right;
  color: #777;
  font-size: 0.875rem;
  font-size: 0.8125rem;
}
.hot-posts .label {
  top: -1px;
  margin-right: 8px;
  padding: 2px 7px;
}
.label-1 {
  background-color: #fd8c84;
}
.label-2 {
  background-color: #6fc299;
}
.label-3 {
  background-color: #81c1f2;
}
.fenye {
  margin: 20px auto 10px;
  text-align: center;
  text-indent: 0;
  font-weight: 700;
}
.fenye span {
  display: inline-block;
  margin: 0 1px;
  padding: 4px 12px 3px;
  border: 1px solid #f6ebeb;
  border-radius: 2px;
  background-color: #5fbaac;
  color: #fff;
  text-indent: 0;
}
.fenye a span {
  background-color: #f6f6e8;
  color: #000;
  text-decoration: none;
  font-weight: 400;
}
.fenye a:hover span {
  background-color: #fd9790;
  color: #fff;
} /*! 短代码文本框样式 */
#sc_notice {
  overflow: hidden;
  margin: 10px 0;
  padding: 15px 15px 15px 35px;
  border: 1px solid #aac66d;
  background: #ecf2d6
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAAHpk4xqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKVQTFRFqsZtvNaEvdaFvteHvteIv9iJv9iKwNmMwdmNwdmOwtmOwtqPw9qQw9qRx92YyN2ZyN2ayN6byd6byd6c0eOq1ua01+e22Oe33uvD4e3I4u3J4u3K4+7M5O7N5O/O6PHW7fTe7/Xi7/bj8Pbk8/jp8/jq9Pjq9Pjr9Pns9fns9fnt9vrv+Prx+Pvy+Pvz+fvz+vz1+/34/P36/f78/v79/v/+////1tsuPQAAAQJJREFUKM+lkN1SwjAQRveUAqVqFaVVKFB+RBFaEEj2/R/Ni1AmqJ1xxu8mc3I2uzsRERGRZYRIDCKAiLiT4MkxUJ+BQQTMw7lOLpYcFGHfVxAslAiM3sBvcIkIMNbK2vBMCnCT5o4sHxrQWTtqaUa3XPzS5So/BlxTaGylk5q0B8ynjobPwAB1dGBAWrB1tIpuDwUYR0lFF3rnSma7iEzb9bxkfRw1TPeXpiF/U8nw/XRaj+6/q9ZMd1kE3azURdtXia3iujou9dFTKxu5+1Rf6JiNpw57eP3sp1oEwPboqaFmcLcpAvcy99fIddlzLaO5Tq+XD8dWTVUZtZPwn7/RmC+jnBV6oPkZWgAAAABJRU5ErkJggg==) -1px -1px
    no-repeat;
  color: #7da33c;
}
#sc_warn {
  overflow: hidden;
  margin: 10px 0;
  padding: 15px 15px 15px 35px;
  border: 1px solid #eac946;
  background: #fff4b9
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAAHpk4xqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAG9QTFRF6slG/9gA/9kG/9kJ/9oP/9sS/9wX/94k/94l/94q/98r/98s/+6O/+6P/+6Q/++U/++V/++Y//Ov//Ow//W7//W8//XA//jU//nW//nX//nY//nb//rc//3z//30//74//75//76///8///9////6hgjbAAAANFJREFUKM+lUIsOgjAMpGOgvMEXzhc4+v/faGkHGSqJiU3G7XrlelkQcCGC+wAAdyCHADaZcOAiRI0982fm5oJZhRpHB0ABKwBlO2qTgVfMKpoaQsforukUMzvRaYWp0RaPX1wW9bFgydRAJs3E6J4jVsIKt11Yv2DGZRGW0W2LaJ3LgZOpaV96eZQr2/3QsFK/SUluuu6cJ++SkjDyVsqXUsvNKGKwqScZmdda0HhSL604Frx7UiGt602w9GPU3NrtGepleFUN8sfQhH++xmq9AFOvGu1uyrj9AAAAAElFTkSuQmCC) -1px -1px
    no-repeat;
  color: #ad9948;
}
#sc_error {
  overflow: hidden;
  margin: 10px 0;
  padding: 15px 15px 15px 35px;
  border: 1px solid #ebb1b1;
  background: #ffecea
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAAHpk4xqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJZQTFRFzGZmzWpqzmtrzmxszm1tz3Bw0HFx0HJy0HNz1H9/1YCA1YGB1oOD1oSE4KGh4KKi4aSk4aam5K2t5K+v6Lu76by86b296b6+6r+/6sDA6sHB67Gx68LC8dbW89vb89zc9N3d9uXl9+bm9+fn+Onp+Ovr+e7u+u/v+vDw+vHx/Pb2/fj4/fn5/vv7/vz8/v39//7+////tYx/FQAAAPJJREFUKM+lkNt2gjAQRbcoAXqlLSg18UKpoLY2mf//uT5ESrT1oct5ydrZJzNJ0Fpr9FqBTgENoLXG1z30m341WNDwdetzQxRmIMCuMgAWWoCy/gkwZHuqpLMuOpIA8Dj15ACYNJ5GkhO3qz+6hPWr/xlF1nYy70kSYGk8FU8AiKc9ypgXNp5qxfFJGsg6gMQduyy2ilzG/bys+SgvTA/olP+tsuLtcGjKm3M1Wsg2VxDnrazGocpsl/bptHV3gaqdGoZM7Hug9juIX40x5hnYfAaqkHw49SDT8BozWSdeqKWY08tHlRPbdVbcPLryNy7WN8NDGl8qJ1gWAAAAAElFTkSuQmCC) -1px -1px
    no-repeat;
  color: #c66;
}
#sc_tips {
  overflow: hidden;
  margin: 10px 0;
  padding: 15px 15px 15px 35px;
  border: 1px solid #ccc;
  background: #eaeaea
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAAAAAH7JiOEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMFJREFUKM+dj10LgkAQRef//6WrYg89VGNUCkX0ISREJRSUVIjcHlZak7UHB5bh7BnmQ1RVRbGGKDyIAhBVFQQQwDwFYHKxM3mCuk5VpbYAnncIwAcgAHPzCZvqRr/EZ4PIhaUd6X8pHMLdpRnSVG7aMG7QLSkt7UlbyWqeWQoqXi1N8/HB0vvvPDf93NBPrcqt36HCuCAvDuWdSaaB31ZpdYxysnQ0nL1IvpKBaw0vi44kRw51KsKO5ZdR75NbqjM+WLgD/4OcHm0AAAAASUVORK5CYII=) -1px -1px
    no-repeat;
  color: #777;
}
#sc_blue {
  overflow: hidden;
  margin: 10px 0;
  padding: 15px 15px 15px 35px;
  border: 1px solid #4d99d2;
  background: #dbe7f8
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaBAMAAAEsY2FrAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAJFBMVEVNmdLv7+/w8PDz8/P09PT19fX39/f4+Pj5+fn7+/v9/f3////bGPI1AAAATklEQVQY02NgwAsCMETYDBgYtgDpDVjVcydA6N0MqDSxgBtKK0xA0b8LKsy1EVV5AwOFYAIKjxXZudxIHC4G7p0IHvvu7aiO3o03xEgDAEXXDKrkFyZ+AAAAAElFTkSuQmCC) -1px -1px
    no-repeat;
  color: #4d99d2;
}
.sc_act {
  margin: 10px 0;
  padding: 10px 15px;
  border: 1px solid #e3e3e3;
  border-left: 3px solid #3dabce;
  background: #fff;
}
.sc_act:hover {
  background: #fcfcfc;
} /*!彩色按钮样式 */
.greenbtn {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #4b8f29;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #77b55a),
    color-stop(1, #72b352)
  );
  background: -moz-linear-gradient(top, #77b55a 5%, #72b352 100%);
  background: -webkit-linear-gradient(top, #77b55a 5%, #72b352 100%);
  background: -o-linear-gradient(top, #77b55a 5%, #72b352 100%);
  background: -ms-linear-gradient(top, #77b55a 5%, #72b352 100%);
  background: linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
  background-color: #77b55a;
  -webkit-box-shadow: 0 10px 14px -7px #3e7327;
  -moz-box-shadow: 0 10px 14px -7px #3e7327;
  box-shadow: 0 10px 14px -7px #3e7327;
  color: #fff !important;
  text-decoration: none;
  text-shadow: 0 1px 0 #5b8a3c;
  font-weight: 700;
  font-size: 0.8125rem;
  font-family: arial;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b55a', endColorstr='#72b352', GradientType=0);
}
.greenbtn:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #72b352),
    color-stop(1, #77b55a)
  );
  background: -moz-linear-gradient(top, #72b352 5%, #77b55a 100%);
  background: -webkit-linear-gradient(top, #72b352 5%, #77b55a 100%);
  background: -o-linear-gradient(top, #72b352 5%, #77b55a 100%);
  background: -ms-linear-gradient(top, #72b352 5%, #77b55a 100%);
  background: linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
  background-color: #72b352;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b352', endColorstr='#77b55a', GradientType=0);
}
.greenbtn:active {
  position: relative;
  top: 1px;
}
.bluebtn {
  display: inline-block;
  padding: 6px 24px;
  border: 1px solid #124d77;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #007dc1),
    color-stop(1, #0061a7)
  );
  background: -moz-linear-gr adient(top, #007dc1 5%, #0061a7 100%);
  background: -webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
  background: -o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
  background: -ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
  background: linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
  background-color: #007dc1;
  -webkit-box-shadow: inset 0 1px 0 0 #54a3f7;
  -moz-box-shadow: inset 0 1px 0 0 #54a3f7;
  box-shadow: inset 0 1px 0 0 #54a3f7;
  color: #fff !important;
  text-decoration: none;
  text-shadow: 0 1px 0 #154682;
  font-size: 0.8125rem;
  font-family: arial;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7', GradientType=0);
}
.bluebtn:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #0061a7),
    color-stop(1, #007dc1)
  );
  background: -moz-linear-gr adient(top, #0061a7 5%, #007dc1 100%);
  background: -webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
  background: -o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
  background: -ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
  background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
  background-color: #0061a7;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1', GradientType=0);
}
.bluebtn:active {
  position: relative;
  top: 1px;
}
.yellowbtn {
  display: inline-block;
  padding: 6px 24px;
  border: 1px solid #fa2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #ffec64),
    color-stop(1, #ffab23)
  );
  background: -moz-linear-gr adient(top, #ffec64 5%, #ffab23 100%);
  background: -webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
  background: -o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
  background: -ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
  background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
  background-color: #ffec64;
  -webkit-box-shadow: inset 0 1px 0 0 #fff6af;
  -moz-box-shadow: inset 0 1px 0 0 #fff6af;
  box-shadow: inset 0 1px 0 0 #fff6af;
  color: #333 !important;
  text-decoration: none;
  text-shadow: 0 1px 0 #fe6;
  font-weight: 700;
  font-size: 0.9375rem;
  font-family: arial;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23', GradientType=0);
}
.yellowbtn:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #ffab23),
    color-stop(1, #ffec64)
  );
  background: -moz-linear-gr adient(top, #ffab23 5%, #ffec64 100%);
  background: -webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
  background: -o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
  background: -ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
  background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
  background-color: #ffab23;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64', GradientType=0);
}
.yellowbtn:active {
  position: relative;
  top: 1px;
} /*! fancyBox看图样式 */
.f ancybox-wrap iframe,
.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap object {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-inner,
.fancybox-outer {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  margin: 0;
  padding: 15px;
  color: #444;
  white-space: nowrap;
}
.fancybox-iframe,
.fancybox-image {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
  background-image: url(assets/img/fancybox_sprite.png);
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 8060;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(assets/img/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  z-index: 8040;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  z-index: 8040;
  width: 40%;
  height: 100%;
  background: transparent url(assets/img/blank.gif);
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  z-index: 8040;
  visibility: hidden;
  margin-top: -18px;
  width: 36px;
  height: 34px;
  cursor: pointer;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  overflow: visible !important;
  max-width: 99999px;
  max-height: 99999px;
}
.fancybox-lock {
  overflow: hidden;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8010;
  display: none;
  overflow: hidden;
  background: url(assets/img/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
  position: fixed;
  right: 0;
  bottom: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
.fancybox-title {
  position: relative;
  z-index: 8050;
  visibility: hidden;
  text-shadow: none;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  right: 50%;
  bottom: 0;
  z-index: 8050;
  margin-bottom: -35px;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-shadow: 0 1px 2px #222;
  white-space: nowrap;
  font-weight: 700;
  line-height: 1.5rem;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}
#topnav {
  position: fixed;
  z-index: 10000;
  padding: 0.5px;
  width: 100%;
  background: #3a4953;
}
#topnav ul {
  list-style: none;
}
#topnav li {
  float: left;
  list-style: none;
}
#topnav a {
  display: block;
  padding: 0.5px 30px;
  border-right: 1px solid #000;
  color: #fff;
  text-decoration: none;
}
#topnav a:hover {
  background: #146c9c;
} /*! 默认代码高亮 */
pre.prettyprint {
  margin-bottom: 20px;
}
.prettyprint.linenums,
pre.prettyprint.linenums {
  -webkit-box-shadow: inset 40px 0 0 #eee, inset 42px 0 0 #33b796;
  -moz-box-shadow: inset 40px 0 0 #eee, inset 42px 0 0 #33b796;
  box-shadow: inset 40px 0 0 #eee, inset 42px 0 0 #33b796;
}
.prettyprint.linenums ol,
pre.prettyprint.linenums ol {
  margin: 0 0 0 40px;
}
.prettyprint.linenums ol li,
pre.prettyprint.linenums ol li {
  margin-left: 0;
  padding-left: 6px;
  color: #bebec5;
  list-style: decimal;
  line-height: 1.25rem;
}
.prettyprint.linenums ol li:before,
pre.prettyprint.linenums ol li:before {
  width: 0;
  content: "";
}
.prettyprint .com {
  color: #666;
}
.prettyprint .lit {
  color: #c0c;
}
.prettyprint .clo,
.prettyprint .opn,
.prettyprint .pun {
  color: #0a0;
}
.prettyprint .fun {
  color: #dc322f;
}
.prettyprint .atv,
.prettyprint .str {
  color: #c28f5b;
}
.prettyprint .kwd,
.prettyprint .tag {
  color: #f92659;
}
.prettyprint .atn,
.prettyprint .dec,
.prettyprint .typ,
.prettyprint .var {
  color: #0a0;
}
.prettyprint .pln {
  color: #00f;
}
#footbar {
  position: relative;
  z-index: 1;
  height: 245px;
  background-color: #31353a;
  background-image: -webkit-linear-gradient(top, #31353a, #2f3337);
  background-image: -moz-linear-gradient(top, #31353a, #2f3337);
  background-image: linear-gradient(top, #31353a, #2f3337);
  color: #ccc;
  font-size: 0.8125rem;
}
#footbar > ul {
  position: relative;
  bottom: 0;
  left: 50%;
  z-index: -1;
  margin-left: -480px;
  padding-bottom: 60px;
  width: 960px;
}
#footbar > ul > li {
  float: left;
  width: 25%;
}
#footbar ul {
  list-style: none;
}
#footbar > ul > li ul li {
  float: left;
  margin: 2px;
  padding: 5px 5px;
  background-color: #3a3a3a;
  line-height: 1.8;
}
#footbar > ul > li ul li:hover {
  background-color: #000;
  -webkit-box-shadow: 3px 3px 22px #48e0d3;
  -moz-box-shadow: 3px 3px 22px #48e0d3;
  box-shadow: 3px 3px 22px #48e0d3;
  cursor: pointer;
}
#footbar > ul > li ul li a {
  color: #a9a9a9 !important;
  text-decoration: none !important;
}
#footbar > ul > li ul li a:hover {
  color: #fff !important;
}
#footbar p {
  margin-right: 10%;
  margin-bottom: 20px;
  padding: 9px 0;
  width: 90%;
  background-color: #058cc7;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.125rem;
  opacity: 0.9;
  cursor: default;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
#footbar > ul > li:hover p {
  opacity: 1;
}
#footbar p:before {
  display: inline-block;
  height: 18px;
  content: "";
  vertical-align: text-bottom;
  text-align: center;
}
#footbar p.first {
  background-color: #0096d6;
  background-image: -webkit-linear-gradient(top, #0096d6, #008ac6);
  background-image: -moz-linear-gradient(top, #0096d6, #008ac6);
  background-image: linear-gradient(top, #0096d6, #008ac6);
}
#footbar p.first:before {
  background-position: 0 -110px;
}
#footbar p.second {
  background-color: #00b274;
  background-image: -webkit-linear-gradient(top, #00b274, #00a46b);
  background-image: -moz-linear-gradient(top, #00b274, #00a46b);
  background-image: linear-gradient(top, #00b274, #00a46b);
}
#footbar p.second:before {
  background-position: 0 -129px;
}
#footbar p.third {
  background-color: #d75ba2;
  background-image: -webkit-linear-gradient(top, #d75ba2, #c75496);
  background-image: -moz-linear-gradient(top, #d75ba2, #c75496);
  background-image: linear-gradient(top, #d75ba2, #c75496);
}
#footbar p.third:before {
  background-position: 0 -89px;
}
#footbar p.fourth {
  background-color: #e9ac40;
  background-image: -webkit-linear-gradient(top, #e9ac40, #d89f3b);
  background-image: -moz-linear-gradient(top, #e9ac40, #d89f3b);
  background-image: linear-gradient(top, #e9ac40, #d89f3b);
}
#footbar p.fourth:before {
  background-position: 0 -69px;
}
.span_1_of_4 {
  width: 25%;
  border-radius: 0 0 5px 5px;
}
.card {
  width: 33.3%;
}
.products {
  position: relative;
  display: block;
  height: 350px;
}
.product-img {
  position: absolute;
  width: 360px;
  height: 360px;
  color: #fff;
  text-align: center;
}
.product-img img {
  display: block;
}
.product-detail {
  float: right;
  color: #999;
}
.product-detail .row {
  padding: 40px 30px;
}
.product-detail .product-title h2 {
  overflow: hidden;
  margin-bottom: 8px;
  max-width: 440px;
  max-height: 35px;
  color: #333;
  font-size: 1.5625rem;
}
.product-detail .product-title p {
  overflow: hidden;
  max-width: 440px;
  max-height: 40px;
}
.product {
  background-color: #f5f5f5;
  color: #333;
  font-size: 1rem;
}
.product .dt {
  display: inline-block;
  width: 90px;
  color: #999;
}
.product .product-price strong {
  color: #6d27d3;
  font-weight: 400;
  font-size: 1.5rem;
  font-family: Arial;
}
.product .product-price strong em {
  margin-right: 3px;
  font-style: normal;
  font-size: 0.875rem;
}
.product-cardbuy .lhb {
  margin-right: 25%;
  margin-left: 25%;
}
.product-comments a {
  color: #6d27d3;
}
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-loading .slick-list {
  background: #fff url(assets/img/ajax-loader.gif) center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slide,
.slick-slide img,
.slick-slider .slick-list,
.slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  zoom: 1;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  display: none;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: slick;
  src: url(assets/css/fonts/slick.eot);
  src: url(assets/css/fonts/slick.eot?#iefix) format("embedded-opentype"),
    url(assets/css/fonts/slick.woff) format("woff"),
    url(assets/css/fonts/slick.ttf) format("truetype"),
    url(assets/css/fonts/slick.svg#slick) format("svg");
}
.slick-next,
.slick-prev {
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -10px;
  padding: 0;
  width: 20px;
  height: 20px;
  outline: 0;
  border: 0;
  background: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.slick-next:focus,
.slick-prev:focus {
  outline: 0;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  color: #fff;
  font-size: 1.25rem;
  font-family: slick;
  line-height: 1;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
.slick-prev:before {
  content: "\2190";
}
.slick-next {
  right: -25px;
}
.slick-next:before {
  content: "\2192";
}
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  padding: 5px;
  width: 20px;
  height: 20px;
  outline: 0;
  outline: 0;
  border: 0;
  background: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.slick-dots li button:focus {
  outline: 0;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  color: #000;
  content: "\2022";
  text-align: center;
  font-size: 0.375rem;
  font-family: slick;
  line-height: 1.25rem;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
}
.slick {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: 300px;
}
.slick span {
  position: absolute;
  bottom: 10px;
  left: 0;
  padding: 0 10px;
  background-color: #e94880;
  color: #fff;
  font: 700 1.375rem/4.0625rem "Microsoft Yahei";
}
.slick-dots {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: auto;
}
.slick-dots li {
  display: inline-block;
  margin: 0 0 0 5px;
  width: auto;
  height: 20px;
}
.slick-dots li button {
  display: inline-block;
  width: 20px;
  height: 10px;
  border-radius: 5px;
  background-color: #fff;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots .slick-active button {
  width: 50px;
  background-color: #48d8ff;
}
.slick-next,
.slick-prev {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  width: 55px;
  height: 80px;
  background-color: #000;
  opacity: 0.5;
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}
.slick-next:hover,
.slick-prev:hover {
  background-color: #43cef2;
}
.slick-next:before,
.slick-prev:before {
  font: 3.75rem/5rem SimSun;
}
.slick-prev:before {
  content: "<";
}
.slick-next:before {
  content: ">";
}
#toubuads {
  float: right;
}
.open-message {
  border: #4094ef 1px solid;
  border-radius: 5px 5px 5px 5px;
}
.open-message:hover {
  background-color: #4094ef;
  color: #fff;
  transition-duration: 0.3s;
}
.lhb {
  display: inline-block;
  margin: 5px 0 10px 15px;
  padding: 5px 50px;
  border: 1px solid #4094ef;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  color: #4094ef !important;
  font-size: 1.1875rem;
  font-family: "Microsoft YaHei";
}
.lhb:hover {
  border-color: #fff;
  background: #4094ef;
  color: #fff !important;
  transition-duration: 0.3s;
}
.git_tongji li {
  float: left;
  width: 50%;
}
.tongji {
  padding: 10px 20px 20px 20px;
}
#nav-header,
.archive-header-banner {
  width: 100% !important;
}
.open-message a {
  color: red;
}
.article-content {
  text-indent: 0;
}
.article-content h2 {
  border-bottom: 1px solid #00a67c;
  border-left: 8px solid #00a67c;
}
.article-content blockquote:before {
  display: none !important;
}
.article-content h3 {
  border-left: 2px solid #0095ff;
  background-color: #fbfbfb;
}
input {
  padding: 0 20px;
  height: 30px;
}
.dltable p {
  margin: 0.001em 0.001em;
  width: 10px;
  line-height: 1.875rem;
}
#bdcs-search-inline {
  width: 100%;
}
#bdcs-search-form-submit {
  width: 33%;
}
.dltable a {
  padding: 0 1em 0 0;
}
#callboard li {
  margin-bottom: 10px;
}
.vip,
.vip1,
.vip2,
.vip3,
.vip4,
.vip5,
.vip6,
.vip7,
.vp {
  display: inline-block;
  overflow: hidden;
  border: 0;
  background: url(assets/img/vip.png) no-repeat;
}
.vp {
  margin-bottom: -3px;
  width: 16px;
  height: 16px;
  background-position: -515px -2px;
}
.vp:hover {
  margin-bottom: -3px;
  width: 16px;
  height: 16px;
  background-position: -515px -22px;
}
.vip {
  margin-bottom: -2px;
  width: 16px;
  height: 14px;
  background-position: -494px -3px;
}
.vip:hover {
  margin-bottom: -2px;
  width: 16px;
  height: 14px;
  background-position: -494px -22px;
}
.vip1 {
  margin-bottom: -1px;
  width: 46px;
  height: 14px;
  background-position: -1px -2px;
}
.vip1:hover {
  margin-bottom: -1px;
  width: 46px;
  height: 14px;
  background-position: -1px -22px;
}
.vip2 {
  margin-bottom: -1px;
  width: 46px;
  height: 14px;
  background-position: -63px -2px;
}
.vip2:hover {
  margin-bottom: -1px;
  width: 46px;
  height: 14px;
  background-position: -63px -22px;
}
.vip3 {
  margin-bottom: -1px;
  width: 46px;
  height: 14px;
  background-position: -144px -2px;
}
.vip3:hover {
  margin-bottom: -1px;
  width: 46px;
  height: 14px;
  background-position: -144px -22px;
}
.vip4 {
  margin-bottom: -1px;
  width: 46px;
  height: 14px;
  background-position: -227px -2px;
}
.vip4:hover {
  margin-bottom: -1px;
  width: 46px;
  height: 14px;
  background-position: -227px -22px;
}
.vip5 {
  margin-bottom: -1px;
  width: 46px;
  height: 14px;
  background-position: -331px -2px;
}
.vip5:hover {
  margin-bottom: -1px;
  width: 46px;
  height: 14px;
  background-position: -331px -22px;
}
.vip6 {
  margin-bottom: -1px;
  width: 46px;
  height: 14px;
  background-position: -441px -2px;
}
.vip6:hover {
  margin-bottom: -1px;
  width: 46px;
  height: 14px;
  background-position: -441px -22px;
}
.vip7 {
  margin-bottom: -1px;
  width: 46px;
  height: 14px;
  background-position: -611px -2px;
}
.vip7:hover {
  margin-bottom: -1px;
  width: 46px;
  height: 14px;
  background-position: -611px -22px;
}
.speedbar {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAChSURBVDhPzY87DgIxDERzCk7AYVYg0bEFNeIEVFQ0WyFRUMJlsRO/yES26BAjPXkyGe+n/LVWNkddhFezuXZCVNra1Lv0IYuQFXzW/cPBIiD9bNVdINf5xGQg9XOzPd8I1VOOQCeBs8+rpxyBjgJnn1dPOQKpPzTb80monnIEutq8CeRjp4uL6NJn4TI6C1FhbzN7wYfWNkfp73xd/pVKeQOxMDW+ZxY/CgAAAABJRU5ErkJggg==);
  background-position: 1% 50%;
  background-repeat: no-repeat;
}
#callboard ul {
  margin-left: 15px;
}
.shuoshuo {
  position: relative;
  padding: 10px 0;
}
.shuoshuo li {
  display: block;
  padding: 8px 0;
}
.shuoshuo-content {
  position: relative;
  margin: 0 150px 0 200px;
  padding: 20px 20px 5px 30px;
  min-height: 60px;
  border: 1px #ccc solid;
  border-radius: 4px;
  background-color: #f2f2f2;
  box-shadow: 0 0 3px RGBA(0, 0, 0, 0.15);
  color: #666;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  word-wrap: break-word;
  letter-spacing: 0.0625rem;
  font-size: 1.2em;
  line-height: 1.5em;
}
.shuoshuo-content p {
  margin: 0;
}
.shuoshuo-meta {
  margin-top: -10px;
  text-align: right;
  letter-spacing: 0;
}
.shuoshuo .tt {
  float: left;
  margin: 35px 0 0 9px;
  font-size: 0.99em;
}
.shuoshuo li em {
  float: left;
  margin: 42px 0 0 28px;
  width: 50px;
  height: 10px;
}
.shuoshuo li:hover .tt {
  color: #0c0;
  font-weight: 700;
}
.shuoshuo .zhutou {
  float: right;
  display: block;
  overflow: hidden;
  margin: 25px 35px 0 5px;
  padding: 2px;
  width: 40px;
  height: 40px;
  border: 1px #ddd solid;
  border-radius: 50%;
  transition: 0.5s;
}
.shuoshuo li:hover .zhutou {
  border-color: #0c0;
  -webkit-transform: rotate(720deg);
  -moz-transform: rotate(720deg);
  transform: rotate(720deg);
}
.shuoshuo:before {
  position: absolute;
  top: 0;
  left: 164px;
  width: 2px;
  height: 100%;
  background: #eee;
  content: "";
}
.shuoshuo-content:before {
  position: absolute;
  top: 40px;
  bottom: 0;
  left: -42px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #fff;
  box-shadow: inset 0 0 2px #0c0;
  content: "";
}
.shuoshuo-content:after {
  position: absolute;
  top: 42px;
  bottom: 0;
  left: -40px;
  width: 8px;
  height: 8px;
  border-radius: 6px;
  background: #ccc;
  content: "";
}
.shuoshuo li:hover .shuoshuo-content:after {
  background: #0c0;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
}
.shuoshuo li:hover .shuoshuo-content:before {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
}
.shuoshuo:after {
  position: absolute;
  top: 0;
  right: 100px;
  width: 2px;
  height: 100%;
  background: #eee;
  content: "";
}
.shuoshuo-meta:before {
  position: absolute;
  top: 42px;
  right: -56px;
  bottom: 0;
  z-index: 2;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #fff;
  box-shadow: inset 0 0 2px #0c0;
  content: "";
}
.shuoshuo-meta:after {
  position: absolute;
  top: 44px;
  right: -54px;
  bottom: 0;
  z-index: 2;
  width: 8px;
  height: 8px;
  border-radius: 6px;
  background: #ccc;
  content: "";
}
.shuoshuo li:hover .shuoshuo-meta:after {
  background: #0c0;
}
.zhutou {
  position: relative;
  top: -95px;
}
.widget_links img {
  width: 16px;
  height: 16px;
}
.dltable p {
  font-weight: 700;
}
.part {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.part p {
  margin: 2px 0;
}
#fancydlbox h2 {
  border-bottom: 1px solid #00a67c;
  border-left: 8px solid #00a67c;
}
#download_button_part {
  border-right: 1px dashed #ccc;
  border-left: 1px dashed #ccc;
  background: none repeat scroll 0 0 #f0f0f0;
  text-align: center;
}
#download_button {
  position: relative;
  display: inline-block;
  margin: 15px auto;
  padding-left: 40px;
  width: 170px;
  height: 40px;
  background: none repeat scroll 0 0 #d13b00;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 2.5rem;
  cursor: pointer;
}
#download_button span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 40px;
  background: url(assets/img/dl_icon.png) no-repeat scroll 0 0 #c83400;
  cursor: pointer;
}
#download_button:hover {
  background: none repeat scroll 0 0 #e73f00;
}
#download_button:hover span {
  background-position: -40px 0;
}
#fancydlbox .dlfooter {
  padding: 5px 10px 5px 10px;
  border: solid 1px #ddd;
  background: none repeat scroll 0 0 #f0f0f0;
}
.moredl a {
  padding: 0 1em 0 0;
}
.h1logo {
  margin: 40px 0 20px 0;
}
.ab-author {
  position: relative;
  clear: both;
  display: block;
  margin-top: 20px;
  padding: 15px 0;
  background: #fff none repeat scroll 0 0;
}
.ab-author .img {
  position: absolute;
  z-index: 2;
  display: inline-block;
  margin-left: 20px;
}
.ab-author-info {
  position: relative;
  margin-left: 135px;
  min-height: 100px;
}
.authorde {
  overflow: hidden;
  padding: 10px 10px 0 0;
  min-height: 45px;
  line-height: 100%;
}
.socials-icon-wrap {
  display: inline-block;
  margin-right: 5px;
  transition: opacity 0.4s ease 0s;
}
.authorsocials a {
  position: relative;
  padding: 4px 4px;
  font-size: 0.875rem;
  line-height: 0.0625rem;
}
.authorsocials a:hover {
  background: #ddd none repeat scroll 0 0;
}
.ab-img {
  display: inline-block;
  border-radius: 2px;
  background: #f5f5f5 none repeat scroll 0 0;
  text-align: center;
  white-space: nowrap;
}
.ab-home {
  color: #dada0e;
}
.ab-donate {
  color: #34db77;
}
.ab-sinawb {
  color: #d52c2b;
}
.ab-qqwb {
  color: #0b8fba;
}
.ab-twitter {
  color: #2cbcc2;
}
.ab-googleplus {
  color: #498bf4;
}
.ab-git {
  color: #000;
}
#ab-weixin-a {
  position: relative;
}
#ab-donate-qr,
#ab-weixin-qr {
  position: absolute;
  right: -25px;
  bottom: 60px;
  display: none;
  padding: 5px;
  width: 130px;
  height: 130px;
  border: 3px solid #ddd;
  border-radius: 5px;
  background: #ddd none repeat scroll 0 0;
  opacity: 1;
}
.ab-author img {
  width: 100px;
  height: 100px;
  box-shadow: none;
}
.ab-qq {
  color: #f887b0;
}
.ab-email {
  color: #834dd5;
}
.clear {
  clear: both;
}
.ab-donate i,
.ab-home i {
  margin-right: 5px;
}
.authorsocials i {
  width: 20px;
  height: 18px;
  font-size: 1rem;
}
.fa {
  display: inline-block;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-size-adjust: none;
  font-stretch: normal;
  font-size: inherit;
  font-family: FontAwesome;
  line-height: 1;
  font-feature-settings: normal;
  font-language-override: normal;
  font-kerning: auto;
  font-synthesis: weight style;
  text-rendering: auto;
}
#cardslist {
  overflow: hidden;
  margin: 20px auto 30px auto;
}
.col {
  position: relative;
  float: left;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 20px;
}
.card-item:hover {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
}
.card-item {
  position: relative;
  overflow: hidden;
  margin: auto 6px;
  border: 10px solid #fff;
  border-bottom: 0 none;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}
.span_1_of_4 a.fancyimg {
  overflow: hidden;
  padding: 0;
  height: auto;
}
.fancyimg {
  position: relative;
}
.home-blog-entry-thumb {
  margin-bottom: 5px;
}
.fancyimg {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px;
  background: #fff;
}
.fancyimg img {
  display: block;
}
.card-item h3,
.card-item h3 a {
  overflow: hidden;
  height: 25px;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5625rem;
}
.card-item h3,
.card-item h3 a {
  overflow: hidden;
  height: 25px;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5625rem;
}
.card-item p {
  overflow: hidden;
  height: 40px;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.card-item .cardpricebtn {
  margin: 10px 0 15px;
  height: auto;
  font-size: 1rem;
  line-height: 1.625rem;
}
.cardpricebtn .cardbuy {
  float: right;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 2px;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.metacat a {
  position: absolute;
  top: 8;
  left: 0;
  display: inline-block;
  padding: 5px 8px;
  width: 60px;
  background: none repeat scroll 0 0;
  color: #fff;
  text-align: center;
  font-size: 0.75rem;
}
.metacat a {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
}
.metacat a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
}
#loginbox {
  background: #fff;
}
#loginbox #loginform {
  padding: 50px 0 0 50px;
}
#loginbox label {
  margin-bottom: 10px;
  color: #000;
  font-size: 0.8125rem;
}
.fll {
  float: left;
}
.frr {
  float: right;
}
.neilian {
  margin-bottom: 25px;
  padding: 10px;
  width: 98%;
  height: 120px;
  border: 1px solid #e8e8e8;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  -webkit-transition: box-shadow 218ms;
  -moz-transition: box-shadow 218ms;
  -o-transition: box-shadow 218ms;
  transition: box-shadow 218ms;
}
.neilian:hover {
  box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.1);
}
.neilian .fll {
  width: 72%;
}
.neilian .frr {
  padding: 5px 5px;
  width: 24%;
}
.neilian .fll a {
  display: block;
  margin-right: 15px;
  padding: 8px 5px;
  width: 100%;
  border: 0;
  color: #35a56b !important;
  text-decoration: none;
  font-size: 1rem;
}
.neilian .fll .note {
  margin: 0 0 5px;
  padding-left: 10px;
  color: #888;
  font-size: 0.875rem;
}
.neilian .neilian-thumb {
  width: 160px;
  height: 110px;
}
.neilian .linkss {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}
.fll .note {
  overflow: hidden;
  max-height: 81px;
}
.wailian:hover {
  box-shadow: 0 1px 8px 1px #1098f7;
}
.link_description {
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.3);
  font-style: italic;
  font-size: 9pt;
}
.link_item {
  display: inline-block;
  width: 12.5%;
}
.link_item_inner {
  position: relative;
  margin: 5px;
  text-decoration: none !important;
}
.link_item_inner,
.sitename {
  display: block;
  overflow: hidden;
}
.sitename {
  padding: 10px;
  color: #fff;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Microsoft YaHei;
}
.apollo_1 span:before {
  left: 0;
  width: 15%;
  background-color: #9068be;
}
.apollo_1 span::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 15%;
  height: 100%;
  background-color: #9068be;
  content: "推";
}
.apollo_1 span::after {
  position: absolute;
  top: 20px;
  left: 0;
  width: 15%;
  height: 100%;
  content: "荐";
}
.link_item_inner:before {
  left: 35px;
  width: 100%;
  background: hsla(0, 0%, 100%, 0.5);
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
}
.link_item_inner:hover:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
}
.sitecolor_1 {
  background-color: #32b9b5;
}
.sitecolor_2 {
  background-color: #f79d2d;
}
.sitecolor_3 {
  background-color: #63b931;
}
.sitecolor_4 {
  background-color: #f37c3d;
}
.sitecolor_5 {
  background-color: #01508a;
}
.sitecolor_6 {
  background-color: #d6b572;
}
.sitecolor_7 {
  background-color: #f46d78;
}
.sitecolor_8 {
  background-color: #f70044;
}
.sitecolor_9 {
  background-color: #1065e6;
}
.sitecolor_10 {
  background-color: #11cd86;
}
.sitecolor_11 {
  background-color: #066fa5;
}
.sitecolor_12 {
  background-color: #1098f7;
}
.sitecolor_13 {
  background-color: #f40076;
}
.sitecolor_14 {
  background-color: #51c1f0;
}
#footbar span {
  max-width: 220px;
}
.dlnotice p,
.fancydlads p {
  margin-left: 15px;
  font-size: 13pt;
  line-height: 150%;
}
.input-control,
.register .submit,
.um_sign .submit {
  height: 40px;
}
.loginPart label,
.registerPart label {
  line-height: 150% !important;
}
#article-index {
  position: fixed;
  left: 2%;
  float: left;
  display: none;
  margin: 0 0 15px 15px;
  padding: 0 6px;
  width: 14%;
  border: 1px solid #dedfe1;
  -moz-border-radius: 6px 6px 6px 6px;
  background-color: #fff;
  line-height: 1.4375rem;
}
#article-index strong {
  display: block;
  padding: 0 4px;
  border-bottom: 1px dashed #ddd;
  line-height: 1.875rem;
}
#index-ul {
  margin: 0;
  padding-bottom: 10px;
}
#index-ul li {
  margin-left: 20px;
  padding: 0;
  background: none repeat scroll 0 0 transparent;
  list-style: none;
}
.hidetoc {
  right: 0;
  float: right;
  color: #bbb !important;
  cursor: pointer;
}
.content-wrap {
  background: #f4f4f4;
}
.img-response {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.gradient-mask {
  position: relative;
}
.gradient-mask:hover:after {
  opacity: 0.5;
}
.gradient-mask:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.01) 2%,
    rgba(0, 0, 0, 0.95)
  );
  content: " ";
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.d-block {
  display: block;
}
.d-inline-block {
  display: inline-block;
}
.imgpost {
  margin-bottom: 10px;
  padding: 25px;
  background: #fff;
}
.imgpost:hover {
  -webkit-box-shadow: 0 5px 5px 0 rgba(110, 110, 110, 0.5),
    0 1px 4px rgba(110, 110, 110, 0.3), 0 0 60px rgba(110, 110, 110, 0.2) inset;
  -moz-box-shadow: 0 5px 5px 0 rgba(110, 110, 110, 0.5),
    0 1px 4px rgba(110, 110, 110, 0.3), 0 0 40px rgba(110, 110, 110, 0.2) inset;
  box-shadow: 0 5px 5px 0 rgba(110, 110, 110, 0.5),
    0 1px 4px rgba(110, 110, 110, 0.3), 0 0 40px rgba(110, 110, 110, 0.2) inset;
  transition-duration: 0.4s;
}
.imgpost .post-title a {
  color: #000;
  font-size: 1.5rem;
}
.imgpost .post-meta-author a {
  color: #404040;
}
.imgpost .post-meta-author img {
  top: 0;
  left: 0;
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  vertical-align: middle;
}
.imgpost .post-meta-top {
  margin-bottom: 10px;
  font-size: 0.8125rem;
}
.imgpost .post-meta-top i {
  font-size: 9pt;
}
.imgpost .post-meta-top .post-meta-time {
  color: #8a8a8a;
}
.imgpost .post-meta-bottom li {
  display: inline-block;
  margin-left: 10px;
  color: #8a8a8a;
  vertical-align: middle;
}
.imgpost .post-meta-bottom li:first-child {
  margin-left: 0;
}
.imgpost .post-meta-bottom li i {
  font-size: 1pc;
}
.post-style-image {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.post-style-image .post-img {
  padding-bottom: 32%;
  height: 0;
}
.post-style-image .post-title a {
  color: #fff;
}
.post-style-image .post-style-image-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 10px 30px;
  background: rgba(0, 0, 0, 0.6);
}
.post-style-image .post-meta-bottom {
  color: #f0f0f0;
  font-size: 0.8125rem;
}
.post-style-image .post-meta-bottom .post-meta-time,
.post-style-image .post-meta-bottom a,
.post-style-image .post-meta-bottom li {
  color: #f0f0f0;
}
.post-style-image:after {
  clear: both;
  display: table;
  content: "";
}
.avatar {
  -webkit-transition: 0.4s;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  -moz-transition: -moz-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
}
.avatar:hover {
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  transform: rotateZ(360deg);
}
#callboard li,
#callboard ul {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#callboard li {
  max-height: 22px;
}
@media screen and (max-width: 1500px) {
  #article-index {
    display: none !important;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1600px) {
  #article-index {
    display: block;
    left: 0.5%;
    width: 9.5%;
  }
}
@media screen and (min-width: 1000px) {
  .mobileads,
  .shuoshuo-sjsj {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  /*! 手机端,最大屏幕宽度800px */
  .article-content table {
    width: auto !important;
  }
  .tg-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .post-style-image .post-style-image-content {
    padding: 8px 0 8px 10px !important;
  }
  .toggle-search {
    color: #fff;
    padding: 10px 17px 0 0;
    background: 0 0 !important;
  }
  .search-expand {
    position: fixed;
    left: 0;
    width: 110%;
  }
  .g-mono {
    font-size: 2.625rem !important;
  }
  .navbar {
    height: auto;
    background-color: transparent;
  }
  .navbar .screen-mini {
    float: left;
    display: block;
  }
  .navbar .screen-mini .btn {
    padding: 16px 22px;
    background-color: #4a4a4a;
  }
  .navbar .screen-mini .btn.active,
  .navbar .screen-mini .btn:hover {
    background-color: #404040;
  }
  .navbar .screen-mini .btn i {
    margin-top: 2px;
  }
  .navbar .nav {
    float: none;
    display: none;
    margin-right: 0;
    padding: 0;
    background-color: #eee;
  }
  .navbar .nav > li {
    float: none;
    margin-right: 0;
    font-weight: 700;
  }
  .navbar .nav > li > a {
    padding: 10px 20px 9px;
    border-bottom: 1px solid #ddd;
    color: #444;
  }
  .navbar .nav li a:hover {
    background-color: #fff;
    color: #444;
  }
  .pc-hide,
  .navbar .nav ul {
    display: block;
  }
  .navbar .nav > li > ul {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    padding-bottom: 0;
    font-weight: 400;
  }
  .navbar .nav > li > ul > li > ul {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    padding-bottom: 0;
  }
  .navbar .nav > li > ul > li {
    position: relative;
    float: none;
    margin: 0;
    border-bottom: 1px solid #ddd;
  }
  .navbar .nav > li > ul > li > a,
  .navbar .nav > li > ul > li > ul > li > a {
    float: none;
    display: block;
    padding: 10px 20px 9px 50px;
    color: #444;
  }
  .navbar .nav > li > ul > li > ul > li > a {
    padding-left: 80px;
  }
  .navbar .nav li li.current-menu-item a,
  .navbar .nav > li > ul > li > a:hover {
    color: #444;
  }
  .navbar .nav li li a:hover,
  .navbar .nav li li.current-menu-item a {
    background-color: #fff;
  }
  .navbar .nav li ul,
  .navbar .nav li.current-menu-item a,
  .navbar .nav li.current-menu-parent a,
  .navbar .nav li.current-post-ancestor a,
  .navbar .nav li.current_page_item a,
  .navbar .nav li:hover a {
    display: block;
    background-color: #eee;
    color: #444;
  }
  .g-bloger,
  .m-hide,
  .screen-search,
  .share,
  .sidebar,
  .speedbar {
    display: none;
  }
  .content {
    margin-right: 0;
  }
  .header {
    margin-bottom: 1px;
  }
  .footer-inner {
    border-left: 0;
  }
  .navbar .menu {
    float: none;
    margin: 0 20px 10px;
    text-align: center;
  }
  .navbar .menu .btn-group {
    float: none;
    display: inline-block;
    margin-top: -24px;
  }
  .tag-clouds li {
    width: 50%;
  }
  .navbar .btn.screen-nav {
    position: absolute;
    top: 0;
    left: 0;
    padding: 11px 20px;
    height: auto;
    background-color: transparent;
  }
  .navbar .btn.screen-nav:hover {
    background-color: transparent;
  }
  .row-fluid {
    width: 100%;
  }
  .row-fluid:after,
  .row-fluid:before {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    float: left;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 1.2987012987012987%;
    width: 100%;
    min-height: 30px;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 1.2987012987012987%;
  }
  .row-fluid .span12 {
    width: 100%;
  }
  .row-fluid .span11 {
    width: 91.55844155844156%;
  }
  .row-fluid .span10 {
    width: 83.1168831168831%;
  }
  .row-fluid .span9 {
    width: 74.67532467532467%;
  }
  .row-fluid .span8 {
    width: 66.23376623376623%;
  }
  .row-fluid .span7 {
    width: 57.79220779220779%;
  }
  .row-fluid .span6 {
    width: 49.35064935064935%;
  }
  .row-fluid .span5 {
    width: 40.90909090909091%;
  }
  .row-fluid .span4 {
    width: 32.467532467532465%;
  }
  .row-fluid .span3 {
    width: 24.025974025974023%;
  }
  .row-fluid .span2 {
    width: 15.584415584415584%;
  }
  .row-fluid .span1 {
    width: 7.142857142857142%;
  }
  .row-fluid .offset12 {
    margin-left: 102.59740259740259%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 101.2987012987013%;
  }
  .row-fluid .offset11 {
    margin-left: 94.15584415584415%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 92.85714285714286%;
  }
  .row-fluid .offset10 {
    margin-left: 85.7142857142857%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 84.4155844155844%;
  }
  .row-fluid .offset9 {
    margin-left: 77.27272727272727%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 75.97402597402598%;
  }
  .row-fluid .offset8 {
    margin-left: 68.83116883116882%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 67.53246753246754%;
  }
  .row-fluid .offset7 {
    margin-left: 60.38961038961039%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.090909090909086%;
  }
  .row-fluid .offset6 {
    margin-left: 51.94805194805195%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 50.649350649350644%;
  }
  .row-fluid .offset5 {
    margin-left: 43.506493506493506%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.2077922077922%;
  }
  .row-fluid .offset4 {
    margin-left: 35.064935064935064%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 33.76623376623376%;
  }
  .row-fluid .offset3 {
    margin-left: 26.623376623376622%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.324675324675322%;
  }
  .row-fluid .offset2 {
    margin-left: 18.18181818181818%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 16.883116883116884%;
  }
  .row-fluid .offset1 {
    margin-left: 9.74025974025974%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.441558441558442%;
  }
  .children .comment {
    margin: 10px 0 0 10px;
    padding: 10px 0 0 3px;
  }
  .page-template-download #filelink a {
    display: block;
  }
  .page-template-product .thumb-img img {
    height: 155.5px !important;
  }
  .category .thumb-img img,
  .page-template-gallery .thumb-img img,
  .thumb-img img {
    height: 117px !important;
  }
  .product-img,
  .product-img img {
    position: relative;
    float: left;
    display: block;
    width: 100%;
  }
  .products {
    position: relative;
    width: 100%;
    height: 710px;
  }
  .product-detail .product-title h2 {
    overflow: hidden;
    font-size: 1.25rem;
  }
  .product-detail {
    position: relative;
    display: block;
    width: 100%;
  }
  .product-cardbuy .lhb {
    margin-right: 15%;
    margin-left: 15%;
  }
  .card,
  .related_box,
  .span_1_of_4 {
    width: 50%;
  }
  .related_box img {
    border-color: transparent;
    border-style: solid;
    border-width: 5px;
  }
  iframe,
  video {
    height: 200px;
  }
  .slick,
  .slick img {
    height: 130px !important;
  }
  #footbar,
  #topnav,
  #toubuads,
  .ab-author,
  .article-social .or,
  .ml5,
  .slick span {
    display: none !important;
  }
  .g-logo pull-left {
    clear: both;
    display: block;
    margin: auto !important;
  }
  #fancydlbox {
    width: auto !important;
  }
  .shuoshuo-content {
    margin: 0 60px 0 70px;
    padding: 10px 10px 5px 10px;
    font-size: 0.9em;
  }
  .shuoshuo .tt {
    margin: 30px 0 0 1px;
    width: 30px;
    height: 20px;
    font-weight: 700;
    font-size: 0.5em;
  }
  .shuoshuo li:hover .tt {
    color: #0c0;
    font-size: 0.5em;
  }
  .shuoshuo:before {
    left: 50px;
  }
  .shuoshuo-content:before {
    top: 30px;
    left: -26px;
  }
  .shuoshuo-content:after {
    top: 32px;
    left: -24px;
  }
  .shuoshuo:after {
    right: 27px;
  }
  .shuoshuo-meta:before {
    top: 33px;
    right: -39px;
  }
  .shuoshuo-meta:after {
    top: 35px;
    right: -37px;
  }
  .tt,
  .zhutou {
    display: none !important;
  }
  .shuoshuo .zhutou {
    margin: 17px 5px 0 5px;
  }
  .shuoshuo li em {
    float: left;
    margin: 34px 0 0 -1px;
    width: 39px;
    height: 10px;
  }
  .link_item {
    width: 33.33333%;
  }
}
@media screen and (max-width: 600px) {
  /*! 手机端,最大屏幕宽度600px */
  .speedbar {
    display: block !important;
    margin-bottom: 0;
    padding-right: 10px;
    height: 15px;
  }
  #callboard ul {
    overflow: hidden;
    margin-left: 2px !important;
    max-width: 70%;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
  }
  .post-title {
    overflow: hidden;
    margin-left: 10px;
    padding: 10px 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
  }
  .post-title a {
    font-size: 1pc !important;
  }
  .imgpost {
    margin-bottom: 10px;
  }
  .article-title a {
    font-size: 1.0625rem;
    line-height: 1.5625rem;
  }
  .pagecontent {
    margin-left: 0;
  }
  .archive-header-info,
  .banner,
  .comt-comterinfo ul .help-inline,
  .excerpt header .label,
  .excerpt p.auth-span,
  .page-sidebar,
  .pagesidebar,
  .relates li img,
  .speedbar {
    display: none;
  }
  #article-index,
  ul.post-meta-bottom {
    display: none !important;
  }
  .header {
    position: relative;
  }
  .relates li {
    float: none;
    width: 100%;
  }
  .relates a {
    height: auto;
    border-left: 0;
    text-align: left;
    line-height: 0.875rem;
  }
  .archives h3,
  .article-footer .share {
    float: none;
    clear: both;
  }
  .archives-list,
  .comt-comterinfo,
  .content-page {
    padding-left: 0;
  }
  .comt-comterinfo h4 {
    float: none;
    margin-left: 0;
    width: 100%;
    text-align: left;
    line-height: 1.25rem;
  }
  .comt-comterinfo ul {
    padding-left: 0;
    border-left: 0;
  }
  .comt-comterinfo ul input {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0;
    width: 100%;
    min-height: 30px;
  }
  .rollto {
    right: 4px;
    bottom: 2px;
  }
  .plinks ul li {
    width: 33.3333333%;
  }
  .excerpt,
  .excerpt:hover {
    padding: 10px 15px 10px 15px;
  }
  .excerpt-nothumbnail,
  .excerpt-nothumbnail:hover {
    padding: 10px 20px;
  }
  .excerpt .focus {
    float: left;
    display: inline;
    margin: 0 10px 0 0;
    width: 100px;
    height: 68px;
  }
  .excerpt .focus a {
    width: 100px;
    height: 68px;
  }
  .excerpt .focus a img {
    max-width: 100px;
    max-height: 68px;
  }
  .excerpt header h2 {
    display: block;
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .excerpt header {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .excerpt span.note {
    display: block;
    overflow: hidden;
    padding-top: 3px;
    height: 60px;
    line-height: 1.25rem;
  }
  .link_item {
    width: 50%;
  }
}
@media screen and (max-width: 350px) {
  .g-mono {
    font-size: 2rem !important;
  }
  .article-title a {
    line-height: 1.5625rem;
  }
  .article-header .muted {
    margin-right: 6px;
  }
  .excerpt header h2 {
    display: block;
    font-size: 1rem;
  }
  .muted i {
    margin-top: -1px;
  }
  .hot-posts .muted {
    margin-left: 5px;
  }
  #go-comment,
  #mute-category,
  .banner,
  .navbar .menu .btn-group,
  .post-comments {
    display: none;
  }
  .related_box {
    width: 50%;
  }
  .related_box img {
    width: 90%;
  }
  .action {
    padding: 6px 20px;
  }
  .c-avatar .avatar {
    width: 24px;
    height: 24px;
  }
  .c-main {
    margin-left: 35px;
    padding: 5px 5px;
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
  .c-main:before,
  .git_comment div.muted:before {
    top: 5px;
  }
  .c-main:after,
  .git_comment div.muted:after {
    top: 7px;
  }
  .url {
    font-size: 0.75rem;
  }
  .card .thumb-img img {
    width: 100% !important;
    height: auto !important;
  }
  .card,
  .span_1_of_4 {
    width: 100%;
  }
}
