<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  box-sizing: border-box;
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  font-size: 24px;
  border-top-right-radius: 0.4em;
}

.add-box {
  position: fixed;
  width: 95%;
  max-height: 100%;
  max-width: 475Px;
  z-index: 98;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: auto;
  bottom: 26px;
  padding: 0 11px;
  background-image: linear-gradient(90deg, #008000, #008000);
  border-radius: 8px;
  animation: jump 3s infinite;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.add-box .add-btn {
  width: 40px;
  height: 40px;
  background-image: url("./images/addtoDS.png");
  background-position: 0% 0%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.add-box .text {
  padding: 0 8px;
  color: #fff;
  flex: 1;
  word-break: break-all;
  font-size: 14px;
}

.add-close {
  color: #fff;
}

.add-close .icon {
  font-size: 16px;
}

@keyframes jump {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.add-drawer {
  max-width: 430px;
  margin: 0 auto;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000;
}

.add-drawer .add-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(2px);
  z-index: 999;
  transition: 0.2s ease-in-out;
}

.add-drawer .add-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  width: 100%;
  height: 0;
  border-radius: 12px 12px 0px 0px;
  background-color: #131922;
  transform: translate3d(0px, 100%, 0px);
  transition: all 0.2s linear;
}

.add-contents {
  width: 100%;
  height: 100%;
  overflow: hidden auto;
  scrollbar-width: none;
}

.add-contents::-webkit-scrollbar {
  display: none;
}

.drawer-close {
  position: absolute;
  top: 20px;
  right: 15px;
  cursor: pointer;
}

.drawer-close .icon {
  font-size: 18px;
  margin: initial;
}

.tabs {
  width: 92%;
  margin: 50px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #19222f;
  border-radius: 10px;
  padding: 5px;
}

.tabs .tab {
  font-weight: 700;
  color: #54647d;
  flex: 1;
  text-align: center;
  height: 40px;
  line-height: 40px;
}

.tabs .tab .icon {
  display: inline-block;
  color: rgb(135, 151, 174);
  font-size: 16px;
}

.tabs .curbg {
  background-color: #2283f6;
  color: #fff;
  border-radius: 7px;
}

.tabs .curbg .icon {
  color: #fff;
}

.device-content {
  padding: 15px;
}

.device-content .icon {
  margin: 0;
}

.installTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0 5px 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}

.Browser_title {
  color: #ffffff;
  font-size: 17px;
  text-align: center;
}

.bgimg {
  width: 100%;
  height: 200px;
}

.install_sming {
  padding: 40px 20px 20px 20px;
  width: 100%;
}

.install_sming .sming_text {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.install_sming .sming_text span {
  padding-left: 10px;
  flex: 1;
  color: #8797ae;
  font-size: 14px;
}

.installbg {
  position: relative;
}

.installbg .url_link {
  font-size: 13px;
  color: #606266;
  position: absolute;
  left: 0;
  right: 0;
  top: 23.8%;
  margin: 0 auto;
  z-index: 9;
  width: 48%;
}

.installbg .url_link span {
  color: transparent;
  text-shadow: #000 0 0 4px;
}

#ios .sming_text img {
  height: auto;
  width: 15px;
}

.device-content .content {
  display: none;
}

.device-content .active {
  display: block;
}
</pre></body></html>