*{
  padding: 0;
  margin: 0;
}
.app_outbox{
  width: 100%;
  min-height: 100%;
  background: #fff;
  overflow: hidden;
}
.app_header{
  width: auto;
  height: 20%;
}
.ah_title{
  width: 100%;
  height: 30px;
  padding: 15px;
  font-size: 26px;
}
// 下边大盒子
.app_box{
  position: relative;
  width: 100%;
  height: 80%;
  background: #eeeeee;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
// 左侧侧边栏
.app_newLeft{
  min-width: 11%;
  min-height: 93.5vh;
  background-color: #103252;
  overflow: hidden;
}
// 菜单 ul
.app_ul_cd{
  width: 100%;
  list-style: none;
  text-decoration: none;
  color:#a6adb4;
  padding-left: 0;
  margin: 0;
}
.app_li_cd_title{
  width: 100%;
  height: 50px;
  white-space: nowrap;
  text-align: center;
  text-overflow: ellipsis;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.app_li_cd_search{
  width: 100%;
  min-width: 10%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}
.app_li_cd_search_input{
  width: 90%;
  min-width: 10%;
  height: 25px;
  text-indent: 15px;
  color: #002e58;
  font-size: 15px;
}
.app_li_cd{
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-indent: 28px;
  overflow: hidden;
  cursor: pointer;
}
// 右侧主要区域
.app_newRight{
  width: 88%;
  min-height: 80%;
  margin-left: 10px;
  margin: 15px;
  padding:0 10px;
  background-color: #fff;
  box-shadow: 0 0 4px #9e9e9e;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.app_nr_header{
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin: 5px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #dbdbdb;
  display: flex;
  align-items: center;
}
.app_nh_open_name{
  min-width: 5%;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 600;
}
.app_nh_add_file{
  margin-left: 6%;
  margin-right: 5%;
  font-size: 18px;
  display: flex;
  align-items: center;
}
.ansf_input{
  width: 48%;
  height: 30px;
  font-size: 16px;
  outline: none;
  border: none;
  text-indent: 12px;
}
.ansf_sure_add_btn{
  margin-left: 18px;
  font-size: 15px;
  display: inline-block;
  width: 80px;
  text-align: center;
  height: 30px;
  padding: 1.5px;
  line-height: 30px;
  color: #fff;
  background-color: #1890ff;
  border: 1px solid#5ea4ff;
  cursor: pointer;
  transition: all .3s ease;
}
.ansf_sure_add_btn:hover{
  background-color: #0070da;
}
.app_nr_content{
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  overflow: hidden;
}

.app_right{
  width: 100%;
  min-height: 600px;
}

.app_search{
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  background-color: rgb(204, 232, 255);
  justify-content: space-between;
  padding-left: 3.7%;
  padding-right: 3.5%;
  box-sizing: border-box;
}
.as_searchinput{
  width: 500px;
  height: auto;
  font-family: Microsoft JhengHei;
  font-weight: 600;
}
.app_input{
  margin-left: 2%;
  height: 30px;
  width: 60%;
  text-indent: 15px;
  color: #696969;
  font-size: 16px;
}
.app_input:active{
  outline: none;
  border: none;
}
.app_searchBtn{  
    width: 80px;
    height: 36px;
    // margin-left: 39%;
    background-color: white;
    outline: none;
    border: 2px solid white;
    border-radius: 7px;
    font-size: 15px;
    
}
.app_lfbox{
    width: 100%;
    height: 500px;
}
.app_lffile{
    width: 100%;
}
.createFileBox{
    width: 100%;
    height: 30px;
}
.app_addfilebox{
    width: 100%;
    height: 44.8px;
    border-top: 1px solid white;
    background-color: rgb(204, 232, 255);
    display: flex;
    align-items: center;
    // justify-content: space-between;
    padding-left: 3.7%;
    // padding-right: 29.5px;
    box-sizing: border-box;
    position: relative;
    
}
.aa_addinput{
  width: 500px;
  height: auto;
  font-family: Microsoft JhengHei;
  font-weight: 600;
}
.app_addfileInput{
  margin-left: 2%;
  height: 30px;
  width: 60%;
  text-indent: 15px;
  color: #696969;
  font-size: 16px;
}
.app_addfileBtn{
    width: 100px;
    height: 30px;
    color: rgb(0, 0, 0);
    font-size: 16px;
    cursor: pointer;
    background-color: rgb(204, 232, 255);
    outline: none;
    border-width: 2px;
    border-style: solid;
    border-color: white;
    border-radius: 35px;
    font-size: 14px;
    transition: all .3s ease;
}
.app_addfileBtn:hover{
  background-color: rgb(167, 215, 253);
}
.addfileBtn_box{
    width: 18.55%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

// 遮罩
.copy_render_input_bigbox{
  display: none;
}
.up_file_mask{
  width: 100%;
  height: 100vh;
  background: #000;
  opacity: .5;
  position: absolute;
  z-index: 9;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.up_file_mask::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}
.copy_render_input_outbox{
  width: 820px;
  height: 180px;
  padding: 5px 10px;
  background: #fff;
  position: absolute;
  z-index: 9999;
  top: 200px;
  left: 500px;
  box-shadow: 0 0 5px #696969;
  border-radius: 3px;
}
.copy_render_input{
  width: 80%;
  height: 15%;
  font-size: 17px;
  position: absolute;
  top: 40%;
  left: 5%;
}
.copy_render_close_btn{
  display: inline-block;
  width: 60px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #1890ff;
  color: #fff;
  position: absolute;
  bottom: 20px;
  right: 50px;
  border-radius: 3px;
  cursor: pointer;
}
.copy_render_header{
  margin: 10px;
  width: 88%;
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
}