/**全站通用**/
html,
body {
  height: 100%;
  background: #f5f5f5;
  line-height: unset;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
input {
  border-radius: 0;
}
textarea {
  resize: none;
}
img {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
figure {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}
blockquote {
  background: #f3f3f3;
  padding: 10px;
  line-height: 2;
  letter-spacing: 1px;
  font-size: 14px;
  text-align: justify;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.y-center {
  height: 400px;
  display: flex;
  align-items: center;
}
.x-center {
  text-align: center;
}
.flex-right {
  text-align: right;
  width: 100%;
  align-content: center;
}
/**首页顶部菜单**/
header {
  position: fixed;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: 9999;
}
#navbar .layui-nav {
  padding: 0 80px;
}
.layui-nav {
  background-color: #ffffff00;
}
.layui-nav .layui-nav-item a {
  color: #fff;
}
.layui-nav .layui-nav-item a:hover,
.layui-nav .layui-this a {
  color: #fff;
}
.layui-nav .layui-nav-item dd a {
  color: #333;
}
.layui-nav .layui-nav-item dd a:hover {
  color: #1474fd;
}
.scroll .layui-nav .layui-nav-item a {
  color: #333;
}
.layui-nav .layui-this a,
.scroll .layui-nav .layui-nav-item a:hover {
  color: #1474fd;
}
.scroll {
  background-color: #fff;
  padding: 0;
  box-shadow: 0 2px 6px #8b8b8b;
}
.scroll .layui-nav .layui-nav-item dd a {
  color: #333;
}
.scroll .layui-nav {
  padding: 0 80px;
}
.logo {
  width: 200px;
  display: inline-flex;
}
.logo img {
  height: 30px;
  vertical-align: middle;
}
/**主屏形象展示**/
#home {
  background-image: linear-gradient(to right bottom, #1b1b1b, #28210f, #5c523f);
  height: 490px;
  display: flex;
  overflow: hidden;
}
.home {
  background: #111;
  padding: 30px;
}
#home .photo img {
  width: 450px;
  padding-top: 40px;
  margin-left: 50px;
  pointer-events: none;
}
.hero-text {
  padding-top: 150px;
}
.hero-text h1 {
  font-weight: 400;
  color: #fff;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 10px;
  margin: 10px auto;
}
.typewrite {
  margin: 30px auto;
  height: 30px;
}
.hero-text span.welcome {
  font-weight: 700;
  color: #0779e4;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  position: relative;
  z-index: 0;
  display: inline-block;
  background: #fff;
  border-radius: 4px;
  padding: 4px 9px;
}
.hero-text span.welcome:after {
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
}
.hero-int p {
  display: inline-block;
  background: #ffd6a3;
  color: #363636;
  padding: 2px 12px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 100px;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  font-weight: bolder;
}
.hero-int p i.iconfont {
  font-size: 10px;
  margin-right: 3px;
}
.hero-text span {
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
}
/**锚点偏移**/
.anmao {
  position: relative;
  margin-top: -60px;
  padding-top: 60px;
}
/**律师个人信息**/
#about {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
#about .layui-container {
  margin: 20px auto;
}
.vcard {
  background: #fff;
  padding: 20px;
  margin-right: 20px;
  box-sizing: border-box;
  text-align: center;
}
.vcard h3 {
  font-size: 22px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
  letter-spacing: 2px;
  display: inline-block;
}
.vcard img {
  width: 90%;
  border-radius: 10px;
  pointer-events: none;
}
#about .layui-tab {
  display: inline-block;
  padding: 20px 20px 0;
  margin: 0;
  background: #fff;
  box-sizing: border-box;
  min-width: 100%;
}
#about .layui-tab-content {
  padding: 10px;
}
.name {
  text-align: center;
  display: block;
}
.name img {
  width: 20px;
  height: 20px;
  margin: 0 0 8px 2px;
  cursor: pointer;
  pointer-events: none;
}
.info {
  padding: 1vw;
  text-align: left;
}
.info i {
  font-size: 14px;
  margin-right: 5px;
}
.vcard span:first-child {
  letter-spacing: 0;
}
.vcard span {
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 2;
  color: #424242;
  margin-bottom: 5px;
  cursor: pointer;
}
.vcard span:hover {
  font-weight: 700;
}
.vcard button {
  display: block;
  padding: 5px 10px;
  margin: 0 auto 10px;
  width: 150px;
  border-radius: 100px;
  cursor: pointer;
}
.vcard button.weixin {
  background: #fff;
  color: #20a545;
  border: 1px solid #e9e9e9;
}
.vcard button i.iconfont {
  vertical-align: middle;
  margin-right: 5px;
}
.vcard button.online {
  background: #ffe2be;
  color: #363636;
  border: 1px solid #e1ce9d;
}
#about .layui-tab-title .layui-this:before {
  display: block;
  content: '';
  width: 20px;
  height: 3px;
  background-color: #d6a965;
  bottom: 0;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
#about .layui-tab-title .layui-this:after {
  display: none;
}
#about .layui-tab-title {
  height: 50px;
}
#about h2 {
  margin: 1rem auto;
  font-weight: 700;
  letter-spacing: 2px;
}
#about p {
  color: #202020;
  margin-bottom: 1rem;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 300;
  line-height: 2;
}
#about .tags {
  padding-top: 20px;
  height: 145px;
  padding-bottom: 20px;
}
#about .tags span {
  float: left;
  padding: 0 28px;
  background-color: #f5f5f5;
  border-radius: 19px;
  color: #666;
  line-height: 38px;
  margin-right: 14px;
  margin-bottom: 14px;
}
/**成功案例展示**/
#case {
  padding-top: 20px;
}
#case h3 {
  text-align: center;
  margin: 20px;
  font-size: 28px;
  letter-spacing: 5px;
  font-weight: bolder;
}
#case h3:before {
  background: #ddd;
  content: "";
  height: 1px;
  width: 80px;
  margin: 0 25px 10px 0;
  display: inline-block;
}
#case h3:after {
  background: #ddd;
  content: "";
  height: 1px;
  width: 80px;
  margin: 0 0 10px 25px;
  display: inline-block;
}
.post_list {
  background: #fff;
  padding: 30px;
  float: left;
  width: calc(33% - 71px);
  margin-right: 20px;
  margin-bottom: 20px;
  min-height: 100px;
}
.post_list:nth-child(3n) {
  margin-right: 0;
}
.post_date {
  font-size: 14px;
  color: #a1a1a1;
  letter-spacing: 1px;
  text-align: left;
}
.post_content {
  display: flex;
  justify-content: space-between;
}
.post_left {
  text-align: left;
  margin-right: 5px;
}
.post_content img {
  width: 60px;
  height: 60px;
  border-radius: 5px;
}
.post_content h2 {
  font-weight: 700;
  font-size: 16px;
  display: inline;
  line-height: 1.5;
  letter-spacing: 1px;
}
.post_info span {
  background: #f97070;
  color: #fff;
  padding: 2px 8px;
  border-radius: 2px;
  font-size: 12px;
  margin-right: 3px;
}
.loadmore {
  display: block;
  width: 100%;
  clear: both;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
}
.loadmore:before {
  background: #e5e5e5;
  content: "";
  height: 1px;
  width: 40px;
  margin: 0 10px 4px 0;
  display: inline-block;
}
.loadmore:after {
  background: #e5e5e5;
  content: "";
  height: 1px;
  width: 40px;
  margin: 0 0 4px 10px;
  display: inline-block;
}
.loadmore.loading-active:after,
.loadmore.loading-active:before {
  display: none;
}
.loadmore a {
  color: #a9a9a9;
  letter-spacing: 2px;
}
.word {
  width: 80%;
  text-align: center;
  margin: 30px auto 50px;
}
.word p {
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 1px;
  color: #3e3e3e;
}
.tips {
  padding: 20px;
  border: #cbcbcb 1px dashed;
  border-radius: 5px;
  margin-top: 20px;
  display: inline-block;
  margin-bottom: 50px;
}
p.tips {
  color: #a1a1a1;
  font-weight: lighter;
  line-height: 1.6;
  letter-spacing: 2px;
  font-size: 13px;
  text-align: justify;
}
/**联系律师**/
#contact {
  background: #2e2e2e;
  min-height: 500px;
}
#contact h2 {
  color: #f6c075;
  margin: 50px auto;
  width: 100%;
  text-align: center;
  font-weight: 700;
  letter-spacing: 5px;
  font-size: 28px;
}
#contact h2:before {
  background: linear-gradient(to right, transparent, #ffc576, transparent);
  content: "";
  height: 1px;
  width: 180px;
  margin: 0 25px 10px 0;
  display: inline-block;
}
#contact h2:after {
  background: linear-gradient(to right, transparent, #ffc576, transparent);
  content: "";
  height: 1px;
  width: 180px;
  margin: 0 0 10px 25px;
  display: inline-block;
}
#contact h3 {
  text-align: left;
  color: #fff;
  font-weight: 600;
  display: flex;
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 2;
}
#contact h3 span {
  color: #f6c075;
  font-size: 22px;
  margin-right: 5px;
  line-height: 2;
}
.wxqr {
  display: flex;
  margin-top: 30px;
}
.wxqr li {
  margin-right: 20px;
  display: grid;
  text-align: center;
  color: #fff;
}
.wxqr img {
  width: 100px;
}
.wxqr li span {
  margin-top: 10px;
  letter-spacing: 2px;
}
p.contact {
  color: #e7e7e7;
  line-height: 1.7;
  margin-top: 20px;
  font-size: 15px;
  text-align: justify;
  letter-spacing: 1px;
}
.contact-item {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  text-align: left;
  color: #ffd9a5;
  border-radius: 5px;
  background-color: #3c3c3c;
  margin: 40px 0;
}
.contact-item li {
  margin-bottom: 10px;
  width: 100%;
  letter-spacing: 2px;
}
.contact-item i {
  margin-right: 10px;
}
#message,
#user_email,
#user_name,
#user_phone {
  padding: 10px;
  margin-top: 10px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 0;
}
#message {
  height: 150px;
  width: 100%;
}
#contact-form {
  margin-top: 20px;
}
.submit {
  width: 100%;
  background: #f6c075;
  color: #111;
  padding: 10px;
  border: none;
  font-weight: 700;
  letter-spacing: 2px;
  cursor: pointer;
  transition: 1s;
  margin-top: 8px;
}
.submit:hover {
  background: #ffab37;
  color: #060303;
  transition: 1s;
}
.rel p {
  margin: 20px 0;
  color: #767676;
}
.rel p i {
  vertical-align: bottom;
  margin-bottom: 1px;
  margin-right: 3px;
  display: inline-block;
}
/**页脚**/
footer {
  clear: both;
  text-align: center;
  background: #2e2e2e;
  padding: 2em;
  font-size: 12px;
  letter-spacing: 1px;
  color: #5c5c5c;
  line-height: 2;
}
footer a {
  color: #5c5c5c;
}
footer a:hover {
  text-decoration: underline;
}
.beian {
  align-self: center;
}
.beian img {
  width: 18px;
  margin-right: 2px;
  margin-bottom: 3px;
  pointer-events: none;
}
/**成功案例详情页**/
.article {
  padding: 80px 0 20px;
}
.fixed-left {
  position: sticky;
  top: 80px;
}
.layui-right {
  display: inline-block;
  padding: 20px 20px 0;
  margin: 0;
  background: #fff;
  min-height: 800px;
  width: 100%;
  box-sizing: border-box;
}
.article h1 {
  font-size: 22px;
  font-weight: 600;
  color: #4e4e4e;
  margin: 10px auto 10px;
  text-align: center;
}
.article .post_data {
  text-align: center;
  border-bottom: 1px #efefef solid;
  padding-bottom: 15px;
  margin: 0 20px;
}
.article .span {
  font-size: 12px;
  margin-right: 10px;
  color: #a8a8a8;
}
.article .post {
  padding: 20px 20px 50px;
}
.article .privacy {
  background: #fff5c6;
  color: #a5a5a5;
  padding: 10px 15px;
  line-height: 1.8;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.article p {
  font-size: 15px;
  line-height: 2;
  font-weight: 300;
  color: #212121;
  text-align: justify;
  margin: 20px 0;
}
.article .cc {
  background: #f97070;
  color: #fff;
  padding: 2px 8px;
  border-radius: 2px;
}
.article table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #9f9f9f;
}
.article td,
.article th,
.article tr {
  padding: 10px;
  overflow-wrap: break-word;
}
.article th {
  border-right: #fff 1px solid;
  font-weight: 700;
  background: #454c54;
  color: #fff;
  text-align: center;
}
.article td,
.article tr {
  border: #9f9f9f 1px solid;
  background: #f5f5f5;
  font-size: 14px;
}
.article th:last-child {
  border-right: none;
}
/**业务领域独立页面**/
.cover {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 350px;
  overflow: hidden;
}
.cover h1 {
  color: #fff;
  font-size: 25px;
  letter-spacing: 5px;
  padding-top: 100px;
  font-weight: 600;
  text-shadow: 0 1px 4px #000;
}
.page {
  padding: 50px 0;
}
.page h3 {
  font-size: 20px;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.page p {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 1px;
  color: #000;
  margin-bottom: 20px;
}
/**站点地图/归档页**/
.sitemap,
.layui-container.tags {
  padding: 80px 100px 20px;
}
.sitemap-container,
.tags-container {
  background: #ffffff;
  padding: 30px 50px;
}
.year {
  border-bottom: 1px #2b2b2b solid;
  margin: 20px 0 10px;
  padding: 5px 0;
}
.year span {
  background: #2b2b2b;
  color: #fff;
  padding: 5px 10px;
}
.sitemap h2 {
  margin-top: 10px;
  font-size: 16px;
}
.sitemap .time {
  font-size: 12px;
  color: #878787;
  letter-spacing: 1px;
}
/**标签聚合页**/
.tags-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.tag {
  background: #ebebeb;
  color: #636363;
  padding: 5px 8px;
  font-size: 14px;
  margin: 0 20px 20px 0;
  border-radius: 3px;
}
/**标签详情页**/
.tag-title {
  font-size: 16px;
  color: #d14c5f;
  margin: 10px 20px;
}
.tag-list {
  margin: 0 20px;
  padding: 10px 0;
  border-bottom: 1px #ebebeb solid;
}
.tag-list h2 {
  font-size: 16px;
  line-height: 1.6;
  color: #313131;
}
.tag-list .time {
  color: #b5b5b5;
  letter-spacing: 1px;
}
/**平板端响应式设计**/
@media (min-width: 768px) and (max-width: 1170px) {
  /**局部微调**/
  #navbar .layui-nav {
    padding: 0;
  }
  #home .photo img {
    width: 350px;
    padding-top: 60px;
    margin-left: 0;
  }
  .home {
    padding: 30px 30px 0;
  }
  #home {
    height: 450px;
  }
  .post_list {
    padding: 20px 30px;
    float: none;
    width: 100%;
    box-sizing: border-box;
  }
  #contact {
    padding-top: 10px;
  }
  .scroll .layui-nav {
    padding: 0;
  }
  .page {
    padding: 50px 30px;
  }
  .sitemap,
  .layui-container.tags {
    padding: 80px 20px 20px;
  }
}
/**手机端响应式设计**/
@media (max-width: 767px) {
  html {
    scroll-behavior: smooth;
    touch-action: manipulation;
  }
  body {
    background: #2c2c2c;
    max-width: 100%;
    margin: 0;
    color: #8d9095;
    height: auto;
  }
  /**菜单**/
  .scroll {
    background-color: #333333;
    padding: 8px 0;
    box-shadow: 0 2px 6px #000000;
  }
  .menu {
    display: flex;
    align-items: center;
    margin: 0 20px;
  }
  .menu i {
    font-size: 25px;
    color: #717171;
  }
  .index-menu-skin {
    border-radius: 0;
    background: #383838;
  }
  .index-menu-skin .layui-layer-title {
    border-radius: 0;
    border-bottom: none;
  }
  .index-menu-skin li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    border-bottom: #777 1px solid;
    color: #fff;
    margin: 0 auto;
    width: max-content;
    letter-spacing: 2px;
    font-size: 1em;
  }
  .index-menu-skin li a i {
    margin-right: 5px;
  }
  .index-menu-skin .layui-layer-setwin {
    padding: 10px;
  }
  .index-menu-skin .layui-layer-setwin span {
    color: #fff;
    font-size: 25px;
  }
  .m-logo {
    display: flex;
    justify-content: center;
    padding: 10px 0;
  }
  /**首屏**/
  .m-flex {
    display: flex;
    justify-content: space-around;
  }
  .m-info {
    margin-top: 180px;
    margin-left: 20px;
    writing-mode: vertical-rl;
  }
  .m-card-info .m-title {
    color: #ffc576;
    font-size: 16px;
    white-space: nowrap;
    margin-bottom: 15px;
  }
  .m-card-info .m-title span {
    color: #eaeaea;
    margin-left: 6px;
    font-weight: 300;
    font-style: normal;
    padding: 2px;
    font-size: 12px;
  }
  .m-card-info li {
    list-style: none;
    white-space: nowrap;
    margin-bottom: 6px;
    font-size: 12px;
    color: #fff;
    opacity: 0.6;
  }
  .m-info h1 {
    font-size: 4vw;
    color: #a9a9a9;
    font-weight: 600;
    letter-spacing: 1vw;
    margin-left: 4vw;
  }
  .m-photo img {
    width: 100%;
    padding-top: 100px;
  }
  .m-box {
    padding: 20px;
    border-bottom: 1px #292929 solid;
  }
  .m-card {
    background-color: #3d3d3d;
    border-radius: 8px;
    padding: 20px 0 20px 25px;
    font-size: 14px;
  }
  .m-avatar img {
    height: 150px;
    opacity: 0.9;
  }
  /**律师简介**/
  .m-about {
    padding: 20px;
  }
  .m-center {
    margin: 20px 0;
    text-align: center;
  }
  .m-about span {
    background: #ffc576;
    padding: 5px 20px;
    border-radius: 100px 200px;
    font-size: 14px;
    color: #2c2c2c;
  }
  .m-about p {
    text-align: justify;
    font-size: 14px;
    padding: 15px;
    line-height: 2;
    text-indent: 2em;
    color: #999;
  }
  /**擅长领域**/
  .m-field {
    border-top: #292929 1px solid;
  }
  .m-field:after {
    content: "......";
    font-size: 20px;
    text-align: center;
    position: relative;
    display: block;
  }
  .m-field span {
    color: #fff;
    font-size: 16px;
  }
  .m-field span:after {
    content: '';
    width: 5%;
    height: 10px;
    display: block;
    margin: 0 auto;
    border-bottom: 4px solid #ed9d36;
    padding: 1px;
  }
  .m-field-item {
    background-color: #3d3d3d;
    border-radius: 8px;
    padding: 15px 20px 5px;
    font-size: 14px;
    margin: 20px 30px;
    border: rgb(99 86 51) 1px solid;
  }
  .m-field-item h5 {
    font-size: 16px;
    color: #ffc576;
    margin: 0;
    letter-spacing: 2px;
  }
  .m-field-item p {
    line-height: 2;
    letter-spacing: 2px;
  }
  .m-grid {
    display: grid;
    grid-template-columns: repeat(3, 28.6%);
    grid-template-rows: repeat(3, 30%);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 10px 0 20px 30px;
  }
  .m-field .m-item {
    background-color: #3d3d3d;
    border: rgb(99 86 51) 1px solid !important;
    text-align: center;
    font-size: 14px;
    color: #ffc576;
    letter-spacing: 2px;
    padding: 5px;
  }
  /**成功案例**/
  #case {
    padding-top: 0;
  }
  #case h3 {
    padding: 5px 20px;
    margin: 0;
    font-size: 17px;
    color: transparent;
    letter-spacing: 2px;
    background-image: linear-gradient(#fafafa, #ffc576);
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: bold;
  }
  #case h3:before,
  #case h3:after {
    display: none;
  }
  #case .iconfont {
    color: #fdfdfd;
    font-size: 28px;
  }
  .word {
    width: 100%;
    text-align: center;
    margin: 10px auto 30px;
  }
  .word p {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #858585;
  }
  .post_list {
    box-sizing: border-box;
    float: none;
    width: 100%;
    margin-right: 0;
    background: #3d3d3d;
    padding: 10px 15px;
    border-radius: 5px;
  }
  .post_date {
    font-size: 12px;
    letter-spacing: 0;
    color: #858585;
  }
  .post_content h2 {
    font-size: 16px;
    color: #d5d2c8;
  }
  .post_info span {
    margin-right: 3px;
    background-color: #3d3d3d;
    color: #ffc576;
    padding: 2px 8px;
    border: rgb(99 86 51) 1px solid;
    border-radius: 2px;
    font-size: 11px;
  }
  .post_content img {
    opacity: 0.7;
  }
  /**加载更多**/
  .loadmore {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .loadmore:before,
  .loadmore:after {
    background: #696969;
    width: 20px;
  }
  .loadmore a {
    font-size: 12px;
    color: #414141;
  }
  .tips {
    border: #535353 1px dashed;
    padding: 10px;
    margin: 0;
  }
  p.tips {
    letter-spacing: 0;
    font-size: 11px;
    color: #7b7b7b;
  }
  /**联系律师**/
  #contact {
    background: none;
  }
  #contact h2 {
    box-sizing: border-box;
    font-size: 17px;
    color: transparent;
    letter-spacing: 2px;
    background-image: linear-gradient(#fafafa, #ffc576);
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: bold;
    display: flex;
    align-items: center;
  }
  #contact h2:before,
  #contact h2:after {
    content: "";
    display: block;
    height: 1px;
    width: 20%;
    background: linear-gradient(to right, transparent, #ffc576, transparent);
    margin: 0.5em 0;
    flex: 1;
  }
  #contact h2:before {
    margin-right: 0.5em;
  }
  #contact h2:after {
    margin-left: 0.5em;
  }
  .facetoface i,
  .comment i {
    font-size: 16px;
    margin-right: 3px;
    color: #d1d1d1;
  }
  #contact h3 {
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
    color: #e3e3e3;
    display: inline-block;
    position: relative;
  }
  #contact h3:before {
    content: '';
    left: 1px;
    right: 1px;
    height: 52%;
    background-color: #bbd1ef;
    position: absolute;
    opacity: 0.23;
    top: 70%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  p.contact {
    font-size: 14px;
    color: #c5c5c5;
  }
  .comment {
    margin-top: 30px;
  }
  #contact-form {
    margin-top: 10px;
  }
  #message,
  #user_email,
  #user_name,
  #user_phone {
    background: #000000;
    border-radius: 0;
    margin-bottom: 15px;
    margin-top: 5px;
    padding: 10px 20px;
    border: 1px solid #5c5c5c;
    width: 100%;
    color: #fff;
    outline: none !important;
    box-shadow: none !important;
    font-size: 14px;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: textfield;
    box-sizing: border-box;
  }
  .rel p {
    font-size: 12px;
  }
  /**底部版权信息**/
  footer {
    color: #939393;
    background: none;
    font-size: 11px;
  }
  footer p {
    line-height: 20px;
  }
  footer a {
    color: #939393;
  }
  /**文章详情页**/
  .layui-right {
    background: none;
    min-height: 100px;
  }
  .article h1 {
    color: #c5c5c5;
    line-height: 1.5;
    letter-spacing: 1px;
  }
  .article .post {
    padding: 0;
  }
  .article .cc {
    background: #525252;
    padding: 2px 6px;
    color: #fdbd68;
    margin-right: 5px;
  }
  .article .post_data {
    border-bottom: 1px #333333 solid;
  }
  .article .privacy {
    background: #2d2d2d;
    color: #b69972;
    box-shadow: inset 3px 2px 3px #2a2929, inset -1px 0px 3px #333333;
  }
  .post h3 {
    color: #bdbdbd;
    font-weight: 600;
    display: block;
    font-size: 1.1em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
  }
  .post p {
    color: #a3a3a3;
    letter-spacing: 0.3px;
    font-weight: 500;
  }
  /**网站地图/归档页**/
  .sitemap,
  .layui-container.tags {
    padding: 80px 0 0;
  }
  .sitemap-container,
  .tags-container {
    background: none;
    padding: 0 40px;
  }
  .year span {
    background: #595959;
  }
  .year {
    border-bottom: 1px #595959 solid;
  }
  .sitemap h2 {
    font-size: 14px;
    color: #c5c5c5;
  }
  .tag {
    background: #3d3d3d;
    padding: 5px 8px;
    color: #ffc576;
    border: rgb(99 86 51) 1px solid;
  }
  /**标签详情页**/
  .tag-title {
    color: #f6c075;
  }
  .tag-list h2 {
    color: #b3b3b3;
  }
  .tag-list {
    border-bottom: 1px #353535 solid;
  }
  .tag-list .time {
    color: #5d5d5d;
  }
  /**专业领域**/
  .cover {
    height: 200px;
    align-items: flex-start;
  }
  .cover h1 {
    font-size: 22px;
    letter-spacing: 2px;
  }
  .page p {
    color: #c9c9c9;
  }
}
