.addImgLink {
  .imgCot {
    display: flex;
    align-items: center;
    flex-direction: column;
    .imgItem {
      margin-top: 10px;
      display: flex;
      width: 100%;
      flex-direction: column;
      .imgUpload {
        display: flex;
        width: 100%;
        .move {
          // width: 42px;
          height: 60px;
          margin-right: 4px;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column;
        }
        .upload {
          width: 100%;
          height: 60px;
          text-align: center;
          border: 1px solid #e0e0e0;
          border-radius: 2px;
          position: relative;
          .imgModal {
            display: none;
          }
          &:hover {
            .imgModal {
              display: flex;
              align-items: center;
              justify-content: center;
              position: absolute;
              width: 100%;
              height: 60px;
              left: 0;
              top: 0;
              background: rgba(0, 0, 0, 0.3);
            }
          }
        }
        .uploading {
          width: 100%;
          height: 60px;
          border: 1px dotted #e0e0e0;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 2px;
          background-color: #f5f6f7;
        }
      }
      .TextInp{
        width: 100%;
        position: relative;
        margin-top: 8px;
      }
      .fullUrl {
        display: flex;
        width: 100%;
        margin-top: 4px;
        .urlInp {
          width: 100%;
          position: relative;
          .closeBut {
            display: none;
          }
          &:hover {
            .butCot {
              .closeBut {
                display: inline-block;
                position: absolute;
                cursor: pointer;
                right: 6px;
                bottom: 7px;
              }
            }
            .linkBut {
              display: none;
            }
          }
          .linkBut {
            display: inline-block;
            position: absolute;
            cursor: pointer;
            right: 6px;
            bottom: 7px;
          }
          .unlinkBut {
            display: inline-block;
            position: absolute;
            cursor: pointer;
            right: 6px;
            bottom: 7px;
          }
        }
        .delIcon {
          // width: 42px;
          margin-left: 4px;
        }
      }
    }
  }
  .addBut {
    margin: 10px 0;
  }

  // :global{
  .ant-upload-list {
    display: none !important;
  }
  // }
}
.modalWrap {
  .linkType {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 13px;
    color: #575966;
    .typeItem {
      padding: 5px 12px;
      margin-right: 12px;
      cursor: pointer;
    }
    .typeTitle {
      padding: 5px 12px;
      margin-right: 12px;
    }
    .selected {
      background: #4477ee;
      border-radius: 2px;
      color: #fff !important;
    }
  }
  .content {
    padding: 12px;
    .cotTitle {
      padding: 6px 0 6px 52px;
      width: 100%;
      font-size: 13px;
      font-weight: bold;
      color: #2d3040;
      background: #f5f6f7;
      box-shadow: inset 0 -1px 0 0 #e0e0e0;
    }
    .cotItem {
      height: 38px;
      background: #ffffff;
      box-shadow: inset 0 -1px 0 0 #f0f0f0;
      display: flex;
      align-items: center;
    }
  }
}
.ImageSettingTip {
  .ImageWrap {
    margin-bottom: 10px;
    display: flex;
    text-align: center;
    .Image1 {
      width: 140px;
      height: 86px;
      line-height: 86px;
      background-color: #f5f6f7;
      margin-right: 4px;
    }
    .ImageWrap2 {
      display: flex;
      flex-direction: column;
      width: 140px;
      height: 86px;
      box-sizing: border-box;
      .Image2 {
        width: 140px;
        height: 41px;
        line-height: 41px;
        background-color: #f5f6f7;
        margin-bottom: 4px;
      }
      .ImageWrap3 {
        display: flex;
        flex-direction: row;
        .Image3 {
          width: 68px;
          height: 41px;
          line-height: 41px;
          background-color: #f5f6f7;
          margin-right: 4px;
        }
        .Image4 {
          width: 68px;
          height: 41px;
          line-height: 41px;
          background-color: #f5f6f7;
        }
      }
    }
  }
}
.ImagePresaleTip {
  .ImageWrap {
    margin-bottom: 4px;
    display: flex;
    text-align: center;
    .Image1 {
      width: 100px;
      height: 60px;
      line-height: 60px;
      background-color: #f5f6f7;
      margin-right: 4px;
    }
  }
  .ImageWrap1 {
    display: flex;
    text-align: center;
    margin-bottom: 10px;
    .Image1 {
      width: 152px;
      height: 60px;
      line-height: 60px;
      background-color: #f5f6f7;
      margin-right: 4px;
    }
  }
}
