/* 表格模糊 */
.mohu_wrapper{
    width: 100%;
    height: 300px;
    background: url(https://www.solarbe.com/data/style/images/mohu.png);
    background-size: 100% 100%;
  }
  .mohu_wrapper_btn{
    width: 100px;
    padding: 5px 8px;
    color: #fff;
    font-size: 14px;
    background-color: #A51D1D;
    border-radius: 5px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 125px;
  }
  .link_jl{
    color: #000;
    font-size: 12px;
    position: relative;
    text-align: center;
    letter-spacing: 2px;
    z-index: 1;
    font-weight: 800;
  }
  .zh_item{
    width: 465px;
    height: 468px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
    background: #fff !important;
    padding: 7px 0;
    text-align: center;
    z-index: 9999;
  }
  .zh_item .mohu_clone{
    font-size: 14px;
    position: absolute;
    right: 4px;
    top: 4px;
    color: #333;
    font-weight: 800;
  }
  .zh_item img{
    margin: 17px 0;
  }
  .zh{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
  }
  .tablee {
    float: none !important;
}