@charset "utf-8";
/*登录页面*/
.login-background {
    width: 100%;
    min-height: 100vh;
}

.logo {
    background: rgba(255, 255, 255, 1);
    height: 80px;
    padding: 0 70px;
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
    font-size: 14px
}

.logo img {
    margin-right: 20px
}

.login {
    width: 1000px;
    margin: 0 auto;
    border-radius: 16px;
    display: flex;
    background: #fff;
    overflow: hidden
}

.login .left {
    width: 580px;
    height: 480px;
    position: relative;
    flex: none;
}

.login .left > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav-item {
    padding: 8px 16px;
    border-radius: 100px;
    transition: all .5s;
}

.nav-item:hover {
    background-color: #dcebff;
    color: var(--primary);
}

.login-title {
    font-size: 36px;
    color: #112233;
    line-height: 2;
}

.login-label {
    font-size: 16px;
    color: #334455;
    line-height: 1.5;
    margin-bottom: 20px;
}

.login-hr {
    padding: 10px 60px;
    font-size: 15px;
    color: #666666;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
    margin: 0 auto;
}

.login-hr::before,
.login-hr::after {
    content: '';
    flex: 1;
    height: 1px;
    background-color: #ededed;
}

.login-info {
    padding: 10px 60px;
    font-size: 14px;
    color: #666666;
    margin: 0 auto;
    text-align: center;
}

.login-info > a {
    font-size: 16px;
    font-weight: bold;
    color: #1e56a1;
    margin-left: 10px;
}

.copyright {
    width: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
}

/*布局框架*/
.layui-layout-body-bg {
    background-color: #f2f2f2;
}

.layui-layout-admin .layui-header {
    background-color: #FFFFFF !important;
}

.layui-header > ul > .layui-nav-item.layui-this, .wy-tool i:hover {
    background-color: #338bff !important;
    color: #FFFFFF;
}

.layui-header .wy-header-content > ul > .layui-nav-item.layui-this, .wy-tool i:hover {
    background-color: #338bff !important;
    color: #FFFFFF;
}

.layui-layout-admin .wy-logo {
    font-weight: bold;
    color: #ffffff !important;
    height: 60px !important;
    line-height: 60px !important;
    overflow: hidden;
    transition: all .2s !important;
    width: 200px;
    text-align: center;
}

.layui-layout-admin .wy-logo img {
    display: inline-block;
    height: 40px;
    width: 180px;
    vertical-align: middle;
}

.wy-tool {
    position: absolute !important;
    top: 0;
    left: 220px;
    width: 60px;
    height: 100%;
    line-height: 60px;
    text-align: center;
    color: var(--primary) !important;
    transition: all .2s;
}

.wy-tool i {
    display: block;
    color: var(--primary);
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 3px;
    text-align: center;
    margin-top: 15px;
    cursor: pointer;
}

.layui-header > .layui-layout-right > .layui-nav-item {
    height: 60px !important;
    line-height: 60px !important;
}

img {
    display: inline-block;
    border: none;
    vertical-align: middle;
}

.layui-layout-left {
    left: 265px !important;
    height: 100%;
    line-height: 63px;
}

.layui-nav .layui-nav-item a {
    display: block;
    padding: 0 20px;
    color: #5f5f5f;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.layui-nav .layui-nav-left-item a:hover {
    color: var(--primary);
    text-decoration: none;
}

.layui-nav-itemed > .layui-nav-child, .layui-nav-itemed > .layui-nav-child > .layui-this > .layui-nav-child {
    display: block;
}

.layui-nav-tree .layui-nav-child {
    position: relative;
    z-index: 0;
    top: 0;
    border: none;
    box-shadow: none;
    background: #eef3fe;
}

.layui-nav > .layui-nav-item.layui-this > a {
    color: #FFFFFF;
}

.layui-layout-body .layui-nav-itemed .layui-nav-child a {
    padding-left: 35px;
}

.layui-nav .layui-this:after, .layui-nav-bar {
    background-color: var(--primary);
}

.layui-nav .layui-nav-item a:hover, .layui-nav .layui-this a {
    color: var(--primary);
    text-decoration: none;
}

.layui-layout-admin .layui-side {
    top: 60px;
    width: 200px !important;
    overflow-x: hidden;
}

.wy-nav {
    width: 200px;
    display: flex;
    height: 100%;
    justify-content: center;
}

.wy-nav .layui-nav {
    position: relative;
    overflow-x: hidden;
}

.wy-nav .layui-nav::-webkit-scrollbar {
    width: 0;
}

.wy-nav .layui-nav-item > a .layui-nav-more {
    padding: 0;
}

.wy-nav-left {
    flex: none;
    background-color: var(--primary);
    width: 60px !important;
    padding-top: 10px !important;
    padding-bottom: 70px !important;
}

.wy-nav-left .layui-nav-item {
    width: 60px;
    height: 60px !important;
}

.wy-nav-left .layui-nav-item > a {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 60px !important;
    line-height: 1 !important;
}

.wy-nav-right {
    flex: 1;
    background-color: #ffffff;
    width: auto !important;
    overflow: hidden;
}

.wy-nav-right .layui-nav-item > a {
    color: #333 !important;
}

.wy-nav-right .layui-nav-child {
    background-color: #eef3fe !important;
}

.layui-nav-tree .layui-nav-item a {
    position: relative;
    height: 40px;
    line-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.layui-nav > .layui-nav-item.layui-this > a {
    color: #FFFFFF !important;
}

/**头部样式（缩放） */
.wy-mini .layui-layout-left {
    left: 120px !important;
}

/**logo演示（缩放） */
.wy-mini .layui-layout-admin .wy-logo {
    width: 60px !important;
}

.wy-mini .layui-layout-admin .wy-logo h1 {
    display: none;
}

/**内容主体（缩放） */
.wy-mini .layui-layout-admin .layui-body {
    left: 60px !important;
}

.wy-mini .wy-tool {
    left: 75px !important;
}

/**菜单缩放*/
.wy-mini .layui-layout-admin .layui-side {
    top: 60px;
    width: 60px !important;
    overflow-x: hidden;
}

.wy-mini .layui-side:hover .wy-nav-right-fixed {
    transform: translateX(0px);
}

.wy-mini .wy-nav-right-fixed {
    width: 140px !important;
    flex: none;
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 60px;
    z-index: -1;
    transform: translateX(-140px);
    transition: all 0.5s cubic-bezier(0.1, 0, 0.2, 0.5);;
}


.wy-mini .layui-layout-admin .wy-logo img {
    display: inline-block;
    height: 40px;
    width: 40px;
    vertical-align: middle;
}

/**
菜单缩放
 */
.popup-tips-bottom {
    top: auto !important;
    bottom: 0 !important;
}

.popup-tips .layui-layer-TipsG {
    display: none;
}

.popup-tips.layui-layer-tips .layui-layer-content {
    padding: 0;
}

.popup-tips .layui-nav-tree {
    width: 140px;
    border-radius: 2px;
}

.popup-tips .layui-nav {
    background-color: #1e56a1 !important;
}

.popup-tips > .layui-layer-content > .layui-nav > .layui-nav-item > a:hover, .popup-tips > .layui-layer-content > .layui-nav > .layui-nav-item > a {
    color: #FFFFFF !important;
    text-decoration: none;
}

/**左侧菜单字体间距*/
.wy-nav-right .layui-nav-item a span {
    letter-spacing: 1px;
}

/**头部菜单字体间距*/
.layui-layout-admin .wy-nav-left .wy-show, .layui-layout-admin .layui-header .wy-header-menu.wy-mobile-show {
    letter-spacing: 1px;
}

/*layui基础菜单样式重写*/
.wy-nav .layui-menu li {
    padding: 0 !important;
}

.wy-nav .layui-menu li:hover {
    background-color: #1e56a1 !important;
}

.layui-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 999999;
}

.layui-loader .layui-loader-inner {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 200px;
    height: 100px;
    margin: -75px 0 0 -75px;
    color: #5f5f5f;
    font-size: 12px;
}

.layui-loader .layui-loader-inner img {
    animation: loadingInOut 2s infinite ease-in-out;
}

@keyframes loadingInOut {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
}

.wy-tab {
    margin: 0px;
    overflow: hidden;
    height: 100% !important;
}

.wy-tab .layui-tab-content {
    height: calc(100% - 37px) !important;
}

.wy-tab .layui-tab-content .layui-tab-item {
    height: 100%;
}

.wy-tab .layui-tab-content {
    padding: 0px;
}

.wy-tab .layui-tab-title {
    border: none;
    border: 1px solid whitesmoke;
    background-color: white;
}

.wy-tab .layui-tab-title li {
    border-right: 1px solid whitesmoke;
    color: dimgray;
}

.wy-tab .layui-tab-title .layui-tab-bar {
    display: none;
}

.wy-tab .layui-tab-title .layui-this:after {
    display: none;
}

.wy-tab .layui-tab-title .wy-tab-active {
    display: inline-block;
    background-color: lightgray;
    width: 9px;
    height: 9px;
    border-radius: 30px;
    margin-right: 5px;
}

.wy-tab .layui-tab-title .layui-this .wy-tab-active {
    background-color: #338bff;
}

.wy-tab > .layui-tab-title, .wy-tab > .close-box {
    height: 40px !important;
}

.wy-tab > .layui-tab-title li, .wy-tab > .close-box li {
    line-height: 40px !important;
}

.wy-tab .layui-tab-title span {
    color: #acafb1;
}

.wy-tab .layui-tab-title .layui-this span {
    color: dimgray;
}

.wy-tab .layui-tab-title .layui-tab-close {
    font-size: 12px !important;
    width: 14px !important;
    height: 14px !important;
    line-height: 16px !important;
}

.wy-tab .layui-tab-title .layui-tab-close:hover {
    border-radius: 4em;
    background: #ff5722;
}

.wy-tab .layui-tab-title .disable-close + .layui-tab-close {
    display: none;
}

.wy-tab .layui-tab-title .able-close + .layui-tab-close {
    display: inline-block;
}

.wy-tab .layui-tab-control > li {
    position: absolute;
    top: 0px;
    height: 40px;
    line-height: 40px;
    width: 35px;
    text-align: center;
    background-color: white;
    border-top: whitesmoke 1px solid;
    border-bottom: whitesmoke 1px solid;
}

.wy-tab .wy-tab-roll-left {
    left: 0px;
    border-right: whitesmoke 1px solid;
    border-left: whitesmoke 1px solid;
}

.wy-tab .wy-tab-roll-right {
    right: 35px;
    border-left: 1px solid whitesmoke;
}

.wy-tab .layui-tab-tool {
    right: 0px;
    border-left: 1px solid whitesmoke;
}

.wy-tab .layui-tab-control .layui-tab-tool,
.wy-tab .layui-tab-control .wy-tab-roll-left,
.wy-tab .layui-tab-control .wy-tab-roll-right {
    display: none;
}

.wy-tab.layui-tab-roll .layui-tab-control .wy-tab-roll-left,
.wy-tab.layui-tab-roll .layui-tab-control .wy-tab-roll-right {
    display: block;
}

.wy-tab.layui-tab-roll .layui-tab-control .wy-tab-roll-right {
    right: 0px;
    border-right: 1px solid whitesmoke;
}

.wy-tab.layui-tab-roll .layui-tab-title {
    padding-left: 35px;
    padding-right: 35px;
}


.wy-tab.layui-tab-tool .layui-tab-control .layui-tab-tool {
    display: block;
}

.wy-tab.layui-tab-tool .layui-tab-title {
    padding-left: 0px;
    padding-right: 35px;
}


.wy-tab.layui-tab-rollTool .layui-tab-title {
    padding-left: 35px;
    padding-right: 80px;
}

.wy-tab.layui-tab-rollTool .layui-tab-control .wy-tab-roll-left,
.wy-tab.layui-tab-rollTool .layui-tab-control .wy-tab-roll-right,
.wy-tab.layui-tab-rollTool .layui-tab-control .layui-tab-tool {
    display: block;
}

.wy-tab .layui-tab-tool .layui-nav {
    position: absolute;
    height: 43px !important;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    background: 0 0;
}

.wy-tab .layui-tab-tool .layui-nav-item {
    height: 35px;
}

.wy-tab .layui-tab-tool .layui-nav-bar {
    display: none;
}

.wy-tab .layui-tab-tool .layui-nav-child {
    left: auto;
    top: 45px;
    right: 3px;
    width: 120px;
    border: 1px solid whitesmoke;
}

.wy-tab .layui-tab-tool .layui-this a {
    background-color: #f8f8f8;
}

.wy-tab-loading {
    position: absolute;
    display: none;
    width: 100%;
    height: calc(100% - 37px);
    top: 37px;
    z-index: 19;
    background-color: #fff
}

.wy-tab-loading.close {
    animation: close 1s;
    -webkit-animation: close 1s;
    animation-fill-mode: forwards;
}

.layui-layout-admin .layui-body {
    position: absolute;
    top: 60px;
    left: 200px;
    padding-bottom: 0 !important;
}

.container {
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    background-color: #ffffff;
}

.layui-form-item > .required:after {
    content: '*';
    color: red;
    position: absolute;
    margin-left: 4px;
    font-weight: bold;
    line-height: 1.8em;
    top: 6px;
    right: 5px;
}

.wy-form .layui-form-item > .layui-form-label {
    width: 130px !important;
}

.wy-form .layui-form-item > .layui-input-block {
    margin-left: 160px !important;
}

.wy-form .layui-form-item > .layui-input-block > tip {
    display: inline-block;
    margin-top: 10px;
    line-height: 14px;
    font-size: 12px;
    color: #a29c9c;
    clear: both;
    width: 100%;
}

/**
鼠标右键
 */
.wy-tab-mousedown {
    display: none;
    width: 80px;
    position: absolute;
    top: 0px !important;
    left: 0px !important;
}

/**
附件上传相关样式
 */
.attachments-content {
    height: 70px;
    line-height: 70px
}

.upload-attachments-div {
    float: left;
    height: 70px;
    width: 70px;
    border-radius: 4px;
    border: 1px dotted rgba(0, 0, 0, .1);
    background: rgba(0, 0, 0, .02);
    color: rgb(96, 98, 102);
    text-align: center;
    cursor: pointer;
}

.attachments-container {
    float: left;
    opacity: 1;
    position: relative;
    height: 100%;
}

.attachments-content .img-src {
    width: 70px;
    height: 70px;
    /*padding: 4px;*/
    -webkit-user-drag: unset;
}

.attachments-content .video-src {
    width: 70px;
    height: 70px;
    /*padding: 4px;*/
    -webkit-user-drag: unset;
}

.attachments-content .img-del-x {
    position: absolute;
    z-index: 100;
    top: -8px;
    right: -6px;
    width: 20px;
    height: 20px;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #338bff;
    border-radius: 10px;
}

.attachments-content .img-del-x:hover {
    color: rgba(255, 255, 255, .7);
    background: #1e56a1;
}

.attachments-content .image-list {
    float: left;
    opacity: 1;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}

/*
更新文件进度
 */
.circle {
    width: 400px;
    height: 400px;
    position: absolute;
    left: calc(50% - 200px);
    border-radius: 50%;
    background: #338bff;
}

.pie_left, .pie_right {
    width: 400px;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0
}

.pie_left .left, .pie_right .right {
    display: block;
    width: 400px;
    height: 400px;
    background: #eeeeee;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0
}

.pie_right, .right {
    clip: rect(0, auto, auto, 200px)
}

.pie_left, .pie_left .left {
    clip: rect(0, 200px, auto, 0)
}

.pie_mask {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    left: 25px;
    top: 25px;
    background: #FFF;
    position: absolute;
    text-align: center;
    line-height: 350px;
    font-size: 72px;
    font-weight: bold
}

.pie_mask_txt {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    left: 25px;
    top: 25px;
    background: #FFF;
    position: absolute;
    text-align: center;
    line-height: 280px;
    font-size: 72px;
    font-weight: bold;
    color: #338bff;
}

.circle-io {
    position: absolute;
    left: calc(50% - 200px)
}

.mask-btn {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    left: 35px;
    top: 25px;
    position: absolute;
    text-align: center;
    line-height: 420px;
    pointer-events: none;
}

.mask-time {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    left: 25px;
    top: 25px;
    position: absolute;
    text-align: center;
    line-height: 520px
}

.list-relate {
    position: relative
}

/*
更新公告时间轴
 */
.timeline-item-add {
    color: #19be6b;
    background-color: #dbf1e1;
    border-color: #71d5a1;
    display: inline-block;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    border-width: 1px;
    border-style: solid;
    line-height: 1;
    margin-right: 5px;
}

.timeline-item-optimize {
    color: #2979ff;
    background-color: #ecf5ff;
    border-color: #1e9fff;
    display: inline-block;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    border-width: 1px;
    border-style: solid;
    line-height: 1;
    margin-right: 5px;
}

.timeline-item-fix {
    color: #f90;
    background-color: #fdf6ec;
    border-color: #fcbd71;
    display: inline-block;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    border-width: 1px;
    border-style: solid;
    line-height: 1;
    margin-right: 5px;
}

/*
系统模板列表
 */
.wy-ratio-3-4 {
    padding-top: 0;
    padding-bottom: 133.33333%;
}

[class*="wy-ratio-"] {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: 0;
}

[class*="wy-ratio-"] img {
    width: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.card-list {
    position: relative;
    display: grid;
    margin: 0 auto;
    padding-bottom: 48px;
    grid-gap: 15px;
}

@media (max-width: 2099px) {
    .card-list {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}

@media (min-width: 2100px) {
    .card-list {
        grid-template-columns: repeat(6, 1fr);
    }
}

.card-list-item {
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.card-list-item-cover {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.card-list-item-install {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    padding: 5px 10px;
    border-radius: 4px;
    line-height: 1;
}

.card-list-item-install.active {
    background-color: #52c41a;
    color: #fff;
}

.card-list-item-install.inactive {
    background-color: #f5222d;
    color: #fff;
}

.card-list-item-data {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 8px 16px;
}

.card-item-head {
    display: flex;
    flex: 1;
    overflow: hidden;
    margin-right: 10px;
    line-height: 25px;
    align-self: stretch;
    flex-direction: column;
    gap: 5px;
}

.card-list-item-title {
    overflow: hidden;
    color: #333;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-list-item-price {
    display: flex;
    flex: 1;
    align-items: flex-end;
    color: #333;
    font-size: 14px;
}

span.item-price-num {
    margin: 0 4px;
    color: red;
}

.card-item-ctrl {
    display: flex;
    flex: none;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-direction: column;
}

.ctrl-btn-item {
    box-sizing: border-box;
    padding: 4px 8px;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    color: var(--primary, #409eff);
    line-height: 1;
    text-align: center;
}

.ctrl-btn-item span {
    font-size: 12px;
}

.card-list .layui-flow-more {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 48px;
    padding: 0 20px;
    line-height: 48px;
    transform: translateX(-50%);
}

.user-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.user-item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 100px;
}

.user-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.user-name {
    font-size: 15px;
}

.ctrl-group {
    display: flex;
    align-items: center;
    margin-left: auto;
}

/* 授权服务 */

.service-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.3s ease;
}

.service-card .card-header {
    background: linear-gradient(135deg, #338bff 0%, #2575fc 100%);
    color: white;
    padding: 20px 20px;
    text-align: center;
}

.service-card .card-header h2 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.service-card .card-header p {
    opacity: 0.9;
    font-size: 16px;
}

.service-card .card-content {
    padding: 25px;
}

.service-card .merchant-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.service-card .info-item {
    flex: 1;
    text-align: center;
}

.service-card .info-item h3 {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
    font-weight: 400;
}

.service-card .info-item p {
    font-size: 18px;
    color: #333;
    font-weight: 600;
}

.service-card .plugin-options {
    margin-bottom: 20px;
}

.service-card .plugin-options h2 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #444;
    text-align: center;
}

.service-card .plugin-options p {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}

.service-card .scrollable-div {
    height: 220px;
    overflow-y: auto;
    padding: 10px;
}

.service-card .contact-info {
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.service-card .contact-info p {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}

.service-card .phone-number {
    display: inline-block;
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    color: white;
    padding: 12px 25px;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 10px;
    box-shadow: 0 4px 10px rgba(106, 17, 203, 0.2);
    transition: transform 0.3s ease;
}

.service-card .phone-number:hover {
    transform: translateY(-2px);
}

/* 在线客服 */
.customer-service-container {
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.customer-header {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.customer-header h2 {
    color: #1e9fff;
    font-size: 24px;
    font-weight: 500;
}

.customer-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.customer-item {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    padding: 20px;
    width: 220px;
    text-align: center;
    transition: all 0.3s;
}

.customer-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 15px;
    border: 3px solid #1e9fff;
}

.customer-name {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.contact-info {
    margin-top: 15px;
}

.phone a {
    color: #01aaed;
    text-decoration: none;
}

.phone a:hover {
    text-decoration: underline;
}

.qrcode {
    width: 100px;
    height: 100px;
    margin: 10px auto;
    display: block;
    background: #f1f1f1;
    border: 1px solid #ddd;
}

.footer {
    text-align: center;
    margin-top: 30px;
    color: #999;
    font-size: 13px;
}

/*商家入驻*/
.apply {
    width: 1000px;
    margin: 0 auto;
}

.apply header {
    text-align: center;
    margin-bottom: 40px;
    padding: 30px 0;
    background-color: white;
    border-radius: 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.apply header h1 {
    color: #2c3e50;
    margin-bottom: 15px;
}

.apply header .subtitle {
    font-size: 16px;
    color: #7f8c8d;
    max-width: 600px;
    margin: 0 auto;
}

.apply header .login-link {
    margin-top: 15px;
}

.apply header .login-link a {
    color: #3498db;
    text-decoration: none;
    font-weight: 500;
}

.apply .benefit-card {
    flex: 1;
    background-color: white;
    border-radius: 16px;
    padding: 15px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
    text-align: center;
}

.apply .form-container {
    background-color: white;
    border-radius: 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 40px;
    margin: 40px 0 40px 0;
}

/*详情展示*/
.order-container {
    padding: 20px;
    background: #fff;
}

.order-container .order-header {
    margin-bottom: 15px;
}

.order-container .order-icon {
    display: inline-block;
    margin-right: 10px;
}

.order-container .order-number {
    color: #666;
    font-size: 14px;
}

.order-container .order-status-bar {
    margin: 15px 0;
    display: flex;
    justify-content: space-between;
}

.order-container .order-status-item {
    display: flex;
    flex-direction: column;
}

.order-container .status-label {
    color: #999;
    font-size: 14px;
    margin-bottom: 5px;
}

.order-container .status-value {
    color: #333;
    font-size: 14px;
}

.order-container .info-section {
    margin-bottom: 20px;
    padding: 0 10px;
}

.order-container .info-section-title {
    font-size: 15px;
    color: #333;
    margin-bottom: 15px;
    padding-left: 10px;
    border-left: 2px solid var(--primary);
}

.order-container .info-item {
    margin-bottom: 15px;
    line-height: 30px;
}

.order-container .info-label {
    color: #999;
    display: inline-block;
    margin-right: 8px;
}

.order-container .info-value {
    color: #666;
}

.order-goods {
    padding: 10px
}
.order-goods dd {
    display: flex;
}

.order-goods dd:last-child {
    border: none
}

.order-goods dd div.order-goods-img {
    margin-right: 15px;
}

.order-goods dd div.order-goods-img img {
    width: 64px;
    height: 64px;
}

.order-goods dd div span {
    color: #bbb;
}

/*二维码展示*/
.qrcode-box {
    width: 260px;
    height: 260px;
    margin: 0 auto;
    position: relative;
    z-index: 0
}

.qrcode-box .text-reset {
    color: inherit
}

.qrcode-box .text-label {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 15px
}

.qrcode-box #scan_qrcode {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    user-select: unset
}

.qrcode-box #scan_ning_headurl {
    width: 80px;
    height: 80px;
    border-radius: 100px
}

.qrcode-box .code-status {
    position: absolute;
    top: 0px;
    left: 0px;
    background: hsla(0, 0%, 100%, .92);
    width: 100%;
    height: 100%
}

.qrcode-box .code-status-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.qrcode-box .text-success {
    color: #28a745
}

.qrcode-box .spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    animation: spinner-border .75s linear infinite
}

.qrcode-box .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.qrcode-ctrl {
    margin-top: 16px;
    font-size: 15px;
    color: #666;
    text-align: center
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}
