.bg {
    background: url(https://cdn-js.yebaojiasu.com/act/20220615/bg.png) no-repeat top center;
}

.hide {
    display: none;
}

.c {
    width: 1200px;
    margin: auto;
    position: relative;
    background: url(https://cdn-js.yebaojiasu.com/act/20220615/c.png) no-repeat top center;
    height: 2544px;
}

.logo {
    width: 251px;
    height: 38px;
    background: url(https://cdn-js.yebaojiasu.com/act/20220615/logo.png) no-repeat top center;
    position: absolute;
    top: 44px;
    left: 0;
}

.act-time-top {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 989px;
    left: 0;
    color: #ECD9FF;
    line-height: 1;
}

.login {
    width: 100%;
    position: absolute;
    top: 485px;
    left: 0;
    text-align: center;
    color: #EDE5F7;
}

.login span, .act-login{
    cursor: pointer;
}

.buy {
    display: block;
    width: 158px;
    height: 42px;
    background: url(https://cdn-js.yebaojiasu.com/act/20220615/buy.png) left center no-repeat;
    position: absolute;
    left: 219px;
    top: 877px;
}

.buy2 {
    left: 520px;
}

.buy3 {
    left: 821px;
}

.buy:hover {
    background-position-x: -158px;
}

.buy:active {
    background-position-x: -316px;
}

.get-award, .my-award{
    display: block;
    width: 210px;
    height: 46px;
    float: left;
    background: url(https://cdn-js.yebaojiasu.com/act/20220615/get-award.png) left center no-repeat;
    position: absolute;
    top: 1654px;
    left: 362px;
}

.my-award {
    left: 626px;
    background: url(https://cdn-js.yebaojiasu.com/act/20220615/my-award.png) left center no-repeat;
}

.get-award > span {
    position: absolute;
    left: 0px;
    top: 50px;
    width: 100%;
    text-align: center;
    color: #fff;
}

.get-award:hover, .my-award:hover {
    background-position-x: -210px;
}

.get-award:active, .my-award:active {
    background-position-x: -420px;
}

.lucky-list {
    width: 1200px;
    height: 100px;
    overflow: hidden;
    position: absolute;
    top: 1833px;
    left: 0;
    right: 0;
    margin: auto;
    color: #BBAAD3;
}

.info {
    font-size: 16px;
    color: #BBAAD3;
    line-height: 42px;
    position: absolute;
    left: 50px;
    bottom: 120px;
}

.pbb {
    color: #FE9F53;
}

/* 弹框 */
.popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 999;
    display: none;
}

.popup > div {
    width: 615px;
    height: 402px;
    border: 4px solid #8E37FF;
    background: linear-gradient(0deg, #3D1279 0%, #6020B8 100%);
    border-radius: 25px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.popup .popup-title {
    width: 100%;
    text-align: center;
    line-height: 1;
    font-size: 36px;
    font-weight: bold;
    color: #e1cdff;
    position: absolute;
    top: 42px;
    left: 0;
}

.popup .popup-close {
    display: block;
    width: 26px;
    height: 26px;
    background: url(https://cdn-js.yebaojiasu.com/act/20220615/popup/close-bg.png) left top no-repeat;
    position: absolute;
    top: 26px;
    right: 28px;
    z-index: 999;
}

.popup .popup-close:hover {
    background-position-x: -26px;
}

.popup .popup-close:active {
    background-position-x: -52px;
}



/* 充值 */
.popup .popup-buy {
    width: 915px;
    height: 551px;
}

.popup-buy .product-list {
    width: 775px;
    height: 305px;
    box-sizing: border-box;
    position: absolute;
    top: 49px;
    left: 0;
    right: 0;
    margin: auto;
    border-bottom: 1px dashed #8554C8;
}

.popup-buy .product-list > div {
    width: 239px;
    height: 100%;
    float: left;
    cursor: pointer;
    background: url(https://cdn-js.yebaojiasu.com/act/20220615/popup/product-bg.png) left top no-repeat;
    margin-right: 29px;
    position: relative;
}

.popup-buy .product-list > div:last-child {
    margin: 0;
}

.popup-buy .product-list > div:not(.product-active):hover {
    background-position-x: -239px;
}

.popup-buy .product-list > div:active, .popup-buy .product-list .product-active {
    background-position-x: -478px;
}

.popup-buy .product-list > div .flag {
    width: 80px;
    height: 28px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 28px;
    text-align: center;
    color: #fff;
}

.popup-buy .product-list > div p {
    width: 100%;
    position: absolute;
    left: 0;
    line-height: 1;
    text-align: center;
}

.popup-buy .product-list > div .name {
    font-size: 22px;
    color: #854DCF;
    top: 57px;
}

.popup-buy .product-list > div .line {
    width: 200px;
    border-bottom: 1px dashed #edd0bf;
    left: 0;
    right: 0;
    margin: auto;
}

.popup-buy .product-list > div .line1 {
    top: 91px;
}

.popup-buy .product-list > div .per-month {
    font-size: 16px;
    color: #771CB3;
    top: 130px;
    font-weight: 900;
}

.popup-buy .product-list > div .per-month span {
    font-size: 30px;
}

.popup-buy .product-list > div .price {
    top: 172px;
    color: #5E3772;
    font-size: 16px;
}

.popup-buy .product-list > div .line2 {
    top: 194px;
}

.popup-buy .product-list > div .discount {
    top: 230px;
    color: #9D7960;
}

.popup-buy .pay-box {
    width: 784px;
    position: absolute;
    top: 371px;
    left: 0;
    right: 0;
    margin: auto;
}

.popup-buy .pay-box > div {
    float: left;
}

.popup-buy .pay-box .pay-type {
    margin: 19px 0 0 78px;
}

.popup-buy .pay-box .pay-type a {
    display: block;
    width: 198px;
    height: 55px;
    line-height: 55px;
    background: url(https://cdn-js.yebaojiasu.com/act/20220615/popup/choice.png) left top no-repeat;
    font-size: 16px;
    color: #8330D2;
    text-indent: 30px;
}

.popup-buy .pay-box .pay-type a:last-child {
    margin-top: 16px;
}

.popup-buy .pay-box .pay-type a img {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 14px;
}

.popup-buy .pay-box .pay-type a:hover, .popup-buy .pay-box .pay-type a:active, .popup-buy .pay-box .pay-type .pay-type-active {
    background-position-x: -198px;
}

.popup-buy .pay-box .qrcode-box {
    margin-left: 61px;
    position: relative;
}

.popup-buy .pay-box .qrcode-box .qrcode {
    width: 160px;
    height: 160px;
    box-sizing: border-box;
    background: #32105F;
    border-radius: 3px;
    padding: 10px;
}

.popup-buy .pay-box .qrcode-box .qrcode canvas {
    border: 9px solid #fff;
}

.popup-buy .pay-box .qrcode-box .refresh {
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 1;
    text-align: center;
    color: #fff;
    line-height: 18px;
    display: none;
    padding-top: 30%;
}

.popup-buy .pay-box .qrcode-box .refresh .refresh-btn {
    display: block;
    height: 21px;
    margin: 8px auto 0;
    color: #fff;
    text-decoration: underline;
}

.popup-buy .pay-box .pay-info {
    margin: 51px 0 0 25px;
}

.popup-buy .pay-box .pay-info p {
    width: 100%;
    box-sizing: border-box;
    line-height: 1;
    font-size: 21px;
    color: #EFE7F9;
    padding-left: 7px;
    margin-bottom: 18px;
}

.popup-buy .pay-box .pay-info p:last-child {
    padding: 0;
    font-size: 24px;
}

.popup-buy .pay-box .pay-info p:last-child span {
    font-size: 36px;
    color: #FFDB49;
    margin: 0 5px 0 0;
}

/* 系统提示弹框 */
.popup-sys {
    width: 615px;
    height: 402px;
}

.popup-sys .popup-tips {
    width: 100%;
    text-align: center;
    line-height: 1;
    font-size: 24px;
    color: #EFE7F9;
    position: absolute;
    top: 185px;
    left: 0;
}

.popup-sys .popup-tips-two {
    line-height: 40px;
    top: 140px;
    left: 0;
}

.popup-sys .popup-confirm {
    width: 210px;
    height: 46px;
    background: url(https://cdn-js.yebaojiasu.com/act/20220615/popup/popup-confirm.png) left top no-repeat;
    position: absolute;
    top: 308px;
    left: 0;
    right: 0;
    margin: auto;
}

.popup-sys .popup-confirm:hover {
    background-position-x: -210px;
}

.popup-sys .popup-confirm:active {
    background-position-x: -420px;
}

/* 记录弹框 */
.popup-record {
    width: 615px;
    height: 402px;
}

.popup-record .popup-body {
    width: 555px;
    height: 235px;
    position: absolute;
    top: 111px;
    left: 40px;
    overflow: hidden;
    overflow-y: auto;
}

.popup-record .popup-body > div {
    width: 535px;
    height: 76px;
    box-sizing: border-box;
    padding: 15px 0 0 23px;
    background: #380F6F;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 15px;
}

.popup-record .popup-body > div div {
    width: 100%;
    line-height: 1;
    font-size: 16px;
    color: #E8D7FF;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.popup-record .popup-body > div div:first-child {
    margin-bottom: 11px;
}

.popup-record .popup-body::-webkit-scrollbar {
    width: 5px;
}

.popup-record .popup-body::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: #8D36FD;
}

.popup-record .popup-body::-webkit-scrollbar-track {
    border-radius: 0;
    background: transparent;
}

/* 概率弹框 */
.popup-pbb {
    width: 615px;
    height: 402px;
}

.popup-pbb .popup-head {
    width: 527px;
    height: 36px;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
    background: #3D1178;
}

.popup-pbb .popup-head div {
    width: 33.3%;
    height: 36px;
    float: left;
    text-align: center;
    line-height: 36px;
    color: #EFE7F9;
}

.popup-pbb .popup-body {
    width: 527px;
    height: 225px;
    position: absolute;
    top: 156px;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
}

.popup-pbb .popup-body > div {
    width: 100%;
    overflow: hidden;
    margin-bottom: 18px;
}

.popup-pbb .popup-body > div div {
    width:33.3%;
    line-height: 26px;
    text-align: center;
    float: left;
    font-size: 16px;
    color: #C5A9EC;
    box-sizing: border-box;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}