.nav-bar .nav-bar-view {
  overflow: hidden;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35px;
  background-color: rgba(18, 18, 18, 0.2);
  backdrop-filter: blur(5px);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.nav-bar .nav-bar-control {
  display: flex;
  align-content: center;
  flex-wrap: nowrap;
  padding: 0 10px;
}

.time-clock {
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

* {
  font-family: "PingFangSC-Regular", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  -webkit-touch-callout: none;
  /*系统默认菜单被禁用*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  /*早期浏览器*/
  -moz-user-select: none;
  /*火狐*/
  /*IE10*/
  user-select: none;
}
ul,
li {
  list-style: none;
}
* {
  box-sizing: border-box;
}

.cookie-settings-modal .ivu-modal-header-body[data-v-06055de6]::before,
.cookie-settings-modal .ivu-modal-header-left-bar[data-v-06055de6] {
  display: none;
}
.cookie-settings-modal .ivu-modal-header-inner[data-v-06055de6] {
  text-align: left;
}
.cookie-settings-modal .ivu-modal-footer-origin[data-v-06055de6] {
  padding: 16px 20px;
}
.cookie-settings[data-v-06055de6] {
  padding: 20px;
  font-size: 14px;
}
.cookie-settings-content a[data-v-06055de6] {
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
  color: inherit;
}
.cookie-settings-content a[data-v-06055de6]:hover {
  color: #0055ff;
}
.cookie-settings-collapse[data-v-06055de6] {
  margin-top: 20px;
}
.cookie-settings-collapse-item[data-v-06055de6] {
  margin-bottom: 17px;
}
.cookie-settings-collapse-item-header[data-v-06055de6] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.cookie-settings-collapse-item-header .icon[data-v-06055de6] {
  cursor: pointer;
  margin-right: 8px;
}
.cookie-settings-collapse-item-header .left[data-v-06055de6] {
  font-weight: 500;
  font-size: 14px;
  color: #202735;
  text-align: left;
}
.cookie-settings-collapse-item-header .right[data-v-06055de6] {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: right;
}
.cookie-settings-collapse-item-header .right.right-link[data-v-06055de6] {
  color: #0055ff;
}
.cookie-settings-collapse-item-content[data-v-06055de6] {
  margin-left: 22px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #686f78;
}

.cookie-settings[data-v-137da55f] {
  border-radius: 20px 20px 0 0;
  pointer-events: auto;
  padding: 20px;
  font-size: 14px;
}
.cookie-settings-header[data-v-137da55f] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  line-height: 48px;
  height: 48px;
  margin-bottom: 15px;
}
.cookie-settings-header-title[data-v-137da55f] {
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  width: 100%;
}
.cookie-settings-header .icon[data-v-137da55f] {
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
}
.cookie-settings-header .icon[data-v-137da55f]:hover {
  background-color: rgba(0, 0, 0, 0.04);
  border-color: rgba(0, 0, 0, 0.06);
}
.cookie-settings-content a[data-v-137da55f] {
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
  color: inherit;
}
.cookie-settings-content a[data-v-137da55f]:hover {
  color: #0055ff;
}
.cookie-settings-footer[data-v-137da55f] {
  margin-top: 24px;
  padding: 20px 0;
}
.cookie-settings-footer .ivu-btn[data-v-137da55f] {
  height: 40px;
  width: 100%;
  border-radius: 8px;
}
.cookie-settings-collapse[data-v-137da55f] {
  margin-top: 20px;
}
.cookie-settings-collapse-item[data-v-137da55f] {
  margin-bottom: 17px;
}
.cookie-settings-collapse-item-header[data-v-137da55f] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.cookie-settings-collapse-item-header .icon[data-v-137da55f] {
  cursor: pointer;
  margin-right: 8px;
}
.cookie-settings-collapse-item-header .left[data-v-137da55f] {
  font-weight: 500;
  font-size: 14px;
  color: #202735;
  text-align: left;
}
.cookie-settings-collapse-item-header .right[data-v-137da55f] {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: right;
}
.cookie-settings-collapse-item-header .right.right-link[data-v-137da55f] {
  color: #0055ff;
}
.cookie-settings-collapse-item-content[data-v-137da55f] {
  margin-left: 22px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #686f78;
}

.cookie-agree {
  position: fixed;
  bottom: 20px;
  left: 24px;
  width: 460px;
  background: #ffffff;
  box-shadow: 0px 6px 18px 0px rgba(32, 39, 53, 0.14);
  border-radius: 12px;
  padding: 24px 32px 16px;
  pointer-events: auto;
}
.cookie-agree-title {
  font-size: 16px;
  font-weight: 600;
  color: #202735;
  line-height: 24px;
  height: 24px;
}
.cookie-agree-content {
  margin-top: 16px;
  font-size: 14px;
  color: #202735;
  line-height: 22px;
  font-weight: 400;
}
.cookie-agree-content a {
  text-decoration: underline;
  color: inherit;
}
.cookie-agree-content a:hover {
  color: #0055ff;
}
.cookie-agree-btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}
.cookie-agree-btn .ivu-btn {
  height: 32px;
  margin-left: 8px;
  font-size: 14px;
  padding: 5px 16px;
}
.cookie-agree-btn-setting {
  background: #f5f5f5;
  border-radius: 4px;
  border-color: transparent;
  color: #686f78;
}
@media screen and (max-width: 768px) {
.cookie-agree {
    bottom: 0;
    left: 0;
    width: 100vw;
    padding: 24px 20px;
    z-index: 1001;
    border-radius: 0;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
    animation: slideUpIn 0.3s ease-out;
}
.cookie-agree-title {
    text-align: center;
}
.cookie-agree-content {
    color: #202735;
}
.cookie-agree-content a {
    color: inherit;
}
.cookie-agree-content a + a {
    color: inherit;
}
.cookie-agree-btn {
    margin-top: 24px;
    flex-wrap: wrap;
}
.cookie-agree-btn .ivu-btn {
    height: 40px;
    border-radius: 8px;
}
.cookie-agree-btn .cookie-agree-btn-reject {
    width: calc(48%);
    order: 1;
    margin-left: 0;
    flex-grow: 1;
}
.cookie-agree-btn .cookie-agree-btn-agree {
    width: calc(48%);
    order: 2;
    flex-grow: 1;
}
.cookie-agree-btn-setting {
    margin-top: 12px;
    margin-left: 0 !important;
    width: 100%;
    order: 3;
}
}

* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
html,
body,
#app {
  width: 100vw;
  height: 100vh;
}

.device-content-carousel {
  min-width: 424px;
}
.device-box {
  width: 424px;
}
@media screen and (max-width: 768px) {
  .device-select .device-content {
    padding: 0 10px !important;
    position: relative;
  }
  .device-content-carousel {
    min-width: 100vw !important;
  }
  .swiper-btn {
    position: absolute;
    z-index: 10;
    top: 60px;
  }
  .swiper-btn.swiper-prev-btn {
    left: 10px;
  }
  .swiper-btn.swiper-next-btn {
    right: 10px;
  }
  .device-space {
    display: none;
  }
  .device-box {
    min-width: 100vw !important;
  }
  .device-box .config-box {
    width: 100% !important;
  }
  .footer {
    font-size: 12px!important;
    padding: 20px 0!important;
  }
  .header {
    position: fixed!important;
    width: 100%!important;
    padding: 0 20px!important;
  }
  .header.scan {
    top: 40px !important;
    left: 0 !important;
    transform: unset !important;
  }
  body.is-mobile.has-mask {
    overflow: hidden;
    pointer-events: none;
  }
  body.is-mobile.has-mask .ivu-modal-mask {
    background: transparent;
  }
  body.is-mobile.has-mask::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.65) !important;
    z-index: 1005;
  }
}
.custom-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1006;
  background-color: rgba(0, 0, 0, 0.5);
  animation: modalFadeIn 0.3s ease-out;
}
.custom-modal .cookie-settings {
  position: fixed;
  background-color: #fff;
  bottom: 0px;
  left: 0;
  width: 100%;
  animation: slideUpIn 0.3s ease-out;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
@keyframes modalFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUpIn {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideDownOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes modalFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

