﻿html #layui_layer_skinwebstylecss {
    display: none;
    position: absolute;
    width: 1989px;
}

body .layer-ext-test .layui-layer-title {
    background: #587ed1;
    color: #fff;
    font-size: 16px;
}


/* 通用关闭按钮*/

body .layer-ext-normal .layui-layer-dialog {
    border: 1px solid #c6c6c6;
}

body .layer-ext-normal .layui-layer-setwin a {
    top: -10px;
    right: 6px;
    width: 31px;
    height: 31px;
}

body .layer-ext-normal .layui-layer-ico {
    background: url(../default/newclose.png) no-repeat;
    background-position: center;
}

body .layer-ext-normal .layui-layer-ico:hover {
    background: url(../default/newclose.png) no-repeat;
    background-position: center;
}

body .layer-ext-normal .layui-layer-btn {
    padding: 3px 0 18px;
    /* background-color: #f5faff!important; */
    text-align: center;
}

body .layer-ext-normal .layui-layer-btn a {
    margin: 0 6px;
    width: 100px;
    height: 42px;
    line-height: 42px;
}

body .layer-ext-normal .layui-layer-title {
    padding: 0px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    background-color: #fff;
    /* background-color: #f5faff; */
    border: none;
}

body .layer-ext-normal .layui-layer-content {
	/* padding: 26px 0px 38px 0px; */
	font-size: 15px;
	font-weight: bold;
	color: #333;
	/* background-color: #f5faff; */
}

/* 通用上传皮肤 */
body .layer-ext-upload .layui-layer-dialog {
    border: 1px solid #c6c6c6;
}

body .layer-ext-upload .layui-layer-setwin a {
    top: -10px;
    right: 12px;
    width: 31px;
    height: 31px;
}

body .layer-ext-upload .layui-layer-ico {
    background: url(../default/newclose.png) no-repeat;
    background-position: center;
}

body .layer-ext-upload .layui-layer-ico:hover {
    background: url(../default/newclose.png) no-repeat;
    background-position: center;
}

body .layer-ext-upload .layui-layer-btn {
    padding: 3px 0 18px;
    text-align: center;
}

body .layer-ext-upload .layui-layer-btn a {
    margin: 0 6px;
    width: 100px;
    height: 42px;
    line-height: 42px;
}


/* msg新皮肤 */

body .layer-ext-msg {
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.3);
}

body .layer-ext-orign {
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.3);
}


body .layer-ext-msg .layui-layer-content {
    position: relative;
    padding: 38px 35px 50px 75px;
    line-height: 34px;
    font-size: 18px;
    color: #333;
    text-align: center;
    word-break: break-all;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    background-image: url(../default/remind.png);
    background-position: 30px 40px;
    background-repeat: no-repeat;
}

body .layer-ext-orign .layui-layer-content {
    position: relative;
    padding: 38px 35px 50px 75px;
    line-height: 34px;
    font-size: 18px;
    color: #333;
    text-align: center;
    word-break: break-all;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    background-image: url(../default/accomplish.png);
    background-position: 30px 40px;
    background-repeat: no-repeat;
}
body .layer-ext-orign .layui-layer-btn{
    text-align:center;
}

/* 通用弹出框 */

body .layer-normal-open.layui-layer {
    border-radius: 5px;
}

body .layer-normal-open .layui-layer-content {
    padding: 0;
    background: none;
}

body .layer-normal-open .layui-layer-setwin {
    top: 12px;
    right: 12px;
}

body .layer-normal-open .layui-layer-close {
    top: 0;
    right: 0;
    width: 31px;
    height: 31px;
    background: url(close.png) 0 0 no-repeat;
}

body .layer-normal-open .layui-layer-close:hover {
    background-position:0 0;
}