#cstTipsModal .close {
  font-weight: 400 !important;
  font-size: 32px;
  float: right !important;
  margin-top: -2px !important;
  margin-right: -24px;
}
#cstTipsModal .modal-content-wrapper {
  width: 360px;
  height: 380px;
  margin: 0 auto;
}
#cstTipsModal .modal-header {
  border-bottom: 1px solid #eeeeee;
  margin: 0 30px;
  height: auto;
}
#cstTipsModal .modal-content {
  width: 360px;
  height: 380px;
}
#cstTipsModal .cst-title {
  text-align: center;
}
#cstTipsModal .cst-title .text {
  font-size: 20px;
  font-weight: 500;
  color: #0D0D0D;
  line-height: 30px;
}
#cstTipsModal .cst-qrcode {
  width: 180px;
  height: 180px;
  overflow: hidden;
  margin: 0 auto 20px;
}
#cstTipsModal .cst-qrcode img {
  width: 100%;
  height: 100%;
}
#cstTipsModal .cst-btn {
  width: 103px;
  height: 32px;
  background: #44B449;
  border-radius: 16px;
  display: block;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
}