md-content {
  font-size: 1rem;
  line-height: 1.5;
  word-wrap: break-word;
}

md-content blockquote {
  border-left: 0.25rem solid #eaecef;
  padding-left: 1rem;
}

md-content img {
  max-width: 100%;
}

md-content h1,
md-content h2 {
  padding-bottom: 0.3em;
  border-bottom: 1px solid #eaecef;
}

md-content h1,
md-content .h1 {
  font-size: 2.5rem;
}

md-content h2,
md-content .h2 {
  font-size: 2rem;
}

md-content h3,
md-content .h3 {
  font-size: 1.5rem;
}

md-content h4,
md-content .h4 {
  font-size: 1.25rem;
}

md-content h5,
md-content .h5 {
  font-size: 1rem;
}

md-content h6,
md-content .h6 {
  font-size: 0.85rem;
}

md-content code {
  color: #282b31;
  padding: 0.1rem;
  background: #f6f8fa;
  border: 1px solid #f0f1f3;
  border-radius: 0.1rem;
}

md-content pre {
  padding: 16px;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  background-color: #f6f8fa;
  border-radius: 3px;
}

md-content pre code {
  background: none;
  padding: none;
  border-radius: none;
  border: none;
}

md-content table {
  display: block;
  width: 100%;
  overflow: auto;
}

md-content table tr {
  background-color: #fff;
  border-top: 1px solid #c6cbd1;
}

md-content table tr:nth-child(2n) {
  background-color: #f6f8fa;
}

md-content table th,
md-content table td {
  padding: 6px 13px;
  border: 1px solid #dfe2e5;
  word-break: keep-all;
}

md-content table th {
  font-weight: bold;
}
.sub-bread-title:hover {
  color: #41464f;
}
.art-detail {
  padding-top: 80px;
}
.art-detail-title {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
  font-size: 32px;
  line-height: 45px;
}
.color-gray {
  color: #41464f;
}
.view {
  display: flex;
  align-items: center;
}
.view-a a:hover {
  color: #1764ff;
}
.view-item {
  display: flex;
  align-items: center;
}
.detail-content {
  display: flex;
}
.content-left {
  flex: 1;
  border-right: 1px solid #f2f2f2;
  padding-right: 24px;
}
@media screen and (max-width: 991px) {
  .content-left {
    padding-right: 0;
    border: none;
  }
}

.content-right {
  flex-shrink: 0;
  width: 296px;
  margin-left: 30px;
}

.search-form {
  display: flex;
  align-items: center;
}
.search-form input {
  width: 224px;
  height: 28px;
  border: 1px solid #ddd;
  box-shadow: none;
  border-radius: 4px;
  padding: 0 6px;
  font-size: 14px;
  line-height: 18px;
}
.search-form input:focus {
  outline: none;
  border: 1px solid #1764ff !important;
}

.content-right .tags {
  margin-left: -6px;
  margin-right: -6px;
}
.content-right .tag-item {
  margin: 8px 4px 0;
  cursor: pointer;
}
.reco-atr {
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e6ed;
}
.content-right .tag-item:hover {
  background: #f2f2f2;
}
.hot-item {
  padding: 1rem !important;
}
.hot-item,
.hot-item:hover {
  display: block;
  color: #41464f;
  border-bottom: 1px solid #f2f2f2;
}

.hot-item:hover .art-title {
  color: #006bfc;
}
.search-btn {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #006bfc;
}
.zan-footer {
  margin: 32px 0 50px;
  display: flex;
  justify-content: center;
}
.zan-footer-btn {
  width: 150px;
  /* padding: 0 40px !important; */
  height: 50px !important;
  line-height: 50px !important;
}
.zan-left {
  position: fixed;
  top: 40vh;
  width: 80px;
  height: 80px;
  transform: translateX(-100px);
  z-index: 999;
  /* left: 16vw; */
}

@media screen and (max-width: 1300px) {
  .zan-left {
    left: 9vw;
  }
}
@media screen and (max-width: 992px) {
  .zan-left {
    left: 15vw;
  }
}
@media screen and (max-width: 768px) {
  .art-detail {
    padding-top: 54px;
  }
  .zan-left {
    display: none !important;
  }
}

@media screen and (max-width: 575px) {
  .zan-left {
    width: 56px;
    height: 56px;
    /* left: 8px; */
    /* transform: none; */
    font-size: 12px !important;
  }
  .zan-left .my-button .text,
  .zan-left .my-button .num {
    font-size: 12px;
  }
  .content-right {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .zan-left {
    width: 60px;
    height: 60px;
    /* left: 12px; */
    /* transform: none; */
  }
  .content-right {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .zan-left {
    /* left: 12px; */
    /* transform: none; */
  }
  .content-right {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .zan-left {
    left: var(50vw - (930px / 2));
    width: 70px;
    height: 70px;
  }
  .content-right {
    display: block;
    width: 240px;
    margin-left: 24px;
  }
}
@media screen and (min-width: 1300px) {
  .zan-left {
    left: var(50vw - (1110px / 2));
  }
}
.zan-left-btn {
  width: 100% !important;
  height: 100% !important;
  border-radius: 50% !important;
  background-color: #006bfc;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  line-height: normal !important;
}
.main-img {
  width: 100%;
  object-fit: cover;
  display: block;
  margin-bottom: 24px;
}
@media screen and (min-width: 576px) {
  .main-img {
    height: 194px;
  }
}
@media screen and (min-width: 768px) {
  .main-img {
    height: 260px;
  }
}
@media screen and (min-width: 1200px) {
  .main-img {
    height: 330px;
  }
}
@media screen and (max-width: 575px) {
  .main-img {
    height: 132px;
  }
}
