.win-public-pop:before {
  display: block;
  content: '';
  background: rgba(13, 0, 0, 0.75);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 111;
}
.win-public-pop .the-win-body {
  position: fixed;
  z-index: 112;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.win-public-pop.greeting-pop .the-win-pop {
  position: relative;
  width: 337px;
  height: 477px;
  padding: unset;
}
.win-public-pop.greeting-pop .the-win-pop .greeting-jump {
  background: url("../images/pop-bnt-4.png") no-repeat center;
  width: 337px;
  height: 61px;
  cursor: pointer;
  position: absolute;
  left: 0;
  bottom: -86px;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.win-public-pop.greeting-pop .the-win-pop .greeting-jump:hover {
  background: url("../images/pop-bnt-5.png") no-repeat center;
}
.win-public-pop.greeting-pop .the-win-pop .close-btn {
  background: url("../images/close-btn-icon2.png") no-repeat center;
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  right: -34px;
  top: -34px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.win-public-pop.greeting-pop .the-win-pop .close-btn:hover {
  transform: rotate(180deg);
}
.win-public-pop.debris-pop .the-win-pop,
.win-public-pop.use-over-pop .the-win-pop {
  background: url("../images/pop-up-bg2.png") no-repeat center;
  width: 517px;
  height: 508px;
  position: relative;
}
.win-public-pop.debris-pop .the-win-pop .win-msg,
.win-public-pop.use-over-pop .the-win-pop .win-msg {
  width: 100%;
  height: 370px;
  padding-bottom: 60px;
  box-sizing: border-box;
  position: relative;
}
.win-public-pop.debris-pop .the-win-pop .win-img,
.win-public-pop.use-over-pop .the-win-pop .win-img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.win-public-pop.greeting-pop .info-link {
  font-size: 16px;
  color: #E94605;
  text-decoration: underline;
  position: absolute;
  left: 110px;
  bottom: 10px;
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.win-public-pop.greeting-pop .info-link:hover {
  color: #b43b00;
}
.win-public-pop.debris-pop .the-win-pop .win-img img,
.win-public-pop.use-over-pop .the-win-pop .win-img img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 60px auto 0;
}
.win-public-pop.debris-pop .the-win-pop .small-tips,
.win-public-pop.use-over-pop .the-win-pop .small-tips {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
}
.win-public-pop.debris-pop .the-win-pop .small-tips .title,
.win-public-pop.use-over-pop .the-win-pop .small-tips .title {
  font-weight: 800;
  font-size: 24px;
  color: #FF5400;
}
.win-public-pop.debris-pop .the-win-pop .small-tips .des,
.win-public-pop.use-over-pop .the-win-pop .small-tips .des {
  font-size: 14px;
  color: #984700;
}
.win-public-pop.debris-pop .the-win-pop .tool-row,
.win-public-pop.use-over-pop .the-win-pop .tool-row {
  display: flex;
  justify-content: space-between;
  width: 460px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: 0 auto;
}
.win-public-pop.debris-pop .the-win-pop .tool-row a,
.win-public-pop.use-over-pop .the-win-pop .tool-row a {
  background: url("../images/pop-btn-1.png") no-repeat center;
  width: 461px;
  height: 61px;
  font-weight: bold;
  font-size: 22px;
  color: #FEFEFE;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.win-public-pop.debris-pop .the-win-pop .tool-row a:hover,
.win-public-pop.use-over-pop .the-win-pop .tool-row a:hover {
  background: url("../images/pop-btn-1-hover.png") no-repeat center;
}
.win-public-pop.debris-pop .the-win-pop .close-btn,
.win-public-pop.use-over-pop .the-win-pop .close-btn {
  background: url("../images/close-btn-icon.png") no-repeat center;
  width: 17px;
  height: 17px;
  content: '';
  display: block;
  position: absolute;
  top: -20px;
  right: -20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.win-public-pop.debris-pop .the-win-pop .close-btn:hover,
.win-public-pop.use-over-pop .the-win-pop .close-btn:hover {
  transform: rotate(90deg);
}
/*# sourceMappingURL=debris.css.map */