.article-template {
  /* padding-top: 80px; */
  padding-bottom: 80px;
}
.article-template > *:first-child {
  padding-top: 0;
}
.article-template .media {
  display: block;
  position: relative;
  overflow: hidden;
}
.turn-blog-text{
    color: #fff !important;
    font-size: 20px;
    text-align: left;
    padding-right: 15px;
    border-right: 1px solid white;
    /* display: block; */
}
.turn-blog-text_mb{
    display: none;
}
.turn-blog-svg svg{
    color: #fff;
    width: auto;
    height: 28px;
    vertical-align: bottom;
}

.article-template .media > * {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.article-template .media > img {
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.article-template__hero-container {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}
.article-template__hero-container + .article-template__content {
  padding-top: 0;
}
.article-template__hero-small {
  height: 110px;
}
.article-template__hero-medium {
  height: 220px;
}
.article-template__hero-large {
  height: 330px;
}
.article-position{
    position: relative;
}
.article-template__hero-container {
    position: relative;
}

.article-template__hero-container img {
    width: 100%;
    height: auto;
}

.article-template__hero-container {
    position: relative;
}

.article-template__hero-container img {
    width: 100%;
    height: auto;
}

.article-template__overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    width: 100%;
    box-sizing: border-box;
}

.article-template__overlay h1,
.article-template__overlay .date {
    margin: 0;
    padding: 5px 0;
}
.article-zhongjian{
    display: flex;
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .article-template__hero-small {
    height: 220px;
  }

  .article-template__hero-medium {
    height: 440px;
  }

  .article-template__hero-large {
    height: 660px;
  }
}
@media screen and (min-width: 990px) {
  .article-template__hero-small {
    height: 275px;
  }

  .article-template__hero-medium {
    height: 550px;
  }

  .article-template__hero-large {
    height: 825px;
  }
}
.article-template .caption-with-letter-spacing {
  opacity: 1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    margin-left: 10px;
    text-transform: capitalize;
}

.article-template header {
  padding-top: 40px;
  padding-bottom: 20px;
}
.article-template__title {
    padding-bottom: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}
.article-title-flex{
        width: 44%;
        margin: 0 auto;
        text-align: left;
}
.article-template__link {
  display: flex;
  text-decoration: none;
  align-items: center;
}
.article-template__link .icon-wrap {
  display: flex;
  margin-right: 10px;
  transform: rotate(90deg);
  position: relative;
  transform-origin: center;
  width: 10px;
  height: 10px;
}
.article-template__content {
  position: relative;
  width: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
}
.article-template__divide {
  width: 100%;
}
.article-template__divide:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: rgba(var(--color-entry-line));
}
.article-template__social-sharing {
        /* padding-top: 40px; */
        width: 22%;
        /* background: red; */
        margin: 0;
        /* float: right; */
        position: fixed;
        top: 150px;
        right: 0;
            
            /* 添加过渡效果 */
}
/* .hidden {
     opacity: 0; 
    display: none;
} */
.article-position-fixed{
    position: relative;
}
.article-template__comment-title {
  text-transform: uppercase;
  padding-bottom: 40px;
}
.article-template__comments-comment {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  width: 100%;
  min-height: 145px;
  background: var(rgba(--color-page-background));
  border: 1px solid rgb(var(--color-entry-line));
  border-radius: var(--card-border-radius);
  margin-bottom: 20px;
}
.article-template__comments-comment .caption-with-letter-spacing {
  opacity: 1;
}
.article-template__comments-comment .right {
  text-align: right;
  padding-top: 30px;
}
.article-template__comments-comment:last-of-type {
  padding-bottom: 0;
}
.article-template__comment-warning {
  margin-top: 20px;
}
.article-template__comment-submit {
  text-align: center;
  padding-top: 40px;
}
.article-template__back {
  padding-top: 40px;
  padding-bottom: 80px;
}
.article-template .circle-divider::after {
  content: "\2022";
  margin: 0 13px 0 15px;
}
.article-template .circle-divider:last-of-type::after {
  display: none;
}
.article-template .comment_title {
  text-transform: uppercase;
  padding-bottom: 40px;
}
.article-template .field__info {
  padding-bottom: 40px;
}
.article-template__comments-fields > .field:last-child {
  margin-bottom: 0;
}

@media (min-width: 960px) {
  .article-template .article-template__comment-fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
  }
}
@media (max-width: 959px) {
  .article-template {
    /* padding-top: 40px; */
    padding-bottom: 0px;
  }
  .article-template__hero-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .article-template header {
    padding-top: 20px;
  }
  .article-template__content {
    padding-top: 20px;
    padding-bottom: 0px;
    width: 100%;
  }
  .article-template__social-sharing {
    padding-top: 20px;
    padding-bottom: 20px;
    position: unset !important;
  }
  .article-template__back {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .article-template__comment-wrapper {
    padding-bottom: 40px;
  }
  .article-template__comments-comment {
    padding: 20px;
    min-height: 100px;
  }
  .article-template .comment_title {
    padding-bottom: 20px;
  }
  .article-template__comments {
    padding-bottom: 40px;
  }
  .article-template__comment-title {
    padding-bottom: 20px;
  }
  .article-template__comment-warning {
    margin-top: 10px;
  }
  .article-template .field__info {
    padding-bottom: 20px;
  }
  .article-template__comment-submit {
    padding-top: 30px;
  }
  .article-title-flex{
    width: 100%;
    padding-left: 15px;
  }
  .article-template__title{
    font-size: 20px;
    line-height: 22px;
  }
  .turn-blog-text {
      
      display: none;
  }

  .turn-blog-text_mb {
    color: #fff !important;
    width: 100%;
    background-color: black;
    font-size: 18px;
    text-align: left;
    height: 48px;
    padding-left: 15px;
    display: flex;
    align-items: center;
  }
  .article-template .caption-with-letter-spacing{
    margin-left: 0;
  }
  .article-template__overlay{
    display: inline-grid;
            height: 80%;
                align-items: flex-end;
               
  }
}

/* 博客左边内容 */
.TuEAk{
    left: 0px;
    top: 50px;
    height: auto;
    min-width: calc(36% - 384px);
    max-width: calc(36% - 384px);
    padding: 0px 30px 10px 0px;
    position: fixed;
    top: 150px;
    display: block;
    left: 9vw;
}
.TuEAk .left_title_bg{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 24px;
    opacity: 1;
}
.TuEAk .bokezuobian{
    list-style: none;
    padding: 0;
}
.TuEAk .bokezuobian .blog_title-left{
    display: flex;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    margin: 12px 0;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 16px;
    padding-left: 10px;
    position: relative;
    color: rgb(15, 116, 184);  
}
.TuEAk .bokezuobian .blog_title-left:before{
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 2px;
    height: 100%;
    background: rgb(231, 235, 241);
}
.TuEAk .bokezuobian .active_lan a{
    color: rgb(15, 116, 184);
}
.TuEAk .bokezuobian .active_lan::before{
    color: rgb(15, 116, 184);
    background-color: rgb(15, 116, 184);
}
@media (max-width: 1500px) and (min-width: 1301px) {
    .TuEAk {
        min-width: calc(47% - 384px);
        max-width: calc(47% - 384px);
    }
}
@media (max-width: 1300px) and (min-width: 1100px){
    .TuEAk{
        min-width: calc(50% - 384px);
        max-width: calc(50% - 384px);
    }
}
@media (max-width: 1109px) and (min-width: 960px) {
    .TuEAk {
        min-width: calc(56% - 384px);
        max-width: calc(56% - 384px);
    }
}
@media (max-width:959px){
    .new-article-template__content p{
        font-family: Arial, Helvetica, sans-serif;
    }
}

/* The ipad end responds to the mobile end in vertical screen */
/* @custom-media --tablet (max-width: 959px); */
/* @custom-media --gt-mobile (min-width: 751px); */
/* detectingScreen need to consider the configuration of the tablet */
