
.mmamk_pagination > a,.mmamk_pagination > b{
  display: inline-block;
  overflow: hidden;
  margin-bottom: 5px;
  margin-left: 5px;
  padding: 7px 8px;
  border-radius: 2px;
  background-color: #f2f2f2;
  box-shadow: inset 0 -1px 0 0 rgba(0,0,0,.05);
  color: #999;
  vertical-align: top;
  line-height: 1;
  transition: all .2s ease-in-out;
}


.mmamk_pagination > a:hover,.mmamk_pagination > b{
  background: #4285f4;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}


.j-share {
  position: fixed !important;
  top: 50% !important;
}

.header .mmamk_logo img {
  max-height: 40px;
}

@media (max-width: 767px) {
  .header .mmamk_logo img {
      max-height: 36px;
  }


  .mmamk_sidebar{
    display: block;
    width: 100%;
    margin: 0.15rem 0;
  }

  .mmamk_pagination{
  width: 100%;
  white-space: nowrap;
  overflow-x: scroll;
  display: flex;
  }

  .mmamk_pagination > a,.mmamk_pagination > b{
    margin: 0.12rem 0.15rem ;
    padding: 0.12rem 0.15rem ;
    overflow: visible;
  }

}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .article-list .item-sticky .item-title a {
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
  }

  .article-list .item-sticky .item-title a,
  .article-list .item-sticky .item-title a .sticky-post {
      background-image: -webkit-linear-gradient(0deg, #3ca5f6 0%, #a86af9 100%);
      background-image: linear-gradient(90deg, #3ca5f6 0%, #a86af9 100%);
  }
}

.slideBox {
  width: 670px;
  height: 320px;
  overflow: hidden;
  position: relative;
}

.slideBox .hd {
  height: 20px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 1;
}

.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
  list-style: none;
}

.slideBox .hd ul li {
  float: left;
  margin-right: 2px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}

.slideBox .hd ul li.on {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slideBox .bd ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}

.slideBox .bd img {
  width: 670px;
  height: 320px;
  display: block;
}
.entry-content img {
  height: auto !important;
}


.h-ctitle{
  display: flow-root;
  width: 100% !important;
  height: fit-content;
}

.top_logo {
  width: 200px;
  height: 200px;
  /* background: #f1f5f8; */
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  padding: 20px;
  float: left;
}


.top_logo > img {
  height: 180px;
  width: 180px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: 2px solid rgba(255, 255, 255, .9);
  border-radius: 20%;
  /* animation: rotate 3s linear infinite; */
  background: #fff;
  object-fit: scale-down;
}

.lefs {
  margin-left: 230px;
  font-size: 14px;
  margin-top: 5px;

}

.lefs > h1{
  padding-top: 30px !important;
}


.downRebtn {
  border: 1px solid #dadfec;
  color: #6b7386;
  background: #f1f5f8;
  text-align: center;
  height: 36px;
  line-height: 36px;
  border-radius: 3px;
  width: 120px;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 15px;
  margin-right: 1rem;

}

.pbtn{
  margin: 5px auto ;
  border-top: 1px solid #EFEFEF;
}


@media (max-width: 767px) {
  .top_logo{
      width: 100%;
      height: 100px;
      margin-bottom: 4%;

  }

  .top_logo > img {
    margin-left: 10px !important;
  }

  .lefs{
    margin-left: 0;
  }

  .h-ctitle{
    padding-top: 0.5rem !important;
  }
}