@media (max-width: 767px) {
  .design_img_box .shade_dialog {
    opacity: 0;
  }
  .design_img_box .img_editor {
    opacity: 0;
  }
  
  .el-scrollbar .el-scrollbar__bar {
    opacity: 1 !important;
  }
  #new_design_app .type_box {
    width: 100%;
    background: white;
  }
  #new_design_app .data_box {
    width: 100%;
    display: none;
    padding: 25px 0 0 15px;
  }
  .close_iframe {
    right: 15px;
  }
  .back_box {
    height: 40px;
    display: flex;
    align-items: center;
  }
  .back_box .img {
    width: 24px;
  }
  .type_box .search_box {
    background: #f5f5f5;
    margin: 15px 60px 5px 15px;
  }
  .type_box .search_box .el-input__inner {
    background: #f5f5f5;
  }
  .new_select .el-input__inner {
    height: 43.5px;
    border: 1px solid #e5e5e5;
  }
  .type_box .unit_box {
    height: calc(100% - 60px);
  }
  .new_title {
    margin-bottom: 12px;
  }
  .data_wrap {
    padding: 0;
    height: calc(100% - 80px);
  }
  .data_wrap .new_input {
    margin: 0;
    height: 44px;
    -webkit-appearance: none;
  }
  .data_wrap .lock_icon {
    margin: 0 5px;
  }
  .data_wrap .new_select {
    width: 100px;
    margin-left: 7px;
  }
  .data_wrap .new_btn {
    display: block;
    margin-left: 0;
    width: calc(100% - 15px);
    margin-top: 20px;
    height: 44px;
    line-height: 44px;
    font-size: 15px;
  }
  .unit_template .tags_box {
    overflow-y: hidden;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    width: calc(100% - 15px);
  }
  .unit_template .tpl_box {
    width: calc(50% - 15px);
    margin: 0 15px 10px 0;
  }
  .check_type {
    font-size: 17px;
    color: #333333;
    display: inline-block;
    height: 40px;
  }
  .check_type .img {
    width: 20px;
    margin-left: 3px;
  }
  .check_type .type_box_check {
    position: fixed;
    width: 100%;
    height: auto;
    max-height: 50%;
    overflow: hidden;
    overflow-y: scroll;
    left: 0;
    top: 100px;
    z-index: 1000;
    height: calc(100% - 100px);
    background: rgb(0, 0, 0, 0.6);
  }
  .design_type_list {
    width: 100%;
    /* height: calc(100% - 100px); */
    height: auto;
    overflow-y: auto;
    background: white;
  }

  .design_type_list .unit_wrap {
    padding: 10px 15px;
    color: #333333;
    font-size: 14px;
    cursor: pointer;
  }
  .design_type_list .unit_wrap span {
    font-size: 12px;
    color: #999999;
    margin-left: 10px;
  }
  .mc-tool {
    display: inline-block !important;
  }
  .design_img_box .tool .collect {
    width: 20px;
    height: 20px;
    background: url(../img/collectMc.png) no-repeat center center / 20px auto;
  }

  .collected {
    background: url(../img/collectedMc.png) no-repeat center center / 20px auto !important;
  }
  .collect:hover {
    background: none !important;
  }
  .collected:hover {
    background: none !important;
  }

  /* 去掉滚动条 */
  ::-webkit-scrollbar {
    display: none;
  }

  ::-webkit-scrollbar-track {
    background-color: none;
  }

  ::-webkit-scrollbar-thumb {
    background-color: none;
  }

  ::-webkit-scrollbar-thumb:hover {
    background-color: none;
  }

  ::-webkit-scrollbar-thumb:active {
    background-color: none;
  }
  /* 新增新建设计样式 */
  .title_container {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    font-size: 17px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    display: flex;
    align-items: center;
  }
  .back_box_container {
    height: 50px;
  }
  .data_box_container {
    padding-top: 0 !important;
  }
  .close_iframe_ct {
    top:15px !important;
    width: 20px;
    height: 20px;
  }
  .w_d_desc {
    padding: 10px 15px 25px 0;
  }
  .w_d_desc span {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 21px
  }
  .unit_template_container .tags_box, .unit_template_container{
    margin-top: 0 !important;
  }
  .unit_template_container .image_box {
    margin-top: 15px;
  }
  .unit_template_container .tags_box a {
    margin-bottom: 0 !important;
  }
  .design_img_box_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #eeeeef;
  }
  .new_d_edit {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
  }
  .design_img_box_container .new_d_edit i{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    background: url(../img/n_d_go_edit.png) no-repeat center center / 12px auto !important;
  }
  .design_img_box_container .size {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 17px;
    margin-top: 2.5px;
  }
  .find_click_sort_list {
    position: fixed;
    left: 0;
    top: 50px;
    width: 100%;
    height: calc(100% - 50px);
    overflow: hidden;
    z-index: 100;
    background: rgb(0, 0, 0, 0.6);
  }
  .find_click_sort_list .design_type_list {
    padding: 15px 0;
    height: 70%;
  }
}
@media (max-width: 414px) {
  .data_wrap .new_input {
    width: 97px;
  }
}

@media (max-width: 320px) {
  .data_wrap .new_input {
    width: 64px;
  }
}
