.dotsbook-gj {
    /* 桌面端样式 */
    width: 70%;
    max-width: 1280px;
    height: auto;
    margin: 10px auto 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 阴影效果 */
    padding: 20px; /* 给 div 一些内边距 */
    background-color: #fff; /* 背景颜色 */
    border-radius: 8px; /* 边角圆滑 */
}

.dotsbook-ad {
    /* 桌面端样式 */
    width: 70%;
    max-width: 1280px;
    margin: 10px auto 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 阴影效果 */
    padding: 20px; /* 给 div 一些内边距 */
    background-color: #fff; /* 背景颜色 */
    border-radius: 8px; /* 边角圆滑 */
}

.gjbj {
    background-color:#F3F4F6;
}

.dotsbook-app {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}
.dotsbook-tool {
  width: 100%;
}
.dotsbook-tool-left {
  width: 100%;float: left;
}
.dotsbook-tool-right {
  width: 0%;float: right;
}

@media (max-width: 768px) {
  .dotsbook-tool-left, .dotsbook-tool-right {
    width: 100%;
    float: none; /* 移动端堆叠元素 */
  }
}

.container.calculator__container.calculator__container--title {
    width: 100%; /* 根据需要调整宽度 */
}

@media (max-width: 768px) {
    .dotsbook-gj, .dotsbook-ad {
        width: 100%; /* 改为95%宽度 */
    }
}

#dotsbook-sjs {
  width: 100%; /* 默认宽度为100% */
}

@media (min-width: 1025px) {
  #dotsbook-sjs {
    width: calc(100% - 350px);
  }
}

@media (max-width: 1024px) {
  #dotsbook-sjs {
    width: 100%;
  }
}

.dotsbook-gj .calculator-about {
    box-shadow: none!important;
}
@media only screen and (min-width: 1024px) {
    .dotsbook-gj .calculator-settings {
        max-width: 100%!important;
    }
}
.categories__grid {
    grid-template-columns: repeat(2, 1fr)!important;
}
@media only screen and (min-width: 1024px) {
    .categories__grid {
        grid-template-columns: repeat(4,1fr)!important;
    }
}
.iconfont {
    font-size: inherit;
    color: #6b7280;display: flex;
  justify-content: center;
  align-items: center; 
}

.icopicks {
    font-size: 18px!important;
}
.icofoot {
    font-size: 24px!important;
}
.header-Wire {
    border-top: 1px solid #e5e7eb;
}
.apppick-Separation {
  max-width: 100%;
  margin: 80px 0 40px 0;
  padding: 0px;
}

.eratool-Separation {
  margin-top: 20px;
}

.index-title {
  position: relative;
  margin-bottom: 20px;
  font-size: 1.5em;
  color: #333;margin-left: 20px;
}
.index-title label {
  position: absolute;
  top: 50%;left: -20px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #007bff;
  border-radius: 50%;
}

.separator {
  height: 2px;
  background-color: #007bff;
  width: 100%;
  margin: 20px 0;
  
}
.category__description {
  max-height: 100px; 
  min-height: 100px; 
  overflow: hidden; 
}


.header-lang__select {
    padding: .5rem 2rem .5rem 1rem!important;
}

  
  
/*Customize this if you want*/
.wpml-floating-language-switcher {
  width: 125px;
}

.header-lang__select img {
    vertical-align: middle; /* 确保图片与文字在同一行 */
    margin-right: 5px;      /* 调整国旗和文字之间的间距 */
}

.header-lang__select {
    display: inline-flex;   /* 使用 flex 确保内容保持水平排列 */
    align-items: center;    /* 垂直居中对齐 */
}

.light-theme.header-popup__button {
    white-space: nowrap;
}
