.g-drawprise[data-v-70c7b6ae] {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.g-drawprise .top[data-v-70c7b6ae] {
  width: 100%;
  height: 40px;
  background: #232629;
  border-radius: 2px 2px 0px 0px;
}
.g-drawprise .top .previewText[data-v-70c7b6ae] {
  margin-left: 10px;
  margin-top: 12px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 14px;
}
.g-drawprise .bottom[data-v-70c7b6ae] {
  margin-top: 1px;
  flex: 1;
  width: 100%;
  background: #181818;
  border-radius: 0px 0px 2px 2px;
  overflow: auto;
  padding: 10px;
  font-size: 14px;
  color: #fff;
}
.g-drawprise .bottom .bottom-box[data-v-70c7b6ae] {
  width: 100%;
}
.g-drawprise .bottom .bottom-box .big-box[data-v-70c7b6ae] {
  background-color: #292929;
  border-radius: 2px;
  padding: 20px;
}
.g-drawprise .bottom .bottom-box .big-box .big-box-left .box-item[data-v-70c7b6ae] {
  margin-bottom: 20px;
}
.g-drawprise .bottom .bottom-box .big-box .big-box-left .box-item .item-left[data-v-70c7b6ae] {
  margin-bottom: 10px;
}
.g-drawprise .bottom .bottom-box .big-box .big-box-left .box-item input[data-v-70c7b6ae] {
  width: 100%;
  border: none;
  padding: 0 20px;
  height: 40px;
  background-color: #1f1f1f;
  color: #fff;
  border-radius: 2px;
}
.g-drawprise .bottom .bottom-box .big-box .big-box-left .box-item textarea[data-v-70c7b6ae] {
  resize: none;
  outline: none;
  border: none;
  width: 100%;
  height: 120px;
  padding: 20px;
  background-color: #1f1f1f;
  color: #fff;
  border-radius: 2px;
}
.g-drawprise .bottom .bottom-box .big-box .big-box-left .prise-item[data-v-70c7b6ae] {
  margin-bottom: 20px;
}
.g-drawprise .bottom .bottom-box .big-box .big-box-left .prise-item .item-tit[data-v-70c7b6ae] {
  width: 100%;
  line-height: 24px;
}
.g-drawprise .bottom .bottom-box .big-box .big-box-left .prise-item .item-content .content-box[data-v-70c7b6ae] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.g-drawprise .bottom .bottom-box .big-box .big-box-left .prise-item .item-content .content-box .content-item[data-v-70c7b6ae] {
  width: 48%;
}
.g-drawprise .bottom .bottom-box .big-box .big-box-left .prise-item .item-content .content-box .content-item .item-left[data-v-70c7b6ae] {
  margin-bottom: 10px;
}
.g-drawprise .bottom .bottom-box .big-box .big-box-left .prise-item .item-content .content-box .content-item input[data-v-70c7b6ae] {
  width: 100%;
  border: none;
  padding: 0 20px;
  height: 40px;
  background-color: #1f1f1f;
  color: #fff;
  border-radius: 2px;
}
.g-drawprise .bottom .bottom-box .big-box .big-box-left .prise-item .item-content .delete-box[data-v-70c7b6ae] {
  display: flex;
  align-items: center;
  justify-content: right;
}
.g-drawprise .bottom .bottom-box .big-box .big-box-left .prise-item .item-content .delete-box .content-del[data-v-70c7b6ae] {
  padding: 5px 10px;
  background-color: #ef3535;
  border-radius: 2px;
  cursor: pointer;
}
.g-drawprise .bottom .bottom-box .big-box .big-box-left .prise-item .item-add[data-v-70c7b6ae] {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
}
.g-drawprise .bottom .bottom-box .big-box .big-box-left .prise-item .item-add div[data-v-70c7b6ae] {
  font-size: 12px;
  color: #ffffff;
  background: #2991f1;
  padding: 5px 10px;
  border-radius: 2px;
  cursor: pointer;
}
.g-drawprise .bottom .bottom-box .big-box .big-box-right[data-v-70c7b6ae] {
  display: flex;
  align-items: center;
  justify-content: right;
}
.g-drawprise .bottom .bottom-box .big-box .big-box-right div[data-v-70c7b6ae] {
  background-color: #ef3535;
  padding: 8px 18px;
  border-radius: 2px;
  cursor: pointer;
}
.g-drawprise .bottom .bottom-box .bottom-but-item[data-v-70c7b6ae] {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.g-drawprise .bottom .bottom-box .bottom-but-item .but-add[data-v-70c7b6ae] {
  width: 200px;
  line-height: 40px;
  background: url("../assets/images/Group 1687@2x.275cb94c3e40caac27bbedd69f20f005.png") no-repeat;
  background-size: 100% 100%;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  position: relative;
  cursor: pointer;
}
.g-drawprise .bottom .bottom-box .bottom-but-item .but-add .icon[data-v-70c7b6ae] {
  width: 16px;
  height: 16px;
  background: url(../assets/images/Frame.c5dc9e86be917b2d8b9d336d36eb9d97.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(0, -50%);
}
.g-drawprise .bottom .bottom-box .bottom-but-item .but-preservation[data-v-70c7b6ae] {
  background: #2991f1;
  padding: 8px 18px;
  border-radius: 2px;
  cursor: pointer;
}
[data-v-70c7b6ae] .registerPhone .ivu-input {
  background-color: #111;
  color: #4d4d4d;
  border: none;
  padding: 0;
  height: 30px;
  width: 90%;
  border-radius: 2px;
}
[data-v-70c7b6ae] .registerPhone .ivu-input::placeholder {
  color: #4d4d4d;
}
[data-v-70c7b6ae] .ivu-form-item {
  margin-bottom: 8px;
  vertical-align: top;
  zoom: 1;
}

.BanJiang[data-v-28334c63] {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.BanJiang .top[data-v-28334c63] {
  width: 100%;
  min-height: 40px;
  background: #232629;
  border-radius: 2px 2px 0px 0px;
}
.BanJiang .top .previewText[data-v-28334c63] {
  margin-left: 10px;
  margin-top: 12px;
  height: 15px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 14px;
}
.BanJiang .bottom[data-v-28334c63] {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  height: 100%;
  background: #181818;
  border-radius: 0px 0px 2px 2px;
  padding: 10px;
}
.BanJiang .bottom .row1[data-v-28334c63] {
  display: flex;
  position: relative;
  margin-bottom: 20px;
}
.BanJiang .bottom .row1 .text1[data-v-28334c63] {
  width: 60px;
  height: 15px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #999999;
  line-height: 14px;
  margin-top: 14px;
  margin-left: 10px;
}
.BanJiang .bottom .row1 .create[data-v-28334c63] {
  width: 200px;
  line-height: 40px;
  background: url("../assets/images/Group 1687@2x.275cb94c3e40caac27bbedd69f20f005.png") no-repeat;
  background-size: 100% 100%;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  position: relative;
  cursor: pointer;
}
.BanJiang .bottom .row1 .create .icon-create[data-v-28334c63] {
  width: 16px;
  height: 16px;
  background: url(../assets/images/Frame.c5dc9e86be917b2d8b9d336d36eb9d97.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(0, -50%);
}
.BanJiang .bottom .publish-actions[data-v-28334c63] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 750px;
  height: 430px;
  background: #282828;
  padding: 20px;
}
.BanJiang .bottom .publish-actions .close-action-btn[data-v-28334c63] {
  position: absolute;
  right: 16px;
  top: 10px;
  cursor: pointer;
}
.BanJiang .bottom .publish-actions .title[data-v-28334c63] {
  text-align: center;
  margin-bottom: 20px;
}
.BanJiang .bottom .publish-actions .usercontent[data-v-28334c63] {
  flex-grow: 1;
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.BanJiang .bottom .publish-actions .usercontent .user-list-item[data-v-28334c63] {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  color: #fff;
  background: #0f0f0f;
  border-radius: 2px;
  border: 2px solid transparent;
  margin: 0 10px 10px 0;
  padding: 8px 8px 0;
  cursor: pointer;
}
.BanJiang .bottom .publish-actions .usercontent .user-list-item.active[data-v-28334c63] {
  border-color: #4bc5fd;
}
.BanJiang .bottom .publish-actions .usercontent .user-list-item .name[data-v-28334c63] {
  padding: 5px;
}
.BanJiang .bottom .publish-actions .usercontent .user-list-item img[data-v-28334c63] {
  width: 70px;
  height: 70px;
  border-radius: 2px;
  object-fit: cover;
}
.BanJiang .bottom .publish-actions .usercontent .user-list-item .left[data-v-28334c63] {
  display: flex;
  align-items: center;
}
.BanJiang .bottom .publish-actions .usercontent .user-list-item .left .name[data-v-28334c63] {
  margin-left: 20px;
  color: black;
}
.BanJiang .bottom .publish-actions .usercontent .user-list-item .right .usertype[data-v-28334c63] {
  color: #999999;
}
.BanJiang .bottom .publish-actions .usercontent .user-list-item .right .usertype.host[data-v-28334c63] {
  display: block !important;
}
.BanJiang .bottom .publish-actions .usercontent .user-list-item .hoverbtn[data-v-28334c63] {
  display: none;
}
.BanJiang .bottom .publish-actions .usercontent .user-list-item .hidden[data-v-28334c63] {
  display: none;
}
.BanJiang .bottom .publish-actions .usercontent .user-list-item:hover .usertype[data-v-28334c63] {
  display: none;
}
.BanJiang .bottom .publish-actions .usercontent .user-list-item:hover .hoverbtn[data-v-28334c63] {
  display: block;
}
.BanJiang .bottom .row2[data-v-28334c63] {
  flex: 1;
  overflow: auto;
}
.BanJiang .bottom .row2 .delete-btn-box[data-v-28334c63] {
  display: flex;
  align-items: center;
  justify-content: right;
  margin-top: 20px;
}
.BanJiang .bottom .row2 .delete-btn-box .btnDel[data-v-28334c63] {
  font-size: 12px;
  padding: 9px 20px;
  background: #ef3535;
  border-radius: 2px;
  cursor: pointer;
}
.BanJiang .bottom .row2 .formItem[data-v-28334c63] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.BanJiang .bottom .row2 .changeFormItem[data-v-28334c63] {
  display: inline-block;
}
.BanJiang .bottom .row2 .changeFormItem .text[data-v-28334c63] {
  margin-bottom: 10px;
}
.BanJiang .bottom .row2 .actions-box[data-v-28334c63] {
  margin-top: 10px;
}
.BanJiang .bottom .row2 .actions-box img[data-v-28334c63] {
  height: 80px;
  cursor: pointer;
}
.BanJiang .bottom .row2 .actions-box .activeImg[data-v-28334c63] {
  border: 1px solid #2991f1;
}
.BanJiang .bottom .row2 .set-person p[data-v-28334c63] {
  font-size: 14px;
  font-family: Inter, Inter;
  font-weight: 400;
  color: #FFFFFF;
}
.BanJiang .bottom .row2 .set-person .settinginput[data-v-28334c63] {
  outline: none;
  border: none;
  height: 40px;
  background: #1f1f1f;
  border-radius: 2px;
  color: #fff;
  flex: 1;
  padding: 0 20px;
  margin-top: 10px;
  width: 100%;
  font-size: 14px;
}
.BanJiang .bottom .row2 .set-person .settinginput.changeTextarea[data-v-28334c63] {
  padding: 10px 20px;
  height: 80px;
}
.BanJiang .bottom .row2 .banjiangitem[data-v-28334c63] {
  background: #282828;
  border-radius: 2px;
  margin-bottom: 20px;
  padding: 20px;
  color: #fff;
  font-size: 14px;
}
.BanJiang .bottom .row2 .banjiangitem .row .settinginput[data-v-28334c63] {
  outline: none;
  border: none;
  height: 40px;
  background: #1f1f1f;
  border-radius: 2px;
  color: #fff;
  flex: 1;
  padding: 0 20px;
  margin-top: 10px;
}
.BanJiang .bottom .row2 .banjiangitem .row .image[data-v-28334c63] {
  height: 191px;
  background: #1f1f1f;
  border-radius: 2px;
  position: relative;
  margin-bottom: 20px;
}
.BanJiang .bottom .row2 .banjiangitem .row .image .upload-box[data-v-28334c63] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 280px;
  padding: 20px 0;
}
.BanJiang .bottom .row2 .banjiangitem .row .image .upload-box .btn[data-v-28334c63] {
  padding: 6px 17px;
  border: 1px solid #fff;
  border-radius: 2px;
  font-size: 12px;
  cursor: pointer;
}
.BanJiang .bottom .row2 .banjiangitem .row .image .upload-box .btn[data-v-28334c63]:hover {
  background-color: #fff;
  color: #000;
}
.BanJiang .bottom .row2 .banjiangitem .row .image .upload-box .text2[data-v-28334c63] {
  font-size: 12px;
}

