.blog {
  background: #fff;
  padding: 5rem 6%;
}
.blog_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid #666;
  font-family: H-Bold;
  font-size: 3rem;
  color: #000;
  line-height: 1;
}
.bn_right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bn_right div {
  font-size: 1.5rem;
  border-bottom: 0.2rem solid white;
  padding: 0.5rem 0;
  cursor: pointer;
  color: #000;
  margin: 0 1rem;
}
.bn_right div a {
  color: #000;
  white-space: nowrap;
}
.bn_right div.active {
  border-bottom: 0.2rem solid #026f18;
}
.bn_right div.active a {
  color: #026f18;
}
.blog_items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.blog_item {
  width: 32%;
  margin-right: 2%;
  border-radius: 2rem;
  font-family: H-Regular;
  color: #000;
  background: #f7f8fa;
  margin-bottom: 2rem;
}
.blog_items .blog_item:nth-child(3n) {
  margin-right: 0;
}
.blog_img {
  border-radius: 2rem;
  overflow: hidden;
  cursor: pointer;
  height: 24rem;
}
.blog_img img {
  transition: all 0.3s;
}
.blog_img img:hover {
  transform: scale(1.1);
}
.blog_title {
  padding: 2rem 2rem 0;
  font-family: H-Bold;
  font-size: 1.5rem;
  line-height: 1;
  height: 8.5rem;
  color: #000;
}
.blog_time {
  display: flex;
  align-items: center;
  font-size: 0.9375rem;
  font-family: H-Regular;
  margin-bottom: 0.5rem;
}
.blog_time img,
.blog_author img {
  width: 1rem;
  margin-right: 0.5rem;
}
.blog_author {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 0.9375rem;
  padding: 2rem;
  color: #000;
}
.blog_play {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 2rem;
  /* padding: 0 2rem 2rem; */

}
.blog_play img {
  width: 2rem;
  cursor: pointer;
}
.blog_mask {
  position: fixed;
  top: 0;
  left: 0;
  background: #0009;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: none;
}
.blog_mask iframe {
  width: 70rem;
  height: 39.375rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog_mask img {
  position: absolute;
  top: 10%;
  right: 14%;
  width: 3rem;
  cursor: pointer;
}
.bc_items {
  display: none;
}
.blog_content .bc_items:first-child {
  display: block;
}
.blog_template {
  background: #fff;
  padding: 5rem 6%;
  color: #000;
  font-family: H-Medium;
}
.bt_title {
  font-family: H-Bold;
  font-size: 3rem;
  width: 50%;
  margin-left: 35%;
  line-height: 1;
  margin-bottom: 3rem;
}
.bt_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid #666;
  font-size: 0.9375rem;
}
.bti_left {
  display: flex;
  align-items: center;
}
.bti_left img,
.share_img {
  width: 1rem;
  margin-right: 0.5rem;
}
.bti_right {
  display: flex;
  align-items: center;
}
.social_img {
  width: 2.5rem;
  margin-left: 1rem;
  cursor: pointer;
}
.social_active {
  display: none;
}
.bt_content {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
}
.btc_left {
  width: 20%;
  height: max-content;
}
.btc_right {
  width: 70%;
  font-family: H-Medium;
  line-height: 1.5;
}
.btc_info {
  display: flex;
  align-items: center;
  font-size: 0.9375rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #666;
  margin-bottom: 4rem;
}
.btc_info img {
  width: 1rem;
  margin-right: 0.5rem;
}
.btc_info > div {
  display: flex;
  align-items: center;
}
.btc_info > div span {
  display: flex;
  white-space: nowrap;
}
.btc_info > div i {
  margin-right: 0.5rem;
}
.btc_info > div.desktop-only {
  display: none !important;
}
.btc_info > div + div {
  margin-left: 4rem;
}
.blog_info {
  font-size: 1.2rem;
}
.blog_info img {
  /* margin-bottom: 2rem; */
}
.blog_info div {
  font-size: 1.8rem;
  margin: 1rem 0;
  font-family: H-Bold;
}

.blog_info .pagination_info {
  font-size: 1.2rem;
}
.blog_info video {
  margin: 1rem 0;
  width: 100%;
}
.blog_image {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dw_2 {
  width: 49%;
}
.dw_3 {
  width: 32%;
}
.blog_info a {
  cursor: pointer;
  color: #44d62c;
}

.blog_info iframe {
  width: 100%;
  min-height: 500px;
  margin-bottom: 20px;
}

.bc-related-post {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
.bc-related-post a {
  margin: 0 1rem;
}

.recent-posts {
  margin-top: 2rem;
}
.recent-posts .widget-title {
  font-family: 'H-Bold';
  font-size: 1.2rem;
}
.main-content p {
  font-family: 'H-Medium';
}
.blog_info .main-content ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 1.5rem 0 2.2rem;
  padding: 0;
  list-style: none !important;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.blog_info .main-content ul li {
  position: relative;
  margin: 0;
  min-height: 70px;
  padding: 14px 16px 13px 18px;
  list-style: none !important;
  text-indent: 0;
  color: #20242a !important;
  background: #fff;
  border: 1px solid #e5e8ec;
  border-left: 4px solid #11161c;
  border-radius: 0.45rem;
  font-family: 'H-Medium';
  font-size: 15px;
  line-height: 1.35;
  box-shadow: 0 0.5rem 1.25rem rgba(17, 24, 39, 0.06);
}
.blog_info .main-content ul li::before {
  content: "";
  position: absolute;
  top: 17px;
  right: 16px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #11161c;
  box-shadow: 0 0 0 4px rgba(17, 22, 28, 0.08);
}
.blog_info .main-content ul li strong {
  display: block;
  margin-bottom: 6px;
  color: #11161c;
  font-family: 'H-Bold';
  font-weight: 800;
  font-size: 12px;
  line-height: 1.2;
  text-transform: none;
}
.blog_info .main-content ul li span,
.blog_info .main-content ul li font {
  color: inherit !important;
  font-family: inherit;
  font-size: inherit;
}
.blog_info .main-content table {
  width: 100%;
  margin: 1.8rem 0;
  border-collapse: collapse;
  table-layout: auto;
  background: #fff;
  border: 1px solid #d2d2d2;
  font-size: 1rem;
  line-height: 1.45;
}
.blog_info .main-content table th,
.blog_info .main-content table td {
  padding: 1.4rem 1.1rem;
  border: 1px solid #d2d2d2;
  background: #fff;
  color: #222;
  font-family: 'H-Medium';
  font-size: 0.95rem;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
  word-break: normal;
}
.blog_info .main-content table th,
.blog_info .main-content table thead td {
  background: #fff;
  color: #050505;
  font-family: 'H-Bold';
  font-weight: 800;
  font-size: 1rem;
}
.blog_info .main-content table caption {
  caption-side: top;
  padding: 0 0 0.75rem;
  color: #4b5563;
  font-size: 0.95rem;
  text-align: left;
}
@media (max-width: 750px) {
  .blog_image {
    display: block;
  }
  .blog_mask iframe {
    width: 23rem;
    height: 17rem;
  }
  .blog_mask img {
    top: 20%;
    right: 7%;
    width: 2rem;
  }
  .btc_info > div + div {
    margin-left: 1rem;
  }
  .dw_2,
  .dw_3 {
    width: 100%;
  }
  .blog_info div {
    font-size: 1.2rem;
  }
  .bt_title {
    font-size: 1.5rem;
    width: 100%;
    margin-left: 0;
    margin-bottom: 3rem;
  }
  .blog_info {
    font-size: 0.875rem;
  }
  .blog_info iframe {
    width: 100%;
    min-height: 300px;
    margin-bottom: 10px;
  }
  .bt_info {
    font-size: 0.875rem;
    padding: 0.5rem 0;
    margin-bottom: 3rem;
  }
  .bti_left img,
  .share_img,
  .btc_info img {
    width: 0.8rem;
  }
  .btc_info span:nth-child(2) {
    margin-right: 3rem;
  }
  .btc_right {
    width: 100%;
  }
  .btc_info {
    font-size: 0.875rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
  .bt_content {
    margin-top: 2rem;
  }
  .btc_left {
    display: none;
  }
  .social_img {
    width: 1.5rem;
  }
  .blog_template {
    padding: 1rem 5% 3rem;
  }
  .blog {
    padding: 2rem 5%;
  }
  .blog_nav {
    font-size: 2rem;
    padding: 0;
    display: block;
  }
  .bn_right div {
    font-size: 1.2rem;
    padding: 0.5rem 0;
  }
  .bn_right {
    width: 100%;
    margin-top: 2rem;
    overflow: scroll;
  }
  .bn_right div:nth-child(1) {
    border-bottom: 0.15rem solid black;
  }
  .blog_item {
    width: 100%;
    margin-right: 0;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
  }
  .blog_img {
    border-radius: 0.5rem;
    height: 15rem;
  }
  .blog_title {
    padding: 1rem 1rem 0;
    font-size: 1.5rem;
    height: 8rem;
  }
  .blog_author {
    padding: 1rem;
    font-size: 0.875rem;
  }
  .blog_play {
    padding: 1rem;
  }
  .btc_info{
    display: none;
  }
  .main-content p {
    font-size: 1.165rem;
    font-family: 'H-Medium';
}
  .blog_info .main-content {
    overflow-x: auto;
  }
  .blog_info .main-content ul {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin: 1.2rem 0 1.8rem;
    padding: 0;
  }
  .blog_info .main-content ul li {
    min-height: auto;
    padding: 13px 38px 13px 15px;
    font-size: 14px;
  }
  .blog_info .main-content ul li::before {
    top: 18px;
    right: 15px;
  }
  .blog_info .main-content table {
    min-width: 38rem;
    margin: 1.5rem 0;
    font-size: 0.9rem;
  }
  .blog_info .main-content table th,
  .blog_info .main-content table td {
    padding: 1rem 0.9rem;
    font-size: 0.9rem;
  }
  .blog_info .main-content table th,
  .blog_info .main-content table thead td {
    font-size: 0.95rem;
  }
  
  .main-content>p>i{

  }
  .main-content p>b>i{
    
  }



}
/*# sourceMappingURL=/s/files/1/0584/6709/0582/t/7/assets/blog.css.map?v=174707725463902550831710148564 */

/* 分页自定义 */
.pagination_jump{
  display: none;
}

.pagination-block{
  flex-direction: column;
}
.pagination {
  margin: 1% auto;
  /* order: -2; */
  /* width: 100%; */
  /* align-items: center; */
}
@media (max-width: 750px){
  .pagination {
    display: flex;
    flex-wrap: wrap;
}
 .pagination li{
  margin: 0.3rem 0;
 }
}
.pagination_info {
  /* margin: 0 10px; */
  display: flex;
  align-items: center;
  /* width: 100%; */
  /* flex: 0; */
  order: -3;
  margin: 1%;
}
.pagination_info  span{
  display: block;
  margin: 0 auto  ;
}
.pagination > .active > span, .pagination > .active > span:hover, .pagination > li > a:hover {
  background: #ff0000;
}

/* youtube */
.ytp-pause-overlay{
  display: none  !important;
}
.ytp-expand-pause-overlay .ytp-pause-overlay {
  background: rgba(23,23,23,.9);
  padding: 12px 16px 16px;
  right: 0;
  display: none  !important;
}





















