/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.3.10/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/.pnpm/postcss-loader@8.1.1_@rspack+core@1.3.10_postcss@8.5.3_typescript@4.9.5/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/.pnpm/less-loader@10.2.0_less@4.3.0_webpack@5.78.0/node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scenes/xy__gift/style.less ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.commercial-button.t-button {
  background-color: #282a32;
  color: #f5e0ac;
  border-color: #282a32;
}
.commercial-button.t-button:hover {
  background-color: #383838;
  border-color: #383838;
}
/* --------------------------------- 题型组件选项样式 ---------------------------------------- */
#global-loading-ejs {
  display: none;
}
html {
  /* 整个滚动条 */
  /* 滚动条上的滚动滑块. */
  -webkit-overflow-scrolling: touch;
}
html::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 4px;
  height: 4px;
  background-color: rgba(0, 0, 0, 0);
}
html::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
html::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
body {
  font-size: 14px;
  font-family: 'PingFang SC', tahoma, arial, 'helvetica neue', 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
  text-align: left;
}
@media (min-width: 981px) {
  html {
    padding-top: 8px;
    padding-left: 20px;
    padding-right: 20px;
  }
  h1 {
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    font-size: 22px;
  }
  .container {
    max-width: 800px;
    margin: 0 auto;
  }
  .pc-table {
    width: 100%;
    line-height: 25px;
    text-align: center;
    border-collapse: collapse;
    padding: 2px;
  }
  .pc-table th,
  .pc-table td {
    border: 1px solid #666666;
  }
  .pc-table tr span {
    color: #2378FF;
  }
  .mobile-table,
  .mobile {
    display: none;
  }
}
/** mobile端 **/
@media (max-width: 980px) {
  html {
    padding: 20px;
  }
  h1 {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #333333;
  }
  p {
    font-size: 12px;
    line-height: 26px;
    color: #666666;
  }
  .mobile-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    line-height: 26px;
    font-size: 12px;
  }
  .mobile-table .head span {
    display: block;
    background: #E2EBFD;
    border-radius: 4px;
  }
  .mobile-table .head span.center {
    margin: 0 2px;
  }
  .mobile-table th {
    padding: 0;
    padding-bottom: 3px;
    min-width: 33%;
    line-height: 36px;
  }
  .mobile-table td {
    border: 1px solid #E2EBFD;
  }
  .mobile-table tr span {
    color: #2378FF;
  }
  .mobile-table .year {
    color: #FBB566;
  }
  .mobile-table .moon {
    color: #82A9F8;
  }
  .pc-table,
  .pc {
    display: none;
  }
}


/*# sourceMappingURL=xy__gift.8971c40d.css.map*/