.layui-layer-imgbar, .layui-layer-imgtit a, .layui-layer-tab .layui-layer-title span, .layui-layer-title {
    text-overflow: ellipsis;
    white-space: nowrap
}

html #layuicss-skinlayercss {
    display: none;
    position: absolute;
    width: 1989px
}

.layui-layer, .layui-layer-shade {
    position: fixed;
    pointer-events: auto
}

.layui-layer-shade {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.layui-layer {
    top: 150px;
    left: 0;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(0, 0, 0, 0.1);
    max-width: 90%;
    max-height: 90%;
    box-sizing: border-box;
    backdrop-filter: blur(10px);
}

.layui-layer-close {
    position: absolute
}

.layui-layer-content {
    position: relative
}

.layui-layer-border {
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2)
}

.layui-layer-load {
    background: url(loading-1.gif) center center no-repeat #eee
}

.layui-layer-ico {
    background: url(icon.png) no-repeat
}

.layui-layer-btn a, .layui-layer-dialog .layui-layer-ico, .layui-layer-setwin a {
    display: inline-block;
    vertical-align: top
}

.layui-layer-move {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: move;
    opacity: 0;
    background-color: #fff;
    z-index: 2147483647
}

.layui-layer-resize {
    position: absolute;
    width: 15px;
    height: 15px;
    right: 0;
    bottom: 0;
    cursor: se-resize
}

.layui-layer {
    animation-fill-mode: both;
    animation-duration: .3s
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.5)
    }
    100% {
        opacity: 1;
        transform: scale(1)
    }
}

.layer-anim {
    animation-name: bounceIn;
    /* 使用更自然的缓动函数 */
    animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale(.1) translateY(-2000px);
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        transform: scale(.475) translateY(60px);
        animation-timing-function: ease-out
    }
}

.layer-anim-01 {
    animation-name: zoomInDown
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.layer-anim-02 {
    animation-name: fadeInUpBig
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale(.1) translateX(-2000px);
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        transform: scale(.475) translateX(48px);
        animation-timing-function: ease-out
    }
}

.layer-anim-03 {
    animation-name: zoomInLeft
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        transform: translateX(0) rotate(0)
    }
}

.layer-anim-04 {
    animation-name: rollIn
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.layer-anim-05 {
    animation-name: fadeIn
}

@keyframes shake {
    0%, 100% {
        transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-10px)
    }
    20%, 40%, 60%, 80% {
        transform: translateX(10px)
    }
}

.layer-anim-06 {
    animation-name: shake
}

@keyframes bounceOut {
    100% {
        opacity: 0;
        transform: scale(.7)
    }
    30% {
        transform: scale(1.05)
    }
    0% {
        transform: scale(1)
    }
}

.layer-anim-close {
    animation-name: bounceOut;
    animation-duration: .2s
}

.layui-layer-title {
    padding-left: 1.5rem;
    height: 56px;
    line-height: 56px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    overflow: hidden;
    background-color: #fafafa;
    border-radius: 12px 12px 0 0;
}

.layui-layer-setwin {
    position: absolute;
    right: 17px;
    top: 17px;
    font-size: 0;
    line-height: initial
}

.layui-layer-setwin a {
    position: relative;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    font-size: 12px
}

.layui-layer-setwin .layui-layer-min cite {
    position: absolute;
    width: 14px;
    height: 2px;
    left: 0;
    top: 50%;
    margin-top: -1px;
    background-color: #2E2D3C;
    cursor: pointer
}

.layui-layer-setwin .layui-layer-min:hover cite {
    background-color: #2D93CA
}

.layui-layer-setwin .layui-layer-max {
    background-position: -32px -40px
}

.layui-layer-setwin .layui-layer-max:hover {
    background-position: -16px -40px
}

.layui-layer-setwin .layui-layer-maxmin {
    background-position: -65px -40px
}

.layui-layer-setwin .layui-layer-maxmin:hover {
    background-position: -49px -40px
}

.layui-layer-setwin .layui-layer-close1 {
    background-position: 0 -40px;
    cursor: pointer
}

.layui-layer-setwin .layui-layer-close1:hover {
    opacity: .7
}

.layui-layer-setwin .layui-layer-close2 {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    margin-left: 0;
    background-position: -149px -31px
}

.layui-layer-setwin .layui-layer-close2:hover {
    background-position: -180px -31px
}

.layui-layer-btn {
    text-align: right;
    padding: 20px 20px;
    pointer-events: auto;
    user-select: none
}

.layui-layer-btn a {
    height: 36px;
    line-height: 36px;
    margin: 0 8px;
    padding: 0 20px;
    border: 1px solid #e1e5e9;
    background-color: #ffffff;
    color: #495057;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* 为取消按钮添加特殊样式 */
.layui-layer-btn-cancel {
    border-color: #ccc;
    background-color: #fafafa;
    color: #666;
}

.layui-layer-btn a:hover {
    background-color: #f8f9fa;
    border-color: #d1d5db;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}

.layui-layer-btn a:active {
    opacity: .8
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #3b82f6;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    color: #fff;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.3);
}

.layui-layer-btn .layui-layer-btn0:hover {
    background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
}

.layui-layer-btn-l {
    text-align: left
}

.layui-layer-btn-c {
    text-align: center
}

.layui-layer-dialog {
    min-width: 360px
}

.layui-layer-dialog .layui-layer-content {
    position: relative;
    padding: 32px;
    line-height: 1.6;
    word-break: break-word;
    overflow: hidden;
    font-size: 15px;
    overflow-x: hidden;
    overflow-y: auto;
    border-bottom: 1px solid #f0f0f0;
    color: #374151;
}

.layui-layer-dialog .layui-layer-content .layui-layer-ico {
    position: absolute;
    top: 50%; /* 相对于父元素顶部偏移 50% */
    left: 15px;
    width: 30px;
    height: 30px;
    transform: translateY(-50%); /* 向上偏移自身高度的 50%，实现垂直居中 */
}

.layui-layer-ico1 {
    background-position: -30px 0
}

.layui-layer-ico2 {
    background-position: -60px 0
}

.layui-layer-ico3 {
    background-position: -90px 0
}

.layui-layer-ico4 {
    background-position: -120px 0
}

.layui-layer-ico5 {
    background-position: -150px 0
}

.layui-layer-ico6 {
    background-position: -180px 0
}

.layui-layer-rim {
    border: 6px solid rgba(0, 0, 0, .3);
    border-radius: 5px;
    box-shadow: none
}

.layui-layer-msg {
    position: fixed;
    top: 20px !important;
    left: 0;
    right: 0;
    width: 100%;
    min-width: auto;
    max-width: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    z-index: 19891015;
    border: 1px solid #e6e6e6;
}

/* PC端样式 */
@media screen and (min-width: 768px) {
    .layui-layer-msg {
        left: 50%;
        right: auto;
        width: auto;
        min-width: 300px;
        max-width: 600px;
        transform: translateX(-50%);
        border-radius: 4px;
    }
}

/* 手机端样式 */
@media screen and (max-width: 767px) {
    .layui-layer-msg {
        left: 10px;
        right: 10px;
        width: fit-content;
        max-width: calc(100% - 20px);
        border-radius: 4px;
        font-size: 13px;
    }

    .layui-layer-msg .layui-layer-content {
        padding: 10px 15px;
    }
}

.layui-layer-msg-success {
    background-color: #27ae60;
    border: none;
    color: white;
}

.layui-layer-msg-success .layui-layer-content {
    background-color: #27ae60;
    color: white;
}

.layui-layer-msg-error {
    background-color: #ff4757;
    border: none;
    color: white;
}

.layui-layer-msg-error .layui-layer-content {
    background-color: #ff4757;
    color: white;
}

.layui-layer-msg-warning {
    background-color: #ff9f43;
    border: none;
    color: white;
}

.layui-layer-msg-warning .layui-layer-content {
    background-color: #ff9f43;
    color: white;
}

.layui-layer-msg-info {
    background-color: #3742fa;
    border: none;
    color: white;
}

.layui-layer-msg-info .layui-layer-content {
    background-color: #3742fa;
    color: white;
}

.layui-layer-msg-question {
    background-color: #a55eea;
    border: none;
    color: white;
}

.layui-layer-msg-question .layui-layer-content {
    background-color: #a55eea;
    color: white;
}

.layui-layer-hui {
    min-width: 100px;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    border: none
}

.layui-layer-hui .layui-layer-content {
    padding: 12px 25px;
    text-align: center
}

.layui-layer-page .layui-layer-content {
    position: relative;
    overflow: auto
}

.layui-layer-iframe .layui-layer-btn, .layui-layer-page .layui-layer-btn {
    padding-top: 10px
}

.layui-layer-nobg {
    background: 0 0
}

.layui-layer-iframe {
    border-radius: 12px;
    overflow: hidden;
}

.layui-layer-iframe iframe {
    display: block;
    width: 100%
}

.layui-layer-loading {
    border-radius: 10px;
    background: 0 0;
    box-shadow: none;
    border: none
}

.layui-layer-loading .layui-layer-content {
    width: 100px;
    height: 100px;
    background-color: rgba(0, 0, 0, .4); /* 设置背景色 */
    border-radius: 10px;
    position: relative; /* 添加相对定位，用于内部元素定位 */
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 20px;
}

.layui-layer-loading .layui-layer-content::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: url(loading-0.gif) no-repeat;
    background-size: 60px;
}

.layui-layer-tips {
    background: 0 0;
    box-shadow: none;
    border: none
}

.layui-layer-tips .layui-layer-content {
    position: relative;
    line-height: 22px;
    min-width: 12px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 2px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    background-color: #000;
    color: #fff
}

.layui-layer-tips .layui-layer-close {
    right: -2px;
    top: -1px
}

.layui-layer-tips i.layui-layer-TipsG {
    position: absolute;
    width: 0;
    height: 0;
    border-width: 8px;
    border-color: transparent;
    border-style: dashed;
}

.layui-layer-tips i.layui-layer-TipsB, .layui-layer-tips i.layui-layer-TipsT {
    left: 5px;
    border-right-style: solid;
    border-right-color: #000
}

.layui-layer-tips i.layui-layer-TipsT {
    bottom: -8px
}

.layui-layer-tips i.layui-layer-TipsB {
    top: -8px
}

.layui-layer-tips i.layui-layer-TipsL, .layui-layer-tips i.layui-layer-TipsR {
    top: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000
}

.layui-layer-tips i.layui-layer-TipsR {
    left: -8px
}

.layui-layer-tips i.layui-layer-TipsL {
    right: -8px
}

.layui-layer-lan[type=dialog] {
    min-width: 280px
}

.layui-layer-lan .layui-layer-title {
    background: #4476A7;
    color: #fff;
    border: none
}

.layui-layer-lan .layui-layer-btn {
    padding: 10px;
    text-align: right;
    border-top: 1px solid #E9E7E7
}

.layui-layer-lan .layui-layer-btn a {
    background: #BBB5B5;
    border: none
}

.layui-layer-lan .layui-layer-btn .layui-layer-btn1 {
    background: #C9C5C5
}

.layui-layer-molv .layui-layer-title {
    background: #009f95;
    color: #fff;
    border: none
}

.layui-layer-molv .layui-layer-btn a {
    background: #009f95
}

.layui-layer-molv .layui-layer-btn .layui-layer-btn1 {
    background: #92B8B1
}

.layui-layer-iconext {
    background: url(icon-ext.png) no-repeat
}

.layui-layer-prompt .layui-layer-input {
    display: block;
    width: 360px;
    height: 40px;
    margin: 0 auto;
    line-height: 40px;
    padding: 0 5px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .1) inset;
    color: #333
}

.layui-layer-prompt textarea.layui-layer-input {
    width: 300px;
    height: 100px;
    line-height: 20px
}

.layui-layer-prompt .layui-layer-content {
    padding: 20px
}

.layui-layer-prompt .layui-layer-btn {
    padding-top: 0
}

.layui-layer-tab {
    box-shadow: 1px 1px 50px rgba(0, 0, 0, .4)
}

.layui-layer-tab .layui-layer-title {
    padding-left: 0;
    border-bottom: 1px solid #ccc;
    background-color: #eee;
    overflow: visible
}

.layui-layer-tab .layui-layer-title span {
    position: relative;
    float: left;
    min-width: 80px;
    max-width: 260px;
    padding: 0 20px;
    text-align: center;
    cursor: default;
    overflow: hidden
}

.layui-layer-tab .layui-layer-title span.layui-layer-tabnow {
    height: 43px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #fff;
    z-index: 10
}

.layui-layer-tab .layui-layer-title span:first-child {
    border-left: none
}

.layui-layer-tabmain {
    line-height: 24px;
    clear: both
}

.layui-layer-tabmain .layui-layer-tabli {
    display: none
}

.layui-layer-tabmain .layui-layer-tabli.xubox_tab_layer {
    display: block
}

.xubox_tabclose {
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer
}

.layui-layer-photos {
    animation-duration: 1s
}

.layui-layer-photos .layui-layer-content {
    overflow: hidden;
    text-align: center
}

.layui-layer-photos .layui-layer-phimg img {
    position: relative;
    width: 100%;
    display: inline-block;
    vertical-align: top
}

.layui-layer-imgbar, .layui-layer-imguide {
    display: none
}

.layui-layer-imgnext, .layui-layer-imgprev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    outline: 0;
}

.layui-layer-imgprev {
    left: 10px;
    background-position: -5px -5px;
}

.layui-layer-imgprev:hover {
    background-position: -33px -5px;
}

.layui-layer-imgnext {
    right: 10px;
    background-position: -5px -50px;
}

.layui-layer-imgnext:hover {
    background-position: -33px -50px;
}

.layui-layer-imgbar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 32px;
    line-height: 32px;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    overflow: hidden;
    font-size: 0
}

.layui-layer-imgtit * {
    display: inline-block;
    vertical-align: top;
    font-size: 12px
}

.layui-layer-imgtit a {
    max-width: 65%;
    overflow: hidden;
    color: #fff
}

.layui-layer-imgtit a:hover {
    color: #fff;
    text-decoration: underline
}

.layui-layer-imgtit em {
    padding-left: 10px;
    font-style: normal
}

@media screen and (max-width: 1100px) {
    .layui-layer-iframe {
        overflow-y: auto;
    }
}
