﻿/*body .Sine-class .layui-layer-title {
    background: #001e4d;
    color: #fff;
    border: none;
}

body .Sine-class .layui-layer-btn {
    border-top: 1px solid #E9E7E7
}

    body .Sine-class .layui-layer-btn a {
        background: #001e4d;
    }

    body .Sine-class .layui-layer-btn .layui-layer-btn1 {
        background: #999;
    }
*/

body .Sine-skin {
    border-radius: 8px !important;
    overflow: hidden !important;
    border: none !important;
}

    /* 弹窗标题栏 */
    body .Sine-skin .layui-layer-title {
        background-color: #002b6f !important;
        color: #ffffff !important;
        border: none !important;
        padding: 0 20px !important;
        height: 50px !important;
        line-height: 50px !important;
        font-size: 16px !important;
    }

    /* 弹窗内容区域 */
    /*body .Sine-skin .layui-layer-content {
        background-color: #ffffff !important;
        color: #333333 !important;
        padding: 30px 20px !important;
        font-size: 14px !important;
        line-height: 1.6 !important;
    }*/

    /* 弹窗按钮区域 */
    body .Sine-skin .layui-layer-btn {
        background-color: #f8f9fa !important;
        padding: 10px 20px !important;
        text-align: right !important;
        border-top: 1px solid #e9ecef !important;
    }

    /* 确认按钮样式 */
    body .Sine-skin .layui-layer-btn0 {
        background-color: #002b6f !important;
        color: #ffffff !important;
        border: none !important;
        padding: 6px 20px !important;
        border-radius: 4px !important;
        cursor: pointer !important;
        height:40px !important;
    }

        body .Sine-skin .layui-layer-btn0:hover {
            background-color: #003b8f !important;
        }

    /* 关闭按钮 */
    body .Sine-skin .layui-layer-close {
        color: #ffffff !important;
        font-size: 20px !important;
        top: 15px !important;
        right: 15px !important;
    }

        body .Sine-skin .layui-layer-close:hover {
            color: #e0e0e0 !important;
        }
