.cs-image[data-v-4054fde7] {
  width: 100%;
  height: 100%;
  background-color: #F3F3F3;
}

.cs-ad-card[data-v-47b535a2] {
  width: 100%;
  height: 100%;
  border: 1px solid #DCDCDC;
  border-radius: 8px;
  overflow: hidden;
}
.cs-ad-card .img-item[data-v-47b535a2] {
    width: 100%;
    height: 140px;
    background-color: #F3F3F3;
}
.cs-ad-card .content-title[data-v-47b535a2] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: #FFFFFF;
    font-size: 12px;
}
.cs-ad-card .content-title > div[data-v-47b535a2] {
      height: 100%;
      width: 100%;
}
.cs-ad-card .content-title > div > *[data-v-47b535a2] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}

@keyframes wordsLoop-06e6918f {
0% {
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
}
50% {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
100% {
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
}
}
.cs-ad-creative[data-v-06e6918f] {
  display: inline-block;
  background-color: #F3F3F3;
  position: relative;
}
.cs-ad-creative .id-card[data-v-06e6918f] {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    overflow: hidden;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.6);
    color: rgba(255, 255, 255, 0.6);
    line-height: 30px;
    font-size: 14px;
}
.cs-ad-creative .id-card .animate[data-v-06e6918f] {
      display: inline-block;
      white-space: nowrap;
      animation: 10s wordsLoop-06e6918f linear infinite normal;
}
.cs-ad-creative .right-btn[data-v-06e6918f] {
    position: absolute;
    right: 0;
    top: 0;
}
.cs-ad-creative .right-btn .creative-btn[data-v-06e6918f] {
      height: 22px;
      width: 22px;
      margin: 8px 8px 0 0;
      border-radius: 50%;
      background-color: rgba(0, 0, 0, 0.6);
      color: #FFFFFF;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      font-size: 12px;
}
.el-icon-picture-outline[data-v-06e6918f] {
  position: absolute;
  font-size: 24px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.creative-btn[data-v-514e5de0] {
  height: 22px;
  width: 22px;
  margin: 8px 8px 0 0;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.60);
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 12px;
}


img[data-v-a5ad8662] {
  margin-left: 4px;
}
img[data-v-a5ad8662]:first-child {
  margin-left: 0;
}

.creative-dialog .preview-container[data-v-a037463a] {
  position: fixed;
  top: 0px;
  right: 50%;
  transform: translateX(50%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.creative-dialog .preview-container .close-btn[data-v-a037463a] {
    display: inline-block;
    cursor: pointer;
    transform: translateX(100%);
}
.creative-dialog .preview-container .close-btn i[data-v-a037463a] {
      color: #FFFFFF;
      font-size: 24px;
}
.creative-dialog .ops-box[data-v-a037463a] {
  display: flex;
  position: fixed;
  padding: 16px 30px;
  background-color: #fff;
  border-radius: 8px;
  bottom: 56px;
  left: 50%;
  transform: translateX(-50%);
}
.creative-dialog .ops-box .bottom-btn[data-v-a037463a] {
    height: 32px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 16px;
}
.creative-dialog .ops-box .bottom-btn[data-v-a037463a]:first-child {
      margin-left: 0;
}
.creative-dialog .ops-box .bottom-btn[data-v-a037463a]:hover {
      background-color: #F3F3F3;
}
.creative-dialog[data-v-a037463a] .el-dialog {
  background: rgba(255, 255, 255, 0);
  box-shadow: none;
}
.creative-dialog[data-v-a037463a] .el-dialog__header {
  padding: 0;
}

.hide .el-upload--picture-card {
  display: none;
}
.el-upload-list__item {
  transition: none !important;
}
.el-upload-list--picture-card {
  display: block;
}
.upload-error {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.upload-box {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.upload-box .icon-box {
    display: inline-flex;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: rgba(255, 182, 93, 0.4);
    justify-content: center;
    align-items: center;
}
.upload-box .el-upload__text {
    line-height: 14px;
    margin-top: 8px;
}
.hide .el-upload-dragger {
  display: none;
}
.product-upload-list .product-upload-item {
  position: relative;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 180px;
  height: 140px;
}
.product-upload-list .product-upload-item .upload-progress {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.creative-btn {
  height: 22px;
  width: 22px;
  margin: 8px 8px 0 0;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 12px;
}

.cs-collapse[data-v-764c61ef] {
  display: flex;
  flex-direction: column;
}
.cs-collapse .left[data-v-764c61ef] {
    flex: 1;
    position: relative;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}
.cs-collapse .left.is-expanded[data-v-764c61ef] {
      overflow: visible;
}
.cs-collapse .left .content-wrapper[data-v-764c61ef] {
      width: 100%;
}
.cs-collapse .left[data-v-764c61ef] .el-form-item {
      margin-bottom: 10px;
}
.cs-collapse .left[data-v-764c61ef] .el-form-item .el-select, .cs-collapse .left[data-v-764c61ef] .el-form-item .el-input, .cs-collapse .left[data-v-764c61ef] .el-form-item .el-cascader, .cs-collapse .left[data-v-764c61ef] .el-form-item .el-autocomplete, .cs-collapse .left[data-v-764c61ef] .el-form-item .el-textarea, .cs-collapse .left[data-v-764c61ef] .el-form-item .el-date-editor--daterange.el-input__inner {
        width: 320px;
}
.cs-collapse .left[data-v-764c61ef] .el-form-item .el-range-input {
        width: 38%;
}
.cs-collapse .left[data-v-764c61ef] .el-form-item .el-range-separator {
        width: 6%;
}
.cs-collapse .right[data-v-764c61ef] {
    width: 100%;
    margin-bottom: 10px;
    z-index: 1;
}
.cs-collapse .right > div[data-v-764c61ef] {
      display: flex;
      flex-wrap: wrap;
}
.cs-collapse .right .expand-btn[data-v-764c61ef] {
      position: relative;
}
.cs-collapse .right .expand-btn i[data-v-764c61ef] {
        position: absolute;
        top: 7px;
        right: 9px;
}
.cs-collapse .right[data-v-764c61ef] .el-button {
      margin-right: 10px;
}
.cs-collapse .right[data-v-764c61ef] .el-button + .el-button {
      margin-left: unset;
}
.cs-collapse .right[data-v-764c61ef] .is-plain {
      background-color: #fff;
}
.cs-collapse .right[data-v-764c61ef] .is-plain:hover {
        background-color: #FF9A2E;
}
@media screen and (min-width: 769px) {
.cs-collapse[data-v-764c61ef] {
      flex-direction: row;
}
.cs-collapse .left[data-v-764c61ef] {
        order: 1;
}
.cs-collapse .left[data-v-764c61ef] .el-form-item {
          display: inline-block;
          margin-right: 20px;
}
.cs-collapse .right[data-v-764c61ef] {
        order: 2;
        width: 235px;
        justify-content: flex-end;
}
.cs-collapse .right > div[data-v-764c61ef] {
          justify-content: flex-end;
}
}
@media screen and (max-width: 768px) {
.cs-collapse .left[data-v-764c61ef] {
      order: 2;
      width: 100%;
}
.cs-collapse .left[data-v-764c61ef] .el-form-item {
        display: block;
        width: 100%;
}
.cs-collapse .left[data-v-764c61ef] .el-form-item .el-select, .cs-collapse .left[data-v-764c61ef] .el-form-item .el-input, .cs-collapse .left[data-v-764c61ef] .el-form-item .el-cascader, .cs-collapse .left[data-v-764c61ef] .el-form-item .el-autocomplete, .cs-collapse .left[data-v-764c61ef] .el-form-item .el-textarea, .cs-collapse .left[data-v-764c61ef] .el-form-item .el-date-editor--daterange.el-input__inner {
          width: 100%;
}
.cs-collapse .right[data-v-764c61ef] {
      order: 1;
      position: sticky;
      top: 0;
      background: #fff;
      padding: 10px 0;
}
.cs-collapse .right > div[data-v-764c61ef] {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
}
.cs-collapse .right > div[data-v-764c61ef]::-webkit-scrollbar {
          display: none;
}
.cs-collapse .right > div .el-button[data-v-764c61ef] {
          flex: 0 0 auto;
}
.cs-collapse .right > div .expand-btn[data-v-764c61ef] {
          min-width: 80px;
}
.cs-collapse .right[data-v-764c61ef] .el-button:nth-child(n+4) {
        display: none;
}
}

.el-select[data-v-8483513c], .el-input[data-v-8483513c], .el-cascader[data-v-8483513c], .el-autocomplete[data-v-8483513c], .el-textarea[data-v-8483513c], .el-date-editor--daterange.el-input__inner[data-v-8483513c] {
  width: 350px;
}

.upload-box {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.upload-box .icon-box {
    display: inline-flex;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: rgba(255, 182, 93, 0.4);
    justify-content: center;
    align-items: center;
}
.upload-box .el-upload__text {
    line-height: 14px;
    margin-top: 8px;
}
.product-upload-list .product-upload-item {
  position: relative;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 180px;
  height: 140px;
}
.product-upload-list .product-upload-item .upload-progress {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.creative-btn {
  height: 22px;
  width: 22px;
  margin: 8px 8px 0 0;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 12px;
}

.upload-demo[data-v-0da20d50] .el-upload--picture-card {
  width: 360px;
  height: 180px;
}
.upload-demo[data-v-0da20d50] .el-upload--picture-card {
  line-height: 0;
}
.creative_list[data-v-0da20d50] .el-upload-list__item {
  text-align: center;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
.creative_list[data-v-0da20d50] .el-upload-list--picture-card {
  display: flex;
  flex-wrap: wrap;
}
.creative_list .creative[data-v-0da20d50] {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: middle;
}
.file_style[data-v-0da20d50] {
  margin-top: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  line-height: 21px;
  width: 100%;
  padding: 0 20px;
  cursor: pointer;
}
.file_style div[data-v-0da20d50]:nth-of-type(1) {
    width: 21px;
    height: 21px;
    padding-right: 26px;
    align-self: center;
}
.file_style div:nth-of-type(1) img[data-v-0da20d50] {
      width: 100%;
      height: 100%;
}
.file_style div[data-v-0da20d50]:nth-of-type(2) {
    flex: 1;
}
.file_style div[data-v-0da20d50]:nth-of-type(3) {
    width: 21px;
    font-size: 16px;
    text-align: center;
    color: #409eff;
    cursor: pointer;
}
.file_style[data-v-0da20d50]:hover {
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  font-size: 14px;
  color: #606266;
  line-height: 1.8;
  margin-top: 5px;
  position: relative;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  background: silver;
}
.file_style:hover div[data-v-0da20d50]:nth-of-type(3) {
    color: white;
}
.creative-detail-list .dialog-close[data-v-0da20d50] {
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, 0);
  color: white;
}
.creative-detail-list[data-v-0da20d50] .el-dialog {
  background: rgba(255, 255, 255, 0);
  box-shadow: none;
}
.creative-detail-list[data-v-0da20d50] .el-dialog__header {
  padding: 0;
}
.creative-detail-list img[data-v-0da20d50] {
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 80vh;
}
.creative-detail-list[data-v-0da20d50] video {
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 80vh;
}

.el-upload__tip {
  margin-top: 0;
}

.history-box[data-v-2709e534] {
  padding: 0 12px;
  width: 100%;
  height: 60vh;
  overflow: auto;
}
.history-box .history-title[data-v-2709e534] {
    background-color: #F3F3F3;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    height: 46px;
    line-height: 46px;
}
.history-box .history-content[data-v-2709e534] {
    width: 100%;
    height: 86px;
    overflow: auto;
    background-color: #EEEEEE;
}

.el-select[data-v-7c87089f], .el-input[data-v-7c87089f], .el-cascader[data-v-7c87089f], .el-autocomplete[data-v-7c87089f], .el-textarea[data-v-7c87089f], .el-date-editor--daterange.el-input__inner[data-v-7c87089f] {
  width: 350px;
}

.request-edit-prod .step-title[data-v-2dd066e8] {
  display: flex;
  margin-bottom: 12px;
}
.request-edit-prod .step-title > div[data-v-2dd066e8] {
    margin-right: 15px;
}
.request-edit-prod .pagination[data-v-2dd066e8] {
  display: flex;
  align-items: center;
}
.request-edit-prod .pagination .demonstration[data-v-2dd066e8] {
    font-size: 14px;
    font-weight: bold;
}
.request-edit-prod .product-grid[data-v-2dd066e8] {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.request-edit-prod .product-grid .product-item[data-v-2dd066e8] {
    margin-bottom: 10px;
}
.request-edit-prod .product-grid .product-item .product-item-btn[data-v-2dd066e8] {
      padding: 3px;
      margin-right: 5px;
}
.request-edit-prod .product-grid .product-item .product-item-textarea[data-v-2dd066e8] {
      margin-top: 4px;
}
.preview-container .el-descriptions[data-v-2dd066e8] {
  margin: 10px 0 8px;
}
.preview-container .el-descriptions[data-v-2dd066e8] .el-descriptions-item__cell {
    padding-bottom: 0;
}
.preview-container .think[data-v-2dd066e8] {
  background-color: #F3F3F3;
  height: 22px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 10px;
}
.ops-box-list[data-v-2dd066e8] {
  position: fixed;
  display: flex;
  bottom: 56px;
  left: 50%;
  transform: translateX(-50%);
}
.ops-box-list .ops-box[data-v-2dd066e8] {
    display: flex;
    padding: 16px 30px;
    background-color: #fff;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
}
.ops-box-list .ops-box .bottom-btn[data-v-2dd066e8] {
      height: 32px;
      width: 32px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 4px;
      cursor: pointer;
      margin-left: 16px;
}
.ops-box-list .ops-box .bottom-btn[data-v-2dd066e8]:first-child {
        margin-left: 0;
}
.ops-box-list .ops-box .bottom-btn[data-v-2dd066e8]:hover {
        background-color: #F3F3F3;
}

.el-select[data-v-57bfbd74], .el-input[data-v-57bfbd74], .el-cascader[data-v-57bfbd74], .el-autocomplete[data-v-57bfbd74], .el-textarea[data-v-57bfbd74], .el-date-editor--daterange.el-input__inner[data-v-57bfbd74] {
  width: 350px;
}

.pageBox[data-v-288a9bef] {
  width: 100%;
}
.pageBox .pagination[data-v-288a9bef] {
    padding: 15px 0px;
    display: flex;
    align-items: center;
}
.pageBox .pagination .demonstration[data-v-288a9bef] {
      font-size: 14px;
      font-weight: bold;
}
.pageBox .paginations[data-v-288a9bef] {
    margin: 20px 0px;
}
.pageBox .requestBox[data-v-288a9bef] {
    padding: 20px 0;
    border-top: #CCCCCC 1px solid;
    border-bottom: #CCCCCC 1px solid;
}
.pageBox .step-title[data-v-288a9bef] {
    display: flex;
    margin-bottom: 12px;
}
.pageBox .step-title > div[data-v-288a9bef] {
      margin-right: 15px;
}
.pageBox .cs-creative-grid[data-v-288a9bef] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.pageBox .cs-creative-grid .product-item-btn[data-v-288a9bef] {
      border: none;
      padding: 3px;
      margin-right: 5px;
}
.pageBox .cs-creative-grid .product-item-textarea[data-v-288a9bef] {
      margin-top: 4px;
}

.request-check-detail .step-title[data-v-3e4a0054] {
  display: flex;
  margin-bottom: 12px;
}
.request-check-detail .step-title > div[data-v-3e4a0054] {
    margin-right: 15px;
}
.request-check-detail .product-grid .product-item[data-v-3e4a0054] {
  float: left;
  width: 172px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.request-check-detail .product-grid .product-item .product-item-btn[data-v-3e4a0054] {
    border: none;
    padding: 3px;
    margin-right: 5px;
}
.request-check-detail .product-grid .product-item .product-item-textarea[data-v-3e4a0054] {
    margin-top: 4px;
}
.product-upload-list .product-upload-item[data-v-3e4a0054] {
  position: relative;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 180px;
  height: 140px;
}
.product-upload-list .product-upload-item .upload-progress[data-v-3e4a0054] {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.creative-btn[data-v-3e4a0054] {
  height: 22px;
  width: 22px;
  margin: 8px 8px 0 0;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 12px;
}
.pic[data-v-3e4a0054] img {
  width: 100%;
}



.product-upload[data-v-34f71fce] {
  display: flex;
  margin-left: 100px;
  margin-top: 20px;
}
.product-upload .product-upload-left[data-v-34f71fce] {
    position: relative;
}
.product-upload .product-upload-left .upload-progress[data-v-34f71fce] {
      position: absolute;
      z-index: 999;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
}
.product-upload .product-upload-right[data-v-34f71fce] {
    margin-left: 20px;
}
.product-upload-tag[data-v-34f71fce] {
  display: flex;
  align-items: center;
}
.product-upload-tag .tag-context[data-v-34f71fce] {
    margin-right: 10px;
}
.el-select[data-v-34f71fce], .el-input[data-v-34f71fce], .el-cascader[data-v-34f71fce], .el-autocomplete[data-v-34f71fce], .el-textarea[data-v-34f71fce] {
  width: 100%;
  max-width: 400px;
}
.time-tag[data-v-34f71fce] {
  display: inline-block;
  padding: 0 15px;
  background-color: #f5f7fa;
  border-radius: 3px;
}

[data-v-52a96da9] .el-transfer__buttons {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
[data-v-52a96da9] .el-transfer__buttons :nth-child(2) {
    margin: 0 !important;
}
.cs-drawer .drawer-container[data-v-52a96da9] {
  display: flex;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #f5f6f7;
}
.cs-drawer .drawer-container .container-left[data-v-52a96da9] {
    background-color: #fff;
    box-shadow: 0 0 3px #e7e7e7;
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cs-drawer .drawer-container .container-left .close-btn[data-v-52a96da9] {
      height: 32px;
      width: 32px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 12px;
}
.cs-drawer .drawer-container .container-left .left-content[data-v-52a96da9] {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 0 12px;
      font-size: 12px;
      overflow: auto;
}
.cs-drawer .drawer-container .container-right[data-v-52a96da9] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cs-drawer .drawer-container .container-right .drawer-title[data-v-52a96da9] {
      display: flex;
      align-items: center;
      background-color: #fff;
      height: 56px;
      line-height: 56px;
      padding: 0 16px;
      box-shadow: 0 0 3px #e7e7e7;
      font-weight: 600;
      font-size: 16px;
      overflow: hidden;
}
.cs-drawer .drawer-container .container-right .drawer-content[data-v-52a96da9] {
      flex: 1;
      padding: 16px;
      overflow-y: auto !important;
      overflow-x: hidden !important;
}
.cs-drawer .drawer-container .container-right .drawer-bottom[data-v-52a96da9] {
      background-color: #fff;
      box-shadow: 0 0 3px #e7e7e7;
      display: flex;
      align-items: center;
      padding: 12px 16px;
      overflow: hidden;
}

.over-flow[data-v-332a0be6] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wid190[data-v-332a0be6] {
  width: 100%;
}
p[data-v-332a0be6] {
  margin: 0;
}

.beetles_table_menu[data-v-2181da7f] {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  min-height: 40px;
  height: auto;
  overflow: hidden;
  margin-bottom: 5px;
  background-color: #fff;
}
.beetles_table_menu .beetles_table_left[data-v-2181da7f] {
    justify-items: flex-start;
    display: flex;
    align-items: center;
}
.beetles_table_menu .beetles_table_right[data-v-2181da7f] {
    justify-items: flex-end;
    display: flex;
    align-items: center;
}
[data-v-2181da7f] .header-out .el-table__header-wrapper {
  position: fixed;
  overflow: hidden;
  width: var(--width) !important;
  top: var(--top);
  z-index: 400;
  opacity: 0.8;
}
[data-v-2181da7f] .header-out .el-table__body-wrapper {
  margin-top: var(--height);
}
[data-v-2181da7f] .header-out .el-table__fixed .el-table__fixed-header-wrapper {
  position: fixed;
  overflow: hidden;
  top: var(--top);
  width: var(--width);
  left: var(--left);
  z-index: 405;
}
[data-v-2181da7f] .header-out .el-table__fixed .el-table__fixed-header-wrapper .is-hidden {
    visibility: hidden;
}
[data-v-2181da7f] .header-out .el-table__fixed .el-table__fixed-body-wrapper {
  top: 0 !important;
}
[data-v-2181da7f] .header-out .el-table__fixed-right .el-table__fixed-header-wrapper {
  position: fixed;
  display: flex;
  justify-content: flex-end;
  width: var(--width);
  top: var(--top);
  right: var(--right);
  z-index: 403;
}
[data-v-2181da7f] .header-out .el-table__fixed-right .el-table__fixed-header-wrapper .is-hidden {
    visibility: hidden;
    width: 0;
}
[data-v-2181da7f] .header-out .el-table__fixed-right .el-table__fixed-body-wrapper {
  top: 0 !important;
}
.table[data-v-2181da7f] {
  line-height: 23px;
  font-size: 12px !important;
}
.table[data-v-2181da7f] .el-table__body {
    width: 100% !important;
}
.table[data-v-2181da7f] .el-table__header {
    width: 100% !important;
}
.beetles_table_page[data-v-2181da7f] {
  margin-top: 1em;
  display: flex;
  justify-content: right;
  margin-bottom: 1em;
}
.beetles_table_out_page[data-v-2181da7f] {
  position: fixed;
  bottom: 3px;
  display: flex;
  z-index: 8;
  padding: 3px 10px;
  box-sizing: border-box;
  justify-content: right;
  width: var(--width);
  color: white;
  background: black;
}
.beetles_table_out_page[data-v-2181da7f] .el-pagination__total {
    color: white;
}
.beetles_table_out_page[data-v-2181da7f] .el-pagination__jump {
    color: white;
}
[data-v-2181da7f] .el-table-column--selection .cell {
  padding: unset !important;
  text-align: center;
}

[data-v-40ace447] .el-card__body {
  padding-bottom: 5px;
}
.beetles-search[data-v-40ace447] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.search-button[data-v-40ace447] {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.search-icon[data-v-40ace447] {
  margin-right: 10px;
  font-size: 20px;
  font-weight: 700;
}
.search-icon[data-v-40ace447]:hover {
    color: #00a2ff;
}
.search-content[data-v-40ace447] {
  overflow: hidden;
}
.search-content[data-v-40ace447] .el-form-item {
    padding-right: 2px;
}

.col-drawer-box .el-transfer[data-v-76ee3549] {
  display: flex;
  align-items: center;
}
.col-drawer-box .el-transfer[data-v-76ee3549] .el-transfer__buttons {
    width: 182px;
}
.col-drawer-box .el-transfer[data-v-76ee3549] .el-transfer-panel {
    flex: 1;
}
.col-drawer-box .el-transfer[data-v-76ee3549] .el-transfer-panel__body {
    width: auto;
    flex: 1;
    height: calc(100vh - 190px);
}
.col-drawer-box .el-transfer[data-v-76ee3549] .el-transfer-panel__body .el-transfer-panel__list {
      height: 100%;
}

.commentDemo[data-v-c5bdc0ce] {
  width: 100%;
  height: 480px;
}
.commentDemo .commentCont[data-v-c5bdc0ce] {
    border-radius: 5px;
    padding: 5px 10px;
    height: 290px;
    margin-bottom: 10px;
    background: #F5F5F5;
    overflow-y: scroll;
}
[data-v-c5bdc0ce] .el-dialog__body {
  padding: 5px 20px 30px;
}
[data-v-c5bdc0ce] .el-empty {
  padding: 0px;
}

.detail_form_item {
  margin-top: 5px;
  padding-left: 10%;
}
.detailRow {
  margin-top: 20px;
  max-height: 550px;
  overflow-y: auto;
}
.create-url {
  width: 82%;
  height: 175px;
  margin: 0 auto;
  padding: 5px;
  border: 2px solid #f0f2f5;
  background-color: #f0f2f5;
  border-radius: 9px;
}
.creative_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}
.creative_item {
  width: 48%;
  border: 2px solid #f0f2f5;
  background-color: #f0f2f5;
  border-radius: 9px;
  margin-top: 20px;
}
.create-detail {
  width: 82%;
  margin: 10px auto;
}
.creative-audit-detail .basicInfo_table_title {
  flex: 0;
  height: 46px;
  line-height: 46px;
  border: 1px solid #ebeef5;
  background-color: #fafafa;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}
.creative-audit-detail .basicInfo_table_column {
  height: 46px;
  line-height: 46px;
  border: 1px solid #ebeef5;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}

.creative-request .creativetext_avue[data-v-756b2bba] {
  width: 100%;
  background: #ffffff linear-gradient(270deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 171, 171, 0.5) 100%) #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.creative-request[data-v-756b2bba] .el-table th.el-table__cell {
  background: #f3f3f3;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}
.creative-request[data-v-756b2bba] .el-button.is-circle {
  background: #e7e7e7;
  border-radius: 3px;
}

.creative-audit .creativetext_avue[data-v-215b0722] {
  width: 100%;
  background: #ffffff linear-gradient(270deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 171, 171, 0.5) 100%) #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.creative-audit[data-v-215b0722] .el-table th.el-table__cell {
  background: #f3f3f3;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}
.creative-audit[data-v-215b0722] .el-button.is-circle {
  background: #e7e7e7;
  border-radius: 3px;
}

