* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none;
}
body,
html,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
p,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  /*background: url("../image/black.png");*/
  background: url("../image/u-dg-bg.jpg");
  top: 0px;
  left: 0px;
  position: absolute;
  width: 1280px;
  height: 720px;
}
.recharge_userDiv {
  width: auto;
  background: #435168;
  border-radius: 20px;
  position: absolute;
  top: 27px;
  left: 53px;
  padding: 5px 0px 5px 15px;
}
.recharge_userDiv img {
  position: initial;
  display: inline-block;
  width: 23px;
  height: 23px;
  vertical-align: middle;
}
.recharge_userDiv div {
  font-size: 20px;
  font-weight: 400;
  color: #f0f4f3;
  vertical-align: middle;
  background: url(../image/user.png) no-repeat left 2px;
  padding-left: 30px;
}
.mask_bg {
  background: url("../image/mask-bg.png") no-repeat;
  width: 1280px;
  height: 720px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
}

.tips_success {
  position: absolute;
  top: 100px;
  left: 0px;
  width: 100%;
  height: 57px;
  line-height: 57px;
  z-index: 12;
  text-align: center;
}

.tips_success .tips_success_text {
  display: inline-block;
  background: #009f52 url("../image/bingo.png") no-repeat 15px center;
  border-radius: 5px;
  font-size: 19px;
  font-weight: 400;
  color: #ffbdbe;
  padding: 0px 0px 0px 51px;
  width: auto;
  text-align: left;
}

.tips_fail {
  position: absolute;
  top: 100px;
  left: 0px;
  width: 100%;
  height: 57px;
  line-height: 57px;
  z-index: 12;
  text-align: center;
}

.tips_fail .tips_fail_text {
  display: inline-block;
  background: #a93434 url("../image/error.png") no-repeat 15px center;
  border: 0px solid #ff435e;
  border-radius: 5px;
  font-size: 19px;
  font-weight: 400;
  color: #ffbdbe;
  padding: 0px 0px 0px 51px;
  width: auto;
  text-align: left;
}
.tips_warning {
  position: absolute;
  top: 100px;
  left: 0px;
  width: 100%;
  height: 57px;
  line-height: 57px;
  z-index: 12;
  text-align: center;
}
.tips_warning .tips_warning_text {
  display: inline-block;
  background: #b94d27 url("../image/tips.png") no-repeat 15px center;
  border-radius: 5px;
  font-size: 19px;
  font-weight: 400;
  color: #ffbdbe;
  padding: 0px 0px 0px 51px;
  width: auto;
  text-align: left;
}
