* {
  margin: 0;
  padding: 0;
  list-style: none;
}

html {
  font-style: normal;
  font-size: 16px;
  line-height: 1.8;
}

body {
  font-family: "Microsoft Yahei", "PingFang", "Droid Sans", -apple-system,
  BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
  sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
  "Noto Color Emoji";
}

ul,
li,
dl,
dt,
dd,
ol,
p,
img {
  list-style: none;
  border: none;
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
}

.clear {
  clear: both;
}

a {
  color: #333;
}

a:hover {
  opacity: 80%;
  text-decoration: none;
}

em {
  font-style: normal;
}

.header img {
  width: 100%;
}

.col-title img {
  width: 100%;
}

.list-wrapper {
  background: #33dfff;
}

.list-wrapper .entry-wrapper {
  text-align: center;
}

.list-wrapper .entry-wrapper img {
  width: 100%;
}

.external-link-column {
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
}

.external-link-column .title {
  flex: 1;
  min-width: 140px;
  background-color: #007ae3;
  font-size: 24px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 0;
}

.external-link-column .selection-list {
  min-width: 350px;
  flex: 999;
  padding: 0 20px;
}

.external-link-dropdown .dropdown-toggle {
  padding: 8px 18px;
  width: 100%;
  outline: 0;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.external-link-dropdown .dropdown-menu {
  right: 0;
}

.external-link-dropdown .dropdown-item {
  padding: 0.25rem 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.footer-section {
  background-color: #0a70c8;
  padding-top: 20px;
  padding-bottom: 30px;
}

.footer-section img {
  max-width: 100%;
}

.external-link-wrapper {
  color: #fff;
  font-size: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid #005dae;
}

.external-link {
  display: inline-block;
  margin: 0 0.5rem;
  color: #b1dbff;
}

.external-link:hover {
  color: #fff;
}

.footer-info-wrapper {
  border-top: 1px solid #1082e4;
  padding-top: 30px;
  font-size: 16px;
}

.footer-info-wrapper span {
  line-height: 2;
  margin-left: 0.5rem;
  display: inline-block;
  color: #fff;
}

.footer-info-wrapper a {
  color: #fff;
}

.footer-info-wrapper a:hover {
  color: #aaa;
}

@media only screen and (min-width: 768px) {
  .list-wrapper.douyin .col-lg-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
