﻿
.layui-layer {
    position: fixed;
    _position: absolute;
    pointer-events: auto;
}

.layui-layer {
    top: 150px;
    left: 50%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    -webkit-background-clip: content;
    box-shadow: 1px 1px 50px rgba(0,0,0,.3);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}

.layui-layer-title {
    padding: 0 80px 0 10px;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #D5D5D5;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #EAEAEA;
}


.layui-layer-setwin {
    position: absolute;
    right: 10px;
    *right: 0;
    top: 10px;
    font-size: 0;
    line-height: initial;
}

    .layui-layer-setwin a {
        position: relative;
        width: 14px;
        height: 14px;
        margin-left: 10px;
        font-size: 12px;
        _overflow: hidden;
    }

    .layui-layer-ico, .layui-layer-setwin a {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: top;
    }

.layui-layer-ico {
    background: url(icon.png) no-repeat;
}

.layui-layer-close {
    right: -2px;
    top: -1px;
}

.layui-layer-setwin a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}

.layui-layer-setwin .layui-layer-close1 {
    width: 14px;
    height: 14px;
    background-position: -5px -55px;
    cursor: pointer;
}

    .layui-layer-setwin .layui-layer-close1:hover {
        background-position: -25px -55px;
    }

.layui-layer-tab .layui-layer-title span {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.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: 36px;
                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;
        }
