@charset "utf-8";
/* CSS Document */
/*edit:wangshuo
@ update: 2019-01-24 */

html,
body,
div,
span,
object,
embed,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
cite,
code,
del,
dfn,
em,
img,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
section,
article {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: none;
}

ul,
li,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

i,
em,
cite,
dfn {
  font-style: normal;
}

.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

.clearfix {
  *display: inline-block;
  *zoom: 100%;
}

.clear {
  clear: both;
  line-height: 1px;
  height: 1px;
  *display: inline;
  font-size: 1px;
}

.clearMargin:before {
  content: '';
  display: table;
  height: 0;
  clear: both;
  visibility: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.alignL {
  text-align: left;
}

.alignC {
  text-align: center;
}

.alignR {
  text-align: right;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.bold {
  font-weight: bold;
}

.none {
  display: none;
}

.block {
  display: block;
}

.overf {
  overflow: hidden;
}

.center {
  margin: 0 auto;
}

:focus,
a {
  outline: none;
  -moz-outline-style: none;
}

a:visited,
a:link {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ol li {
  list-style-type: decimal;
  list-style-position: inside;
}

body {
  font: 16px/1.5 'Microsoft YaHei', '\5FAE\8F6F\96C5\9ED1', tahoma, Arial;
  color: #333;
}


.scroll_H {
  width: 100%;
  overflow-y: auto;
  word-break: break-all;
  word-wrap: break-word;
  overflow-x: hidden;
}

.scroll_H::-webkit-scrollbar {
  width: 10px;
  /* 滚动条宽度 */
}

.scroll_H::-webkit-scrollbar-thumb {
  background-color: #065d9e;
  border-radius: 4px;
}

.scroll_H::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 4px;
}

.scroll_W {
  width: 100%;
  overflow-x: auto;
  word-break: break-all;
  word-wrap: break-word;
  overflow-y: hidden;
}

.scroll_W::-webkit-scrollbar {
  height: 10px;
  /* 滚动条宽度 */
}

.scroll_W::-webkit-scrollbar-thumb {
  background-color: #065d9e;
  border-radius: 4px;
}

.scroll_W::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 4px;
}

/* .css{width:100px; height:100px; display:block; border:2px solid #000; margin:0; padding:0; float:left; position:absolute; top:100px; left:100px; font-size:52px; font-weight:bold; color:#832716; line-height:100px; text-align:center; background:#fff; overflow:hidden;} */

/*弹窗部分 https://static.web.sdo.com/dn/pic/dn_act/2016cj/btn_close.png*/
.alert_bg {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}

.dialog {
  position: absolute;
  z-index: 10001;
  color: #065d9e;
  top: 50%;
  left: 50%;
  display: none;
}

/*公用领奖弹窗*/
.dialog {
  background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202607shujiabinguo/bg-dialog1.png) no-repeat;
  width: 1047px;
  height: 760px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dialog .d_title {
  padding-top: 105px;
  height: 80px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #065d9e;
  line-height: 50px;
}

.dialog .d_text {
  height: 80px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #065d9e;
  line-height: 50px;
  padding: 300px 0 50px;
}

.pop_win .win_list {
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 50px auto;

  color: #065d9e;
  font-weight: 700;
  font-size: 36px;
  text-align: center;

}

.pop_win .win_list li {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 20px;
  color: #065d9e;
  text-align: center;
  font-weight: 700;
  font-size: 36px;
}

.dialog h2 {
  color: #065d9e;
  font-size: 36px;
  font-weight: bold;
  margin: 40px auto 10px;
}

.dialog .desc {
  font-size: 14px;
  margin-bottom: 40px;
}

.dialog .box_btn {
  width: 570px;
  margin: 0 auto;
  padding: 0 35px 30px;
}

.dialog .btn_sure,
.dialog .btn_sorry {
  height: 91px;
  width: 231px;
  display: block;
  text-indent: -999e;
  margin: 0 auto;
  text-indent: -999em;
  background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202507shujiabinguo/dialog_btn.png) no-repeat;
}

.dialog .btn_sorry {
  background-position: 0 bottom;
}

.dialog .box_btn a:hover {
  filter: brightness(1.1);
}

.d_card .d_tit {
  width: 436px;
  height: 60px;
  display: block;
  margin: 150px auto 60px;
}

.dialog .spirit {
  position: absolute;
  top: -53px;
  right: -268px;
}

/* .pop_rule,
.d_vip {
  height: 586px;
  background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202507shujiabinguo/bg-dialog2.png)
    no-repeat;
} */
.pop_rule .spirit {
  top: 0;
}

.pop_rule .d_tit {
  display: block;
  margin: 40px auto 12px;
}

.dialog .close_dialog,
.close_dialog_reload {
  position: absolute;
  right: 136px;
  top: 100px;
  display: block;
  width: 42px;
  height: 42px;
  text-indent: -999em;
  background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202607shujiabinguo/close_dialog.png) no-repeat;
}


.pop_rule ol {
  width: 70%;
  margin: 0 auto;
  line-height: 1.2;
}

.pop_rule h3 {
  margin-left: 158px;
  color: #065d9e;
  font-size: 16px;
  font-weight: bold;
}

.pop_rule .order1 {
  color: #065d9e;
  font-size: 16px;
  margin-bottom: 8px;
}

.pop_rule .order2 {
  color: #065d9e;
  font-size: 16px;
}

.pop_rule .order1 li {
  margin-bottom: 7px;
}

.pop_rule .order2 li {
  margin-bottom: 5px;
}

.d_task {}

.d_task .d_tit {
  display: block;
  margin: 60px auto;
}

.d_task .desc {
  font-size: 30px;
  color: #065d9e;
  width: 500px;
  margin: 0 auto;
  word-break: break-all;
  margin-bottom: 50px;
}

.d_task .tips {
  font-size: 14px;
  color: #065d9e;
  text-align: center;
  margin-top: 30px;
}

.d_vip .vip_txt {
  padding: 44px 74px;
}

.vip_ol {
  text-align: left;
  color: #065d9e;
  font-size: 15px;
  padding: 0 30px 0 20px;
  margin-bottom: 30px;
}

.vip_ol li {
  list-style: outside;
  list-style-position: outside;
  list-style-type: decimal;
}

.color1 {
  color: #ff0000;
}

.success_card .info {
  font-size: 26px;
  font-weight: bold;
  width: 600px;
  height: 300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* 历史记录 */
.historyinfo {
  width: 80%;
  height: 60%;
  margin: 0 auto;
}

.historyinfo li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 0px 0px 20px;
  font-size: 21px;
  color: #065d9e;
}

.historyinfo-time,
.historyinfo-prop,
.historyinfo-item {
  width: 24%;
}

.historyinfo-operate {
  width: 20%;
}

.historyinfo-time {
  width: 28%;
}

/* ========== 购买弹窗 ========== */
.buy_box {
  width: 1047px;
  height: 558px;
  background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202607shujiabinguo/bg-dialog2.png) no-repeat;
}

.buy_box .buy_price {
  margin: 40px auto 0;
  color: #065d9e;
  text-align: center;
  font-weight: 700;
  font-size: 36px;
}

.buy_box .num_input {
  margin: 0 auto 10px;
  color: #065d9e;
  text-align: center;
  font-weight: 700;
  font-size: 36px;
}

.buy_box .btn_tips {
  display: block;
  margin: 0 auto 30px;
  color: #3295e0;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
}

.buy_box .btn_minus,
.btn_plus {
  display: inline-block;
  width: 27px;
  height: 27px;
  border: 1px solid #795937;
  color: #065d9e;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
  font-size: 36px;
  line-height: 20px;
  cursor: pointer;
}

.buy_box .num_value {
  margin: 0 5px;
  width: 70px;
  height: 45px;
  border: 1px solid #795937;
  background: 0 0;
  color: #065d9e;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
}

/* .buy_box .num_confirm {
  display: block;
  margin: 0 auto 25px;
  width: 160px;
  height: 50px;
  background: #065d9e;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 50px;
} */

.pop_change {
  width: 1047px;
  height: 558px;
  background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202607shujiabinguo/bg-dialog2.png) no-repeat;

}

.pop_change .d_text {
  margin: 40px auto;
  color: #065d9e;
  text-align: center;
  font-weight: 700;
  font-size: 36px;
  padding: 0;
}




/*第一部分893 1400 2670 */
.wrap1 {
  background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202607shujiabinguo/bg-wrap1.jpg) no-repeat center;
  min-width: 1200px;
}

.wrap1 .con {
  position: relative;
  width: 1110px;
  height: 893px;
  margin: 0 auto;
}

.link {
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: 150px;
  width: 580px;
  height: 36px;
  background: url(https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/20260513paradise/top_bc.png) no-repeat center 0;
  line-height: 36px;
  display: flex;
  justify-content: space-evenly;
  color: #fff;
  padding: 0 25px;
  box-sizing: border-box;
  background-size: cover;
  z-index: 20;
}

.link a {
  color: #fff;
}

.link .btn_togw {
  min-width: 30px;
}

.link .userinfo {
  max-width: 175px;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.link .btn_logout {
  color: #fff;
}

.link .userinfo_pointValue {
  max-width: 200px;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.wrap1 .btn-task {
  background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202507shujiabinguo/btn-task.png) no-repeat;
  width: 184px;
  height: 43px;
  position: absolute;
  top: 725px;
  left: 40px;
  transition: all 0.3s;
}

.wrap1 .btn-task:hover {
  opacity: 0.8;
}

.wrap1 .logo {
  position: absolute;
  top: 22px;
  left: 0;
}

.right_bg .surplus {
  color: #0f43db;
  font-size: 70px;
  font-weight: bold;
  position: absolute;
  top: 270px;
  left: 0;
  width: 100%;
  text-align: center;
}

.btn-rule {
  width: 167px;
  height: 53px;
  position: absolute;
  top: 115px;
  left: 23px;
  display: block;
}

.act_time {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 30px;
  letter-spacing: 4px;
  font-weight: bold;
  margin-top: 508px;
}

.right_bg {
  position: fixed;
  z-index: 100;
  width: 211px;
  height: 587px;
  top: 50%;
  left: 50%;
  margin: -293px 0 0 650px;
  background: url('https://static.web.sdo.com/bfo/pic/act_bfo/202607shujiabinguo/right_bg.png') no-repeat;
}

#btnbuy_num {
  display: block;
  width: 179px;
  height: 63px;
  position: absolute;
  top: 383px;
  left: 18px;
  background: url('https://static.web.sdo.com/bfo/pic/act_bfo/202607shujiabinguo/num_btn.png') no-repeat;
}

#btnbuy_vip {
  display: block;
  width: 179px;
  height: 63px;
  position: absolute;
  top: 456px;
  left: 18px;
  background: url('https://static.web.sdo.com/bfo/pic/act_bfo/202607shujiabinguo/vip_btn.png') no-repeat;

}

.wrap2 {
  background: url('https://static.web.sdo.com/bfo/pic/act_bfo/202607shujiabinguo/bg-wrap2.jpg') no-repeat center;
  min-width: 1200px;
}

.wrap2 .con {
  position: relative;
  width: 1110px;
  height: 507px;
  margin: 0 auto;
}

.wrap2 .box_gift {
  width: 100%;
  height: 300px;
  top: 195px;
  margin-left: -13px;
  position: relative;
}

.wrap2 .box_gift .ele {
  position: relative;
  width: 209px;
  height: 279px;
  float: left;
  margin-left: 13px;
  overflow: hidden;
}

.wrap2 .box_gift .ele .one {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202507shujiabinguo/pic-max-cardAfter.png) no-repeat center;
}

.wrap2 .box_gift .ele .one.hover {}

.wrap2 .box_gift .ele .two {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202507shujiabinguo/pic-max-cardBefore.png) no-repeat center;
  display: none;
}

.wrap2 .box_gift .ele .two img {
  width: 100%;
  height: 100%;
}

.wrap2 .box_gift .ele .two .pic_gift_checked {
  left: -31px;
  top: -31px;
  width: 226px;
  height: 226px;
}

.wrap2 .box_gift .ele .two .des_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 164px;
  height: 164px;
  background: url(https://static.web.sdo.com/dn/pic/dn_act/160101Gift/pic_giift_mask.png) no-repeat center;
  z-index: 10;
}

.wrap2 .box_gift .ele .two .des {
  width: 164px;
  height: 164px;
  display: table-cell;
  vertical-align: middle;
  font: bold 14px/20px 'Microsoft YaHei';
  text-align: center;
  color: #e99f4c;
}

.wrap2 .box_gift .ele .one_a {
  width: 124px;
  height: 43px;
  position: absolute;
  z-index: 10;
  left: 50%;
  margin-left: -62px;
  top: 210px;
  background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202507shujiabinguo/btn-maxCard.png) repeat;
}

.wrap2 .box_gift .ele .one_a:hover {
  background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202507shujiabinguo/btn-maxCard-h.png) repeat;
}

.wrap2 .box_gift .ele .two_a {
  color: #134a8d;
  margin: 95px 0px;
  font-size: 100px;
  text-align: center;
  line-height: 1;
  margin: 90px 0;
  font-weight: bold;
  position: absolute;
  width: 209px;
  left: 50%;
  margin-left: -105px;
}

.wrap2 .box_gift .ele.on .one {
  display: none;
}

.wrap2 .box_gift .ele.on .two {
  display: block;
}

.wrap3 {
  background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202607shujiabinguo/bg-wrap3.jpg) no-repeat center;
  min-width: 1200px;
}

.wrap3 .con {
  position: relative;
  width: 1110px;
  height: 1297px;
  margin: 0 auto;
  overflow: hidden;
}

.wrap3 .box {
  padding: 85px 0 0 81px;
  width: 1030px;
  height: 870px;
  background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202507shujiabinguo/bg-box.png) no-repeat 0 0;
  margin-top: 75px;
  position: relative;
}

.wrap3 .card-list {
  width: 960px;
  height: 850px;
  color: #fff;
}

.wrap3 .card-list li {
  width: 132px;
  height: 120px;
  margin-right: 4px;
  float: left;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202507shujiabinguo/pic_cardBefore.png) no-repeat 50%;
  visibility: hidden;
}

.wrap3 .card-list li .num {
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
    text-align: center;
    padding-top: 3px;
    font-size: 18px;
    line-height: 23px;
    font-weight: bold;
    position: relative;
    top: 6px;
    width: 42px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 3px;
}

.wrap3 .card-list li img {
  margin: 6px 0 3px;
  width: 53px;
  height: 53px;
}

.wrap3 .card-list li.active {
  visibility: visible;
}

.wrap3 .leftBox {
  position: absolute;
  left: 9px;
  top: 0;
}

.wrap3 .leftBox a {
  width: 61px;
  height: 74px;
  display: block;
  margin-bottom: 47px;
  visibility: hidden;
}

.wrap3 .leftBox a.x {
  margin-top: 12px;
  margin-bottom: 22px;
  width: 73px;
}

.wrap3 .leftBox a.on {
  visibility: visible;
}

.wrap3 .leftBox a.active {
  visibility: visible;
  background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202507shujiabinguo/pic_boxLeftOpen.png) no-repeat 0 0;
  cursor: default;
}

.wrap3 .topBox {
  position: absolute;
  left: 55px;
  top: 3px;
}

.wrap3 .topBox a {
  width: 92px;
  height: 70px;
  display: block;
  margin-left: 44px;
  visibility: hidden;
  float: left;
}

.wrap3 .topBox a.y {
  margin-left: 10px;
  height: 78px;
}

.wrap3 .topBox a.on {
  visibility: visible;
}

.wrap3 .topBox a.active {
  visibility: visible;
  background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202507shujiabinguo/pic_boxTopOpen.png) no-repeat 0 0;
  cursor: default;
}

.wrap4 {
  background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202607shujiabinguo/bg-wrap4.jpg) no-repeat center;
  min-width: 1200px;
}

.wrap4 .con {
  position: relative;
  width: 1110px;
  height: 1230px;
  margin: 0 auto;
  overflow: hidden;
}

.wrap4 .con .flowertotal {
  position: absolute;
  left: 113px;
  top: 190px;
  font-size: 20px;
  font-weight: bold;
  color: #390000;
  width: 82px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wrap4 .con .buyBtn,
.ruleBtn,
.historyBtn {
  position: absolute;
  top: 195px;
  width: 104px;
  height: 29px;
  cursor: pointer;
  text-indent: -9999px;
}

.wrap4 .con .buyBtn {
  right: 294px;
  background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202607shujiabinguo/buyBtn.png) no-repeat 0 0;
}

.wrap4 .con .ruleBtn {
  right: 172px;
  background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202607shujiabinguo/ruleBtn.png) no-repeat 0 0;
}

.wrap4 .con .historyBtn {
  right: 48px;
  background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202607shujiabinguo/historyBtn.png) no-repeat 0 0;
}

.wrap4 .con .robBtn {
  position: absolute;
  width: 190px;
  height: 69px;
  top: 870px;
  left: 50%;
  transform: translateX(-50%);
  background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202607shujiabinguo/robBtn.png) no-repeat 0 0;
  text-indent: -9999px;
}

.wrap4 .con .robBtn:hover {
  /* 高亮 */
  filter: brightness(1.1);
}

.wrap4 .con .tips {
  position: absolute;
  width: 170px;
  height: 40px;
  top: 613px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  margin-left: 67px;
  background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202607shujiabinguo/tips.png) no-repeat 0 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 26px;
  display: none;
}

.wrap4 .con .tips_active {
  display: block;
}

.wrap4 .con .tipsNum {
  display: inline;
  color: #c9763a;
}

.wrap4 .con .flowerNum {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 101px;
  top: 952px;
  font-size: 20px;
  font-weight: bold;
  color: #ca7028;
  width: 82px;
  text-align: left;
}

.wrap4 .con .prizeList {
  width: 95%;
  height: 317px;
  margin: 270px auto 0;
  padding: 0 50px;
  box-sizing: border-box;
  opacity: 0;

  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  cursor: grab;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  will-change: scroll-position;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.wrap4 .con .prizeList::-webkit-scrollbar {
  display: none;
}

.wrap4 .con .prizeList:active {
  cursor: grabbing;
}

.wrap4 .con .prizeItem {
  /* width: 147px; */
  width: 200px;
  height: 100%;
  position: relative;
  flex-shrink: 0;
}

.wrap4 .con .prizeItem img {
  -webkit-user-drag: none;
}

.wrap4 .con .prizeItem .line_left {
  position: absolute;
  top: 232px;
  left: 0;
  width: 50%;
  height: 20px;
  background-color: #5dc8f2;
}

.wrap4 .con .prizeItem .line_right {
  position: absolute;
  top: 232px;
  right: 0;
  width: 50%;
  height: 20px;
  background-color: #5dc8f2;
}

.wrap4 .con .prizeItem_top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 147px;
  height: 160px;
  background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202607shujiabinguo/prizeItem_top.png) no-repeat 50% 0;
}

.prizeItem_top_img {
  width: 63px;
  height: 63px;
  object-fit: contain;
  position: absolute;
  top: 33px;
  left: 50%;
  transform: translateX(-50%);
}

.prizeItem_top_num {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 77px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 29px;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  line-height: 22px;
  text-align: center;
}

.prizeItem_top_name {
  position: absolute;
  top: 96px;
  left: 50%;
  transform: translateX(-50%);
  width: 147px;
  height: 41px;
  line-height: 41px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wrap4 .con .prizeItem .prizeItem_bottom {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 147px;
  height: 148px;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.wrap4 .con .finish .prizeItem_bottom {
  background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202607shujiabinguo/prizeItem_finish.png) no-repeat 0 0;
}

.wrap4 .con .active .prizeItem_bottom {
  background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202607shujiabinguo/prizeItem_active.png) no-repeat 0 0;
}

.wrap4 .con .lock .prizeItem_bottom {
  background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202607shujiabinguo/prizeItem_bottom.png) no-repeat 0 0;
}

.wrap4 .con .finish .prizeItem_bottom_img {
  filter: grayscale(100%);
}

.wrap4 .con .lock .prizeItem_bottom_img {
  filter: grayscale(50%);
}

.wrap4 .con .prizeItem .lock_img,
.finish_img {
  display: none;
}

.wrap4 .con .lock .lock_img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wrap4 .con .active .prizeItem_bottom_img {
  scale: 1.5;
}

.wrap4 .con .finish .finish_img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: grayscale(0%);
}

.prizeItem_bottom img {
  max-width: 85px;
  max-height: 85px;
  object-fit: contain;
}