.support-list-zhifu,
.support-list-hwp {
  margin: 0px 16px 16px;
  overflow-y: scroll;
  flex: 1;
  display: none;
}
.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;
}
td.matched + tr td img {
}
.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,
.support-list-zhifu tr {
  height: 39px;
}
.darkTheme {
  background-color: #000;
  color: #a8a8a8;
}
.flexCul {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.nav {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  padding: 18px 60px 20px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  justify-content: space-around;
  z-index: 10;
}
.f-s-13 {
  font-size: 13px;
}
.top-note {
  margin: 10px 16px 24px;
  color: rgba(0, 0, 0, 0.6);
}
.no-img {
  width: 150px;
  margin: 0 auto 10px;
}
.top-note p {
  margin-bottom: 6px;
}
.hide{
  display: none;
}
.navli {
  padding-bottom: 7px;
  position: relative;
  font-weight: 600;
}
.navActive {
  color: #f34d4f;
  border-bottom: 2px solid #f34d4f;
} 
.nav-transparent {
  color: transparent;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  padding: 18px 60px 20px;
  font-size: 16px;
  justify-content: space-around;
}
.navli-transparent {
  color: transparent;
  padding-bottom: 7px;
}
.zhifu {
  display: none;
} 
.transparent {
  color: transparent !important;
}
.f-s-20 {
  font-size: 20px;
}
.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;
}
.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 {
  height: 40px;
  box-sizing: border-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 {
  width: 18px;
  height: 18px;
  background: url("../css/img/delete.png") no-repeat;
  background-size: 100%;
  display: none;
}
.hs-delete-hwp {
  width: 18px;
  height: 18px;
  background: url("../css/img/delete.png") no-repeat;
  background-size: 100%;
  display: none;
}
.no-result {
  text-align: center;
  margin: 100px auto;
  display: none;
}
.no-result-hwp {
  text-align: center;
  margin: 100px auto;
  display: none;
}

.darkTheme .search,
.darkTheme .fix-top,
.darkTheme .fix-top {
  background: #000;
}
.darkTheme .nav {
  color: rgba(255, 255, 255, 0.85);
}
.darkTheme .top-note {
  color: rgba(255, 255, 255, 0.6);
}
.darkTheme .b1 {
  color: rgba(255, 255, 255, 0.6);
}

.darkTheme .downAword {
  border-top: 7px solid #999;
}
.darkTheme .hs-icon {
  background: url(../css/img/search_dark.png) no-repeat 50% 50%;
  background-size: 15px 15px;
}
.darkTheme .hs-delete {
  background: url(../css/img/delete_dark.png) no-repeat 50% 50%;
  background-size: 18px 18px;
}

.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;
}
@media (max-width: 1280px) and (orientation: landscape) {
  .support-list-zhifu {
    min-height: 90vh;
  }
}
