.element {
    white-space: pre-line;
}
.model-title-c {
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    color: #333333;
    display: flex;
    margin-left: 20px;
    margin-top: 10px;
}

.model-title-c1 {
    margin-left: 50px;
    margin-top: 10px;
}

.model-title-c2 {
    margin-left: 5px;
    margin-top: 2px;
}


/*修改滚动条样式*/
div::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    /**/
}

div::-webkit-scrollbar-thumb {
    background: #bfbfbf;
    border-radius: 10px;
}

div::-webkit-scrollbar-thumb:hover {
    background: #333;
}

div.search input:nth-child(2) {
    border: none;
    outline: none;
}

.member_div {
    display: flex;
    justify-content: space-between;
}

.mb_1 {
    width: 250px;
    height: 280px;
    background: #FFFFFF;
    box-shadow: 0 0 14px 0 #E8EEF5;
    border-radius: 10px;
    text-align: center;
}

.lb_1 {
    font-size: 24px;
    color: #333333;
    margin-top: 50px;
    font-weight: bold;
}

.pl_1 label {
    font-family: Arial-BoldMT;
    font-size: 38px;
    color: #FF4B40;
    letter-spacing: -2.11px;
    font-weight: bold;
}

.btn_1 {
    width: 200px;
    height: 36px;
    background: #FF4B40;
    border-radius: 6px;
    margin-top: 16px;
    color: white;
    border: 0;
    outline: none !important;
}

.dv_1 {
    font-family: SourceHanSansCN-Regular;
    font-size: 12px;
    color: #666660;
    text-align: center;
    line-height: 18px;
    margin-top: 30px;
}

.rt_p {
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    color: #999999;
    margin-top: 20px;
}

.rt_p img {
    width: 21px;
    vertical-align: bottom;
    margin-right: 5px;
}

.rt_p a {
    color: #007bff !important;
    font-weight: 600;
}

.la_1 {
    background-color: #efd5d575;
    padding: 3px;
    color: #FF4B40 !important;
    border: 1px solid;
    border-radius: 18px;
    font-size: 12px;
    vertical-align: text-bottom;
    margin-left: 8px;
}

.mb_2 {
    height: 156px;
    background-color: #e8eef5c7;
    padding-top: 11px;
}

.meDivShow {
    display: inline-block;
}

.meDivHide {
    display: none;
}

.pay_p {
    text-align: center;
    margin-top: -55px;
    margin-bottom: 6px;
    color: #FF4B40;
}

.pay_money {
    font-family: SourceHanSansCN-Regular;
    font-size: 30px;
    color: #FF4B40;
    font-weight: bold;
}

.pay_product {
    font-family: PingFangSC-Semibold;
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin-bottom: 11px;
    font-weight: 600;
}

.down_p {
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    color: #3f3f3fbd;
    margin-top: 14px;
}

.down_p span {
    color: #1890FF;
}

#qrcode img {
    margin: auto;
    margin-top: 15px;
}

#code_refresh {
    width: 60px;
    margin-top: -135px;
    margin-left: 71px;
    position: absolute;
}

.timeReady {
    background: #ffe7e7;
    color: #ff4b40;
    padding: 5px;
    border-radius: 6px;
}

.timePay {
    position: absolute;
    top: 162px;
    left: 160px;
}

.pay-button {
    position: absolute;
    top: 473px;
    left: 51px;
    color: #ffffff;
    font-size: 25px;
    width: 160px;
    height: 42px;
    cursor: pointer;
}

.pay-close {
    color: #8d8d8d;
    font-size: 21px;
    position: absolute;
    top: 650px;
    left: 250px;
    cursor: pointer;
    caret-color: transparent;
}

.pay-date {
    top: 50px;
    position: absolute;
    color: #fbde8e;
    font-size: 35px;
    font-weight: 600;
    left: -60px;
    white-space: nowrap;
}

#qrcode1 img, #qrcode3 img {
    margin: auto;
    margin-top: 15px;
}

.memeber-title {
    color: #999999;
    letter-spacing: 0;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
}

.memeber-selected-title {
    font-size: 17px;
    color: #333333;
    font-weight: 600;
    letter-spacing: 0;
}

.memeber_bar {
    border-radius: 2px;
    width: 20px;
    height: 3px;
    position: absolute;
    margin-top: 8px;
    background: #FF4B40;
}

.member-header {
    padding: 10px 8px;
    border-bottom: 1px solid #e5e5e5;
}

.member-tips {
    background: #ffbcb8;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.member-tips2{
    margin-top: 10px;
    color: #999999;
    width: 110px;
    cursor: pointer;
    font-size: 14px;
}

.member-sticky {
    display: flex;
    align-items: center;
}

.member-note {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 24px;
    margin-left: 10px;
}

.member-content {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;

}

.member-money {
    width: 150px;
    height: 150px;
    background: #F5F7FA;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}

.member-selected-money {
    background: #FFEFEE;
    border: 1px solid #FF4B40;
    border-radius: 8px;
    border-radius: 8px;
}

.me-top {
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    color: #666666;
    text-align: center;
    padding: 0px 0 10px 0;
}

.me-middle {
    font-family: Arial-BoldMT;
    font-size: 38px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 600;
}

.me-momey-middle {
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    color: #333333;
}

.me-bottom {
    font-family: SourceHanSansCN-Regular;
    font-size: 13px;
    color: #999999;
    text-align: center;
    padding-top: 15px;
}

.member-border {
    border: 1px solid #EBEBEB;
    margin-top: 25px;
}

.member-pay {
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    color: #333333;
    width: 160px;
}

.member-price {
    font-family: Arial-BoldMT;
    font-size: 38px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 600;
}

.member-more {
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    color: #1890FF;
    width: 180px;
    justify-content: flex-end;
    display: flex;
    margin-left: 35px;
    margin-top: 12px;
    cursor: pointer;
}

.member-bottom {
    height: 80px;
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.modal-div {
    display: table-cell;
    vertical-align: middle;
    height: 140px;
    width: 380px;
    text-align: center;
}

.modal-a {
    font-size: 24px;
    color: #FF4B40;
    font-weight: 600;
    margin-bottom: 8px;
}

.modal-b {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
}

.modal-btn {
    width: 110px;
    height: 35px;
    font-size: 14px;
    color: #FFFFFF;
    background-image: linear-gradient(90deg, #FF8D80 0%, #FF574D 100%);
    border-radius: 6px;
    margin: 0 3.2%;
    cursor: pointer;
}

.modal-pay-btn {
    width: 110px;
    height: 35px;
    font-size: 14px;
    color: #FFFFFF;
    background-image: linear-gradient(90deg, #FF8D80 0%, #FF574D 100%);
    border-radius: 6px;
    cursor: pointer;
}

.flex_centen {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rg-a {
    border-bottom: 1px solid #EBEBEB;
    padding: 15px 0 0 20px;
    margin-bottom: 30px;
}

.rg-a2 {
    font-size: 17px;
    color: #333333;
    font-weight: 600;
}

.rg-a2-title {
    color: black;
    cursor: pointer;

}

.rg-a2-bar {
    background: #FF4B40;
    border-radius: 2px;
    width: 20px;
    height: 3px;
    margin: 10px 0px 0px 95px;
}

.rg-c {
    background-image: linear-gradient(90deg, #FF8D80 0%, #FF574D 100%);
    border-radius: 0 4px 4px 0;
    width: 80px;
    height: 44px;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
}

.flex {
    display: flex;
}

.ewm-title {
    flex-direction: column;
    padding: 40px 10px;
    color: #5e5e5e;
}

.rg-b {
    border: 1px solid #DEDEDE;
    border-radius: 4px 0px 0px 4px;
    width: 326px;
    height: 44px;
    border-right: 0px;
    padding: 0px 14px;
}

.modal-left {
    width: 320px;
    border-right: 1px solid #EBEBEB;
}

.modal-right {
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.model-view {
    color: #1890FF;
    font-size: 14px;
    margin-left: 20px;
    cursor: pointer;
}

.model-view1 {
    margin-left: 10px;
    margin-top: 2px;
}

.model-cancel {
    width: 100px;
    height: 34px;
    background: #FFEFEE;
    border-radius: 6px;
    border: none;
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    color: #FF4B40;
    margin-top: 18px;
    margin-left: 20px;
}

.model-confirm {
    width: 100px;
    height: 34px;
    background-image: linear-gradient(90deg, #FF7465 1%, #FF4B40 100%);
    border-radius: 6px;
    border: none;
    color: white;
    margin-left: 35px;
}

input[type='radio']:checked:after {
    background: #1890FF;
}

.model-in-title {
    font-size: 14px;
    color: #333333;
    text-align: center;
}

.make_left {
    border-right: 1px solid #999999;
    padding: 30px;
}
.make_left > p {
    font-size: 13px;
    color: black;
    text-align: center;
    font-family: system-ui;
    margin-top: 5px;
}
.make_right {
    padding: 33px 0px 0px 34px;
}
.make_right > label {
    font-size: 16px;
}
.make_right > p {
    margin-top: 15px;
}
.make_color {
    line-height: 35px;
    font-family: system-ui;
    font-size: 14px;
}
.make_color > span {
    color: #F84824;
}
.make_close {
    position: absolute;
    right: 0;
    margin-right: 21px;
    margin-top: -5px;
    font-size: 30px;
    color: black;
    border: 0;
    background: transparent;
}

#addNoteModal input[type='checkbox']:checked, #addNoteModal input[type='radio']:checked {
    background: #ff4b40 !important;
    border-color: #ff4b40 !important;
}

.inp_c2 {
    border: 1px solid #CCD1D9;
    border-radius: 4px;
    height: 18px;
    width: 18px;
    display: inline-block;
    cursor: pointer;
    margin-right: 5px;
}

.inp_c2 img {
    margin-top: 4px;
    margin-left: 2px;
    margin-right: 16px;
    display: block;
    width: 75%;
}

.vip_cody_div {
    display: inline-block;
    width: 50%;
    text-align: center;
    border-left: 1px solid #b9b5b5;
}
.vip_cody_div .lab_modal {
    font-size: 19px;
    font-weight: bold;
}
.vip_cody_div hr {
    width: 53%;
    border-top: 1px solid #7c7878;
    margin: 0px auto 8px;
}
.vip_cody_div .lab_modal2 {
    font-size: 16px;
    font-weight: bold;
}
.vip_cody_div p {
    font-size: 14px;
    margin-top: -5px;
}
/* 紧急消息公告 */
#fireTip {
    z-index: 600;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: sticky;
    top: 0px;
    height: 40px;
    overflow: hidden;
}

.fire_tip {
    z-index: 600;
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    background-color: #FFFBE6;
    border-bottom: 1px solid rgba(255, 241, 184, 1);
}

.firetip_content {
    display: flex;
    align-items: center;
    margin: auto;
}

.firetip_content img {
    margin-right: 10px;
}

.fire_tip_close img {
    width: 12px;
    cursor: pointer;
}

.fadetip-leave,
.fadetip-enter-to {
    transform: translateY(0);
}

.fadetip-leave-active {
    transition: all .1s linear;
}

.fadetip-enter-active {
    transition: all .3s ease-out;
}

.fadetip-leave-to,
.fadetip-enter {
    transform: translateY(-100%);
}


/*消息模态框css*/
.msg_body {
    width: 100%;
    height: 100%;
}

.msg_content {
    width: 780px;
    height: 550px;
    margin: auto;
    background: #F5F7FA;
    border-radius: 10px;
}

.msg_content_top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 44px;
    box-sizing: border-box;
    padding: 0 5px;
    background-color: #ffffff;
    border-radius: 10px 10px 0 0;
}

.msg_tabbar {
    display: flex;
    height: 100%;
}

.msg_tab_li {
    width: 36px;
    margin: auto 10px;
    font-family: SourceHanSansCN-Medium;
    font-size: 18px;
    color: #333333;
    cursor: pointer;
}

.msg_tabbar_right {
    display: flex;
    align-items: center;
    height: 100%;
}

.msg_all_readed_btn {
    border: none;
    outline: none;
    background: none;
    font-size: 13px;
    /*color: #eb4b40;*/
    color: #757575;
    border-radius: 4px;
}

/*.msg_all_readed_btn:hover{*/
/*    color: #eb4b40;*/
/*    border: 1px solid #eb4b40;*/
/*}*/

.msg_all_readed {
    border: none;
    outline: none;
    background: none;
    font-size: 13px;
    color: #8b8b8b;
    cursor: pointer;
}


.msg_back {
    display: flex;
    width: 25px;
    height: 25px;
    margin: 10px 10px 10px 10px;
    cursor: pointer;
}

.msg_back img {
    width: 12px;
    margin: auto;
}

.active-msg-tab {
    position: relative;
    font-weight: 600;
}

.active-msg-tab::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 30px;
    height: 4px;
    margin-left: -15px;
    border-radius: 5.5px;
    background: #FF4B40;
}

.msg_content_contain {
    width: 100%;
    height: 506px;
    box-sizing: border-box;
    overflow-y: auto;
}

.msg_content_contain::-webkit-scrollbar {
    width: 4px;
    background-color: transparent;
}

.msg_content_contain::-webkit-scrollbar-thumb {
    background-color: #a8a8a8;
}

.msg_content_list {
    width: 100%;
    min-height: 490px;
}

.msg_li {
    /*margin: 20px auto 0;*/
    padding: 5px 0;
}

.msg_li_time {
    font-family: SourceHanSansCN-Regular;
    font-size: 13px;
    color: #999999;
    margin: 10px auto;
    text-align: center;
}

.msg_li_box {
    position: relative;
    width: 730px;
    height: fit-content;
    margin: 0 auto;
    padding: 5px 10px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 8px;
    transition: box-shadow .2s ease-out;
}

/*盒子选中显示*/
.msg_selected {
    box-shadow: 0 0 15px 0 rgba(235, 75, 64, 0.68);
}

.msg_readed_dot {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: red;
    border-radius: 50%;
}
.msg_li_Expired{
    position: absolute;
    right: 15px;
    width: 63px;
    height: 25px;
    line-height: 26px;
    text-align: center;
    background-color: #cbc8c8;
    color: #FFFFFF;
    border-radius: 7px;
    font-size: 14px;
}

.msg_li_title {
    font-family: SourceHanSansCN-Medium;
    font-size: 15px;
    color: #333333;
    font-weight: 600;
    margin: 5px 5px;

}

.msg_li_p {
    font-family: SourceHanSansCN-Regular;
    font-size: 13px;
    color: #333333;
    line-height: 18px;
    text-align: justify;
    margin: 5px auto;
    padding: 0 5px;
}

.msg_li_img1 {
    /*width: 470px;*/
    /*height: 250px;*/
    width: 700px;
    height: 372px;
    background-color: #E5E5E5;
    margin: 5px auto;
    overflow: hidden;
}

.msg_li_img2 {
    /*width: 470px;*/
    /*height: 150px;*/
    width: 700px;
    /*height: 223px;*/
    height: 200px;
    background-color: #E5E5E5;
    margin: 5px auto;
    overflow: hidden;
}

.msg_li_img1 a,
.msg_li_img2 a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.msg_li_img1 img,
.msg_li_img2 img {
    width: 100%;
    height: 100%;
}


.msg_li_a {
    font-family: SourceHanSansCN-Regular;
    font-size: 13px;
    color: #1890FF;
    margin: 5px auto 5px 5px;
}
.msg_li_a > a{
    cursor: pointer;
    color: #fb4b40;
}

.msg_list_bottom {
    font-family: SourceHanSansCN-Regular;
    font-size: 13px;
    color: #999999;
    margin: 10px auto;
    text-align: center;
}


/* 弃用css */
.message_div_left::-webkit-scrollbar {
    width: 4px;
}
.message_div_rigth::-webkit-scrollbar {
    width: 10px;
}

.message_div_left {
    width: 20%;
    height: 100%;
    display: inline-block;
    background-color: #383838;
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
    overflow: auto;
}
.message_div_left > div {
    padding: 20px;
    border-bottom: 1px solid #2a2929;
    line-height: 17px;
    padding: 20px 7px 20px 16px;
}
.message_div_left > div > label {
    color: white;
    display: block;
    font-size: 15px;
    display: flex;
    justify-content: space-between;

}
.message_div_left > div > label > strong {
    color: #ff4b40;
    font-size: 21px;
    margin-right: 10px;
}

.message_div_left > div > span {
    color: #979393;
    font-size: 14px;
}
.message_div_left .message_left_acticve {
    border-left: 2px solid #ff4b40;
    background-color: #14131369;
}
.message_div_rigth {
    width: 81%;
    height: 100%;
    /*padding-top: 11px;*/
    display: inline-block;
}
.rigth_body_content {
    height: 100%;
    /*padding: 0px 10px 0px 25px;*/
}
.rigth_body_content > label {
    display: block;
    /* padding-top: 18px;*/
    font-size: 20px;
}
.rigth_body_content > div {
    overflow: auto;
    height: 90%;
    /*padding-right: 32px;*/
    margin-top: 10px;
}
.stu_message_btn_close {
    display: flex;
    float: right;
    /* margin-top: -13px;
     margin-right: 5px;*/
    margin-top: -45px;
    margin-right: -30px;
    font-size: 42px;
    color: white;
    border: none;
    /* font-size: 26px;*/
    outline: none !important;
    background-color: unset;
    cursor: pointer;
}
.message_scrollbar::-webkit-scrollbar {
    width: 3px;
}

/*      消息框窗口 - end       */


/* 消息提示小弹窗 */
.mini_msg {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    bottom: 60px;
    right: 20px;
    width: 200px;
    min-height: 70px;
    padding: 10px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    transition: all 1s linear;
    z-index: 999;
}


.minimsg_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.minimsg_top > img {
    width: 12px;
    cursor: pointer;
}

.minimsg_contain {
    display: flex;
    align-items: center;
}

.minimsg_contain > img {
    width: 15px;
    height: 14px;
    margin-right: 5px;
}

.minimsg_content {
    width:140px;
    font-family: SourceHanSansCN-Regular;
    font-size: 13px;
    color: red;
}

.minimsg_bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.minimsg_detail {
    font-family: SourceHanSansCN-Regular;
    font-size: 12px;
    color: #1890FF;
    cursor: pointer;
}

.minimsg_timeout {
    font-family: SourceHanSansCN-Regular;
    font-size: 12px;
    color: #000000;
}


.fade-leave,
.fade-enter-to {
    opacity: 1;
    transform: translateY(0);
}

.fade-leave-active {
    transition: all .1s linear;
}

.fade-enter-active {
    transition: all .3s ease-out;
}

.fade-leave-to,
.fade-enter {
    opacity: 0;
    transform: translateY(100%);
}

/*          end           */


.drop-qt-img {
    width: 48%;
    text-align: center;
    background: #F5F6F7;
    border-radius: 8px;
    border: 1px solid #dbdbdb;
}

.drop-qt-img > img {
    width: 96%;
    margin-top: 5px;
    margin-bottom: 10px;
}

.drop-qt-img > label {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 16px;
}

.drop-qt-tips {
    text-align: center;
    font-size: 14px;
    color: #605e5e;
    margin-top: 10px;
}
.member-benefits{
    width: 100%;
}
.member-benefits thead tr th{
    font-family: SourceHanSansCN-Medium;
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    padding: 15px 10px;
}
.member-benefits thead tr th:first-child{
    font-size: 18px;
    font-weight: 700;
    width: 210px;
}
.member-benefits tbody tr td{
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    padding: 10px;
    text-align: center;
}
.member-benefits tbody tr td img{
    width: 20px;
}
.member-benefits tbody tr td:first-child{
    text-align: left;
    width: 210px;
}
.benefits-title td{
    background: #383838;
    padding: 15px !important;
    color: white !important;
    font-size: 16px !important;
}

.member-benefits tbody  {
    display: block;
    color: #fff;
    text-align: center;
    height: 600px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;  /*滚动更流畅*/
}

.member-benefits thead,
.member-benefits tbody  tr{
    display: table;
    width: 100%;
    table-layout: fixed;
}


.message-bubble {
    width: 56px;
    margin-top: -31px;
    position: absolute;
    padding: 1px 1px;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    background-image: linear-gradient(90deg, #FF574D 0%, #FF574D 100%);
    border: 1px solid #FF574D;
    border-radius: 10px;
    text-align: center;
    transform: scale(0.7);
}

.message-bubble::before,
.message-bubble::after {
    position: absolute;
    bottom: -20px;
    left: calc(50% - 10px);
    display: block;
    font-size: 0;
    line-height: 0;
    border-color: #FF574D transparent transparent;
    border-style: solid;
    border-width: 10px;
    content: "";
}

.message-bubble::after {
    bottom: -19px;
    border-color: #FF574D transparent transparent;
}


.member-benefits tbody::-webkit-scrollbar {
    width: 7px;
    height: 2px;
}

.member-benefits tbody::-webkit-scrollbar-thumb {
    background: #BFBFBF;
    border-radius: 6px;

}

.member-benefits tbody::-webkit-scrollbar-track {
    background: #DEDEDE;
    border-radius: 5px;
}

.customer_service_steps_p{
    text-align: left;
    padding-left: 20px;
    padding-top: 5px;
}
.membership-type .el-radio {
    color: #606266;
    font-weight: 500;
    cursor: pointer;
    margin-right: 0px;
}
.membership-type .el-radio.is-bordered+.el-radio.is-bordered {
     margin-left: 0px;
     margin-top: 5px;
}
#selectMembershipType input[type='checkbox'], input[type='radio'] {
    outline: none !important;
    width: 19px !important;
    height: 19px !important;
    margin-right: 5px !important;
    vertical-align: sub;
}

.eTCM-card{
    width:460px;
    background:#fff;
    border-radius:12px;
    box-shadow:0 8px 30px rgba(0,0,0,0.35);
    padding:34px 40px;
    text-align:center;
}


.eTCM-title{
    font-size:22px;
    font-weight:900;
    color:#222;
    margin:0 0 12px 0;
    line-height:1.2;
}


.eTCM-subtitle{
    font-size:14px;
    color:#9b9b9b;
    margin:0 0 26px 0;
}


.eTCM-actions{
    display:inline-flex;
    gap:18px;
    margin-top:8px;
    justify-content: center;
}


.eTCM-btn{
    min-width:140px;
    padding:12px 18px;
    border-radius:8px;
    border:0;
    font-weight:700;
    cursor:pointer;
    box-shadow:0 6px 18px rgba(0,0,0,0.12);
    transition:transform .12s ease, box-shadow .12s ease, opacity .12s;
    font-size:15px;
}


.eTCM-btn:active{transform:translateY(1px)}


.eTCM-btn-left{
    background: #FFEDEC;
    color:#ff6b56;
}


.eTCM-btn-right{
    background-image: linear-gradient(90deg, #FF7465 1%, #FF4B40 100%);
    color:#fff;
}

/* 容器 */
.promo {
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 820px;
    padding: 10px 16px;
    border-radius: 10px;
    background: linear-gradient(180deg, #fffdf2,  #fff7de);
    border: 1px solid #f4d88a;
    box-shadow:
            0 0 0 4px rgba(244,216,138,0.05), /* 轻微扩散层 */
            0 1px 0 rgba(255,255,255,0.5) inset; /* 内部高光，模拟图片的亮边 */
    color:  #6b581f;
    font-size: 13.5px;
    line-height: 1.35;
}

/* 可选：内边框（图片里有较明显的内围线） */
.promo::after{
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: 8px;
    pointer-events: none;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.35) inset;
}

/* 左侧图标（礼物/圆点） */
.promo-icon{
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-left: 2px;
}

/* 文字区放在中间，链接靠右 */
.promo-body{
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1 1 auto;
    min-width: 0; /* 保证文本溢出时正确换行 */
}

.promo-main{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.promo .highlight {
    color:#6b581f;
    font-weight: 600;
}

.promo-link{
    flex: 0 0 auto;
    margin-left: 8px;
    color: #0b79e6;
    text-decoration: none;
    font-weight: 600;
    white-space: nowrap;
    padding-left: 8px;
    cursor: pointer;
}



/* ========== 遮罩（overlay）& 居中 ========== */
#usePhoneReminderModel{
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:  clamp( 0.5rem,2.5vw, 1.5rem);
    box-sizing: border-box;
    background: rgba(0,0,0,0.45);
    z-index: 1050;
}

/* dialog 宽度与居中（动态） */
#usePhoneReminderModel .modal-dialog{
    width: calc(100% - 2 *  clamp(0.5rem, 4vw, 1rem));
    max-width:  36.25rem;
    margin: 0;
    box-sizing: border-box;
}

#usePhoneReminderModel .modal-content{
    margin: 0;
    border: 0;
    border-radius: 28px;
    overflow: hidden;
    box-sizing: border-box;
}

/* modal-body 内部布局 */
#usePhoneReminderModel .modal-body{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: clamp(0.75rem, 2.5vw, 2rem);
    padding: clamp( 1rem, 3vw, 2rem);
    box-sizing: border-box;

    background-image: url('https://ai-oss3.itongzhuo.com/operate/202512/102455_lva8o8rt5o.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* 标题/副标题/描述 使用自适应字号（变量仍在容器上） */
#usePhoneReminderModel .reminder-title,
#usePhoneReminderModel .reminder-subtitle{
    margin: 0;
    padding: 0;
    font-family: SourceHanSansCN-Bold;
    font-weight: 700;
    color: #383838;
    text-align: center;
    font-size: clamp(20px, 5vw, 44px);
    line-height: 1.05;
    font-size: 1.6rem;
}

#usePhoneReminderModel .reminder-desc{
    margin: 0;
    padding: 0 0;
    font-family: SourceHanSansCN-Regular;
    font-size: clamp(28px, 3.2vw, 28px);
    color: #383838;
    text-align: justify;
    line-height: 1.6;
    box-sizing: border-box;
    font-size: 1.04rem;
}

/* 确认按钮：宽度/字体自适应，保持高度 88px */
#usePhoneReminderModel .reminder-confirm-btn{
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius: 20px;
    background: #FF4B40;
    width: clamp(160px, 60%, 360px);
    height: 50px;
    font-family: SourceHanSansCN-Medium;
    font-size: clamp(32px, 3.4vw, 32px);
    color: #FFFFFF;
    text-align:center;
    font-weight: 500;
    box-sizing: border-box;
    cursor: pointer;
}

/* 复选框行：动态缩进 */
#usePhoneReminderModel .reminder-checkbox-row{
    width: 100%;
    padding-left: clamp(0.5rem, 3vw, 1rem);
    margin-top: clamp(0.5rem, 2vw, 1.5rem);
    display: flex;
    align-items: center;
    box-sizing: border-box;
}


/* 小屏微调 */
@media (max-width: 480px){
    #usePhoneReminderModel .modal-dialog{
        width: calc(100% - 2 *  clamp(0.5rem, 4vw, 1rem));
        max-width: 90vw;
        margin-top: 40vw;
        margin-left: 2.3vw;
    }
    #usePhoneReminderModel .reminder-confirm-btn{
        width: clamp(140px, 70%, 320px);
    }
}

/* 弹窗样式（按你贴图风格调整） */
.duplicate-overlay{
    position:fixed;left:0;top:0;right:0;bottom:0;
    background: rgba(0,0,0,0.35);
    display:flex; align-items:center; justify-content:center;
    z-index:2147483647;
}
.duplicate-modal{
    width:520px;
    max-width:92%;
    background:#fff;
    border-radius:10px;
    padding:28px 30px;
    box-shadow:0 10px 40px rgba(0,0,0,0.2);
    font-family: "Helvetica Neue", Arial, sans-serif;
    text-align:center;
    color:#333;
}
.duplicate-icon{
    width:72px;height:72px;border-radius:50%;background:#FF4B40;margin:0 auto 18px;display:flex;align-items:center;justify-content:center;
    box-shadow:0 6px 18px rgba(255,107,97,0.2);
}
.duplicate-icon::after{
    content: "i"; color:#fff; font-weight:700; font-size:36px; line-height:1;
}
.duplicate-modal h4{ margin:0 0 10px; font-size:16px; color:#666; font-weight:500;}
.duplicate-modal .warn{ color:#FF4B40; font-weight:700; margin:10px 0; font-size:15px;}
.duplicate-modal .tip{ color:#999; margin-top:8px; font-size:13px;}
.duplicate-actions{ margin-top:18px; display:flex; align-items:center; justify-content:center; gap:14px;}
.duplicate-btn{
    background:#ff6b61;
    color:#fff;
    border:none;
    padding:10px 28px;
    border-radius:6px;
    font-size:15px;
    cursor:pointer;
    box-shadow:0 4px 10px rgba(255,107,97,0.18);
}
.duplicate-btn.secondary{
    background:#FFEFEE; /* 粉色（知道了） */
    color: #FF4B40;
    box-shadow:none;
}
.duplicate-btn.ghost{
    background:#FF4B40;
    color:#ff6b61;
    border:1px solid #ff6b61;
}
@media (max-width:480px){
    .duplicate-modal{ padding:18px; width:92%; }
    .duplicate-actions{ flex-direction:column-reverse; gap:10px; }
}

.my-highligh-message{
    min-width: 500px !important;
}