@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-home2:before {
  content: "\e901";
}
.icon-home3:before {
  content: "\e902";
}
.icon-office:before {
  content: "\e903";
}
.icon-newspaper:before {
  content: "\e904";
}
.icon-pencil:before {
  content: "\e905";
}
.icon-pencil2:before {
  content: "\e906";
}
.icon-quill:before {
  content: "\e907";
}
.icon-pen:before {
  content: "\e908";
}
.icon-blog:before {
  content: "\e909";
}
.icon-eyedropper:before {
  content: "\e90a";
}
.icon-droplet:before {
  content: "\e90b";
}
.icon-paint-format:before {
  content: "\e90c";
}
.icon-image:before {
  content: "\e90d";
}
.icon-images:before {
  content: "\e90e";
}
.icon-camera:before {
  content: "\e90f";
}
.icon-headphones:before {
  content: "\e910";
}
.icon-music:before {
  content: "\e911";
}
.icon-play:before {
  content: "\e912";
}
.icon-film:before {
  content: "\e913";
}
.icon-video-camera:before {
  content: "\e914";
}
.icon-dice:before {
  content: "\e915";
}
.icon-pacman:before {
  content: "\e916";
}
.icon-spades:before {
  content: "\e917";
}
.icon-clubs:before {
  content: "\e918";
}
.icon-diamonds:before {
  content: "\e919";
}
.icon-bullhorn:before {
  content: "\e91a";
}
.icon-connection:before {
  content: "\e91b";
}
.icon-podcast:before {
  content: "\e91c";
}
.icon-feed:before {
  content: "\e91d";
}
.icon-mic:before {
  content: "\e91e";
}
.icon-book:before {
  content: "\e91f";
}
.icon-books:before {
  content: "\e920";
}
.icon-library:before {
  content: "\e921";
}
.icon-file-text:before {
  content: "\e922";
}
.icon-profile:before {
  content: "\e923";
}
.icon-file-empty:before {
  content: "\e924";
}
.icon-files-empty:before {
  content: "\e925";
}
.icon-file-text2:before {
  content: "\e926";
}
.icon-file-picture:before {
  content: "\e927";
}
.icon-file-music:before {
  content: "\e928";
}
.icon-file-play:before {
  content: "\e929";
}
.icon-file-video:before {
  content: "\e92a";
}
.icon-file-zip:before {
  content: "\e92b";
}
.icon-copy:before {
  content: "\e92c";
}
.icon-paste:before {
  content: "\e92d";
}
.icon-stack:before {
  content: "\e92e";
}
.icon-folder:before {
  content: "\e92f";
}
.icon-folder-open:before {
  content: "\e930";
}
.icon-folder-plus:before {
  content: "\e931";
}
.icon-folder-minus:before {
  content: "\e932";
}
.icon-folder-download:before {
  content: "\e933";
}
.icon-folder-upload:before {
  content: "\e934";
}
.icon-price-tag:before {
  content: "\e935";
}
.icon-price-tags:before {
  content: "\e936";
}
.icon-barcode:before {
  content: "\e937";
}
.icon-qrcode:before {
  content: "\e938";
}
.icon-ticket:before {
  content: "\e939";
}
.icon-cart:before {
  content: "\e93a";
}
.icon-coin-dollar:before {
  content: "\e93b";
}
.icon-coin-euro:before {
  content: "\e93c";
}
.icon-coin-pound:before {
  content: "\e93d";
}
.icon-coin-yen:before {
  content: "\e93e";
}
.icon-credit-card:before {
  content: "\e93f";
}
.icon-calculator:before {
  content: "\e940";
}
.icon-lifebuoy:before {
  content: "\e941";
}
.icon-phone:before {
  content: "\e942";
}
.icon-phone-hang-up:before {
  content: "\e943";
}
.icon-address-book:before {
  content: "\e944";
}
.icon-envelop:before {
  content: "\e945";
}
.icon-pushpin:before {
  content: "\e946";
}
.icon-location:before {
  content: "\e947";
}
.icon-location2:before {
  content: "\e948";
}
.icon-compass:before {
  content: "\e949";
}
.icon-compass2:before {
  content: "\e94a";
}
.icon-map:before {
  content: "\e94b";
}
.icon-map2:before {
  content: "\e94c";
}
.icon-history:before {
  content: "\e94d";
}
.icon-clock:before {
  content: "\e94e";
}
.icon-clock2:before {
  content: "\e94f";
}
.icon-alarm:before {
  content: "\e950";
}
.icon-bell:before {
  content: "\e951";
}
.icon-stopwatch:before {
  content: "\e952";
}
.icon-calendar:before {
  content: "\e953";
}
.icon-printer:before {
  content: "\e954";
}
.icon-keyboard:before {
  content: "\e955";
}
.icon-display:before {
  content: "\e956";
}
.icon-laptop:before {
  content: "\e957";
}
.icon-mobile:before {
  content: "\e958";
}
.icon-mobile2:before {
  content: "\e959";
}
.icon-tablet:before {
  content: "\e95a";
}
.icon-tv:before {
  content: "\e95b";
}
.icon-drawer:before {
  content: "\e95c";
}
.icon-drawer2:before {
  content: "\e95d";
}
.icon-box-add:before {
  content: "\e95e";
}
.icon-box-remove:before {
  content: "\e95f";
}
.icon-download:before {
  content: "\e960";
}
.icon-upload:before {
  content: "\e961";
}
.icon-floppy-disk:before {
  content: "\e962";
}
.icon-drive:before {
  content: "\e963";
}
.icon-database:before {
  content: "\e964";
}
.icon-undo:before {
  content: "\e965";
}
.icon-redo:before {
  content: "\e966";
}
.icon-undo2:before {
  content: "\e967";
}
.icon-redo2:before {
  content: "\e968";
}
.icon-forward:before {
  content: "\e969";
}
.icon-reply:before {
  content: "\e96a";
}
.icon-bubble:before {
  content: "\e96b";
}
.icon-bubbles:before {
  content: "\e96c";
}
.icon-bubbles2:before {
  content: "\e96d";
}
.icon-bubble2:before {
  content: "\e96e";
}
.icon-bubbles3:before {
  content: "\e96f";
}
.icon-bubbles4:before {
  content: "\e970";
}
.icon-user:before {
  content: "\e971";
}
.icon-users:before {
  content: "\e972";
}
.icon-user-plus:before {
  content: "\e973";
}
.icon-user-minus:before {
  content: "\e974";
}
.icon-user-check:before {
  content: "\e975";
}
.icon-user-tie:before {
  content: "\e976";
}
.icon-quotes-left:before {
  content: "\e977";
}
.icon-quotes-right:before {
  content: "\e978";
}
.icon-hour-glass:before {
  content: "\e979";
}
.icon-spinner:before {
  content: "\e97a";
}
.icon-spinner2:before {
  content: "\e97b";
}
.icon-spinner3:before {
  content: "\e97c";
}
.icon-spinner4:before {
  content: "\e97d";
}
.icon-spinner5:before {
  content: "\e97e";
}
.icon-spinner6:before {
  content: "\e97f";
}
.icon-spinner7:before {
  content: "\e980";
}
.icon-spinner8:before {
  content: "\e981";
}
.icon-spinner9:before {
  content: "\e982";
}
.icon-spinner10:before {
  content: "\e983";
}
.icon-spinner11:before {
  content: "\e984";
}
.icon-binoculars:before {
  content: "\e985";
}
.icon-search:before {
  content: "\e986";
}
.icon-zoom-in:before {
  content: "\e987";
}
.icon-zoom-out:before {
  content: "\e988";
}
.icon-enlarge:before {
  content: "\e989";
}
.icon-shrink:before {
  content: "\e98a";
}
.icon-enlarge2:before {
  content: "\e98b";
}
.icon-shrink2:before {
  content: "\e98c";
}
.icon-key:before {
  content: "\e98d";
}
.icon-key2:before {
  content: "\e98e";
}
.icon-lock:before {
  content: "\e98f";
}
.icon-unlocked:before {
  content: "\e990";
}
.icon-wrench:before {
  content: "\e991";
}
.icon-equalizer:before {
  content: "\e992";
}
.icon-equalizer2:before {
  content: "\e993";
}
.icon-cog:before {
  content: "\e994";
}
.icon-cogs:before {
  content: "\e995";
}
.icon-hammer:before {
  content: "\e996";
}
.icon-magic-wand:before {
  content: "\e997";
}
.icon-aid-kit:before {
  content: "\e998";
}
.icon-bug:before {
  content: "\e999";
}
.icon-pie-chart:before {
  content: "\e99a";
}
.icon-stats-dots:before {
  content: "\e99b";
}
.icon-stats-bars:before {
  content: "\e99c";
}
.icon-stats-bars2:before {
  content: "\e99d";
}
.icon-trophy:before {
  content: "\e99e";
}
.icon-gift:before {
  content: "\e99f";
}
.icon-glass:before {
  content: "\e9a0";
}
.icon-glass2:before {
  content: "\e9a1";
}
.icon-mug:before {
  content: "\e9a2";
}
.icon-spoon-knife:before {
  content: "\e9a3";
}
.icon-leaf:before {
  content: "\e9a4";
}
.icon-rocket:before {
  content: "\e9a5";
}
.icon-meter:before {
  content: "\e9a6";
}
.icon-meter2:before {
  content: "\e9a7";
}
.icon-hammer2:before {
  content: "\e9a8";
}
.icon-fire:before {
  content: "\e9a9";
}
.icon-lab:before {
  content: "\e9aa";
}
.icon-magnet:before {
  content: "\e9ab";
}
.icon-bin:before {
  content: "\e9ac";
}
.icon-bin2:before {
  content: "\e9ad";
}
.icon-briefcase:before {
  content: "\e9ae";
}
.icon-airplane:before {
  content: "\e9af";
}
.icon-truck:before {
  content: "\e9b0";
}
.icon-road:before {
  content: "\e9b1";
}
.icon-accessibility:before {
  content: "\e9b2";
}
.icon-target:before {
  content: "\e9b3";
}
.icon-shield:before {
  content: "\e9b4";
}
.icon-power:before {
  content: "\e9b5";
}
.icon-switch:before {
  content: "\e9b6";
}
.icon-power-cord:before {
  content: "\e9b7";
}
.icon-clipboard:before {
  content: "\e9b8";
}
.icon-list-numbered:before {
  content: "\e9b9";
}
.icon-list:before {
  content: "\e9ba";
}
.icon-list2:before {
  content: "\e9bb";
}
.icon-tree:before {
  content: "\e9bc";
}
.icon-menu:before {
  content: "\e9bd";
}
.icon-menu2:before {
  content: "\e9be";
}
.icon-menu3:before {
  content: "\e9bf";
}
.icon-menu4:before {
  content: "\e9c0";
}
.icon-cloud:before {
  content: "\e9c1";
}
.icon-cloud-download:before {
  content: "\e9c2";
}
.icon-cloud-upload:before {
  content: "\e9c3";
}
.icon-cloud-check:before {
  content: "\e9c4";
}
.icon-download2:before {
  content: "\e9c5";
}
.icon-upload2:before {
  content: "\e9c6";
}
.icon-download3:before {
  content: "\e9c7";
}
.icon-upload3:before {
  content: "\e9c8";
}
.icon-sphere:before {
  content: "\e9c9";
}
.icon-earth:before {
  content: "\e9ca";
}
.icon-link:before {
  content: "\e9cb";
}
.icon-flag:before {
  content: "\e9cc";
}
.icon-attachment:before {
  content: "\e9cd";
}
.icon-eye:before {
  content: "\e9ce";
}
.icon-eye-plus:before {
  content: "\e9cf";
}
.icon-eye-minus:before {
  content: "\e9d0";
}
.icon-eye-blocked:before {
  content: "\e9d1";
}
.icon-bookmark:before {
  content: "\e9d2";
}
.icon-bookmarks:before {
  content: "\e9d3";
}
.icon-sun:before {
  content: "\e9d4";
}
.icon-contrast:before {
  content: "\e9d5";
}
.icon-brightness-contrast:before {
  content: "\e9d6";
}
.icon-star-empty:before {
  content: "\e9d7";
}
.icon-star-half:before {
  content: "\e9d8";
}
.icon-star-full:before {
  content: "\e9d9";
}
.icon-heart:before {
  content: "\e9da";
}
.icon-heart-broken:before {
  content: "\e9db";
}
.icon-man:before {
  content: "\e9dc";
}
.icon-woman:before {
  content: "\e9dd";
}
.icon-man-woman:before {
  content: "\e9de";
}
.icon-happy:before {
  content: "\e9df";
}
.icon-happy2:before {
  content: "\e9e0";
}
.icon-smile:before {
  content: "\e9e1";
}
.icon-smile2:before {
  content: "\e9e2";
}
.icon-tongue:before {
  content: "\e9e3";
}
.icon-tongue2:before {
  content: "\e9e4";
}
.icon-sad:before {
  content: "\e9e5";
}
.icon-sad2:before {
  content: "\e9e6";
}
.icon-wink:before {
  content: "\e9e7";
}
.icon-wink2:before {
  content: "\e9e8";
}
.icon-grin:before {
  content: "\e9e9";
}
.icon-grin2:before {
  content: "\e9ea";
}
.icon-cool:before {
  content: "\e9eb";
}
.icon-cool2:before {
  content: "\e9ec";
}
.icon-angry:before {
  content: "\e9ed";
}
.icon-angry2:before {
  content: "\e9ee";
}
.icon-evil:before {
  content: "\e9ef";
}
.icon-evil2:before {
  content: "\e9f0";
}
.icon-shocked:before {
  content: "\e9f1";
}
.icon-shocked2:before {
  content: "\e9f2";
}
.icon-baffled:before {
  content: "\e9f3";
}
.icon-baffled2:before {
  content: "\e9f4";
}
.icon-confused:before {
  content: "\e9f5";
}
.icon-confused2:before {
  content: "\e9f6";
}
.icon-neutral:before {
  content: "\e9f7";
}
.icon-neutral2:before {
  content: "\e9f8";
}
.icon-hipster:before {
  content: "\e9f9";
}
.icon-hipster2:before {
  content: "\e9fa";
}
.icon-wondering:before {
  content: "\e9fb";
}
.icon-wondering2:before {
  content: "\e9fc";
}
.icon-sleepy:before {
  content: "\e9fd";
}
.icon-sleepy2:before {
  content: "\e9fe";
}
.icon-frustrated:before {
  content: "\e9ff";
}
.icon-frustrated2:before {
  content: "\ea00";
}
.icon-crying:before {
  content: "\ea01";
}
.icon-crying2:before {
  content: "\ea02";
}
.icon-point-up:before {
  content: "\ea03";
}
.icon-point-right:before {
  content: "\ea04";
}
.icon-point-down:before {
  content: "\ea05";
}
.icon-point-left:before {
  content: "\ea06";
}
.icon-warning:before {
  content: "\ea07";
}
.icon-notification:before {
  content: "\ea08";
}
.icon-question:before {
  content: "\ea09";
}
.icon-plus:before {
  content: "\ea0a";
}
.icon-minus:before {
  content: "\ea0b";
}
.icon-info:before {
  content: "\ea0c";
}
.icon-cancel-circle:before {
  content: "\ea0d";
}
.icon-blocked:before {
  content: "\ea0e";
}
.icon-cross:before {
  content: "\ea0f";
}
.icon-checkmark:before {
  content: "\ea10";
}
.icon-checkmark2:before {
  content: "\ea11";
}
.icon-spell-check:before {
  content: "\ea12";
}
.icon-enter:before {
  content: "\ea13";
}
.icon-exit:before {
  content: "\ea14";
}
.icon-play2:before {
  content: "\ea15";
}
.icon-pause:before {
  content: "\ea16";
}
.icon-stop:before {
  content: "\ea17";
}
.icon-previous:before {
  content: "\ea18";
}
.icon-next:before {
  content: "\ea19";
}
.icon-backward:before {
  content: "\ea1a";
}
.icon-forward2:before {
  content: "\ea1b";
}
.icon-play3:before {
  content: "\ea1c";
}
.icon-pause2:before {
  content: "\ea1d";
}
.icon-stop2:before {
  content: "\ea1e";
}
.icon-backward2:before {
  content: "\ea1f";
}
.icon-forward3:before {
  content: "\ea20";
}
.icon-first:before {
  content: "\ea21";
}
.icon-last:before {
  content: "\ea22";
}
.icon-previous2:before {
  content: "\ea23";
}
.icon-next2:before {
  content: "\ea24";
}
.icon-eject:before {
  content: "\ea25";
}
.icon-volume-high:before {
  content: "\ea26";
}
.icon-volume-medium:before {
  content: "\ea27";
}
.icon-volume-low:before {
  content: "\ea28";
}
.icon-volume-mute:before {
  content: "\ea29";
}
.icon-volume-mute2:before {
  content: "\ea2a";
}
.icon-volume-increase:before {
  content: "\ea2b";
}
.icon-volume-decrease:before {
  content: "\ea2c";
}
.icon-loop:before {
  content: "\ea2d";
}
.icon-loop2:before {
  content: "\ea2e";
}
.icon-infinite:before {
  content: "\ea2f";
}
.icon-shuffle:before {
  content: "\ea30";
}
.icon-arrow-up-left:before {
  content: "\ea31";
}
.icon-arrow-up:before {
  content: "\ea32";
}
.icon-arrow-up-right:before {
  content: "\ea33";
}
.icon-arrow-right:before {
  content: "\ea34";
}
.icon-arrow-down-right:before {
  content: "\ea35";
}
.icon-arrow-down:before {
  content: "\ea36";
}
.icon-arrow-down-left:before {
  content: "\ea37";
}
.icon-arrow-left:before {
  content: "\ea38";
}
.icon-arrow-up-left2:before {
  content: "\ea39";
}
.icon-arrow-up2:before {
  content: "\ea3a";
}
.icon-arrow-up-right2:before {
  content: "\ea3b";
}
.icon-arrow-right2:before {
  content: "\ea3c";
}
.icon-arrow-down-right2:before {
  content: "\ea3d";
}
.icon-arrow-down2:before {
  content: "\ea3e";
}
.icon-arrow-down-left2:before {
  content: "\ea3f";
}
.icon-arrow-left2:before {
  content: "\ea40";
}
.icon-circle-up:before {
  content: "\ea41";
}
.icon-circle-right:before {
  content: "\ea42";
}
.icon-circle-down:before {
  content: "\ea43";
}
.icon-circle-left:before {
  content: "\ea44";
}
.icon-tab:before {
  content: "\ea45";
}
.icon-move-up:before {
  content: "\ea46";
}
.icon-move-down:before {
  content: "\ea47";
}
.icon-sort-alpha-asc:before {
  content: "\ea48";
}
.icon-sort-alpha-desc:before {
  content: "\ea49";
}
.icon-sort-numeric-asc:before {
  content: "\ea4a";
}
.icon-sort-numberic-desc:before {
  content: "\ea4b";
}
.icon-sort-amount-asc:before {
  content: "\ea4c";
}
.icon-sort-amount-desc:before {
  content: "\ea4d";
}
.icon-command:before {
  content: "\ea4e";
}
.icon-shift:before {
  content: "\ea4f";
}
.icon-ctrl:before {
  content: "\ea50";
}
.icon-opt:before {
  content: "\ea51";
}
.icon-checkbox-checked:before {
  content: "\ea52";
}
.icon-checkbox-unchecked:before {
  content: "\ea53";
}
.icon-radio-checked:before {
  content: "\ea54";
}
.icon-radio-checked2:before {
  content: "\ea55";
}
.icon-radio-unchecked:before {
  content: "\ea56";
}
.icon-crop:before {
  content: "\ea57";
}
.icon-make-group:before {
  content: "\ea58";
}
.icon-ungroup:before {
  content: "\ea59";
}
.icon-scissors:before {
  content: "\ea5a";
}
.icon-filter:before {
  content: "\ea5b";
}
.icon-font:before {
  content: "\ea5c";
}
.icon-ligature:before {
  content: "\ea5d";
}
.icon-ligature2:before {
  content: "\ea5e";
}
.icon-text-height:before {
  content: "\ea5f";
}
.icon-text-width:before {
  content: "\ea60";
}
.icon-font-size:before {
  content: "\ea61";
}
.icon-bold:before {
  content: "\ea62";
}
.icon-underline:before {
  content: "\ea63";
}
.icon-italic:before {
  content: "\ea64";
}
.icon-strikethrough:before {
  content: "\ea65";
}
.icon-omega:before {
  content: "\ea66";
}
.icon-sigma:before {
  content: "\ea67";
}
.icon-page-break:before {
  content: "\ea68";
}
.icon-superscript:before {
  content: "\ea69";
}
.icon-subscript:before {
  content: "\ea6a";
}
.icon-superscript2:before {
  content: "\ea6b";
}
.icon-subscript2:before {
  content: "\ea6c";
}
.icon-text-color:before {
  content: "\ea6d";
}
.icon-pagebreak:before {
  content: "\ea6e";
}
.icon-clear-formatting:before {
  content: "\ea6f";
}
.icon-table:before {
  content: "\ea70";
}
.icon-table2:before {
  content: "\ea71";
}
.icon-insert-template:before {
  content: "\ea72";
}
.icon-pilcrow:before {
  content: "\ea73";
}
.icon-ltr:before {
  content: "\ea74";
}
.icon-rtl:before {
  content: "\ea75";
}
.icon-section:before {
  content: "\ea76";
}
.icon-paragraph-left:before {
  content: "\ea77";
}
.icon-paragraph-center:before {
  content: "\ea78";
}
.icon-paragraph-right:before {
  content: "\ea79";
}
.icon-paragraph-justify:before {
  content: "\ea7a";
}
.icon-indent-increase:before {
  content: "\ea7b";
}
.icon-indent-decrease:before {
  content: "\ea7c";
}
.icon-share:before {
  content: "\ea7d";
}
.icon-new-tab:before {
  content: "\ea7e";
}
.icon-embed:before {
  content: "\ea7f";
}
.icon-embed2:before {
  content: "\ea80";
}
.icon-terminal:before {
  content: "\ea81";
}
.icon-share2:before {
  content: "\ea82";
}
.icon-mail:before {
  content: "\ea83";
}
.icon-mail2:before {
  content: "\ea84";
}
.icon-mail3:before {
  content: "\ea85";
}
.icon-mail4:before {
  content: "\ea86";
}
.icon-amazon:before {
  content: "\ea87";
}
.icon-google:before {
  content: "\ea88";
}
.icon-google2:before {
  content: "\ea89";
}
.icon-google3:before {
  content: "\ea8a";
}
.icon-google-plus:before {
  content: "\ea8b";
}
.icon-google-plus2:before {
  content: "\ea8c";
}
.icon-google-plus3:before {
  content: "\ea8d";
}
.icon-hangouts:before {
  content: "\ea8e";
}
.icon-google-drive:before {
  content: "\ea8f";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-facebook2:before {
  content: "\ea91";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-spotify:before {
  content: "\ea94";
}
.icon-telegram:before {
  content: "\ea95";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-vine:before {
  content: "\ea97";
}
.icon-vk:before {
  content: "\ea98";
}
.icon-renren:before {
  content: "\ea99";
}
.icon-sina-weibo:before {
  content: "\ea9a";
}
.icon-rss:before {
  content: "\ea9b";
}
.icon-rss2:before {
  content: "\ea9c";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-youtube2:before {
  content: "\ea9e";
}
.icon-twitch:before {
  content: "\ea9f";
}
.icon-vimeo:before {
  content: "\eaa0";
}
.icon-vimeo2:before {
  content: "\eaa1";
}
.icon-lanyrd:before {
  content: "\eaa2";
}
.icon-flickr:before {
  content: "\eaa3";
}
.icon-flickr2:before {
  content: "\eaa4";
}
.icon-flickr3:before {
  content: "\eaa5";
}
.icon-flickr4:before {
  content: "\eaa6";
}
.icon-dribbble:before {
  content: "\eaa7";
}
.icon-behance:before {
  content: "\eaa8";
}
.icon-behance2:before {
  content: "\eaa9";
}
.icon-deviantart:before {
  content: "\eaaa";
}
.icon-500px:before {
  content: "\eaab";
}
.icon-steam:before {
  content: "\eaac";
}
.icon-steam2:before {
  content: "\eaad";
}
.icon-dropbox:before {
  content: "\eaae";
}
.icon-onedrive:before {
  content: "\eaaf";
}
.icon-github:before {
  content: "\eab0";
}
.icon-npm:before {
  content: "\eab1";
}
.icon-basecamp:before {
  content: "\eab2";
}
.icon-trello:before {
  content: "\eab3";
}
.icon-wordpress:before {
  content: "\eab4";
}
.icon-joomla:before {
  content: "\eab5";
}
.icon-ello:before {
  content: "\eab6";
}
.icon-blogger:before {
  content: "\eab7";
}
.icon-blogger2:before {
  content: "\eab8";
}
.icon-tumblr:before {
  content: "\eab9";
}
.icon-tumblr2:before {
  content: "\eaba";
}
.icon-yahoo:before {
  content: "\eabb";
}
.icon-yahoo2:before {
  content: "\eabc";
}
.icon-tux:before {
  content: "\eabd";
}
.icon-appleinc:before {
  content: "\eabe";
}
.icon-finder:before {
  content: "\eabf";
}
.icon-android:before {
  content: "\eac0";
}
.icon-windows:before {
  content: "\eac1";
}
.icon-windows8:before {
  content: "\eac2";
}
.icon-soundcloud:before {
  content: "\eac3";
}
.icon-soundcloud2:before {
  content: "\eac4";
}
.icon-skype:before {
  content: "\eac5";
}
.icon-reddit:before {
  content: "\eac6";
}
.icon-hackernews:before {
  content: "\eac7";
}
.icon-wikipedia:before {
  content: "\eac8";
}
.icon-linkedin:before {
  content: "\eac9";
}
.icon-linkedin2:before {
  content: "\eaca";
}
.icon-lastfm:before {
  content: "\eacb";
}
.icon-lastfm2:before {
  content: "\eacc";
}
.icon-delicious:before {
  content: "\eacd";
}
.icon-stumbleupon:before {
  content: "\eace";
}
.icon-stumbleupon2:before {
  content: "\eacf";
}
.icon-stackoverflow:before {
  content: "\ead0";
}
.icon-pinterest:before {
  content: "\ead1";
}
.icon-pinterest2:before {
  content: "\ead2";
}
.icon-xing:before {
  content: "\ead3";
}
.icon-xing2:before {
  content: "\ead4";
}
.icon-flattr:before {
  content: "\ead5";
}
.icon-foursquare:before {
  content: "\ead6";
}
.icon-yelp:before {
  content: "\ead7";
}
.icon-paypal:before {
  content: "\ead8";
}
.icon-chrome:before {
  content: "\ead9";
}
.icon-firefox:before {
  content: "\eada";
}
.icon-IE:before {
  content: "\eadb";
}
.icon-edge:before {
  content: "\eadc";
}
.icon-safari:before {
  content: "\eadd";
}
.icon-opera:before {
  content: "\eade";
}
.icon-file-pdf:before {
  content: "\eadf";
}
.icon-file-openoffice:before {
  content: "\eae0";
}
.icon-file-word:before {
  content: "\eae1";
}
.icon-file-excel:before {
  content: "\eae2";
}
.icon-libreoffice:before {
  content: "\eae3";
}
.icon-html-five:before {
  content: "\eae4";
}
.icon-html-five2:before {
  content: "\eae5";
}
.icon-css3:before {
  content: "\eae6";
}
.icon-git:before {
  content: "\eae7";
}
.icon-codepen:before {
  content: "\eae8";
}
.icon-svg:before {
  content: "\eae9";
}
.icon-IcoMoon:before {
  content: "\eaea";
}
.icon-uni21:before {
  content: "\21";
}
.icon-uni22:before {
  content: "\22";
}
.icon-uni23:before {
  content: "\23";
}
.icon-uni24:before {
  content: "\24";
}
.icon-uni25:before {
  content: "\25";
}
.icon-uni26:before {
  content: "\26";
}
.icon-uni27:before {
  content: "\27";
}
.icon-uni28:before {
  content: "\28";
}
.icon-uni29:before {
  content: "\29";
}
.icon-uni2A:before {
  content: "\2a";
}
.icon-uni2B:before {
  content: "\2b";
}
.icon-uni2C:before {
  content: "\2c";
}
.icon-uni2D:before {
  content: "\2d";
}
.icon-uni2E:before {
  content: "\2e";
}
.icon-uni2F:before {
  content: "\2f";
}
.icon-uni30:before {
  content: "\30";
}
.icon-uni31:before {
  content: "\31";
}
.icon-uni32:before {
  content: "\32";
}
.icon-uni33:before {
  content: "\33";
}
.icon-uni34:before {
  content: "\34";
}
.icon-uni35:before {
  content: "\35";
}
.icon-uni36:before {
  content: "\36";
}
.icon-uni37:before {
  content: "\37";
}
.icon-uni38:before {
  content: "\38";
}
.icon-uni39:before {
  content: "\39";
}
.icon-uni3A:before {
  content: "\3a";
}
.icon-uni3B:before {
  content: "\3b";
}
.icon-uni3C:before {
  content: "\3c";
}
.icon-uni3D:before {
  content: "\3d";
}
.icon-uni3E:before {
  content: "\3e";
}
.icon-uni3F:before {
  content: "\3f";
}
.icon-uni40:before {
  content: "\40";
}
.icon-uni41:before {
  content: "\41";
}
.icon-uni42:before {
  content: "\42";
}
.icon-uni43:before {
  content: "\43";
}
.icon-uni44:before {
  content: "\44";
}
.icon-uni45:before {
  content: "\45";
}
.icon-uni46:before {
  content: "\46";
}
.icon-uni47:before {
  content: "\47";
}
.icon-uni48:before {
  content: "\48";
}
.icon-uni49:before {
  content: "\49";
}
.icon-uni4A:before {
  content: "\4a";
}
.icon-uni4B:before {
  content: "\4b";
}
.icon-uni4C:before {
  content: "\4c";
}
.icon-uni4D:before {
  content: "\4d";
}
.icon-uni4E:before {
  content: "\4e";
}
.icon-uni4F:before {
  content: "\4f";
}
.icon-uni50:before {
  content: "\50";
}
.icon-uni51:before {
  content: "\51";
}
.icon-uni52:before {
  content: "\52";
}
.icon-uni53:before {
  content: "\53";
}
.icon-uni54:before {
  content: "\54";
}
.icon-uni55:before {
  content: "\55";
}
.icon-uni56:before {
  content: "\56";
}
.icon-uni57:before {
  content: "\57";
}
.icon-uni58:before {
  content: "\58";
}
.icon-uni59:before {
  content: "\59";
}
.icon-uni5A:before {
  content: "\5a";
}
.icon-uni5B:before {
  content: "\5b";
}
.icon-uni5C:before {
  content: "\5c";
}
.icon-uni5D:before {
  content: "\5d";
}
.icon-uni5E:before {
  content: "\5e";
}
.icon-uni5F:before {
  content: "\5f";
}
.icon-uni60:before {
  content: "\60";
}
.icon-uni61:before {
  content: "\61";
}
.icon-uni62:before {
  content: "\62";
}
.icon-uni63:before {
  content: "\63";
}
.icon-uni64:before {
  content: "\64";
}
.icon-uni65:before {
  content: "\65";
}
.icon-uni66:before {
  content: "\66";
}
.icon-uni67:before {
  content: "\67";
}
.icon-uni68:before {
  content: "\68";
}
.icon-uni69:before {
  content: "\69";
}
.icon-uni6A:before {
  content: "\6a";
}
.icon-uni6B:before {
  content: "\6b";
}
.icon-uni6C:before {
  content: "\6c";
}
.icon-uni6D:before {
  content: "\6d";
}
.icon-uni6E:before {
  content: "\6e";
}
.icon-uni6F:before {
  content: "\6f";
}
.icon-uni70:before {
  content: "\70";
}
.icon-uni71:before {
  content: "\71";
}
.icon-uni72:before {
  content: "\72";
}
.icon-uni73:before {
  content: "\73";
}
.icon-uni74:before {
  content: "\74";
}
.icon-uni75:before {
  content: "\75";
}
.icon-uni76:before {
  content: "\76";
}
.icon-uni77:before {
  content: "\77";
}
.icon-uni78:before {
  content: "\78";
}
.icon-uni79:before {
  content: "\79";
}
.icon-uni7A:before {
  content: "\7a";
}
.icon-uni7B:before {
  content: "\7b";
}
.icon-uni7C:before {
  content: "\7c";
}
.icon-uni7D:before {
  content: "\7d";
}
.icon-uni7E:before {
  content: "\7e";
}
.icon-uniA9:before {
  content: "\a9";
}
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: 'Source Code Pro', Consola, 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;
  min-width: 1070px;
  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;
  display: flex;
}
.header .logo {
  width: 160px;
}
.header .menu {
  margin: 0;
  padding: 10px;
  list-style-type: none;
}
.header #search-box {
  padding: 10px;
  font-size: 16px;
  flex-grow: 1;
  line-height: 48px;
  position: relative;
}
.header #search-box .icon {
  position: absolute;
}
.header #search-box .input-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;
  padding: 0 3px;
  margin-left: 20px;
}
.header #search-box .input-box > #search-input {
  border: none;
  border-bottom: 1px solid #9e9e9e;
  background: inherit;
  width: 50%;
  -ms-transition: width 0.3s ease-in;
  -moz-transition: width 0.3s ease-in;
  -webkit-transition: width 0.3s ease-in;
  -o-transition: width 0.3s ease-in;
  transition: width 0.3s ease-in;
  outline: none;
}
.header #search-box .input-box > #search-input:focus {
  width: 80%;
}
.header #search-box > #search-result-box {
  position: absolute;
  z-index: 100;
  line-height: 1.2;
  top: 48px;
  width: 300px;
  max-height: 600px;
  overflow-y: auto;
  background: #f3f3f3;
  box-shadow: -2px 3px 9px 0px #939393;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  word-break: break-all;
  display: none;
  padding: 7px;
}
.header #search-box > #search-result-box ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
}
.header #search-box > #search-result-box a.search-result-title {
  color: #3272b5;
  font-size: 16px;
}
.header #search-box > #search-result-box p.search-result {
  font-size: 14px;
  margin: 0.6em 0;
}
.header #search-box > #search-result-box strong.search-keyword {
  color: #ff776d;
}
.logo a {
  position: relative;
  display: block;
  height: 68px;
  line-height: 68px;
  color: #fff;
  background-color: #ff5e52;
  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 {
  height: 100%;
  font-size: 28px;
  font-family: "HomizioNova", "Microsoft Yahei";
  font-style: italic;
}
.logo a .cover .description {
  line-height: 34px;
  height: 100%;
  color: #fff;
  background-color: #51cc87;
  opacity: 0.85;
}
.logo a:hover .cover {
  top: -100%;
}
.menu .item {
  float: left;
  padding: 0 20px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
}
.menu .item a {
  color: #666;
}
.menu .item a:hover {
  color: #ff5e52;
}
.menu .current a {
  color: #ff5e52;
}
.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: #ff5e52;
  font-size: 14px;
}
.profile .feeds .sns .sinaweibo:hover {
  color: #ff5e52;
}
.profile .feeds .sns .qqweibo b {
  color: #1faeff;
  font-size: 14px;
}
.profile .feeds .sns .qqweibo:hover {
  color: #1faeff;
}
.profile .feeds .sns .wechat {
  position: relative;
}
.profile .feeds .sns .wechat b {
  color: #4bc916;
  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: #4bc916;
}
.profile .feeds .sns .wechat:hover .popover {
  display: block;
}
.dropnav {
  display: none;
}
/*
 * 正文内容
 */
.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: #ff5e52;
  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 #ff5e52;
  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 #ff5e52;
}
.post .post-meta {
  color: #888;
  font-size: 12px;
}
.post .post-meta .post-views,
.post .post-meta .post-cat,
.post .post-meta .post-comments {
  margin-right: 15px;
}
.post .post-content {
  position: relative;
  color: #444;
}
.post .post-content img {
  max-width: 100%;
}
.post .post-content .post-excerpt {
  position: relative;
  min-height: 140px;
  margin-right: 210px;
  overflow: hidden;
}
.post .post-content .post-thumbnail {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 140px;
  overflow: hidden;
}
.post .post-content .post-thumbnail .thumbnail {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 100%;
  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 #ff5e52;
}
.post .post-content .more a {
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: 0;
  padding: 3px 7px;
  border: none;
  color: #fff;
  background-color: #51cc87;
  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;
}
.archive-wapper {
  list-style: none;
}
.archive-wapper .archive-item > a {
  display: block;
  font-size: 16px;
  line-height: 30px;
}
.archive-wapper .archive-item > a .date {
  color: #999;
  font-size: 14px;
}
/*
 * 高亮样式
 */
pre,
.highlight {
  background: #1d1f21;
  margin: 20px 0;
  padding: 10px;
  overflow: auto;
  font-size: 13px;
  color: #c5c8c6;
  line-height: 1.6;
  border: 2px solid #ccc;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.highlight .gutter pre,
.gist .gist-file .gist-data .line-numbers {
  color: #666;
}
pre,
code {
  font-family: "Source Code Pro", Consolas, Monaco, Menlo, monospace;
}
code {
  word-break: break-all;
  background: #f5ecee;
  color: #c7254e;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 0 0.3em;
}
pre code {
  background: 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: #969896;
  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: #1d1f21;
  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: #1d1f21;
  color: #969896;
  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: #969896;
}
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: #c66;
}
pre .number,
pre .preprocessor,
pre .built_in,
pre .literal,
pre .params,
pre .constant {
  color: #de935f;
}
pre .ruby .class .title,
pre .css .rules .attribute {
  color: #b5bd68;
}
pre .string,
pre .value,
pre .inheritance,
pre .header,
pre .ruby .symbol,
pre .xml .cdata {
  color: #b5bd68;
}
pre .title,
pre .css .hexcolor {
  color: #8abeb7;
}
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: #81a2be;
}
pre .keyword,
pre .javascript .function {
  color: #b294bb;
}
/*
 * 搜索框
 */
.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,
.widget .widget-date {
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #eee;
}
.widget .widget-hd strong,
.widget .widget-date strong {
  position: relative;
  display: inline-block;
  bottom: -2px;
  color: #444;
  border-bottom: 2px solid #ff5e52;
  font-weight: normal;
}
.widget .widget-hd .logout,
.widget .widget-date .logout {
  position: relative;
  bottom: -2px;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
}
.widget .widget-hd .logout:hover,
.widget .widget-date .logout:hover {
  text-decoration: none;
}
.widget .widget-date {
  text-align: center;
  border-bottom: none;
}
.widget .widget-date strong {
  border-bottom: none;
}
.widget .widget-bd,
.widget .archive-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget .widget-bd li,
.widget .archive-list li {
  display: block;
  padding: 10px 0;
  line-height: 1.5;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.widget .widget-bd li .badge,
.widget .archive-list li .badge,
.widget .widget-bd li .archive-list-count,
.widget .archive-list li .archive-list-count {
  color: #a4a4a4;
  padding: 0.2em 0.5em;
}
.widget .widget-bd li .badge::before,
.widget .archive-list li .badge::before,
.widget .widget-bd li .archive-list-count::before,
.widget .archive-list li .archive-list-count::before {
  content: "(";
}
.widget .widget-bd li .badge::after,
.widget .archive-list li .badge::after,
.widget .widget-bd li .archive-list-count::after,
.widget .archive-list li .archive-list-count::after {
  content: ")";
}
.widget .widget-bd li a .avatar,
.widget .archive-list 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,
.widget .archive-list 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,
.widget .archive-list li p {
  margin: 0;
  padding: 0;
}
.widget .tags-cloud > a {
  margin: 0 3px;
  position: relative;
}
.widget .tags-cloud > a::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -3px;
  left: 0;
  background: #aaa;
  -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;
  -ms-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  -webkit-transform: scale3d(0, 1, 1);
  -o-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  transform-origin: 50% 0;
  text-decoration: underline;
}
.widget .tags-cloud > a:hover::after {
  -ms-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
/*
 * Article
 */
.article-nav {
  padding-bottom: 10px;
  color: #888;
}
.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 20px;
  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: #ff5e52;
  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 (max-width: 959px) {
  .container {
    margin-bottom: 10px;
    padding: 0 10px;
    min-width: auto;
  }
  .content {
    min-height: 500px;
  }
  .sidebar {
    display: none;
  }
  .content-main {
    margin-right: 0;
    padding: 20px 10px;
  }
  .header .header-main {
    height: auto;
  }
  .header .logo {
    float: none;
    width: 100%;
  }
  .header .profile {
    display: none;
  }
  .header #search-box {
    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;
    position: absolute;
    right: 10px;
    top: 69px;
  }
  .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: 21px;
    right: 20px;
    width: 30px;
    height: 30px;
    padding: 0 2px;
    line-height: 30px;
    font-size: 30px;
    color: #efe0ce;
    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;
  }
}
