.vis-model-view {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  z-index: 99999999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.vis-model-view.show {
  opacity: 1;
  visibility: visible;
}
.vis-model-view iframe {
  width: 100%;
  height: 100%;
}
.vis-model-view .close {
  position: absolute;
  top: 22px;
  right: 22px;
  cursor: pointer;
  padding: 6px;
  border-radius: 6px;
  font-size: 0;
  color: rgba(255, 255, 255, 0.6);
}
.vis-model-view .close:hover {
  transition: background-color 0.2s, box-shadow 0.2s, color 0.2s;
  background-color: rgba(220, 215, 208, 0.3);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 1);
}
.vis-model-view .close svg {
  width: 34px;
  height: 34px;
}

.vis-model-view-unbind {
  position: absolute;
  width: 248px;
  right: 10px;
  bottom: 10px;
  border-radius: 12px;
  background: rgba(30, 30, 30, 0.65);
  backdrop-filter: blur(40px);
  padding: 18px 18px 0;
  transform: translateY(110%);
  transition: all 0.3s;
}

.vis-model-view-unbind.show {
  transform: translateY(0);
}
.vis-unbind-text {
  border-bottom: 1px solid rgba(84, 84, 88, 0.65);
}
.vis-unbind-text > div:nth-child(1) {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 6px;
}
.vis-unbind-text > div:nth-child(2) {
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  line-height: 1;
  padding-bottom: 14px;
}

.vis-unbind-btns {
  display: flex;
  align-items: center;
}
.vis-unbind-btns span {
  width: 1px;
  height: 20px;
  background-color: rgba(84, 84, 88, 0.65);
}
.vis-unbind-btns div {
  height: 100%;
  flex: 1;
  line-height: 30px;
  margin: 3px 3px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s;
  border-radius: 5px;
  cursor: pointer;
}
.vis-unbind-btns div:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.vis-unbind-btns div:nth-of-type(1) {
  color: #007aff;
}
.vis-unbind-btns div:nth-of-type(2) {
  color: rgba(255, 255, 255, 0.75);
}
/* .vis-unbind-btn {
  border-radius: 100px;
  background: #007aff;
  cursor: pointer;
  display: flex;
  padding: 0 27px;
  height: 50px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: #fff;
  margin-left: 12px;
  user-select: none;
}

.vis-unbind-tips {
  display: flex;
  align-items: center;
  padding-top: 16px;
  color: #ebebf599;
  font-size: 14px;
  line-height: 1;
}
.vis-unbind-tips > span {
  padding-right: 20px;
}
.vis-unbind-icon {
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 6px;
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-left: auto;
}
.vis-unbind-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: block;
}

.vis-unbind-manage {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.vis-unbind-manage:hover {
  color: rgba(235, 235, 245, 1);
}
.vis-unbind-manage > svg {
  width: 14px;
  height: 13px;
  margin-left: 6px;
} */
