.lottery-dialog-page-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lottery-dialog-page {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: none;
  background-color: rgba(0, 0, 0, .8);
}

.lottery-bind-dialog {
  width: 8.25rem;
  height: 5.96rem;
  margin: auto;
}
.lottery-bind-dialog-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 1.8rem;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
  border-bottom: .05rem solid #a1b3d4;
  background-color: #5381d9;
}
.lottery-bind-dialog-header > h2 {
  color: #fff;
  font-weight: 400;
  font-size: .5rem;
}
.lottery-bind-dialog-close {
  position: absolute;
  right: -0.24rem;
  top: -1.18rem;
  z-index: 9;
  width: .9rem;
  height: .9rem;
  border-radius: 50%;
  color: #fff;
  border: 1px solid currentColor;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-indent: -999em;
  opacity: .5;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
  background: none;
}
.lottery-bind-dialog-close::before, .lottery-bind-dialog-close::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: .6rem;
  height: 0;
  border-bottom: .06rem solid currentColor;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lottery-bind-dialog-close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.lottery-bind-dialog-header::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom: .06rem solid #4670c0;
}
.lottery-bind-dialog-body {
  background-color: #fff;
}
.lottery-bind-form {
  padding: .96rem .35rem 0;
}
.select-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  margin-bottom: 15px;
  align-items: center;
}
.select-box {
  width: 90%;
  padding: 25px;
  border: 1px solid #eee;
  border-radius: 8px;
  background: #fff;
  font-size: 32px;
  color: #666;
  cursor: pointer;
  outline: none;
  text-align: center;
}
.lottery-bind-form-button {
  margin-top: 1.1rem;
}
.lottery-bind-form-button > button {
  position: relative;
  z-index: 1;
  width: 100%;
  height:1.2rem;
  border-radius: .3rem;
  color: #fff;
  font-size: .48rem;
  background-color: #5ec154;
  -webkit-box-shadow: 0 1px 2px inset rgba(255,255,255,.5);
  box-shadow: 0 1px 2px inset rgba(255,255,255,.5);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.lottery-bind-form-button > button::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 200%;
  height: 200%;
  border-radius: .6rem;
  border: 1px solid #43a039;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: scale(.5);
  -ms-transform: scale(.5);
  transform: scale(.5);
}
.lottery-bind-dialog-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 1.42rem;
  text-align: center;
  margin-top: -1px;
  border-bottom-left-radius: .3rem;
  border-bottom-right-radius: .3rem;
  background-color: #fff;
}
.lottery-bind-form-tip {
  color: #f92828;
  font-size: .42rem;
}



