
.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-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;
}
.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;
    /*color: red;*/
}
.message_scrollbar::-webkit-scrollbar{
    width: 3px;
}
.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;
}