﻿@charset "utf-8";
/* CSS Document */
/*edit:zhangning
@ update: 2016-07-25 */

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:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *display: inline-block;
    *zoom: 100%;
}

.clearMargin:before {
    content: "";
    display: table;
    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;
}

.font18 {
    font-size: 18px;
}

.font24 {
    font-size: 24px;
}

.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,
a {
    outline: none;
    -moz-outline-style: none;
}

    a:visited,
    a:link {
        text-decoration: none;
    }

    a:hover {
        text-decoration: none;
    }

body {
    font: 14px/1.5 "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", tahoma, Arial;
    color: #333;
}

.bold {
    font-weight: bold;
}

.contain {
    position: relative;
    width: 1232px;
    margin: 0 auto;
    height: 100%;
}

    .contain:before {
        content: "";
        display: table;
        height: 0;
        clear: both;
        visibility: hidden;
    }
/*底部导航*/
.btn_box {
    background-color: #b71b10;
    /* max-width: 1920px; */
    width: 100%;
    height: 98px;
    /* margin-left: -960px; */
    position: fixed;
    top: 0;
    /* left: 50%; */
    z-index: 200;
    background-image: url(../images/head_bg.jpg?123);
    background-repeat: no-repeat;
    background-position: center;
}

    .btn_box .js_a {
        float: left;
        width: 196px;
        height: 100%;
        background: url(https://static.web.sdo.com/dn/pic/dn_19act/1904bb/transparent.png);
    }

    .btn_box .a1 {
        width: 146px;
    }

    .btn_box .a2 {
        width: 138px;
    }

    .btn_box .a3 {
        width: 135px;
    }

    .btn_box .a4 {
        width: 137px;
    }

    .btn_box .a5 {
        width: 132px;
    }

    .btn_box .a6 {
        width: 130px;
    }

    .btn_box .contain {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 402px;
    }
/*公用弹窗*/
.alert_bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    width: 100%;
    height: 100%;
    background: #000;
}



.success_box,
.success_boxzf,
.success_boxndzf,
.agree_box,
.agree_yes,
.agree_not {
    width: 326px;
    height: 282px;
    background: url("../images/common_open.png") no-repeat;
    text-align: center;
    background-size: cover;
}

.success_box2 {
    width: 326px;
    height: 282px;
    background: url("../images/common_open.png") no-repeat;
    background-size: cover;
    text-align: center;
}

    .success_box2 .js_close {
        position: absolute;
        display: block;
        bottom: 203px;
        left: 91%;
        /*        margin-left: -25px;*/
        width: 40px;
        height: 40px;
        background: url("../images/close.png") no-repeat;
        background-size: cover; /* 图片会缩放以完全覆盖容器，可能被裁剪 */
        background-position: center; /* 通常配合center使用 */
        background-repeat: no-repeat;
    }

    .success_box2 .txt {
        position: absolute;
        top: 98px;
        left: 50px;
        width: 212px;
        height: 152px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

        .success_box2 .txt p.name {
            font-size: 14px;
            color: #e99914;
            font-weight: bold;
            line-height: 30px;
        }

.pop {
    position: absolute;
    z-index: 10000;
    box-sizing: border-box;
}

.success_box h3 {
    margin-top: 85px;
    color: #f5e2b0;
    font-weight: 700;
    font-size: 36px;
}

.agree_box h3 {
    margin-top: 120px;
    color: #f5e2b0;
    font-weight: 700;
    font-size: 24px;
}

.agree_yes h3,
.agree_not h3 {
    padding: 0 20px;
    margin-top: 120px;
    color: #f5e2b0;
    font-weight: 700;
    font-size: 16px;
}

.success_box .name {
    margin: 124px 0 0 0;
    padding: 0 20px;
    color: #fae22a;
    font-weight: 700;
    font-size: 15px;
    word-wrap: break-word;
}

a.ok {
    display: block;
    margin: 20px auto 0;
    width: 145px;
    height: 52px;
    background: url("../images/确定.png") no-repeat;
}

.agree_btn_box {
    margin-top: 45px;
    text-align: center;
}

    .agree_btn_box a {
        display: inline-block;
        width: 120px;
        /*        height: 36px;*/
        color: #bc1328;
        font-weight: bold;
        font-size: 16px;
        /*        line-height: 36px;*/
        /*        background: #ecd086;*/
    }

.yes_btn {
    /*    margin-right: 20px;*/
    width: 124px;
    height: 55px;
    background: url("../images/是.png") no-repeat center;
}

.not_btn {
    /*    margin-right: 20px;*/
    width: 124px;
    height: 55px;
    background: url("../images/取消.png") no-repeat center;
}

.container {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

    .container .wrap-scroll-bar {
        position: absolute;
        top: 0;
        right: 3px;
        width: 3px;
        height: 100%;
        overflow: hidden;
    }

    .container .scroll-bar {
        transition: 0.2s;
        position: absolute;
        top: 0;
        right: 0;
        width: 2px;
        height: 20px;
        background: #db151f;
    }

.wrap_total {
    min-width: 1400px;
    margin-top: 98px;
}
/*第一部分*/
.wrap01 {
    position: relative;
    background: url(../images/2025xmas_02.jpg) no-repeat center top;
    overflow: hidden;
    height: 1191px;
}

    .wrap01 .con {
        position: absolute;
        box-sizing: border-box;
        height: 1101px;
        left: 0;
        right: 0;
        top: 156px;
        width: 1200px;
        margin: auto;
        z-index: 88;
    }

.top_nav {
    position: absolute;
    width: 300px;
    height: 30px;
    top: 57px;
    left: 89px;
    color: #5a1b1b;
    font-size: 16px;
    text-align: center;
}

.wrap01 .top_nav a {
    color: #ffed92;
    font-size: 16px;
    margin: 0 10px;
}

    .wrap01 .top_nav a:hover {
        text-decoration: underline;
    }

.wrap01 .bigBox {
    top: 289px;
    left: 289px;
}

.wrap01 .box_l {
    top: 713px;
    left: 27px;
}

.wrap01 .box_r {
    top: 713px;
    right: 15px;
}

.wrap01 .pic_b {
    bottom: 0;
    left: -360px;
}

.wrap01 .l_01 {
    left: -360px;
    top: 118px;
}

.wrap01 .l_02 {
    left: -110px;
    top: 468px;
}

.wrap01 .r_01 {
    right: -360px;
    top: 118px;
}

.wrap01 .r_02 {
    right: -100px;
    top: 468px;
}

.wrap01 .pic_bigBox_top {
    left: 411px;
    top: 401px;
}

.wrap01 .slogan1 {
    left: 350px;
    top: 60px;
}

.wrap01 .slogan2 {
    display: none;
    left: 333px;
    top: 292px;
    z-index: 2;
}

.wrap01 .light {
    left: 411px;
    top: 498px;
}

.wrap01 .wrap1_cover {
    display: none;
    position: absolute;
    left: -360px;
    bottom: 0;
    z-index: 10;
}

.wrap01 .btn_start {
    left: 518px;
    top: 604px;
    z-index: 100;
}

.wrap01 .layer {
    width: 249px;
    bottom: 390px;
    overflow: hidden;
    background: url("https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/springfestival2024-t7248/bg_layer.png") no-repeat;
}

    .wrap01 .layer .tit {
        font-size: 24px;
        color: #a81724;
        margin: 10px 20px;
        line-height: 1.2;
        font-weight: bold;
    }

    .wrap01 .layer .close_layer {
        width: 21px;
        height: 21px;
        position: absolute;
        right: 14px;
        top: 14px;
        background: url(https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/springfestival2024-t7248/ico_close_layer.png) no-repeat center;
    }

.wrap01 .layer_L01 {
    height: 451px;
    left: 48px;
    font-size: 18px;
}

    .wrap01 .layer_L01 li {
        margin-top: 28px;
        line-height: 1.33;
        color: #9c2d00;
    }

.wrap01 .layer_L02 {
    height: 355px;
    left: 48px;
    font-size: 18px;
}

    .wrap01 .layer_L02 .dl01 {
        margin: 52px auto 30px;
    }

.wrap01 .order_num {
    font-size: 14px;
    color: #6e2203;
}

    .wrap01 .order_num .order_reduce,
    .wrap01 .order_num .order_input,
    .wrap01 .order_num .order_increase {
        width: 14px;
        height: 14px;
        display: inline-block;
        border: 1px solid #982600;
        vertical-align: middle;
    }

    .wrap01 .order_num .order_reduce {
        background: url(https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/1801newYear/i_reduce.png) no-repeat center;
        background-color: #fff1d5;
    }

    .wrap01 .order_num .order_increase {
        background: url(https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/1801newYear/i_increase.png) no-repeat center;
        background-color: #fff1d5;
    }

    .wrap01 .order_num .order_input {
        font-size: 18px;
        width: 44px;
        height: 28px;
        font-family: inherit;
        margin: 0 6px;
        color: #982600;
        text-align: center;
        padding: 0;
        font-weight: bold;
        background-color: #fff1d5;
    }

    .wrap01 .order_num .row_num {
        line-height: 30px;
        margin: 0 5px;
        font-weight: bold;
        font-size: 16px;
    }

    .wrap01 .order_num .btn_buy {
        width: 100px;
        height: 38px;
        display: block;
        margin: 12px auto;
        color: #ffd798;
        font-size: 18px;
        line-height: 35px;
        font-weight: bold;
        background: url(https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/1801newYear/btn_buy.png) no-repeat center;
    }

.wrap01 .layer_L03 {
    height: 451px ;
    right: 37px;
    font-size: 18px;
    transform: translate3d(0, 0, 0);
}

    .wrap01 .layer_L03 ul {
        margin-top: 11px;
    }

    .wrap01 .layer_L03 li {
        text-align: left;
        font-size: 14px;
        color: #6e2203;
        margin: 2px 18px;
    }

.wrap01 .layer_L04 {
    height: 451px;
    right: 10px;
    font-size: 18px;
    transform: translate3d(0, 0, 0);
}

    .wrap01 .layer_L04 .cont {
        color: #ae5500;
        font-size: 16px;
        line-height: 32px;
        width: 84%;
        margin: 0 auto;
        position: absolute;
        top: 0;
        left: 8%;
        transition: 0.2s;
    }

        .wrap01 .layer_L04 .cont li {
            border-bottom: 1px solid #ffde9a;
            margin-bottom: 4px;
        }

.wrap01 .btn_buy01 {
    top: 745px;
    left: 50px;
    width: 170px;
    height: 60px;
    z-index: 20;
}

.wrap01 .btn_buy02 {
    top: 814px;
    left: 50px;
    width: 170px;
    height: 130px;
    z-index: 20;
}

.wrap01 .text01 {
    top: 747px;
    right: 70px;
    width: 60px;
    height: 25px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.wrap01 .text02 {
    top: 806px;
    right: 70px;
    width: 60px;
    height: 25px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.wrap01 .btn_reward {
    top: 849px;
    right: 67px;
    width: 170px;
    height: 60px;
    z-index: 20;
}

.wrap01 .btn_rule {
    top: 909px;
    right: 67px;
    width: 170px;
    height: 60px;
    z-index: 20;
}

.wrap01 .arrow {
    top: 520px;
    left: 554px;
}

.wrap01 .egg {
    top: 830px;
    left: 530px;
    opacity: 0;
}

.wrap_gift {
    position: fixed;
    z-index: 1000;
    left: 50%;
    margin-left: -960px;
    top: 0;
    width: 1920px;
    height: 980px;
    background: rgba(0, 0, 0, 0.85);
}

    .wrap_gift .box_gift {
        width: 452px;
        height: 605px;
        margin: 85px auto 0;
        position: relative;
        overflow: hidden;
        background: url("../images/common_open.png") no-repeat;
        background-size: cover; /* 关键：缩放图片以完全覆盖容器 */
        background-position: center; /* 关键：从图片中间开始截取 */
    }

        .wrap_gift .box_gift .tit {
            margin: 36px auto 0;
            text-align: center;
            font-size: 24px;
            color: #f5e2b0;
            font-weight: bold;
        }

    .wrap_gift .img_gift {
        margin: 10px auto 5px;
        display: block;
    }

    .wrap_gift .text {
        color: #efd590;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
    }

    .wrap_gift .btn01 {
        width: 149px;
        height: 47px;
        margin: 0 20px 10px 50px;
        background: url(https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/1801newYear/btn_01.png) no-repeat center;
    }

    .wrap_gift .btn02 {
        width: 149px;
        height: 47px;
        background: url(https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/1801newYear/btn_02.png) no-repeat center;
    }

    .wrap_gift .btn03 {
        width: 126px;
        height: 41px;
        display: inline-block;
        vertical-align: middle;
        background: url(https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/1801newYear/btn_03.png) no-repeat center;
    }

    .wrap_gift .btn_close {
        width: 80px;
        height: 80px;
        position: absolute;
        left: 62%;
        margin-left: -40px;
        top: 177px;
        background: url("../images/close.png") no-repeat center;
    }

/*第二部分*/
.wrap02 {
    height: 1130px;
    position: relative;
    background: url(../images/2025xmas_03.jpg) no-repeat center top;
}

    .wrap02 .contain {
        width: 1400px;
        padding-top: 190px;
        margin: 0 auto;
        position: relative;
        height: 100%;
    }
.sltitlebg {
    width: 100%;
    height: 288px;
    position: absolute;
    background: url("../images/2222.png") no-repeat center center;
    background-size: 1400px auto;
    z-index: 18;
}

.huanglongbg {
    background: url(../images/黄龙恩赐bg.png) no-repeat center;
    z-index: 12;
}

.xuanwubg {
    background: url(../images/玄武降临bg.png) no-repeat center;
    z-index: 12;
}

.wrap02 .bgleft {
    display: flex;
    flex-flow: column;
    width: 423px;
    height: 100%;
    gap: 20px;
    justify-content: flex-start;
    align-items: flex-end;
}

.leftbuttonxw {
    cursor: pointer;
    width: 235px;
    height: 175px;
    background: url("../images/玄武降临-默认.png") no-repeat center;
}

    .leftbuttonxw:hover {
        width: 249px;
        height: 189px;
        background: url("../images/玄武降临-高亮.png") no-repeat center;
    }

    .leftbuttonxw.light {
        cursor: pointer;
        width: 249px;
        height: 189px;
        background: url("../images/玄武降临-高亮.png") no-repeat center;
    }

.leftbuttonhl {
    /*    flex: 0 1 auto;*/
    cursor: pointer;
    width: 235px;
    height: 175px;
    background: url("../images/黄龙恩赐-默认.png") no-repeat center;
}

    .leftbuttonhl:hover {
        width: 249px;
        height: 189px;
        background: url("../images/黄龙恩赐-高亮.png") no-repeat center;
    }

    .leftbuttonhl.light {
        cursor: pointer;
        width: 249px;
        height: 189px;
        background: url("../images/黄龙恩赐-高亮.png") no-repeat center;
    }

.encilog {
    position: absolute;
    width: 250px;
    height: 231px;
    background: url("../images/恩宠名单.png") no-repeat center;
    margin-top: 399px;
}

.encilog_info {
    display: flex;
    flex-flow: column;
    line-height: 50px;
    margin-top:50px;
    margin-left:20px;
    height:150px;
    overflow-y:auto;
    overflow-x:hidden;
}

.encilog_infoline {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    width: 221px;
    font-size:10px;
    color:white;
}

.encilog_infoline .lineimg{
    height:30px;
    width:30px;
    background:url("../images/szico.png") no-repeat center;
    background-size:cover;
}

.lineaward{
    display:flex;
    flex-flow:row;
    justify-content:center;
    align-items:center;
}



*:focus {
    outline: none;
}

.bgmain {
    width: 100%;
    height: 100%;
    display: flex;
    margin-top: 81px;
}

.bgmainhl {
    margin-top: 506px;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
}

.bgmainxw {
    margin-top: 506px;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
}

.luckbtnhlone {
    cursor: pointer;
    width: 370px;
    height: 84px;
    background: url("../images/一次恩赐.png") no-repeat center;
}

.luckbtnhlten {
    cursor: pointer;
    width: 370px;
    height: 84px;
    background: url("../images/十次恩赐.png") no-repeat center;
}

.luckbtnxwone {
    cursor: pointer;
    width: 370px;
    height: 84px;
    background: url("../images/一次召唤.png") no-repeat center;
}

.luckbtnxwten {
    cursor: pointer;
    width: 370px;
    height: 84px;
    background: url("../images/十次召唤.png") no-repeat center;
}

.event_t {
    display: none;
    margin: 62px auto;
}

.rightbuttonall {
    width: 376px;
    height: 100%;
    display: flex;
    flex-flow: column;
}

    .rightbuttonall .top {
        width: 100%;
        height: 258px;
        /*        margin-top: 81px;*/
        display: flex;
    }

.righttopdetail {
    width: 100%;
    height: 53px;
    background: url("../images/tips.png?123") no-repeat center;
    display: flex;
    justify-content: center;
    z-index:20;
}

.tiptop {
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index:21;
}

.daojishi {
    position: absolute;
    margin-left: -300px;
    width: 284px;
    height: 45px;
    background: url("../images/倒计时.png") no-repeat center;
    display: flex;
    align-items: center;
}

.daojishititle {
    color: white;
    font-size: 16px;
    margin-left:20px;
}

.rightbuttonhl {
    width: 100%;
    height: 225px;
    background: url("../images/我的恩赐.png") no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.encirighthl {
    width: 180px;
    height: 30px;
    color: white;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 51px;
    cursor: pointer;
}

.rightbuttonxw {
    width: 100%;
    height: 177px;
    background: url("../images/333.png") no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.encirightxw {
    width: 180px;
    height: 30px;
    color: white;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 51px;
    cursor: pointer;
}

.sixiang {
    width: 100%;
    height: 500px;
    display: flex;
    flex-flow: column;
    gap: 20px;
    align-items: center;
}

.qinglong {
    cursor: pointer;
    width: 95px;
    height: 101px;
    background: url("../images/青龙.png") no-repeat center;
}

.zhuque {
    cursor: pointer;
    width: 95px;
    height: 101px;
    background: url("../images/朱雀.png") no-repeat center;
}

.baihu {
    cursor: pointer;
    width: 95px;
    height: 101px;
    background: url("../images/白虎.png") no-repeat center;
}

.xuanwu {
    cursor: pointer;
    width: 95px;
    height: 101px;
    background: url("../images/玄武.png") no-repeat center;
}


.qinglong.get {
    cursor: pointer;
    width: 95px;
    height: 95px;
    background: url("../images/青龙get.png") no-repeat center;
}

.zhuque.get {
    cursor: pointer;
    width: 95px;
    height: 95px;
    background: url("../images/朱雀get.png") no-repeat center;
}

.baihu.get {
    cursor: pointer;
    width: 95px;
    height: 95px;
    background: url("../images/白虎get.png") no-repeat center;
}

.xuanwu.get {
    cursor: pointer;
    width: 95px;
    height: 95px;
    background: url("../images/玄武get.png") no-repeat center;
}

.qinglong.noget {
    cursor: pointer;
    width: 95px;
    height: 95px;
    background: url("../images/青龙none.png") no-repeat center;
}

.zhuque.noget {
    cursor: pointer;
    width: 95px;
    height: 95px;
    background: url("../images/朱雀none.png") no-repeat center;
}

.baihu.noget {
    cursor: pointer;
    width: 95px;
    height: 95px;
    background: url("../images/白虎none.png") no-repeat center;
}

.xuanwu.noget {
    cursor: pointer;
    width: 95px;
    height: 95px;
    background: url("../images/玄武none.png") no-repeat center;
}

.jindutiao {
    position: absolute;
    margin-top: 633px;
    margin-left: 213px;
    width: 96px;
    height: 24px;
    background: url("../images/黄龙恩宠进度.png") no-repeat center;
}


.wodejindu {
    position: absolute;
    margin-top: 720px;
    margin-left: 213px;
    width: 96px;
    height: 24px;
    background: url("../images/我的进度.png") no-repeat center;
}

/*.jindujiangli {
    width: 802px;
    height: 51px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 161px;
}

.jiangliinfo {
    cursor: pointer;
}*/
/*第三部分*/
.wrap03 {
    height: 1050px;
    position: relative;
    background: url(../images/2025xmas_04.jpg) no-repeat center top;
}

    .wrap03 .contain {
        height: 1050px;
    }

.rule_btn_box {
    /*  text-align: center;*/
    margin-right: 157px;
    margin-top: 100px;
    text-align: right;
}

    .rule_btn_box a {
        display: inline-block;
        width: 191px;
        height:83px;
    }

.rule_btn03 {
    background: url(../images/guize05.png) no-repeat center top;
/*    background-size: cover;*/
}

.luckrule {
    width: 300px;
    height: 60px;
    position: absolute;
    top: 292px;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.wrap03 .event_t {
    display: none;
}

.event03_open {
    position: absolute;
    top: 495px;
    left: 150px;
    width: 900px;
    height: 500px;
}

.open_btn {
    position: absolute;
    width: 282px;
    height: 235px;
    top: 147px;
    left: 324px;
    line-height: 68px;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    color: #edd286;
}

.wrap03 .rule01 {
    width: 380px;
    top: 378px;
    left: 535px;
}

.wrap03 .reward01 {
    width: 370px;
    top: 293px;
    left: 535px;
}

.wrap03 .reward_btn01 {
    width: 163px;
    height: 28px;
    margin-right: 100px;
}

.wrap03 .rule_btn01 {
    width: 163px;
    height: 28px;
    margin-right: 100px;
}
/*第四部分*/

.tree_info {
    position: absolute;
    z-index: 90;
    top: 269px;
    left: 984px;
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.event_tit01 {
    position: absolute;
    top: 0;
    left: 0
}

.common_btn {
    position: relative;
    z-index: 101;
    display: block;
    text-indent: -999em;
}

.event01_rule_btn {
    position: absolute;
    top: 175px;
    left: 959px;
    width: 193px;
    height: 78px;
    background: url("../images/guize05.png") no-repeat;
}

.rule_wrap {
    position: absolute;
    width: 660px;
    z-index: 100;
    background: #497ce4;
    border: solid 2px #fff;
    border-radius: 25px;
    height: 0;
    overflow: hidden
}

.event01_rule {
    position: absolute;
    top: 231px;
    left: 108px;
}

.rule_txt {
    margin: 50px 30px;
    width: 600px;
}

.tree_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 1200px;
    height: 1572px;
}

    .tree_box a,
    .tree_box a span {
        position: absolute;
        width: 100%;
        height: 100%;
    }

        .tree_box a span {
            position: absolute;
            background-image: url("../images/tree_bg_a.png");
            background-repeat: no-repeat
        }

        .tree_box a i {
            display: none;
            position: absolute;
            width: 220px;
            top: 90px;
            left: 150px;
            font-size: 16px;
            line-height: 30px;
            color: #B9CC96;
            background: rgba(0, 0, 0, .8);
            padding: 25px 60px;
            border-radius: 25px;
            z-index: 40
        }

            .tree_box a i.left {
                left: -300px;
            }

    .tree_box .a1 i {
        top: 124px;
        left: 110px;
    }

    .tree_box .a2 i {
        top: 132px;
        left: 110px;
    }

    .tree_box .a4 i {
        top: 115px;
        left: 158px;
    }

    .tree_box .a5 i {
        top: 69px;
        left: 167px;
    }

    .tree_box .a7 i {
        top: 151px;
        left: 174px;
    }

    .tree_box .a9 i {
        top: 146px;
        left: 200px;
    }

    .tree_box .a10 i {
        top: 137px;
        left: 150px;
    }

    .tree_box .a3 i.left {
        top: 95px;
        left: -257px;
    }

    .tree_box .a6 i.left {
        top: 170px;
        left: -245px;
    }

    .tree_box .a8 i.left {
        top: 155px;
        left: -232px;
    }

    .tree_box a i img {
        position: absolute;
        top: 34px;
        left: 30px;
    }

    .tree_box a:hover i {
        display: block;
    }

    .tree_box a i b {
        font-size: 20px;
        color: #1A805D;
    }

    .tree_box a.get span {
        background-image: url("../images/tree_bg_b.png");
    }

    .tree_box a.got span {
        background-image: url("../images/tree_bg_c.png");
    }

    .tree_box .a1 {
        width: 238px;
        height: 220px;
        top: 1300px;
        left: 366px;
    }

    .tree_box .a2 {
        width: 247px;
        height: 178px;
        top: 1241px;
        left: 774px;
    }

    .tree_box .a3 {
        width: 228px;
        height: 170px;
        top: 1134px;
        left: 229px;
    }

    .tree_box .a5 {
        width: 258px;
        height: 192px;
        top: 980px;
        left: 801px;
    }

    .tree_box .a6 {
        width: 269px;
        height: 167px;
        top: 860px;
        left: 512px;
    }

    .tree_box .a7 {
        width: 309px;
        height: 198px;
        top: 842px;
        left: 170px;
    }

    .tree_box .a8 {
        width: 308px;
        height: 209px;
        top: 642px;
        left: 630px;
    }

    .tree_box .a9 {
        width: 335px;
        height: 227px;
        top: 586px;
        left: 218px;
    }

    .tree_box .a10 {
        width: 361px;
        height: 260px;
        top: 391px;
        left: 555px;
    }

    .tree_box .a4 {
        width: 257px;
        height: 189px;
        top: 1091px;
        left: 473px;
    }

    .tree_box .a1 span {
        background-position: -454px -1279px;
    }

    .tree_box .a2 span {
        background-position: -829px -1210px;
    }

    .tree_box .a3 span {
        background-position: -311px -1119px;
    }

    .tree_box .a5 span {
        background-position: -877px -980px;
    }

    .tree_box .a6 span {
        background-position: -641px -860px;
    }

    .tree_box .a7 span {
        background-position: -307px -842px;
    }

    .tree_box .a8 span {
        background-position: -726px -642px;
    }

    .tree_box .a9 span {
        background-position: -360px -586px;
        clip-path: polygon(0 0, calc(100% - 140px) 0, 100% 50px, 100% 100%, 0 100%);
    }

    .tree_box .a10 span {
        background-position: -571px -373px;
        clip-path: polygon(0 50px, 50px 0, 100% 0, 100% 100%, 40px 100%);
    }

    .tree_box .a4 span {
        background-position: -546px -1054px;
    }


.wrap04 .event02_rule_btn {
    margin-top: 16px;
}

.wrap04 .event02_rule {
    position: absolute;
    top: 150px;
    left: 15px;
}

.event03_rule_btn .event03_rule {
    position: absolute;
    top: 235px;
    left: 296px;
    display: block;
    text-indent: -999em;
    width: 113px;
    height: 23px;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/20241129-bf21993/btn2.png) no-repeat;
}

.event03_rule_btn .event03_reward {
    position: absolute;
    top: 235px;
    right: 296px;
    display: block;
    text-indent: -999em;
    width: 77px;
    height: 23px;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/20241129-bf21993/btn3.png) no-repeat;
}

.rule_t {
    display: block;
    font-size: 16px;
    margin-top: 10px;
}

.event03_rule_wrap {
    position: absolute;
    top: 170px;
    left: 15px;
    overflow: hidden;
}

table td,
table th {
    padding: 3px 15px;
}

.rule03 table {
    margin: 20px;
    width: 550px;
    height: 220px;
    text-align: center;
}

.wrap04 .rule02 {
    width: 640px;
    top: 272px;
    left: 260px;
    color: #dad0aa;
    background: #b72e20;
}

    .wrap04 .rule02 h2 {
        color: #e2bb76;
    }

.wrap04 {
    background: url(../images/2025xmas_05.jpg) no-repeat center;
}

    .wrap04 .w_con {
        height: 1572px;
    }

.w_con {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 100%
}

    .w_con:before {
        content: "";
        display: table;
        height: 0;
        clear: both;
        visibility: hidden;
    }


/*第五部分*/
.wrap05 {
    height: 1750px;
    position: relative;
    background: url(../images/2025xmas_06.jpg) no-repeat center top;
}

    .wrap05 .contain {
        padding-top: 208px;
        box-sizing: BORDER-BOX;
        /* height: 1651px;
  background: url(https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/springfestival2024-t7248/wrap05_cen.jpg)
    no-repeat center top; */
    }

    .wrap05 .con {
        height: 1500px;
        width: 1200px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
    }

    .wrap05 .btn_rule04 {
        top: 112px;
        left: 525px;
        position: absolute;
        width: 150px;
        height: 47px;
        background: #006dfe;
        color: #fff;
        text-align: center;
        line-height: 45px;
        font-size: 20px;
        font-weight: bold;
    }

.common_rule {
    position: absolute;
    padding: 20px 30px;
    background: #b71b10;
    color: #fff;
    transform: translate3d(0, 0, 0);
    line-height: 1.7;
    z-index: 10;
}

    .common_rule h2 {
        color: #fff;
    }

.wrap05 .rule03 {
    width: 640px;
    top: 10px;
    left: 240px;
}

.wrap05 .tri {
    position: relative;
    color: #cd7d29;
    text-align: center;
    line-height: 1.3;
}

.tri .font18 {
    font-size: 24px !important;
}

.wrap05 .tri .first {
    position: absolute;
    width: 140px;
    left: 528px;
    top: 193px;
}

.wrap05 .tri .second {
    position: absolute;
    width: 140px;
    left: 224px;
    top: 266px;
    color: #82818f;
}

.wrap05 .tri .third {
    position: absolute;
    width: 140px;
    left: 825px;
    top: 270px;
    color: #8d6452;
}

.wrap05 .container {
    margin: 500px auto 0;
    width: 770px;
    height: 500px;
    color: #cb780c;
    font-size: 20px;
    font-weight: bold;
}

    .wrap05 .container .cont {
        background: #ffddb8;
        width: 760px;
        position: absolute;
        transition: all 0.3s;
    }

        .wrap05 .container .cont td {
            width: 33.33%;
            text-align: center;
            line-height: 50px;
            height: 50px;
        }

        .wrap05 .container .cont tr:nth-child(even) {
            background: #ffcf91;
        }

    .wrap05 .container .wrap-scroll-bar {
        width: 5px;
        right: 0;
    }

.wrap05 .scroll-bar {
    width: 5px;
    background: #e7cc83;
    border-top-left-radius: 1000px;
    border-top-right-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-bottom-right-radius: 1000px;
}

.wrap05 .table_th {
    background: #ffcf91;
    width: 760px;
    position: absolute;
    top: 561px;
    left: 220px;
    color: #cb780c;
    font-size: 20px;
    font-weight: bold;
}

    .wrap05 .table_th span {
        width: 49.33%;
        display: block;
        float: left;
        margin: 0;
        padding: 0;
        text-align: center;
        line-height: 50px;
        height: 50px;
    }

.wrap05 .prize_tit {
    display: none;
    color: #ffcf91;
    font: bold 32px/32px "";
    text-align: center;
    margin: 25px auto 20px;
}

.wrap05 .table_prize {
    position: absolute;
    bottom: 141px;
    left: 0;
    right: 0;
    background: #ffddb8;
    width: 760px;
    margin: 0 auto;
    color: #cb780c;
}

    .wrap05 .table_prize td {
        line-height: 30px;
        min-height: 60px;
        padding: 10px 20px;
    }

    .wrap05 .table_prize tr:nth-child(even) {
        background: #ffcf91;
    }

    .wrap05 .table_prize tr td:first-child {
        border-right: 1px solid #630810;
        font: bold 20px/60px "";
    }

    .wrap05 .table_prize img {
        vertical-align: middle;
        margin-right: 10px;
    }

.search_box {
    position: absolute;
    width: 403px;
    height: 48px;
    top: 420px;
    left: 50%;
    margin-left: -201px;
    background: url("https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/hanjia2019/search_bg.png") no-repeat;
}

    .search_box .search_input {
        float: left;
        width: 310px;
        box-sizing: border-box;
        margin: 5px;
        height: 38px;
        border: 0;
        line-height: 38px;
        padding: 0 0 0 45px;
        background: #fff;
        border-radius: 27px;
        font-size: 20px;
        color: #b15c01;
    }

    .search_box .search_btn {
        float: left;
        width: 75px;
        box-sizing: border-box;
        height: 48px;
        line-height: 48px;
        text-align: center;
        font-size: 20px;
        color: #b15c01;
        font-weight: bold;
    }

    .search_box .search_icon {
        position: absolute;
        top: 13px;
        left: 14px;
    }

.close_rule {
    position: absolute;
    width: 21px;
    height: 21px;
    right: 10px;
    top: 14px;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/springfestival2024-t7248/ico_close_layer03.png) no-repeat center;
}

.wrap03 .close_rule {
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/springfestival2024-t7248/ico_close_layer03.png) no-repeat center;
}
/*第六部分*/
.wrap06 {
    height: 1109px;
    position: relative;
    background: url(../images/2025xmas_07.jpg) no-repeat center top;
}

#w5login {
    font-size: 20px;
    color: #1e1702;
    position: absolute;
    top: 854px;
    right: 229px;
    font-weight: bold;
    text-decoration: underline;
}

#w2link {
    font-size: 20px;
    color: #006dfe;
    position: absolute;
    bottom: 33px;
    left: 470px;
    font-weight: bold;
    text-decoration: underline;
}

.popup {
    display: none;
    top: 829px;
    right: -150px;
    z-index: 2;
    position: absolute;
    background-color: #faf5e5;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 300px;
    height: 160px;
    padding: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #945f48;
}

    .popup .close-button {
        position: absolute;
        top: 2px;
        right: 10px;
        cursor: pointer;
        font-size: 24px;
    }

    .popup .content {
        /* text-align: center; */
    }

    .popup .progress-bar {
        background-color: #e0d4ad;
        border-radius: 100px;
        margin: 20px 0;
        position: relative;
        /* overflow: hidden; */
    }

        .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;
            /* background: red; */
        }

            .popup .progress-bar .ruler li {
                height: 4px;
                width: 2px;
                background-color: #e9d3ca;
                /* overflow: hidden; */
            }

    .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 #a16a52; /* 棕色 */
            display: block;
            content: "";
            position: absolute;
        }

    .popup .progress {
        background-color: #a16a52;
        border-radius: 100px;
        height: 20px;
        width: 0%; /* Default progress */
        transition: width 0.3s ease;
    }

.wrap06 .contain {
    /* height: 825px; */
    /*  padding-top: 272px;*/
    box-sizing: border-box;
}

.rule_btn02 {
    /* background: url("https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/springfestival2024-t7248/act_btn2.png")
    no-repeat; */
}

.hover_a {
    position: absolute;
    width: 114px;
    height: 155px;
    top: 113px;
    left: 481px;
    cursor: pointer;
}

.hover_img {
    position: absolute;
    top: 0;
    left: 130px;
    width: 442px;
    height: 430px;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/hanjia2019/common_bg.png) no-repeat;
    text-align: center;
    display: none;
}

.hover_img_txt {
    width: 350px;
    margin: 120px auto 0;
    color: #f5e2b0;
    font-weight: 700;
    font-size: 16px;
}

.hover_a:hover .hover_img {
    display: block;
}

.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_moveR {
    animation: moveR 2s both;
}

@keyframes moveR {
    0% {
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        transform: rotate3d(0, 0, 0);
    }
}

.ani_moveL {
    animation: moveL 2s both;
}

@keyframes moveL {
    0% {
        transform: translate3d(100%, 0, 0);
    }

    100% {
        transform: rotate3d(0, 0, 0);
    }
}

.ani_moveT {
    animation: moveT 1.5s both;
}

@keyframes moveT {
    0% {
        transform: translate3d(0, 100%, 0);
    }

    100% {
        transform: rotate3d(0, 0, 0);
    }
}

.ball {
    height: 650px;
    width: 650px;
    top: 330px;
    left: 284px;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/springfestival2024-t7248/css_sprites.png);
}

    .ball.active {
        animation: test 2250ms steps(44) 500ms both;
    }

@-webkit-keyframes test {
    0% {
        background-position: 0px -0%;
    }

    100% {
        background-position: 0px -4400%;
    }
}


/*
    event6
*/


/* event6样式 */
.wrap2_title {
    position: absolute;
    top: 9px;
    z-index: 10;
    font-size: 20px;
    color: #961312;
    text-align: right;
    width: 850px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .wrap2_title img {
        margin-right: 10px;
    }

.product_list {
    width: 1022px;
    min-height: 596px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    overflow-y: auto;
    height: 280px;
    /* gap: 8px; */
    margin-top: 57px;
}

.product_item {
    width: 173px;
    height: 274px;
    margin: 10px 10px;
    background: url("../images/event4_card.png") no-repeat center 0;
    position: relative;
}

.product_img {
    width: 40px;
    height: 40px;
    margin: 30px auto 5px;
    display: block;
}

.product_info {
    height: 140px;
    text-align: center;
    color: #eb2f30;
    font-size: 17px;
}

.product_name {
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
}

.product_price {
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 50px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*    .product_price img {
        position: relative;
        top: 5px;
    }*/

.product_btn {
    display: block;
    margin: 53px auto 0;
    cursor: pointer;
    width: 145px;
    height: 44px;
}

.productinfo {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    margin-top: 300px;
}


/*
    pop
*/

.hlone, .xwone, .buyhlbox, .buyxwbox,.exchangemuchbox {
    width: 326px;
    height: 282px;
    background: url(../images/common_open.png) no-repeat;
    /*display: flex;*/
    background-size: cover;
    /*    justify-content: flex-end;
    align-content: center;
    flex-direction: column;
    align-items: center;
    padding-bottom: 25px;*/
}

.onedetil {
    display: flex;
    justify-content: flex-end;
    align-content: center;
    flex-direction: column;
    align-items: center;
    padding-bottom: 25px;
    height: 257px;
}

.oneinfo {
    display: flex;
    flex-flow: column;
    width: 130px;
    align-items: center;
    margin-top:18px;
}

.hlten, .xwten, .awardlogbox, .xwawardlogbox, .encilogbox, .hlrulebox, .xwrulebox {
    width: 673px;
    height: 582px;
    background: url("../images/common_open.png") no-repeat;
    text-align: center;
    background-size: cover;
}

.getawardimg {
    width: 50px;
    height: 50px;
}

.getawardname {
    color: #fff;
}

a.okhlone {
    display: block;
    /*    margin: 20px auto 0;*/
    width: 189px;
    height: 52px;
    background: url("../images/btn一次恩赐.png") no-repeat;
    background-size: cover;
}

a.okhlten {
    display: block;
    /*    margin: 20px auto 0;*/
    width: 189px;
    height: 52px;
    background: url("../images/btn十次恩赐.png") no-repeat;
    background-size: cover;
}

a.okxwone {
    display: block;
    /*    margin: 20px auto 0;*/
    width: 189px;
    height: 52px;
    background: url("../images/btn一次召唤.png") no-repeat;
    background-size: cover;
}

a.okxwten {
    display: block;
    /*    margin: 20px auto 0;*/
    width: 189px;
    height: 52px;
    background: url("../images/btn十次召唤.png") no-repeat;
    background-size: cover;
}

.tendetail {
    display: flex;
    flex-direction: column;
    height: 518px;
    justify-content: flex-end;
    align-items: center;
    width: 675px;
    gap: 20px;
}

.teninfo {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}


.slone_close {
    position: absolute;
    display: block;
    bottom: 203px;
    left: 91%;
    /*        margin-left: -25px;*/
    width: 40px;
    height: 40px;
    background: url("../images/close.png") no-repeat;
    background-size: cover; /* 图片会缩放以完全覆盖容器，可能被裁剪 */
    background-position: center; /* 通常配合center使用 */
    background-repeat: no-repeat;
}

.slten_close {
    position: absolute;
    display: block;
    bottom: 421px;
    left: 95%;
    /*        margin-left: -25px;*/
    width: 40px;
    height: 40px;
    background: url("../images/close.png") no-repeat;
    background-size: cover; /* 图片会缩放以完全覆盖容器，可能被裁剪 */
    background-position: center; /* 通常配合center使用 */
    background-repeat: no-repeat;
}
 

.awardlogboxinfo {
    display: flex;
    height: 558px;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
}

.awardlogbox .pop_title {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    color: #fff;
}

.awardlogbox .pop_con {
    height: 309px;
    line-height: 25px;
    font-size: 18px;
    text-align: center;
    overflow-y: auto;
    color: #fff;
    width: 435px;
}





.xwawardlogboxinfo {
    display: flex;
    height: 512px;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
}

.xwawardlogbox .pop_title {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    color: #fff;
}

.xwawardlogbox .pop_con {
    height: 256px;
    line-height: 32px;
    font-size: 18px;
    text-align: center;
    overflow-y: auto;
    color: #fff;
    width: 435px;
}








.encilogboxinfo {
    display: flex;
    height: 512px;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
}

.encilogbox .pop_title {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    color: #fff;
    margin-left: 78px;
}

.encilogbox .pop_con {
    height: 256px;
    line-height: 32px;
    font-size: 18px;
    text-align: center;
    overflow-y: auto;
    color: #fff;
    width: 572px;
}






.hlrulebox { 
}
.hlruleboxinfo {
    display: flex;
    flex-direction: column;
    color: #fff;
    gap: 50px;
    height: 743px;
    justify-content: center;
    align-items: center;
}
.hlruletitle {
/*    margin-left: 187px;*/
}

.hlruleinfo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 600px;
    height: 257px;
    overflow-y: auto;
}

    .hlruleinfo .item {
        text-align: left; /* 确保文本左对齐，其实默认就是左对齐 */
    }



.xwrulebox {
   
}
.xwruleboxinfo {
    display: flex;
    flex-direction: column;
    color: #fff;
    gap: 50px;
    height: 743px;
    justify-content: center;
    align-items: center;
}

.xwruletitle {
/*    margin-left: 187px;*/
}

.xwruleinfo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 600px;
    height: 257px;
    overflow-y: auto;
}

    .xwruleinfo .item {
        text-align: left; /* 确保文本左对齐，其实默认就是左对齐 */
    }




.timedownred {
    color: #e74c3c;
    font-weight: bold;
}





.okbuy {
    display: block;
    /*    margin: 20px auto 0;*/
    width: 144px;
    height: 55px;
    background: url("../images/确定.png") no-repeat;
    background-size: cover;
}
.buy_info {
    display: flex;
    color: #fff;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    height: 90%;
    width: 100%;
}



.hlnum_input {
    font-size: 20px;
    text-align: center;
    margin: 130px auto 0;
}

.hlbtn_plus,
.hlbtn_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;
}

.hlbtn_minus {
    background: url(https://static.web.sdo.com//bfo/pic/act_bfo/202010guoqing/jian.png) no-repeat center;
}

.hlnum_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;
}






.xwnum_input {
    font-size: 20px;
    text-align: center;
    margin: 130px auto 0;
}

.xwbtn_plus,
.xwbtn_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;
}

.xwbtn_minus {
    background: url(https://static.web.sdo.com//bfo/pic/act_bfo/202010guoqing/jian.png) no-repeat center;
}

.xwnum_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;
}



.exchangeinfo {
    display: flex;
    flex-flow: column;
    height: 263px;
    justify-content: flex-end;
    color:#fff;
}

.hlbanjiainfo {
    display: flex;
    flex-flow: column;
    height: 274px;
    justify-content: flex-end;
    color: #fff;
}
.buyhlboxinfo {
    display: flex;
    height: 295px;
}
.buyxwboxinfo {
    display: flex;
    height: 295px;
}

.exchangemuchboxinfo {
    display: flex;
    height: 295px;
}




.exchangenum_input {
    font-size: 20px;
    text-align: center;
    margin: 130px auto 0;
}

.exchangebtn_plus,
.exchangebtn_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;
}

.exchangebtn_minus {
    background: url(https://static.web.sdo.com//bfo/pic/act_bfo/202010guoqing/jian.png) no-repeat center;
}

.exchangenum_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;
}


.logintop { 
    width:400px;
    color:#fff;
    text-align:left;
}


.input-red {
    background: transparent;
    color: white; /* 白色文字 */
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    width: 300px;
    outline: none;
}

    .input-red::placeholder {
        color: rgba(255, 255, 255, 1);
    }
.zhekoutitle{
    position:absolute;
    color:white;
    margin-bottom:100px;
}


.niudanzhifu {
    display: flex;
    flex-direction: column;
    height: 246px;
    justify-content: flex-end;
    
}

    .niudanzhifu .name { 
        padding: 0 20px;
        color: #fae22a;
        font-weight: 700;
        font-size: 15px;
        word-wrap: break-word;
    }


.tentitle {
    color: yellow;
    font-size: 34px;
}


.nocurs{
    cursor:default;
}

.jinduimg {
    display: flex;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.jinduenciimg {
    display: flex;
    width: 50px;
    height: 50px;
    margin-left: -1px;
    margin-top: 1px;
    cursor: pointer;
}
.jinduszimg {
    display: flex;
    width: 50px;
    height: 50px;
    margin-left: 1px;
    margin-top: -2px;
    cursor:pointer;
}

.exchangemuchinfo {
    display: flex;
    flex-flow: column;
    height: 293px;
}