.sm-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
}
.sm-mask .sm-bind {
  width: 720px;
  height: 526px;
  border-radius: 18px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
}
.sm-mask .sm-bind .sm-close {
  width: 30px;
  height: 30px;
  position: absolute;
  background: url("../images/close.png")/*tpa=https://static.xyyx82.com/cn/static/pcshumei/images/close.png*/ no-repeat;
  background-position: center top;
  position: absolute;
  top: 48px;
  right: 55px;
}
.sm-mask .sm-bind .til {
  font-size: 36px;
  color: #1A1817;
  text-align: center;
  padding: 43px 0 8px;
}
.sm-mask .sm-bind .ipt-item {
  width: 486px;
  height: 74px;
  border-bottom: 1px solid #D1D1D1;
  margin: 55px auto 0;
  padding-left: 124px;
  position: relative;
}
.sm-mask .sm-bind .ipt-item .sm-ico {
  width: 42px;
  height: 47px;
  position: absolute;
  top: 50%;
  left: 50px;
  margin-top: -23px;
}
.sm-mask .sm-bind .ipt-item .sm-ico.ico-phone {
  background: url("../images/ico-phone.png")/*tpa=https://static.xyyx82.com/cn/static/pcshumei/images/ico-phone.png*/ no-repeat;
  background-position: center top;
}
.sm-mask .sm-bind .ipt-item .sm-ico.ico-code {
  background: url("../images/ico-code.png")/*tpa=https://static.xyyx82.com/cn/static/pcshumei/images/ico-code.png*/ no-repeat;
  background-position: center top;
}
.sm-mask .sm-bind .ipt-item input {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  font-size: 28px;
  background: none;
}
.sm-mask .sm-bind .ipt-item input:focus-visible {
  outline: 0;
}
.sm-mask .sm-bind .ipt-item input::-webkit-input-placeholder {
  color: #D2D2D2;
}
.sm-mask .sm-bind .ipt-item input::-moz-placeholder {
  color: #D2D2D2;
}
.sm-mask .sm-bind .ipt-item input:-moz-placeholder {
  color: #D2D2D2;
}
.sm-mask .sm-bind .ipt-item input:-ms-input-placeholder {
  color: #D2D2D2;
}
.sm-mask .sm-bind .ipt-item .sm-yzm {
  width: 194px;
  height: 60px;
  text-align: center;
  background: #FF9E00;
  border-radius: 12px;
  color: #fff;
  position: absolute;
  top: 5px;
  right: 30px;
  cursor: pointer;
}
.sm-mask .sm-bind .ipt-item .sm-yzm.btn-gray {
  background: #D2D2D2;
}
.sm-mask .sm-bind .sm-sure {
  width: 406px;
  height: 80px;
  background: #FF9E00;
  border-radius: 18px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 80px;
  margin: 58px auto 0;
  cursor: pointer;
}

.toast {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  text-align: center;
  z-index: 3000;
  display: none;
}
.toast .toast-box {
  display: inline-block;
  position: relative;
  top: 30%;
  max-width: 362px;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 16px;
  padding: 24px 26px;
  color: #fff;
  font-size: 36px;
  line-height: 56px;
}