.list[data-v-1e6474cc] {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 400px;
  height: 100%;
  background-color: #fff;
  box-shadow: 2px 0px 20px 0px rgba(102, 102, 102, 0.1);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  transition: all 300ms;
}
.list.show[data-v-1e6474cc] {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.list .close-button[data-v-1e6474cc] {
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: 20px;
  height: 80px;
  border-radius: 0px 4px 4px 0px;
  background: rgba(255, 255, 255, 0.85);
  cursor: pointer;
}
.list .title[data-v-1e6474cc] {
  -webkit-flex: none;
          flex: none;
  font-family: PingFangSC-Medium, PingFang SC;
  line-height: 44px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
}
.list[data-v-1e6474cc] .ant-spin-nested-loading {
  -webkit-flex: auto;
          flex: auto;
  min-height: 0;
}
.list[data-v-1e6474cc] .ant-spin-container {
  display: -webkit-flex;
  display: flex;
  height: 100%;
}
.list .scroll[data-v-1e6474cc] {
  -webkit-flex: auto;
          flex: auto;
  overflow-y: auto;
}
.list .scroll[data-v-1e6474cc]::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.list .scroll[data-v-1e6474cc]::-webkit-scrollbar-thumb {
  background-color: #ccc;
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 3px;
}
.list .scroll[data-v-1e6474cc]::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}
.list .scroll .content[data-v-1e6474cc] {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 20px 0;
}
.list .scroll .content .item[data-v-1e6474cc] {
  position: relative;
  width: 168px;
  height: 160px;
  padding: 15px 5px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.list .scroll .content .item[data-v-1e6474cc]:nth-child(2n-1) {
  margin-right: 15px;
}
.list .scroll .content .item[data-v-1e6474cc]:nth-child(n+3) {
  margin-top: 15px;
}
.list .scroll .content .item[data-v-1e6474cc]:hover,
.list .scroll .content .item.active[data-v-1e6474cc] {
  border-color: #1890ff;
  box-shadow: 0 0 0 1px #1890ff;
}
.list .scroll .content .item.active[data-v-1e6474cc] {
  cursor: default;
}
.list .scroll .content .item.active .check[data-v-1e6474cc] {
  display: block;
}
.list .scroll .content .item .pic[data-v-1e6474cc] {
  width: 100%;
  height: 100px;
}
.list .scroll .content .item .pic img[data-v-1e6474cc] {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.list .scroll .content .item .word[data-v-1e6474cc] {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.list .scroll .content .item .check[data-v-1e6474cc] {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 33px;
  height: 33px;
  overflow: hidden;
}
.list .scroll .content .item .check .band[data-v-1e6474cc] {
  width: 200%;
  height: 200%;
  margin-top: 100%;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #1890ff;
}
.list .scroll .content .item .check .icon[data-v-1e6474cc] {
  position: absolute;
  right: 3px;
  bottom: 2px;
  font-size: 13px;
  color: #fff;
}

.upload-logo[data-v-7bb35640] {
  position: relative;
  width: 104px;
  height: 104px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  line-height: 1;
}
.upload-logo-plus[data-v-7bb35640] {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  cursor: pointer;
}
.upload-logo-plus input[data-v-7bb35640] {
  display: none;
}
.upload-logo-preview[data-v-7bb35640] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 8px;
  background-color: #fff;
}
.upload-logo-preview img[data-v-7bb35640] {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.upload-logo-close[data-v-7bb35640] {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #999;
  cursor: pointer;
}
.error-msg[data-v-7bb35640] {
  display: none;
  margin-top: 5px;
  color: red;
}
.upload-logo-wrap.upload-error .upload-logo[data-v-7bb35640] {
  border-color: red;
}
.upload-logo-wrap.upload-error .error-msg[data-v-7bb35640] {
  display: block;
}

.label-template[data-v-2ba3945f] {
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  height: calc(100vh - 64px);
  background-color: #f6f6f6;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.075);
}
.label-template[data-v-2ba3945f] .ant-spin-nested-loading {
  height: 100%;
}
.label-template[data-v-2ba3945f] .ant-spin-spinning {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 400px;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
.label-template .wrapper[data-v-2ba3945f] {
  position: relative;
  height: calc(100vh - 64px);
}
.label-template .wrapper .back[data-v-2ba3945f] {
  position: absolute;
  top: 15px;
  left: 415px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  height: 32px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  box-shadow: 0 2px 10px 0px rgba(102, 102, 102, 0.1);
  transition: left 300ms;
}
.label-template .wrapper .back[data-v-2ba3945f]:hover {
  background-color: #f9f9f9;
}
.label-template .wrapper .back.collapse[data-v-2ba3945f] {
  left: 15px;
}
.label-template .setting[data-v-2ba3945f] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 300px;
  height: 100%;
  background-color: #fff;
  box-shadow: -2px 0px 20px 0px rgba(102, 102, 102, 0.1);
}
.label-template .setting .title[data-v-2ba3945f] {
  -webkit-flex: none;
          flex: none;
  font-family: PingFangSC-Medium, PingFang SC;
  line-height: 44px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  background-color: #fff;
}
.label-template .setting .field[data-v-2ba3945f] {
  padding: 15px;
  background-color: #fff;
}
.label-template .setting .field[data-v-2ba3945f]:not(:first-child) {
  border-top: 5px solid #f6f6f6;
}
.label-template .setting .field .ant-form-item[data-v-2ba3945f] {
  margin-bottom: 0;
}
.label-template .setting .field .ant-form-item[data-v-2ba3945f]:not(:last-child) {
  margin-bottom: 5px;
}
.label-template .setting .field .field-title[data-v-2ba3945f] {
  margin-bottom: 10px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
}
.label-template .setting .field .tips[data-v-2ba3945f] {
  color: #999;
}
.label-template .setting .scroll[data-v-2ba3945f] {
  -webkit-flex: auto;
          flex: auto;
  overflow-y: auto;
}
.label-template .setting .scroll[data-v-2ba3945f]::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.label-template .setting .scroll[data-v-2ba3945f]::-webkit-scrollbar-thumb {
  background-color: #ccc;
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 3px;
}
.label-template .setting .scroll[data-v-2ba3945f]::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}
.label-template .setting .scroll .content[data-v-2ba3945f] {
  position: relative;
  min-height: 100%;
}
.label-template .setting .empty-setting[data-v-2ba3945f] {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #999;
}
.label-template .setting .footer[data-v-2ba3945f] {
  position: relative;
  -webkit-flex: none;
          flex: none;
  padding: 10px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.1);
}
.label-template .stage[data-v-2ba3945f] {
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  transition: all 300ms;
  margin-right: 300px;
}
.label-template .stage.collapse[data-v-2ba3945f] {
  margin-left: 400px;
}
.label-template .stage .template[data-v-2ba3945f] {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
.label-template .stage .template .component[data-v-2ba3945f] {
  display: inline-block;
  box-shadow: 0px 0px 20px 4px rgba(102, 102, 102, 0.2);
  border-radius: 10px;
  overflow: hidden;
}
.label-template .stage .template .size[data-v-2ba3945f] {
  margin-bottom: 24px;
  text-align: center;
}
.label-template .stage .template .name[data-v-2ba3945f] {
  margin-top: 24px;
  text-align: center;
}

