﻿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: #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-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;
}