/* 弹窗 */
.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);

}


.pop-container {
    position: fixed;
    z-index: 102;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    user-select: none;
    width: 594px;
    height: 352px;
    background: url(../img/pop/pop_bg.png) center/100% no-repeat;
    color: #fff;
}

.pop-container .pop-title {
    margin: 80px auto 0 auto;
    width: 80px;
    height: 21px;
    background: url(../img/pop/pop_title_normal.png) center/100% no-repeat;
}

.pop-container .desc {
    margin-top: 40px;
    text-align: center;
    font-size: 16px;
    color: #FBF9FE;
}

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

.pop-container .pop-x:hover {
    cursor: pointer;
    background: url(../img/pop/pop_xhover.png) center/100% no-repeat;
}

.pop-container input {
    width: 283px;
    height: 36px;
    line-height: 36px;
    padding: 0 12px;
    /* background-color: transparent;
    background-image: url(../img/pop/input_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    outline: none; */
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.4);
    caret-color: #FFFFFF;
    font-size: 14px;
    color: #FFFFFF;
}

.pop-container input:focus {
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.7);
    /* background-image: url(../img/pop/input_focus.png); */
    caret-color: #FFFFFF;
}

.pop-container textarea {
    width: 283px;
    height: 36px;
    line-height: 22px;
    padding: 4px 12px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.4);
    caret-color: #FFFFFF;
    font-size: 14px;
    color: #FFFFFF;
    resize: none;
    overflow: auto;
}

.pop-container textarea:focus {
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.7);
    caret-color: #FFFFFF;
}

.pop-login {
    padding-top: 90px;
}

.pop-login .login-content .account-row span,
.pop-login .login-content .psd-row span {
    display: inline-block;
    width: 45px;
    letter-spacing: 1px;
}





.pop-login .login-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pop-login .psd-row {
    margin-top: 20px;
}

.pop-login .btn-login {
    margin-top: 24px;
    width: 174px;
    height: 48px;
    background: url(../img/pop/pop_login.png) center/100% no-repeat;
}

.pop-login .btn-login:hover {
    cursor: pointer;
    background: url(../img/pop/pop_login_hover.png) center/100% no-repeat;
}

.pop-login .btn-other {
    margin-left: -140px;
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.pop-login .btn-other i {
    margin-left: 10px;
    display: inline-block;
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.pop-login .btn-qq {
    background: url(../img/pop/pop_qq.png) center/100% no-repeat;
}

.pop-login .btn-wx {
    background: url(../img/pop/pop_wx.png) center/100% no-repeat;
}

.pop-login .btn-feihuo {
    background: url(../img/pop/pop_feihuo.png) center/100% no-repeat;
}

.pop-normal-tip .ok-btn {
    position: absolute;
    bottom: 80px;
    left: 50%;
    margin-left: -87px;
    width: 174px;
    height: 48px;
    background: url(../img/pop/pop_ok.png) center/100% no-repeat;
}

.pop-normal-tip .ok-btn:hover {
    cursor: pointer;
    background: url(../img/pop/pop_ok_hover.png) center/100% no-repeat;
}

.pop-confirm .enter-btn {
    position: absolute;
    bottom: 80px;
    left: 50%;
    margin-left: -87px;
    width: 174px;
    height: 48px;
    background: url(../img/pop/pop_enter.png) center/100% no-repeat;
}

.pop-confirm .enter-btn:hover {
    cursor: pointer;
    background: url(../img/pop/pop_enter_hover.png) center/100% no-repeat;
}



.pop-address {}

.pop-address .address-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pop-address .address-content .pop-title {
    margin: 40px auto 0 auto;
    width: 180px;
    height: 21px;
    background: url(../img/pop/pop_title_adress.png) center/100% no-repeat;
}

.pop-address .address-content .input-row {
    margin-top: 20px;
    display: flex;
    position: relative;
}

.pop-address .address-content .input-row .pre {
    width: 45px;
    line-height: 38px;
    letter-spacing: 1px;
}

.pop-address .address-content .input-row .tip {
    position: absolute;
    left: 46px;
    bottom: -16px;
    color: #ffe681;
    font-size: 11px;

}




.pop-address .address-content .address-row textarea {
    height: 55px;
}

.pop-address .address-content .btn-submit {
    margin-top: 18px;
    width: 174px;
    height: 48px;
    background: url(../img/pop/pop_submit.png) center/100% no-repeat;
}

.pop-address .address-content .btn-submit:hover {
    cursor: pointer;
    background: url(../img/pop/pop_submit_hover.png) center/100% no-repeat;
}


.pop-myprizelist {}

.pop-myprizelist .pop-title {
    margin: 40px auto 0 auto;
    width: 80px;
    height: 20px;
    background: url(../img/pop/pop_title_myprize.png) center/100% no-repeat;
}

.pop-myprizelist .prize-content {
    margin: 16px auto 0 auto;
    width: 460px;
    height: 190px;
    box-sizing: border-box;
    /* border: 1px solid rgba(255, 255, 255, 0.4); */
    color: #FBF9FE;
    background: url(../img/pop/table_bg.png) center/100% no-repeat;
}

.prize-content .head {
    display: flex;
    align-items: center;
    height: 38px;
    background: rgba(255, 255, 255, 0.15);
    font-size: 16px;
    font-weight: 700;
    box-sizing: border-box;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.4); */
}

.prize-content .prize-row {
    display: flex;
    align-items: center;
    height: 38px;
    color: #fbf9fe;
}

.prize-content .botborder {
    /* box-sizing: border-box; */
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.4); */
}

.prize-content .left {
    padding-left: 40px;
    width: 200px;
    text-align: center;
}

.prize-content .right {
    flex: 1;
    flex-shrink: 0;
    padding: 0 30px 0 20px;
    text-align: center;
}

.prize-content .right .address {
    color: rgba(255, 230, 129, 0.9);
}

.prize-content .right .address:hover {
    cursor: pointer;
    color: #ffe681;
}

.prize-content .right .address:hover span {
    text-decoration: underline;
}

.pop-myprizelist .page-control {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pop-myprizelist .page-control .page-pre,
.pop-myprizelist .page-control .page-next {
    width: 72px;
    height: 30px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    line-height: 28px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    border-radius: 6px;
}

.pop-myprizelist .page-control .page-pre:hover,
.pop-myprizelist .page-control .page-next:hover {
    cursor: pointer;
    color: #ffe681;
    border: 1px solid rgba(255, 230, 0, 0.5);
}

.pop-myprizelist .page-control .page-not:hover {
    cursor: not-allowed;
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.pop-myprizelist .page-control .page-next {}

.pop-myprizelist .page-control .page-nums {
    min-width: 120px;
    max-width: 280px;
    height: 32px;
    padding: 0 20px;
    line-height: 32px;
    text-align: center;
}

.page-control i {
    /* display: inline-block; */
    padding: 0 6px;
    color: #FBF9FE;
}

.page-control i.active {
    color: #ffe681;
}

.page-control i:hover {
    cursor: pointer;
    color: #ffe681;
}


.pop-rules {}

.pop-rules .pop-title {
    margin: 40px auto 0 auto;
    width: 120px;
    height: 21px;
    background: url(../img/pop/pop_title_rules.png) center/100% no-repeat;
}

.pop-rules .desc {
    margin: 30px auto 0 auto;
    width: 492px;
    padding-left: 4px;
    text-align: left;
}

.pop-rules .desc .custom-ol {
    counter-reset: item;
    list-style-type: none;
    /* 去掉默认数字 */
    padding-left: 0;
    font-size: 14px;
    color: #FBF9FE;
}

.custom-ol li {
    counter-increment: item;
    position: relative;
    padding-left: 25px;
    line-height: 22px;
}

.custom-ol li::before {
    content: counter(item) "、";
    /* 数字加中文顿号 */
    position: absolute;
    left: 0;
}

.pop-rules .ok-btn {
    margin: 24px auto;
    width: 174px;
    height: 48px;
    background: url(../img/pop/pop_ok.png) center/100% no-repeat;
}

.pop-rules .ok-btn:hover {
    cursor: pointer;
    background: url(../img/pop/pop_ok_hover.png) center/100% no-repeat;
}


.third-login-pop {
    position: fixed;
    z-index: 102;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    user-select: none;
    width: 325px;
    height: 366px;
    background: #fff;
    color: #000;
}

.third-login-pop .pop-x {
    position: absolute;
    right: 4px;
    top: 0;
    width: 40px;
    height: 30px;
    line-height: 30px;
}

.third-login-pop .title {
    padding-left: 10px;
    line-height: 30px;
}

.third-login-pop iframe {
    position: absolute;
    top: 30px;
    left: 0;
    width: 325px;
    height: 336px;
}