/* 页面头部自定义样式 */
*{
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
#INDmenu-btn {
  display: none !important;
}
/* Tooltip Styling */
@import url('./index_files/translucent.css');

/* EqualWeb color */
#INDmenu-btn {
  --indmaincolor:      #171d2d;
  --indsecondcolor:    White;
}

/* Footer 按钮样式 */
.footer-link {
  display:block;
  color: #fff;
  border: 0px solid #68b631;
  padding: 0;
  margin: 0px 0 0 0;
  font-size: 1rem;
  line-height: 20px;
  background-color: transparent;
  opacity: 70%
}

/* Cookie Settings 按钮样式 */
#ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings {
  display:block;
  background: #000;
  color: #bbbbbb;
  border: 0px solid #68b631;
  padding: 0;
  margin: 0px 0 0 0;
  font-size: 16px;
  line-height: 20px;
}
#ot-sdk-btn.ot-sdk-show-settings:hover {
  color: #3b99d9;
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  #ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings {
    margin: 0 0 12px 0;
  }
}
@media only screen and (max-width: 479px) {
  #ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings {
    font-size: 14px;
    line-height: 18px;
  }
}

/* 其它自定义样式 */
.grid__item-img-deco {
  word-break: break-all;
  overflow-wrap: break-word;
}
