@charset "UTF-8";

/* CSS Document */


/*edit:wangshuo
@ update: 2016-07-25 */

@font-face {
    font-family: 'hyhh';
    src: url(https://static.web.sdo.com//bfo/pic/act_bfo/202508qixi/hyhh.ttf) format('truetype');
}

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;
}

i,
em,
cite,
dfn {
    font-style: normal;
}

.clearfix {
    *display: inline-block;
    *zoom: 100%;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
    clear: both;
    line-height: 1px;
    height: 1px;
    *display: inline;
    font-size: 1px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.alignL {
    text-align: left;
}

.alignC {
    text-align: center;
}

.alignR {
    text-align: right;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.none {
    display: none;
}

.block {
    display: block;
}

.overf {
    overflow: hidden;
}

.center {
    margin: 0 auto;
}

.middle {
    vertical-align: middle;
}

:focus {
    outline: none;
    -moz-outline-style: none;
}

a {
    outline: none;
    -moz-outline-style: none;
}

a:visited,
a:link,
a:hover {
    text-decoration: none;
}

body {
    font: 14px/1.5 "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", tahoma, Arial;
    color: #333;
    min-width: 1300px;
}

.bold {
    font-weight: bold;
}

.font14 {
    font-size: 14px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font24 {
    font-size: 24px;
}

.scroll_H {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    word-break: break-all;
    word-wrap: break-word;
    overflow-x: hidden;
}

.scroll_H::-webkit-scrollbar {
    width: 4px;
    /* 滚动条宽度 */
}

.scroll_H::-webkit-scrollbar-thumb {
    background-color: #0a2e52;
    border-radius: 4px;
}

.scroll_H::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 4px;
}


/*common*/

.container {
    position: relative;
    width: 100%;
    height: 400px;
    overflow-y: hidden;
}

.container .wrap-scroll-bar {
    position: absolute;
    top: 0;
    right: 3px;
    width: 3px;
    height: 100%;
    overflow: hidden;
}

.container .scroll-bar {
    transition: 0.3s;
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 20px;
    background-color: #fff;
}

.order_num .order_reduce,
.order_num .order_input,
.order_num .order_increase {
    width: 14px;
    height: 14px;
    display: inline-block;
    border: 1px solid #2a9afe;
    vertical-align: middle;
}

.order_num .order_reduce {
    background: #fff url(https://static.web.sdo.com/bfo/pic/act_bfo/20th/i_reduce.png) no-repeat center;
}

.order_num .order_increase {
    background: #fff url(https://static.web.sdo.com/bfo/pic/act_bfo/20th/i_increase.png) no-repeat center;
}

.order_num .order_input {
    font-size: 18px;
    width: 44px;
    height: 28px;
    font-family: inherit;
    margin: 0 6px;
    color: #3b8fff;
    text-align: center;
    padding: 0;
    font-weight: bold;
    background-color: #fff;
}

.order_num .row_num {
    line-height: 30px;
    margin: 0 5px;
    font-size: 14px;
}

.order_num .btn_buy {
    width: 117px;
    height: 48px;
    display: block;
    margin: 12px auto;
    color: #204dff;
    font-size: 18px;
    line-height: 35px;
    font-weight: bold;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/20th/btn_buy.png) no-repeat center;
}

.close_rule {
    width: 21px;
    height: 21px;
    position: absolute;
    right: 12px;
    top: 14px;
    background: url(https://static.web.sdo.com//bfo/pic/act_bfo/202508qixi/ico_close_layer.png) no-repeat center;
}

.gift_dialog_rule .close_rule {
    background: url(https://static.web.sdo.com//bfo/pic/act_bfo/202508qixi/ico_close_layer.png) no-repeat center;
}

.ranking_dialog_rule .close_rule {
    background: url(https://static.web.sdo.com//bfo/pic/act_bfo/202508qixi/ico_close_layer.png) no-repeat center;
    right: 20px;
}


/*右侧导航*/

.nav {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 50%;
    width: 100%;
    min-width: 1200px;
    max-width: 2000px;
    height: 98px;
    transform: translateX(-50%);
    background-color: #b13e10;
}

.top_nav {
    position: absolute;
    top: 62px;
    left: 50%;
    margin-left: -625px;
    min-width: 200px;
    display: flex;
}

.top_nav a {
    color: #e8ffe4;
    font-weight: bold;
    margin: 0 13px;
}

.nav .logo {
    position: absolute;
    top: 22px;
    left: 50%;
    margin-left: -580px;
}

.nav ul {
    position: absolute;
    top: 0;
    left: 50%;
    width: 840px;
    display: flex;
    flex-wrap: nowrap;
    margin-left: -240px;
}

.nav li {
    width: 140px;
    height: 98px;
    border-left: solid 1px #f4684d;
}

.nav li a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -999em;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.nav li.nav1 a {
    background-image: url(https://static.web.sdo.com//bfo/pic/act_bfo/202508qixi/nav1.png);
}

.nav li.nav2 a {
    background-image: url(https://static.web.sdo.com//bfo/pic/act_bfo/202508qixi/nav2.png);
}

.nav li.nav3 a {
    background-image: url(https://static.web.sdo.com//bfo/pic/act_bfo/202508qixi/nav3.png);
}

.nav li.nav4 a {
    background-image: url(https://static.web.sdo.com//bfo/pic/act_bfo/202508qixi/nav4.png);
}

.nav li.nav5 a {
    background-image: url(https://static.web.sdo.com//bfo/pic/act_bfo/202508qixi/nav5.png);
}

.nav li.nav6 a {
    background-image: url(https://static.web.sdo.com//bfo/pic/act_bfo/202508qixi/nav6.png);
}

.nav li:hover,
.nav li.active {
    background-color: #9f0916;
}


/*弹层*/

.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: #4b4b4b;
    top: 50px;
    display: none;
}

.close_dialog {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 51px;
    height: 51px;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/20th/dialog_clolse.png) no-repeat;
    z-index: 10;
}

.dialog_act {
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/20th/dialog_bg.png) repeat;
    width: 1200px;
    height: 655px;
}

.dialog_act .con {
    width: 1200px;
    height: 655px;
    margin: 0 auto;
    position: relative;
    /* overflow: hidden; */
    font-size: 16px;
    color: #302f2f;
}

.dialog_act .tit {
    color: #544878;
    font-size: 48px;
    font-weight: bold;
    margin: 60px auto 50px;
    text-align: center;
    line-height: 1.1;
}

.dialog_act .rule {
    height: 460px;
    margin: 0 40px;
    position: relative;
    overflow-y: auto;
}

.dialog_act .rule_t {
    position: absolute;
}

.dialog_act ol.rule_c {
    padding-left: 98px;
}

.dialog_act ol.rule_c li {
    list-style-position: outside;
    list-style-type: decimal;
}

.dialog_gift {
    width: 442px;
    height: 430px;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/20th/dialog_gift.png) no-repeat center;
}

.dialog_gift .tit {
    margin: 36px auto 0;
    text-align: center;
    font-size: 24px;
    color: #f5e2b0;
    font-weight: bold;
}

.dialog_gift .img_gift {
    margin: 10px auto 5px;
    display: block;
}

.dialog_gift .text {
    color: #efd590;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.dialog_gift .btn01 {
    width: 149px;
    height: 47px;
    margin: 0 20px 10px 64px;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/20th/btn_01.png) no-repeat center;
}

.dialog_gift .btn02 {
    width: 149px;
    height: 47px;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/20th/btn_02.png) no-repeat center;
}

.dialog_gift .btn03 {
    width: 126px;
    height: 41px;
    display: inline-block;
    vertical-align: middle;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/20th/btn_03.png) no-repeat center;
}

.dialog_gift .close_dialog {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 180px;
    top: auto;
    bottom: -100px;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/20th/dialog_clolse1.png) no-repeat center;
}

.dialog_prize1 {
    background: #ba7f2b;
    width: 600px;
    height: 200px;
    border-radius: 6px;
    text-align: center;
}

.dialog_prize1 .tit {
    font-size: 36px;
    margin-top: 45px;
    color: #fff;
}

.dialog_prize1 .desc {
    font-size: 24px;
    color: #fae22a;
}

.dialog_prize1 .close_dialog {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 260px;
    top: auto;
    bottom: -100px;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/20th/dialog_clolse2.png) no-repeat center;
}

.qcode {
    position: fixed;
    z-index: 50;
    top: 50%;
    left: 20px;
    width: 228px;
    height: 484px;
    margin-top: -242px;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202508qixi/qcode.jpg) no-repeat center;
}


/* 头图 */

.header {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 1080px;
    background: url(https://fu5.web.sdo.com/10036/202509/17574060033162.jpg) no-repeat center 0;
}


/* .header .link {
    position: absolute;
    top: 206px;
    left: 50%;
    margin-left: -158px;
    width: 274px;
    height: 68px;
} */


/*周年蛋糕*/

.wrap-20-1 {
    width: 100%;
    height: 1000px;
    background: url(https://static.web.sdo.com//bfo/pic/act_bfo/202508qixi/bg2.jpg) no-repeat center 0;
}

.wrap-20-1 .con {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}


/* EVENT02鸿运白鸽 */

.wrap-20-1-1 {
    width: 100%;
    height: 890px;
    background: url(https://static.web.sdo.com//bfo/pic/act_bfo/202508qixi/bg3.jpg) no-repeat center 0;
}

.wrap-20-1-1 .con {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.wrap-20-1-1 .info_mod {
    position: absolute;
    top: 184px;
    left: 35px;
    height: 45px;
    padding: 0 15px 0 20px;
    border: solid 2px #000;
    border-radius: 20px;
    background-color: #b2f5ff;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}

.wrap-20-1-1 .info_mod span {
    font-size: 18px;
    margin-right: 20px;
    color: #6f008f;
}

.wrap-20-1-1 .info_mod img {
    margin-right: 20px;
}

.wrap-20-1-1 .info_mod a.btn {
    padding: 0 11px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin-right: 5px;
    background-color: #1599b1;
}

.wrap-20-1-1 .num_mod {
    position: absolute;
    top: 184px;
    right: 33px;
    width: 297px;
    line-height: 41px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.wrap-20-1-1 .num_mod span,
.wrap-20-1-1 .card_times span {
    color: #ffff00;
}

.wrap-20-1-1 .card_times {
    position: absolute;
    top: 717px;
    left: 385px;
    width: 218px;
    line-height: 49px;
    text-align: center;
    font-size: 24px;
    color: #fff;
}

.wrap-20-1-1 .rule_btn {
    position: absolute;
    top: 715px;
    left: 632px;
    width: 168px;
    height: 51px;
    display: block;
    text-indent: -999em;
}

.card_mod {
    position: absolute;
    top: 250px;
    left: 0;
    width: 100%;
    height: 283px;
    padding-left: 34px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.card {
    width: 202px;
    height: 283px;
    perspective: 1000px;
    cursor: pointer;
    margin-right: 31px;
}

.card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.card.flipped .card-inner {
    transform: rotateY(180deg);
}

.card-front,
.card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.card-front {
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202508qixi/card-front.png) no-repeat;
    cursor: pointer;
}

.card-back {
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202508qixi/card-back.png) no-repeat;
    transform: rotateY(180deg);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-back p {
    font-size: 100px;
    color: #000;
    font-family: 'hyhh';
}

.pop_card {
    position: absolute;
    z-index: 10001;
    display: none;
    border: solid 5px #000;
    border-radius: 30px;
    box-sizing: border-box;
    background: #fff url(https://static.web.sdo.com/bfo/pic/act_bfo/202508qixi/pop_card_bottom.png) repeat-x 0 100%;
}

.pop_card .closeCard {
    position: absolute;
    top: -20px;
    right: -20px;
    display: block;
    width: 49px;
    height: 48px;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202508qixi/pop_card_close.png) no-repeat center center;
}

.pop_card.pcard1 {
    width: 442px;
    height: 255px;
}

.pop_card.pcard2,
.pop_card.pcard5,
.pop_card.pcard4 {
    width: 672px;
    height: 270px;
}

.pop_card.pcard3 {
    width: 672px;
    height: 534px;
}

.pop_card .cont {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.pop_card.pcard1 .cont .list {
    width: 400px;
    height: 36px;
    display: flex;
    align-items: center;
}

.pop_card.pcard1 .cont .list span {
    flex-shrink: 0;
    width: 220px;
    font-size: 18px;
    color: #000;
}

.pop_card.pcard1 .cont .list a {
    width: 79px;
    line-height: 32px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: #d84536;
    border-radius: 15px;
    margin-right: 8px;
}

.pop_card.pcard5 .cont p {
    width: 100%;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 32px;
}

.pop_card.pcard2 .cont p {
    width: 100%;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 32px;
}

.pop_card.pcard2 .cont .btnArea,
.pop_card.pcard5 .cont .btnArea,
.pop_card.pcard4 .cont .btnArea {
    display: flex;
    justify-content: center;
}

.pop_card.pcard2 .cont .btnArea a,
.pop_card.pcard5 .cont .btnArea a,
.pop_card.pcard4 .cont .btnArea a {
    width: 132px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: #d84536;
    border-radius: 15px;
    margin: 0 12px;
}

.pop_card.pcard3 .cont p {
    width: 100%;
    padding: 20px;
    font-size: 18px;
    line-height: 32px;
}

.pop_card.pcard3 .cont p span {
    color: #d84536;
}

.pop_card.pcard4 .cont .ipt {
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: center;
}

.pop_card.pcard4 .cont .ipt span {
    margin-right: 20px;
    font-size: 18px;
    color: #000;
}

.pop_card.pcard4 .cont .ipt input {
    width: 250px;
    height: 30px;
    border-radius: 3px;
    border: solid 1px #bbbbbb;
    font-size: 18px;
    color: #000;
    font-family: inherit;
}

.marquee-container {
    position: absolute;
    top: 638px;
    left: 62px;
    width: 1075px;
    height: 45px;
    overflow: hidden;
}

.marquee-container li {
    float: left;
    margin-right: 30px;
    font-size: 18px;
    line-height: 45px;
    color: #fff074;
}

.marquee {
    white-space: nowrap;
    position: absolute;
    top: 0;
    /* animation: marquee 20s linear infinite; */
    color: #ffdd00;
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.marquee:hover {
    animation-play-state: paused;
}

.card_tag {
    position: absolute;
    top: 554px;
    left: 58px;
    width: 163px;
    height: 52px;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202508qixi/card_tag.png);
    text-align: center;
    box-sizing: border-box;
    padding: 0 7px 8px 0;
    line-height: 44px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}


/*强力装备*/

.wrap-20-2 {
    width: 100%;
    height: 1630px;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/20th/event4.jpg) no-repeat center 0;
}


/*活动合集*/

.wrap-20-3 {
    width: 100%;
    height: 1000px;
    background: url(https://static.web.sdo.com//bfo/pic/act_bfo/202508qixi/bg7.jpg) no-repeat center 0;
}

.wrap-20-3 .con {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.tab_list {
    position: absolute;
    top: 236px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.tab_list li {
    width: 226px;
    height: 82px;
    margin: 0 30px;
    background: url(https://static.web.sdo.com//bfo/pic/act_bfo/202508qixi/w6-tab.png) no-repeat center 0;
}

.tab_list li.active {
    background-position-y: bottom;
}

.tab_list li a {
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -999em;
}

.tab_list li:nth-child(1) a {
    background: url(https://static.web.sdo.com//bfo/pic/act_bfo/202508qixi/ev1.png) no-repeat 50% 18px;
}

.tab_list li:nth-child(2) a {
    background: url(https://static.web.sdo.com//bfo/pic/act_bfo/202508qixi/ev2.png) no-repeat 50% 18px;
}

.tab_list li:nth-child(3) a {
    background: url(https://static.web.sdo.com//bfo/pic/act_bfo/202508qixi/ev3.png) no-repeat 50% 18px;
}

.tab_list li:nth-child(4) a {
    background: url(https://static.web.sdo.com//bfo/pic/act_bfo/202508qixi/ev4.png) no-repeat 50% 18px;
}

.wrap-20-3 .mod {
    position: absolute;
    top: 400px;
    left: 0;
    width: 100%;
    height: 430px;
    color: #894d1d;
    font-size: 20px;
    line-height: 28px;
    box-sizing: border-box;
}

.wrap-20-3 .mod span {
    font-size: 24px;
    font-weight: bold;
}

.wrap-20-3 .mod.none {
    display: none;
}

.wrap-20-3 .mod .scroll-container {
    width: 1040px;
    height: 430px;
    margin: 0 auto;
    overflow-y: auto;
}

.scroll-container::-webkit-scrollbar {
    width: 8px;
    /* 滚动条宽度 */
}

.scroll-container::-webkit-scrollbar-thumb {
    background-color: #011155;
    /* 滚动条-thumb颜色 */
    border-radius: 4px;
    /* 滚动条-thumb圆角 */
}

.scroll-container::-webkit-scrollbar-track {
    background-color: transparent;
    /* 滚动条-track颜色 */
    border-radius: 4px;
    /* 滚动条-track圆角 */
}

.wrap-20-3 .mod a {
    color: inherit;
    text-decoration: none;
}


/* 周年扭蛋 */

.wrap {
    width: 100%;
    height: 930px;
    position: relative;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/20th/bg01.png) no-repeat center 0;
    overflow: hidden;
}

.wrap .con {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.wrap .bigBox {
    top: 208px;
    left: 50%;
    transform: translateX(-50%);
}

.wrap .box_l {
    top: 568px;
    left: 70px;
}

.wrap .box_r {
    top: 568px;
    right: 64px;
}

.wrap .pic_b {
    bottom: 0;
    left: -360px;
}

.wrap .light {
    width: 368px;
    left: 418px;
    top: 376px;
}

.wrap .btn_start {
    width: 155px;
    top: 480px;
    left: 50%;
    margin-left: -75px;
}

.wrap .layer {
    /* overflow: hidden; */
    background-color: #3b8fff;
    color: #fff;
}

.wrap .layer .tit {
    font-size: 18px;
    margin: 16px 18px 0;
    line-height: 1.2;
    font-weight: bold;
}

.wrap .layer .close_layer {
    width: 21px;
    height: 21px;
    position: absolute;
    right: 10px;
    top: 14px;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/20th/ico_close_layer.png) no-repeat center;
}

.wrap .layer_L01 {
    height: 451px;
    left: 48px;
    font-size: 18px;
}

.wrap .layer_L01 li {
    margin-top: 28px;
    line-height: 1.33;
    color: #982600;
}

.wrap .layer_L02 {
    width: 250px;
    height: 325px;
    top: 216px;
    left: 70px;
    font-size: 18px;
    display: none;
}

.wrap .layer_L02::after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -20px;
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: #3b8fff transparent transparent;
}

.wrap .layer_L02 .tit {
    font-size: 24px;
    color: #ffde57;
    margin-bottom: 8px;
}

.wrap .layer_L02 .dl01 {
    margin: 30px auto;
}

.wrap .layer_L03 {
    width: 390px;
    height: 354px;
    right: 0;
    font-size: 18px;
    top: 370px;
    border-radius: 10px;
    z-index: 5;
    display: none;
}

.wrap .layer_L03::after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -20px;
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: #3b8fff transparent transparent;
}

.wrap .layer_L03 li {
    text-align: justify;
    font-size: 14px;
    margin: 6px 18px 0;
}

.wrap .btn_buy01 {
    top: 684px;
    left: 82px;
    width: 170px;
    height: 130px;
}

.wrap .text01 {
    top: 644px;
    right: 108px;
    width: 60px;
    height: 25px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.wrap .text02 {
    top: 706px;
    right: 108px;
    width: 60px;
    height: 25px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.wrap .btn_rule {
    top: 750px;
    right: 106px;
    width: 170px;
    height: 60px;
}

.wrap .arrow {
    width: 81px;
    top: 412px;
    left: 50%;
    margin-left: -40px;
}

.wrap .egg {
    top: 674px;
    left: 522px;
    opacity: 0;
}

.wrap .pool {
    width: 170px;
    height: 58px;
    position: absolute;
    top: 626px;
    left: 82px;
}


/* 周年蛋糕&周年宝箱 */

.wrap1 {
    width: 100%;
    height: 870px;
    position: relative;
    background: url(https://static.web.sdo.com//bfo/pic/act_bfo/202508qixi/bg4.jpg) no-repeat center 0;
    overflow: hidden;
}

.wrap1 .scroll-bar {
    width: 5px;
    background: #274766;
    border-top-left-radius: 1000px;
    border-top-right-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-bottom-right-radius: 1000px;
}

.wrap1 .times {
    text-align: center;
    position: absolute;
    top: 603px;
    left: 50%;
    margin-left: -122px;
    text-align: center;
    width: 244px;
    font-size: 20px;
    color: #23a8da;
}

.wrap1 .con {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.wrap1 .welfare_btn_receive {
    display: block;
    width: 214px;
    height: 78px;
    position: absolute;
    top: 523px;
    left: 50%;
    margin-left: -115px;
}

.wrap1 .welfare_btn_preview {
    display: block;
    width: 253px;
    height: 81px;
    position: absolute;
    top: 636px;
    left: 50%;
    margin-left: -342px;
}

.wrap1 .welfare_btn_rule {
    display: block;
    width: 253px;
    height: 81px;
    position: absolute;
    top: 636px;
    left: 50%;
    margin-left: 73px;
}

.wrap1 .welfare_dialog_rule {
    width: 401px;
    height: 318px;
    padding: 14px 22px 0;
    bottom: 240px;
    right: 93px;
    position: absolute;
    background: url(https://static.web.sdo.com//bfo/pic/act_bfo/202508qixi/pop2.png) no-repeat center;
    color: #274766;
    font-size: 14px;
    line-height: 1.8;
    box-sizing: border-box;
    display: none;
}

.wrap1 .welfare_dialog_preview {
    width: 249px;
    height: 605px;
    bottom: 240px;
    left: 167px;
    position: absolute;
    padding: 10px 0 10px 20px;
    background: url(https://static.web.sdo.com//bfo/pic/act_bfo/202508qixi/pop1.png) no-repeat center;
    color: #274766;
    transform: translate3d(0, 0, 0);
    box-sizing: border-box;
    display: none;
}

.wrap1 .js_container1 {
    width: 225px;
    height: 520px;
}

.wrap1 .welfare_dialog_preview .cont {
    font-size: 14px;
    width: 200px;
    line-height: 32px;
    position: absolute;
    transition: 0.3s;
}

.wrap1 .welfare_dialog_preview .cont li {
    border-bottom: 1px solid #274766;
    margin-bottom: 4px;
}


/* 周年壕礼 */

.wrap2 {
    width: 100%;
    height: 800px;
    position: relative;
    z-index: 10;
    background: url(https://static.web.sdo.com//bfo/pic/act_bfo/202508qixi/bg5.jpg) no-repeat center;
    box-sizing: border-box;
    padding-top: 228px;
}

.wrap2 .con {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.wrap2 .items {
    position: absolute;
    z-index: 10;
    top: 32px;
    left: 40px;
    display: flex;
    justify-content: center;
}

.wrap .items_rule {
    z-index: 5;
}

.wrap2 .items .gift_btn_rule {
    position: absolute;
    left: 109px;
    display: block;
    width: 254px;
    height: 81px;
    cursor: pointer;
}

.wrap2 .items .integral {
    line-height: 80px;
    color: #fff;
    font-size: 36px;
    text-shadow: -1px -1px 0 #13bcf4, 1px -1px 0 #13bcf4, -1px 1px 0 #13bcf4, 1px 1px 0 #13bcf4;
}

.wrap2 .items .logo_info {
    line-height: 80px;
    color: #fff;
    font-size: 36px;
    text-shadow: -1px -1px 0 #13bcf4, 1px -1px 0 #13bcf4, -1px 1px 0 #13bcf4, 1px 1px 0 #13bcf4;
    margin: 0 80px;
    margin-left: 465px;
}

.wrap2 .gift_dialog_rule {
    width: 365px;
    height: 230px;
    top: -238px;
    left: 58px;
    position: absolute;
    padding: 35px 21px;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202508qixi/pop3.png) no-repeat center;
    color: #0a2e52;
    transform: translate3d(0, 0, 0);
    line-height: 1.6;
    z-index: 5;
    box-sizing: border-box;
    display: none;
}

.wrap2 .gift_dialog_rule a {
    color: inherit;
    text-decoration: underline;
}

.wrap2 .gift_dialog_rule .cont {
    font-size: 14px;
    width: 300px;
    line-height: 32px;
    position: absolute;
    transition: 0.3s;
}

.wrap2 .gift_dialog_rule .cont li {
    border-bottom: 1px solid #ba7f2b;
    margin-bottom: 4px;
}

.wrap2 .slot_box {
    width: 1200px;
    height: 200px;
    position: absolute;
    top: 118px;
    left: 0
}

.wrap2 .slot {
    width: 1077px;
    height: 21px;
    margin: 5px 32px;
    position: relative;
}

.wrap2 .slot .bar {
    background: #fae22a;
    display: block;
    height: 21px;
    width: 0%;
    border-radius: 30px;
    position: relative;
}

.wrap2 .slot .sign {
    position: absolute;
    top: -55px;
    right: 0;
    width: 113px;
    height: 46px;
    line-height: 38px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #006dfe;
    text-align: center;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/8th/ico_sign.png) no-repeat center;
}

.wrap2 .box_btn {
    height: 29px;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: -46px;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding-left: 34px;
}

.wrap2 .box_btn a {
    display: block;
    width: 74px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    float: left;
    border-radius: 30px;
    position: relative;
    color: #ff513d;
    background: #fff;
    margin-right: 44px;
}

.wrap2 .box_btn a:hover {
    color: #fff;
    background: #ff513d;
}


/*.wrap2 .gift_dialog_rule::after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: -20px;
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: transparent transparent #3b8fff;
}*/

.box_btn a.active {
    color: #fff;
    background: #ff513d;
}

.wrap2 .box_btn a i {
    white-space: nowrap;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 32px;
    background: #ff513d;
    color: #fff;
    font-size: 12px;
    padding: 10px;
    display: none;
    line-height: 1.5;
    z-index: 6;
}

.wrap2 .box_btn a:hover i {
    display: block;
}


/* 周年排行榜 */

.wrap3 {
    width: 100%;
    height: 1760px;
    position: relative;
    background: url(https://static.web.sdo.com//bfo/pic/act_bfo/202508qixi/bg6.jpg) no-repeat center;
    overflow: hidden;
}

.wrap3 .con {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.wrap3 .ranking_btn_rule {
    display: block;
    width: 244px;
    height: 79px;
    position: absolute;
    left: 477px;
    top: 215px;
}

.wrap3 .ranking_dialog_rule {
    width: 371px;
    height: 164px;
    top: 120px;
    left: 58px;
    position: absolute;
    padding: 35px 42px 21px 21px;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202508qixi/pop3b.png) no-repeat center;
    color: #0a2e52;
    transform: translate3d(0, 0, 0);
    line-height: 1.6;
    z-index: 5;
    box-sizing: border-box;
    display: none;
}

.wrap3 .tri {
    /* position: relative; */
    color: #ffffff;
    text-align: center;
    line-height: 1.3;
}

.wrap3 .tri .first {
    position: absolute;
    width: 140px;
    left: 528px;
    top: 266px;
}

.wrap3 .tri .second {
    position: absolute;
    width: 140px;
    left: 358px;
    top: 350px;
}

.wrap3 .tri .third {
    position: absolute;
    width: 140px;
    left: 693px;
    top: 370px;
}

.wrap3 .container {
    width: 770px;
    height: 500px;
    color: "#0154b1";
    font-size: 20px;
    font-weight: bold;
}

.wrap3 .container .cont {
    background: #fff;
    width: 760px;
    position: absolute;
    transition: all 0.3s;
}

.wrap3 .container .cont tr {
    border-radius: 10px;
}

.wrap3 .container .cont td {
    width: 50%;
    text-align: center;
    line-height: 50px;
    height: 50px;
    color: #0154b1;
}

.wrap3 .container .cont tr:nth-child(even) {
    background: #aadffb;
}

.wrap3 .container .wrap-scroll-bar {
    width: 5px;
    right: 0;
}

.wrap3 .scroll-bar {
    width: 5px;
    background: #bb7501;
    border-top-left-radius: 1000px;
    border-top-right-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-bottom-right-radius: 1000px;
}

.wrap3 .ranking_table {
    position: absolute;
    top: 708px;
    left: 215px;
    width: 760px;
    height: 550px;
    background-color: #0060a1;
    border-radius: 10px;
    border: 3px solid white;
    padding: 3px;
}

.wrap3 .table_th {
    width: 760px;
    font-size: 20px;
    font-weight: bold;
    color: #0154b1;
    background: #aadffb;
    border-radius: 8px 8px 0 0;
}

.wrap3 .table_th span {
    width: 50%;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 50px;
    height: 50px;
}

.wrap3 .prize_tit {
    color: "#0154b1";
    font-size: 32px;
    font-weight: bold;
    text-shadow: -1px -1px 0 "#0154b1", 1px -1px 0 "#0154b1", -1px 1px 0 "#0154b1", 1px 1px 0 "#0154b1";
}

.wrap3 .prize-wrap {
    position: absolute;
    top: 1330px;
    left: 50%;
    margin-left: -386px;
    width: 760px;
    background-color: #0060a1;
    border-radius: 10px;
    border: 3px solid white;
    padding: 3px;
}

.wrap3 .table_prize {
    width: 760px;
    margin: 0 auto;
    color: #fff;
    border-radius: 10px;
}

.wrap3 .table_prize th {
    color: #fff;
    height: 68px;
    line-height: 68px;
    text-align: center;
    background-color: #aadffb;
    border: solid 2px #aadffb;
}

.wrap3 .table_prize td {
    height: 68px;
    line-height: 68px;
    font-size: 14px;
    padding-left: 20px;
    color: #0154b1;
    background-color: #fff;
    border: solid 2px #aadffb;
}

.wrap3 .table_prize tr td:first-child {
    font: bold 20px/60px "";
}

.wrap3 .tips {
    font-size: 18px;
    color: #00ffff;
    line-height: 44px;
    position: absolute;
    bottom: 90px;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    text-align: center;
}

.wrap3 .tips a {
    color: inherit;
    text-decoration: underline;
}

.wrap3 .ranksList {
    width: 1200px;
    height: 373px;
    position: absolute;
    top: 335px;
    left: 0;
    right: 0;
    margin: auto;
}

.wrap3 .ranksList .ranks {
    position: absolute;
    width: 168px;
    height: 45px;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrap3 .ranksList .ranks.first {
    top: 110px;
    left: 513px;
    color: #bb7501;
}

.wrap3 .ranksList .ranks.second {
    top: 246px;
    left: 222px;
    color: #415a83;
}

.wrap3 .ranksList .ranks.third {
    top: 246px;
    left: 805px;
    color: #974223;
}


/*.wrap3 .ranking_dialog_rule::after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: -20px;
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: transparent transparent #3b8fff;
}*/


/*.wrap3 .table_prize tr:nth-child(even) {
    color: #529ae2;
    background: #fff;
}*/

.ani_arrow {
    animation: arrow 2s infinite both;
}

@keyframes arrow {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    70% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
    90%,
    100% {
        opacity: 0;
    }
}

.ani_light {
    animation: light 0.5s infinite alternate both;
}

@keyframes light {
    0% {
        opacity: 0.7;
        transform: scale(0.7);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.ani_egg.active {
    animation: egg 0.3s linear 2.85s both;
    transform-origin: 50% 30%;
}

@keyframes egg {
    0% {
        transform: scale(0.8) translate3d(0, 0, 0);
        opacity: 0;
    }
    1% {
        opacity: 1;
    }
    100% {
        transform: scale(15) translate3d(0, -50px, 0);
        opacity: 1;
    }
}

.ani_rotate.active {
    animation: rotate 0.5s both;
}

@keyframes rotate {
    0% {
        transform: rotate3d(0, 0, 0, 0deg);
    }
    100% {
        transform: rotate3d(0, 0, 1, 120deg);
    }
}

.ani_moveT {
    animation: moveT 1.5s both;
}

@keyframes moveT {
    0% {
        transform: translate3d(0, 100%, 0);
    }
    100% {
        transform: rotate3d(0, 0, 0);
    }
}

.ball {
    height: 580px;
    width: 580px;
    top: 226px;
    left: 316px;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/20th/css_sprites.png);
    background-size: 100% auto;
}

.ball.active {
    animation: test 2250ms steps(44) 500ms both;
}

.dialog_act .rule::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.dialog_act .rule::-webkit-scrollbar-track {
    background: #f7f7f7;
}

.dialog_act .rule::-webkit-scrollbar-thumb {
    background: #8c8a80;
}