/* 弹窗 */
.pop-mask {
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    
}


/* 实名认证弹框样式start */
.realname-auth-pop {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 670px;
    height: 554px;
    margin-top: -277px;
    margin-left: -335px;
    border-radius: 24px;
    background: #ffffff;
    z-index: 101;
    behavior: url(PIE.htc);
}


.realname-auth-pop .close-btn {
    position: absolute;
    cursor: pointer;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    background: url(../img/pop-close-btn.png) center no-repeat;
}

.realname-auth-pop .close-btn:hover {
    background: url(../img/pop-close-btn-hover.png) center no-repeat;
}

.realname-auth-pop .common-pop-title {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 34px;
    margin: 40px 0 32px;
}

.realname-auth-pop .form-wrap {
    width: 382px;
    margin: 0 auto;
}

.realname-auth-pop .required {
    color: red;
}

.form-wrap input,
.form-wrap textarea {
    width: 340px;
    height: 22px;
    border: none;
    outline: none;
    padding: 12px 20px;
    height: 22px;
    color: #333;
    font-size: 16px;
    border-radius: 24px;
    background: #f8f8f8;
    line-height: 22px;
    resize: none;
    border: 1px solid #fff;
}

.form-wrap textarea {
    height: 84px;
}

.form-wrap input:webkit-input-placeholder {
    color: #999;
}

.realname-input .error,
.identity-input .error {
    border: 1px solid #ff5555;
}




.realname-input-error,
.identity-input-error {
    position: absolute;
    display: none;
    top: 48px;
    left: 20px;
    color: #ff5555;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.realname-input-error,
.identity-input-error {
    left: 150px;
}

.auth-btn {
    color: #ff5d23;
    margin: 60px auto 0;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    width: 382px;
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
    cursor: pointer;
    background: url(../img/login-btn-default.png) center no-repeat;
    user-select: none;
}

.auth-btn:hover {
    color: #fff;
    background: url(../img/login-btn-hover.png) center no-repeat;
}


.realname-auth-pop .auth-tip-text {
    margin: 0 auto;
    width: 582px;
    padding: 20px;
    border-radius: 12px;
    background: #f8f8f8;
    color: #333333;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    margin-bottom: 20px;
}

.realname-auth-pop .form-wrap {
    width: 520px;
}

.realname-auth-pop .auth-pop-title {
    margin: 40px 0 20px;
}

.realname-input .input-label,
.identity-input .input-label {
    display: inline-block;
    width: 122px;
    text-align: right;
    margin-right: 8px;
    color: #333;
    font-weight: 500;
    font-size: 16px;
}

.realname-input .input-label i,
.identity-input .input-label i {
    display: inline-block;
    color: #FF5555;
    font-size: 16px;
}

.realname-input,
.identity-input {
    position: relative;
    margin-bottom: 24px;
}

.realname-input span,
.realname-input input,
.identity-input span,
.identity-input input {
    vertical-align: middle;
}

.form-wrap span,
.form-wrap input {
    vertical-align: middle;
}

.form-wrap .input-label,
.form-wrap input {
    height: 44px;
    line-height: 44px;
}

.realname-auth-pop .auth-btn {
    margin: 30px auto 12px;
}

.realname-auth-pop .auth-bottom-tip-text {
    color: #666;
    text-align: center;
    /*font-family: PingFang SC;*/
    font-weight: 500;
    font-size: 14px;
}

.realname-auth-pop .auth-bottom-tip-text i {
    color: #ff5555;
}




.pop-container {
    position: fixed;
    z-index: 102;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    user-select: none;
}

.pop-container .pop-title {
    margin-top: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #ffe598;
    text-align: center;
}

.pop-container .pop-x {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 20px;
    right: 15px;
    background: url(../img/pop_x.png) center/100% no-repeat;
    cursor: pointer;
}

.pop-qrcode {
    width: 372px;
    height: 373px;
    background: url(../img/pop_bg_qrcode.png) center/100% no-repeat;
}

.pop-qrcode .sku-contain {
    font-size: 14px;
    color: #ffe598;
    text-align: center;
    margin-top: 10px;
    padding: 20px;
}

.sku-contain .price {
    font-size: 24px;
}
.sku-contain .price span {
    font-size: 16px;
}

.sku-contain .name {
    color: #fff;
    line-height: 30px;
}

.pop-qrcode .sku-contain .qrcode-section {
    margin: 6px auto;
    width: 180px;
    height: 180px;
    /* background-color: #1f070c; */
    position: relative;
}

.sku-contain .qr-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(../img/qrcode-bd.png) center/100% no-repeat;
}

.sku-contain .qrcode {
    position: absolute;
    width: 174px;
    height: 174px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.sku-contain .qr-mask {
    position: absolute;
    width: 178px;
    height: 178px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.sku-contain .pay-type {
    color: #dcc1c3;
}
.sku-contain .tip {
    color: #e3cb87;
}



/* 支付弹窗 */
.pop-buy-result {
    width: 372px;
    height: 353px;
    background: url(../img/pop-buy-result-353.png) center/100% no-repeat;
}

.pop-buy-result-two {
    height: 413px;
    background: url(../img/pop-buy-result-413.png) center/100% no-repeat;
}

.pop-buy-result-ten {
    height: 553px;
    background: url(../img/pop-buy-result-553.png) center/100% no-repeat;
}

.pop-buy-result .buy-contain {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.pop-buy-result .buy-img {
    display: block;
    margin: 10px auto 10px auto;
    width: 185px;
    height: 145px;
    object-fit: contain;
}

.pop-buy-result .cdk-section {
    padding: 10px 30px 0 30px;
}
.pop-buy-result .cdk-status {
    margin-bottom: 20px;
    width: 100%;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
    text-align: center;
    color: #ffe598;
}
.pop-buy-result .cdk-row {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    color: #ffe598;
    /* font-weight: bold; */
}

.pop-buy-result .btn-copy {
    width: 65px;
    height: 26px;
    line-height: 26px;
    background-color: #e5365f;
    text-align: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.pop-buy-result .cdk-page-row {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pop-buy-result .cdk-page-row .cdk-page {
    margin: 0 10px;
    color: #c5c5c5;
    cursor: pointer;
}
.pop-buy-result .cdk-page-row .cdk-page-active {
    color: #ffe598;
}

.pop-buy-result .tip {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding: 0 30px;
    font-size: 13px;
    color: #f1a1a8;
}

/* 抽奖一次弹窗 */
.pop-draw-one {
    width: 372px;
    height: 353px;
    background: url(../img/pop-buy-result-353.png) center/100% no-repeat;
}

.pop-draw-one .buy-contain {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.pop-draw-one .buy-img {
    display: block;
    margin: 10px auto 10px auto;
    width: 185px;
    height: 148px;
    object-fit: contain;
}

.pop-draw-one .cdk-section {
    padding: 30px 40px 0 40px;
}

.pop-draw-one .cdk-row {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    color: #ffe598;
    /* font-weight: bold; */
}

.pop-draw-one .btn-copy {
    width: 65px;
    height: 26px;
    line-height: 26px;
    background-color: #e5365f;
    text-align: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}


/* 抽奖十次弹窗 */
.pop-draw-ten {
    width: 821px;
    height: 594px;
    background: url(../img/pop_bg_max.png) center/100% no-repeat;
}
.pop-draw-ten .draw-list {
    margin-top: 30px;
    padding-left: 28px;
    height: 500px;

    display: flex;
    flex-wrap: wrap;
}

.pop-draw-ten .draw-item {
    width: 142px;
    margin-right: 14px;
    height: 224px;

    text-align: center;
    font-size: 14px;
}

.pop-draw-ten .draw-item img {
    width: 142px;
    height: 142px;
    object-fit: contain;
}

.pop-draw-ten .draw-item .name {
    color: #fff;
    line-height: 30px;
}

.pop-draw-ten .draw-item .cdk {
    color: #ffe598;
    padding-bottom: 5px;
}

.pop-draw-ten .draw-item .copy-btn {
    margin: 0 auto;
    width: 65px;
    height: 25px;
    background-color: #e5365f;
    line-height: 25px;
    color: #fff;
    cursor: pointer;
}


/* 我的奖品列表 */
.pop-myprize {
    width: 432px;
    height: 373px;
    background: url(../img/pop_bg_prizeList.png) center/100% no-repeat;

    color: #ffe598;
}

.pop-myprize .tag_seg {
    padding: 20px 20px 10px 20px;
    display: flex;
    justify-content: space-around;

    font-size: 16px;
    font-weight: 500;
}
.pop-myprize .seg_item {
    color: #AAAAAA;

}
.pop-myprize .seg_item:hover {
    cursor: pointer;
}
.pop-myprize .seg_true {
    color: #ffe598;
}

.pop-myprize .prize-list {
    margin: 0 30px 20px 30px;
    height: 200px;
    /* background-color: #e3cb87; */
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}
.pop-myprize .prize-row {
    /* background-color: #666; */
    margin-bottom: 10px;
    height: 40px;
    line-height: 20px;
    display: flex;
    overflow: hidden;
    align-items: center;
}
.pop-myprize .prize-row .left {
    width: 40%;
    font-size: 14px;
    padding-right: 10px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}   


.pop-myprize .prize-row .right {
    width: 60%;
    display: flex;
    /* background-color: #f1a1a8; */
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 16px;
}

.pop-myprize .prize-row .copy-btn {
    width: 65px;
    height: 25px;
    background-color: #e5365f;
    line-height: 25px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}


.pop-myprize  .page-tool {
    position: absolute;
    left: 0;
    bottom: 20px;
    padding: 0;
    height: 30px;
    width: 100%;
}

#pageTool .ui-paging-container li {
    color: #c5c5c5;
    background-color: transparent;
    padding: 0px 4px;
}
#pageTool .ui-paging-container li.focus {
    color: #ffe598;
    background-color: transparent;
}


/* 通用温馨提示 */
.pop-normal-tip {
    width: 372px;
    height: 293px;
    background: url(../img/pop_bg_normal.png) center/100% no-repeat;
}

.pop-normal-tip .desc {
    padding: 40px 30px 0 30px;
    color: #f1a1a8;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
}

.pop-normal-tip .btn-gobuy {
    position: absolute;
    left: 50%;
    margin-left: -63px;
    bottom: 30px;
    width: 126px;
    height: 45px;
    background: url(../img/pop-btn-gobuy.png) center/100% no-repeat;
    cursor: pointer;
}