﻿   body{
moz-user-select: -moz-none;
-moz-user-select: none;
-o-user-select:none;
-khtml-user-select:none;
-webkit-user-select:none;
-ms-user-select:none;
user-select:none;
}

/*
::selection
{
background-color:white
}
*/

body .demo-class2 .layui-layer-title{font-size: 14px;
font-weight: bold;
color: #0E2D5F; background-color:#edf4ff;
 }
body .demo-class2 .layui-layer-btn{border-top:1px solid #E9E7E7}
body .demo-class2 .layui-layer-btn a{background:#333;}
body .demo-class2 .layui-layer-btn .layui-layer-btn1{background:#999;}