.valid_float_box {
    display: none;
    width: 324px;
    height: 324px;
    background: #ffffff;
    border-radius: 8px;
    padding: 24px 0 0 24px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 198910311111111;
  }
  /* 验证码遮罩层 */
  .verify_mark{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.4;
    top: 0;
    z-index: 19891030111111;
  }
  .valid_float_box .drag_tip {
    display: inline-block;
    font-size: 16px;
    font-family: pingfangsc-medium, pingfang sc;
    font-weight: 500;
    color: #323232;
    line-height: 16px;
    margin-bottom: 20px;
  }
  .demo2 {
    width: 276px;
    height: 164px;
    background: #ffffff;
    border-radius: 8px;
    position: relative;
  }
  .valid_float_box .close_float_valid{
      position: absolute;
      left: 288px;
      width: 20px;
      height: 20px;
      top: 13px;
      cursor: pointer;
  }

.slideimage-wrap {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .slideimage-wrap button,
  .slideimage-wrap input {
    border: 0;
    outline: 0;
  }
  .slideimage-wrap .slide-box {
    height: 34px;
    position: relative;
    background-color: #e7e7e7;
    margin-top: 8px;
  }
  .slideimage-wrap .slide-btn {
    width: 59px;
    height: 38px;
    position: absolute;
    cursor: pointer;
    top: 0;
    background: url(/uploads/image/ssljq_slideimage/ic_hk-2x.png) no-repeat;
    z-index: 2;
    touch-action: none;
    background-size: 59px 38px;
    background-position-y: -2px;
  }
  .slideimage-wrap .slide-canbox {
    width: 100%;
    position: relative;
  }
  .slideimage-wrap .slide-can {
    position: absolute;
    left: 0;
    top: 0;
  }
  .slideimage-wrap .slide-tips {
    position: absolute;
    left: 92px;
    top: 50%;
    transform: translatey(-50%);
    width: 144px;
    height: 14px;
    font-size: 12px;
    font-family: pingfangsc-regular, pingfang sc;
    font-weight: 400;
    color: #666c72;
    line-height: 14px;
  }
  .slideimage-wrap .slide-progress {
    width: 0;
    height: 100%;
    background-color: #c0e1b8;
  }
  .slideimage-wrap .slide-active-box .slide-btn {
    background: ;
    color: #fff;
  }
  .slideimage-wrap .slide-active-box .slide-tips {
    display: none;
  }
  .slideimage-wrap .slide-fail-box .slide-btn {
    color: #fff;
  }
  .slideimage-wrap .slide-fail-box .slide-progress {
    background-color: #f1c1b1;
  }
  .slideimage-wrap .slide-success-box .slide-btn {
    color: #fff;
  }
  /* 验证提示框 */
  .slideimage-wrap .valid_success,
  .slideimage-wrap .valid_fail,
  .slideimage-wrap .valid_expire{
    width: 276px;
    height: 164px;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.67);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
  }
  .slideimage-wrap .valid_success .icon,
  .slideimage-wrap .valid_fail .icon ,
  .slideimage-wrap .valid_expire .icon{
    width: 38px;
    height: 38px;
  }
  .slideimage-wrap .valid_success p,
  .slideimage-wrap .valid_fail p,
  .slideimage-wrap .valid_expire p {
    width: 214px;
    height: 36px;
    font-size: 14px;
    font-family: pingfangsc-regular, pingfang sc;
    font-weight: 400;
    color: #ffffff;
    line-height: 18px;
    margin-top: 12px;
    text-align: center;
  }
  .slideimage-wrap .refresh {
    width: 55px;
    display: flex;
    margin-top: 27px;
    margin-left: 241px;
    align-items: center;
    cursor: pointer;
  }
  .slideimage-wrap .refresh img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
  }
  .slideimage-wrap .refresh span {
    font-size: 12px;
    font-family: pingfangsc-regular, pingfang sc;
    font-weight: 400;
    color: #666c72;
    line-height: 14px;
  }
  