#wrapMask {
  width: 85%;
  height: 53.33333333vw;
  font-size: 3.73333333vw;
  background-color: white;
  border-radius: 2.66666667vw;
  position: fixed;
  top: 25%;
  left: 7%;
  z-index: 99;
  transform: scale(0);
  font-family: 微软雅黑;
}
#wrapMask #iconX {
  position: absolute;
  right: 4.26666667vw;
  top: 3.46666667vw;
  background-image: url("img/special/info@2x.png");
  width: 6vw;
  height: 6vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#wrapMask .copy-down-word {
  position: relative;
  width: 100%;
  display: inline-block;
  text-align: center;
  top: 11.33333333vw;
  padding-bottom: 2.66666667vw;
}
#wrapMask .copy-down-word .logo-color {
  color: #d52623 ;
}
#wrapMask #copyIdWrap {
  width: 100%;
  display: inline-block;
  text-align: center;
}
#wrapMask *:not(input,textarea,#copyId) {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
#wrapMask #copyId {
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #c0c0c0;
  outline: none;
  -webkit-appearance: none;
  border: none;
  -webkit-user-select: text;
}
#wrapMask .down-word {
  color: #c0c0c0;
  font-size: 2.93333333vw;
  left: 20vw;
}
#wrapMask .copy-down-btn {
  width: 100%;
  position: absolute;
  bottom: 0;
}
#wrapMask .copy-down-btn button {
  border: none;
  width: 50%;
  display: inline-block;
  height: 12.66666667vw;
  outline: none;
  -webkit-appearance: none;
  font-weight: 900;
}
#wrapMask .copy-down-btn #confirm {
  background-color: #33bbee;
  color: white;
  font-size: 4vw;
  border-radius: 0 0 0 2.66666667vw;
}
#wrapMask .copy-down-btn #cancel {
  border-radius: 0 0 50% 50%;
  font-size: 4vw;
  background-color: white;
  color: #33bbee;
  float: right;
  border-top: 1px solid rgba(220, 220, 220, 0.5);
}
#wrapShadow {
  width: 100%;
  height: 120%;
  position: fixed;
  z-index: 10;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
