
    .fiexClose {
      position: fixed; width: 100%;height: 100%;z-index: 2000;top: 0;right: 0;bottom: 0;left: 0;
      background: rgba(0, 0, 0, 0.5);
      display: none;
    }
    .fiexbox {
      width: 30%; position: relative;margin: 0 auto 50px;border-radius: 2px;box-shadow: 0 1px 3px rgba(0,0,0,.3);box-sizing: border-box; background: #fff;
      margin-top: 120px;
    }
    .fiexhead {
      padding: 30px 15px 10px; text-align: center;
    }
    .fiextit {
      line-height: 24px;font-size: 18px;color: #2d2f33;text-align: center;
    }
    .fiexbody {
      text-align: initial;
      padding: 25px 27px 30px;color: #5a5e66;
      line-height: 24px;
      font-size: 14px;
    
    }
    .fiexlfrt {
      display: flex;font-size: 18px; align-items: center; justify-content: center; color: red;
    }
    .fiexlfrt i {
      display: inline-block; width: 24px; height: 24px; background: url(https://static.web.sdo.com/jijiamobile/pic/ff14/180620zhoubian/gantan.png) no-repeat;
      background-size: 100% 100%;
    }
    .fiexlfrt span {
      display: inline-block;
      padding-left: 12px;font-size: 18px;
    }