
/* start layer样式 -- 皮肤 layui-layer-tishi */
.layui-layer-tishi {
    border-radius: 4px;
  }
  
  .layui-layer-tishi .layui-layer-title {
    font-size: 34px;
    color: #E12E34;
    text-align: center;
    font-weight: bold;
    background-color: #fff;
    height: 80px;
    line-height: 66px;
    border-bottom: none;
    padding: 20px 60px 0 60px;
    position: relative;
  }
  
  .layui-layer-tishi .layui-layer-title:before {
    content: '';
    display: block;
    width: 104px;
    height: 2px;
    background-color: #f0eae0;
    position: absolute;
    left: 50%;
    margin-left: -52px;
    bottom: 0;
  }
  
  .layui-layer-tishi .layui-layer-title:after {
    content: '';
    display: block;
    width: 48px;
    height: 3px;
    background-color: #d9cbb1;
    position: absolute;
    left: 50%;
    margin-left: -24px;
    bottom: 1px;
  }
  
  .layui-layer-tishi .layui-layer-setwin {
    right: 0;
    top: 0;
  }
  
  .layui-layer-tishi .layui-layer-setwin .layui-layer-close1 {
    width: 60px;
    height: 43px;
    background: url("https://oss.hn.hnwhyy.com/static/yd/image/common/layer-close.png") no-repeat center;
    background-size: 30px 30px;
  }
  
  .layui-layer-tishi .layui-layer-btn {
    padding-top: 0;
    padding-bottom: 40px;
  }
  
  .layui-layer-tishi .layui-layer-btn a {
    width: 200px;
    margin: 0 20px;
    font-size: 28px;
    color: #fff;
    text-align: center;
    line-height: 58px;
    height: 58px;
    padding: 0;
    border: 1px solid transparent;
    overflow: hidden;
    border-radius: 2px;
  }
  
  .layui-layer-tishi .layui-layer-btn .layui-layer-btn0 {
    background-color: #E12E34;
    border: 1px solid #E12E34;
  }
  
  .layui-layer-tishi .layui-layer-btn .layui-layer-btn1 {
    background-color: #c5c5c5;
    border: 1px solid #c5c5c5;
  }
  
  .tishiContent {
    padding: 60px 0;
  }
  
  .tishiContent .wenzi {
    font-size: 26px;
    color: #666;
    line-height: 1.5;
    text-align: center;
  }