.window2 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.window2 .mask2 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.window2 .win2 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -385.5px;
  margin-left: -380.5px;
  width: 761px;
  height: 771px;
  background: url(../images/win2_light.png) no-repeat center center;
  background-size: 80% 80%;
}
.window2 .win2 .win_content2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 90px;
  width: 440px;
  height: 590px;
  box-sizing: border-box;
  background: url(../images/win2_bg.png) no-repeat center;
  background-size: 80% 80%;
  text-align: center;
}
.window2 .win2 .win_content2 .lucky2 span {
  position: relative;
  color: #b28850;
  font-size: 16px;
}
.window2 .win2 .win_content2 .lucky2 span em,
.window2 .win2 .win_content2 .lucky2 span i {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 76px;
  height: 17px;
}
.window2 .win2 .win_content2 .lucky2 span em {
  left: -76px;
  background: url(../images/win2_left.png) no-repeat center;
  background-size: 80% 80%;
}
.window2 .win2 .win_content2 .lucky2 span i {
  right: -76px;
  background: url(../images/win2_right.png) no-repeat center;
  background-size: 80% 80%;
}
.window2 .win2 .win_content2 .win2_text {
  font-size: 28px;
  color: #996c33;
  font-weight: bold;
  margin-top: 15px;
}
.window2 .win2 .win_content2 .win2_text span {
  color: #ff5c34;
}
.window2 .win2 .win_content2 .win_ewm2 {
  position: relative;
  margin-top: 17px;
}
.window2 .win2 .win_content2 .win_ewm2 img {
  position: absolute;
  top: 19px;
  left: 50%;
  margin-left: -90.5px;
  vertical-align: middle;
  width: 181px;
  height: 181px;
}
.window2 .win2 .win_content2 .win_ewm2 .win_bg1 {
  width: 210px;
  height: 210px;
  background-color: #deab78;
  box-shadow: 0px 0px 62px 0px rgba(248, 141, 63, 0.33);
  border-radius: 20px;
  margin: 60px auto;
}
.window2 .win2 .win_content2 .win_ewm2 .win_bg2 {
  position: absolute;
  top: 8px;
  left: 50%;
  margin-left: -98px;
  width: 196px;
  height: 196px;
  background-color: #ffffff;
  border-radius: 20px;
}
.window2 .win2 .win_content2 .win_tishi {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.window2 .win2 .win_content2 .win_tishi span {
  font-size: 14px;
  color: #cfa972;
  padding-left: 22px;
  background: url(../images/win2_prompt.png) no-repeat left center;
  background-size: 14px 14px;
}
.window2 .win2 .win_content2 .win2_close {
  position: absolute;
  top: -12px;
  right: 53px;
  cursor: pointer;
}

.sma_solid_win2{display:none;position:fixed;left:50%;top:150px;margin-left:-275px;width:550px;height:288px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;z-index:999;}