
.bubble-mask-text[data-v-5708fed2] {
    position: absolute;
    left: 20px;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 12px;
    font-size: 16px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
}
.bubble-mask-text[data-v-5708fed2]::before {
    content: "";
    position: absolute;
    left: -20px;
    border-right: 20px solid #ffffff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.steps-mask[data-v-5708fed2] {
    position: fixed;
    z-index: 1200;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
.steps-box[data-v-5708fed2] {
    background-color: #ffffff;
    width: 480px;
    margin: 32px auto;
    padding: 32px;
}
.steps-row[data-v-5708fed2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 44px;
    border-bottom: 1px solid #eee;
}
.bubble-mask > div[data-v-5708fed2] {
    position: fixed;
    z-index: 999998;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.3s;
}
.bubble-mask-right[data-v-5708fed2] {
    z-index: 999999 !important;
}


.detector-box[data-v-3e4fd4e9] {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 200px;
    line-height: 2;
    background-color: #FFFFFF;
    padding: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    border-radius: 5px;
}

.drawer-header[data-v-61536080]{height:50px;padding:0 10px;background-color:#338488;color:#fff;font-size:16px}

.updateNotice {
  text-decoration: none !important;
  display: block;
  width: 260px;
  text-align: center;
}
.gif-wrapper {
  position: fixed;
  z-index: 999;
}
.gif-img {
  width: 68px;
  height: auto;
}

