.layui-layer.evc {
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0; }
  .layui-layer.evc .layui-layer-title {
    padding: 9px 80px 0 21px;
    height: 40px;
    line-height: 40px;
    border-bottom: 0 solid #eee;
    font-size: 16px;
    color: #2e323c;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 2px 2px 0 0;
    background-image: none;
    background-color: #49ceda;
    background-repeat: repeat-x;
    font-weight: normal;
    /* -webkit-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1); */
    /* box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1); */
    position: relative;
    z-index: 2018;
    font-weight: bold;
    }
  .layui-layer.evc .layui-layer-setwin {
    position: absolute;
    right: 19px;
    top: 20px;
    font-size: 0;
    line-height: initial;
    z-index: 2019;
    }
