
*, :after, :before {
    box-sizing: border-box;
}
body, html {
    min-height: 100%;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
body {
    background: #f8fafc;
    color: #360802;
    -webkit-tap-highlight-color: rgba(253, 203, 196, .333);
}
body {
    line-height: 1;
}
body {
    color: #000;
    font-family: Poppins, arial, "sans-serif";
    font-style: normal;
    font-weight: 400;
}
a {
    color: inherit;
    text-decoration: none;
}
a, abbr, article, b, blockquote, body, canvas, caption, center, code, div, em, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, label, li, menu, nav, ol, output, p, pre, section, small, span, strong, table, tbody, td, th, thead, time, tr, ul, var, video {
    border: 0;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
li, ol, ul {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 10px
}
ol, ul {
    list-style: none;
}
img{border-style: none;max-width: 100%;height: auto;}
/*header*/
.be-logo{width: 90px;line-height: 0;}
.be-main{margin: 0 auto;max-width: 1164px;}
nav{display: flex;align-items: center;max-width: 1164px;margin: 0 auto;}
header{background: #fff;padding: 16px;box-shadow: 0 8px 12px rgba(0, 0, 0, .02);position: relative;}
.be-menu{
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 99;
    pointer-events: none;
    position: relative;
}
.be-menu-list{
    align-items: center;
    display: flex;
    padding: 0 2px;
    pointer-events: all;
    position: relative;
    margin: 0;
}
.be-menu-item{margin: 0;}
.be-menu-item a{align-items: center;display: flex;padding: 0 16px;position: relative;font-size: 13px;line-height: 1.5;}
.visually-hidden{display: none;}
.responsive-menu {
  position: relative;
}

#menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

#menu-toggle i {
  margin-right: 0.5em;
}

@media screen and (max-width: 1900px) {

}
@media  screen and (min-width:768px) and (max-width:991px) {
    .be-main {
        max-width: 960px;
    }
}
@media screen and (max-width:767px) {
    .be-main {
        max-width: 720px;
    }
}
@media (max-width: 576px) {
    .be-main {
        max-width: 540px;
    }
}
/*blog*/
.be-layo{display: flex;padding-top: 40px;justify-content: space-between;}
.be-modu{width: 25%;}
.be-blog{width: 70%;}
.be-blog-item{display: flex;margin-bottom: 32px;padding: 16px;background: #fff;border-radius: 16px;box-shadow: 9px 10px 29px #EFEAEA;}
.be-blog-item .be-cont-img{max-width: 15%;margin: 0;}
.item-cont{padding-left: 16px;}
.item-cont h2{font-size: 18px;line-height: 20px;margin-bottom: 10px;font-weight: 600;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;color: #000;}
.be-cont-post{font-size: 13px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;color: #747C89;line-height: 18px;margin-bottom: 10px;flex: 0 0 60%;max-width: 60%;}
.be-fil-item{display: block;background: rgba(12, 87, 233, .15);border-radius: 12px;color: #1f3dff;padding: 11px;text-align: center;font-size: 13px;font-weight: 600;}
.be-cate-list{width: 70%;}
.be-cate-tile{display: flex;align-items: center;margin-bottom: 16px;margin-top: 5px;}
.be-cate-tile a{font-weight: 600;margin-right: 16px;}
.be-cate-tile span{font-size: 13px;}
.be-cate-tile span:before{margin-right: 5px;}
.be-cate-item{display: flex;background: #fff;margin-bottom: 32px;padding: 16px;border-radius: 16px;box-shadow: 9px 10px 29px #EFEAEA;}
.be-cate-img{max-width: 15%;margin-right: 16px;border-radius: 16px;overflow: hidden;line-height: 0;}
.be-cate-txt{max-width: 80%;}
.be-cate-des{display: flex;}
.be-cate-des p{max-width: 70%;font-size: 13px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;color: #747C89;line-height: 18px;}
.be-cate-des a{background: rgba(12, 87, 233, .15);border-radius: 16px;color: #1f3dff;padding: 11px;text-align: center;font-size: 13px;font-weight: 600;min-width: 30%;}
/*right*/
.be-exe-list{background: #fff;border-radius: 16px;padding: 16px;margin-bottom: 30px;box-shadow: 9px 10px 29px #EFEAEA;}
.be-exe-box{display: -webkit-box;display: -ms-flexbox;display: flex;align-items: center;}
.be-exe-txt{padding-left:11px;}
.be-exe-txt p{font-size: 11px;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;display: -webkit-box;line-height: 1.5;color: #747C89;}
.be-exe-list a{display: block;background:#000;color: #fff;margin-top: 11px;padding: 5px;text-align: center;border-radius: 16px;}
.be-exe-img{width:50px;height: 50px;object-fit: cover;}
.be-hot{}
.be-hot-box{display: flex;flex-flow: column;}
.be-hot-list a{display: block;border-radius: 16px;overflow: hidden;padding: 16px;margin-bottom: 16px; box-shadow: 9px 10px 29px #EFEAEA;background: #fff;}
.be-hot-list span{padding: 0 16px;display: block;font-size: 13px;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;display: -webkit-box;border-left: 3px #1f3dff solid;}
/*cont*/
.be-cont-page{width: 70%;}
.be-cont-page h1{font-size: 22px;line-height: 1.6;}
.be-cont-tags{margin: 10px auto;}
.be-cont-tag-li a{background: #ededed;border-radius: 20px;padding: 8px;line-height: 1;font-size: 11px;color: #747C89;margin-right: 5px;}
.be-top-box{display: -webkit-box;display: -ms-flexbox;display: flex;flex-flow: row-reverse;margin-bottom: 30px;}
.be-top-txt{max-width: 70%;margin-left: 16px;}
.be-cont-img{text-align: center;max-width: 30%;}
.be-cont-text h3{font-size: 22px;line-height: 30px;font-weight: 600;margin-bottom: 10px;padding-top: 10px;}
.be-cont-text h4{margin-bottom: 10px;}
.be-cont-text p{font-size: 14px;line-height: 24px;color: #33384A;margin-bottom: 15px;}
.be-cont-text p strong{font-weight: 600;}
.be-cont-text ul{padding-left: 5px;list-style-type: circle;margin-bottom: 30px;margin-top: 30px;padding-inline-start: 1.625em;}
.be-cont-text ul li{padding-left: 10px;position: relative;margin-bottom: 10px;margin-top: 10px;line-height: 1.6;}.be-cont-text ul li::marker{color: #000;}
.be-cont-text a{text-decoration: underline;text-decoration-color: #0325ff;text-underline-offset:5px; }
.be-cont-info{margin: 16px 0;font-size: 13px;color: #1f3dff;}
.be-cont-tag{display: -webkit-box;display: -ms-flexbox;display: flex;}
.be-cont-tag-li{margin-right: 5px;}
.be-cont-img img{border-radius: 16px;max-width: 100%;height: auto;}
.be-cont-page table{background: #F4F4F6;border-radius: 16px;width: 100%;table-layout: auto;border-collapse: collapse;border-spacing: 0;margin-bottom: 16px;}
.be-cont-page th,.be-cont-page td{border: unset !important;padding: 20px 30px !important;min-height: 30px;line-height: 1.2;vertical-align: middle;font-weight: normal;text-align: left; font-size: 14px;}
/*footer*/
.gr-foot{background: #f2f5f9;padding: 30px;border-top-left-radius: 30px;border-top-right-radius: 30px;font-size: 14px;}
.gr-ftop{display: flex;justify-content: space-between;padding: 30px;align-items: center;border-bottom: 1px rgb(79 107 254 / 10%) solid;font-size: 14px;}
.gr-flogo img{width: 90px; }
.gr-flink a{display: inline-block;padding: 10px;margin: 10px;}
.gr-fbom{padding-top: 30px;padding-bottom: 30px;text-align: center;font-size: 14px;}


/*ccL*/
#language-toggle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-size: 14px;
  border: 1px #ccc solid;
}

#language-toggle i {
  transition: transform 0.3s ease;
}

.language-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 999;
  display: none;
}

.language-list {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  display: none;
  z-index: 1002;
  max-width: 90%;
  overflow-x: auto;
}

.language-close {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 30px;
  height: 30px;
  border: none;
  background: transparent;
  font-size: 16px;
  color: #888;
  cursor: pointer;
  z-index: 10;
}

.language-close:hover {
  color: #2c3e50;
}
.language-options {
  display: flex;
  gap: 15px;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.language-option {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #333;
  padding: 10px 12px;
  border-radius: 6px;
  transition: background 0.3s ease;
  white-space: nowrap;
}
.language-options span{font-size: 14px;}
.language-option:hover {
  background: #f5f5f5;
}

.language-option.active {
  font-weight: bold;
  color: #2c3e50;
}
#language-toggle img.language-flag {
  width: 24px;
  height: auto;
}

@media screen and (max-width:767px) {
    nav{max-width: 100%;}
    .be-main{max-width: 100%;}
    .logo{margin-right: auto;}
    .be-menu{position: absolute;width: 100vw;left: 0;right: 0;top: 0;background: #fff;}
    #menu-toggle {
    display: block;
    z-index: 999;
    margin-left: auto;
    pointer-events: auto !important;
}
#be-menu-ul {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: white;
  border-top: 1px #f8fafc solid;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  display: block;
}
#be-menu-ul.open {
  display: block;
}
#be-menu-ul.open.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.be-menu-item{padding: 16px;}
.be-menu-list {
    display: none;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  position: absolute;
  top: 100%; /* 放在按钮下方 */
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  padding: 10px 0;
  }
  .be-menu-list.open {
    display: block;
  opacity: 1;
  transform: translateY(0);
  }
  .language-options{white-space: wrap;flex-flow: column;}
  /*exe*/
  .be-mtle h3{padding: 16px;}
  .be-exe{margin: 0;overflow-x: auto;scroll-snap-type: x mandatory;-webkit-overflow-scrolling: touch;}
  .be-exe-it{width: 40%;flex: 0 0 40%;}
  .be-exe-box{margin: 10px;padding: 5px;}
  .be-hot{padding: 0;}
.be-hot-box{flex-flow: wrap;}
.be-hot-list{width:100%;}
.be-hot-list a{display: block;margin: 10px;}
/*blog*/
.be-cate-list{width: 100%;}
.be-cate-item{align-items: center;}
.be-cate-img{border-radius: 5px;}
  /*top*/
  .be-top-list{width: 50%;}
  /*cont*/
  .be-layo{flex-flow: column;padding: 16px;}
  .be-cont-page{width: 100%;max-width: 100%;}
  .be-cont-text p{font-size: 1rem;}
  .be-modu{width: 100%;max-width: 100%;margin-top: 24px;}
  .be-blog{width: 100%;margin: 0;}
  .be-top-box{flex-flow: column;}
  .be-top-txt{max-width: 100%;margin-left: 0;}
  .be-cont-img{max-width: 100%;}
  /*footer*/
  .gr-ftop{flex-flow: column;}
  .gr-flink{display: flex;flex-wrap: wrap;margin-top: 24px;margin-bottom: 24px;}
  .gr-flink a{display: flex;flex: 0 0 50%;margin: 0;}
  .gr-fbom{padding:30px;}
}
@media (max-width: 576px) {

}
@media (max-width: 768px) {
  #language-toggle {
    width: 48px;
    height: 48px;
  }
}
