.box .navigation-content {
  margin-top:5px;
  background: #fff;
  min-height: 1000px;
}
.box .navigation-content .webs .card .cardname {
  height: 36px;
  background: #f0f0f0;
  position: relative;
}
.box .navigation-content .webs .card .cardname .triangle {
  width: 0;
  height: 0;
  border-right: 36px solid transparent;
  border-top: 36px solid #FDF234;
  border-left: 120px solid #FDF234;
}
.box .navigation-content .webs .card .cardname .classname {
  position: absolute;
  top: 0;
  width: 120px;
  text-indent: 10px;
  height: 36px;
  line-height: 36px;
  font-size: 15px;
  color: #000000;
  font-weight: 900;
  transition: 0.2s;
  background: #FDF234;
}
.box .navigation-content .webs .card .cardname .classname i {
  margin-right: 10px;
  font-size: 16px;
  text-align: center;
}
.box .navigation-content .webs .card .cardlist {
  height: auto;
  padding: 10px;
}
.box .navigation-content .webs .card .cardlist ul {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
}
.box .navigation-content .webs .card .cardlist ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 10%;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}
.box .navigation-content .webs .card .cardlist ul li a {
  display: block;
  padding-left: 10px;
  line-height: 35px;
}
.box .navigation-content .other {
  padding: 10px;
}
.box .navigation-content .other ul {
  padding: 10px;
  background: #f3f3f3;
}
.box .navigation-content .other ul li {
  float: left;
  margin: 5px 10px;
}
.box .navigation-content .other ul li a {
  display: inline-block;
  color: #555;
}
.box .navigation-content .us {
  padding-bottom: 50px;
}
.box .navigation-content .us span {
  display: block;
  line-height: 30px;
  text-indent: 20px;
}
.box .navigation-content .us span a {
  color: #FDF234;
}
.box .black {
  background-color: #222;
}
.box .black .cardname {
  background: #444 !important;
}
.box .black .cardlist ul li a {
  color: #fff;
}
.box .black .other ul {
  background-color: #333;
}
.box .black .other ul li a {
  color: #ddd;
}
.box .black .us span {
  color: #ddd;
}
.button {
  width: 44px;
  height: auto;
  position: fixed;
  bottom: 40px;
  right: 50%;
  margin-right: -630px;
  border: 1px solid #FDF234;
  overflow: hidden;
}
.button a {
  display: block;
  width: 44px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
  background: #222;
  color: #ddd;
  cursor: pointer;
  transition: 0.2s;
  border-bottom: 1px solid #FDF234;
}
.button a:last-child {
  background-color: #FDF234;
}
.button a:hover {
  color: #fff !important;
  background-color: #FF48A4;
}
.pop-up {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.pop-up .pop-up-content {
  width: 420px;
  border-radius: 8px;
}
.pop-up .pop-up-content h2 {
  background-color: #FDF234;
  line-height: 2.8;
  padding: 0 1em;
  color: #fff;
  font-size: 1.25em;
  text-align: center;
}
.pop-up .pop-up-content div {
  background-color: #111111;
  color: #fff;
  text-align: center;
  padding: 20px;
}
.pop-up .pop-up-content div p {
  margin-bottom: 10px;
}
.pop-up .pop-up-content div p a {
  color: #FDF234;
}
.pop-up .pop-up-content div p:first-child {
  color: #FDF234;
}
.pop-up .pop-up-content div button {
  margin-top: 10px;
  height: 2.8em;
  padding: 0 1.6em;
  background-color: #FDF234;
  color: #fff;
  border-radius: 5px;
}
.dimmer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: 998;
}