* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

html {
    font-size: 100px;
}

html {
    width: 100%;
    overflow-x: hidden;
}

body {
    width: 100%;
    font: 12px/1.5 "微软雅黑", STHeiti, Arial;
    color: #000000;
    background: rgb(245, 245, 245);
}

ul {
    list-style-type: none;
}

i, em {
    font-style: normal;
}

a {
    text-decoration: none;
    color: #000000;
}


h1, h2, h3, h4 {
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
}

.pb-container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.pb-main {
    width: 1200px;
    margin: 30px auto;
    padding-top: 20px;
    position: relative;
    padding-bottom: 30px;
    min-height: 100vh;
}


.pb-main > div {
    position: relative;
    z-index: 2;
}

.alert-window {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
}

.alert-window .alert-win-close {
    cursor: pointer;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.alert-win {
    width: 400px;
    height: 441px;
    border-radius: 12px;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    display: none;
    background: none no-repeat;
}

.alert-window .alert-win .close-win {
    width: 45px;
    height: 45px;
    background: url(../images/pcpb96.png) no-repeat center center;
    position: absolute;
    top: -55px;
    right: -55px;
    cursor: pointer;
}

.alert-window .win-rule {
    width: 800px;
    height: 600px;
    background-color: #ffffff;
    border-radius: 12px;
}

.alert-window .win-rule .rule-title {
    height: 96px;
    line-height: 96px;
    font-size: 32px;
    color: #707070;
    text-align: center;
}

.alert-window .win-rule .rule-con {
    width: 760px;
    margin: auto;
    height: 460px;
    overflow: auto;
}

.alert-window .win-rule .rule-main {
    font-size: 16px;
    line-height: 28px;
    color: #707070;
    width: 700px;
    margin: auto;
}

.win-rule .rule-main h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 8px;
}

.win-rule .rule-main p {
    margin-bottom: 6px;
    font-size:18px;
}

.mCSB_scrollTools {
    width: 27px;
    opacity: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fd7d2f !important;;
    opacity: 1;
    width: 23px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.35);
    border-radius: 12px;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background: rgba(90, 90, 90, 0.15);
}

.mCSB_scrollTools .mCSB_buttonUp {
    width: 27px;
    height: 16px;
    background: url(../images/xpb43.png) no-repeat center;
    opacity: 1 !important;
}

.mCSB_scrollTools .mCSB_buttonDown {
    width: 27px;
    height: 16px;
    background: url(../images/xpb43x.png) no-repeat center;
    opacity: 1 !important;
}

/*.mCSB_scrollTools a + .mCSB_draggerContainer {*/
/*    margin: 16px 0;*/
/*}*/

.alert-window .win-score {
    /* height: 900px; */
    width: 1090px;
    height: 540px;
    background-color: #ebebeb;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    border-radius: 16px;
}


.win-score .score-title {
    height: 116px;
    line-height: 116px;
    font-size: 36px;
    color: #707070;
    text-align: center;
}

.win-score .score-top {
    width: 1078px;
    height: 88px;
    background: url(../images/bg_mypoint.png) no-repeat center;
    background-size: 100%;
    border-radius: 12px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    font-size: 22px;
    color: #ffe29f;
    margin: 0 auto 10px;
}

.win-score .total-score,
.win-score .recent-score {
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    padding: 0 5px;
    position: relative;
    top: 3px;
}

.win-score .recent {
    position: absolute;
    height: 75px;
    line-height: 75px;
    right: 44px;
    top: 0;
    text-align: center;
    font-size: 22px;
    color: #ffffff;
    width: 281px;
    /* background: #ff000063; */
}

.win-score .avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: solid 3px #ffffff;
    box-sizing: border-box;
    margin-left: 35px;
    margin-right: 15px;
}

.win-score .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.win-score .score-bg-con {
    width: 1077px;
    margin: auto;
    height: 420px;
    overflow: hidden;
}

.win-score .score-con {
    width: 985px;
    margin: auto;
}

.win-score .score-main {
    font-size: 22px;
    line-height: 36px;
    color: #707070;
    margin: auto;
}

.win-score .score-bg {
    width: 1024px;
    /* height: 420px; */
    background-color: #ffffff;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    border-radius: 12px;
    margin: auto;
    overflow: hidden;
}

.win-score .score-t-list {
    width: 985px;
    margin: 0 auto;
    height: 60px;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    border-bottom: 1px solid #cccccc;
}

.win-score .score-t-list b {
    font-size: 20px;
    color: #373737;
    font-weight: normal;
    display: block;
    text-align: center;
    float: left;
    line-height: 60px;
}

.win-score .score-li span {
    float: left;
    text-align: center;
    color: #707070;
    font-size: 16px;
}

.win-score .col0 {
    width: 15%;
    /* margin-right: 10%; */
}

.win-score .col1 {
    width: 45%;
    /* margin-right: 10%; */
}

.win-score .col2 {
    width: 20%;
    /* margin-right: 5%; */
}

.win-score .col3 {
    width: 20%;
}


.win-score .score-li {
    width: 100%;
    margin: 0 auto;
    height: 42px;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    line-height: 42px;
}

.win-score .score-main b {
    font-size: 22px;
    color: #373737;
    font-weight: normal;
    display: block;
}

.load-more {
    height: 32px;
    line-height: 32px;
    font-size: 24px;
    margin-bottom: 15px;
}

.win-raffle {
    width: 400px;
    height: 441px;
    background-image: url(../images/pcpb95.png);
}

.win-raffle .raffle {
    padding-top: 165px;
}


.win-raffle .t {
    width: 100%;
    height: auto;
    position: absolute;
    top: -56px;
    left: 0;
    right: 0;
    margin: auto;
}

.win-raffle .t .img {
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin: 0 auto 28px;
    position: relative;
}

.win-raffle .t .img img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.win-raffle .t p {
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    font-size: 22px;
    font-weight: bold;
    color: #3a0101;
}

.win-raffle .m-con .text {
    line-height: 40px;
    width: 320px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 6px;
    color: #733200;
    font-size: 14px;
    text-align: center;
    margin: 0 auto 21px;
}


.win-raffle .to-roll {
    width: 120px;
    height: 40px;
    background: url(../images/pcpb86.png);
    display: block;
    margin: auto;
    font-size: 16px;
    font-weight: normal;
    line-height: 40px;
    letter-spacing: 1px;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
}

.win-raffle .to-roll.no-roll {
    background-image: url(../images/pcpb97.png);
}

.win-raffle .box-list1 {
    display: block;
}

.win-raffle .box-list1 {
    width: 120px;
    height: 120px;
    display: block;
    margin: 0 auto 23px;
}

.win-raffle .box-list-li1 {
    width: 120px;
    height: 120px;
    background: url(../images/pcpb91.png) no-repeat center;
    background-size: 100%;
}

.win-raffle .m-con img {
    width: 88%;
    height: 88%;
    float: left;
    margin: 6%;
}

.win-raffle .box-list2 {
    display: block;
    align-items: center;
    justify-content: center;
    height: 90px;
    margin-bottom: 42px;
}

.win-raffle .box-list-li2 {
    width: 90px;
    height: 90px;
    background: url(../images/pcpb92.png) no-repeat center;
    background-size: 100%;
    margin: 0 14px;
    display: inline-block;
}


.win-raffle .box-list3 {
    display: block;
    width: 96%;
    margin: 0 auto 15px;
    height: 120px;
}

.win-raffle .box-list1-bg,
.win-raffle .box-list2-bg,
.win-raffle .box-list3-bg {
    width: 94%;
    font-size: 0;
    text-align: center;
    margin: auto;
}

.win-raffle .box-list3-bg {
    text-align: left;
}

.win-raffle .box-list-li3 {
    width: 50px;
    height: 50px;
    background: url(../images/pcpb93.png) no-repeat center;
    background-size: 100%;
    margin: 0 5px 10px;
    display: inline-block;
}

.win-raffle-result {
    width: 645px;
    height: 669px;
    background-image: url(../images/pcpb94.png);
}

.win-raffle-result .result-ul {
    width: 100%;
    height: 352px;
    background: url(../images/pcpb88.png) no-repeat center bottom;
    background-size: 150px 150px;
    position: relative;
    margin-bottom: 124px;
}

.win-raffle-result .result-ul .result-list {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.win-raffle-result .result-li {
    width: 197px;
    height: 197px;
    background: url(../images/pcpb100.png) no-repeat center center;
    background-size: 100%;
    position: absolute;
}

.win-raffle-result .result-li img {
    display: block;
    width: 68%;
    height: 68%;
    float: left;
    margin: 16%;
}

.win-raffle-result .num3 .li1 {
    left: 32px;
    top: 104px;
}

.win-raffle-result .num3 .li2 {
    left: 222px;
    top: 15px;
}

.win-raffle-result .num3 .li3 {
    left: 410px;
    top: 108px;
}

.win-raffle-result .num2 .li1 {
    top: 40px;
    left: 100px;
}

.win-raffle-result .num2 .li2 {
    top: 40px;
    left: 350px;
}

.win-raffle-result .num1 .li1 {
    left: 222px;
    top: 15px;
}

.win-raffle-result .box-name {
    font-size: 36px;
    font-weight: bold;
    margin: 10px auto 5px;
    line-height: 70px;
    letter-spacing: 1px;
    color: #3f0a0a;
    position: absolute;
    bottom: 0;
}

.win-raffle-result .box-info {
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 100px;
    color: white;
}

.win-raffle-result .box-info div {
    margin-top: 20px;
}

.win-raffle-result .box-info div p, .win-raffle-result .box-info div a {
    color: #3a0101;
    font-size: 18px;
    line-height: 32px;
    display: block;
}

.win-raffle-result .to-share {
    width: 437px;
    height: 167px;
    background: url(../images/xpb17.png);
    display: block;
    margin: 0;
    font-size: 48px;
    font-weight: bold;
    line-height: 108px;
    letter-spacing: 1px;
    color: #ffffff;
    cursor: pointer;
}

.win-raffle-result .to-again {
    width: 437px;
    height: 167px;
    background: url(../images/xpb17.png);
    display: block;
    margin: 0;
    font-size: 48px;
    font-weight: bold;
    line-height: 108px;
    letter-spacing: 1px;
    color: #ffffff;
    cursor: pointer;
}

.container_alert {
    z-index: 1002 !important;
}

.address_alert {
    display: block !important;
}


.commodity_page {
    text-align: center;
    min-width: 200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    clear: both;
}

.pages {
    height: 26px;
}

.pages a {
    padding: 4px 9px;
    height: 24px;
    line-height: 27px;
    border-radius: 2px;
    border: solid 1px #cecece;
    text-align: center;
    color: #5b6b7f;
    font-size: 12px;
    margin-right: 4px;
    cursor: pointer;
}

.pages a.active, .pages a:hover {
    background: #ff6900;
    color: #fff;
    border: solid 1px #ff6900;
}

.pages span {
    color: #5b6b7f;
    font-size: 12px;
    line-height: 26px;
}

.pages span.more {
    font-size: 21px;
    margin: 0 9px 0 5px;
    line-height: 16px;
}

.pages span.count {
    margin: 0 22px 0 25px;
}

.pages span.jump_t {
    margin: 0 8px;
}

.pages input {
    width: 46px;
    height: 21px;
    border-radius: 2px;
    border: solid 1px #cecece;
}

.pages span.jump {
    padding: 4px 9px;
    height: 24px;
    line-height: 24px;
    border-radius: 2px;
    border: solid 1px #cecece;
    text-align: center;
    color: #5b6b7f;
    font-size: 12px;
    cursor: pointer;
}

.public-date-assort {
    float: right;
    height: 30px;
    text-align: right;
    font-size: 20px;
    line-height: 30px;
    color: #707070;
    position: relative;
    z-index: 2;
}

.public-date-assort .select-date {
    text-align: center;
    line-height: 28px;
    height: 28px;
    width: 128px;
    background-color: #ffffff;
    border: solid 1px #929292;
    float: right;
    font-size: 14px;
    color: #000000;
    cursor: pointer;
}

.public-date-assort .select-date:after {
    content: "";
    width: 18px;
    height: 11px;
    display: inline-block;
    vertical-align: unset;
    background: url(../images/pcpb68.png) no-repeat;
    margin-left: 8px;
}

.public-date-assort.show .select-date:after {
    transform: rotate(180deg);
}

.public-date-assort .date-list {
    width: 240px;
    height: 255px;
    background-color: #ffffff;
    border-radius: 12px 0px 12px 12px;
    border: solid 1px #707070;
    position: absolute;
    top: 29px;
    right: 0;
    box-sizing: border-box;
    padding: 14px 15px;
}

.public-date-assort .date-title {
    width: 100%;
    line-height: 30px;
    height: 30px;
    font-size: 22px;
    color: #000000;
    font-weight: bold;
    text-align: left;
}

.public-date-assort .date-title .year {
    float: left;
}

.public-date-assort .date-title .reduce {
    float: right;
    width: 18px;
    height: 11px;
    display: inline-block;
    vertical-align: unset;
    background: url(../images/pcpb67.png) no-repeat;
    margin-top: 8px;
    margin-right: 19px;
    cursor: pointer;
}

.public-date-assort .date-title .add {
    float: right;
    width: 18px;
    height: 11px;
    display: inline-block;
    vertical-align: unset;
    background: url(../images/pcpb67.png) no-repeat;
    margin-top: 8px;
    cursor: pointer;

    transform: rotate(180deg);
}

.public-date-assort .date-list {
    display: none;
}

.public-date-assort.show .date-list {
    display: block;
}

.public-date-assort .month-list {
    width: 100%;
    padding-top: 8px;
    overflow: hidden;
    margin-bottom: 10px;
}

.public-date-assort .month {
    float: left;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #000000;
    width: 36px;
    margin: 9px 8px;
    height: 30px;
    text-align: center;
    cursor: pointer;
}

.public-date-assort .month.active {
    color: #fb6026;
    position: relative;
}

.public-date-assort .month.active:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 28px;
    height: 4px;
    background: #fb6026;
    right: 0;
    margin: auto;
    border-radius: 2px;
}

.public-date-assort .select-btn {
    height: 30px;
    font-size: 0;
    text-align: center;
}

.public-date-assort .select-btn div {
    width: 80px;
    font-size: 14px;
    line-height: 30px;
    border-radius: 15px;
    text-align: center;
    display: inline-block;
    background: #eee;
    cursor: pointer;
    margin: 0 9px;
}

.public-date-assort .select-btn .confirm {
    background: #fb6026;
    color: #ffffff;
}


.no-data {
    width: 100%;
    height: 200px;
    line-height: 200px;
    font-size: 21px;
    color: #707070;
    text-align: center;
}

.win-raffle-result .result-li img {
    border-radius: 50%;
}

#win-rule {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border: 1px solid #cbcbcb;
    table-layout: fixed;
    margin: 10px auto;
}

#win-rule caption {
    color: #000;
    font: italic 85%/1 arial, sans-serif;
    padding: 1em 0;
    text-align: center;
}

#win-rule td, #win-rule th {
    border-left: 1px solid #cbcbcb;
    padding: 5px 10px;
    border-bottom: 1px solid #cbcbcb;
    vertical-align: sub;
}

#win-rule thead {
    background-color: #e0e0e0;
    color: #000;
    text-align: left;
    vertical-align: bottom;
}

#win-rule td {
    background-color: transparent;
}

#win-rule .c-w1 {
    width: 72px;
}

#win-rule .c-w2 {
    width: 100px;
}
#win-rule .c-w3 {
    width: 240px;
}

#win-rule .c-w4 {
    width: 75px;
}
