a {
    text-decoration: none;
}
ul {
    list-style: none;
}
body {
    margin: 0 auto;
    background: #f3f7fd !important;
}
:root {
    --el-color-white: #ffffff;
    --el-color-black: #111318;
    --el-color-primary: #00a7ea;
    --el-font-family: PingFang SC, Arial, Hiragino Sans GB, Microsoft YaHei, sans-serif;
    --el-font-weight-primary: 400;
    --el-jf-input-height: 40px;
    --el-font-tab-size: 20px;
    --el-font-warning-color: #ff0000;
    --el-color-danger-slide: #F56C6C;
    --el-button-black: #e6f7ff;
    --el-button-text-color: #1890ff;
    --el-aside-width: 80px;
    --el-header-black: #e7eaee;
    --el-aside-black: #f5f6f7;
    --el-button-active-border-color: rgba(5, 5, 5, 0.06);
}
*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid #e7eaee;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
.el-button:focus,
.el-button:active {
    outline: none;
    box-shadow: none;
}
/*************************登录注册页面*****************************************************/
.concent {
    min-height: 100vh;
    background-size: cover;
    display: flex;
    flex-direction: column;
    background: url(../../static/images/login_bg.png) no-repeat center;
}
.loginmain {
    flex: 1 1 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loginmain .logincontent {
    height: 400px;
    border-radius: 0.375rem;
    display: flex;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
.loginmain .logincontent .contentleft {
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 360px;
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
    /*background: var(--el-color-primary);*/
    background: linear-gradient(90deg,#19b4f1,#0e73e8);
}
.loginmain .logincontent .contentleft h2 {
    font-size: 20px;
    margin-top: 8%;
    color: #fff;
}
.loginmain .logincontent .contentleft .el-image {
    /*width: 86%;*/
    /*height: 70%;*/
    margin-bottom: 5%;
}
.loginmain .logincontent .contentright {
    width: 400px;
    padding-left: 30px;
    padding-top: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    padding-bottom: 30px;
}
.loginmain .logincontent .contentright h1 {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: var(--el-color-black);
}
.loginmain .logincontent .contentright input {
    height: var(--el-jf-input-height) !important;
}
.loginmain .logincontent .contentright .el-input {
    margin-top: 20px;
}
.input-with-select .el-input-group__prepend {
    background-color: var(--el-fill-color-blank);
}
.loginmain .logincontent .contentright .login {
    width: 100%;
    height: var(--el-jf-input-height);
    margin-top: 15px;
}
.loginmain .el-tabs__item {
    font-size: var(--el-font-tab-size);
}
.loginmain .el-tabs__item.is-active {
    font-weight: 600;
}
.loginmain .el-tabs__nav {
    height: 52px;
}
#pane-code{
    position: relative;
}
.refreshStyle{
    position: absolute;
    width: 202px;
    height: 200px;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 999;
    top:0;
    font-size: 50px;
    text-align: center;
    left: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.status-text{
    font-size: 13px;
    margin-top: 10px;
    text-align: center;
    color: var(--el-color-primary);
}
.refreshNoneStyle{
    display: none !important;
}
.refreshIcon{
    cursor: pointer;
}
#qrcode-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
}
#qrcode-container iframe{
    height: 245px !important;
}
#qrcode-container >>> .web_qrcode_img{
    width: 200px !important;
    height: 200px !important;
}
/******************微信授权登录**********************************/
.wxLoginStyle{
    height: 230px;
    margin-top: 30px;
}
.registerBox {
    font-size: 12px;
    text-align: center;
}
.registerBox em {
    font-style: normal;
    color: var(--el-color-primary);
    cursor: pointer;
}
.js-login-title {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    color: var(--el-color-black);
}
.js-login-title p {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 0px;
}
.js-login-title p em {
    font-style: normal;
    color: var(--el-color-primary);
    cursor: pointer;
}
.registerWrapper .el-input {
    margin-top: 12px !important;
}
.registerWrapper .el-input-group__append {
    cursor: pointer;
}
.registerWrapper .phoneCodeStyle {
    display: flex;
}
.registerWrapper .phoneCodeStyle .el-input__inner {
    border-radius: 4px 0px 0px 4px;
}
.registerWrapper .phoneCodeStyle .el-button {
    border-radius: 0px 4px 4px 0px;
    margin-top: 12px;
}
.phoneMsg {
    font-size: 12px;
    color: var(--el-font-warning-color);
    margin-top: 5px;
    text-align: left;
    margin-bottom: -8px;
}
.registerSpace {
    display: flex;
    flex-direction: column;
}
.registerSpace .space-title {
    font-size: 18px;
    color: var(--el-color-black);
}
.registerSpace .spaceBox {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
}
.registerSpace .personBtn {
    margin-top: 15px;
    height: var(--el-jf-input-height);
}
.registerSpace .comBtn {
    margin-left: 0 !important;
    margin-top: 15px;
    height: var(--el-jf-input-height);
}
.registerSpace .stepPrev {
    font-size: 12px;
    text-align: right;
    margin-top: 5px;
    padding-right: 15px;
    color: var(--el-color-primary);
    cursor: pointer;
}
.registerSpace .companyStyle {
    margin-top: 10px;
}
.registerSpace .createCompanyStyle {
    margin-top: 20px;
    margin-left: 0px !important;
}
.registerSpace .createCompanyStyle:focus,.registerSpace .createCompanyStyle:hover,.registerSpace .personBtn:focus,.registerSpace .personBtn:hover{
    background: #FFF;
    border-color:#DCDFE6;
    color: #606266;
}
.inline-input .el-input {
    margin-top: 15px;
}
.list-wrapper .comBtn {
    width: 100%;
}
.highLighted {
    color: var(--el-button-text-color) !important;
    border-color: var(--el-button-active-border-color) !important;
    background-color: var(--el-button-black) !important;
    outline: 0;
}
/***************************登录注册页面 end********************************************************/
/************************************工作台布局***************************************/
header {
    position: fixed;
    z-index: 910;
    top: 0;
    display: flex;
    left: 0;
    background: var(--el-color-white);
    width: 100%;
    height: 60px;
    border-bottom-width: 1px;
    border-color: rgba(231, 234, 238);
}
header .logo {
    height: 60px;
    display: flex;
    align-items: center;
    padding-left: 2%;
}
header .logo img {
    height: 40px;
    width: 120px;
}
.headerWrapper {
    display: flex;
    justify-content: space-between;
}
.headerLeft {
    width: 70%;
    display: flex;
}
.headerLeft .el-menu-demo {
    margin-left: 2%;
}
.headerSurplus {
    display: flex;
    justify-content:flex-end;
    width: 30%;
}
.headerBell {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 3%;
}
.headerRight {
    display: flex !important;
    /*margin-right: 2%;*/
    justify-content: space-around;
    cursor: pointer;
    align-items: center;
}
.headerRight .el-dropdown-link p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
}
.headerRight .el-icon--right{
    margin-top: 5px;
}
.headerRight .el-dropdown-link {
    display: flex;
    align-items: center;
}
.headerRight .el-dropdown-link img {
    height: 20px;
    width: 20px;
    margin-right: 5px;
}
.headerNextRight {
    display: flex !important;
    margin-right: 2%;
    margin-left: 1%;
    cursor: pointer;
    align-items: center;
}
.menu-list {
    display: flex;
    align-items: center;
    padding-left: 2%;
    justify-content: center;
}
.menu-list li {
    list-style-type: none;
    margin-left: 5px;
    margin-right: 8px;
    cursor: pointer;
}
aside {
    height: calc(-60px + 100vh);
    position: fixed;
    z-index: 900;
    top: 60px;
    left: 0;
    width: var(--el-aside-width);
    --bg-opacity: 1;
    background: rgba(245, 246, 247, var(--bg-opacity));
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #c1c1c1 #f1f1f1;
    /****侧边导航条设置一个滚动发的样式 start*******/
    /* 滚动条轨道 */
    /* 滚动条滑块 */
    /* 滑块悬停状态 */
    /* 滚动条边角 */
    /****侧边导航条设置一个滚动发的样式 end *******/
}
aside .menuWrapper {
    display: flex;
    padding: 16px 8px;
    flex-direction: column;
}
aside .menuWrapper .itemStyle {
    display: flex;
    flex-direction: column;
    width: 55px;
    font-size: 13px;
    margin-top: 5px;
    height: 56px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}
aside .menuWrapper .itemStyle .text {
    margin-top: 3px;
}
aside .menuWrapper .itemStyle i {
    font-size: 22px;
}
aside .menuWrapper .itemStyleActive {
    --bg-opacity: 1;
    background: rgba(231, 234, 238, var(--bg-opacity));
}
aside ::-webkit-scrollbar {
    width: 8px;
    /* 纵向滚动条宽度 */
    height: 8px;
    /* 横向滚动条高度 */
}
aside ::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
    margin: 10px 0;
    /* 上下边距，使滚动条不触及边缘 */
}
aside ::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}
aside ::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}
aside ::-webkit-scrollbar-thumb:active {
    background: #8f8f8f;
}
aside ::-webkit-scrollbar-corner {
    background: #f1f1f1;
}
.sysTitleStyle {
    font-size: 14px;
    /*width: 20%;*/
    font-weight: 800;
    align-items: center;
    margin-left: 1%;
    margin-right: 1%;
    justify-content: center;
    display: flex;
    color: var(--el-color-black);
}
.sysTitleStyle .el-link.el-link--default.is-disabled {
    color: #606266;
    font-weight: bolder;
    font-size: 15px;
}
.sysTitleStyle .el-link--inner{
    white-space: nowrap;
}
.menuContainer {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 73%;
    width: 68%;
    overflow: hidden;
    height: 100%;
}
.menuContainer .menu-wrapper {
    flex: 1;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    height: 100%;
    margin: 0 15px;
}
.menuContainer .menu-wrapper::-webkit-scrollbar {
    display: none !important;
}
.menuContainer .menu-wrapper::-webkit-scrollbar-track {
    background: transparent;
}
.menuContainer .menu-wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}
.menuContainer .menu-wrapper:hover::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
}
.menuContainer .menu-wrapper .el-menu-demo {
    display: flex;
    border-bottom: none;
    width: auto;
}
.menuContainer .menu-wrapper .el-menu-item {
    /*min-width: 135px;*/
    padding: 0 16px;
    text-align: center;
}
.menuContainer .arrow {
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    z-index: 10;
    width: 24px;
    font-size: 20px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #ebeef5;
    color: #606266;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
}
.menuContainer .arrow span{
    margin-top: -5px;
}
.menuContainer .arrow:hover:not(.disabled) {
    background-color: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.menuContainer .arrow.disabled {
    opacity: 0.3;
    cursor: not-allowed;
}
.menuContainer .left {
    left: 4px;
}
.menuContainer .right {
    right: 4px;
}
#maincontent {
    padding: 70px 0px 0px 80px;
    height: calc(-16px + 100vh);
}
.saleMaskStyle{
    position: relative;
    z-index: 1000;
}
.orderCreateStyle,.orderStyle{
    height: 100vh !important;
    padding-top: 60px !important;
}
.maskTopBox .maskStyle {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #000;
}
.maskTopBox .notifyBox {
    display: flex;
    right: 16px;
    width: 330px;
    padding: 14px 26px 14px 13px;
    border-radius: 8px;
    box-sizing: border-box;
    border: 1px solid #ebeef5;
    position: fixed;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s, transform 0.3s, left 0.3s, right 0.3s, top 0.4s, bottom 0.3s;
    overflow: hidden;
    top: 110px;
    z-index: 2051;
}
.maskTopBox .notifyBox .el-notification__title {
    font-size: 14px;
    font-weight: 600;
    color: #606266;
}
.maskTopBox .notifyBox .maskBtnfooter {
    display: flex;
    justify-content: end;
    margin-top: 15px;
}
/*****************************************工作台布局 end*****************************************/
.el-pagination {
    /*position: absolute;*/
    /*bottom: 20px;*/
}
/**********************************************架上产品 start********************************************************/
#productsPage {
    width: 98%;
    min-height: 100vh;
    background: #fff;
    padding-top: 20px;
    padding-left: 20px;
    border-radius: 12px;
    padding-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
    flex-wrap: wrap;
}
#productsPage .productInfoStyle {
    display: flex;
    margin-bottom: 13px;
    position: fixed;
    background: #fff;
    top: 0px;
    width: 96%;
    z-index: 99;
    height: 50px;
    line-height: 50px;
}
#productsPage .cardList {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#productsPage .cardList .el-pagination {
    margin-top: 20px;
}
#productsPage .cardList .list-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
#productsPage .cardList .el-card {
    width: 22%;
    margin-top: 2%;
    margin-left: 2%;
    cursor: pointer;
}
#productsPage .cardList .el-card img {
    max-width: 70%;
    display: flex;
    margin: 0 auto;
    height: 150px;
    border-radius: 10px;
}
#productsPage .cardList .el-card span {
    margin-top: 10px;
    /*padding-left: 10px;*/
    /*padding-right: 10px;*/
}
#productsPage .cardList .el-card p {
    /*padding-left: 10px;*/
    /*padding-right: 10px;*/
    margin-top: 10px;
    line-height: 20px;
    max-height: 82px;
    overflow: hidden;
}
#productsPage .cardList .itemStyle {
    padding-top: 14px;
}
#productsPage .productInfo {
    display: flex;
    flex-direction: column;
}
#productsPage .productInfo img {
    /*width: 30%;*/
    width: 300px;
    max-height: 300px;
}
#productsPage .productInfo .infoTop {
    display: flex;
    margin-top: 32px;
}
#productsPage .productInfo .infoTop .infoDes {
    padding-left: 3%;
    display: flex;
    flex-direction: column;
}
#productsPage .productInfo .infoTop .infoDes .p_title {
    font-size: 16px;
    font-weight: 800;
}
#productsPage .productInfo .infoTop .infoDes .p_des {
    font-size: 14px;
    padding-top: 20px;
}
#productsPage .productInfo .infoTop .el-descriptions {
    width: 800px;
    margin-top: 15px;
}
#productsPage .productInfo .priceWrapper {
    width: 540px !important;
}
#productsPage .productInfo .priceWrapper .el-descriptions__title {
    color: var(--el-color-black);
    font-size: 13px;
    font-weight: 500;
}
#productsPage .productInfo .priceWrapper .el-descriptions-item__content .el-tag {
    margin-right: 15px;
    cursor: pointer;
}
#productsPage .productInfo .infoBottom {
    margin-top: 15px;
    width: 98%;
}
#productsPage .productInfo .infoBottom .el-tabs__item {
    font-size: 16px;
}
#productsPage .productInfo .infoBack {
    width: 100%;
    margin-bottom: 10px;
}
#productsPage .productInfo .introductionStyle {
    width: 98%;
    margin: 0 auto;
}
#productsPage #pane-introduce {
    line-height: 35px;
    font-size: 14px;
}
#productsPage .headerTitle {
    color: rgba(0, 0, 0, 0.88);
    font-weight: 600;
    width: 98%;
    font-size: 20px;
    /*text-align: left;*/
    margin-bottom: 20px;
    display: flex;
    padding-left: 2%;
    line-height: 32px;
    justify-content: left;
}
#productsPage .inputContainer {
    width: 500px;
    margin-bottom: 23px;
}
#productsPage .inputContainer .el-input-group__append {
    background: var(--el-color-primary);
    color: var(--el-color-white);
}
#productsPage .el-row {
    display: flex;
}
#productsPage .favStyle {
    font-size: 33px;
    padding-left: 4%;
    display: flex;
    align-items: center;
    cursor: pointer;
}
#productsPage .favStyle .el-icon-star-on {
    color: #f39c12;
    font-size: 35px;
}
#productsPage .timelineStyle {
    width: 60%;
    margin-left: -30px;
}
#productsPage .rateBox {
    width: 100%;
    /*display: flex;*/
    margin: 0 auto;
    /*justify-content: flex-start;*/
}
#productsPage .rateBox .boxRateCard {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
#productsPage .rateBox .boxRateCard .el-rate__text {
    font-size: 16px;
}
.orderDialogFullscreen .el-dialog__header {
    font-size: 22px;
    font-weight: 600;
    color: var(--el-color-black);
}
.orderDialogFullscreen .dialogOrderContent .dialogOrderContentStyle .orderOrganize {
    display: flex;
    flex-direction: column;
}
.orderDialogFullscreen .dialogOrderContent .dialogOrderContentStyle .orderHead {
    font-size: 14px;
    font-weight: 800;
    color: #606266;
    padding-bottom: 15px;
}
.orderDialogFullscreen .dialogOrderContent .dialogOrderContentStyle .orderProduct {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
}
.orderDialogFullscreen .dialogOrderContent .dialogOrderContentStyle .orderProduct span {
    margin-top: 10px;
}
.orderDialogFullscreen .dialogOrderContent .dialogOrderContentStyle .orderProduct cite {
    font-style: normal;
    margin-top: 10px;
}
.orderDialogFullscreen .dialogOrderContent .dialogOrderContentStyle .orderProduct .productLine {
    display: flex;
    justify-content: space-between;
    width: 98%;
    margin-top: -8px;
    margin-bottom: 0px;
}
.orderDialogFullscreen .dialogOrderContent .dialogOrderContentStyle .orderProduct .productLine span {
    font-size: 16px;
    font-weight: 800;
    color: var(--el-color-black);
}
.orderDialogFullscreen .dialogOrderContent .dialogOrderContentStyle .orderProduct .productLine cite {
    font-style: normal;
    font-weight: 800;
    color: var(--el-color-primary);
}
.orderDialogFullscreen .dialogOrderContent .dialogOrderContentStyle .orderServiceName {
    display: flex;
    flex-direction: column;
}
.orderDialogFullscreen .dialogOrderContent .dialogOrderContentStyle .orderServiceName .orderHead {
    font-size: 14px;
    font-weight: 800;
    color: #606266;
    padding-bottom: 15px;
}
.orderDialogFullscreen .dialogOrderContent .dialogOrderContentStyle .orderService {
    margin-top: 20px;
    display: flex;
}
.orderDialogFullscreen .dialogOrderContent .dialogOrderContentStyle .orderService .orderHead {
    padding-right: 15px;
}
.orderDialogFullscreen .dialogOrderContent .dialogOrderContentStyle .periodStyle {
    display: flex;
    width: 98%;
    margin-top: 5px;
    align-items: center;
}
.orderDialogFullscreen .dialogOrderContent .dialogOrderContentStyle .periodStyle span {
    width: 12%;
    text-align: left;
}
.orderDialogFullscreen .dialogOrderContent .dialogOrderContentStyle .periodStyle .sliderStyle {
    width: 90%;
}
.orderDialogFullscreen .dialogOrderContent .dialogOrderContentStyle .periodStyle .sliderStyle span[role="button"] {
    width: 40px;
    text-align: center;
    margin-top: 0;
}
.orderDialogFullscreen .dialogOrderContent .dialogOrderContentStyle .periodStyle .el-tag {
    cursor: pointer;
    text-align: center;
}
.orderDialogFullscreen .dialogOrderContent .dialogOrderContentStyle .orderTotal .orderTotalBox {
    display: flex;
    margin-top: 20px;
    color: #000;
    width: 96%;
    font-size: 16px;
    justify-content: space-between;
    font-weight: 700;
}
.orderDialogFullscreen .dialogOrderContent .dialogFooter {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}
.orderDialogFullscreen .dialogOrderContent .dialogFooter button:last-child {
    width: 140px;
}
.orderDialogFullscreen .dialogOrderContent .dialogFooter button:first-child {
    border: none;
}
.orderDialogFullscreen .dialogOrderContent .dialogFooter button:first-child:hover {
    background: none;
}
.paymentMsgStyle {
    align-items: start !important;
}
.paymentMsgStyle .paymentDialog {
    font-size: 16px;
    display: flex;
    flex-direction: column;
}
.paymentMsgStyle .paymentDialog .paymentMsg {
    display: flex;
    flex-direction: column;
    margin-top: 18px;
}
.paymentMsgStyle .paymentDialog .paymentMsg span {
    margin-top: 10px;
    margin-bottom: 8px;
}
/**********************************************架上产品 end********************************************************/
/***************修改密码start******************/
.changePasswordBox .el-form-item:first-child .el-form-item__content {
    display: flex;
}
/****************修改密码end*****************/
/**************************************工作台start**************************************/
.pageWrapper {
    width: 98%;
    min-height: 100vh;
    background: #fff;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
    border-radius: 10px;
    flex-direction: column;
}
.pageWrapper .rowBlock {
    width: 98%;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pageWrapper .itemBlock {
    width: 24%;
    border:1px solid #eee;
    border-radius: 15px;
    position: relative;
    /*height: 165px;*/
}
/* 明细列表样式 */
.detail-list {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
}
.detail-list li {
    padding: 6px 0;
    border-bottom: 1px dashed #eee;
}
.detail-list li:last-child {
    border-bottom: none;
}
.detail-list li i{
    padding-right: 6px;
}
.itemBlock:hover .detail-popup {
    display: block;
}
/* 明细弹窗（默认隐藏） */
.detail-popup {
    display: none;
    position: absolute;
    top: 115%;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 999;
}
.detail-popup h3{
    margin-top: 5px;
    margin-bottom: 5px;
}
/* 箭头容器 */
.arrow-container {
    position: absolute;
    top: -20px; /* 调整箭头位置 */
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    overflow: hidden;
}

/* 箭头边框 - 使用稍大的三角形 */
.arrow-border {
    position: absolute;
    top: 10px; /* 调整位置使边框可见 */
    left: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ddd; /* 与弹窗边框同色 */
}

/* 箭头填充 - 覆盖在边框上，颜色与弹窗背景一致 */
.arrow-fill {
    position: absolute;
    top: 11px; /* 比边框稍低一点，形成边框效果 */
    left: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff; /* 与弹窗背景同色 */
}

.pageWrapper .card_box_cir_one {
    width: 60px;
    height: 60px;
    overflow: hidden;
    background: #e4ecff;
    margin-left: 20px;
    border-radius: 50%;
    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;
}
.pageWrapper .card_box_cir_one_icon {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    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;
    background: #4d7cfe;
}
.pageWrapper .card_box_cir_one_icon i {
    font-size: 26px;
    color: var(--el-color-white);
}
.pageWrapper .bg-aqua-one {
    background-color:#e4ecff !important;
}
.pageWrapper .bg-green-one {
    background-color: #fff3e0 !important;
}
.pageWrapper .bg-yellow-one {
    background-color: #eaf9e1 !important;
}
.pageWrapper .bg-red-one {
    background-color: #ffeaf4 !important;
}

.pageWrapper .bg-aqua {
    background-color: #4d7cfe !important;
}
.pageWrapper .bg-green {
    background-color: #ffab2b !important;
}
.pageWrapper .bg-yellow {
    background-color: #6dd230 !important;
}
.pageWrapper .bg-red {
    background-color: #ff85c0 !important;
}
.pageWrapper .small-box {
    border-radius: 5px;
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
}
.pageWrapper .small-box > .inner {
    padding: 10px;
    padding-bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: left;
}
.pageWrapper .small-box h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 0px 0;
    color: #252631;
    white-space: nowrap;
    padding: 0;
}
.pageWrapper .small-box p {
    font-size: 15px;
    color: #98a9bc;
    margin-top: 5px;
    margin-bottom: 15px;
}
.pageWrapper .small-box .icon {
    transition: all 0.3s linear;
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0, 0, 0, 0.15);
}
.pageWrapper .small-box > .small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
}
.pageWrapper .dynamicsWrapper {
    width: 98%;
    margin-top: 20px;
}
.pageWrapper .dynamicsWrapper .moreStyle{
    cursor: pointer;
}
.pageWrapper .dynamicsWrapper .box-card {
    width: 100%;
}
.pageWrapper .dynamicsWrapper .box-card:nth-child(2) {
    margin-top: 2%;
}
.pageWrapper .dynamicsWrapper .box-card-r:nth-child(2) {
    margin-top: 2%;
}
.pageWrapper .dynamicsWrapper .textItem {
    padding: 16px 24px;
    border-block-end: 1px solid rgba(5, 5, 5, 0.06);
}
.pageWrapper .dynamicsWrapper .el-card__body {
    padding-top: 0px;
}
.pageWrapper .dynamicsWrapper .el-card__header span {
    color: rgba(0, 0, 0, 0.88);
    font-weight: 600;
    font-size: 16px;
}
.pageWrapper .dynamicsWrapper .moreStyle {
    float: right;
    padding: 3px 0;
    font-size: 15px;
    font-weight: 400;
}
/*****************************************工作台end*****************************************/
/***************管理后台-订单管理*******************************/
.pageWrapper .menuTips {
    font-size: 12px;
    color: #E6A23C;
}
.pageWrapper .headingBox {
    display: flex;
    justify-content: space-between;
}
.pageWrapper .headingBox .headingSpan {
    margin-inline-end: 12px;
    margin-block-end: 0;
    color: rgba(0, 0, 0, 0.88);
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pageWrapper .headingBox .headingBtn {
    padding-right: 2%;
}
.pageWrapper .contentBox {
    margin-top: 3%;
    width: 98%;
}
.pageWrapper .contentBox .el-form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pageWrapper .contentBox .el-form-item:last-child {
    width: 100%;
    display: flex;
    justify-content: end;
}
.pageWrapper .contentBox .el-form-item:last-child .el-form-item__content {
    width: 18%;
    display: flex;
    justify-content: flex-end;
}
.pageWrapper .contentBox .el-form-item {
    width: 24%;
    display: flex;
}
.pageWrapper .contentBox .el-form .el-form-item__label{
    width: 45%;
}
.pageWrapper .contentBox .el-form--inline .el-form-item__content {
    width: 78%;
}
.pageWrapper .contentBox .el-select {
    width: 96%;
}
.pageWrapper .contentBox .orderBox {
    margin-top: 2%;
}
.pageWrapper .contentBox .orderBox .el-table,
.pageWrapper .contentBox .orderBox .el-table__header-wrapper,
.pageWrapper .contentBox .orderBox .el-table__body-wrapper {
    width: 100%;
}
.pageWrapper .contentBox .orderBox .el-table table,
.pageWrapper .contentBox .orderBox .el-table__header-wrapper table,
.pageWrapper .contentBox .orderBox .el-table__body-wrapper table {
    width: 100% !important;
}
.pageWrapper .contentBox .orderBox .el-table table th.el-table__cell,
.pageWrapper .contentBox .orderBox .el-table__header-wrapper table th.el-table__cell,
.pageWrapper .contentBox .orderBox .el-table__body-wrapper table th.el-table__cell {
    background: #fafafa !important;
}
.pageWrapper .contentBox .orderBox .el-table table th.el-table__cell:last-child,
.pageWrapper .contentBox .orderBox .el-table__header-wrapper table th.el-table__cell:last-child,
.pageWrapper .contentBox .orderBox .el-table__body-wrapper table th.el-table__cell:last-child {
    text-align: center;
}
.pageWrapper .dialogBox .info-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.pageWrapper .dialogBox .info-row .info-item {
    width: 48%;
    display: flex;
    align-items: center;
}
.pageWrapper .dialogBox .info-row .info-item .linkStyle {
    width: 100%;
}
.pageWrapper .dialogBox .info-row .info-item .linkStyle .el-link--inner {
    width: 100%;
    text-align: left;
}
.pageWrapper .dialogBox .info-row .info-item span {
    font-size: 14px;
    width: 45%;
    height: 40px;
    line-height: 40px;
    text-align: justify;
}
.pageWrapper .dialogBox .info-row .info-item span::after {
    content: "";
    display: inline-block;
    width: 100%;
}
.pageWrapper .box-card {
    width: 98%;
}
.pageWrapper .box-card .el-card__header {
    font-size: 18px;
    font-weight: 800;
}
.pageWrapper .box-card .logItem {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #ddd;
    height: 40px;
    line-height: 40px;
}
.pageWrapper .box-card .logItem cite {
    font-style: normal;
    font-size: 14px;
    color: #1677ff;
}
.pageWrapper .box-card .logItem span:last-child {
    padding-right: 20px;
    font-size: 13px;
}
/*****************管理后台-订单管理 end*****************************/
/*************************实名认证start*********************************/
.remarkStyle {
    margin-top: 9px;
    color: #E6A23C;
    font-size: 13px;
    text-align: center;
    margin-bottom: 10px;
}
.qrcode-container {
    flex-direction: column;
    display: flex;
    width: 80%;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
}
.qrcode-container #qrcode {
    display: flex;
    justify-content: center;
}
.qrcode-container .warningStyle p {
    color: var(--el-font-warning-color);
}
.qrcode-container .warningStyle .checkButtonStyle {
    width: 120px;
}
.powerStyleBox .el-tag + .el-tag {
    margin-left: 10px;
    cursor: pointer;
}
.powerStyleBox .button-new-tag {
    margin-left: 10px;
    height: 32px;
    line-height: 30px;
    padding-top: 0;
    padding-bottom: 0;
}
.powerStyleBox .input-new-tag {
    width: 90px;
    margin-left: 10px;
    vertical-align: bottom;
}
/*************************实名认证end*********************************/
/****************************成为合作商 start*****************************/
.cooperation-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.cooperation-container .section-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 28px;
    color: #333;
}
.cooperation-container .cooperation-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.cooperation-container .cooperation-item {
    background-color: #ffffff;
    padding: 20px;
    border-left: 4px solid #5cb85c;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 48%;
    display: flex;
    align-items: center;
}
.cooperation-container .cooperation-item:last-child {
    width: 98%;
}
.cooperation-container .blockStyle {
    padding-left: 3%;
}
.cooperation-container .item-icon {
    width: 100px;
    height: 100px;
    background-color: #d0e9d1;
    border-radius: 50%;
}
.cooperation-container .item-title {
    font-size: 18px;
    color: #337ab7;
    margin-bottom: 10px;
}
.cooperation-container .item-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}
.cooperation-container .action-btn {
    display: block;
    /*width: 200px;*/
    height: 40px;
    margin: 30px auto 0;
    background-color: var(--el-color-primary);
    color: var(--el-color-white);
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}
.cooperation-container .action-btn:hover {
    background-color: var(--el-color-primary);
    color: var(--el-color-white);
}
.cooperation-dialog .upload-demo{
    width: 90%;
}
.cooperation-dialog .downStyle {
    font-size: 13px;
    color: var(--el-color-primary);
    cursor: pointer;
}
.cooperation-dialog .el-dialog__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cooperation-dialog .el-dialog__body .el-upload__tip {
    color: var(--el-font-warning-color);
}
.cooperation-dialog .agreeStyle {
    width: 86%;
    text-align: left;
    padding-top: 3%;
}
.cooperation-dialog .identityStyle {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.cooperation-dialog .identityStyle .identityBox {
    display: flex;
    justify-content: space-between;
}
.cooperation-dialog .identityStyle .identityBox .el-radio {
    margin-right: 0px;
    padding-top: 6px;
}
.cooperation-dialog .identityStyle .identityBtnStyle {
    width: 120px;
    height: 36px;
    margin-top: 20px;
    background-color: var(--el-color-primary);
}
/************************成为合作商 end********************************/
/********************************身份模式选择 start********************************/
#modeWrapper .box-card {
    width: 98%;
    min-height: 90vh;
}
#modeWrapper .box-card .el-card__header {
    font-size: 18px;
    font-weight: 800;
}
#modeWrapper .modeBody {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
#modeWrapper .modeBody .el-slider__stop:first-child,
#modeWrapper .modeBody .el-slider__stop:last-child {
    background-color: var(--el-color-danger-slide);
    height: 10px;
    width: 10px;
    border: 2px solid var(--el-color-danger-slide);
    transform: translateX(-15%);
    top: -2px;
}
#modeWrapper .modeBody .discountValStyle {
    font-size: 13px;
    text-align: right;
    margin: 0 auto;
    margin-top: 60px;
    width: 80%;
}
#modeWrapper .modeBody .discountValStyle cite {
    font-style: normal;
    color: var(--el-color-danger-slide);
    font-size: 25px;
    font-weight: 800;
    padding-left: 5px;
    padding-right: 5px;
}
#modeWrapper .jumpStyle {
    margin-top: 25px;
}
#modeWrapper .slideStyle {
    width: 80%;
}
#modeWrapper .coinStyle {
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    width: 81%;
    margin-top: 30px;
}
#modeWrapper .coinStyle2 {
    justify-content: center;
}
#modeWrapper .orderWrapper p:nth-child(2) span,#modeWrapper .orderWrapper p:nth-child(3) span {
    font-size: 14px;
    font-weight: 800;
}
.orderWrapper .orderWarningStyle{
    color: var(--el-font-warning-color);
    font-size: 12px;
}
/********************************框架协议审核列表 start********************************/
#agreementReviewWrapper .contentBox .el-form{
    justify-content: start;
}
#agreementReviewWrapper .contentBox .el-form-item:last-child{
    width: 49%;
}

/*********************************框架协议审核列表 end******************************/
/********************************身份模式选择 end********************************/
.pageWrapper .nameValStyle {
    font-size: 20px !important;
}
.pageWrapper .descStyle {
    font-size: 12px;
    padding-left: 2px;
    color: #98a9bc;
}
.pageWrapper .itemBlockBtn {
    width: 82%;
    padding-bottom: 14px;
    padding-left: 11px;
}
.pageWrapper .itemBlockBtn button:hover {
    background: #fdf6ec;
    border-color: #f5c682;
    color: #E6A23C;
}
.pageWrapper .adsWrapper {
    margin: 0 auto;
    margin-top: 6px;
    width: 98%;
}
.pageWrapper .boneBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pageWrapper .boneBox .el-card {
    width: 24%;
    margin-top: 10px;
}
.pageWrapper .boneBox .el-card .el-card__body {
    padding: 0px;
    margin-bottom: 1px;
}
.pageWrapper .boneBox .el-card .el-card__body .multi-content {
    width: 100%;
    height: 200px;
    display: flex;
}
.pageWrapper .boneBox .el-card .boneBody {
    padding: 14px;
}
.pageWrapper .boneBox .el-card .boneBody .boneFooter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
    height: 16px;
}
.pageWrapper .boneBox .el-card .boneTitleContainer {
    display: flex;
    justify-content: space-between;
    padding: 14px;
}
.pageWrapper .partnerBox {
    width: 96%;
    margin: 0 auto;
}
.pageWrapper .basicBody::before {
    height: 0px !important;
}
.pageWrapper .basicBody {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    flex: 1;
    overflow: hidden;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    transition: 0.2s;
}
.pageWrapper .basicBody .el-table__header th {
    background: #f5f7fa;
}
.pageWrapper .basicContainer .addBtnBox {
    margin-bottom: -10px;
}
.pageWrapper .basicContainer .addDrawerStyle .el-drawer__header {
    position: unset;
}
.pageWrapper .basicContainer .addDrawerStyle .el-form-item .el-select,
.pageWrapper .basicContainer .addDrawerStyle .el-form-item .el-cascader,
.pageWrapper .basicContainer .addDrawerStyle .el-form-item .el-autocomplete {
    width: 100%;
}
.pageWrapper .basicContainer .user-info-dialog .commonFormStyle {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pageWrapper .basicContainer .user-info-dialog .commonFormStyle .itemFormLong {
    width: 100% !important;
}
.pageWrapper .basicContainer .user-info-dialog .commonFormStyle .el-form-item {
    width: 48%;
}
.pageWrapper .basicContainer .user-info-dialog .commonFormStyle .el-form-item .el-select {
    width: 100%;
}
.pageWrapper .basicContainer .user-info-dialog .el-dialog__body {
    padding-top: 5px;
}
.pageWrapper .productListBody .el-button--small {
    padding: 9px 11px;
}
.pageWrapper .recommendStyle {
    width: 96%;
    margin: 0 auto;
}
.pageWrapper .recommendStyle .orderCommonFormStyle {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pageWrapper .recommendStyle .orderCommonFormStyle .el-form-item {
    width: 48%;
}
.pageWrapper .recommendStyle .orderCommonFormStyle .el-select {
    width: 100%;
}
.pageWrapper .recommendStyle .tipContainer {
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.pageWrapper .recommendStyle .tipContainer em {
    font-style: normal;
    color: #1677ff;
}
.pageWrapper .recommendStyle p {
    display: flex;
    align-items: center;
}
.pageWrapper .recommendStyle p span {
    font-size: 16px;
    cursor: pointer;
    font-weight: 800;
}
.pageWrapper .recommendStyle p .el-link {
    padding-left: 15px;
}
.pageWrapper .recommendStyle p .el-link .el-link--inner {
    font-size: 13px;
    color: var(--el-color-primary);
}
.pageWrapper .recommendStyle .recomendPBox {
    display: flex;
    justify-content: end;
}
.pageWrapper .recommendStyle .recomendPBox span {
    font-size: 13px;
}
.pageWrapper .recommendStyle .searchStyleBox {
    width: 30%;
    float: right;
    margin-bottom: 18px;
}
.pageWrapper .recommendStyle .searchStyleBox .el-input__inner {
    width: 250px;
}
.pageWrapper .recommendStyle .searchStyleBox .el-icon-search {
    color: var(--el-color-white);
}
.pageWrapper .recommendStyle .searchStyleBox .el-input {
    width: 120px;
}
.pageWrapper .recommendStyle .searchStyleBox .el-input-group__append button.el-button {
    background: var(--el-color-primary);
}
/*******************************************认证抽屉样式start****************************************************/
.drawerBox {
    /*width: 50% !important;*/
}
.drawerBox .el-drawer {
    width: 50% !important;
}
.drawerBox .el-drawer__header {
    position: unset;
    margin-bottom: 10px;
}
.drawerBox .personBox {
    width: 90%;
    margin: 0 auto;
}
.drawerBox .personBox .el-select {
    width: 100%;
}
.drawerBox .personBox .el-cascader {
    width: 100%;
}
.drawerBox .upload-demo .el-upload {
    width: 100%;
}
.drawerBox .el-upload-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.drawerBox .el-upload-box .uploadLeftWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.drawerBox .el-upload-box .el-upload__tip {
    padding-left: 20px;
}
.v-modal {
    /*z-index: 2002 !important;*/
}
/*******************************************认证抽屉样式end****************************************************/
/***********************************************个人中心start*************************************************************/
#personalCenterWrapper .avatarBox {
    display: flex;
}
#personalCenterWrapper .avatarBox .previewStyle {
    padding-left: 5%;
    display: flex;
    flex-direction: column;
}
#personalCenterWrapper .avatarBox .previewStyle span:first-child {
    margin-bottom: 5px;
}
#personalCenterWrapper .el-row {
    height: 100%;
    width: 98%;
}
#personalCenterWrapper #tab-basic,
#personalCenterWrapper #tab-company,
#personalCenterWrapper #tab-avatar,
#personalCenterWrapper #tab-account,
#personalCenterWrapper #tab-websites {
    font-size: 17px;
}
#personalCenterWrapper #pane-company .el-select {
    width: 100%;
}
#personalCenterWrapper .el-tab-pane {
    width: 40%;
}
#personalCenterWrapper .avatar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#personalCenterWrapper .avatar img {
    width: 104px;
    height: 104px;
    margin-bottom: 20px;
}
#personalCenterWrapper .avatar .acss-des {
    font-size: 13px;
    margin-top: 10px;
}
#personalCenterWrapper .acss-rbfzfg,
#personalCenterWrapper .acss-3b7sju,
#personalCenterWrapper .acss-plzjl0 {
    margin-bottom: 4px;
    color: rgba(0, 0, 0, 0.88);
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 28px;
}
/***********************************************个人中心end*************************************************************/
/**********************************产品管理 start**********************************/
.skeletonStyle {
    width: 98%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}
.skeletonStyle .skeBody {
    padding: 0;
    width: 19%;
    margin-top: 8px;
    margin-bottom: 1px;
    margin-right: 1%;
}
.skeletonStyle .skeBody .el-card__body {
    text-align: center;
}
.skeletonStyle .skeBody .el-card__body img {
    max-width: 100%;
    height: 180px;
}
.skeletonStyle .skeBox {
    padding: 14px;
    padding-left: 0px;
    padding-right: 0px;
}
.skeletonStyle .skeBox .card-header {
    margin-top: 8px;
}
.skeletonStyle .skeBox .btnStyle {
    margin-top: 10px;
    display: flex;
    /*justify-content: space-between;*/
    justify-content: center;
}
.skeletonStyle .skeBox .btnStyle .el-button--small {
    padding: 9px 4px;
}
.skeletonStyle .time {
    font-size: 14px;
    font-weight: 700;
}
/*产品管理弹窗样式*/
.dialogRenewFee .feeTipStyle {
    margin-top: 15px;
}
.dialogPushBox {
    width: 100%;
}
.dialogPushBox .el-form {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
}
.dialogPushBox .el-form .el-form-item:last-child {
    width: 100%;
}
.dialogPushBox .el-form .el-form-item {
    width: 48%;
}
.periodStyle span {
    font-size: 13px;
}
.periodStyle .el-tag + .el-tag {
    margin-left: 10px;
    cursor: pointer;
    text-align: center;
}
/***产品管理样式end****/
.dialogProductWrapperStyle .el-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.dialogProductWrapperStyle .el-form .el-form-item {
    width: 48%;
}
/************************************产品管理 end********************************/
/****************************************合作商名录 start**********************************************/
.headSearch {
    margin-top: 20px;
    width: 80%;
    display: flex;
    align-items: center;
}
.headSearch .searchInputStyle {
    width: 40%;
}
.headSearch .serviceBox {
    display: flex;
    align-items: center;
    padding-left: 5%;
}
.headSearch .serviceBox span:first-child {
    width: 83px;
}
.headSearch .serviceBox span:last-child {
    width: 40px;
}
.headSearch .serviceBox .el-select {
    width: 200px;
}
.headSearch .searchServiceBtnBox {
    display: flex;
    padding-left: 5%;
}
.headSearch .el-select {
    width: 140px;
}
.officialBox {
    width: 98%;
    display: flex;
    margin-top: 20px;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
}
.officialBox .emptyOfficeBox {
    margin: 0 auto;
}
.officialBox .box-official-card {
    width: 24%;
    margin-top: 10px;
    margin-left: 15px;
}
.officialBox .box-official-card .acss-cdmhoh {
    display: flex;
}
.officialBox .box-official-card .acss-cdmhoh .acss-o58l4f {
    flex: 0 1 72px;
}
.officialBox .box-official-card .acss-cdmhoh .acss-o58l4f .ant-avatar {
    display: block;
    width: 72px;
    height: 72px;
    border-radius: 72px;
    line-height: 38px;
}
.officialBox .box-official-card .acss-cdmhoh .acss-o58l4f .ant-avatar img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
}
.officialBox .box-official-card .acss-cdmhoh .companyInfoBox {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}
.officialBox .box-official-card .acss-cdmhoh .acss-m2kuur {
    position: relative;
    top: 4px;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 24px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 22px;
}
.officialBox .box-official-card .acss-cdmhoh .acss-m2kuur .acss-6p3xcf {
    margin-bottom: 12px;
    color: rgba(0, 0, 0, 0.88);
    font-weight: 500;
    font-size: 17px;
    line-height: 28px;
}
.officialBox .box-official-card .acss-id-style {
    padding-left: 23px;
    font-size: 12px;
    margin-top: -5px;
}
.officialBox .box-official-card .acss-info {
    display: flex;
    align-items: center;
    margin-top: 8px;
    justify-content: end;
}
.officialBox .box-official-card .acss-187537 cite {
    font-style: normal;
    font-weight: bold;
}
.officialBox .box-official-card .acss-187537 .serviceContent {
    margin-top: 5px;
}
.officialBox .box-official-card:nth-child(4n+1) {
    margin-left: 0;
}
/****************************************合作商名录 end**********************************************/
/****************************************角色权限页面 start**********************************************/
.organTabBox .el-tabs__item {
    font-size: 20px;
    font-weight: 800;
}
.organTabBox .el-tabs__nav-wrap {
    height: 50px;
    line-height: 50px;
}
.organTabBox .el-tabs__nav-wrap::after {
    height: 0.8px;
}
.organTabBox .el-tabs__header {
    margin-bottom: 0;
}
.authBtnStyle {
    position: fixed;
    top: 30px;
    right: 48px;
}
.roleWrapper {
    margin-bottom: 20px;
}
.organizationBox {
    display: flex;
    justify-content: space-between;
    width: 98%;
    height: calc(100vh - 97px);
    /*margin-top: 20px;*/
}
.organizationBox .boxOrganizationCard {
    border-radius: 5px;
    width: 20%;
    overflow: auto;
    margin-top: 25px;
}
.organizationBox .boxOrganizationCard .el-card__header {
    font-weight: bolder;
}
.organizationBox .boxOrganizationCard .el-card__body {
    padding-right: 3px !important;
    padding-left: 3px !important;
}
.organizationBox .el-divider--vertical {
    width: 0.5px;
    height: calc(100vh - 97px);
}
.organizationBox .organWrapper {
    width: 78%;
    margin-top: 25px;
    height: calc(100vh - 122px);
    display: flex;
    flex-direction: column;
}
.organizationBox .organWrapper .searchBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.organizationBox .organWrapper .searchBox .input-with-select {
    width: 30%;
}
.organizationBox .organWrapper .searchBox .input-with-select .el-input-group__prepend {
    width: 110px;
}
.organizationBox .custom-tree-node {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    white-space: inherit;
    padding-right: 8px;
}
.organizationBox .custom-tree-node .el-button--text {
    font-size: 20px;
}
.organizationBox .custom-tree-node span:last-child {
    justify-content: center;
    display: flex;
}
.userMemberListBox {
    width: 98%;
}
.userMemberListBox .organWrapper {
    width: 100% !important;
}
.drawerPermissionBox .el-drawer__header {
    position: unset;
    margin-bottom: 0px;
}
.drawerPermissionBox .el-drawer__header span {
    font-size: 16px;
    font-weight: 800;
}
.drawerPermissionBox .permissionBox {
    width: 98%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 20px;
    margin-left: 8px !important;
}
.drawerPermissionBox .permissionBox .leftPermissionBox,
.drawerPermissionBox .permissionBox .rightPermissionBox {
    width: 30%;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    min-height: calc(82vh - 100px);
    border: 1px solid #DCDFE6;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 0 6px 0 rgba(0, 0, 0, 0.04);
    overflow-y: auto;
    max-height: 70vh;
}
.drawerPermissionBox .permissionBox .leftPermissionBox .is-current,
.drawerPermissionBox .permissionBox .rightPermissionBox .is-current {
    background: #F5F7FA;
}
.drawerPermissionBox .permissionBox .leftPermissionBox .el-tree-node,
.drawerPermissionBox .permissionBox .rightPermissionBox .el-tree-node {
    /*padding-top: 6px;*/
    /*padding-bottom: 6px;*/
}
.drawerPermissionBox .permissionBox .middlePermissionBox .el-tabs--border-card {
    min-height: calc(82vh - 100px);
}
.drawerPermissionBox .permissionBox .titleBox {
    height: 42px;
    line-height: 42px;
    font-size: 15px;
    font-weight: 800;
    padding-left: 15px;
    background: #f5f7fa;
}
.drawerPermissionBox .permissionBox .modalBox {
    margin-top: 5px;
}
.drawerPermissionBox .permissionBox .modalBox div[role='treeitem']{
    min-height: 50px;
    border-bottom: 1px dashed #DCDFE6;
}
.drawerPermissionBox .permissionBox .modalBox div[role='group']  div[role='treeitem']:first-child{
    border-top: 1px dashed #DCDFE6;
}
.drawerPermissionBox .permissionBox .modalBox div[role='group']  div[role='treeitem']:last-child{
    border-bottom:none;
}
.drawerPermissionBox .permissionBox .modalBox div[role='treeitem'] .el-tree-node__content{
    min-height: 50px;
    line-height: 100%;
}
.drawerPermissionBox .permissionBox .modalBoxWrapper {
    display: flex;
    flex-direction: column;
}
.drawerPermissionBox .permissionBox .modalBoxWrapper span {
    padding-top: 15px;
    padding-left: 15px;
}
.drawerPermissionBox .permissionBox .modalBoxWrapper .el-checkbox__input {
    padding-top: 0px;
}
.drawerPermissionBox .permissionBox .groupRoleStyle {
    display: flex;
    flex-direction: column;
}
.drawerPermissionBox .permissionBox .groupRoleStyle .el-checkbox {
    margin-top: 8px;
}
.drawerPermissionBox .permissionBox .roleStep .maxRoleTextStyle .el-step__title {
    max-width: 80%!important;
}
.drawerPermissionBox .permissionBox .roleStep .el-step.is-simple .el-step__title {
    max-width: 80% !important;
}
.drawerPermissionBox .permissionBtnBox {
    display: flex;
    position: absolute;
    bottom: 20px;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-top: 40px;
    z-index: 99;
}
.drawerPermissionBox .permissionBtnBox button {
    width: 115px;
}
.drawerPermissionBox .permissionBtnBox .el-tabs__item {
    font-weight: 800;
    color: #000000 !important;
}
.userFormBox .el-select,
.userFormBox .el-cascader {
    width: 100%;
}
.userFormBox .el-autocomplete {
    width: 100%;
}
.userFormBox .inline-input .el-input {
    margin-top: 0;
}
.dialog-footer .linkStyle {
    font-size: 13px;
    padding-right: 15px;
}
.roleStep {
    margin-top: 20px;
}
/****************************************角色权限页面 end**********************************************/
/*******************************************配置页面 start***********************************/
.tabContentBox {
    position: relative;
}
.tabContentBox .el-tabs__item {
    font-size: 15px;
    font-weight: 500;
}
.tabContentBox .el-tabs__nav-wrap {
    height: auto;
    line-height: normal;
}
.tabContentBox .settingFormStyle {
    margin-top: 20px;
}
.tabContentBox .settingFormStyle .faceKeyStyle {
    width: 50%;
}
.tabContentBox button {
    width: 150px;
}
.tabContentBox .settingDiscountFormStyle {
    margin-top: 20px;
}
.tabContentBox .settingDiscountFormStyle .spanBox {
    width: 60px;
    display: inline-block;
    text-align: center;
}
.tabContentBox .settingDiscountFormStyle .el-row {
    display: flex;
    margin-top: 18px;
}
.tabContentBox .settingDiscountFormStyle .rangeStyle,
.tabContentBox .settingDiscountFormStyle .discountStyle {
    display: flex;
}
.tabContentBox .settingDiscountFormStyle .rangeStyle span,
.tabContentBox .settingDiscountFormStyle .discountStyle span {
    width: 60px;
    text-align: left;
    color: #606266;
}
.tabContentBox .settingDiscountFormStyle .rangeStyle cite,
.tabContentBox .settingDiscountFormStyle .discountStyle cite {
    font-style: normal;
    width: 30px;
    text-align: center;
}
.tabContentBox .settingDiscountFormStyle .rangeStyle .el-input,
.tabContentBox .settingDiscountFormStyle .discountStyle .el-input {
    width: 150px;
}
.tabContentBox .settingDiscountFormStyle .deleteBtn {
    width: 60px;
}
.tabContentBox .settingDiscountFormStyle .addStyleBox {
    width: 80px;
}
.tabContentBox .paymentFormStyle {
    margin-top: 20px;
}
.tabContentBox .paymentFormStyle .el-input {
    width: 80%;
}
.boxOrganizationCard .is-current {
    background: #e7eaee;
    color: var(--el-color-primary);
}
/*******************************************配置页面 end***********************************/
/******************************合作商名录详情start************************************************/
.officialBoxContent {
    display: flex;
    flex-direction: column;
}
.officialBoxContent .officialContainer {
    display: flex;
    justify-content: space-between;
}
.officialBoxContent .officialContainer .officialHeader {
    display: flex;
    width: 100%;
    margin-top: 20px;
}
.officialBoxContent .officialContainer .officialHeader .avatarPhoto {
    display: block;
    width: 72px;
    height: 72px;
    border-radius: 72px;
    line-height: 38px;
}
.officialBoxContent .officialContainer .officialHeader .headerTitleBox {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
}
.officialBoxContent .officialContainer .officialHeader .headerTitleBox span:first-child {
    margin-bottom: 14px;
    color: rgba(0, 0, 0, 0.88);
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}
.officialBoxContent .officialContainer .officialHeader .headerTitleBox span:nth-child(2) {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 22px;
}
.officialBoxContent .officialContainer .officialHeader .tagBox {
    padding-left: 20px;
}
.officialBoxContent .officialContainer .officialHeader .tagBox span {
    margin-left: 5px;
    margin-right: 5px;
}
.officialBoxContent .officialContainer .btnOperate {
    display: flex;
    align-items: center;
    padding-right: 10%;
}
.officialBoxContent .officialBody {
    width: 87%;
    margin: 0 auto;
    margin-top: 12px;
}
.officialBoxContent .officialBody .boxInfoContainer {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}
.officialBoxContent .officialBody .boxInfoContainer .boxAppListStyle {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.officialBoxContent .officialBody .boxInfoContainer .boxInfoCard {
    width: 18%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
}
.officialBoxContent .officialBody .boxInfoContainer .boxInfoCard .productImg {
    width: 100%;
    height: auto;
}
.officialBoxContent .officialBody .boxInfoContainer .boxInfoCard .productInfo {
    text-align: center;
}
.officialBoxContent .officialBody .enterpriseBox .el-image {
    width: 100%;
    height: auto;
    padding: 10px;
    margin: 10px;
}
.officialBoxContent .serviceInfoBox {
    margin-top: 15px;
}
.officialBoxContent .serviceInfoBox .is-bordered-label {
    white-space: nowrap;
}
.officialBoxContent .serviceInfoBox .el-descriptions-item__content {
    min-width: 180px;
}
.officialBoxContent .servicePhotoBox {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.officialBoxContent .servicePhotoBox span {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}
.officialBoxContent .servicePhotoBox .el-image {
    width: 400px;
    height: auto;
    border: 1px solid #ebebeb;
}
.officialBoxContent .dialogContent {
    display: flex;
    flex-direction: column;
}
.officialBoxContent .dialogContent span {
    font-size: 16px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.88);
}
/******************************合作商名录详情end************************************************/
/*********************************设置页面 start*************************************/
.productSettingBox {
    width: 80%;
    margin-top: 30px;
    z-index: 99;
}
.productSettingBox .el-row {
    margin-top: 15px;
}
.productSettingBox .specStyle {
    display: flex;
}
.productSettingBox .specStyle span {
    width: 25%;
}
.productSettingBox .priceStyle {
    display: flex;
    padding-left: 2%;
}
.productSettingBox .priceStyle span {
    width: 40%;
}
.productSettingBox .delBtnStyle {
    padding-left: 1%;
}
.agreementBox {
    width: 80%;
    margin-top: 30px;
    z-index: 99;
}
.agreementWrapper .el-dialog{
    border-radius: 20px;
}
.agreementWrapper .el-dialog .el-dialog__header{
    border-bottom: 1px solid #e7eaee;
}
.agreementWrapper .el-dialog .el-dialog__header .el-dialog__title{
    font-size: 16px;
    font-weight: bold;
}
.agreementWrapper .el-dialog .dialog-footer .el-button--primary{
    width: 175px;
}
.btnBox {
    text-align: center;
    width: 71%;
    margin-top: 20px;
    position: fixed;
    bottom: 10px;
    justify-content: center;
    height: 72px;
    z-index: 999;
    display: flex;
    align-items: center;
    background: hsla(0, 0%, 100%, 0.6) !important;
}
.btnBox button {
    width: 150px;
}
/*********************************设置页面 enb*************************************/
/********************************购物车管理 start********************************************/
.dialogOrderWrapper .el-dialog {
    /*width: 50% !important;*/
}
.dialogOrderWrapper .el-dialog__body {
    padding-top: 10px;
}
/********************************购物车管理 end********************************************/
.operationBox p {
    margin-top: 10px;
}
/***********************************去除遮罩层 start*************************************************/
.mask-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    /*pointer-events: none; !* 让中间区域可点击 *!*/
}
.mask-top,
.mask-left {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    /*pointer-events: auto; !* 遮罩区域可点击 *!*/
    pointer-events: none;
    /* 让中间区域可点击 */
}
.mask-top {
    top: 0;
    left: 0;
    width: 100vw;
    height: 60px;
}
.mask-left {
    top: 60px;
    left: 0;
    width: var(--el-aside-width);
    height: 100vh;
}
/***********************************去除遮罩层 end*************************************************/
/***********************************日志页面展示 start*************************************************/
.collapseCompanyStyle .el-collapse-item__header {
    font-size: 15px;
    font-weight: 800;
    color: #409EFF;
}
/***********************************日志页面展示 end*************************************************/
.tablePaginationFooterBox {
    display: flex;
    justify-content: end;
    margin-top: 20px;
}
/***********************************日志页面展示 end*************************************************/
/***********************************合同预览页面 start*************************************************/
.pdf-viewer-container {
    width: 100%;
    height: 100%;
    min-height: 500px;
}
.pdf-viewer-container .toolbar {
    display: flex;
    gap: 10px;
    padding: 10px;
    background-color: #f5f5f5;
    border-radius: 4px;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
}
.pdf-viewer-container .pdf-container {
    position: relative;
    width: 100%;
    height: calc(100% - 50px);
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pdf-viewer-container canvas {
    max-width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
.pdf-viewer-container .loading-indicator {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #333;
}
.pdf-viewer-container button {
    padding: 6px 12px;
    background-color: #409eff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.pdf-viewer-container button:hover {
    background-color: #66b1ff;
}
.pdf-viewer-container button:disabled {
    background-color: #c0c4cc;
    cursor: not-allowed;
}
/***********************************合同预览页面 end*************************************************/
/**************************菜单配置列表 start***************************/
.menuDialogBox .firstCheckStyle {
    margin-left: 15px;
}
.menuListContentWrapper {
    display: flex;
    /*flex-direction: column;*/
    flex-wrap: wrap;
}
.menuListContentWrapper .el-checkbox.is-bordered:first-child {
    margin-left: 10px;
}
.menuListContentWrapper .el-checkbox.is-bordered {
    margin-left: 0px;
    margin-top: 15px;
    width: 45%;
}
.menuListContentWrapper .el-checkbox:last-of-type {
    margin-right: 30px;
}
.asideDividerStyle {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    opacity: 0.5;
}
/**************************菜单配置列表 end***************************/
/**************************用户协议 start ************************************/
.agreementBoxStyle{
    margin-top: 10px;
}
.agreementBoxStyle cite{
    font-style: normal;
    cursor:pointer;
    color: var(--el-color-primary);
}
.registerBtn {
    margin-top: 8px !important;
}
.agreementBoxStyle .el-checkbox__label{
    font-size: 12px;
}
.agreementBoxStyle .el-checkbox__input.is-checked+.el-checkbox__label{
    color: #606266;
}
.agreementContainer{
    max-height: 450px;
    overflow-y: scroll;
}
/* 只对类名为 custom-scroll 的容器生效 */
.agreementContainer::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.agreementContainer::-webkit-scrollbar-track {
    background: #f7f7f7;
    border-radius: 3px;
}
.agreementContainer::-webkit-scrollbar-thumb {
    background: #d1d1d1;
    border-radius: 3px;
}
.agreementContainer::-webkit-scrollbar-thumb:hover {
    background: #b1b1b1;
}
/**************************用户协议 end ************************************/
/***************************角色用户组界面的二维码绑定功能开发start*********************************************/
.qr-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.qr-modal-content {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    width: 300px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.modal-header h3 {
    margin: 0;
    color: #333;
}
.close-btn {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #999;
    transition: color 0.3s;
}
.close-btn:hover {
    color: #333;
}
.qr-code {
    display: flex;
    justify-content: center;
    margin: 15px 0;
}
.modal-footer {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #eee;
}
.modal-footer button {
    padding: 6px 12px;
    background-color: #42b983;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.modal-footer button:hover {
    background-color: #359e75;
}
.qrcode-avatar{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
/***************************角色用户组界面的二维码绑定功能开发end*********************************************/
.roleTitleContainer{
     display: flex;
     flex-direction: column;
     justify-content: space-between;
}
.roleTitleContainer cite{
    font-style: normal;
    font-size: 12px;
    margin-top: 5px;
    color: var(--el-font-warning-color);
}
/********************************工作台部分待办卡片样式**********************************/
.cardListWrapper{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 98%;
    border: 1px solid #eee;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 15px;
}

.cardListWrapper .title1{
    font-size: 18px;
    font-weight: 800;
    color: #303133;
    padding-top: 15px;
    width: 100%;
        padding-left: 15px;
}
.approvalContent{
    display: flex;
    justify-content: space-between;
    width:98%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
}
.childLinks {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.childLinks .childLinkItem{
    display: flex;
    flex-direction: column;
    padding-left: 40%;
}
.childLinks .childLinkItem .numberTotal {
    color: #fff;
    font-size: 32px;
    font-family: HelveticaNeue;
    line-height: 32px;
}
.childLinks .childLinkItem .stage {
    color: white;
    font-weight: 400;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
}
.dspStyle {
    width: 206px;
    height: 81px;
    background-image: url("./images/dsp.png");
}
.dcbStyle {
    width: 206px;
    height: 81px;
    background-image: url("./images/dcb.png");
}
.djcxxdjStyle {
    width: 206px;
    height: 81px;
    background-image: url("./images/djcxxdj.png");
}
.jdqajStyle {
    width: 206px;
    height: 81px;
    background-image: url("./images/jdqaj.png");
}
.djcqzcsStyle {
    width: 206px;
    height: 81px;
    background-image: url("./images/djcqzcs.png");
}
/************************树形结构的全局样式**********************************/
.el-tree-node__content{
    height: auto !important;
    white-space: wrap;
}
/************************用户头部分全局样式**********************************/
.profile-container {
    display: flex;
    width: 98%;
    margin: 0 auto;
    margin-bottom: 20px;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border: 1px solid #eee;
    border-radius: 15px;
    background-color: #fff;
}
/* 左侧内容：头像 + 文本，弹性布局垂直排列 */
.profile-left {
    display: flex;
    align-items: center;
}
/* 头像样式：圆形、自定义尺寸，可替换实际头像地址 */
.avatar {
    width: 48px;
    height: 48px;
    margin-top: 5%;
    border-radius: 50%;
    margin-right: 12px;
    /*background: url('https://via.placeholder.com/48') center/cover no-repeat;*/
}
.avatar img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
/* 文本区域：标题和描述垂直排列 */
.profile-text {
    display: flex;
    flex-direction: column;
}
/* 问候语标题样式 */
.greeting {
    margin-bottom: 12px;
    color: rgba(0, 0, 0, 0.88);
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}
/* 职位描述文本样式 */
.position {
    font-size: 14px;
    color: #666;
    margin: 0;
}
/* 右侧数据容器：弹性布局，均匀分布 */
.stats-container {
    display: flex;
    gap: 24px; /* 项目数、排名、访问数之间的间距 */
}
/* 单个数据项：文本垂直排列 */
.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* 数据标题（如“项目数”）样式 */
.stat-title {
    font-size:14px;
    color: rgba(0,0,0,0.45);
    margin-bottom: 4px;
}
/* 数据数值（如“56”）样式 */
.stat-value {
    font-size: 24px;
    color: rgba(0,0,0,0.88);
}
.paginationFooterBox{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
/***************************上架商品部分*********************************/
.onSaleStyle .el-drawer__header{
    position: unset;
}
/****************************订单搜索列表**************************************/
.orderSearchForm .el-form-item__label{
    padding:0 6px 0 0
}
/*******************************支付账户信息弹窗样式修改*********************************/
.paymentStyle{
    background: rgba(30, 41, 59, 0.8);
    /*backdrop-filter: blur(10px);*/
    border: none !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    width: 100%;
    max-width: 500px;
    padding: 30px;
    color: #e2e8f0;
    position: relative;
    overflow: hidden;
}
.paymentStyle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6);
}
.paymentStyle .el-message-box__header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.paymentStyle .el-message-box__header .el-message-box__title{
    font-size: 22px;
    font-weight: 600;
}
.account-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.info-item {
    display: flex;
    gap: 10px;
}
.info-label {
    width: 120px;
    color: #94a3b8;
    font-weight: 500;
}
.info-value {
    flex: 1;
    word-break: break-all;
}
/************************确认支付凭证****************************/
.el-upload{
    width: 100%;
    text-align: left !important;
}
.el-upload-dragger{
    width: 100% !important;
}
/*************************合作上管理中的产品上传图片*********************************/
 .onSaleWrapperUploadStyle .el-upload{
     text-align: left;
 }
 /********************************************************************************/
.hidden {
    display: none;
}

.remarksStyle{
    margin-top: 20px;
}
/************************PDF预览中按钮样式设置**************************/
.page-info {
    margin-left: 12px;
    margin-right: 12px;
}
.pdf-toolbar{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}