body {
  -webkit-text-size-adjust: 100%;
  -webkit-user-select: none;
  word-wrap: break-word;
  line-height: 1.3;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "sans-serif-medium", "HYQiHeiX1 55W", "HYQiHei 55S", "汉仪旗黑", "兰亭纤黑", Droid Sans, Droid Sans Fallback, STHeiti, SimHei, Hei;

  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
}

.support-list-hwp {
  margin: 0px 16px 16px;
  overflow-y: scroll;
  flex: 1;
}

.search-result,
.no-result-tip {
  text-align: center;
  font-size: 10px;
  display: none;
  color: green;
  padding-top: 8px;
}

.no-result-tip {
  color: red;
}

td.matched {
  background-color: #f34d4f;
  color: #fff;
}

.matched+td {
  background-color: #f34d4f;
  color: #fff;
}

.matched+td+td {
  background-color: #f34d4f;
  color: #fff;
}

.table-title {
  margin: 14px 16px 0;
}

table {
  border-collapse: collapse;
  /* 因为父级overflow-y: scroll; 表格就有滚动条出来 */
  width: calc(100% - 1px);
  position: relative;
}

table td {
  padding: 4px;
  text-align: center;
  position: relative;
}

table:before {
  content: "";
  display: block;
  position: absolute;
  left: 0%;
  top: 0%;
  width: 200%;
  height: 200%;
  border: 1px solid #dadada;
  border-left: none;
  border-bottom: none;
  transform-origin: 0 0;
  transform: scale(0.5);
}

.darkTheme table:after {
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.darkTheme table td:after {
  border: 1px solid rgba(255, 255, 255, 0.6);
}

table td:before {
  content: "";
  display: block;
  position: absolute;
  left: 0%;
  top: 0%;
  width: 200%;
  height: 200%;
  border: 1px solid #dadada;
  border-top: none;
  border-right: none;
  transform-origin: 0 0;
  transform: scale(0.5);
}

.b1 {
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
}

.b1 tr {
  height: 40px;
}

.support-list-hwp tr {
  height: 39px;
}

.darkTheme {
  background-color: #000;
  color: #a8a8a8;
}

.flexCul {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.f-s-13 {
  font-size: 13px;
}

.no-img {
  width: 150px;
  margin: 0 auto 10px;
}

.hide {
  display: none;
}

.hs-input {
  border-radius: 40px;
  margin-right: 16px;
  margin-left: 16px;
  background: rgba(0, 0, 0, 0.03);
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 12px;
}

.hs-input input {
  border: 0;
  width: 100%;
  color: #666;
  background-color: transparent;
  text-indent: 8px;
  -webkit-text-stroke-width: 0px;
  flex: 1;
  height: 40px;
  box-sizing: border-box;
  font-size: 16px;
}

.hs-input .search-box, .hs-input .search-box-hwp {
  height: 40px;
  box-sizing: border-box;
}

.hs-icon {
  width: 20px;
  height: 20px;
  background: url("../css/img/search.png") no-repeat;
  background-size: 100%;
}

.hs-delete-hwp {
  width: 18px;
  height: 18px;
  background: url("../css/img/delete.png") no-repeat;
  background-size: 100%;
  display: none;
}

.no-result-hwp {
  text-align: center;
  margin: 100px auto;
  display: none;
}

.darkTheme .b1 {
  color: rgba(255, 255, 255, 0.6);
}

.darkTheme .hs-icon {
  background: url(../css/img/search_dark.png) no-repeat 50% 50%;
  background-size: 15px 15px;
}

.darkTheme .hs-delete-hwp {
  background: url(../css/img/delete_dark.png) no-repeat 50% 50%;
  background-size: 18px 18px;
}

.darkTheme .hs-input {
  background: #252525;
  color: #a8a8a8;
}

.darkTheme .hs-input input {
  color: #a8a8a8;
}

.darkTheme .hs-input input::-webkit-input-placeholder {
  color: #a8a8a8;
}

.darkTheme .hs-input input::-moz-input-placeholder {
  color: #a8a8a8;
}

.darkTheme .hs-input input::-ms-input-placeholder {
  color: #a8a8a8;
}