.ChuangKePage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  padding: 0 120px;
}
.ChuangKePage .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  cursor: pointer;
}
.ChuangKePage .chuangke-wenzi {
  width: 60%;
  margin-top: 100px;
}

.ChouJiang {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #0008;
  z-index: 3;
}
.ChouJiang .luck-draw-box {
  width: 24%;
  height: 53%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ChouJiang .luck-draw-box .luck-draw-start-content {
  background: url(../assets/images/luck-draw-bg@2x.18cfc05403054acf22d7d847f3daa3e4.png);
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  position: relative;
}
.ChouJiang .luck-draw-box .luck-draw-start-content .luck-draw-start-icon {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  display: flex;
  justify-content: center;
}
.ChouJiang .luck-draw-box .luck-draw-start-content .luck-draw-start-icon.show-code {
  width: 38%;
  height: 15%;
  background: url(../assets/images/tencent-video-code-bg@2x.2875cf1824bb8bc6074db9f5d2c7f581.png);
  background-size: 100% 100%;
  top: 64%;
  left: 52%;
  color: #999999;
  font-size: 14px;
  padding: 20px 5px 0 60px;
  overflow-wrap: break-word;
  display: block;
}
.ChouJiang .luck-draw-box .luck-draw-start-content .luck-draw-start-tips {
  position: absolute;
  font-size: 14px;
  color: #fff;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  display: flex;
  justify-content: center;
}
.ChouJiang .luck-draw-box .luck-draw-start-button {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.ChouJiang .luck-draw-box .luck-draw-start-button .button {
  width: 50%;
  line-height: 32px;
  padding: 0;
  margin: 0;
  text-align: center;
  border-radius: 4px;
  background: #ff6565;
  color: #fff;
}

.LinkPopPage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0006;
  z-index: 3;
}
.LinkPopPage .link-pop {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px 50px;
  border-radius: 4px;
  font-size: 14px;
  color: #000;
}
.LinkPopPage .link-pop .link-tips {
  margin-bottom: 20px;
}
.LinkPopPage .link-pop .link-btn {
  display: flex;
  justify-content: space-between;
}
.LinkPopPage .link-pop .link-btn .link-confirm {
  background-color: green;
  color: #fff;
  padding: 5px 20px;
  border-radius: 4px;
}
.LinkPopPage .link-pop .link-btn .link-cancel {
  color: #fff;
  padding: 5px 20px;
  border-radius: 4px;
  background-color: gray;
}

.DongHuaPage[data-v-c944b14e] {
  position: fixed;
  z-index: 2;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0008;
}
.DongHuaPage .close[data-v-c944b14e] {
  background: url("../assets/images/Frame@2x(42).b0f79800bc7cef4011f548a57b1be946.png") no-repeat center #000;
  background-size: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 40px;
  cursor: pointer;
}

