#imageSystemInChapter {
    min-height: 100%;
    background: #fff;
}
#imageSystemInChapter .image-set-tag {
    font-size: 18px;
    color: #919191;
}
#imageSystemInChapter .image-set-text {
    font-size: 14px;
    color: #333333;
}
#imageSystemInChapter .color-block {
    width: 80px;
    height: 32px;
    font-size: 16px;
    cursor: pointer;
}
#imageSystemInChapter .mal-16 {
    margin-left: 16px;
}
#imageSystemInChapter .mal-12 {
    margin-left: 12px;
}
#imageSystemInChapter .mat-24 {
    margin-top: 24px;
}
#imageSystemInChapter .mat-100 {
    margin-top: 100px;
}
#imageSystemInChapter .set-img {
    min-height: 100%;
    padding: 4.5rem 0 9.125rem;
    color: #333333;
    font-family: PingFangSC-Regular;
}
#imageSystemInChapter .title-content {
    background-color: #fff;
    line-height: 2.0625rem;
    font-size: 22px;
    margin-bottom: 1.8125rem;
}
#imageSystemInChapter .handle-pic-top {
    padding-left: 46px;
    padding-top: 34px;
    border: 1px solid #e4e4e4;
    border-bottom: 0px;
    position: relative;
}
#imageSystemInChapter .handle-pic-top-part {
    display: flex;
    position: relative;
}
#imageSystemInChapter .original-image {
    width: 420px;
    height: 420px;
    overflow: hidden;
    position: relative;
}
#imageSystemInChapter .replace {
    position: absolute;
    /* right: 12px; */
    left: 300px;
    top: 12px;
}

#imageSystemInChapter .replace-but {
    width: 86px;
    height: 38px;
    background: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
    font-family: PingFangSC-Regular;
    font-size: 13px;
    color: #738197;
    font-weight: 400;
}

#imageSystemInChapter .replace-but img {
    width: 22px;
    margin-right: 10px;
}

#imageSystemInChapter .tmoveIconLR {
    position: absolute;
    /* bottom: 12px; */
    bottom: 60px;
    left: 176px;
    display: flex;
    height: 36px;
    width: 68px;
    border-radius: 4px;
    overflow: hidden;
}

#imageSystemInChapter .tmoveIconLR>div {
    cursor: pointer;
    background: #fff;
    width: 34px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1024px) { 
    #imageSystemInChapter .replace {
        left: 190px!important;
    }
    #imageSystemInChapter .tmoveIconTB {
        left: 290px!important;
    }
    #imageSystemInChapter .set-img {
        margin: 0 10px;
    }
    #imageSystemInChapter .img-size-item > div:first-child {
        width: 30px;
    }
}

#imageSystemInChapter .tmoveIconLR>div>div {
    color: #000;
    width: 16px;
    height: 16px;
}

#imageSystemInChapter .tmoveIconLR div:nth-of-type(1) {
    border-right: 1px solid #e5e6e7;
}

#imageSystemInChapter .tmoveIconTB {
    position: absolute;
    top: 176px;
    /* right: 12px; */
    left: 345px;
    width: 36px;
    height: 68px;
    border-radius: 4px;
    overflow: hidden;
}
#imageSystemInChapter .tmoveIconTB > div {
    cursor: pointer;
    background: #fff;
    height: 34px;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#imageSystemInChapter .tmoveIconTB >div >div {
    color: #000;
    width: 16px;
    height: 16px;
}
#imageSystemInChapter .tmoveIconTB div:nth-of-type(1) {
    border-bottom: 1px solid #e5e6e7;
}
#imageSystemInChapter .tmoveIconLR >div {
    cursor: pointer;
    background: #fff;
    height: 34px;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#imageSystemInChapter .tmoveIconLR >div>div{
    color: #000;
    width: 16px;
    height: 16px;
}
#imageSystemInChapter .tmoveIconLR:nth-of-type(1) {
    border-bottom: 1px solid #e5e6e7;
}

#imageSystemInChapter .identifyHigh {
    margin-left: 16px;
    margin-right: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #d8d8d8;
    height: 420px;
}
#imageSystemInChapter .identifyHigh div:nth-of-type(1) {
    width: 22px;
    height: 1px;
    background: #d8d8d8;
}

#imageSystemInChapter .identifyHigh div:nth-of-type(2) {
    width: 1px;
    background: #d8d8d8;
}
#imageSystemInChapter .identifyHigh div:nth-of-type(3) {
    width: 22px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}
#imageSystemInChapter .identifyHigh div:nth-of-type(4) {
    width: 1px;
    background: #d8d8d8;
}
#imageSystemInChapter .identifyHigh div:nth-of-type(5) {
    width: 22px;
    height: 1px;
    background: #d8d8d8;
}
#imageSystemInChapter .image-set {
    width: 640px;
    height: 400px;
}
#imageSystemInChapter .img-size {
    margin-top: 22px;
    margin-bottom: 40px;
    display: flex;
    height: 36px;
    align-items: center;
}
#imageSystemInChapter .img-size-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#imageSystemInChapter .img-size-item .el-input__inner {
    height: 36px;
    width: 138px;
    margin-left: 16px;
    margin-right: 12px;
}
#imageSystemInChapter .img-size-item div:nth-of-type(3) {
    margin-right: 50px;
}
#imageSystemInChapter .identifyWidth {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d8d8d8;
    width: 420px;
    height: 22px;
}
#imageSystemInChapter .identifyWidth div:nth-of-type(1) {
    height: 22px;
    width: 1px;
    background: #d8d8d8;
}
#imageSystemInChapter .identifyWidth div:nth-of-type(2) {
    height: 1px;
    background: #d8d8d8;
}
#imageSystemInChapter .identifyWidth div:nth-of-type(3) {
    height: 22px;
    width: 40px;
    text-align: center;
    line-height: 22px;
}
#imageSystemInChapter .identifyWidth div:nth-of-type(4) {
    height: 1px;
    background: #d8d8d8;
}
#imageSystemInChapter .identifyWidth div:nth-of-type(5) {
    height: 22px;
    width: 1px;
    background: #d8d8d8;
}
#imageSystemInChapter .seal-effect {
    height: 50px;
    line-height: 50px;
    padding-left: 46px;
    border: 1px solid #e4e4e4;
    border-bottom: 0px;
    border-top: 0px;
}
#imageSystemInChapter .show-seal {
    padding-top: 50px;
    padding-bottom: 100px;
    border: 1px solid #e4e4e4;
}
#imageSystemInChapter .show-seal .show-seal-part {
    display: flex;
    justify-content: space-evenly;
}
#imageSystemInChapter .show-seal-part>div {
    width: 250px;
    background: #fff;
}
#imageSystemInChapter .show-seal-part>div .show-seal-img {
    height: 190px;
    width: 202px;
    margin: 24px auto;
    background: #f5f7fa;
    display: flex;
    justify-content: center;
    align-items: center;
}
#imageSystemInChapter .show-seal .show-seal-part>div .show-seal-img img {
    max-width: 190px;
    max-height: 190px;
}
#imageSystemInChapter .degree-reduction {
    display: flex;
    margin-left: 60px;
}
#imageSystemInChapter .show-seal-foot {
    display: flex;
    height: 45px;
    margin-top: 12px;
    line-height: 45px;
    border: 1px solid #e4e4e4;
    cursor: pointer;
}
#imageSystemInChapter .show-seal-foot div:nth-of-type(1) {
    text-align: center;
    width: 50%;
    height: 100%;
    border-right: 1px solid #e4e4e4;
}

#imageSystemInChapter .show-seal-foot div:nth-of-type(2) {
    text-align: center;
    width: calc(100% - 158px);
    height: 100%;
}

#imageSystemInChapter .upload-img {
    width: 100%;
    height: 486px;
    background: #fff;
}
#imageSystemInChapter .upload-img .el-upload-dragger {
  width: 100%;
  height: 486px;
  border: 1px solid #cccccc;
}
#imageSystemInChapter .upload-img-text {
  height: 486px;
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #bdbec2;
}
.el-upload-dragger {
    width: 100%;
    height: 486px;
    border: 1px solid #cccccc;
}
.el-upload {
    width: 100%;
}
.w-reactive {
    max-width: 87.5rem;
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: 60px;
}
@media (max-width: 1440px)
  .w-reactive {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
#imageSystemInChapter .flex {
    display: flex;
    flex-direction: row;
}
#imageSystemInChapter .align-center {
    align-items: center;
}
#imageSystemInChapter .justify-center {
    justify-content: center;
}
/* 选择签章组件 */
#imageSystemInChapter .container {
  height: 26.25rem;
  width: 26.25rem;
  padding: 0;
  overflow: hidden;
}
#imageSystemInChapter .img-container {
  width: 26.25rem;
  height: 26.25rem;
}
#imageSystemInChapter .img-container img {
  max-width: 100%;
}
.el-slider__button-wrapper{
    z-index: 6 !important;
}


@media (max-width: 991.5px) { 
  #imageSystemInChapter .handle-pic-top-part {
    display: block;
  }
  #imageSystemInChapter .identifyHigh,
  #imageSystemInChapter .identifyWidth,
  #imageSystemInChapter .tmoveIconTB,
  #imageSystemInChapter .tmoveIconLR{
    display: none;
  }
  #imageSystemInChapter .tmoveIconTB {
      left: 340px!important;
  }
  #imageSystemInChapter .tmoveIconLR {
      bottom: 460px;
  }
  #imageSystemInChapter .img-size-item > div:first-child {
      width: fit-content;
  }
  #imageSystemInChapter .show-seal .show-seal-part {
      flex-direction: column;
  }
  #imageSystemInChapter .show-seal-part>div {
      width: 100%;
  }
  #imageSystemInChapter .degree-reduction {
      justify-content: center;
  }
  #imageSystemInChapter .color-block {
      font-size: 14px;
  }
  #imageSystemInChapter .seal-effect {
      padding: 50px 30px;
  }
}

/* 比Ipad小屏 */
@media (max-width: 767.5px) {
    #imageSystemInChapter .img-size {
        display: block;
    }
    #imageSystemInChapter .handle-pic-top {
        padding: 10px;
        margin-bottom: 50px;
    }
    #imageSystemInChapter .img-size-item {
        justify-content: flex-start;
    }
    #imageSystemInChapter .original-image,
    #imageSystemInChapter .image-set{
        width: 100%;
    }
    #imageSystemInChapter .img-size-item:first-child {
        margin-bottom: 10px;
    }
    #imageSystemInChapter .mt-5 {
        margin: 30px 0;
    }
}