/*global*/
body {
  background-color: #f4f4f4;
}
.cl-cantainer {
  min-height: 80vh;
}
.con a {
  color: blue;
}
a:hover {
  color: #5b58f4;
  text-decoration: none;
}
/*header*/
.cl-header {
  background-color: #fff;
  /*height: 80px;*/
  /*line-height: 80px;*/
  box-shadow: 0 5px 15px rgba(153, 153, 153, 0.1);
}
.header-content {
  position: relative;
}
.cl-logo {
  position: absolute;
  left: 0;
  top: 0;
  height: 80px;
  width: 300px;
  overflow: hidden;
}
.cl-logo img {
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.navbar-toggler:not(:disabled):not(.disabled):focus {
  outline: none;
}
.navbar {
  padding: 0;
}
.navbar-light .navbar-nav .active > .nav-link {
  color: #5b58f4;
  font-weight: bold;
}
.nav .nav-item a.active {
  color: #5b58f4;
  font-weight: bold;
}

.navbar .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.recommend-index {
  margin-bottom: 20px;
}

/*left*/
.cl-left {
  margin: 20px 0;
  padding: 0;
}
.recommend-top {
  margin-bottom: 20px;
}

.recommend-bottom {
  display: flex;
  justify-content: space-between;
}
.recommend-item {
  width: 49%;
  /*height: 170px;*/
  overflow: hidden;
}

.cl-artical-content,
.recommend-panel,
.comment {
  background-color: #fff;
  padding: 0 20px 20px 20px;
}

/*card*/
.cl-card {
  background-color: #fff;
  padding: 1rem 1rem;
  margin: 0 0 20px 0;
}

.cl-card .cl-card-image {
  /*border:1px solid #eaeaea;*/
  overflow: hidden;
  /*height: 150px;*/
  padding: 0;
}

.cl-card .cl-card-image img {
  width: 100%;
  border-radius: 6%;
  max-width: 100%;
}

.col-lg-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 18%;
}

.col-lg-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.cl-card .cl-card-more a {
  color: #5b58f4;
}
.cl-card-main-title a:hover,
.cl-card .cl-card-more a:hover {
  border-bottom: 2px solid #5b58f4;
  padding-bottom: 2px;
}

.cl-card-main-title a {
  font-size: 1.1rem;
  color: #333;
  font-weight: bold;
}
.cl-card-main-title a:hover {
  text-decoration: underline;
}
.cl-card-main-info {
  font-size: 1rem;
  color: #999;
  height: 3.9rem;
  overflow: hidden;
  margin: 0.5rem 0 2rem 0;
}
/*page*/
.pagination .page-item.active .page-link {
  background-color: #5b58f4;
  border-color: #5b58f4;
  color: #fff;
}
.pagination .page-item .page-link {
  color: #666;
}
.pagination {
  margin: 20px 0 0 0;
}
.pagination li.disabled .page-link {
  background-color: #eee;
  color: #999;
}
.pagination li.disabled {
  cursor: not-allowed;
}
/*right*/
.cl-right {
  margin: 20px 0;
}
.right-card-main {
  background-color: #fff;
  margin: 0 0 20px 0;
}
.cl-code {
  width: 80%;
  margin: 10px auto;
  padding: 0 0 10px 0;
}
.right-card-title {
  font-size: 1.2rem;
  color: #666;
  font-weight: bold;
  padding: 20px 0 10px 10px;
}
.cl-code p {
  color: #999;
  line-height: 1.2rem;
  margin-top: 10px;
  text-align: center;
}
/*right-recommended*/
.right-recommended {
  padding: 10px;
  height: 120px;
  overflow: hidden;
}
.right-recommended-list {
  list-style: none;
  padding: 0 10px 20px 10px;
  box-sizing: border-box;
}
.right-recommended-list i {
  color: #999;
  margin-right: 4px;
}
.right-recommended-list li {
  width: 100%;
  border-bottom: 1px dashed #eaeaea;
  color: #666;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
/*label*/
.label {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
.label li a {
  display: block;
  border: 1px solid #dbdbdb;
  padding: 2px 10px;
  margin: 0 8px 8px 0;
  color: #666;
}
.label li a:hover {
  background-color: #5b58f4;
  border-color: #5b58f4;
  color: #fff;
}

/*footer*/
.cl-footer {
  background-color: #fbfbfb;
  text-align: center;
  padding: 2rem 0 1rem 0;
  margin: 1rem 0 0 0;
  border-top: 1px solid #f1f1f1;
}
.cl-footer-link a {
  font-size: 20px;
  padding: 1rem 0;
  color: #666;
}
.cl-copyright {
  color: #666;
  font-size: 14px;
  line-height: 0.8em;
}
/*artical*/
.cl-artical-title {
  padding: 20px 0 10px 0;
}
.cl-card-tag {
  color: #999;
  font-size: 1rem;
}
.cl-artical h1,
.cl-artical h2,
.cl-artical h3,
.cl-artical h4,
.cl-artical h5 {
  padding: 1.5rem 0 0.5rem 0;
}
.cl-artical h1 {
  font-size: 2rem;
}
.cl-artical h2 {
  font-size: 1.75rem;
}
.cl-artical h3 {
  font-size: 1.5rem;
}
.cl-artical h4 {
  font-size: 1.25rem;
}
.cl-artical h5 {
  font-size: 1rem;
}
.cl-artical blockquote {
  font-size: 18px;
  padding: 2rem 1rem 2rem 2rem;
  border-left: 4px solid #3f6600;
  background-color: #f3f3f3;
  /*font-style: italic;*/
  font-weight: bold;
  line-height: 1.8em;
}
.cl-artical blockquote:before {
  content: ' “ ';
  font-size: 60px;
  vertical-align: bottom;
  color: #3f6600;
}

.cl-artical blockquote span {
  font-size: 36px;
}

.cl-artical p img {
  vertical-align: middle;
  /*width: 100%;*/
  max-width: 100%;
  height: auto;
}
.cl-artical p {
  padding: 0.5rem 0 0.5rem 0;
  line-height: 1.8rem;
  font-size: 16px;
}
.cl-content-info {
  color: #999;
}
/*comment panel*/
.comment-panel {
  padding-bottom: 0.5rem;
  margin-top: 2rem;
  border-bottom: 1px solid #dee2e6;
  position: relative;
}
.comment-secondary-panel {
  padding-bottom: 0.5rem;
  margin-top: 1rem;
  padding-top: 1rem;
  background-color: #f4f4f4;
  position: relative;
}
.triangle-icon {
  position: absolute;
  left: 50px;
  top: -30px;
  color: #f4f4f4;
  font-size: 60px;
}
.comment-panel .comment-panel-portrait {
  position: absolute;
  top: 0;
  left: 0;
}

.comment-panel-portrait img {
  width: 60px;
  height: 60px;
}
.comment-panel .comment-panel-content {
  padding: 0 0 0 70px;
  width: 100%;
}
.comment-panel .comment-secondary-panel .comment-panel-content {
  padding: 0 0 10px 20px;
  width: 100%;
}
.comment-panel-content-item div {
  display: inline;
  padding: 0 0.5rem 0 0;
  font-size: 14px;
  color: #999;
}
.comment-panel-content-item .comment-author {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.comment-panel .comment-panel-content .comment-panel-content-main {
  margin-top: 0.5rem;
  color: #666;
}
.comment-panel .comment-panel-secondary {
  border: 1px solid #e5e5e5;
  padding: 0.5rem 0.5rem 0 0.5rem;
  margin: 0.5rem 0;
  background-color: #fffffb;
}
.text-primary {
  text-align: right;
}
.text-primary a {
  font-size: 14px;
  color: #666;
}
@media (min-width: 576px) {
  .ll-panel {
    max-width: 30%;
  }
}

/*comment form*/
.cl-comment-from {
  padding: 20px 0 0 0;
  margin: 20px 0;
}
.cl-comment-from div {
  height: 3rem;
  border: 1px solid #dfdfdf;
}

.cl-comment-from button {
  float: right;
  border: none;
  background-color: #5b58f4;
  color: #fff;
  font-size: 16px;
  padding: 0.5rem 1rem;
  cursor: pointer;
  margin-top: 10px;
}
.cl-comment-from button:hover {
  background-color: #f38d00;
}
.cl-comment-from > div > textarea {
  border: none;
  width: 100%;
  height: 100%;
  line-height: 3rem;
  padding: 0 1rem;
  box-sizing: border-box;
}
.cl-comment-from > div > textarea:focus,
.cl-comment-from button:focus {
  outline: none;
}
/*recommend aritical*/
.recommend-panel {
  margin: 20px 0;
}
.recommend-panel a.recommend-panel-link {
  display: block;
}
.recommend-panel-bottom {
  padding: 0.5rem;
  font-size: 14px;
}
.ll-title {
  margin: 3rem 0 1rem 0;
  color: #333;
}
.recommend-panel-top {
  overflow: hidden;
  height: 12rem;
}

.recommend-panel-top img,
.recommend-item img,
.cl-card-image img {
  width: 100%;
  max-width: 100%;
  transition: 0.4s ease-out;
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
}
.recommend-panel-top img:hover,
.recommend-item img:hover,
.cl-card-image img:hover {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}

.cl-artical-content h2 {
  padding-bottom: 12px;
  font-size: 20px;
  color: black;
  font-weight: bold;
  border-bottom: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
}
.cl-artical-content h2 span {
  padding-bottom: 12px;
  font-size: 20px;
  color: black;
  font-weight: bold;
}
.content img {
  max-width: 100%;
  height: auto;
}

.sq-link {
  border-radius: 5px;
  color: #ffffff !important;
  display: inline-block;
  padding: 2px 15px;
  background-color: #3370ff;
  text-decoration: none !important;
  text-indent: 0 !important;
}

.xq-link {
  border-radius: 5px;
  color: #ffffff !important;
  display: inline-block;
  padding: 2px 15px;
  background-color: gray;
  text-decoration: none !important;
  text-indent: 0 !important;
}
.ecommerce-ad-arrow-img {
  height: 60px;
  width: 60px;
  background-position: 50%;
  background-repeat: no-repeat;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-size: cover;
  border-radius: 6px;
  position: relative;
}
.ecommerce-ad-arrow {
  position: relative;
  height: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 auto;
  padding: 12px;
  background-color: #f6f6f6;
  border-radius: 8px;
  overflow: hidden;
  width: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 400px;
  max-width: 100%;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ecommerce-ad-arrow-main-content-des span {
  line-height: 20px;
  color: #121212;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 15px;
  font-weight: 500;
  padding-right: 8px;
}

.ecommerce-ad-arrow-main {
  padding: 0 0 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media all and (min-width: 300px) and (max-width: 800px) {
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cl-card-main-title {
    height: 5rem;
    overflow: hidden;
    line-height: 1.4rem;
  }
  .cl-card-main-info {
    display: none;
  }
  .cl-card-main-title a {
    font-size: 1rem;
    color: #333;
    font-weight: bold;
  }
  .views {
    width: 7%;
  }
}
@media (min-width: 992px) {
  .cl-card-main-title {
    height: 2rem;
    overflow: hidden;
  }
  .views {
    width: 3%;
  }
}

.hzt-side-weixin-icon {
  position: fixed;
  bottom: 180px;
  right: 20px;
  display: none;
}

.hzt-side-weixin-icon .weixin-icon {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: rgb(26, 173, 23);
  border-radius: 50%;
  background-image: url('/images/weixin.png');
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: center;
  overflow: hidden;
}

.hzt-side-weixin-icon .weixin-icon .weixin-line {
  z-index: 2;
  position: absolute;
  display: block;
  top: 0;
  left: -40px;
  height: 50px;
  width: 30px;
  background-image: url('/images/line.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  animation: move 3s both infinite;
}

.hzt-side-qq-icon {
  position: fixed;
  bottom: 272px;
  right: 20px;
  /*display: none;*/
}

.hzt-side-qq-icon .qq-icon {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: rgb(26, 173, 23);
  border-radius: 50%;
  background-image: url('/images/qq.png');
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: center;
  overflow: hidden;
}

.hzt-side-qq-icon .qq-icon .qq-line {
  z-index: 2;
  position: absolute;
  display: block;
  top: 0;
  left: -40px;
  height: 50px;
  width: 30px;
  background-image: url('/images/line.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  animation: move 3s both infinite;
}

.hzt-weixin-footer-bar {
  display: none;
  position: fixed;
  height: 56px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  box-shadow: 0 -10px 20px 0 rgb(0 0 0 / 6%);
  justify-content: space-between;
  font-family: STheiti SC, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.hzt-weixin-footer-bar .weixn-left {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 10px;
}

.hzt-weixin-footer-bar .weixn-left img {
  height: 30px;
  margin-right: 5px;
}

.hzt-weixin-footer-bar .weixn-left span {
  font-size: 16px;
}

.hzt-weixin-footer-bar .weixin-right {
  display: flex;
  margin-right: 10px;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.hzt-weixin-footer-bar .weixin-right .wexin-btn {
  width: 120px;
  height: 36px;
  background-color: rgb(26, 173, 23);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 36px;
  border-radius: 18px;
  animation: scale 4s linear infinite;
}
.hzt-pop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999999;
  overflow: hidden;
  display: none;
}

.hzt-pop .hzt-pop-box {
  position: absolute;
  width: 80%;
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  padding: 20px;
}

.hzt-pop .hzt-pop-bg {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hzt-pop .hzt-pop-box-inner img {
  max-width: 200px;
}

.hzt-pop .hzt-pop-box-inner {
  text-align: center;
  color: #666;
  font-size: 14px;
}

.hzt-pop .hzt-pop-box-inner .ok {
  width: 40px;
}

.hzt-pop .hzt-pop-box-inner .qrcode {
  width: 150px;
}

.hzt-pop .hzt-pop-box-inner .hzt-tit {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-top: 10px;
}

.hzt-pop .hzt-pop-box-inner .hzt-info {
  margin-top: 5px;
  margin-bottom: 10px;
}

.hzt-pop .hzt-pop-box-inner .open-wx-btn {
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  margin: 10px auto 0 auto;
}

.hzt-pop .hzt-pop-box-inner .open-wx-btn a {
  display: block;
  color: #fff;
  background-color: #1aad17;
  font-size: 16px;
  font-weight: 700;
}

.hzt-pop .hzt-pop-box .hzt-close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.hzt-pop .hzt-pop-box .hzt-close img {
  width: 20px;
}

/*新的*/

.hzt-qun {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999999;
  overflow: hidden;
  display: none;
}

.hzt-qun .hzt-pop-box {
  position: absolute;
  width: 80%;
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  padding: 20px;
}

.hzt-qun .hzt-pop-bg {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hzt-qun .hzt-pop-box-inner img {
  max-width: 100%;
}

.hzt-qun .hzt-pop-box-inner {
  text-align: center;
  color: #666;
  font-size: 14px;
}

.hzt-qun .hzt-pop-box-inner .ok {
  width: 40px;
}

.hzt-qun .hzt-pop-box-inner .qrcode {
  width: 150px;
}

.hzt-qun .hzt-pop-box-inner .hzt-tit {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-top: 10px;
}

.hzt-qun .hzt-pop-box-inner .hzt-info {
  margin-top: 5px;
  margin-bottom: 10px;
}

.hzt-qun .hzt-pop-box-inner .open-wx-btn {
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  margin: 10px auto 0 auto;
}

.hzt-qun .hzt-pop-box-inner .open-wx-btn a {
  display: block;
  color: #fff;
  background-color: #1aad17;
  font-size: 16px;
  font-weight: 700;
}

.hzt-qun .hzt-pop-box .qun-close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.hzt-qun .hzt-pop-box .qun-close img {
  width: 20px;
}

@media screen and (max-width: 768px) {
  body {
    padding-bottom: 56px;
  }

  .hzt-weixin-footer-bar {
    display: flex;
  }

  .hzt-side-weixin-icon {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .hzt-weixin-footer-bar {
    display: flex;
  }
}
.sec-panel-head {
  background: #fff;
  height: 43px;
  padding-left: 16px;
  padding-top: 16px;
}
.el-boxed .main-list .list.tabs,
.el-boxed .mix-tabs .list.tabs {
  height: 60px;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}
.list.tabs .tab {
  position: relative;
  display: inline-block;
  margin-right: 31px;
  vertical-align: middle;
}
.list.tabs .tab.active a {
  position: relative;
  color: #3370ff;
  font-weight: 500;
  border-bottom: 2px blue solid;
}
.list.tabs .tab-underscore {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #3370ff;
  border-radius: 2px;
  content: '';
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.list.tabs .tab a {
  display: block;
  font-size: 16px;
  padding-bottom: 12px;
  /*color: #3370ff;*/
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
}

.list.tabs .tab a:hover {
  color: #3370ff;
}
.gzh {
  width: 35%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .el-boxed .main-list .sec-panel-head,
  .el-boxed .mix-tabs .sec-panel-head {
    padding: 0;
  }
  .el-boxed .main-list .list.tabs,
  .el-boxed .mix-tabs .list.tabs {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .gzh {
    width: 100%;
    margin: 0 auto;
  }
}
.post-loop-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 15px 0;
  color: var(--theme-light-color);
  line-height: 32px;
  border-bottom: 1px solid #f0f0f0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.post-loop-list .item a {
  display: block;
  width: calc(100% - 120px);
  font-size: 16px;
  color: black;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.post-loop-list .item a:before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 5px;
  margin-top: 12px;
  font-size: 0;
  line-height: 0;
  border: 4px solid transparent;
  border-left: 6px solid #ccc;
  content: '';
  vertical-align: top;
}
.post-loop-list {
  padding: 0 20px 20px;
  background: white;
}
.sec-panel-head h1,
.sec-panel-head h2,
.sec-panel-head h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: var(--theme-black-color);
}
.sticky-post {
  display: inline-block;
  padding: 0 5px;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  background: #3370ff;
  border-radius: 2px;
  vertical-align: top;
}
