@charset "UTF-8";
.post .post-content h1,
.comment .box .com-text .main .text-area-preview h1,
.comment .list-wrap .list .user-comment .user-comment-body h1 {
  font-size: 2em;
}
.post .post-content h2,
.comment .box .com-text .main .text-area-preview h2,
.comment .list-wrap .list .user-comment .user-comment-body h2 {
  font-size: 1.6em;
}
.post .post-content h3,
.comment .box .com-text .main .text-area-preview h3,
.comment .list-wrap .list .user-comment .user-comment-body h3 {
  font-size: 1.4em;
}
.post .post-content h4,
.comment .box .com-text .main .text-area-preview h4,
.comment .list-wrap .list .user-comment .user-comment-body h4 {
  font-size: 1.2em;
}
.post .post-content h5,
.comment .box .com-text .main .text-area-preview h5,
.comment .list-wrap .list .user-comment .user-comment-body h5 {
  font-size: 1em;
}
.post .post-content h6,
.comment .box .com-text .main .text-area-preview h6,
.comment .list-wrap .list .user-comment .user-comment-body h6 {
  font-size: 1em;
  color: #999;
}
.post .post-content hr,
.comment .box .com-text .main .text-area-preview hr,
.comment .list-wrap .list .user-comment .user-comment-body hr {
  border: 1px dashed #ddd;
}
.post .post-content strong,
.comment .box .com-text .main .text-area-preview strong,
.comment .list-wrap .list .user-comment .user-comment-body strong {
  font-weight: bold;
}
.post .post-content em,
.comment .box .com-text .main .text-area-preview em,
.comment .list-wrap .list .user-comment .user-comment-body em,
.post .post-content cite,
.comment .box .com-text .main .text-area-preview cite,
.comment .list-wrap .list .user-comment .user-comment-body cite {
  font-style: italic;
}
.post .post-content sup,
.comment .box .com-text .main .text-area-preview sup,
.comment .list-wrap .list .user-comment .user-comment-body sup,
.post .post-content sub,
.comment .box .com-text .main .text-area-preview sub,
.comment .list-wrap .list .user-comment .user-comment-body sub {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.post .post-content sup,
.comment .box .com-text .main .text-area-preview sup,
.comment .list-wrap .list .user-comment .user-comment-body sup {
  top: -0.5em;
}
.post .post-content sub,
.comment .box .com-text .main .text-area-preview sub,
.comment .list-wrap .list .user-comment .user-comment-body sub {
  bottom: -0.2em;
}
.post .post-content small,
.comment .box .com-text .main .text-area-preview small,
.comment .list-wrap .list .user-comment .user-comment-body small {
  font-size: 0.85em;
}
.post .post-content acronym,
.comment .box .com-text .main .text-area-preview acronym,
.comment .list-wrap .list .user-comment .user-comment-body acronym,
.post .post-content abbr,
.comment .box .com-text .main .text-area-preview abbr,
.comment .list-wrap .list .user-comment .user-comment-body abbr {
  border-bottom: 1px dotted;
}
.post .post-content ul,
.comment .box .com-text .main .text-area-preview ul,
.comment .list-wrap .list .user-comment .user-comment-body ul,
.post .post-content ol,
.comment .box .com-text .main .text-area-preview ol,
.comment .list-wrap .list .user-comment .user-comment-body ol,
.post .post-content dl,
.comment .box .com-text .main .text-area-preview dl,
.comment .list-wrap .list .user-comment .user-comment-body dl {
  margin: 0 20px;
  padding: 0;
  line-height: line-height;
}
.post .post-content ul ul,
.comment .box .com-text .main .text-area-preview ul ul,
.comment .list-wrap .list .user-comment .user-comment-body ul ul,
.post .post-content ol ul,
.comment .box .com-text .main .text-area-preview ol ul,
.comment .list-wrap .list .user-comment .user-comment-body ol ul,
.post .post-content ul ol,
.comment .box .com-text .main .text-area-preview ul ol,
.comment .list-wrap .list .user-comment .user-comment-body ul ol,
.post .post-content ol ol,
.comment .box .com-text .main .text-area-preview ol ol,
.comment .list-wrap .list .user-comment .user-comment-body ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
.post .post-content ul,
.comment .box .com-text .main .text-area-preview ul,
.comment .list-wrap .list .user-comment .user-comment-body ul {
  list-style: disc;
}
.post .post-content ol,
.comment .box .com-text .main .text-area-preview ol,
.comment .list-wrap .list .user-comment .user-comment-body ol {
  list-style: decimal;
}
.post .post-content dt,
.comment .box .com-text .main .text-area-preview dt,
.comment .list-wrap .list .user-comment .user-comment-body dt {
  font-weight: bold;
}
.post .post-content table,
.comment .box .com-text .main .text-area-preview table,
.comment .list-wrap .list .user-comment .user-comment-body table {
  display: table;
  font-size: 12px;
  background-color: transparent;
  border: 1px solid #ddd;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}
.post .post-content table th,
.comment .box .com-text .main .text-area-preview table th,
.comment .list-wrap .list .user-comment .user-comment-body table th,
.post .post-content table td,
.comment .box .com-text .main .text-area-preview table td,
.comment .list-wrap .list .user-comment .user-comment-body table td {
  border-bottom: solid 1px #ddd;
  border-right: solid 1px #ddd;
  padding: 5px 10px;
}
.post .post-content table thead tr,
.comment .box .com-text .main .text-area-preview table thead tr,
.comment .list-wrap .list .user-comment .user-comment-body table thead tr {
  background-color: #f6f6f6;
}
.post .post-content blockquote,
.comment .box .com-text .main .text-area-preview blockquote,
.comment .list-wrap .list .user-comment .user-comment-body blockquote {
  margin: 1em 0;
  padding: 5px 10px;
  color: #666;
  border-left: 2px solid #eee;
}
/*
 * 网站字体及icon
 * $CDN = hexo-config("CDN") || '//7xs305.com1.z0.glb.clouddn.com/'
 */
@font-face {
  font-family: "HomizioNova";
  src: url("./fonts/homizio-nova/light.ttf"), url("./fonts/homizio-nova/light.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HomizioNova";
  src: url("./fonts/homizio-nova/light_italic.ttf"), url("./fonts/homizio-nova/light_italic.otf");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "HomizioNova";
  src: url("./fonts/homizio-nova/regular.ttf"), url("./fonts/homizio-nova/regular.otf");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "HomizioNova";
  src: url("./fonts/homizio-nova/italic.ttf"), url("./fonts/homizio-nova/italic.otf");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'icomoon';
  src: url("./fonts/icomoon/icomoon.eot?e2xg5y"), url("./fonts/icomoon/icomoon.eot?e2xg5y");
  src: url("./fonts/icomoon/icomoon.eot?#iefixe2xg5y") format('embedded-opentype'), url("./fonts/icomoon/icomoon.woff?e2xg5y") format('woff'), url("./fonts/icomoon/icomoon.ttf?e2xg5y") format('truetype'), url("./fonts/icomoon/icomoon.svg?e2xg5y#icomoon") format('svg'), url("./fonts/icomoon/icomoon.eot?#iefixe2xg5y") format('embedded-opentype'), url("./fonts/icomoon/icomoon.woff?e2xg5y") format('woff'), url("./fonts/icomoon/icomoon.ttf?e2xg5y") format('truetype'), url("./fonts/icomoon/icomoon.svg?e2xg5y#icomoon") format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-home:before {
  content: "\e900";
}
.icon-office:before {
  content: "\e903";
}
.icon-newspaper:before {
  content: "\e904";
}
.icon-profile:before {
  content: "\e923";
}
.icon-files-empty:before {
  content: "\e925";
}
.icon-price-tags:before {
  content: "\e936";
}
.icon-envelop:before {
  content: "\e945";
}
.icon-bubble:before {
  content: "\e96b";
}
.icon-comment:before {
  content: "\e96d";
}
.icon-about:before {
  content: "\e976";
}
.icon-cogs:before {
  content: "\e995";
}
.icon-paragraph-justify:before {
  content: "\ea7a";
}
.icon-lab:before {
  content: "\ea80";
}
.icon-github:before {
  content: "\eab1";
}
.icon-coffe:before {
  content: "\e911";
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit /* 1 */;
  font: inherit /* 2 */;
  margin: 0 /* 3 */;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button /* 2 */;
  cursor: pointer /* 3 */;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -ms-box-sizing: border-box /* 1 */;
  -moz-box-sizing: border-box /* 1 */;
  -webkit-box-sizing: border-box /* 1 */;
  -o-box-sizing: border-box /* 1 */;
  box-sizing: border-box /* 1 */;
  padding: 0 /* 2 */;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield /* 1 */;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box /* 2 */;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*
 * Reset css
 */
::selection {
  color: #fff;
  background-color: #f99;
  opacity: 0.8;
}
::-webkit-scrollbar {
  width: 7px;
  height: 4px;
}
::-webkit-scrollbar-thumb {
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: rgba(0,0,0,0.15);
}
::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.06);
}
body {
  font: 14px/1.5 "Microsoft Yahei", "微软雅黑", Arial, "宋体";
  color: #666;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizelegibility;
}
a {
  color: #666;
  text-decoration: none;
}
a:link,
a:visited,
a:active {
  color: #666;
}
a:hover {
  color: #ff5e52;
}
hr {
  border-top: 1px solid #eee;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.text-center {
  text-align: center;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  width: 100%;
  height: 0;
  content: " ";
  clear: both;
}
/*
 * 全局样式
 */
.container {
  max-width: 1180px;
  _width: 1180px;
  background-color: #fff;
  margin: 0 auto 10px;
  text-align: left;
}
.home {
  background-color: #eee;
}
.btn {
  background-color: #ff5e52;
  border: 0;
  color: #fff;
  opacity: 0.8;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.btn:hover {
  opacity: 0.75;
}
.btn-ok {
  background-color: #ff5e52;
}
.btn-cancel {
  background-color: #51cc87;
}
.form-control {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.browsehappy {
  padding: 8px 0;
  background: #fbe3e4;
  color: #8a1f11;
  text-align: center;
}
.loading-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.8;
}
.loading-mask .loading-icon {
  position: relative;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
}
/*
 * 头部样式
 */
.header {
  width: 100%;
  background-color: #fff;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
  margin-bottom: 10px;
}
.header .header-main {
  position: relative;
  height: 68px;
  margin-bottom: 0;
}
.header .logo {
  float: left;
  width: 160px;
}
.logo a {
  position: relative;
  display: block;
  height: 68px;
  line-height: 68px;
  color: #fff;
  background-color: #63aff8;
  opacity: 0.85;
  text-align: center;
  overflow: hidden;
}
.logo a .cover {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  -ms-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -webkit-transition: top 0.5s;
  -o-transition: top 0.5s;
  transition: top 0.5s;
}
.logo a .cover .name {
  display: block;
  height: 100%;
  font-size: 28px;
  font-family: "HomizioNova", "Microsoft Yahei";
  font-style: italic;
}
.logo a .cover .name2 {
  display: block;
  height: 100%;
  font-size: 28px;
  font-family: "Arial";
  color: #fff;
  background-color: #84cc5d;
}
.logo a .cover .description {
  display: block;
  height: 100%;
  color: #fff;
  background-color: #84cc5d;
  opacity: 0.85;
}
.logo a:hover .cover {
  top: -100%;
}
.header .menu {
  margin: 0;
  padding: 10px;
  float: left;
  list-style-type: none;
}
.menu .item {
  float: left;
  padding: 0 20px;
  height: 48px;
  line-height: 48px;
  list-style-type: none;
  font-size: 16px;
}
.menu .item a {
  color: #666;
}
.menu .item a:hover {
  color: #ff7a6e;
}
.menu .current a {
  color: #ff7a6e;
}
.header .profile {
  position: absolute;
  right: 0;
  top: 0;
  height: 68px;
}
.profile .avatar {
  width: 50px;
  height: 50px;
  margin: 8px 0;
  border: 1px solid #ddd;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.profile .avatar > img {
  width: 46px;
  height: 46px;
  margin: 2px;
}
.profile .feeds {
  height: 68px;
  padding: 0 10px;
  color: #666;
  font-size: 12px;
  text-align: right;
}
.profile .feeds .links {
  margin: 5px 0 0;
  padding: 10px 0 3px;
}
.profile .feeds .sns {
  margin: 0 0 5px 0;
  padding: 2px 0 10px;
  line-height: 14px;
}
.profile .feeds .sns a {
  margin-left: 5px;
}
.profile .feeds .sns .sinaweibo b {
  color: #ff7a6e;
  font-size: 14px;
}
.profile .feeds .sns .sinaweibo:hover {
  color: #ff7a6e;
}
.profile .feeds .sns .qqweibo b {
  color: #63aff8;
  font-size: 14px;
}
.profile .feeds .sns .qqweibo:hover {
  color: #63aff8;
}
.profile .feeds .sns .wechat {
  position: relative;
}
.profile .feeds .sns .wechat b {
  color: #84cc5d;
  font-size: 14px;
}
.profile .feeds .sns .wechat .popover {
  position: absolute;
  display: none;
  top: 28px;
  left: 50%;
  width: 120px;
  height: 120px;
  margin-left: -60px;
  border: 1px solid #ddd;
  background-color: #fff;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  z-index: 9;
}
.profile .feeds .sns .wechat .popover img {
  width: 120px;
  height: 120px;
  border: 0;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.profile .feeds .sns .wechat .popover .arrow {
  position: absolute;
  display: block;
  top: -10px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-width: 10px;
  border-color: transparent;
  border-style: solid;
  border-top-width: 0;
  border-bottom-color: #ddd;
}
.profile .feeds .sns .wechat .popover .arrow:after {
  position: absolute;
  content: " ";
  top: 1px;
  left: 50%;
  margin-left: -9px;
  border-width: 9px;
  border-color: transparent;
  border-style: solid;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.profile .feeds .sns .wechat:hover {
  color: #84cc5d;
}
.profile .feeds .sns .wechat:hover .popover {
  display: block;
}
.dropnav {
  display: none;
}
.submenu {
  position: absolute;
  z-index: 999;
  display: none;
  padding: 0px;
  background-color: #f6f6f6;
}
.submenu::before {
  content: '';
  width: 0;
  height: 0;
  border: solid 20px;
  position: absolute;
  top: -40px;
  left: 30px;
  border-color: transparent transparent #f6f6f6;
}
.submenu::after {
  content: '';
  width: 0;
  height: 0;
  border: solid 20px;
  position: absolute;
  top: -38px;
  left: 30px;
  border-color: transparent transparent #f6f6f6;
}
.submenu>li {
  list-style-type: none;
  line-height: normal;
  margin: 5px;
  padding: 0px;
}
.submenu>li>a {
  height: 35px;
  font-weight: bold;
}
.submenu2 {
  background-color: #f6f6f6;
}
.submenu2>li {
  list-style-type: none;
  line-height: normal;
  margin: 5px;
  padding: 0px;
  font-size: 14px;
}
.submenu2>li>a {
  height: 25px;
}
.menu-logo {
  height: 20px;
  width: 20px;
}
/*
 * 正文内容
 */
.content {
  float: left;
  width: 100%;
  min-height: 689px;
}
.content-main {
  margin-right: 350px;
  padding: 20px;
}
/*
 * Post
 */
.post {
  padding: 25px 0;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
.post header {
  margin: 0 0 10px 0;
}
.post header > a {
  position: relative;
  display: inline-block;
  margin-right: 6px;
  padding: 4px 7px;
  top: -3px;
  color: #fff;
  background-color: #63aff8;
  font-size: 12px;
  vertical-align: baseline;
  opacity: 0.85;
}
.post header > a:after {
  position: absolute;
  display: block;
  top: 9px;
  right: -4px;
  width: 0;
  height: 0;
  content: " ";
  border-left: 4px solid #63aff8;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.post header .post-title {
  display: inline;
  font-size: 20px;
  font-weight: normal;
}
.post header .post-title a:hover {
  border-bottom: 1px dotted #ff7a6e;
}
.post .post-meta {
  color: #888;
  font-size: 12px;
}
.post .post-meta .post-views,
.post .post-meta .post-cat,
.post .post-meta .post-toc,
.post .post-meta .post-comments {
  margin-right: 15px;
}
.post .post-content {
  position: relative;
  color: #666;
}
.post .post-content img {
  max-width: 100%;
}
.post .post-content .post-excerpt {
  position: relative;
  min-height: 80px;
  margin-right: 210px;
  overflow: hidden;
}
.post .post-content .post-thumbnail {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 100px;
  overflow: hidden;
}
.post .post-content .post-thumbnail .thumbnail {
  width: 200px;
  height: 100px;
  border: 0;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.post .post-content .post-thumbnail a:after {
  content: "";
  position: absolute;
  left: -70px;
  top: 0;
  width: 140px;
  height: 140px;
  background-image: -moz-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,0.5), rgba(255,255,255,0));
  background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,0.5), rgba(255,255,255,0));
  -ms-transform: skewx(-25deg);
  -moz-transform: skewx(-25deg);
  -webkit-transform: skewx(-25deg);
  -o-transform: skewx(-25deg);
  transform: skewx(-25deg);
  -o-transform: skewx(-25deg);
  -moz-transform: skewx(-25deg);
  -webkit-transform: skewx(-25deg);
}
.post .post-content .post-thumbnail:hover a:after {
  left: 130px;
  -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;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post .post-content a {
  border-bottom: 1px dotted #ff7a6e;
}
.post .post-content .more a {
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: 0;
  padding: 3px 7px;
  border: none;
  color: #fff;
  background-color: #84cc5d;
  opacity: 0.8;
}
.post .post-content .more a:hover {
  opacity: 0.75;
}
.post .post-content blockquote {
  margin: 1em 0;
  padding: 5px 10px;
  color: #666;
  border-left: 4px solid #eee;
}
.post .post-content blockquote p {
  margin: 0;
}
/*
 * 高亮样式
 */
pre,
.highlight {
  background: #f7f7f7;
  margin: 20px 0;
  padding: 15px;
  overflow: auto;
  font-size: 13px;
  color: #4d4d4c;
  line-height: 1.6;
}
.highlight .gutter pre,
.gist .gist-file .gist-data .line-numbers {
  color: #666;
}
pre,
code {
  font-family: "Input Mono", "PT Mono", Consolas, Monaco, Menlo, monospace;
}
code {
  word-break: break-all;
  background: #eee;
  text-shadow: 0 1px #fff;
  padding: 0 0.3em;
}
pre code {
  background: none;
  text-shadow: none;
  padding: 0;
}
.highlight pre {
  border: none !important;
  margin: 0;
  padding: 1px;
}
.highlight table {
  margin: 0 !important;
  width: auto !important;
  border: none !important;
}
.highlight td {
  border: none !important;
  padding: 0 !important;
}
.highlight figcaption {
  clear: both;
  zoom: 1;
  font-size: 0.85em;
  color: #8e908c;
  line-height: 1em;
  margin-bottom: 1em;
}
.highlight figcaption a {
  float: right;
}
.highlight .gutter pre {
  text-align: right;
  padding-right: 20px;
}
.highlight .line {
  height: 20px;
}
.gist {
  margin: 20px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 1px 0;
  background: #f7f7f7;
  padding: 15px 15px 15px 15px;
}
.gist .gist-file {
  border: none;
  font-family: monospace;
  margin: 0;
}
.gist .gist-file .gist-data {
  background: none;
  border: none;
}
.gist .gist-file .gist-data .line-numbers {
  background: none;
  border: none;
  padding: 0 20px 0 0;
}
.gist .gist-file .gist-data .line-data {
  padding: 0 !important;
}
.gist .gist-file .highlight {
  margin: 0;
  padding: 0;
  border: none;
}
.gist .gist-file .gist-meta {
  background: #f7f7f7;
  color: #8e908c;
  font: 13px Consolas, Monaco, Menlo, monospace;
  text-shadow: 0 0;
  padding: 0;
  margin-top: 1em;
  margin-left: 15px;
}
.gist .gist-file .gist-meta a {
  color: color-link;
  font-weight: normal;
}
.gist .gist-file .gist-meta a:hover {
  text-decoration: underline;
}
pre .comment {
  color: #8e908c;
}
pre .variable,
pre .attribute,
pre .tag,
pre .regexp,
pre .ruby .constant,
pre .xml .tag .title,
pre .xml .pi,
pre .xml .doctype,
pre .html .doctype,
pre .css .id,
pre .css .class,
pre .css .pseudo {
  color: #c82829;
}
pre .number,
pre .preprocessor,
pre .built_in,
pre .literal,
pre .params,
pre .constant {
  color: #f5871f;
}
pre .ruby .class .title,
pre .css .rules .attribute {
  color: #718c00;
}
pre .string,
pre .value,
pre .inheritance,
pre .header,
pre .ruby .symbol,
pre .xml .cdata {
  color: #718c00;
}
pre .title,
pre .css .hexcolor {
  color: #3e999f;
}
pre .function,
pre .python .decorator,
pre .python .title,
pre .ruby .function .title,
pre .ruby .title .keyword,
pre .perl .sub,
pre .javascript .title,
pre .coffeescript .title {
  color: #4271ae;
}
pre .keyword,
pre .javascript .function {
  color: #8959a8;
}
/*
 * 搜索框
 */
.search-form {
  position: relative;
  padding: 10px 70px 0 0;
}
.search-form .form-control {
  display: block;
  width: 100%;
  padding: 5px 5px 5px 10px;
  border: 2px solid #ddd;
  border-right: 0;
  outline: 0;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.07) inset;
}
.search-form .btn {
  position: absolute;
  top: 10px;
  right: 0;
  width: 70px;
  padding: 7px 0;
}
.search-form .btn:hover {
  opacity: 0.75;
}
/*
 * Sidebar
 */
.sidebar {
  float: left;
  width: 330px;
  margin-left: -350px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sidebar .widget {
  position: relative;
  margin-bottom: 20px;
  clear: both;
}
.widget ul {
  margin: 0;
  padding: 0;
}
.widget .widget-hd {
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #eee;
}
.widget .widget-hd strong {
  position: relative;
  display: inline-block;
  bottom: -2px;
  color: #444;
  min-width: 80px;
  border-bottom: 2px solid #63aff8;
  font-weight: normal;
}
.widget .widget-hd .logout {
  position: relative;
  bottom: -2px;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
}
.widget .widget-hd .logout:hover {
  text-decoration: none;
}
.widget .widget-hd1 {
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #eee;
}
.widget .widget-hd1 strong {
  position: relative;
  display: inline-block;
  bottom: -2px;
  color: #444;
  min-width: 80px;
  border-bottom: 2px solid #84cc5d;
  font-weight: normal;
}
.widget .widget-hd1 .logout {
  position: relative;
  bottom: -2px;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
}
.widget .widget-hd1 .logout:hover {
  text-decoration: none;
}
.widget .widget-hd2 {
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #eee;
}
.widget .widget-hd2 strong {
  position: relative;
  display: inline-block;
  bottom: -2px;
  color: #444;
  min-width: 80px;
  border-bottom: 2px solid #ef8174;
  font-weight: normal;
}
.widget .widget-hd2 .logout {
  position: relative;
  bottom: -2px;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
}
.widget .widget-hd2 .logout:hover {
  text-decoration: none;
}
.widget .widget-bd {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget .widget-bd li {
  display: block;
  padding: 10px 0;
  line-height: 1.5;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.widget .widget-bd li a .avatar {
  float: left;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -ms-transform: rotate(0);
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.widget .widget-bd li a:hover .avatar {
  -ms-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0.85;
}
.widget .widget-bd li p {
  margin: 0;
  padding: 0;
}
.widget .widget-bd .tag-item {
  float: left;
  width: 32.6666%;
  margin: 0 1% 1% 0;
  padding: 0 8px;
  line-height: 29px;
  font-size: 12px;
  color: #999;
  background-color: #f6f6f6;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.widget .widget-bd .tag-item:hover {
  color: #fff;
  background-color: #ff7a6e;
  opacity: 0.85;
}
.widget .widget-bd .tag-item:nth-child(3n+0) {
  margin-right: 0;
}
.widget .tag-wrap {
  padding: 10px 0 0;
  overflow: hidden;
}
/*
 * Article
 */
.article-nav {
  padding-bottom: 10px;
  color: #888;
}
.article-nav .prev {
  padding-left: 5px;
  border-left: 3px #88bbf4 solid;
}
.article-nav .next {
  padding-left: 5px;
  border-left: 3px #88bbf4 solid;
}
.article-share {
  padding: 0 0 15px;
}
.article-share .share-area {
  height: 24px;
  line-height: 24px;
  margin: 0 auto;
  padding-left: 10px;
  text-align: left;
  border-left: 3px solid rgba(255,153,153,0.8);
}
.article-share .share-area .share-txt {
  float: left;
  height: 24px;
  line-height: 24px;
  margin-right: 5px;
  font-size: 12px;
  color: #999;
}
.article-share .share-area .share-icon {
  float: left;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background: url("../img/share.png") no-repeat 0 0;
  opacity: 0.9;
}
.article-share .share-area .share-icon:hover {
  opacity: 0.7;
}
.article-share .share-area .share-icon.weibo {
  background-position: 0 0;
}
.article-share .share-area .share-icon.wechat {
  background-position: 0 -32px;
}
.article-share .share-area .share-icon.qqzone {
  background-position: 0 -65px;
}
.article-share .share-area .share-icon.qq {
  background-position: 0 -98px;
}
.article-share .share-area .share-icon.douban {
  background-position: 0 -324px;
}
.body {
  box-shadow: 0 1px 5px rgba(0,0,0,0.08);
}
.article {
  padding-top: 0 !important;
  padding-bottom: 10px;
  border-bottom: 0;
}
.comments {
  margin-top: 20px;
}
.page-navigator {
  margin: 1em 0;
  padding: 0 0px;
  list-style: none;
}
.page-navigator .extend,
.page-navigator .page-number {
  display: inline-block;
  margin-right: 10px;
  padding: 3px 10px;
  background-color: #eee;
  opacity: 0.8;
}
.page-navigator .extend.current,
.page-navigator .page-number.current {
  color: #fff;
  background-color: #63aff8;
  cursor: not-allowed;
}
.page-navigator .extend,
.page-navigator a.page-number {
  -ms-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -webkit-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
}
.page-navigator .extend:hover,
.page-navigator a.page-number:hover {
  color: #444;
  background-color: #ccc;
}
.page-navigator .space {
  display: inline-block;
  margin-right: 10px;
  padding: 3px 0;
}
/*
 * 底部
 */
.footer {
  padding: 30px;
  color: #aaa;
  background-color: #444;
  font-size: 12px;
  text-align: center;
  opacity: 0.9;
}
.footer a {
  color: #aaa;
}
.back-to-top {
  display: none;
  width: 40px;
  height: 39px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #000 url("../img/scrolltoparrow.png") no-repeat center center;
  position: fixed;
  _position: absolute;
  right: 20px;
  bottom: 50px;
  cursor: pointer;
  opacity: 0.2;
  filter: Alpha(20) !important;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 5;
}
.comment {
  margin-top: 10px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.comment .box {
  position: relative;
  width: 100%;
}
.comment .box .com-avatar {
  position: absolute;
  top: 2px;
  left: 0;
  width: 40px;
  height: 40px;
}
.comment .box .com-avatar img {
  width: 100%;
  height: 100%;
  border: none;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.comment .box .com-text {
  position: relative;
  margin-left: 45px;
  height: 120px;
  border: 2px solid #eee;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.comment .box .com-text .switch {
  position: absolute;
  right: -2px;
  top: -2px;
  width: 81px;
  height: 10px;
  line-height: 10px;
  padding: 5px 0;
}
.comment .box .com-text .switch .switch-item {
  float: left;
  width: 40px;
  height: 10px;
  color: #999;
  text-align: center;
  font-size: 10px;
  cursor: pointer;
  opacity: 0.8;
}
.comment .box .com-text .switch :first-child {
  border-right: 1px solid #ccc;
}
.comment .box .com-text .switch .on {
  color: #ff5e52;
}
.comment .box .com-text .main {
  margin: 0;
  padding: 0;
}
.comment .box .com-text .main .text-area-edited {
  display: none;
  width: 100%;
  height: 116px;
  padding: 10px;
  border: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  resize: none;
}
.comment .box .com-text .main .text-area-preview {
  display: none;
  width: 100%;
  height: 116px;
  padding: 10px;
  border: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
}
.comment .box .com-text .main .text-area-preview p {
  margin: 0;
}
.comment .box .com-text .main .show {
  display: block;
}
.comment .box .com-text .button {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 100px;
  height: 30px;
  line-height: 30px;
  -ms-border-radius: 0 0 2px 0;
  -moz-border-radius: 0 0 2px 0;
  -webkit-border-radius: 0 0 2px 0;
  -o-border-radius: 0 0 2px 0;
  border-radius: 0 0 2px 0;
  color: #fff;
  background-color: #ff5e52;
  text-align: center;
  opacity: 0.8;
  cursor: pointer;
}
.comment .box .com-text .button:hover {
  opacity: 0.7;
}
.comment .sign-bar {
  height: 30px;
  line-height: 30px;
  text-align: right;
  font-size: 12px;
}
.comment .sign-bar .sign-link {
  margin-left: 5px;
  color: #ff5e52;
  cursor: pointer;
  border: none;
}
.comment .sign-bar .sign-txt {
  color: #999;
}
.comment .tips {
  height: 30px;
  line-height: 30px;
  margin-left: 45px;
  font-size: 12px;
  color: #999;
}
.comment .tips .init {
  color: #999;
  float: right;
}
.comment .list-wrap {
  margin-top: 10px;
}
.comment .list-wrap .list-header {
  margin: 0;
  padding: 0 0 0 15px;
  font-size: 12px;
  border-left: 2px solid #eee;
}
.comment .list-wrap .list-header .comments-num {
  color: #ff5e52;
  font-size: 14px;
}
.comment .list-wrap .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.comment .list-wrap .list .item {
  position: relative;
  margin: 10px 0;
  border-bottom: 1px solid #eee;
}
.comment .list-wrap .list .user-avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
}
.comment .list-wrap .list .user-avatar img {
  width: 100%;
  height: 100%;
  border: none;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.comment .list-wrap .list .user-avatar a {
  border: none;
}
.comment .list-wrap .list .user-comment {
  min-height: 50px;
  margin-left: 50px;
}
.comment .list-wrap .list .user-comment .user-comment-body {
  margin: 5px 0;
  color: #666;
  word-wrap: break-word;
  word-break: normal;
}
.comment .list-wrap .list .user-comment .user-comment-body p {
  margin: 0;
}
.comment .list-wrap .list .user-comment .user-comment-body a {
  border: none;
  color: #ff5e52;
}
.comment .list-wrap .list .user-comment .user-comment-header {
  color: #aaa;
  position: relative;
}
.comment .list-wrap .list .user-comment .user-comment-header span {
  margin-right: 5px;
}
.comment .list-wrap .list .user-comment .user-comment-header .post-name {
  font-size: 12px;
}
.comment .list-wrap .list .user-comment .user-comment-header .post-time {
  font-size: 10px;
}
.comment .list-wrap .list .user-comment .user-comment-header .like {
  font-size: 10px;
  color: #ff5e52;
  cursor: pointer;
}
.comment .list-wrap .list .user-comment .user-comment-header .like.liked {
  color: #aaa;
}
.comment .list-wrap .list .user-comment .user-comment-header .like-num {
  font-size: 10px;
}
.comment .list-wrap .list .user-comment .user-comment-header .reply {
  position: absolute;
  display: none;
  right: 0;
  top: 3px;
  font-size: 10px;
  cursor: pointer;
}
.comment .list-wrap .list .user-comment:hover .user-comment-header .reply {
  display: block;
}
.comment .page-nav {
  margin-top: 10px;
  text-align: right;
}
.comment .page-nav .item {
  display: inline-block;
  height: 10px;
  line-height: 10px;
  margin: 0 2px;
  padding: 8px 10px;
  font-size: 10px;
  background-color: #eee;
  opacity: 0.8;
  text-align: center;
  border: none;
}
.comment .page-nav .item.current {
  color: #fff;
  background-color: #ff5e52;
  cursor: not-allowed;
}
.comment .page-nav .more {
  height: 10px;
  line-height: 10px;
  padding: 8px 5px;
  font-size: 10px;
  text-align: center;
}
/*
 * 响应式媒体查询
 */
@media screen and (min-width: 1440px) {
  .container {
    max-width: 1340px;
  }
  .content {
    min-height: 500px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 960px) {
  .container {
    max-width: 952px;
  }
  .content {
    min-height: 500px;
  }
}
@media screen and (max-width: 959px) {
  .container {
    margin-bottom: 10px;
    padding: 0 10px;
  }
  .content {
    min-height: 500px;
  }
  .sidebar {
    display: none;
  }
  .content-main {
    margin-right: 0;
    padding: 20px 10px;
  }
  .header .header-main {
    height: auto;
    padding-bottom: 10px;
  }
  .header .logo {
    float: none;
    width: auto;
  }
  .header .profile {
    display: none;
  }
  .header .menu {
    float: none;
    padding: 8px 10px;
    border: 1px solid rgba(0,0,0,0.1);
    background-color: #fff;
    border-top: 0;
    overflow: hidden;
  }
  .header .menu .item {
    width: 50%;
    height: auto;
    line-height: 1;
    padding: 8px 0;
    font-size: 14px;
  }
  .hidden {
    display: none;
  }
  .dropnav {
    position: absolute;
    display: block;
    top: 12px;
    right: 20px;
    width: 40px;
    height: 40px;
    padding: 0 2px;
    line-height: 40px;
    font-size: 40px;
    color: #efe0ce;
    border: 2px solid #efe0ce;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    z-index: 3;
    cursor: pointer;
  }
  .dropnav:hover {
    opacity: 0.8;
  }
  .post header .post-title {
    font-size: 15px;
  }
  .post .post-meta {
    text-align: center;
  }
  .post .post-content .post-excerpt {
    margin-right: 0;
  }
  .post .post-content .post-thumbnail {
    display: none;
  }
  .post .post-content .more a {
    position: relative;
    display: block;
    padding: 6px;
    text-align: center;
  }
  .page-navigator {
    padding-left: 0;
  }
  .page-navigator .page-number,
  .page-navigator .space,
  .page-navigator .extend {
    margin-right: 6px;
  }
  .page-navigator li {
    display: inline-block;
    margin-right: 7px;
    opacity: 0.8;
  }
  .page-navigator li a {
    display: block;
    padding: 2px 8px;
    background-color: #eee;
  }
  .comment .list-wrap .list .user-comment .user-comment-header .reply {
    display: block;
  }
  .comment .page-nav .more {
    display: none;
  }
}
.toc-article {
  background: #eee;
  padding: 1em;
  position: relative;
  left: 0em;
}
.toc-article .toc-title {
  padding-bottom: 0.8em;
  font-weight: bold;
}
#toc {
  line-height: 1.1em;
  font-size: 0.8em;
  float: right;
}
#toc .toc {
  padding: 0;
}
#toc li,
.toc li {
  list-style-type: none;
}
#toc ol {
  margin: 0;
}
#toc .toc-child {
  padding-left: 1em;
}
.local-search {
  position: relative;
  text-align: left;
  margin-bottom: 10px;
}
.local-search-input-cls {
  width: 200px;
  margin: 10px 0;
  padding: 8px 12px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #666;
  font-size: 14px;
}
#local-search-close {
  content: 'x';
  position: absolute;
  right: 10px;
  top: 10px;
  background: #fff;
  color: #888;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  line-height: 20px;
  text-align: center;
  font-size: 16px;
  font-family: consolas;
  border: 1px solid #ccc;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  font-style: normal;
  font-weight: normal;
  -ms-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -webkit-transform: rotateZ(0);
  -o-transform: rotateZ(0);
  transform: rotateZ(0);
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#local-search-close:hover {
  border-color: #666;
  color: #222;
  -ms-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.local-search-result-cls {
  position: absolute;
  z-index: 99999;
  width: 400px;
  top: 50px;
  right: 0;
}
.local-search-result-cls .local-search-empty {
  color: #888;
  line-height: 44px;
  text-align: center;
  display: block;
  font-size: 16px;
  font-weight: normal;
}
.local-search-result-cls ul {
  width: 360px;
  max-height: 450px;
  min-height: 0;
  height: auto;
  overflow-y: auto;
  border: 1px solid #ccc;
  padding: 10px 20px;
  background: #fff;
  box-shadow: 1px 2px 4px #ccc;
}
.local-search-result-cls ul li {
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
  line-height: 30px;
  font-weight: normal;
}
.local-search-result-cls ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.local-search-result-cls ul li a {
  margin-top: 20px;
  font-size: 16px;
}
.local-search-result-cls ul li p {
  margin-top: 10px;
  font-size: 14px;
  max-height: 124px;
  overflow: hidden;
}
.local-search-result-cls ul li em.search-keyword {
  color: #ea6753;
  font-weight: 900;
}
.local-search-plugin .local-search-input-cls {
  opacity: 0.6;
  width: 200px;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.local-search-plugin .local-search-input-cls:hover {
  opacity: 1;
  width: 200px;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.local-search-plugin .icon {
  position: relative;
  left: -30px;
  color: #999;
  cursor: pointer;
}
.search-result-title {
  color: #2ca6cb;
  font-weight: 900;
  font-size: 25px !important;
}
.search-result-title:hover {
  color: #ea6753;
  text-decoration: underline;
}
.search-result {
  color: #413f3f;
}
.menu .item {
  border-bottom: 1px solid DFDFDF;
}
.menu .item .category-list {
  position: absolute;
  background-color: #f9f9f9;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 0px;
  z-index: 1;
  display: none;
  list-style-type: none;
}
.menu .item .category-list a {
  padding: 3px;
  padding-left: 10px;
}
.menu .item .category-list .category-list-item {
  border-bottom: 1px dotted #dedede;
}
.menu .item .category-list .category-list-item .category-list-child .category-list-item {
  font-size: 14px;
  border-bottom: 0px;
}
.menu .item .category-list .category-list-item .category-list-child {
  position: relative;
  background-color: #fefefe;
  min-width: 200px;
  display: none;
  list-style-type: none;
}
.menu .item .category-list .category-list-item:hover .category-list-child {
  display: block;
}
.category-list-count {
  top: -0.5em;
  padding-left: 0.3em;
  font-size: 30%;
  color: #ef8174;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.category-list-count:before {
  content: '[';
}
.category-list-count:after {
  content: ']';
}
.blocks {
  width: 100%;
  list-style-type: none;
  display: inline-block;
}
.blocks h2 {
  padding: 0px;
  margin: 0px;
}
.blocks li {
  list-style-type: none;
}
.block-item {
  display: block;
  margin: 5px;
  padding: 5px;
  border: 1px solid #edf0e9;
  float: left;
  height: 350px;
  width: calc(100% / 3 - 30px);
}
@media screen and (max-width: 959px) {
  .block-item {
    display: block;
    margin: 5px;
    padding: 5px;
    border: 1px solid #edf0e9;
    float: left;
    height: auto;
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 1000px) and (min-width: 960px) {
  .block-item {
    display: block;
    margin: 5px;
    padding: 5px;
    border: 1px solid #edf0e9;
    float: left;
    height: 350px;
    width: calc(100% / 2 - 30px);
  }
}
.block-item:hover {
  border: 1px solid #babdb7;
}
.block-logo {
  height: 30px;
}
.block-image {
  height: 30%;
  max-height: 100px;
}
.block-sublogo {
  height: 30px;
}
.block-content {
  width: 100%;
  overflow: hidden;
}
.block-description {
  text-align: left;
}
.block-image-a {
  width: 100%;
  display: block;
  text-align: center;
}
.block-title {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #88bbf4;
  font-size: 20px;
  font-family: "Microsoft Yahei";
}
.block-title:hover {
  color: #ff7a6e;
  font-weight: bold;
}
.block-subtitle {
  font-weight: bold;
}
