#app {
    width: 100%;
    margin: 0 auto;
    display: flex;
    height: 100%;
    min-height: 100vh;
}

#app .left {
    min-width: 272px;
    height: auto;
    background: #f9fafb;
    position: relative;

    box-shadow: 0px 3px 8px #eee;
    overflow-y: auto;
}

#right{
    width: auto;
    margin: 0;
    
    height: auto;
}

*{
    outline: none;
}
#app el-button{
    outline: none;
}

#app button{
    outline: none;
}

.core-contents-details {
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 0px 0px;
    border-top-left-radius: 16px;
    background-color: #f2f5ff;
}

.top_title[data-v-5c2cc716] {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px 0 10px;
  border-radius: 10px;
  color: #ff0000;
  font-size: 14px;
  text-align: left;
  line-height: 50px;
      margin-top:0px;
  overflow: hidden;
  background-color: #fde5d4;
}
.set-icon[data-v-5c2cc716] {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
}
#right .content {
    width: 100%;
    height: 100%;
    margin-top:20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#right .content_left{
    width: calc(20% - 20px);
    min-width: 500px;
    margin-right: 20px;
}


#right .left-top{
    min-height: 330px;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 15px 20px 20px;
}

#right  .welcome {
    min-width: 168px;
    color: #fff;
    font-size: 28px;
    text-align: left;
    font-family: SourceHanSansSC-medium;
}

#right  .register {
    min-width: 337px;
    color: #fff;
    font-size: 16px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
    margin-top: 4px;
}

#right .current{
    min-width: 260px;
    color: #fff;
    font-size: 14px;
    text-align: left;
    font-family: SourceHanSansSC-light;
    margin-top: 4px;
}

#right .setmeal {
    min-width: 400px;
    min-height: 200px;
    margin-top: 15px;
    border-radius: 20px;
    background-color: #fff;
    padding: 15px 0 15px 15px;
}


#right .member  {
    margin-bottom: 15px;
    color: #101010;
    font-size: 16px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#right .el-image {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

#right .member-img-applet, .member-img{
    width: 30px;
    height: 30px;
    margin-right: 15px;
    vertical-align: middle;
}

#right .el-image__error, .el-image__inner, .el-image__placeholder {
    width: 100%;
    height: 100%;
}
#right .el-image__inner {
    vertical-align: top;
}


#right .renew {
    min-width: 210px;
}

#right  .cdkey,#right  .renew {
    min-height: 40px;
    text-align: center;
    border-radius: 50px;
    background-color: #ff6600;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 40px;
    font-family: Microsoft Yahei;
}

#right .cdkey {
    margin-left: 10px;
    min-width: 210px;
}

#right .left-bottom {
    min-height: 441px;
    background-color: #fff;
    border-radius: 20px;
    padding: 10px 20px 0;
}


#right  .number-link-title, #right  .number-link-use {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 600;
}

#right   .number-link-img {
    width: 35px;
    height: 20px;
    margin-right: 9px;
    margin-top: 3px;
}


#right .number-link-word {
    color: #101010;
    font-size: 18px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
}

.info_set {
    height: 40px;
    font-size: 16px;
    margin-top: 10px;
    line-height: 40px;
    font-family: Microsoft Yahei;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.info_set_title {
    width: 100px;
    text-align: right;
    margin-right: 50px;
    margin-left: 15px;
}


.info_set_content {
    width: calc(70% - 115px);
    padding-left: 35px;
    text-align: left;
    font-weight: 600;
}


.el-upload {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    outline: 0;
}



.avatar-uploader .el-upload {
    border: none!important;
}

.avatar-uploader .el-upload {
    border: 1px dashed #d9d9d9;
}

.avatar-uploader .el-upload {
    border: 1px dashed #a4a1a1;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.updaetext {
    font-size: 14px;
    cursor: pointer;
    color: #09F;
    font-weight: 600;
}


.el-upload__input {
    display: none;
}

.el-divider {
    background-color: #dcdfe6;
    position: relative;
}



.el-divider--horizontal {
    display: block;
    height: 1px;
    width: 100%;
    margin: 24px 0;
}


 .el-divider--horizontal {
    margin: 14px 0;
}

.el-color-picker__icon, .el-input, .el-textarea {
    display: inline-block;
    width: 100%;
}


.el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}

 .el-input__inner {
    border: 1px solid #fff!important;
    padding-left: 0!important;
}

 .el-input__inner {
    font-weight: 600!important;
    font-size: 16px;
}

.el-input.is-disabled .el-input__inner {
    background-color: #f5f7fa;
    border-color: #e4e7ed;
    color: #c0c4cc;
    cursor: not-allowed;
}

 .el-input.is-disabled .el-input__inner {
    color: #000;
    background-color: #fff;
}
.content_right{
    width: calc(50% - 2px);
    min-width: 1080px;
}

.right-top {
    min-height: 265px;
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 20px;
    padding: 10px 20px;
}

.number-link-word {
    color: #101010;
    font-size: 18px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
}

.message_bottom_left {
    background-color: #3894ff;
    margin-right: 18px;
}
.message_bottom_left, .message_bottom_right {
    width: calc(50% - 18px);
    margin-top: 24px;
    min-width: 460px;
    min-height: 160px;
    border-radius: 10px;
    padding: 10px 20px;
    color: #101010;
}

.visit {
    min-width: 130px;
    color: #fff;
    font-size: 16px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
}

.apply {
    margin-left: 10px;
}

.apply, .compose {
    color: #fff;
    font-size: 14px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
    margin-top: 28px;
    margin-bottom: 5px;
}

.apply-number {
    color: #fff;
    font-size: 25px;
    text-align: left;
    font-family: SourceHanSansSC-medium;
}

.message_bottom_right {
    background-color: #7ac756;
    margin-left: 18px;
}



.exist {
    margin-top: 28px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 14px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
}

.right-bottom {
    min-height: 515px;
    background-color: #fff;
    border-radius: 20px;
    padding: 10px 20px;
}

.number-link-title, .number-link-use {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 600;
}




.order {
    margin: 20px 0;
    padding: 0 60px;
    min-height: 56px;
    line-height: 56px;
    border-radius: 10px;
    background-color: #e4edff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}



.name {
    color: #101010;
    font-size: 18px;
    font-family: SourceHanSansSC-regular;
}


.order-title {
    height: 56px;
    padding-left: 15px;
    line-height: 56px;
    background-color: #e4edff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.order-data {
    margin-right: 48px;
}

.order-data, .order-number {
    color: #101010;
    font-size: 18px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
}

.order-detailed {
    padding: 0 40px 0 15px;
    height: 90px;
    line-height: 90px;
    background-color: hsla(0,0%,85.1%,.47);
    color: #101010;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    font-family: Roboto;
}

.detailed {
    color: #101010;
    font-size: 18px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
}



.modal-title{
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    padding: 10px;
    font-family: Avenir,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #606266;
}

.modal-content{
    padding: 30px 20px;
    color: #606266;
    font-size: 14px;
    word-break: break-all;
    padding-top: 0;
}

.look_title {
    font-size: 20px;
    color: #007be6;
}

.look_title, .look_title_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-weight: 600;
}




.look_content {
    height: 500px;
    overflow: auto;
}

.look_title_a {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: #007be6;
    background-color: #dfeaff;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
}

.look_title_a_content {
    /*height: 39px;*/
    /*line-height: 39px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.look_title_a_content_left {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    text-align: right;
        height: 39px;
    line-height: 39px;
}

.look_title_a_content_lefts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 77%;
    padding-right: 10%;
}



.look_title_a_content_left1 {
    text-align: center;
    height: 39px;
    line-height: 39px;
}

.look_title_a_content_left2 {
    padding-left: 28%;
    width: 15%;
    text-align: center;
}

.look_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 20px;
    margin-bottom: 20px;
}


.el-button, .el-checkbox, .el-checkbox-button__inner, .el-empty__image img, .el-image-viewer__btn, .el-radio {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.el-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}


.el-button--primary {
    color: #fff;
    background-color: #409eff;
    border-color: #409eff;
}

.el-button+.el-button, .el-checkbox.is-bordered+.el-checkbox.is-bordered {
    margin-left: 10px;
}




.el-button--primary:hover{
        background-color: #76b9ff;
}





.el-button--primary:active{
     border-color: none;
}


.look_title_a_content_item_name{
    width: 13%;
}

.look_title_a_content_item_box {
    display: flex;
    /* flex: 1; */
    width: 100%;
    overflow-x: hidden;

}

.look_title_a_content_item{
    width: 33.33%;
}


/* 隐藏滚动条 */
.outer-container::-webkit-scrollbar {
  width: 0; /* 设置滚动条的宽度为0 */
  background-color: transparent; /* 设置滚动条背景为透明 */
}

/* 自定义滚动条轨道样式 */
.outer-container::-webkit-scrollbar-track {
  background-color: transparent; /* 设置滚动条轨道背景为透明 */
}

/* 自定义滚动条滑块样式 */
.outer-container::-webkit-scrollbar-thumb {
  background-color: transparent; /* 设置滚动条滑块背景为透明 */
}


.look_title_a_content_item_btn{
        display: flex;
    align-items: center;
    justify-content: center;
}


.nohas{
    color: #fd3439!important;
}

.has{
    color: #72bb67!important;
}


.look_title_select{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: SourceHanSansSC-regular;
    font-size: 18px;
    padding-top: 4px;
    border-bottom: 1px solid #bbb;
    padding-bottom: 14px;
    padding-left: 19px;
    margin-top: 2px;
    margin-right: 3px;
    color: #111;
}

.look_title_select_img{
    width: 35px;
    height: 20px;
    margin-right: 9px;
    margin-top: 2px;
}

.look_title_select_body{
    padding: 10px 20px 25px 30px;
}

.member_select_title{
    font-size: 20px;
    font-weight: 600;
    color: #101010;
    font-family: PingFangSC;
    font-style: normal;
}


.member_select_status{
    width: 182px;
    height: 107px;
    border-radius: 11px;
    text-align: center;
    border: 2px solid #d9d9d9;
    margin-right: 50px;
    margin-top: 16px;
    margin-bottom: 26px;
    font-size: 16px;
    color: #757474;
    font-weight: 600;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.member_select_status_detail{
    color: #3d7eff;
    border-color: #3d7eff;
    background-color: #e9f3ff;
    font-size: 16px;
    font-family: PingFangSC;
}


.member_select_status_price{
    font-size: 28px;
}

.member_select_status_sign{
    font-size: 19px;
    margin-left: 2px;
    margin-right: 1px;
}

.member_select{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.member_select_detail{
    width: 123px;
    height: 70px;
    border-radius: 11px;
    line-height: 70px;
    text-align: center;
    border: 2px solid #d9d9d9;
    margin-right: 44px;
    margin-top: 16px;
    margin-bottom: 39px;
    font-size: 16px;
    color: #757474;
    font-weight: 600;
    cursor: pointer;
}

.member_selected{
    color: #3d7eff;
    border-color: #3d7eff;
    background-color: #e9f3ff;
}

.member_select_price_set{
    position: absolute;
    line-height: normal;
    width: 60px;
    height: 22px;
    background: linear-gradient(89.77deg,#fd0f3c .4%,#ff6a24 99.6%);
    color: #fff;
    margin-left: -2px;
    margin-top: -2px;
    font-size: 14px;
    line-height: 22px;
    border-top-left-radius: 11px;
    border-bottom-right-radius: 11px;
    font-weight: 500;
}

.shop_detail_a{
    font-size: 18px;
    color: #8a94a8;
    font-weight: 600;
    vertical-align: middle;
    font-family: PingFangSC;
}

.shop_detail_b{
    font-size: 19px;
    color: #ff5d54;
    font-weight: 600;
    vertical-align: middle;
}

.shop_detail_c{
    font-size: 30px;
    color: #ff5d54;
    font-weight: 600;
    vertical-align: middle;
    margin-right: 10px;
}


.shop_button{
    width: 304px;
    height: 40px;
    background-color: #3d7eff;
    margin: 22px 0 21px;
}

.shop_detail_end{
    font-size: 16px;
    color: #101010;
}

.shop_detail_end_logo_set{
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.shop_detail_end_a_logo, .shop_detail_end_c_logo{
    width: 18px;
}
.shop_detail_end_a{
    color: #4061ff;
    cursor: pointer;
}

.shop_detail_end_b{
    display: inline-block;
    color: #4061ff;
    cursor: pointer;
}




.wxpay_top_logo{
    height: 42px;
    width: 160px;
}


.authshow_oneauth {
    width: 400px;
    height: 386px;
    margin: auto;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.qrcode_text_top {
    text-align: left;
    margin-bottom: 5px;
}

.order_price {
    color: red;
}

.order_price_max {
    font-size: 22px;
}

.qrcode_fa {
    margin-top: 10px;
    width: 200px;
    height: 200px;
    position: relative;
}

.dialog-footer {
    margin-top: 10px;
}



.el-popover {
    position: absolute;
    background: #fff;
    min-width: 150px;
    border-radius: 4px;
    border: 1px solid #ebeef5;
    padding: 12px;
    z-index: 2000;
    color: #606266;
    line-height: 1.4;
    text-align: justify;
    font-size: 14px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    word-break: break-all;
    
 
    width: 200px;

    top: -240px;
 
    transform-origin: center bottom;
    z-index: 2003;

}



.customer_service_code {
    text-align: center;
    padding-top: 10px;
    height: 200px;
}

.menu-code {
    width: 150px;
    height: 150px;
}

.el-popper[x-placement^=top] {
    margin-bottom: 12px;
}
.el-popper .popper__arrow:after {
    content: " ";
    border-width: 6px;
}

.el-popper .popper__arrow, .el-popper .popper__arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.el-popper .popper__arrow {
    border-width: 6px;
    -webkit-filter: drop-shadow(0 2px 12px rgba(0,0,0,.03));
    filter: drop-shadow(0 2px 12px rgba(0,0,0,.03));
}

.el-popper .popper__arrow {
    bottom: -6px;
    left: 50%;
    margin-right: 3px;
    border-top-color: #ebeef5;
    border-bottom-width: 0;
}


.el-popper[x-placement^=top] .popper__arrow:after {
    bottom: 1px;
    margin-left: -6px;
    border-top-color: #fff;
    border-bottom-width: 0;
}




.notice_box{
    display: flex;
    align-items: center;
    width: 100%;

}

.notice {
  width: 100%;
  height: 50px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.notice ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.notice li {
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    width: 100%;
    overflow: hidden;
}
.count-box-item{
 display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}





#qrcode_success{
    width: 200px;
    height: 200px;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.8);
    color: #33ff33;
}












