.bg-pink{
    background-color: #fff5f7 !important;
    padding: 5px 10px !important;
    border-radius: 20px !important;
}

.text-gold-400 {
    color: #D69E49;
    font-weight: 400;
}

.text-gold-500 {
    color: #D69E49;
    font-weight: 500;
}

.text-pink-400{
    font-weight: 400;
    color: #ef436d !important;
}

.text-pink-500{
    font-weight: 500;
    color: #ef436d !important;
}

.text-pink-600{
    font-weight: 600;
    color: #ef436d !important;
}

.bg-pink-500{
    background-color: #ef436d !important;
}

.bg-pink-400{
    background-color: #ef436d !important;
}

.bg-pink-300{
    background-color: #ef436d !important;
}
.text-hidden{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.my-btn {
    padding: 2px 0;
    width: 80px;
    border-radius: 16px ;
    line-height: 1.5;
    cursor: pointer;
    text-align: center;

    &:hover {
        opacity: 0.9;
    }
}

.my-btn.star {
    background-color: #FFECD3;
    color: #FF9200;
}

.my-btn.pink {
    background-color: #FFEDEC;
    color: #DB3831;
}

.forward .el-form-item {
    display: flex;
    align-items: center;
}

.forward .el-form-item__content {
    margin-left: 0 !important;
    display: flex;
    align-items: center;
    min-height: 32px;
}

.forward .sub-title {
    display: flex;
    width: 912px;
    font-size: 14px;
    color: #EF436D;
    margin-bottom: 16px;
}

.forward .el-dialog__title {
    font-size: 20px;
    font-weight: 500;
    color: #EF436D;
}

.forward .el-dialog__header {
    text-align: center;
}

.forward .el-input {
    width: 280px;
}

.forward .tips {
    margin-left: 24px;
    color: #333333;
    font-size: 13px;
}

.forward .address-info {
    margin: 0 0 16px 24px;
    border: 1px solid #EF436D;
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    justify-content: left;
    gap: 6px;
    width: 97%;
    background: #FFF7F9;
    color: #333333;
    font-size: 13px;
    border-radius: 4px;
}

.forward-content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 8px;
    margin-bottom: 42px;
}

.forward-box-onlyone {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    width: 450px;
    height: 162px;
    border-radius: 8px;
    background: #FFF7F9;
    border: 1px solid rgba(239, 67, 109, 0.2);
    font-size: 18px;
    color: #333333;
    margin-bottom: 120px;
}

.forward-box-onlyone>.bg {
    width: 94px;
    height: 80px;
}

.forward-box-onlyone>.bg img {
    width: 100%;
    height: 100%;
}

.forward-box-first {
    width: 450px;
    height: 288px;
    border-radius: 8px;
    background: #FFFFFF;
    border: 1px solid rgba(239, 67, 109, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #333333;
}

.forward-box-first:hover {
    background: #FFF7F9;
    border: 1px solid #ef436d;
}

.forward-box-second {
    width: 450px;
    height: 288px;
    border-radius: 8px;
    background: #FFFFFF;
    border: 1px solid rgba(239, 67, 109, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #333333;
}

.forward-box-second:hover {
    background: #FFF7F9;
    border: 1px solid #ef436d;
}

/* 添加银行卡弹窗样式 */
.add-bank-dialog {
    padding: 0;
    overflow: hidden;
}

.add-bank-dialog-header {
    text-align: center;
    padding: 20px 0;
    border-bottom: none;
}

.add-bank-dialog-title {
    font-size: 20px;
    font-weight: 500;
    color: #EF436D;
}

.add-bank-dialog-body {
    padding: 24px;
}

.add-bank-notice {
    font-size: 13px;
    color: #333;
    margin-bottom: 24px;
}

.add-bank-notice-highlight {
    color: #D54941;
}

.add-bank-form-item {
    margin-bottom: 12px;
}

.add-bank-form-label {
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
}

.add-bank-required {
    color: #EF436D;
    margin-left: 2px;
}

.add-bank-radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 8px;
}

.add-bank-radio-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    color: #333;
}

.add-bank-radio-label input[type="radio"] {
    margin-right: 6px;
    cursor: pointer;
}

.add-bank-select,
.add-bank-input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #DCDFE6;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    transition: border-color 0.2s;
}

.add-bank-select:focus,
.add-bank-input:focus {
    outline: none;
    border-color: #EF436D;
}

.add-bank-select {
    background-color: #fff;
    cursor: pointer;
}

.add-bank-input::placeholder {
    color: #C0C4CC;
}

.add-bank-dialog-footer {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    padding: 16px 24px;
    border-top: none;
}

.add-bank-btn {
    padding: 8px 20px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
    border: 1px solid transparent;
}

.add-bank-btn-cancel {
    background: #fff;
    color: #606266;
    border-color: #DCDFE6;
}

.add-bank-btn-cancel:hover {
    color: #EF436D;
    border-color: #EF436D;
    background-color: #FFF7F9;
}

.add-bank-btn-confirm {
    background: #EF436D;
    color: #fff;
    border-color: #EF436D;
}

.add-bank-btn-confirm:hover {
    background: #D93A5E;
    border-color: #D93A5E;
}


.icon-bold {
    transition: all 0.3s;
    font-size: 16px;
    cursor: pointer;
}
.icon-bold:hover {
    color: #333;
    font-size: 18px;
    cursor: pointer;
    opacity: 0.8;
}