  .left-lead-modal {
    display: none;
  }
  .left-lead-modal .editIndex-entry-20220622 {
    width: 130px;
    height: 78px;
    position: fixed;
    bottom: 25px;
    left: 75px;
    z-index: 998;
  }
  .left-lead-modal .editIndex-entry-20220622>a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/dm-19aa8ff201765b44/services/style/KLUv_SBSRQIAIgUREZB9AFogN8lBkLtiKmBxd2clbtYwgFNg0vUAr2Qpftb8NpfkuxhFjCGGb_z68UqOnzXk5LukK-RoDAn3UnCh-7kV4xcA)no-repeat center /100%;
  }
  #js-close-btn {
    position: fixed;
    bottom: 6px;
    padding: 10px;
    left: 120px;
    cursor: pointer;
    margin: 0 auto 0;
    z-index: 998;
  }

  #js-close-btn .close-btn {
    display: block;
    width: 17px;
    height: 17px;
    background: url(/dm-19aa8ff201765b44/services/style/KLUv_SBRZQIAEgUSF5C7AQBiepWuX1mW7eX_Y4faNBLc3dkKznEEoPIFrnfCkOnntunr1uNMKiTVpPk8O_xs5XNbwj3O1ww1iFIBcm_0I3Pw5d8IAA) no-repeat center /100%;
  }

  .left-lead-modal .editIndex-entry-20220622 .btn {
    display: block;
    position: absolute;
    top: 75px;
    left: 53%;
    margin-left: -30px;
    width: 60px;
    height: 18px;
    background: url('//js-oss.588ku.com/img_edit/activity/20201203/images/editoract-icon-btnv2.png')no-repeat center /100%;
    animation: editorScale 0.8s ease-in-out infinite alternate;
  }

  .left-lead-modal .editIndex-entry-info {
    position: fixed;
    bottom: -8px;
    left: 0;
    z-index: 1003;
    display: none;
  }

  .left-lead-modal .editIndex-entry-info .info-close {
    position: absolute;
    width: 13px;
    height: 13px;
    cursor: pointer;
    right: 14px;
    top: 18px;
  }

  .left-lead-modal .editIndex-entry-info .free-download {
    position: absolute;
    display: inline-block;
    right: 31px;
    width: 100px;
    height: 32px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 159, 138, 0.3);
    border-radius: 6px;
    border: 1px solid #AEFFF4;
    font-weight: bold;
    color: #0D0D0D;
    box-sizing: border-box;
    line-height: 32px;
    font-size: 14px;
  }

  .left-lead-modal .editIndex-entry-info .info-bg {
    width: 400px;
    /* height: 112px; */
  }

  .left-lead-modal .editIndex-entry-info .free-download:hover {
    background: #FFF60E;
    cursor: pointer;
    user-select: none;
  }

  @keyframes editorScale {
    from {
      transform: scale(0.95);
    }

    to {
      transform: scale(1);
    }
  }

  @media screen and (max-width:1440px) {
    .left-lead-modal {
      display: none!important;
    }
    #js-close-btn {
      display: none!important;
    }
  }
 
