/**
 * @description: 基本构造
 * @Author: Litheme
 * @Date: 2022-11-12 21:54:20
 * @return {*}
 */
 .px12 {
  font-size: 12px;
}

.em09 {
  font-size: .9em;
}

.em12 {
  font-size: 1.2em;
}


.mr3 {
  margin-right: 3px
}

.mr6 {
  margin-right: 6px
}

.mr10 {
  margin-right: 10px
}

.mr20 {
  margin-right: 20px
}

.ml3 {
  margin-left: 3px
}

.mln3 {
  margin-left: -3px
}

.ml6 {
  margin-left: 6px
}

.ml10 {
  margin-left: 10px
}

.ml20 {
  margin-left: 20px
}

.mt6 {
  margin-top: 6px
}

.mt10 {
  margin-top: 10px !important
}

.mt15 {
  margin-top: 15px
}

.mt20 {
  margin-top: 20px
}

.mb6 {
  margin-bottom: 6px
}

.mb10 {
  margin-bottom: 10px
}

.mb20 {
  margin-bottom: 20px
}

.padding-10 {
  padding: 10px;
}

.padding-15 {
  padding: 15px;
}

/**flex布局轮子**/
.flex {
  display: flex;
}

.inflex {
  display: inline-flex;
}

/**flex布局上下方向**/
.inflex.xx,
.flex.xx {
  flex-direction: column;
}

/**flex布局上下居中**/
.inflex.ac,
.flex.ac {
  align-items: center;
}

/**flex布局上下靠底部**/
.inflex.ab,
.flex.ab {
  align-items: baseline;
}

/**flex布局上下左右居中**/
.inflex.jc,
.flex.jc {
  align-items: center;
  justify-content: center;
}

/**flex布局两端对齐**/
.inflex.jsb,
.flex.jsb {
  justify-content: space-between;
}

/**flex元素放大比例-1**/
.flex .grow1 {
  flex-grow: 1;
}

/**flex元素缩小比例-0：不缩小**/
.flex .shrink0 {
  flex-shrink: 0;
}

/**flex元素放大0缩小0**/
.flex .flex0 {
  flex: none;
}

/**flex元素放大1缩小1**/
.flex .flex1 {
  flex: auto;
}
.opacity5 {
  opacity: .5
}

.opacity8 {
  opacity: .8
}

.svg-icon {
  width: 1em;
  height: 1em;
}

.mt20 {
  margin-top: 20px;
}
/**
 * @description: 代码高亮
 * @Author: Litheme
 * @Date: 2022-11-12 21:52:23
 * @return {*}
 */
.lt-enlighter-pre{
  position:relative;
  font: 12px "courier new";
  overflow-y: auto;
  border: 0;
  color: #444;
  border-radius: 3px;
  padding: .5rem;
  padding-top: 2rem;
  margin: 1.5rem 0;
  line-height: 1.2;
  white-space: pre-wrap;
  word-wrap: break-word;
  background-color: #28292f;
  border-radius: 0.5rem;
  box-shadow: 0 2px 5px rgba(0,0,0,.2);
}
.lt-enlighter-pre:before {
  content: " ";
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #888;
  width: 10px;
  height: 10px;
  top: 0;
  left: 10px;
  margin-top: 11px;
  -webkit-box-shadow: 16px 0 #888, 32px 0 #888;
  box-shadow: 16px 0 #888, 32px 0 #888;
  transition-duration: .3s;
}
.lt-enlighter-pre textarea {
  min-height: 40px;
  max-height: 320px;
  overflow: auto;
  padding: .5rem;
  background: #eee;
}
.lt-enlighter-pre code {
  display: block;
  min-height: 40px;
  background:transparent;
}
.enlighter-label{
  position: absolute;
  color: #000;
  right: 0;
  top: 0;
  background-color: #fff;
  border-radius: 15px;
  margin: 6px;
  padding: 2px 10px;
}

/**
 * @description: 超级嵌入
 * @Author: Litheme
 * @Date: 2022-11-12 21:52:15
 * @return {*}
 */
.ltblock-iframe-div {
  padding-bottom: 56%;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.ltblock-iframe-div iframe,
.ltblock-iframe-div .iframe-mask {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.ltblock-iframe-div .iframe-mask {
  display: none;
}

.ltblock-iframe .nois_selected .iframe-mask {
  display: block;
}

.ltblock-iframe .iframe-label {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}

.ltblock-iframe .components-base-control {
  width: 100%;
  margin-top: 5px;
}
/**
 * @description: tab
 * @Author: Litheme
 * @Date: 2022-11-13 15:10:40
 * @return {*}
 */
.theme-card-box {
  padding: 15px;
  color: #444;
  background: #f5f6f7;
}

.featured-item {
  padding: 10px;
  padding-bottom: 2px;
  background: #ffffff;
  margin-bottom: -1px;
  border: 1px solid #e8e8e8;
}
 .tab-card {
  border-radius: 8px;
  border: 1px solid #e8e8e8;
  background: #fbfbfb;
  padding-bottom: 0;
}

.tab-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
}

.tab-header-item {
  position: relative;
}

.tab-header-item .tab-header-input {
  margin: 0 2px !important;
  min-width: 40px;
  font-size: 14px !important;
  line-height: 1.4;
  transition: .2s;
  padding: 0 5px;
  border-bottom: 2px solid transparent;
}

.tab-header-item:not(.active) .tab-header-input {
  cursor: pointer;
}

.tab-header-item.active .tab-header-input {
  border-color: #ff499d;
  color: #ff499d;
}

.tab-operation {
  position: absolute;
  right: 0;
  visibility: hidden;
  opacity: 0;
  left: 0;
  right: 0;
  margin: auto;
  top: -26px;
  text-align: center;
  transition: .2s;
}

.tab-header-item:hover .tab-operation {
  visibility: unset;
  opacity: 1;
}

.tab-card.nav-left {
  display: flex;
  padding: 0;
}

.tab-card.nav-left .tab-header {
  border: none;
  border-right: 1px solid #e8e8e8;
  padding-right: 8px;
  min-width: 80px;
}

.tab-card.nav-left .tab-header {
  border: none;
  border-right: 1px solid #e8e8e8;
  padding: 8px 8px 8px 12px;
  min-width: 80px;
  display: block;
  flex-shrink: 0;
}

.tab-card.nav-left .tab-header>.tab-header-item {
  display: block;
}

.tab-card.nav-left .tab-header-item {
  padding: 6px 0;
}

.tab-card.nav-left .tab-header-item .tab-header-input {
  border-bottom: none;
  border-left: 2px solid transparent;
}

.tab-card.nav-left .tab-header-item.active .tab-header-input {
  border-left: 2px solid #ff499d;
}

.tab-card.nav-left .tab-operation {
  left: -24px;
  right: auto;
  top: 2px;
}

.tab-card.nav-left .tab-content {
  flex: 1;
  padding: 0 15px;
}

.tab-card.nav-left.nav-right .tab-header {
  order: 2;
  border: none;
  padding-left: 8px;
  margin-left: 8px;
  border-left: 1px solid #e8e8e8;
}
.carousel.iss {
  background-image: linear-gradient(#f0f1f7 10%, #e2e4ea 100%);
  border-radius: 6px;
  text-align: center;
  padding: 10px 10px 0;
}

.carousel.iss .leab {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 10px;
  color: #666;
  cursor: pointer;
}

.carousel.iss .dashicons {
  float: right;
  margin: 5px 15px;
}

.carousel.iss .leab:hover .dashicons {
  color: #0997ec;
}

.tab-content .wp-block+.block-list-appender,
.carousel.iss .wp-block+.block-list-appender {
  display: none !important;
}
button.close {
  position: absolute;
  top: 0;
  right: 10px;
  color: #888;
  background: 0 0;
  border: none;
  font-size: 28px;
  font-weight: 700;
}


.wp-block-heading h1 {
  font-size: 1.5em;
}

.wp-block-heading h2 {
  font-size: 1.4em;
}

.wp-block-heading h3 {
  font-size: 1.3em;
}

.wp-block-heading h4 {
  font-size: 1.2em;
}

.wp-block-heading h5 {
  font-size: 1.1em;
}

.wp-block-heading h6 {
  font-size: 1em;
}


.wp-block {
  max-width: 900px;
  line-height: 2;
}

.wp-block[data-align="left"],
.wp-block[data-align="right"] {
  height: auto !important
}

.wp-block:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

figure.wp-block-image:not(.wp-block) {
  margin-bottom: 20px;
}

.components-flex.components-select-control {
  height: auto
}

.edit-post-visual-editor__post-title-wrapper .editor-post-title,
.editor-post-title__block .editor-post-title__input {
  font-size: 1.2em;
  border-bottom: 3px solid #3d87f6;
  padding: 8px 14px;
}

.blocks-gallery-item .components-button.block-library-gallery-add-item-button {
  min-height: 30px;
}
p.b2-tip{
  padding: 12px 24px 12px 30px;
  border-left-width: 4px;
  border-left-style: solid;
  background-color: #f8f8f8;
  position: relative;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
p.b2-tip:before{
  position: absolute;
  top: 14px;
  left: -12px;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  font-family: "Dosis", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
}
p.b2-tip{
  content: "";
}
p.b2-tip.b2-alert-success:before{
  content: "✓";
  background-color: #67c23a;
}

p.b2-tip.b2-alert-success{
  border-left-color: #67c23a;
  background-color: #f0f9eb;
  color: #67c23a;
}

p.b2-tip.b2-alert-info:before{
  content: "i";
  background-color: #03A9F4;
}

p.b2-tip.b2-alert-info{
  border-left-color:  #03A9F4;
  background-color: #e5f6fe;
  color: #03A9F4;
}

p.b2-tip.b2-alert-light:before{
  content: "♪";
  background-color: #909399;
}

p.b2-tip.b2-alert-light{
  background-color: #f4f4f5;
  border-left-color:  #909399;
  color: #909399;
}

p.b2-tip.b2-alert-warning:before{
  content: "✕";
  background-color: #f56c6c;
}

p.b2-tip.b2-alert-warning{
  border-left-color:  #f56c6c;
  background-color: #fef0f0;
  color: #f56c6c;
}

p.b2-tip:before,p.b2-tip.b2-alert-primary:before{
  content: "!";
  background-color: #e6a23c;
}

p.b2-tip,p.b2-tip.b2-alert-primary{
  border-left-color:  #e6a23c;
  background-color: #fdf6ec;
  color: #e6a23c;
}

.editor-styles-wrapper p.b2-shortcode-desc{
  font-size: 12px;
  margin:10px 0;
  color:#999
}
.b2-block-shortcode .components-base-control__field{
  margin-bottom:0
}
.b2-shortcode-button button{
  margin-right:10px;
  font-size: 14px;
}