#sundiv {
  position: absolute;
  z-index: 99999;
  left: 50px;
  display: none;
}

.pop-modal {
  min-width: 272px;
  min-height: 180px;
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.pop-title {
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #EEEEEE;
  line-height: 28px;
  letter-spacing: 1px;
}

.pop-header {
  padding: 15px;
  position: relative;
  background: url("../image/flow-pop@2x.png") no-repeat center;
  background-size: contain;
  margin-left: -12px;
  margin-right: -12px;
  margin-top: -5px;
}

.close-pop {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url("../image/close-icon@2x.png") no-repeat center;
  background-size: 100%;
}

.pop-body {
  position: relative;
  padding: 15px;
  margin-bottom: 50px;
}

.pop-footer {
  height: 60px;
  text-align: right;
  position: absolute;
  width: 100%;
  bottom: -3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-pop {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 83px;
  height: 29px;
  text-align: center;
  line-height: 29px;
  color: #fff;
  background: #0D6EF8;
  border-radius: 14px;
  cursor: pointer;
}

.btn-pop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}

.btn-pop a:after {
  content: " ";
  width: 12px;
  height: 8px;
  background: url("../image/arrow@2x.png") no-repeat center;
  background-size: 100%;
  margin-left: 6px;
}