/**
 * @author Mint
 * @date 2026/3/10
 * @description
 */
.publish-red-container{
    width: 814px;
    margin: 50px auto;
}
.publish-red-container-a{
    width: 100%;
    margin: 20px auto;
}

/* line 1, /stdin */
.publish-red {
    width: 100%;
    background: url("images/red/publish_red_bg.png") 100% no-repeat;
    background-size: cover;
    background-position: left;
    position: relative;
    padding-bottom: 30px;
}
.publish-red:not(:first-child){
    margin-top: 20px;
}
    /* line 7, /stdin */
.publish-red .publish-title {
    position: relative;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* line 10, /stdin */
.publish-red .publish-title .publish-font {
    width: 300px;
    height: 70px;
    display: block;
    text-align: center;
    background: url("images/red/publish_red_font.png") 100% no-repeat;
    background-size: contain;
}

/* line 18, /stdin */
.publish-red .publish-title .publish-hand {
    position: absolute;
    right: 150px;
    top: 10px;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    display: inline-block;
    background: url("images/red/publish_red_hand.png") 100% no-repeat;
    background-size: contain;
}

/* line 29, /stdin */
.publish-red .publish-admin-user {
    width: 740px;
    /*height: 163px;*/
    padding: 10px;
    border-radius: 30px;
    background: #fff;
    margin: 0 auto;
    box-sizing: border-box;
}

.publish-red .publish-admin-user:not(:first-child){
    margin-top: 20px;
}

/* line 38, /stdin */
.publish-red .publish-admin-user .author-nav {
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 6px;
    margin-top: 6px;
    padding-right: 10px;
}

/* line 46, /stdin */
.publish-red .publish-admin-user .author-nav .user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex-shrink: 0;
    object-fit: cover;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
}

/* line 56, /stdin */
.publish-red .publish-admin-user .author-nav .author-msg {
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    margin-left: 12px;
}

/* line 63, /stdin */
.publish-red .publish-admin-user .author-nav .author-msg .name {
    width: 200px;
    font-weight: 500;
    font-size: 12px;
    color: #505050;
    line-height: 20px;
    text-align: left;
}

/* line 70, /stdin */
.publish-red .publish-admin-user .author-nav .author-msg .time {
    font-weight: 500;
    font-size: 12px;
    color: #999999;
    line-height: 17px;
}

/* line 81, /stdin */
.publish-red .publish-admin-user .publish-content {
    padding: 5px 10px 0 10px;
    font-weight: 400;
    font-size: 14px;
    color: #811202;
    height: 56px;
    line-height: 24px;
    text-align: justify;
    font-style: normal;
}

/* line 91, /stdin */
.publish-red .publish-admin-user .publish-content .red {
    color: #FB2530;
}

/* line 96, /stdin */
.publish-red .publish-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    width: 161px;
    height: 34px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient( 90deg, #FB2530 0%, #FE5E46 100%);
    border-radius: 20px;
    border: 2px solid;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    cursor: pointer;
}


/*弹窗模块*/
/* line 1, /stdin */
.publish-red-pop-container{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.publish-red-pop-container .pop-content {
    width: 700px;
    height: 650px;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0);
}

/* line 8, /stdin */
.publish-red-pop-container .pop-content .red-bg {
    width: 700px;
    height: 650px;
    background: url("images/red/red_money_pop_light.png") 100% no-repeat;
    background-size: contain;
    position: absolute;
}

/* line 16, /stdin */
.publish-red-pop-container .pop-content .red-content {
    width: 350px;
    height: 450px;
    margin: 0 auto;
    background: url("images/red/red_money_pop_bg.png") 100% no-repeat;
    background-size: contain;
    z-index: 99;
    padding-top: 40px;
}

/* line 25, /stdin */
.publish-red-pop-container .pop-content .red-content .red-title {
    margin-top: 40px;
    font-size: 21px;
    font-weight: 400;
    color: #c38963;
    text-align: center;
}

/* line 33, /stdin */
.publish-red-pop-container .pop-content .red-content .red-money {
    font-weight: 600;
    color: #dd3d27;
    text-align: center;
}

/* line 38, /stdin */
.publish-red-pop-container .pop-content .red-content .red-money .money {
    font-size: 93px;
}

/* line 38, /stdin */
.publish-red-pop-container .pop-content .red-content .red-money .unit {
    font-size: 16px;
}

/* line 46, /stdin */
.publish-red-pop-container .pop-content .red-content .red-tips {
    margin-top: 60px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
}

/* line 53, /stdin */
.publish-red-pop-container .pop-content .red-content .red-get {
    width: 218px;
    height: 46px;
    margin: 40px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FCC15F;
    border-radius: 23px;
    font-weight: 400;
    font-size: 21px;
    color: #A2140D;
    line-height: 33px;
    cursor: pointer;
}


/* 红包弹窗样式命名空间 */
.redpacket-popup .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.redpacket-popup .popup-overlay.active {
    display: flex;
}

.redpacket-popup .popup {
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    width: 90%;
    max-width: 500px;
    position: relative;
}

.redpacket-popup .popup h2 {
    color: #333;
    margin-bottom: 15px;
    text-align: center;
    font-size: 18px;
}

.redpacket-popup .popup .popup-description {
    color: #ff0000;
    margin-bottom: 25px;
    font-size: 14px;
    text-align: center;
}

.redpacket-popup .popup .form-group {
    margin-bottom: 20px;
}

.redpacket-popup .popup .form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #555;
    font-size: 14px;
}

.redpacket-popup .popup .form-group select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    background-color: white;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="%23333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M6 9l6 6 6-6"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    cursor: pointer;
}

.redpacket-popup .popup .form-group select:focus {
    outline: none;
    border-color: #4CAF50;
    box-shadow: 0 0 0 2px rgba(76, 175, 80, 0.2);
}

.redpacket-popup .popup-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.redpacket-popup .btn {
    padding: 10px 25px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
}

.redpacket-popup .btn.btn-cancel {
    background-color: white;
    background-image: none;
    color: #91C700;
    border: 1px solid #91C700;
}

.redpacket-popup .btn.btn-cancel:hover {
    background-color: #f5f5f5;
}

.redpacket-popup .btn.btn-confirm {
    background-color: #91C700;
    color: white;
    border-color: #91C700;
}

.redpacket-popup .btn.btn-confirm:hover {
    background-color: #4CAF50;
}

.redpacket-popup .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #999;
}

.redpacket-popup .close-btn:hover {
    color: #333;
}

/* 二次确认弹窗样式 */
.redpacket-popup .confirm-popup {
    background-color: white;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    width: 90%;
    max-width: 400px;
    text-align: center;
}

.redpacket-popup .confirm-popup p {
    font-size: 16px;
    margin-bottom: 30px;
    color: #333;
}

.redpacket-popup .confirm-popup .popup-actions {
    justify-content: center;
}
.container {
    max-width: 800px;
    margin: 0 auto;
    background-color: white;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
#J_tips{
    z-index: 1000;
}