.top-note {
  margin: 24px 24px 8px;
}

p {
  margin-bottom: 8px;
}

.support-list {
  /* margin: 0px 24px 24px; */
}

.flexCul {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.table-title {
  margin: 12px 24px 0;
}

table {
  width: 100%;
}

td {
  border: 1px solid #999;
  padding: 4px;
  text-align: center;
}

.table-title td {
  background-color: #666;
  color: #fff;
}

.darkTheme {
  background-color: #000;
  color: #a8a8a8;
}

.search-mode {
  display: flex;
  flex-direction: row;
  font-size: 15px;
}

.search {
  position: relative;
  width: 70%;
}

.choose {
  position: relative;
  width: 30%;
}

.hs-input {
  border-radius: 18px;
  margin-right: 40px;
  margin-left: 24px;
  background: rgba(0, 0, 0, 0.05);
  position: relative;
}

.hs-input input {
  border: 0;
  width: 86%;
  color: #000;
  line-height: 30px;
  background-color: transparent;
  text-indent: 12px;
  -webkit-text-stroke-width: 0px;
  font-size: 15px;
  height: 30px;
}

input::-ms-clear {
  display: none;
}

.hs-icon {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 21%;
  right: 16px;
  background: url('../css/img/search.png') no-repeat 50% 50%;
  background-size: 18px 18px;
}

.hs-delete {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 6px;
  right: 8px;
  background: url('../css/img/delete.png') no-repeat 50% 50%;
  background-size: 18px 18px;
  display: none;
}

.card-type {
  border: 1px solid #999;
  margin-right: 24px;
  line-height: 2;
  padding-left: 12px;
}

.type-choose {
  position: absolute;
  width: calc(100% - 24px);
  top: 100%;
  border: 1px solid #ccc;

  padding-left: 12px;
  box-sizing: border-box;
  display: none;
}

.support-list-wrap {
  margin: 0 auto;
  width: calc(100% - 48px);
  overflow-y: scroll;
  flex: 1;
  box-sizing: border-box;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  margin-top: -1px;
  padding-bottom: 24px;
}

.support-list-wrap::-webkit-scrollbar {
  width: 0 !important;
}

@media only screen and (orientation: landscape) {
  .flexCul {
    display: flex;
    flex-direction: column;
    height: 141vh;
  }
}

.type-item {
  line-height: 2;
}

.downAword {
  display: inline-block;
  margin-left: 8px;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 7px solid #000;
  position: absolute;
  right: 31px;
  top: 38%;
}

.no-result {
  text-align: center;
  margin: 100px auto;
  display: none;
}

.darkTheme .fix-top,
.darkTheme .type-choose {
  background: #000;
}

.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-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;
}

.harmonyDarkTheme {
  background-color: rgba(255, 255, 255, 0);
}

.harmonyDarkTheme .fix-top,
.harmonyDarkTheme .type-choose {
  background: rgba(255, 255, 255, 0);
}