

.up_fileselect{
    position: relative;
    color: #555;
    float: left;
    line-height: 3.3em;
    height: 3.3em;
    width: 10%;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.up_filename{
    color: #555;
    float: left;
    width: 20%;
    line-height: 3.3em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}
.up_filesize{
  background: none;
  color: #555;
  float: left;
  line-height: 3.3em;
  width: 20%;
  text-align: center;
}
.up_filecontrol{
  width: 50%;
  float: left;
  text-align: center;
  line-height: 3.3em;
}
.up_file_btn{
  cursor: pointer;
  margin: 0 10px;
}
.up_file_delete_btn{
  display: inline-block;
  width: 60px;
  height: 30px;
  border: 1px solid #ff4d4f;
  background-color: #fff;
  text-align: center;
  line-height: 30px;
  color: #ff4d4f;
}
.up_file_download_btn{
  display: inline-block;
  width: 60px;
  height: 32px;
  background: #1890ff;
  color: #fff;
  text-align: center;
  line-height: 32px;
  text-decoration: none;
}
.up_file_copy_link_btn{
  display: inline-block;
  height: 32px;
  width: 120px;
  background: #1890ff;
  color: #fff;
  text-align: center;
  line-height: 32px;
}
.up_ontouchbox{
    position: absolute;
    left: 0;
    top: 0;
    height: 3.3em;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.up_progressbox{
    position: absolute;
    left: 0;
    top: 0;
    height: 3.3em;
    width: 100%;
    z-index: 99;
}
.up_progress{
  position: absolute;
  left: 0;
  top: 0em;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.205);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
}

.up_fileitem{
  position: relative;
  background: #e3f1fd;
  height: 3.3em;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top: 1px solid #ffffff;
  cursor: pointer;
}

.up_selectimg{
    width: 1.5em;
    height: 1.5em;
}
.text{
    font-size: 24;
    color: aliceblue;
    margin-right: 13;
}

.drog_tool_tips_name{
  width: auto;
  height: 20px;
  padding: 3px 6px;
  position: absolute;
  top: -20px;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 15px;
  border-radius: 3px;
  background-color: #404040;
}
.drog_tool_tips_triangle{
  width: 0;
  height: 0;
  position: absolute;
  top: 25px;
  left: calc(50% - 10px);
  border-top: 10px solid #404040;
  border-left: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
}