/*重写layer样式 start*/

.layui-layer-tips .layui-layer-content {
    background-color: #F90;
    word-break: break-all;
}
.layui-layer-tips i.layui-layer-TipsB, .layui-layer-tips i.layui-layer-TipsT {
    border-right-color: #F90;
}
.layui-layer-tips i.layui-layer-TipsL, .layui-layer-tips i.layui-layer-TipsR {
    border-bottom-color: #F90;
}
.layui-layer-tips-custom .layui-layer-content{
    background:#fff;color:#333;
    padding:5px 5px 5px 10px;
    border:1px solid #ccc;
}
.layui-layer-tips-custom i.layui-layer-TipsL, .layui-layer-tips-custom i.layui-layer-TipsR{
    border-bottom-color:#fff;
    border-width:0px;
}
.layui-layer-tips-custom .layui-layer-content i.layui-layer-TipsR:after{
    content: " ";
    display: inline-block;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    height: 10px;
    width: 10px;
    border-width:1px 1px 0 0;
    border-color: #C8C8CD;
    border-style: solid;
    position: relative; 
    top: 5px;
    left:2px;
    z-index:9;
    background:#fff;
}
.layui-layer-tips-custom .layui-layer-content i.layui-layer-TipsL:after{
    content: " ";
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 12px;
    width: 12px;
    border-width:1px 1px 0 0;
    border-color: #C8C8CD;
    border-style: solid;
    position: relative; 
    top: 5px;
    right:13px;
    z-index:9;
    background:#fff;
}
.layui-layer-tips-custom .layui-layer-content i.layui-layer-TipsT:after{
    content: " ";
    display: inline-block;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    height: 12px;
    width: 12px;
    border-width:1px 1px 0 0;
    border-color: #C8C8CD;
    border-style: solid;
    position: relative; 
    top: -9px;
    right:0px;
    z-index:9;
    background:#fff;
}
.layui-layer-tips-custom .layui-layer-content i.layui-layer-TipsB:after{
    content: " ";
    display: inline-block;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    height: 12px;
    width: 12px;
    border-width:1px 1px 0 0;
    border-color: #C8C8CD;
    border-style: solid;
    position: relative; 
    top: -10px;
    right:0px;
    z-index:9;
    background:#fff;
}

/*重写layer样式 end*/

/*自定义皮肤 start*/

body .layer-ext-lecaiskin1 .layui-layer-title {
    background: #2E3243;
    color: #fff;
    border: none;
    height: 50px;
    line-height: 50px;
}

body .layui-ext-lecaiskin1 .layui-layer-btn {
}

    body .layui-ext-lecaiskin1 .layui-layer-btn a {
    }

/*自定义皮肤 end*/


