﻿/*
Theme Name:     Pure Blog Child
Template:       pure-blog
*/
@import url("../pure-blog/style.css");
@import url("./font/iconfont.css");
body,html{
	font-family: auto !important;
	min-width: 375px;
}
/* 顶部栏 */
#wpadminbar {
  display: none;
}

/* 回到顶部按钮 */
.bktop {
  right: 24px;
  bottom: 120px;
}

/* 滚动条样式 */
::-webkit-scrollbar {
  height: 10px;
}

::-webkit-scrollbar {
  height: 10px;
  width: 10px;
  background: transparent;
}

::-webkit-scrollbar-corner {
  display: none;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  border-style: dashed;
  background-color: rgba(205, 205, 205, 0.7);
  border-color: transparent;
  border-width: 1.5px;
  background-clip: padding-box;
}

.widget-social-dwqr .wb-btn-dwqr.wb-btn-like.j-dwqr-like-btn.active svg {
  fill: var(--dwqr-theme, #06c);
}

.widget-social-dwqr .dwqr-inner .active {
  color: var(--dwqr-theme, #06c);
}

.rzon-share {
  display: none;
  box-shadow: 0px 6px 24px 0px rgba(22, 52, 128, 0.1);
  position: absolute;
}

.rzon-share .wb-share-list {
  width: 192px;
  height: 192px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding-top: 8px;
  box-sizing: border-box;
}

.rzon-share .wb-share-list a {
  display: flex;
  height: 44px;
  line-height: 44px;
  padding-left: 22px;
  align-items: center;
  font-size: 16px;
  color: #182A4E;
}

.rzon-share .wb-share-list a img {
  margin-right: 18px;
}

.rzon-share .wb-share-list a:hover {
  background: #F6F6F8
}

.rzon-share .wb-share-list a:hover::before {
  position: relative;
  background: #FF6F00;
  height: 100%;
  width: 4px;
  left: -22px;
  content: '';

}
@media screen and (min-width: 769px){
  body,html{
    min-width: 1024px;
  }
}