<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
body {
    margin: 0 auto;
    font-size: 12px;
    font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜", Arial, Helvetica, sans-serif;
    color: #000;
    text-align: center;
    background-color: #f9f9f8;
}

img {
    border: 0px;
}

form, input, select, div, ul, li, p, h1, h2, h3, h4, em, i {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 12px;
    font-weight: normal;
    font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
    font-style: normal;
}

a {
    text-decoration: none;
    cursor: pointer
}

.bd-container {
    width: 100%;
    background: url(../images/bdwp13.png) no-repeat center top rgb(245, 245, 245);
    padding-top: 586px;
}

.bd-con {
    width: 1200px;
    margin: auto;
    text-align: left;
}

.img-list {
    width: 1200px;
    margin: auto;
    padding-top: 32px;
    padding-bottom: 130px;
    clear: both;
}

.img-list img {
    width: 1200px;
    margin-bottom: 32px;
}

.right-fixed {
    width: 78px;
    height: 168px;
    position: fixed;
    right: 50%;
    /* margin-left:-600px; */
    z-index: 3;
    /* top: 0; */
    bottom: 50px;
    margin: auto -696px auto 0;
}

.right-fixed a {
    width: 78px;
    height: 108px;
    display: block;

    background: url(../images/wjdc.png) no-repeat center center;
}

.right-fixed a + a {
    margin-top: 12px;
    background-image: url(../images/zd.png);
    margin-left: 30px;
    width: 48px;
    height: 48px;
}

.bd-con-left {
    width: 498px;
    height: 416px;
    background-color: #ffffff;
    border-radius: 24px;
    float: left;
    padding: 23px 32px;
    box-sizing: border-box;
}

.bd-con-left h3 {
    font-size: 32px;
    font-weight: bold;
    line-height: 45px;
    color: #444444;
    /* text-align: left; */
}
.bd-con-left h3 a{
    float: right;
    font-size: 16px;
    font-weight: normal;
    color: #ababab;
    line-height: 24px;
    margin: 11px 0 0 0;
}
.bd-con-left h4 {
    font-size: 14px;
    line-height: 18px;
    color: #ababab;
    /* text-align: left; */
    margin-bottom: 10px;
}

.bd-con-left h5 {
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
    color: #444444;
    margin: 0;
}

.bd-con-left .left-btn {
    display: inline-block;
    cursor: pointer;
    height: 36px;
    border-radius: 20px;
    border: solid 1px #dddddd;
    box-sizing: border-box;
    line-height: 34px;
    text-align: center;
    padding: 0 21px;
    margin-right: 12px;
    font-size: 16px;
}

.bd-con-left .left-btn.active {
    border-color: #06a7ff;
    background: #06a7ff;
    color: white;
    letter-spacing: 1px;
}

.bd-con-left .type-btns,
.bd-con-left .time-btns {
    clear: both;
    margin-bottom: 8px;
}

.bd-con-left .bd-num {
    height: 36px;
    font-size: 0;
    margin-bottom: 16px;
}

.bd-con-left .bd-num .num-reduce {
    float: left;
    border: solid 1px #cccccc;
    width: 36px;
    height: 36px;
    line-height: 30px;
    font-size: 30px;
    font-weight: bold;
    box-sizing: border-box;
    border-radius: 6px 0 0 6px;
    text-align: center;
    cursor: pointer;
}

.bd-con-left .bd-num .num-input {
    float: left;
    border: 0;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    width: 56px;
    height: 36px;
    box-sizing: border-box;
    outline: 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.bd-con-left .bd-num .num-add {
    float: left;
    border: solid 1px #cccccc;
    width: 36px;
    height: 36px;
    line-height: 30px;
    font-size: 30px;
    font-weight: bold;
    box-sizing: border-box;
    text-align: center;
    border-radius: 0 6px 6px 0;
    cursor: pointer;
}

.open-order {
    height: 54px;
    background-image: linear-gradient(270deg,
    #06a7ff 0%,
    #06d4ff 100%);
    border-radius: 27px;
    width: 100%;
    line-height: 54px;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.open-order em{
    display: none;
}
.open-order.has-discount em{
    display: block;
    width: 62px;
    height: 25px;
    background-color: #707070;
    border-radius: 12px 12px 12px 0px;
    line-height: 25px;
    color: #ffffff;
    font-size: 14px;
    text-decoration: line-through;
    right: 38px;
    top: -10px;
    position: absolute;
}

.bd-con-right {
    width: 670px;
    height: 419px;
    background-color: #ffffff;
    border-radius: 24px;
    float: right;
    padding: 23px 34px;
    box-sizing: border-box;
}

.bd-con-right h3 {
    font-size: 32px;
    font-weight: bold;
    line-height: 45px;
    color: #444444;
    margin-bottom: 15px;
}

.bd-con-right h3 span {
    float: right;
    font-size: 14px;
    font-weight: normal;
    color: #ababab;
    line-height: 24px;
    margin: 28px 0 0 8px;

}

.bd-con-right h3 span[class] {
    cursor: pointer;
}

.lottery-container {
    width: 606px;
    height: 312px;
    position: relative;
    margin: auto;
}

.draw {
    width: 100%;
    margin: auto;
    background-repeat: no-repeat;
    background-size: 100%;
}

.row {
    float: left
}

.row.col .item {
    float: none;
    position: relative;
}

.row .item .img-con {
    width: 80px;
    height: 44px;
    margin: auto;
}


.row .item .img-con img {
    width: 100%;
    height: 100%;
}

.row .item p {
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    font-size: 14px;
    letter-spacing: 1px;
    color: #999999;
    width: 100%;
}

.row .item .gift-level {
    width: 67px;
    height: 67px;
    background: url(../images/bdwp17.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
}

.draw .item {
    width: 198px;
    height: 98px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    margin: 4px 2px;
    position: relative;
    box-sizing: border-box;
    padding-top: 13px;
    background: #f6f6f6;
}

.draw .item.active {
    background: rgb(255, 226, 231);
    border: 2px solid #ff4369;
    padding-top: 12px;
}

.draw .lottery-unit-0 {
    background: rgb(68, 68, 68) !important;
}

/*.draw .name {*/
/*    display: block;*/
/*    margin-top: 10px;*/
/*    font-size: 14px*/
/*}*/

.row .click-btn {
    width: 198px;
    height: 98px;
    background-image: linear-gradient(0deg,
    #ff436a 0%,
    #ff6161 100%);
    border-radius: 4px;
    box-sizing: border-box;
    padding-top: 20px;
    margin: 4px 2px;
    position: relative;
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    letter-spacing: 2px;
}

.click-btn .has-times {
    display: block;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    width: 100%;
    margin: auto;
    line-height: 24px;
}

.alert-window {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    display: none;
}

.alert-window .alert-con {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    bottom: 0;
    right: 0;
    z-index: 3;
    background-color: #ffffff;
    border-radius: 24px;
    display: none;
}

.alert-window &gt; .close-window {
    z-index: 2;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 0;
    display: block !important;
}

.alert-con .close-window,
.alert-con .close-agree {
    width: 42px;
    height: 42px;
    background: url(../images/bdwp14.png) no-repeat center center;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
}

.pay-order {
    width: 720px;
    height: 416px;
    text-align: left;
}

.pay-order .order-left {
    float: left;
    margin: 40px 0 0 32px;
}

.order-left h3 {
    height: 28px;
    line-height: 28px;
    margin-bottom: 3px;
    font-size: 16px;
    color: #444444;
    font-weight: bold;
}

.order-left .order-detail {
    width: 398px;
    height: 36px;
    background-color: #f5f5f5;
    border-radius: 4px;
    line-height: 36px;
    box-sizing: border-box;
    padding: 0 8px;
    margin-bottom: 10px;
    font-size: 16px;
}

.order-left .order-detail span {
    color: #ff4600;
}

.order-left .order-detail .detail-left {
    float: left;
    font-size: 16px;
}

.order-left .order-detail .detail-right {
    float: right;
    color: #ff4600;
    font-size: 16px;
}

.order-left .order-check {
    width: 398px;
    height: 76px;
    background-color: #f5f5f5;
    border-radius: 4px;
    resize: none;
    outline: none;
    border: 0;
    box-sizing: border-box;
    padding: 10px;
    letter-spacing: 0;
    font-size: 16px;
}

.order-left .submit-order {
    width: 398px;
    height: 54px;
    background-image: linear-gradient(270deg,
    #06a7ff 0%,
    #06d4ff 100%);
    border-radius: 27px;
    line-height: 54px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    margin: 0 auto 5px;
    cursor: pointer;
}

.order-left .buy-rule {
    text-align: center;
    font-size: 14px;
    color: #666666;
}

.order-left .buy-rule a {
    color: #067aff;
}

.order-right {
    width: 258px;
    height: 416px;
    background-color: #f5f5f5;
    border-radius: 0px 24px 24px 0px;
    float: right;
    box-sizing: border-box;
    padding-top: 62px;
    text-align: center;
}

.order-right h3 {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}

.order-right .pay-num {
    font-weight: bold;
    font-size: 28px;
    line-height: 41px;
    color: #ff4600;
    margin-bottom: 8px;
}

.order-right .order-code-con {
    width: 160px;
    height: 160px;
    margin: 0 auto 15px;
    position: relative;
}

.order-right .order-code-con img {
    width: 100%;
    height: 100%;
}

.order-right .order-code-shadow {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 2;
    width: 100%;
    height: 100%;
    display: table;
}

.order-right .order-code-shadow span {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
}

.order-right .pay-tips {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.order-right .pay-tips img {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin: 0 4px 0 2px;
}

.award-title {
    height: 95px;
    font-size: 32px;
    font-weight: bold;
    line-height: 95px;
    color: #444444;
}

.alert-award1 {
    width: 380px;
    height: 317px;
}

.alert-award1 img {
    width: 160px;
    height: 88px;
    display: block;
    vertical-align: middle;
    margin: auto;
}

.alert-award1 p {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #999999;
    margin: 0 auto 16px;
}

.alert-btn {
    width: 258px;
    height: 54px;
    line-height: 54px;
    background-image: linear-gradient(270deg,
    #06a7ff 0%,
    #06d4ff 100%);
    border-radius: 27px;
    display: block;
    margin: auto;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}


.alert-award2 {
    width: 610px;
    height: 317px;
}

.alert-award2 .key-bg {
    width: 486px;
    height: 120px;
    box-sizing: border-box;
    padding: 25px 27px 0;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    margin: 0 auto 24px;
    background: url(../images/bdwp18.png) no-repeat center center;
}

.alert-award2 .key-code {
    width: 432px;
    margin: 0 auto 10px;
    height: 54px;
    background-color: #f5f5f5;
    font-size: 24px;
    font-weight: bold;
    line-height: 54px;
    color: #444444;
    letter-spacing: 1px;
}


.alert-buy1 {
    width: 720px;
    height: 254px;
}

.alert-buy1 .key-code {
    width: 432px;
    margin: 0 auto 10px;
    height: 54px;
    background-color: #f5f5f5;
    font-size: 24px;
    font-weight: bold;
    line-height: 54px;
    color: #444444;
    letter-spacing: 1px;
}

.alert-buy-btns {
    height: 54px;
    text-align: center;
    position: relative;
    margin-top: 24px;
}

.alert-buy-btns a {
    display: inline-block;
    width: 226px;
    height: 52px;
    line-height: 52px;
    border-radius: 27px;
    border: solid 1px #707070;
    font-size: 20px;
    font-weight: bold;
    color: #444444;
    margin-left: 8px;
    cursor: pointer;
}

.alert-buy-btns .alert-btn {
    display: inline-block;
    color: #ffffff;
    border: 0;
}


.alert-buy2 {
    width: 720px;
    height: 422px;
}

.alert-buy-list {
    width: 507px;
    margin: auto;
    height: 220px;
    overflow: hidden;
}

.alert-buy2 .alert-buy-li {
    overflow: hidden;
}

.alert-buy2 .key-code {
    width: 432px;
    margin: 0 auto 16px;
    height: 54px;
    background-color: #f5f5f5;
    font-size: 24px;
    font-weight: bold;
    line-height: 54px;
    color: #444444;
    float: left;
    letter-spacing: 1px;
}

.alert-buy2 .copy-left {
    float: right;
    height: 54px;
    width: 50px;
    font-size: 16px;
    line-height: 54px;
    color: #c8c8c8;
    text-decoration: underline;
    cursor: pointer;
}


.alert-gifts {
    width: 720px;
    height: 434px;
}

.alert-gifts-list {
    width: 507px;
    margin: auto;
    height: 303px;
    overflow: auto;
}

.alert-gifts .alert-gifts-li {
    overflow: hidden;
    margin-bottom: 16px;
}

.alert-gifts .key-bg {
    width: 486px;
    height: 120px;
    box-sizing: border-box;
    padding: 25px 27px 0;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    margin: 0 auto;
    position: relative;
    background: url(../images/bdwp18.png) no-repeat center center;
}

.alert-gifts .key-code {
    width: 432px;
    margin: 0 auto 10px;
    height: 54px;
    background-color: #f5f5f5;
    font-size: 24px;
    font-weight: bold;
    line-height: 54px;
    color: #444444;
    letter-spacing: 1px;

}

.alert-gifts .key-bg a {
    position: absolute;
    left: 0;
    width: 486px;
    height: 120px;
    background: rgba(245, 245, 245, 0.7);
    border-radius: 6px;
    top: 0;
    display: none;
    padding-top: 35px;
    box-sizing: border-box;
}

.alert-gifts .alert-gifts-li1:hover a {
    display: block;
}

.alert-gifts .alert-gifts-li2 {
    width: 485px;
    height: 88px;
    background: none no-repeat center center;
    background-size: 100% 100%;
}

.alert-gifts .alert-gifts-li2 .gift-title {
    text-align: left;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #444444;
    line-height: 64px;
    text-indent: 24px;
    height: 52px;
}

.alert-gifts .alert-gifts-li2 .gift-time {
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #999999;
    line-height: 16px;
    text-indent: 24px;
}

.alert-gifts .alert-gifts-li2[data-type="2"] {
    background-image: url(../images/bdwp11.png);
}

.alert-gifts .alert-gifts-li2[data-type="3"] {
    background-image: url(../images/bdwp9.png);
}

.alert-gifts .alert-gifts-li2[data-type="4"] {
    background-image: url(../images/bdwp5.png);
}

.alert-gifts .alert-gifts-li2[data-type="6"] {
    background-image: url(../images/bdwp1.png);
}

.alert-gifts .alert-gifts-li2[data-type="7"] {
    background-image: url(../images/bdwp3.png);
}


.alert-gifts .alert-gifts-li2[data-type="8"] {
    background-image: url(../images/bdwp7.png);
}


.alert-rule {
    width: 720px;
    height: 422px;
}
.alert-rule-bg {
    width: 600px;
    margin: auto;
    height: 303px;
    overflow: auto;
    text-align: left;
}
.alert-rule-bg h3{
    font-size:16px;
    line-height: 36px;
}
.alert-rule-bg p{
    font-size:16px;
    line-height: 28px;
}

.alert-agree {
    width: 720px;
    height: 422px;
}
.alert-agree-bg {
    width: 600px;
    margin: auto;
    height: 303px;
    overflow: auto;
    text-align: left;
}
.fhyx_footer{
    margin-top:0;
}
.alert-rule-con,
.alert-agree-con,
.alert-gifts-ul{
    padding-right:10px;
}
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_draggerRail{
    width: 9px !important;
    border-radius: 5px !important;
}
.mCSB_scrollTools .mCSB_draggerRail{
    background-color: #eeeeee !important;
    border-radius: 5px !important;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
    background:#aaa !important;
}
.adviste_body{
    display: none !important;
}
.pay-money{
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    line-height: 60px;
    height: 60px;
    color: #444444;

}
.pay-money span,
.pay-money span em{
    font-size: 28px;
    color: #ff4600;
    font-weight: bold;
}
.order-left .no-pay{
    color: #ff4600;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    width: 100%;
    display: block;
}
.order-left .no-pay em{
 /*   color:#067aff;*/
}
.order-left .no-pay span{
    color:#067aff;
}
.third{
    display: none !important;
}</pre></body></html>