﻿a#blog-icon svg g#blog-text path {
  fill: #646464;
  stroke: #646464;
}

a#blog-icon svg path#blog-fill {
  fill: #646464;
}

a#blog-icon svg {
  height: 32px;
  width: 32px;
}

a#weixin-icon svg {
  height: 30px;
  width: 30px;
}

a#weixin-icon:hover svg {
  fill: #b2d5f1;
}

.profservices {
  width: 221px;
  padding: 1px 20px 20px 24px;
  position: relative;
  left: -287px;
  bottom: 373px;
  background-color: #e7eaeb;
}

@-moz-document url-prefix() {
  .profservices {
    width: 221px;
    padding: 1px 20px 20px 24px;
    position: relative;
    left: -246px;
    bottom: 372px;
    background-color: #e7eaeb;
  }
}

.moreLessTrigger.collapsed:before {
  content: '更多';
}

.moreLessTrigger:not(.collapsed):before {
  content: '收起';
  outline: none !important;
}

.bc > li a[href='/']:before {
  content: '主页';
}
