
.unit .upload .textarea textarea {
  height: 180px !important;
}

.require[data-v-5d779ab6]:before {
  content: "*";
  font-size: 20px;
  color: red;
  margin-left: -10px;
  margin-right: 2px;
  margin-bottom: -7px;
  line-height: 14px;
}
.drawer[data-v-5d779ab6] {
  font-size: 14px;
  z-index: 1950;
  position: fixed;
  right: 0;
  top: 100px;
  min-width: 100px;
  max-width: 600px;
  min-height: 300px;
  height: calc(100vh - 100px);
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.3);
  background: #fff;
  overflow: hidden;
}
.drawer .content[data-v-5d779ab6] {
  width: 600px;
  height: calc(100% - 98px);
  box-sizing: border-box;
  background: #fff;
  overflow: auto;
  padding-bottom: 40px;
}
.drawer .content .loadingBox[data-v-5d779ab6] {
  width: 50px;
  height: 50px;
}
.drawer .content .loadingBox i[data-v-5d779ab6] {
  font-size: 50px;
  color: #999;
}
.drawer .content[data-v-5d779ab6]::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.drawer .content[data-v-5d779ab6]::-webkit-scrollbar-track {
  /* 滚动槽 */
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.1);
}
.drawer .content[data-v-5d779ab6]::-webkit-scrollbar-thumb {
  /* 滚动条滑块 */
  border-radius: 5px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.drawer .footer[data-v-5d779ab6] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 10px 0;
  background: #fff;
  text-align: center;
  z-index: 99;
}
.content_box[data-v-5d779ab6] {
  padding: 20px;
}
.content_box .title[data-v-5d779ab6] {
  font-size: 22px;
  font-weight: bold;
  color: #243340;
  margin-bottom: 20px;
}
.content_box .item[data-v-5d779ab6] {
  margin-bottom: 20px;
}
.content_box .item .item_label[data-v-5d779ab6] {
  font-size: 16px;
  color: #6b7279;
  margin-bottom: 10px;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.content_box .item .item_input[data-v-5d779ab6] {
  width: 100%;
}
.content_box .unit[data-v-5d779ab6] {
  margin-bottom: 20px;
}
.content_box .unit .unit_label[data-v-5d779ab6] {
  margin-bottom: 10px;
  font-size: 16px;
  color: #243340;
  font-weight: bold;
}
.content_box .unit .unit_label .unit_img[data-v-5d779ab6] {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.content_box .unit .unit_label .unit_img .unit_move[data-v-5d779ab6] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.content_box .unit .unit_label .unit_img .unit_move .move_item[data-v-5d779ab6] {
  padding: 5px 10px;
  background: #FFFFFF;
  border: 1px solid #D8E0E6;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 12px;
  color: #33414D;
  cursor: pointer;
}
.content_box .unit .unit_label .unit_img .unit_move .move_item[data-v-5d779ab6]:nth-of-type(2) {
  border-left: none;
}
.content_box .unit .unit_label .unit_img .unit_move .move_item .icon_move[data-v-5d779ab6] {
  width: 10px;
  height: 14px;
  margin-left: 4px;
}
.content_box .unit .unit_content[data-v-5d779ab6] {
  background: #f9f9f9;
  border: 1px dashed #d8e0e6;
  padding: 10px;
  border-radius: 10px;
}
.content_box .unit .unit_content .upload .upload_box[data-v-5d779ab6] {
  margin-bottom: 10px;
  height: 180px;
  position: relative;
  background: white;
}
.content_box .unit .unit_content .upload .upload_box .textarea[data-v-5d779ab6] {
  width: 100%;
}
.content_box .unit .unit_content .upload .upload_box .img_box[data-v-5d779ab6] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #d8e0e6;
  border-radius: 6px;
  overflow: hidden;
}
.content_box .unit .unit_content .upload .upload_box .img_box .circle[data-v-5d779ab6] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 99;
  background: white;
}
.content_box .unit .unit_content .upload .upload_box .img_box .upload_add_icon[data-v-5d779ab6] {
  font-size: 55px;
  font-weight: bold;
  font-style: normal;
  color: #999999;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
}
.content_box .unit .unit_content .upload .upload_box .img_box .upload_img_show[data-v-5d779ab6] {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
}
.content_box .unit .unit_content .upload .upload_box .img_box .upload_img[data-v-5d779ab6] {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  padding: 0;
}
.content_box .unit .unit_content .upload .upladi_tip[data-v-5d779ab6] {
  color: #9da0a3;
  margin-bottom: 10px;
}
.content_box .unit .unit_content .upload .upload_time[data-v-5d779ab6] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
.content_box .unit .unit_content .upload .upload_time .upload_input[data-v-5d779ab6] {
  -ms-flex: 1;
      flex: 1;
  margin-left: 10px;
}
.content_box .unit .unit_content .upload .upload_time .input_unit[data-v-5d779ab6] {
  position: absolute;
  right: 10px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.content_box .unit .addbtn[data-v-5d779ab6] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  height: 40px;
  background: #F9F9F9;
  border: 1px solid #D8E0E6;
  border-radius: 6px;
  color: #999999;
  margin-top: 10px;
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: bold;
}
.save_btn[data-v-5d779ab6] {
  width: 230px;
  height: 48px;
  border-radius: 10px;
  font-size: 20px;
  color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}

.loading[data-v-33b1c696] {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 36px;
  z-index: 999;
}
.item[data-v-33b1c696] {
  margin: 20px 0;
  position: relative;
}
.unit_box[data-v-33b1c696] {
  padding: 10px;
  margin-top: 10px;
  border: 1px dashed #D8E0E6;
  border-radius: 10px;
  font-size: 18px;
  color: #6B7279;
}
.unit_box .unit_title[data-v-33b1c696] {
  margin-bottom: 10px;
}
.unit_box .upload_time[data-v-33b1c696] {
  height: 36px;
  line-height: 36px;
  background: #F9F9F9;
  border: 1px solid #D8E0E6;
  border-radius: 6px;
  text-indent: 10px;
}
.drawer[data-v-33b1c696] {
  top: 100px;
  height: calc(100% - 100px);
}
.drawer_content[data-v-33b1c696] {
  height: calc(100vh - 100px);
  overflow: auto;
  padding: 20px;
  color: #243340;
}
.drawer_content .drawer_title[data-v-33b1c696] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 20px;
}
.optInfo[data-v-33b1c696] {
  margin-top: 10px;
  color: #6B7279;
}
.optInfo p[data-v-33b1c696] {
  height: 40px;
  background: #F6F9FC;
  border: 1px solid #D8E0E6;
  border-radius: 6px;
  line-height: 40px;
  text-indent: 10px;
  margin-bottom: 10px;
}
.upload_box[data-v-33b1c696] {
  margin-bottom: 10px;
  height: 180px;
  position: relative;
  background: white;
}
.upload_box .img_box[data-v-33b1c696] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #d8e0e6;
  border-radius: 6px;
  overflow: hidden;
}
.upload_box .img_box .upload_img_show[data-v-33b1c696] {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
}
.upload_box .img_box .upload_video_show[data-v-33b1c696] {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
}

.loading[data-v-1ccd6343] {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 36px;
  z-index: 999;
}
.require[data-v-1ccd6343]:before {
  content: "*";
  font-size: 20px;
  color: red;
  margin-left: -10px;
  margin-right: 2px;
  margin-bottom: -7px;
  line-height: 14px;
}
.item[data-v-1ccd6343] {
  margin-bottom: 20px;
}
.item .item_label[data-v-1ccd6343] {
  font-size: 16px;
  color: #6b7279;
  margin-bottom: 10px;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.item .item_input[data-v-1ccd6343] {
  width: 100%;
}
.siteInput[data-v-1ccd6343] {
  width: 100%;
}
.unit_box[data-v-1ccd6343] {
  padding: 10px;
  margin-top: 10px;
  border: 1px dashed #D8E0E6;
  border-radius: 10px;
  font-size: 18px;
  color: #6B7279;
}
.unit_box .unit_title[data-v-1ccd6343] {
  margin-bottom: 10px;
}
.unit_box .upload_time[data-v-1ccd6343] {
  height: 36px;
  line-height: 36px;
  background: #F9F9F9;
  border: 1px solid #D8E0E6;
  border-radius: 6px;
  text-indent: 10px;
}
.drawer[data-v-1ccd6343] {
  top: 100px;
  height: calc(100% - 100px);
}
.drawer_content[data-v-1ccd6343] {
  height: calc(100vh - 100px);
  overflow: auto;
  padding: 20px;
  color: #243340;
}
.drawer_content .drawer_title[data-v-1ccd6343] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 20px;
}
.optInfo[data-v-1ccd6343] {
  margin-top: 10px;
  color: #6B7279;
}
.optInfo p[data-v-1ccd6343] {
  height: 40px;
  background: #F6F9FC;
  border: 1px solid #D8E0E6;
  border-radius: 6px;
  line-height: 40px;
  text-indent: 10px;
  margin-bottom: 10px;
}
.upload_box[data-v-1ccd6343] {
  margin-bottom: 10px;
  height: 180px;
  position: relative;
  background: white;
}
.upload_box .img_box[data-v-1ccd6343] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #d8e0e6;
  border-radius: 6px;
  overflow: hidden;
}
.upload_box .img_box .upload_img_show[data-v-1ccd6343] {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
}
.upload_box .img_box .upload_video_show[data-v-1ccd6343] {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
}
.footer[data-v-1ccd6343] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 10px 0;
  background: #fff;
  text-align: center;
  z-index: 99;
}


.v-modal {
  top: 60px !important;
}

.opt_item[data-v-53f2169c] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.opt_item img[data-v-53f2169c] {
  width: 14px;
  margin-right: 5px;
}
.lcdContainer[data-v-53f2169c] {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: baseline;
      align-content: baseline;
}
.lcdContainer .lcd[data-v-53f2169c] {
  width: 600px;
  height: 400px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 20px;
  margin: 20px 0;
  margin-right: 20px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.lcdContainer .lcd .nodata[data-v-53f2169c] {
  width: 300px;
  height: 200px;
  margin-bottom: 30px;
}
.lcdContainer .lcd .activate_btn[data-v-53f2169c] {
  font-size: 16px;
  width: 80px;
  height: 32px;
  background: #2A78F7;
  border-radius: 10px;
  color: white;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.lcdContainer .lcd .activate_btn span[data-v-53f2169c] {
  font-size: 16px;
}
.lcdContainer .lcd .lcd_top[data-v-53f2169c] {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  color: #3C464F;
  font-size: 14px;
  position: relative;
  margin-bottom: 20px;
}
.lcdContainer .lcd .lcd_top .lcd_top_box[data-v-53f2169c] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.lcdContainer .lcd .lcd_top .lcd_top_box .icon_people[data-v-53f2169c] {
  width: 20px;
  height: 24px;
  margin-right: 5px;
}
.lcdContainer .lcd .img_box[data-v-53f2169c] {
  -ms-flex: 1;
      flex: 1;
  width: 100%;
  position: relative;
}
.lcdContainer .lcd .img_box .img_name[data-v-53f2169c] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: rgba(0, 0, 0, 0.3);
  line-height: 60px;
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-indent: 20px;
  z-index: 20;
}
.lcdContainer .lcd .img_box .img[data-v-53f2169c] {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.lcdContainer .lcd .lcd_bottom[data-v-53f2169c] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 20px;
}
.lcdContainer .lcd .lcd_bottom .option_btn[data-v-53f2169c] {
  width: 100px;
  height: 36px;
  color: white;
  font-size: 16px;
  background: #33B230;
  border-radius: 10px;
  margin: 0 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
}
.lcdContainer .lcd .lcd_bottom .btn_green[data-v-53f2169c] {
  background: #33B230;
}
.lcdContainer .lcd .lcd_bottom .btn_blue[data-v-53f2169c] {
  background: #2A78F7;
}
.lcdContainer .lcd .lcd_bottom .btn_orange[data-v-53f2169c] {
  background: #F7642A;
}
.lcdContainer .lcd .lcd_bottom .btn_glod[data-v-53f2169c] {
  background: #F7942A;
}

