@import url("blogheader43eb.css?v=20230727112028");
@import url("cardd32d.css?v=20230607042009");
@import url("blogadvertd32d.css?v=20230607042009");
@import url("footerd32d-2.css?v=20230607042009");
.blog-details-banner{
  width: 100%;
  padding:60px 0 317px;
  background-color: rgba(181,187,194,0.2);
 
}
.blog-details-banner-box{
  width: 880px;
  margin: 0 auto;
  position: relative;
}
.blog-details-banner-content{
  width: 620px;
}
.blog-details-banner-tag{
  font-size: 18px;
  line-height: 21px;
}
.blog-details-banner-tag a:hover{
  /* opacity: 0.7; */
  text-decoration: underline !important;
  color: #00AA76 !important;
}
.blog-details-banner-title{
  margin: 20px 0;
  text-align: center;
  font-size: 60px;
  line-height: 64px;
}
.blog-details-banner-author-name{
  font-size: 20px;
  line-height: 23px;
  margin: 0 0 4px;
  opacity: 0.8;
}
.blog-details-banner-author:hover .blog-details-banner-author-name{
  opacity: 1;
}
.blog-details-banner-author-time{
  font-size: 14px;
  line-height: 16px;
  opacity: 0.5;
}
.blog-details-banner-author-img{
  width: 44px !important;
  height: 44px !important;
  border-radius: 50%;
  margin-right: 12px;
  border:  1px solid #f4f4f4;
  flex-shrink: 0;
}
.blog-details-banner-img{
  margin: -277px auto 0;
  width: 880px !important;
  height: 495px !important; 
  border-radius: 20px;
  filter: drop-shadow(0px 8px 32px rgba(0, 0, 0, 0.2));
}
.blog-details-content-line{
  padding: 60px 0 80px;
}
.blog-details-content{
  width: 768px;
  margin: 0 auto;
  overflow: hidden;
}
.blog-details-content img{
  max-width: 100%;
  height: auto;
}
.blog-details-content .wp-video, .blog-details-content video{
  max-width: 100%;
  height: auto;
}
.blog-details-more-box{
  background-color: #F3F3F3;
  padding-top: 80px;
}
.blog-details-more{
  width: 1536px;
  margin: 0 auto;
}
.blog-details-more-text{
  font-size: 54px;
  line-height: 63px;
}
.blog-details-more-btn{
  font-size: 20px;
  line-height: 26px;
}
.blog-details-more-arrow{
  color: #00AA76;
  transform: rotate(-90deg);
  font-size: 20px;
  vertical-align: sub;
}
.blog-details-shar{
  margin-top: 60px;
}
.blog-details-shar-img-box{
  margin-right: 24px;
  cursor: pointer;
  width: 48px;
  height: 48px;
  background-color: rgba(216, 216, 216, 0.2);
  border-radius: 50%;
}
.blog-details-shar-img-box:last-child{
  margin-right: 0;
}
.blog-details-shar-img-box:hover{
  background-color: rgba(216, 216, 216, 0.4);
}
.blog-details-shar-img{
  font-size: 32px;
}
.blog-details-more-top{
  margin-bottom: 60px;
}
.blog-details-more-top a:hover{
  color: #00AA76 !important;
  text-decoration: underline !important;
}
.blogAdvert{
  background-color: #fff;
}
@media screen and (max-width: 1920px){
  .blog-details-more{
    width: 1120px;
  }
  .blog-details-more-text{
    font-size: 48px;
    line-height: 56px;
  }
  .blog-details-more-btn{
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1200px){
  .blog-details-more{
    width: 880px;
  }
  .blog-details-more-text{
    font-size: 40px;
    line-height: 56px;
  }
  .blog-details-more-top{
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 960px){
  .blog-details-banner{
    padding:40px 0 calc(((100vw - 80px)* 0.28) + 40px);
  }
  .blog-details-banner-box{
    width: calc(100vw - 80px) !important;
    max-width: 668px;
    align-items: flex-start;
  }
  .blog-details-banner-tag{
    font-size: 16px;
    line-height: 19px;
  }
  .blog-details-banner-title{
    margin: 16px 0 20px;
    text-align: left;
    font-size: 32px;
    line-height: 32px;
  }
  .blog-details-banner-author-name{
    font-size: 20px;
    line-height: 23px;
    
  }
  .blog-details-banner-author-time{
    font-size: 14px;
    line-height: 16px;
    opacity: 0.5;
  }
  .blog-details-banner-author{
    flex-direction: row !important;
  }
  .blog-details-banner-author-img{
    width: 40px !important;
    height: 40px !important;
  }
  .blog-details-banner-img{
    margin: calc(((100vw - 80px)* -0.28)) auto 0;
    width: calc(100vw - 80px) !important;
    max-width: 668px;
    height: calc((100vw - 80px)*0.56) !important;
    border-radius: 20px;
    filter: drop-shadow(0px 12px 20px rgba(0, 0, 0, 0.16));
  }
  .blog-details-content-line{
    padding: 40px 0 60px;
  }
  .blog-details-content{
    width: calc(100vw - 80px);
    max-width: 668px;
    align-items: flex-start !important;
  }
  .blog-details-more-box{
    padding-top:60px;
  }
  .blog-details-more{
    width: 688px;
  }
  .blog-details-more .blog-card-item:nth-child(3){
    display:  none;
  }
  .blog-details-more-text{
    font-size: 32px;
    line-height: 36px;
  }
}
@media screen and (max-width: 768px){
  .blog-details-more{
    width: 100%;
    padding: 0 40px;
  }
  .blog-details-more-btn{
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 580px){
  .blog-details-banner{
    padding:40px 0 calc(((100vw - 40px)* 0.28) + 40px);
  }
  .blog-details-banner-box{
    width: calc(100vw - 40px) !important;
  }

  .blog-details-banner-img{
    margin: calc(((100vw - 40px)* -0.28)) auto 0;
    width: calc(100vw - 40px) !important;
    height: calc((100vw - 40px)*0.56) !important;
    filter: drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.16));
  }
  .blog-details-shar-img-box{
    margin-right: 16px;
    width: 40px;
    height: 40px;
  }
  .blog-details-shar-img{
    font-size: 26px;
  }
  .blog-details-content{
    width: calc(100vw - 40px);
  }
  .blog-details-more{
    padding: 0 20px;
  }
}
