.hky-common-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.hky-common-dialog .dialog-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 55;
}
.hky-common-dialog .dialog-wrapper {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 78vw;
  transform: translate(-50%, -55%);
  z-index: 66;
  background-color: #fff;
  border-radius: 0.1rem;
}
.hky-common-dialog .dialog-wrapper .dialog-close {
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  left: calc(50% - 0.4rem);
  bottom: -1.4rem;
}
#giftReceiveDialog .dialog-wrapper {
  width: 79vw;
  height: 114vw;
  background: url(../images/gift_bg.png) no-repeat;
  background-size: 100% auto;
  top: 42%;
}
#giftReceiveDialog .dialog-wrapper .gift-tip {
  position: absolute;
  top: 1VW;
  color: #ffffff;
  font-size: 0.4rem;
  left: 0.1rem;
}
#giftReceiveDialog .dialog-wrapper .dialog-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 45vw 7vw 0;
  min-height: 36vw;
  justify-content: space-between;
}
#giftReceiveDialog .dialog-wrapper .dialog-content::after {
  display: none;
}
#giftReceiveDialog .dialog-wrapper .dialog-content .dialog-title {
  font-size: 0.36rem;
  font-weight: 500;
  color: #754937;
  line-height: 0.5rem;
  text-align: justify;
  word-break: break-all;
}
#giftReceiveDialog .dialog-wrapper .dialog-content .dialog-input {
  width: 100%;
  margin-top: 5vw;
}
#giftReceiveDialog .dialog-wrapper .dialog-content .form-input {
  width: 100%;
  height: 17vw;
  background: #FCF8F4;
  border-radius: 6px;
  box-shadow: 0px 1px 2px 0px rgba(163, 111, 46, 0.2);
  font-weight: 500;
  line-height: 0.84rem;
  font-size: 0.28rem;
  padding: 0 5vw;
  color: #D49F6F;
  box-sizing: border-box;
}
#giftReceiveDialog .dialog-wrapper .dialog-content input[readonly]::-webkit-input-placeholder {
  /* 使用webkit内核的浏览器 */
  color: #D49F6F;
}
#giftReceiveDialog .dialog-wrapper .dialog-content .dialog-btn {
  position: absolute;
  left: 7vw;
  right: 7vw;
  height: 12.4vw;
  bottom: 6vw;
  z-index: 5;
  background: url(../images/gift_btn.png) no-repeat;
  background-size: 100% auto;
}
#giftReceiveDialog .dialog-wrapper .dialog-content .dialog-close {
  position: absolute;
  bottom: -16vw;
  background: url(../images/ic_close_white.png) no-repeat;
  background-size: 10vw 10vw;
  width: 10vw;
  height: 10vw;
  left: auto;
}
#giftReceiveDialog .footer-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  z-index: 66;
}
#giftReceiveDialog .footer-wrapper .footer-btn {
  width: 50%;
  height: 13vw;
  font-size: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0.3rem;
  background: #fff;
  color: #333333;
}
#giftReceiveDialog .footer-wrapper .footer-btn.btn-left {
  background: #5283FF;
  color: #fff;
}
#perfectInfoDialog .dialog-wrapper {
  background-color: #ffffff;
  width: 78vw;
  height: 50vw;
  padding: 5vw 8vw;
  box-sizing: border-box;
}
#perfectInfoDialog .dialog-wrapper .close-btn {
  position: absolute;
  top: 3vw;
  right: 4vw;
  width: 5vw;
  height: 5vw;
}
#perfectInfoDialog .dialog-wrapper .dialog-title {
  text-align: center;
  font-size: 5vw;
  line-height: 5vw;
  font-weight: bold;
  color: #333333;
  margin-bottom: 5vw;
}
#perfectInfoDialog .dialog-wrapper .dialog-content {
  text-align: left;
  font-weight: 400;
  color: #333333;
  line-height: 5vw;
}
#perfectInfoDialog .dialog-wrapper .dialog-content .large {
  font-size: 4vw;
  margin-bottom: 1vw;
}
#perfectInfoDialog .dialog-wrapper .dialog-content .small {
  font-size: 3vw;
}
#perfectInfoDialog .dialog-wrapper .btn {
  position: absolute;
  bottom: 6vw;
  height: 9vw;
  left: 15vw;
  right: 15vw;
  background: #80A8F4;
  border-radius: 5vw;
  font-size: 4vw;
  font-weight: 500;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
#perfectPhoneDialog .dialog-wrapper {
  background-color: #ffffff;
  width: 78vw;
  padding: 5vw 7vw 19vw 7vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#perfectPhoneDialog .dialog-wrapper .dialog-icon {
  width: 40vw;
  height: auto;
}
#perfectPhoneDialog .dialog-wrapper .dialog-title {
  text-align: center;
  font-size: 5vw;
  line-height: 5vw;
  font-weight: bold;
  color: #333333;
  margin-bottom: 5vw;
}
#perfectPhoneDialog .dialog-wrapper .dialog-content {
  text-align: left;
  font-weight: 400;
  color: #333333;
  line-height: 5vw;
}
#perfectPhoneDialog .dialog-wrapper .dialog-content .large {
  font-size: 4vw;
  text-align: center;
  margin-bottom: 1vw;
  margin-top: 1vw;
}
#perfectPhoneDialog .dialog-wrapper .dialog-content .small {
  font-size: 3vw;
}
#perfectPhoneDialog .dialog-wrapper .btn {
  position: absolute;
  bottom: 6vw;
  height: 9vw;
  left: 15vw;
  right: 15vw;
  background: #80A8F4;
  border-radius: 5vw;
  font-size: 4vw;
  font-weight: 500;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
#fullScreenTipDialog .dialog-wrapper {
  top: 45%;
  width: auto;
  padding: 10px 20px;
}
#fullScreenTipDialog .dialog-wrapper .dialog-content {
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  color: #FFFFFF;
  text-align: center;
}
#activityCustomerServiceDialog .dialog-wrapper {
  top: 40%;
  width: 294px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 5px;
  padding: 19px 20px 22px;
}
#activityCustomerServiceDialog .dialog-wrapper .dialog-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#activityCustomerServiceDialog .dialog-wrapper .dialog-content .dialog-title {
  height: 17px;
  text-align: center;
  font-size: 17px;
  line-height: 17px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 22px;
}
#activityCustomerServiceDialog .dialog-wrapper .dialog-content .dialog-tip {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  margin-top: 10px;
}
#activityCustomerServiceDialog .dialog-wrapper .dialog-content .dialog-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  line-height: 18px;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 14px;
}
#activityCustomerServiceDialog .dialog-wrapper .dialog-content .dialog-inner .inner-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 18px;
  box-sizing: border-box;
  border: 1px solid #5A99FF;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #5283FF;
}
#activityCustomerServiceDialog .dialog-wrapper .dialog-content .img-qrcode {
  font-size: 14px;
  width: 160px;
  height: 160px;
}
#activityCustomerServiceDialog .dialog-wrapper .dialog-close-top {
  padding: 4px;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 6px;
  right: 6px;
}
#activityJoinDialog .dialog-wrapper {
  top: 40%;
  width: 294px;
  box-sizing: border-box;
  height: 222px;
  background: #ffffff;
  border-radius: 5px;
  padding: 19px 20px 25px;
}
#activityJoinDialog .dialog-wrapper .dialog-content {
  position: relative;
  display: flex;
  flex-direction: column;
}
#activityJoinDialog .dialog-wrapper .dialog-content .dialog-title {
  height: 17px;
  text-align: center;
  font-size: 17px;
  line-height: 17px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 24px;
}
#activityJoinDialog .dialog-wrapper .dialog-content .form-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#activityJoinDialog .dialog-wrapper .dialog-content .form-item .form-label {
  width: 60px;
  text-align: right;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin-right: 10px;
}
#activityJoinDialog .dialog-wrapper .dialog-content .form-item .form-input {
  padding: 0 10px;
  width: 0;
  flex: 1;
  height: 32px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 400;
  color: #333333;
}
#activityJoinDialog .dialog-wrapper .dialog-content .form-item .code-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  box-sizing: border-box;
  height: 32px;
  background: #fff;
  border: 1px solid #5a99ff;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #5283ff;
  margin-left: 7px;
}
#activityJoinDialog .dialog-wrapper .dialog-content .dialog-btn-wrapper {
  display: flex;
  justify-content: center;
}
#activityJoinDialog .dialog-wrapper .dialog-content .dialog-btn-wrapper .dialog-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  width: 110px;
  height: 35px;
  background: #5283ff;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
}
#activityJoinDialog .dialog-wrapper .dialog-close-top {
  padding: 4px;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 6px;
  right: 6px;
}
#hkyDeleteDialog .dialog-wrapper {
  top: 40%;
}
#hkyDeleteDialog .dialog-wrapper .dialog-content {
  padding: 0.4rem 0.66rem 0.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#hkyDeleteDialog .dialog-wrapper .dialog-content .dialog-title {
  font-size: 0.34rem;
  line-height: 0.34rem;
  font-weight: bold;
  color: #333333;
}
#hkyDeleteDialog .dialog-wrapper .dialog-content .dialog-tip {
  font-size: 0.3rem;
  line-height: 0.3rem;
  font-weight: bold;
  color: #333333;
  margin: 0.5rem 0;
}
#hkyDeleteDialog .dialog-wrapper .dialog-content .delete-btn-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#hkyDeleteDialog .dialog-wrapper .dialog-content .delete-btn-wrapper .dialog-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45%;
  height: 0.7rem;
  line-height: 0.7rem;
  background: #ff5a6a;
  border: 0.01rem solid #ff5a6a;
  border-radius: 0.08rem;
  font-size: 0.3rem;
  font-weight: 500;
  box-sizing: border-box;
  color: #ffffff;
}
#hkyDeleteDialog .dialog-wrapper .dialog-content .delete-btn-wrapper .dialog-btn.btn-left {
  background: #ffffff;
  border: 0.01rem solid #9e9e9e;
  color: #9e9e9e;
}
/* 复制文案弹框按钮样式 */
.copy-text-btn-wrapper .dialog-btn.copy-text-confirm {
  background: #5283ff !important;
  border: 0.01rem solid #5283ff !important;
  color: #ffffff !important;
}
#permissionVipDialog .dialog-wrapper .dialog-content .dialog-title {
  color: #333;
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  padding-top: 0.3rem;
}
#permissionVipDialog .dialog-wrapper .dialog-content .tips {
  color: #333;
  text-align: center;
  line-height: 1.3;
}
#permissionVipDialog .dialog-wrapper .dialog-content .tips .tips-title {
  font-size: 0.28rem;
}
#permissionVipDialog .dialog-wrapper .dialog-content .tips .tips-title em {
  color: #ff4444;
}
#permissionVipDialog .dialog-wrapper .dialog-content .tips .tips-desc {
  font-size: 0.22rem;
  margin-top: 0.1rem;
}
#permissionVipDialog .dialog-wrapper .dialog-content .content {
  padding-top: 0.2rem;
  padding-bottom: 0.52rem;
}
#permissionVipDialog .dialog-wrapper .dialog-content .content .qrcode {
  width: 43vw;
  height: 43vw;
  margin: 0.2rem auto 0;
}
#permissionVipDialog .dialog-wrapper .dialog-content .content .btn-group {
  display: flex;
  justify-content: space-evenly;
  margin-top: 0.55rem;
}
#permissionVipDialog .dialog-wrapper .dialog-content .content .btn-group::after {
  display: none;
}
#permissionVipDialog .dialog-wrapper .dialog-content .content .btn-group.hidden {
  display: none;
}
#permissionVipDialog .dialog-wrapper .dialog-content .content .btn-group.enterprise .dialog-btn.hidden {
  display: none;
}
#permissionVipDialog .dialog-wrapper .dialog-content .content .btn-group.enterprise .dialog-btn.btn-left {
  border: none;
  background: linear-gradient(264deg, #8666ff 0%, #6480fb 100%);
}
#permissionVipDialog .dialog-wrapper .dialog-content .content .btn-group.enterprise .dialog-btn.btn-right {
  border: 1px solid #6480fb;
  color: #6480fb;
}
#permissionVipDialog .dialog-wrapper .dialog-content .content .btn-group .dialog-btn {
  display: flex;
  line-height: 0.3rem;
  align-items: center;
  border-radius: 0.08rem;
  padding: 0.18rem 0.5rem;
  color: #fff;
  box-sizing: border-box;
  font-size: 0.3rem;
  font-weight: 500;
}
#permissionVipDialog .dialog-wrapper .dialog-content .content .btn-group .dialog-btn.hidden {
  display: none;
}
#permissionVipDialog .dialog-wrapper .dialog-content .content .btn-group .dialog-btn.btn-left {
  background-color: #5283ff;
  border: 1px solid #5283ff;
}
#permissionVipDialog .dialog-wrapper .dialog-content .content .btn-group .dialog-btn.btn-right {
  border: 1px solid #5283ff;
  color: #5283ff;
}
#permissionVipDialog .dialog-wrapper .dialog-content .other {
  color: #999;
  text-align: center;
  margin-top: 0.2rem;
  line-height: 1.3;
}
#permissionVipDialog .dialog-wrapper .dialog-content .other p {
  font-size: 0.24rem;
}
#permissionVipDialog .dialog-wrapper .close {
  width: 0.39rem;
  height: 0.39rem;
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
}
#permissionVipDialog .dialog-wrapper .close img {
  width: 100%;
  display: block;
}
#qrcodeScanDialog .dialog-wrapper .dialog-content .dialog-title {
  color: #333;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  padding: 19px 24px 0;
}
#qrcodeScanDialog .dialog-wrapper .dialog-content .tips {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #333;
  text-align: center;
  margin: 0 30px;
}
#qrcodeScanDialog .dialog-wrapper .dialog-content .content {
  padding: 18px 0;
}
#qrcodeScanDialog .dialog-wrapper .dialog-content .content .qrcode {
  width: 156px;
  height: 156px;
  margin: 10px auto 0;
}
#qrcodeScanDialog .dialog-wrapper .dialog-content .other {
  margin-top: 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}
#qrcodeScanDialog .dialog-wrapper .close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
}
#qrcodeScanDialog .dialog-wrapper .close img {
  width: 100%;
  display: block;
}
#upgradeVipDialog .dialog-wrapper {
  top: 40%;
}
#upgradeVipDialog .dialog-wrapper .dialog-content {
  position: relative;
  background: #ffffff;
  border-radius: 0.12rem;
}
#upgradeVipDialog .dialog-wrapper .dialog-content .dialog-top {
  padding: 0.4rem 0.6rem 0.16rem;
}
#upgradeVipDialog .dialog-wrapper .dialog-content .dialog-top .dialog-title {
  font-size: 0.34rem;
  text-align: center;
  font-weight: bold;
  line-height: 0.34rem;
  color: #333333;
  margin-bottom: 0.32rem;
}
#upgradeVipDialog .dialog-wrapper .dialog-content .dialog-top .dialog-content {
  font-size: 0.28rem;
  font-weight: 400;
  line-height: 0.42rem;
  color: #666666;
  text-align: justify;
}
#upgradeVipDialog .dialog-wrapper .dialog-content .dialog-btn-wrapper {
  border-top: 0.01rem solid #ebedf5;
  padding: 0.24rem 0.6rem;
}
#upgradeVipDialog .dialog-wrapper .dialog-content .dialog-btn-wrapper .dialog-btn {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  height: 0.88rem;
  background: #5283ff;
  border-radius: 0.1rem;
  font-size: 0.34rem;
  font-weight: 500;
  line-height: 0.88rem;
  color: #ffffff;
  background-position: top right;
  background-repeat: no-repeat;
}
#upgradeVipDialog .dialog-wrapper .dialog-content .dialog-btn-wrapper .dialog-btn img {
  position: absolute;
  top: 0;
  right: 0;
}
#activityReceiveDialog .dialog-wrapper {
  width: 295px;
  border-radius: 6px;
  display: flex;
  top: 48%;
  flex-direction: column;
}
#activityReceiveDialog .dialog-wrapper .dialog-content {
  padding: 14px 24px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#activityReceiveDialog .dialog-wrapper .dialog-content .dialog-tip {
  font-size: 15px;
  font-weight: 400;
  color: #545455;
  line-height: 22px;
  text-align: justify;
}
#activityReceiveDialog .dialog-wrapper .dialog-content .img-qrcode {
  width: 100px;
  height: 100px;
  margin-bottom: 8px;
  margin-top: 14px;
}
#activityReceiveDialog .dialog-wrapper .dialog-content .img-qrcode.hidden {
  display: none;
}
#activityReceiveDialog .dialog-wrapper .dialog-content .qrcode-tip {
  font-size: 11px;
  font-weight: 400;
  color: #333333;
  line-height: 11px;
}
#activityReceiveDialog .dialog-wrapper .dialog-content .dialog-btn {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 32px;
  background: #FF5A6A;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
}
#activityReceiveDialog .dialog-wrapper .dialog-close {
  width: 40px;
  height: 40px;
  bottom: -60px;
}
/* 通用确认弹框 */
.common-tip-dialog .dialog-wrapper {
  top: 40%;
}
.common-tip-dialog .dialog-wrapper .dialog-content {
  position: relative;
  background: #ffffff;
  border-radius: 0.12rem;
}
.common-tip-dialog .dialog-wrapper .dialog-content .dialog-top {
  padding: 0.4rem 0.6rem 0.2rem;
}
.common-tip-dialog .dialog-wrapper .dialog-content .dialog-top .dialog-title {
  font-size: 0.32rem;
  text-align: center;
  font-weight: bold;
  line-height: 0.32rem;
  color: #333333;
  margin-bottom: 0.2rem;
}
.common-tip-dialog .dialog-wrapper .dialog-content .dialog-top .top-content {
  font-size: 0.28rem;
  font-weight: 400;
  line-height: 0.42rem;
  color: #666666;
  text-align: justify;
}
.common-tip-dialog .dialog-wrapper .dialog-content .dialog-top .top-content em,
.common-tip-dialog .dialog-wrapper .dialog-content .dialog-top .top-content span {
  font-size: 0.28rem;
}
.common-tip-dialog .dialog-wrapper .dialog-content .dialog-btn-wrapper {
  border-top: 0.01rem solid #ebedf5;
  padding: 0.24rem 0.6rem;
}
.common-tip-dialog .dialog-wrapper .dialog-content .dialog-btn-wrapper::after {
  display: none;
}
.common-tip-dialog .dialog-wrapper .dialog-content .dialog-btn-wrapper.danger {
  padding: 0.32rem 1.55rem;
}
.common-tip-dialog .dialog-wrapper .dialog-content .dialog-btn-wrapper.danger .dialog-btn {
  height: 0.64rem;
  background: #ff5a6a;
  border-radius: 0.32rem;
}
.common-tip-dialog .dialog-wrapper .dialog-content .dialog-btn-wrapper .dialog-btn {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 0.88rem;
  background: #5283ff;
  line-height: 0.32rem;
  border-radius: 0.1rem;
  font-size: 0.32rem;
  font-weight: 500;
  color: #ffffff;
}
/* 确定弹框 */
#confirmDialog .dialog-wrapper {
  top: 40%;
}
#confirmDialog .dialog-wrapper .dialog-content {
  position: relative;
  background: #ffffff;
  border-radius: 0.12rem;
  padding: 0.38rem 0.46rem 0.5rem;
}
#confirmDialog .dialog-wrapper .dialog-content .dialog-top .dialog-title {
  font-size: 0.34rem;
  text-align: center;
  font-weight: bold;
  line-height: 0.34rem;
  color: #333333;
  margin-bottom: 0.36rem;
}
#confirmDialog .dialog-wrapper .dialog-content .dialog-top .top-content {
  font-size: 0.28rem;
  font-weight: 400;
  line-height: 0.42rem;
  color: #666666;
  text-align: center;
}
#confirmDialog .dialog-wrapper .dialog-content .dialog-btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 0.32rem;
}
#confirmDialog .dialog-wrapper .dialog-content .dialog-btn-wrapper::after {
  display: none;
}
#confirmDialog .dialog-wrapper .dialog-content .dialog-btn-wrapper.danger .dialog-btn {
  background: #ff5a6a;
}
#confirmDialog .dialog-wrapper .dialog-content .dialog-btn-wrapper .dialog-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0.3rem;
  font-size: 0.3rem;
  font-weight: 500;
  color: #ffffff;
  width: 2.2rem;
  height: 0.7rem;
  background: linear-gradient(264deg, #8666ff 0%, #6480fb 100%);
  border-radius: 0.08rem;
}
#confirmDialog .dialog-wrapper .dialog-close-top {
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  top: 0.2rem;
  right: 0.2rem;
}
#taskUndoPersonDialog .dialog-wrapper {
  top: 40%;
}
#taskUndoPersonDialog .dialog-wrapper .dialog-content {
  position: relative;
  background: #ffffff;
  border-radius: 0.12rem;
  padding: 0.38rem 0.46rem 0.5rem;
}
#taskUndoPersonDialog .dialog-wrapper .dialog-content .dialog-top .dialog-title {
  font-size: 0.34rem;
  text-align: center;
  font-weight: bold;
  line-height: 0.34rem;
  color: #333333;
  margin-bottom: 0.22rem;
}
#taskUndoPersonDialog .dialog-wrapper .dialog-content .dialog-top .top-content {
  font-size: 0.28rem;
  font-weight: 400;
  line-height: 0.42rem;
  color: #999999;
  text-align: center;
}
#taskUndoPersonDialog .dialog-wrapper .dialog-content .list-wrapper {
  display: flex;
  justify-content: space-around;
  margin: 0.36rem 0 0.4rem;
}
#taskUndoPersonDialog .dialog-wrapper .dialog-content .list-wrapper .list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#taskUndoPersonDialog .dialog-wrapper .dialog-content .list-wrapper .list-item .img-avatar {
  width: 12vw;
  height: 12vw;
  border-radius: 50%;
}
#taskUndoPersonDialog .dialog-wrapper .dialog-content .list-wrapper .list-item .img-more {
  width: 11vw;
  padding: 0.5vw;
  height: 11vw;
  border-radius: 50%;
}
#taskUndoPersonDialog .dialog-wrapper .dialog-content .list-wrapper .list-item .item-name {
  margin-top: 0.1rem;
  font-size: 0.24rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 0.36rem;
}
#taskUndoPersonDialog .dialog-wrapper .dialog-content .dialog-btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 0.32rem;
}
#taskUndoPersonDialog .dialog-wrapper .dialog-content .dialog-btn-wrapper::after {
  display: none;
}
#taskUndoPersonDialog .dialog-wrapper .dialog-content .dialog-btn-wrapper.danger .dialog-btn {
  background: #ff5a6a;
}
#taskUndoPersonDialog .dialog-wrapper .dialog-content .dialog-btn-wrapper .dialog-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0.3rem;
  font-size: 0.3rem;
  font-weight: 500;
  color: #ffffff;
  width: 2.2rem;
  height: 0.7rem;
  background: linear-gradient(264deg, #8666ff 0%, #6480fb 100%);
  border-radius: 0.08rem;
}
#taskUndoPersonDialog .dialog-wrapper .dialog-close-top {
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  top: 0.2rem;
  right: 0.2rem;
}
#uploadVideoTip .dialog-wrapper {
  top: 40%;
  width: 64%;
}
#uploadVideoTip .dialog-wrapper .dialog-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0.35rem 0 0.32rem;
}
#uploadVideoTip .dialog-wrapper .dialog-content .img-icon {
  width: 1.44rem;
  height: 1rem;
}
#uploadVideoTip .dialog-wrapper .dialog-content .text {
  margin-top: 0.32rem;
  font-size: 0.24rem;
  font-weight: 400;
  color: #999999;
  line-height: 0.36rem;
  text-align: center;
}
#uploadVideoLimit .dialog-mask {
  z-index: 100;
}
#uploadVideoLimit .dialog-wrapper {
  top: 40%;
  width: 5.9rem;
  padding-bottom: 0.1rem;
  z-index: 200;
}
#uploadVideoLimit .dialog-wrapper .dialog-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#uploadVideoLimit .dialog-wrapper .dialog-content .img-icon {
  width: 5.9rem;
  height: 3.55rem;
}
#uploadVideoLimit .dialog-wrapper .dialog-content .text {
  font-size: 0.3rem;
  font-weight: 500;
  color: #545455;
  line-height: 0.3rem;
}
#uploadVideoLimit .dialog-wrapper .dialog-content .confirm-btn {
  margin-top: 0.42rem;
  margin-bottom: 0.39rem;
  width: 2.8rem;
  height: 0.64rem;
  background: #ff5a6a;
  border-radius: 0.32rem;
  font-size: 0.32rem;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#uploadVideoProgress .dialog-wrapper {
  top: 45%;
  width: 64%;
}
#uploadVideoProgress .dialog-wrapper .dialog-content {
  padding: 0.64rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#uploadVideoProgress .dialog-wrapper .dialog-content .title {
  font-size: 0.28rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.28rem;
}
#uploadVideoProgress .dialog-wrapper .dialog-content .title em {
  color: #23cd9a;
}
#uploadVideoProgress .dialog-wrapper .dialog-content .progress-bar {
  margin: 0.2rem 0 0.3rem;
  width: 53vw;
  height: 0.2rem;
  background: #ffffff;
  position: relative;
}
#uploadVideoProgress .dialog-wrapper .dialog-content .progress-bar .progress-border {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 0.01rem solid #c9c9c9;
  border-radius: 0.1rem;
}
#uploadVideoProgress .dialog-wrapper .dialog-content .progress-bar .progress-content {
  width: 0%;
  height: 100%;
  background: #23cd9a;
  left: 0;
  top: 0;
  position: absolute;
  border-radius: 0.1rem;
}
#uploadVideoProgress .dialog-wrapper .dialog-content .desc {
  font-size: 0.24rem;
  font-weight: 400;
  color: #999999;
  line-height: 0.28rem;
}
#newUserAuth .dialog-wrapper {
  background: transparent;
  width: 4.83rem;
  height: 2.16rem;
  left: auto;
  top: auto;
  bottom: -0.8rem;
  right: -2rem;
}
#newUserAuth .dialog-wrapper .dialog-content {
  box-sizing: border-box;
  display: flex;
  padding-left: 0.3rem;
  padding-top: 0.24rem;
  width: 4.83rem;
  height: 2.16rem;
  font-size: 0.28rem;
  font-weight: 500;
  color: #4a4a4a;
  line-height: 0.4rem;
  white-space: nowrap;
}
#gzhFollow .dialog-wrapper {
  width: 71.2vw;
  padding: 2.6vw;
  box-sizing: border-box;
  border-radius: 0.16rem;
}
#gzhFollow .dialog-wrapper .dialog-content p {
  color: #666666;
  text-align: center;
  font-size: 0.3rem;
  margin-top: 0.1rem;
}
#gzhFollow .dialog-wrapper .dialog-content #zxqrcode {
  width: 66vw;
  height: 66vw;
}
#userQrcodeDialog .dialog-wrapper {
  width: 66vw;
  top: 46%;
}
#userQrcodeDialog .dialog-wrapper .dialog-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2vw 3vw 4vw;
}
#userQrcodeDialog .dialog-wrapper .dialog-content .img-qrcode {
  width: 62vw;
  height: 62vw;
}
#userQrcodeDialog .dialog-wrapper .dialog-content .text-wx {
  text-align: center;
  margin-top: 0.1rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.28rem;
  margin-bottom: 0.2rem;
}
#userQrcodeDialog .dialog-wrapper .dialog-content .dialog-btn {
  margin-top: 0.1rem;
  width: 1.44rem;
  height: 0.64rem;
  border-radius: 0.32rem;
  border: 0.02rem solid #5283ff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-size: 0.32rem;
  font-weight: 400;
  color: #5283ff;
  line-height: 0.32rem;
  justify-content: center;
}
