.root {
  padding-bottom: 1px;

  :global {
    @import (less) '../../../utils/themes.less';
    .ss-images-upload {
      .am-image-picker-list {
        padding: 0 !important;
        margin: 0 !important;
      }
      .ss-images-upload-mobile-imageContainer {
        .img_common {
          margin-right: 12px;
          width: calc((100vw - 56px) / 3) !important;
          height: calc((100vw - 56px) / 3) !important;
        }
        .img_common:nth-child(3n) {
          margin-right: 0;
        }
      }
      // .am-flexbox {
      //   // display: block !important;
      //   // flex-direction: row;
      //   // justify-content: start;
      //   // display: flex;
      //   // flex-direction: row;

      //   .am-flexbox-item {
      //     margin-right: 12px;
      //     // flex: 0;
      //     float: left;
      //     width: calc((100vw - 56px) / 3) !important;
      //     height: calc((100vw - 56px) / 3) !important;
      //   }
      //   .am-flexbox-item:nth-child(3n) {
      //     margin-right: 0;
      //   }
      // }
    }
    .btn {
      display: block;
      height: 40px;
      line-height: 40px;
      text-align: center;
      color: #1786ec;
    }
  }
}
