.copyProtected {
  -webkit-user-select: none;
  /* Safari/Chrome */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none;
  /* 标准语法 */
}

.curMask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.85) 50%);
  backdrop-filter: blur(3px);
}

.upgrade_tip {
  position: absolute;
  width: 600px;
  height: 575px;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  font-family: 思源黑体;
  z-index: 999;
  /* display: none; */
}

.upgrade_tip .img {
  width: 100%;
  height: 100%;
  display: block;
}

.upgrade_tip .bgColr {
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-color: rgb(226, 235, 255,.3); */
  /* border-radius: 3px; */
  /* background: url("/static/Public/images/ordinaryVip_new.png") no-repeat; */
  /* background: url("/static/Public/images/bigVip.png") no-repeat; */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
}

.upgrade_tip .button {
  width: 200px;
  height: 40px;
  font-size: 14px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  background: linear-gradient(90deg, rgb(89, 139, 246) 0.763%, rgb(56, 116, 246) 100%);
  border-radius: 40px;
  cursor: pointer;
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.upgrade_tip .tip {
  position: absolute;
  bottom: 5px;
  left: 0%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.upgrade_tip .tip_img {
  width: 55px;
  height: 55px;
  display: block;
  margin-right: 10px;
}

.upgrade_tip .tip_txt {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
}

.upgrade_tip .showTip {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 650px;
  height: 136px;
  background: url("/static/Public/images/vipTip.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  padding-left: 50px;
}

.upgrade_tip .showTip .closeIcon {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #2d599e;
  cursor: pointer;
}

.showTip .tip_detail {
  display: flex;
  align-items: center;
  justify-content: center;
}

.showTip .tip_detail .tip_img {
  width: 100px;
  height: 100px;
  margin-right: 20px;
}

.showTip .tip_detail .tip_txt {
  font-size: 16px;
}

/* 底部渐变遮罩 */
.bottomMask {
  width: 100%;
  height: 284px;
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, rgba(213, 216, 238, 0), rgba(213, 216, 238, 1));
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(5px);
}

.bottomMask .newUser .tip_code {
  width: 120px;
  position: absolute;
  left: 80px;
  bottom: 20px
}

.bottomMask .newUser .tip_bg {
  width: 100%;
  height: 100%;
}