/*
Theme Name:     深圳市集佰睿科技有限公司
Theme URI:      http://litheme.cn
Description:    深圳市集佰睿科技有限公司-USB/Type-C技术方案商 EtherCAT技术方案商 集成电路供应商
Author:         Litheme 团队
Author URI:     http://litheme.cn
Template:       b2
Version:        1.0
Requires PHP:   5.6-7.4
*/
/**
 * @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;
}
.wp-block-embed.is-type-video>div {
    padding-bottom: 56%;
    position: relative;
    overflow: hidden;
}
.wp-block-embed.is-type-video iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.wp-block-embed iframe {
    max-width: 100%;
}

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;
}
@font-face {
    font-family: 'OPPOSans-Regular';
    src: url(/wp-content/themes/b2-child/Static/font/OPPOSans2-Regular.woff2) format("woff2");
    font-style: normal;
}
.post-po-box {
    z-index: 999;
}
body {
    font-family: 'OPPOSans-Regular', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
.single .post-list-cat {
	gap: 8px
}
.single .post-list-cat a {
	display: block!important
}
@font-face {
    font-family: 'Rough-Motion';
    src: url(/wp-content/themes/b2-child/Static/font/Rough-Motion.otf) format("truetype");
    font-style: normal;
}
    
.font-number {
    font-family: 'Rough-Motion', arial, sans-serif
}

@font-face {
    font-family: 'TCloudNumber';
    src: url('/wp-content/themes/b2-child/Static/font/TCloudNumber.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    /**Color**/
    --black: #000;
    --white: #fff;
    --gray-1: #f3f3f4;
    --gray-2: #e7e7ea;
    --gray-3: #cfd0d4;
    --gray-4: #babecb;
    --gray-5: #858a99;
    --gray-6: #535d6d;
    --gray-7: #343a44;
    --gray-8: #15181d;
    --red: #f6685d;
    --blue: #006eff;
    --orange: #e37318;
    --warning: #e5be9e;
    --orange-dark: #ff8338;
    --orange-light: #fffbe8;
    --green: #2ba471;

    /**Gradient Colors**/
    --gradient-red: linear-gradient(to right, #ff6034, var(--red));
    --gradient-orange: linear-gradient(to right, #ffd01e, var(--orange));

    /**Component Colors**/
    --primary-color: #800080;
    --success-color: var(--green);
    --danger-color: var(--red);
    --warning-color: var(--warning);
    --text-color: var(--gray-7);
    --active-color: var(--gray-8);
    --active-opacity: 0.7;
    --disabled-opacity: 0.5;
    --background-color: var(--gray-1);
    --background-color-light: #fafafa;
    --text-link-color: var(--gray-6);

    /**Font**/
    --font-size-xs: 10px;
    --font-size-sm: 12px;
    --font-size-md: 14px;
    --font-size-lg: 16px;
    --font-size-xl: 24px;
    --font-weight-bold: 500;
    --line-height-xs: 14px;
    --line-height-sm: 18px;
    --line-height-md: 20px;
    --line-height-lg: 22px;
    --base-font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue',
        Helvetica, Segoe UI, Arial, Roboto, 'PingFang SC', 'miui', 'Hiragino Sans GB',
        'Microsoft Yahei', sans-serif;

    /**Animation**/
    --animation-duration-base: 0.3s;
    --animation-duration-fast: 0.2s;
    --animation-timing-function-enter: ease-out;
    --animation-timing-function-leave: ease-in;

    /**Border**/
    --border-color: var(--gray-2);
    --border-width-base: 1px;
    --border-radius-xs: 5px;
    --border-radius-sm: 9px;
    --border-radius-md: 15px;
    --border-radius-lg: 24px;
    --border-radius-max: 999px;

    /**Theme Color**/
    --color-primary: var(--primary-color);
    --color-dark: var(--gray-8);
    --color-secondary: var(--gray-6);
    --color-muted: var(--gray-5);
    --color-light: var(--gray-3);
    --color-danger: var(--danger-color);
    --color-warning: var(--warning-color);
    --color-success: var(--success-color);
    --color-body: var(--text-color);

    /**Theme Btn Color**/
    --btn-primary: var(--primary-color);
    --btn-dark: var(--gray-8);
    --btn-secondary: var(--gray-7);
    --btn-light: var(--gray-3);
    --btn-danger: var(--danger-color);
    --btn-success: var(--success-color);

    /**Theme Bg Color**/
    --bg-primary: var(--primary-color);
    --bg-dark: var(--gray-8);
    --bg-secondary: var(--gray-7);
    --bg-light: var(--gray-2);
    --bg-danger: var(--danger-color);
    --bg-warning: var(--warning-color);
    --bg-white: #fff;
    --bg-body: #f4f4f4;

    /**Theme Border Color**/
    --border-primary: var(--primary-color);
    --border-dark: var(--gray-8);
    --border-secondary: var(--gray-7);
    --border-muted: var(--gray-3);
    --border-light: var(--gray-2);
    --border-danger: var(--danger-color);
    --border-warning: var(--warning-color);
    --border-white: #fff;

    --outline-primary: rgba(0, 110, 255, 0.1);
    --outline-secondary: rgba(38, 38, 38, 0.1);
    --outline-light: rgba(38, 38, 38, 0.05);
    --outline-danger: rgba(238, 10, 37, 0.1);

    --swiper-pagination-bullet-inactive-color: #fff;
    --swiper-pagination-color: #fff;
    --swiper-theme-color: #fff;

    /**Theme shadow Color**/
    --shadow-1: rgb(27 26 49 / 2%);
    --shadow-2: rgb(27 26 49 / 5%);
    --shadow: 0 12px 28px 0 var(--shadow-2), 0 5px 10px 0 var(--shadow-1);
    
    --litheme-message-info-bg: #effaff;
    --litheme-message-info-color: #6dcff6;
    --litheme-message-success-bg: #e7f6f0;
    --litheme-message-success-color: #2fba87;
    --litheme-message-warning-bg: #fffbf0;
    --litheme-message-warning-color: #ffc11b;
    --litheme-message-error-bg: #fff0ec;
    --litheme-message-error-color: #eb5020;
}

/*--------------------------------------------------------------
/*	Size style
--------------------------------------------------------------*/

.w-8 {
    width: .5rem !important;
    height: .5rem !important
}

.w-12 {
    width: .75rem !important;
    height: .75rem !important
}

.w-16 {
    width: 1rem !important;
    height: 1rem !important
}

.w-20 {
    width: 1.25rem !important;
    height: 1.25rem !important;
    font-size: 0.6em
}

.w-24 {
    width: 1.5rem !important;
    height: 1.5rem !important;
    font-size: 0.7em
}

.w-28 {
    width: 1.75rem !important;
    height: 1.75rem !important;
    font-size: 0.8em
}

.w-32 {
    width: 2rem !important;
    height: 2rem !important;
    font-size: 0.85em
}

.w-36 {
    width: 2.25rem !important;
    height: 2.25rem !important;
    font-size: 0.875em
}

.w-40 {
    width: 2.5rem !important;
    height: 2.5rem !important
}

.w-48 {
    width: 3rem !important;
    height: 3rem !important
}

.w-56 {
    width: 3.5rem !important;
    height: 3.5rem !important
}

.w-64 {
    width: 4rem !important;
    height: 4rem !important
}

.w-72 {
    width: 4.5rem !important;
    height: 4.5rem !important
}

.w-80 {
    width: 5rem;
    height: 5rem
}

.w-96 {
    width: 6rem;
    height: 6rem
}

.w-128 {
    width: 8rem;
    height: 8rem;
}

.w-168 {
    width: 10.5rem;
    height: 10.5rem;
}

.w-192 {
    width: 12rem
}

.w-xs {
    width: 5.625rem
}

.w-auto {
    width: auto!important
}

.h-auto {
    height: auto!important
}

.hv {
    height: 100vh!important
}

.h-v {
    min-height: 100vh!important
}

.h-v-30 {
    min-height: 30vh!important
}

.h-v-33 {
    min-height: 33vh
}

.h-v-50 {
    min-height: 50vh
}

.h-v-66 {
    min-height: 66vh
}

.h-v-75 {
    min-height: 75vh
}

@media (max-width:1199.9808px) {
    .w-auto-lg {
        width: auto !important
    }

    .w-100-lg {
        width: 100% !important
    }
}

@media (max-width:991.9808px) {
    .w-auto-md {
        width: auto !important
    }

    .w-100-md {
        width: 100% !important
    }
}

@media (max-width:767.9808px) {
    .w-auto-sm {
        width: auto !important
    }

    .w-100-sm {
        width: 100% !important
    }
}

@media (max-width:575.9808px) {
    .w-auto-xs {
        width: auto !important
    }

    .w-100-xs {
        width: 100% !important
    }
}

@media (min-width: 768px) {
    .h-v-25 {
        min-height: 25vh
    }
}

.width-50 {
    width: 50%;
}

.width-40 {
    width: 40%;
}

.overflow-y {
    overflow-x: hidden;
    overflow-y: auto;
}


/*--------------------------------------------------------------
/*	 Text Size style
--------------------------------------------------------------*/

.text-xs {
    font-size: .8125rem
}

.text-sm {
    font-size: .9375rem
}

.text-md {
    font-size: 1.125rem
}

.text-lg {
    font-size: 1.25rem
}

.text-xl {
    font-size: 1.375rem
}

.text-xxl {
    font-size: 2.25rem
}

.text-40 {
    font-size: 2.5rem
}

.text-50 {
    font-size: 3.125rem
}

.text-64 {
    font-size: 4rem
}

@media (max-width: 767.98px) {
    .text-xs {
        font-size: .75rem
    }

    .text-sm {
        font-size: .875rem
    }

    .text-md {
        font-size: 1rem
    }

    .text-lg {
        font-size: 1.125rem
    }

    .text-xl {
        font-size: 1.25rem
    }

    .text-xxl {
        font-size: 1.75rem
    }

    .text-40 {
        font-size: 2.25rem
    }

}


/* line height style ----------------------------- */

.lh-lg {
    line-height: 1.75 !important;
}

/* Icon style ----------------------------- */
.iconfont {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.text-lg.bx,
.text-md.bx,
.text-sm.bx {
    top: -.0625rem
}

.font-tencent-number {
    font-family: 'TCloudNumber', sans-serif;
}

.h-1x {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.h-2x {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.list-title {
    display: block;
    color: inherit;
    word-break: break-all;
    word-wrap: break-word;
}

a.hover {
    transition: all 0.3s ease-in-out;
}

a:link, a:visited {
    text-decoration: none;
}

a.hover:hover {
    color: #800080;
}

.text-white {
    color: #fff!important;
}

.text-color {
    color: var(--text-color);
}

.header-user .b2-account-circle-line {
    color: #fff!important;
}

.bg-white {
    background-color: var(--bg-white);
}

.text-right {
    text-align: right;
}

.font-bolder {
    font-weight: bolder;
}

.text-tel {
    color: var(--orange);
}

.product-tel-box {
    background-image: linear-gradient(0deg,#fff,#f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1), -8px -8px 20px 0 #fff;
}

.text-500 {
    font-weight: 500;
}

.poster-content .text-secondary {
    color: #8b9cb7 !important;
}