/* css reset */
body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
header,
section,
article,
footer {
    margin: 0;
}

body,
button,
input,
select,
textarea {
    font: 12px/1.5 tahoma, '\5FAE\8F6F\96C5\9ED1', sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

em,
b {
    font-style: normal
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

img {
    border: 0
}

li {
    list-style: none outside none;
}

button,
input,
select,
textarea {
    font-size: 100%;
    outline: none
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

td,
th,
ul,
ol {
    padding: 0
}

a:hover {
    text-decoration: none;
    filter: brightness(1.1);
}

/* nav */
.nav {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1400px;
    height: 98px;
    display: flex;
    justify-content: center;
    /* transform: translateX(-50%); */
    background-color: #0a7bbe;
}

.nav .logo {
    position: absolute;
    top: 20px;
    left: 55px;
    display: block;
    width: 149px;
    height: 31px;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202511bx/logo.png) no-repeat;
}

.top_nav {
    position: absolute;
    top: 60px;
    left: 0;
    min-width: 259px;
    display: flex;
    justify-content: center;
}

.top_nav a {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    margin: 0 13px;
}

.nav ul {
    width: 840px;
    display: flex;
    flex-wrap: nowrap;
}

.nav li {
    width: 140px;
    height: 98px;
    border-left: solid 1px #51a3da;
}

.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/202511bx/nav1.png);
}

.nav li.nav2 a {
    background-image: url(https://static.web.sdo.com/bfo/pic/act_bfo/202511bx/nav2.png);
}

.nav li.nav3 a {
    background-image: url(https://static.web.sdo.com/bfo/pic/act_bfo/202511bx/nav3.png);
}

.nav li.nav4 a {
    background-image: url(https://static.web.sdo.com/bfo/pic/act_bfo/202511bx/nav4.png);
}

.nav li.nav5 a {
    background-image: url(https://static.web.sdo.com/bfo/pic/act_bfo/202511bx/nav5.png);
}

.nav li.nav6 a {
    background-image: url(https://static.web.sdo.com/bfo/pic/act_bfo/202511bx/nav6.png);
}

.nav li.nav7 a {
    background-image: url(https://static.web.sdo.com/bfo/pic/act_bfo/202511bx/nav7.png);
}

.nav li:hover,
.nav li.active {
    background-color: #145b9f;
}

.header {
    height: 1200px;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202511bx/header.jpg) no-repeat center top;
}

.event {
    position: relative;
}

.event .event_title {
    display: none;
}

.event1 {
    height: 1103px;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202511bx/event1.jpg) no-repeat center top;
}

.event2 {
    height: 1135px;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202511bx/event2.jpg) no-repeat center top;
}

.event3 {
    height: 812px;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202511bx/event3.jpg) no-repeat center top;
}

.event4 {
    z-index: 10;
    height: 590px;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202511bx/event4.jpg) no-repeat center top;
}

.event5 {
    height: 2070px;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202511bx/event5.jpg) no-repeat center top;
}

.event6 {
    height: 1512px;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202511bx/event6.jpg) no-repeat center top;
}

.event7 {
    height: 878px;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202511bx/event7.jpg) no-repeat center top;
}

.event .open_btn {
    position: absolute;
    left: 50%;
    display: block;
    width: 124px;
    height: 42px;
    background-color: #4e82c3;
    border-radius: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 42px;
    color: #f6eeff;
    font-weight: bold;
}

/* EVENT02冰雪转转转 */
.event2 .con {
    position: absolute;
    top: 222px;
    left: 50%;
    width: 1401px;
    height: 867px;
    margin-left: -700px;
}

.lottery {
    width: 100%;
    height: 100%;
}

.lottery .lottery-unit {
    position: absolute;
    width: 114px;
    height: 85px;
}

.lottery .lottery-unit img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lottery-unit-0 {
    top: 0;
    left: 702px;
}

.lottery-unit-1 {
    top: 0;
    left: 820px;
}

.lottery-unit-2 {
    top: 0;
    left: 936px;
}

.lottery-unit-3 {
    top: 0;
    left: 1053px;
}

.lottery-unit-4 {
    top: 0;
    left: 1170px;
}

.lottery-unit-5 {
    top: 0;
    left: 1287px;
}

.lottery-unit-6 {
    top: 87px;
    left: 1287px;
}

.lottery-unit-7 {
    top: 174px;
    left: 1287px;
}

.lottery-unit-8 {
    top: 261px;
    left: 1287px;
}

.lottery-unit-9 {
    top: 348px;
    left: 1287px;
}

.lottery-unit-10 {
    top: 435px;
    left: 1287px;
}

.lottery-unit-11 {
    top: 522px;
    left: 1287px;
}

.lottery-unit-12 {
    top: 609px;
    left: 1287px;
}

.lottery-unit-13 {
    top: 696px;
    left: 1287px;
}

.lottery-unit-14 {
    top: 783px;
    left: 1287px;
}

.lottery-unit-15 {
    top: 783px;
    left: 1170px;
}

.lottery-unit-16 {
    top: 783px;
    left: 1053px;
}

.lottery-unit-17 {
    top: 783px;
    left: 936px;
}

.lottery-unit-18 {
    top: 783px;
    left: 820px;
}

.lottery-unit-19 {
    top: 783px;
    left: 702px;
}

.lottery-unit-20 {
    top: 783px;
    left: 585px;
}

.lottery-unit-21 {
    top: 783px;
    left: 468px;
}

.lottery-unit-22 {
    top: 783px;
    left: 351px;
}

.lottery-unit-23 {
    top: 783px;
    left: 234px;
}

.lottery-unit-24 {
    top: 783px;
    left: 117px;
}

.lottery-unit-25 {
    top: 783px;
    left: 0;
}

.lottery-unit-26 {
    top: 696px;
    left: 0;
}

.lottery-unit-27 {
    top: 609px;
    left: 0;
}

.lottery-unit-28 {
    top: 522px;
    left: 0;
}

.lottery-unit-29 {
    top: 435px;
    left: 0;
}

.lottery-unit-30 {
    top: 348px;
    left: 0;
}

.lottery-unit-31 {
    top: 261px;
    left: 0;
}

.lottery-unit-32 {
    top: 174px;
    left: 0;
}

.lottery-unit-33 {
    top: 87px;
    left: 0;
}

.lottery-unit-34 {
    top: 0;
    left: 0;
}

.lottery-unit-35 {
    top: 0;
    left: 117px;
}

.lottery-unit-36 {
    top: 0;
    left: 234px;
}

.lottery-unit-37 {
    top: 0;
    left: 351px;
}

.lottery-unit-38 {
    top: 0;
    left: 468px;
}

.lottery-unit-39 {
    top: 0;
    left: 585px;
}

.lottery-unit.active {
    z-index: 10;
    animation: highlight 0.75s ease-in-out infinite;
}

.lottery-unit.active::after {
    content: '';
    position: absolute;
    top: -9px;
    left: -9px;
    width: 132px;
    height: 102px;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202511bx/lottery_on.png) no-repeat;
}

.lottery-btn-1,
.lottery-btn-10 {
    position: absolute;
    top: 566px;
    display: block;
    width: 243px;
    height: 82px;
    text-indent: -999em;
}

.lottery-btn-1 {
    left: 414px;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202511bx/lottery-btn-1.png) no-repeat;
}

.lottery-btn-10 {
    left: 672px;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202511bx/lottery-btn-10.png) no-repeat;
}

/* pop */
#mask {
    display: none;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
}

.pop {
    position: absolute;
    z-index: 200;
    color: #1e4472;
    display: none;
}

.pop1 {
    width: 540px;
    height: 483px;
    padding: 56px 72px 0 208px;
    box-sizing: border-box;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202511bx/pop1.png) no-repeat;
}

.pop .close {
    position: absolute;
    top: 12px;
    right: 47px;
    display: block;
    width: 21px;
    height: 21px;
    text-indent: -999em;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202511bx/pop_close.png) no-repeat;
}

.pop2 .close {
    top: 20px;
}

.pop1 .fig {
    position: absolute;
    top: 122px;
    left: -65px;
    width: 273px;
    height: 330px;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202511bx/pop1_fig.png) no-repeat;
}

.pop1 .pop_title {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
}

.pop1 .pop_con {
    height: 256px;
    line-height: 32px;
    font-size: 18px;
    text-align: center;
    overflow-y: auto;
}

.pop2 {
    width: 887px;
    height: 541px;
    padding: 64px 46px 0 256px;
    box-sizing: border-box;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202511bx/pop2.png) no-repeat;
}

.pop2 .fig {
    position: absolute;
    top: 72px;
    left: -118px;
    width: 365px;
    height: 440px;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202511bx/pop2_fig.png) no-repeat;
}

.pop2 .pop_title {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    line-height: 70px;
}

.pop2 .pop_con {
    height: 250px;
    line-height: 28px;
    font-size: 16px;
    margin-bottom: 15px;
    overflow-y: auto;
}

.pop .pop_con a {
    color: inherit;
    text-decoration: underline;
}

.pop .pop_con td {
    vertical-align: top;
}

.pop .pop_btn {
    display: flex;
    justify-content: center;
}

.pop .pop_btn a {
    width: 182px;
    height: 59px;
    margin: 0 15px;
    text-indent: -999em;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202511bx/pop_btn.png) no-repeat;
}

.pop .pop_btn a.confirm {
    background-position: 0 0;
}

.pop .pop_btn a.cancel {
    background-position: 0 -59px;
}


.pop .pop_con::-webkit-scrollbar {
    width: 10px;
}

.pop .pop_con::-webkit-scrollbar-track {
    border-radius: 10px;
}

.pop .pop_con::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #1e4472;
}

.num_input {
    font-size: 20px;
    text-align: center;
    margin: 130px auto 0;
}

.btn_plus,
.btn_minus {
    position: relative;
    top: 5px;
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(https://static.web.sdo.com//bfo/pic/act_bfo/202010guoqing/add.png) no-repeat center;
    cursor: pointer;
}

.btn_minus {
    background: url(https://static.web.sdo.com//bfo/pic/act_bfo/202010guoqing/jian.png) no-repeat center;
}

.num_value {
    width: 50px;
    height: 30px;
    line-height: 30px;
    background: transparent;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #1e4472;
    vertical-align: middle;
    color: inherit;
}

#confirm_pop .pop_con {
    height: 290px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 28px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    align-content: center;
}

.gift_title {
    width: 100%;
    font-size: 24px;
    line-height: 30px;
}

#confirm_pop .pop_con .gift_list {
    width: 60%;
    padding-top: 10px;
}

#confirm_pop .pop_con .gift_list li {
    width: 100%;
    cursor: pointer;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
}

#confirm_pop .pop_con .gift_list li.checked {
    color: red;
}

#bindrole .pop_con {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#bindrole .tips {
    padding-top: 20px;
    text-align: center;
}

#bindrole .input_txt {
    width: 60%;
    margin: 0 auto;
}

#accept_list ul {
    width: 60%;
    margin: 0 auto;
}

#accept_list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

#accept_list li span {
    width: 60%;
    flex-shrink: 0;
}

#accept_list li a {
    color: #fff;
    margin: 0 5px;
    padding: 0 10px;
    border-radius: 10px;
    line-height: 28px;
    background-color: #1599b1;
    text-decoration: none;
}

/* pop */
.hit_btn {
    position: absolute;
    top: 514px;
    left: 988px;
    display: block;
    width: 179px;
    height: 148px;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202511bx/hit_btn.png) no-repeat;
}

.hit_btn:active {
    background-position-y: bottom;
}

.hit_btn.show::after {
    content: '';
    position: absolute;
    top: -35px;
    left: 124px;
    width: 117px;
    height: 55px;
    display: block;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202511bx/hit_btn_after.png) no-repeat;
    pointer-events: none;
}

@keyframes highlight {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.event2 .btn {
    display: block;
    text-indent: -999em;
}

.event2 .btn1 {
    position: absolute;
    top: 145px;
    right: 172px;
    width: 277px;
    height: 69px;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202511bx/event2_btn1.png) no-repeat;
}

.event2 .btn2 {
    position: absolute;
    top: 135px;
    left: 167px;
    width: 217px;
    height: 69px;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202511bx/event2_btn2.png) no-repeat;
}

.event2 .team_friend {
    position: absolute;
    top: 215px;
    left: 170px;
    width: 171px;
    padding: 13px 20px;
    background-color: #fff;
    border-radius: 24px;
}

.event2 .team_friend .line {
    width: 100%;
    padding: 0 4px;
    line-height: 28px;
    height: 29px;
    font-size: 16px;
    color: #074baa;
    border-bottom: solid 1px #e1e2e8;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.event2 .team_friend .line a {
    color: #fff;
    margin: 0 5px;
    padding: 0 10px;
    border-radius: 10px;
    line-height: 22px;
    background-color: #1599b1;
}

.event2 .buy_wrap {
    position: absolute;
    top: 222px;
    right: 176px;
    width: 271px;
    height: 60px;
    padding: 0 22px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.event2 .buy_wrap span {
    font-size: 18px;
    color: #d45200;
}

.event2 .buy_wrap .buy_btn {
    width: 80px;
    height: 29px;
    text-indent: -999em;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202511bx/event2_buy_btn.png) no-repeat;
}

.event2 .box_wrap {
    position: absolute;
    top: 295px;
    right: 176px;
    width: 271px;
    height: 166px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 24px;
}

.event2 .box_wrap .cur_times {
    padding-left: 24px;
    color: #00275e;
    font-size: 18px;
    line-height: 44px;
}

.event2 .box_wrap .btn_list {
    width: 256px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.event2 .box_wrap .btn_list a {
    width: 126px;
    height: 35px;
    margin: 0 1px 3px 1px;
    text-indent: -999em;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202511bx/event2_btn_list.png) no-repeat;
}

.event2 .box_wrap .btn_list a:nth-child(1) {
    background-position: 0 0;
}

.event2 .box_wrap .btn_list a:nth-child(2) {
    background-position: right 0;
}

.event2 .box_wrap .btn_list a:nth-child(3) {
    background-position: 0 -38px;
}

.event2 .box_wrap .btn_list a:nth-child(4) {
    background-position: right -38px;
}

.event2 .box_wrap .btn_list a:nth-child(5) {
    background-position: 0 -76px;
}

.event2 .box_wrap .btn_list a:nth-child(6) {
    background-position: right -76px;
}

.event2 .big_prize {
    position: absolute;
    top: 197px;
    left: 406px;
    width: 515px;
    display: flex;
    justify-content: center;
}

.event2 .current_prize {
    position: absolute;
    top: 409px;
    left: 406px;
    width: 515px;
    height: 110px;
    display: flex;
    justify-content: center;
    border-radius: 15px;
    padding: 5px;
    display: flex;
    box-sizing: border-box;
    border: solid 5px #ff722c;
    background-color: #f3a45d;
}

.event2 .icon_wrap {
    border-radius: 15px;
    padding: 5px;
    display: flex;
    width: auto;
    box-sizing: border-box;
}

.event2 .icon_wrap .item {
    width: 120px;
    height: auto;
    margin-right: 5px;
}

.event2 .icon_wrap .item:last-child {
    margin-right: 0;
}

.event2 .icon_wrap .item img {
    width: 120px;
    height: auto;
    display: block;
}

.event2 .big_prize .icon_wrap {
    border: solid 5px #9ab1dc;
    background-color: #cadaf3;
}

.event2 .current_prize .icon_wrap {
    border: 0;
    background-color: none;
    padding: 0;
}

.event2 .mySwiper {
    width: 515px;

    overflow: hidden;
}

.event2 .mySwiper .swiper-pagination {
    bottom: 0;
}

.swiper {
    height: 100%;
}

.swiper-slide {
    width: 120px;
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    cursor: move;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event2 .marquee_wrap {
    position: absolute;
    top: 715px;
    left: 218px;
    width: 1000px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #000;
    overflow: hidden;
}

.event2 .marquee_wrap li {
    margin-right: 35px;
}

/* EVENT03冰雪好礼 */
.event3 .b1 {
    top: 174px;
    margin-left: 322px;
}

.event3 .b2 {
    top: 174px;
    margin-left: 462px;
}

.event3 .get_btn {
    position: absolute;
    top: 724px;
    left: 50%;
    display: block;
    width: 264px;
    height: 50px;
    border-radius: 25px;
    font-size: 28px;
    font-weight: bold;
    line-height: 50px;
    color: #fff;
    text-align: center;
    background-color: #e6285c;
    margin-left: -132px;
}

.event3 .current {
    position: absolute;
    top: 180px;
    text-align: center;
    font-size: 24px;
    color: #074baa;
    font-weight: bold;
    width: 100%;
}

/* EVENT04暖冬雪王榜 */
.event4 .open_btn {
    top: 171px;
    margin-left: -558px;
}

.event4 .current {
    position: absolute;
    top: 180px;
    text-align: center;
    font-size: 24px;
    color: #41519f;
    width: 100%;
}

.event4 .current a {
    color: inherit;
}

.slot_box {
    position: absolute;
    left: 50%;
    top: 252px;
    margin-left: -594px;
    width: 1208px;
    height: 242px;
}

.box_btn {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.box_btn a {
    position: relative;
    height: 242px;
}

.box_btn a span {
    position: absolute;
    bottom: -51px;
    left: 50%;
    display: block;
    width: 95px;
    height: 32px;
    line-height: 32px;
    margin-left: -48px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: #4e82c3;
    border-radius: 30px;
}

.box_btn .a1 {
    width: 85px;
    margin-right: 13px;
}

.box_btn .a2 {
    width: 85px;
    margin-right: 13px;
}

.box_btn .a3 {
    width: 85px;
    margin-right: 14px;
}

.box_btn .a4 {
    width: 85px;
    margin-right: 6px;
}

.box_btn .a5 {
    width: 123px;
    margin-right: 4px;
}

.box_btn .a6 {
    width: 123px;
    margin-right: 3px;
}

.box_btn .a7 {
    width: 123px;
    margin-right: 5px;
}

.box_btn .a8 {
    width: 123px;
    margin-right: 5px;
}

.box_btn .a9 {
    width: 154px;
    margin-right: 5px;
}

.box_btn .a10 {
    width: 154px;
}

.box_btn a i {
    position: absolute;
    left: -20px;
    top: 300px;
    background: #e07900;
    color: #fff;
    font-size: 13px;
    padding: 12px;
    display: none;
    line-height: 1.5;
    width: max-content;
    z-index: 10;
    font-style: normal;
}

.box_btn a:hover i {
    display: block;
}

.box_btn a.got span {
    background-color: #5e6575;
}

/* EVENT05势力争霸赛 */
.fight {
    position: absolute;
    top: 850px;
    left: 50%;
    width: 1096px;
    height: 45px;
    margin-left: -548px;
    border-radius: 30px;
}

.fight .blue,
.fight .red {
    position: absolute;
    top: 0;
    width: auto;
    height: 45px;
}

.fight .blue {
    left: 0;
    border-radius: 30px 0 0 30px;
    background: linear-gradient(to right, #070892 0%, #2d7bd4 100%);
}

.fight .blue:after {
    content: '';
    position: absolute;
    top: 58px;
    right: -5px;
    width: 10px;
    height: 15px;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202511bx/icon_arrow.png) no-repeat;
}

.fight .red {
    right: 0;
    border-radius: 0 30px 30px 0;
    background: linear-gradient(to right, #ff3030 0%, #ab1a00 100%);
}

.fight .blue_num,
.fight .red_num {
    position: absolute;
    top: 0;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    line-height: 41px;
}

.fight .blue_num {
    left: 30px;
}

.fight .red_num {
    right: 30px;
}

.name_list {
    position: absolute;
    top: 1097px;
    left: 50%;
    width: 190px;
}

.name_list li {
    width: 190px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #011b0b;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flex;
    justify-content: space-between;
}

.name_list.pos1 {
    margin-left: -277px;
}

.name_list.pos2 {
    margin-left: 171px;
}

.event5 .open_btn {
    top: 924px;
    margin-left: -545px;
}

/* EVENT06暖冬雪王榜 */
.event6 .open_btn {
    top: 157px;
    margin-left: 350px;
}

.event6 .first,
.event6 .second,
.event6 .third {
    position: absolute;
    left: 50%;
    width: 150px;
    text-align: center;
    font-size: 20px;
    color: #000;
    line-height: 26px;
    font-weight: bold;
}

.event6 .first {
    top: 257px;
    margin-left: -75px;
}

.event6 .second {
    top: 320px;
    margin-left: -321px;
}

.event6 .third {
    top: 320px;
    margin-left: 172px;
}

.event6 .con {
    width: 760px;
    padding-top: 559px;
    height: 627px;
    margin: 0 auto;
}

.event6 .con .scroll {
    height: 560px;
    overflow-y: auto;
}

.event6 .con .scroll::-webkit-scrollbar {
    width: 10px;
}

.event6 .con .scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #cadaf3;
    cursor: pointer;
}

.event6 .con .scroll::-webkit-scrollbar-track {
    background: #fff;
}

.event6 .con th {
    height: 50px;
    background-color: #93ade2;
    color: #081f4d;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.event6 .con td {
    height: 50px;
    background-color: #cadaf3;
    color: #3b64b8;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

/* 偶数 */
.event6 .con tbody tr:nth-child(even) td {
    height: 52px;
    background-color: #93ade2;
}

.event6 .con2 {
    width: 790px;
    margin: 0 auto;
}

.event6 .con2 td {
    border-left: 1px solid #6989cb;
    border-right: 1px solid #6989cb;
    background-color: #93ade2;

    font-size: 18px;
    color: #1f4088;
    line-height: 32px;
    padding: 14px 25px;
}

.event6 .con2 tbody tr:nth-child(even) td {
    background-color: #cadaf3;
}

.event6 .con2 td.td1 {
    text-align: center;
    font-size: 20px;
    color: #081f4d;
}

.event6 .con2 .flex {
    display: flex;
    align-items: center;
}

.event6 .con2 .flex img {
    margin-right: 14px;
}

.event6 .con2 .flex span {
    font-size: 12px;
}

.event6 .login_area {
    position: absolute;
    top: 519px;
    left: 50%;
    width: 380px;
    text-align: right;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    color: #081f4d;
}

.event6 .login_area a {
    color: inherit;
}

.popup {
    display: block;
    top: 559px;
    left: 50%;
    z-index: 2;
    position: absolute;
    background-color: #d0e2ff;
    border-radius: 5px;
    width: 262px;
    height: 153px;
    padding: 18px 0 0 27px;
    font-size: 16px;
    line-height: 22px;
    color: #192e5a;
    margin-left: 390px;
}

.popup .close-button {
    position: absolute;
    top: 14px;
    right: 17px;
    cursor: pointer;
    width: 18px;
    height: 18px;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202511bx/event6_close.png) no-repeat;
    text-indent: -999em;
}

.popup .progress-bar {
    width: 214px;
    background-color: #a8bfe3;
    border-radius: 100px;
    margin: 20px 0;
    position: relative;
}

.popup .progress-bar .ruler {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    justify-content: space-evenly;
    align-content: flex-end;
    align-items: flex-end;
    display: flex;
}

.popup .progress-bar .ruler li {
    height: 3px;
    width: 1px;
    background-color: #fff;
}

.popup .pos {
    font-size: 14px;
    position: absolute;
    top: 37px;
    transform: translateX(-28px);
    left: 0;
    width: 66px;
}

.popup .pos::before {
    top: -8px;
    left: 24px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #4869af;
    display: block;
    content: "";
    position: absolute;
}

.popup .progress {
    background-color: #4869af;
    border-radius: 100px;
    height: 20px;
    width: 0%;
    transition: width 0.3s ease;
}

/* event7活动合集 */

.event7 .tab_box {
    height: 303px;
    padding-top: 179px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.event7 .tab_box a {
    width: 180px;
    height: 56px;
    margin: 0 18px;
    position: relative;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202511bx/event7_btn_off.png) no-repeat;
}

.event7 .tab_box a span {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-indent: -999em;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202511bx/event7_btn_item.png) no-repeat;
}

.event7 .tab_box a.active::before {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 0;
    width: 183px;
    height: 69px;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202511bx/event7_btn_on.png) no-repeat;
}

.event7 .tab_box a:nth-child(1) span {
    background-position: 0 0;
}

.event7 .tab_box a:nth-child(2) span {
    background-position: -180px 0;
}

.event7 .tab_box a:nth-child(3) span {
    background-position: -360px 0;
}

.event7 .tab_box a:nth-child(4) span {
    background-position: -540px 0;
}

.event7 .tab_box a.active span {
    background-position-y: bottom;
}

.event7 .tab_con .item {
    display: none;
}

.event7 .tab_con .item h3 {
    font-size: 26px;
    line-height: 54px;
    margin-bottom: 20px;
    text-align: center;
}

.event7 .tab_con .item .scroll {
    width: 745px;
    height: 420px;
    margin: 0 auto;
    font-size: 15px;
    color: #39679e;
    line-height: 26px;
    overflow-y: auto;
}

.event7 .tab_con .item .scroll::-webkit-scrollbar {
    width: 10px;
}

/* 滚动条滑块 */
.event7 .tab_con .item .scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #39679e;
    cursor: pointer;
}

.event7 .tab_con .item .scroll::-webkit-scrollbar-track {
    background: #fff;
}

.event7 .tab_con .item a {
    color: inherit;
    text-decoration: underline;
}

.event7 .tab_con .item td {
    border: solid 1px #0a7bbe;
    text-align: center;
}

.event7 .tab_con .item .scroll::-webkit-scrollbar {
    width: 10px;
}

.event7 .tab_con .item .scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #39679e;
    cursor: pointer;
}

.event7 .tab_con .item .scroll::-webkit-scrollbar-track {
    background: #fff;
}