body {
  overflow: hidden !important;
}

.info {
  position: fixed;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
  z-index: 1;
}

.info .info-warpper {
  position: relative;
}

.info .info-warpper .title {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  cursor: pointer;
  pointer-events: all;
  background-color: rgba(0, 0, 0, 0.5019607843);
  color: #fff;
  padding: 2px 20px;
  border-radius: 4px;
  overflow: hidden;
}

.info .info-warpper .title .fa {
  padding-left: 5px;
}

.info .info-warpper .desc {
  position: absolute;
  left: 50%;
  top: 30px;

}

#cover-ui {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

#cover-ui .ui-warpper {
  width: 100%;
  height: 100%;
  position: relative;
}

#cover-ui .ui-warpper .item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

#cover-ui .ui-warpper .item.desktop_style img {
  height: 100%;
  width: auto;
  object-fit: contain;
}

#cover-ui .ui-warpper .item.desktop_style video {
  object-fit: contain;
}

#cover-ui .ui-warpper .item.moblie_style img {
  width: 100%;
  object-fit: contain;
}

#cover-ui .ui-warpper .item.moblie_style video {
  width: 100%;
  object-fit: contain;
}

#cover-ui .ui-warpper .item-color {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#cover-ui .ui-warpper .item-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#cover-ui .ui-warpper .item-btn {
  position: absolute;
  z-index: 3;
}

#cover-ui .ui-warpper .item-btn.delay {
  top: 20px;
  right: 20px;
  color: #fff;
  cursor: default;
  font-size: 14px;
  padding: 2px 15px;
  border-radius: 15px;
  background-color: #00000080;
  border: 1px solid #ffffff7e;
  box-shadow: 0 0 5px 1px #ffffff7e;
}

#cover-ui .ui-warpper .item-btn.btn {
  left: 50%;
  bottom: 80px;
  transform: translateX(-50%);
  pointer-events: none;
}

#cover-ui .ui-warpper .item-btn.btn .style_01 {
  cursor: pointer;
  pointer-events: all;
}

#cover-ui .ui-warpper .item-btn.btn .style_01 > div {
  font-weight: 600;
  font-size: 14px;
  border-radius: 15px;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 8px 4px var(--box-color);
  padding: 2px 15px;
  animation: wavy01 var(--s) infinite;
}

#cover-ui .ui-warpper .item-btn.btn .style_02 {
  cursor: pointer;
  pointer-events: all;
  position: relative;
  -webkit-box-reflect: below 0
    linear-gradient(
      transparent,
      rgba(255, 255, 255, 0.2),
      rgba(255, 255, 255, 0.4)
    );
}

#cover-ui .ui-warpper .item-btn.btn .style_02 span {
  width: 28px;
  height: 28px;
  margin: 3px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 50%;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 8px 4px var(--box-color);
  animation: wavy 1s ease-in-out infinite;
  animation-delay: calc(var(--s) * var(--i));
}

#screen-left {
  position: fixed;
  left: 10px;
  top: 10px;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  z-index: 2;
  pointer-events: none;
}

#screen-left .logo {
  pointer-events: all;
  cursor: pointer;
}

#screen-left .author {
  margin-top: 5px;
  color: #fff;
  font-size: 10px;
}

#screen-left .author span:last-child {
  font-weight: bold;
}

#screen-down {
  position: fixed;
  left: 0;
  bottom: -1000px;
  width: 100%;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  z-index: 2;
  transition: 0.3s all;
}

#screen-down.show {
  bottom: 20px;
}

#screen-down .btns {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#screen-down .btns .btn {
  height: auto;
  cursor: pointer;
  width: 48px;
  text-align: center;
  pointer-events: all;
  margin: 0 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#screen-down .btns .btn img {
  width: 48px;
  height: 48px;
}

#screen-down .btns .btn [class*=" fa-"],
#screen-right .btns .btn [class*=" fa-"] {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 16px;
  box-sizing: border-box;
  box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.678);
  background-color: rgba(0, 0, 0, 0.2);
  margin-bottom: 4px;
  cursor: pointer;
}

#screen-down .btns .btn [class*=" fa-"]:hover,
#screen-right .btns .btn [class*=" fa-"]:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

#screen-down .btns .btn span {
  cursor: default;
  font-size: 10px;
  color: #fff3e6;
  white-space: nowrap;
}

#screen-down .navs-list {
  width: 100%;
  padding: 10px;
}

#screen-down .navs-list .navs-item {
  cursor: pointer;
  flex-shrink: 0; /* 防止缩略图被压缩 */
  width: 115px;
  height: 20px;
  line-height: 20px;
  padding: 2px 10px;
  margin: 0 10px;
  font-size: 12px;
  position: relative;
  border-radius: 4px;
  text-align: center;
  overflow: hidden;
  color: #fff;
  pointer-events: all;
  box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.5);
}

#screen-down .navs-list .navs-item:hover {
  box-shadow: 0 0 2px 2px rgba(8, 221, 132, 0.5);
}

#screen-down .navs-list .navs-item span {
  padding-left: 20px;
}

#screen-down .thumbs-tabs {
  overflow: hidden;
}

#screen-down .thumbs-tabs .tabs-list {
  width: 100%;
  padding: 10px;
}

#screen-down .thumbs-tabs .tabs-list .tab-item {
  cursor: pointer;
  flex-shrink: 0; /* 防止缩略图被压缩 */
  width: 115px;
  height: 20px;
  line-height: 20px;
  padding: 2px 10px;
  margin: 0 10px;
  font-size: 12px;
  position: relative;
  border-radius: 4px;
  text-align: center;
  overflow: hidden;
  color: #fff;
  pointer-events: all;
  box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.5);
}

#screen-down .tabs-list .tab-item:hover {
  box-shadow: 0 0 2px 2px rgba(8, 221, 132, 0.5);
}

#screen-down .thumbs-list {
  width: 100%;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  transform: translateY(1000px);
  transition: all 0.8s;
  margin: 8px 0;
}

#screen-down .thumbs-list.show {
  transform: translateY(0);
}

#screen-down .thumbs-list .thumb-item {
  width: 120px;
  height: 80px;
  margin: 0 5px;
  pointer-events: all;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.3);
  position: relative;
}

#screen-down .thumbs-list .thumb-item:hover {
  border: 2px solid rgba(255, 0, 0, 0.6);
  cursor: pointer;
}

#screen-down .thumbs-list .thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#screen-down .thumbs-list .thumb-item span {
  text-align: center;
  font-size: 12px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}

#screen-right {
  position: fixed;
  right: -1000px;
  top: 10px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  transition: 0.3s all;
}

#screen-right.show {
  right: 5px;
}

#screen-right .btns {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

#screen-right .btns .btn {
  height: auto;
  cursor: pointer;
  width: 48px;
  text-align: center;
  pointer-events: all;
  margin: 0 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#screen-right .btns .btn {
  margin-bottom: 12px;
}

#screen-right .btns .btn.hidden {
  display: none;
}

#screen-right .btns .btn.show {
  display: block;
}

#screen-right .btns .btn img {
  width: 48px;
  height: 48px;
}

#screen-right .btns .btn span {
  cursor: default;
  font-size: 10px;
  color: #fff3e6;
  white-space: nowrap;
}

/* 自定义区域 */
#backNavs {
  position: absolute;
  right: 50px;
  bottom: 50px;
  padding: 5px 10px;
  border-radius: 8px;
  cursor: pointer;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 2px #ccc;
}

#backNavs:hover {
  animation: close ease-in-out 0.8s infinite;
}

@keyframes close {
  0% {
    box-shadow: 0 0 10px 2px #ccc;
  }
  50% {
    box-shadow: 0 0 5px 2px #ccc;
  }

  100% {
    box-shadow: 0 0 10px 2px #ccc;
  }
}

#map {
  position: fixed;
  top: 25px;
  user-select: none;
  z-index: 2;
  width: 254px;
  background-color: rgba(124, 90, 50, 0.7);
  transition: 0.3s all;
}

#map.hide {
  right: -1000px;
}

#map.show {
  right: 80px;
}

#map .map-box {
  width: 100%;
}

#map .map-box .map-title {
  cursor: default;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 5px;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.7);
}

#map .map-box .map-list {
  position: relative;
  border-top: 1px solid rgba(204, 204, 204, 0.4);
}

#map .map-box .sweep-item {
  position: absolute;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%);
  background-color: transparent;
  border: 0px solid transparent;
  box-shadow: 0 0 0 0;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.5s;
}

#map .map-box .sweep-item.active {
  background-color: #fff;
  border: 2px solid #ce7808;
  box-shadow: 0 0 6px 2px #ce7808;
}

#map .map-box img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

#map .map-box .close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
}

#hot {
  border-radius: 4px;
  user-select: none;
  position: fixed;
  top: 25px;
  z-index: 2;
  width: 254px;
  min-height: 300px;
  background-color: rgba(0, 0, 0, 0.7);
  transition: 0.3s all;
}

#hot.hide {
  right: -1000px;
}

#hot.show {
  right: 80px;
}

#hot .hot-box {
  height: 100%;
  position: relative;
}

#hot .hot-box .hots-title {
  cursor: default;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 5px;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.7);
}

#hot .hot-box .hots-search {
  font-size: 12px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 20px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7);
}

#hot .hot-box .hots-search input {
  padding: 0 5px;
  height: 20px;
  color: #fff;
  border-radius: 4px;
  caret-color: #fff;
  border: 1px solid rgba(204, 204, 204, 0.3);
  background-color: rgba(0, 0, 0, 0.4);
}

#hot .hot-box .hots-search .btn {
  height: 20px;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0 5px;
  border-radius: 4px;
  border: 1px solid rgba(204, 204, 204, 0.3);
}

#hot .hot-box .hots-list {
  max-height: calc(100vh - 200px);
}

#hot .hot-box .hots-list .hot-item {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #ccc;
  cursor: pointer;
  padding: 0 15px;
  box-sizing: border-box;
  border-left: 5px solid transparent;
  border-top: 1px solid rgba(204, 204, 204, 0.4);
}

#hot .hot-box .hots-list .hot-item:hover {
  color: #fff;
  border-left: 5px solid #ff0000;
  background-color: rgb(255, 0, 0, 0.2);
}

#hot .hot-box .close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
}

#toggle {
  border-radius: 4px;
  user-select: none;
  position: fixed;
  top: 25px;
  z-index: 2;
  width: 254px;
  min-height: 300px;
  background-color: rgba(0, 0, 0, 0.7);
  transition: 0.3s all;
}

#toggle.hide {
  right: -1000px;
}

#toggle.show {
  right: 80px;
}

#toggle .toggle-box {
  height: 100%;
  position: relative;
}

#toggle .toggle-box .toggle-title {
  cursor: default;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 5px;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.7);
}

#toggle .toggle-box .toggle-list {
  height: calc(100% - 81px);
}

#toggle .toggle-box .toggle-list .toggle-item {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #ccc;
  cursor: pointer;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
  border-left: 5px solid transparent;
  border-top: 1px solid rgba(204, 204, 204, 0.4);
}

#toggle .toggle-box .toggle-list .toggle-item.is_active {
  color: #fff;
  border-left: 5px solid #ff0000;
  background-color: rgb(255, 0, 0, 0.2);
}

#toggle .toggle-box .close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
}

#explain {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}

.ellipsis-1 {
  display: block;
  overflow: hidden;
  white-space: nowrap; /* 不换行 */
  overflow: hidden; /* 隐藏溢出部分 */
  text-overflow: ellipsis; /* 使用省略号 */
}

/* .hide {
  display: none;
} */
