.apply_main_inner{
    top: 0;
    padding: 50px 0;
    /* overflow-y: scroll;
    height: 830px; */
}
.appy_upload{

}
.apply_input_title span{
    margin-right: 55px;

}
.tablebox p span{
    text-align: center;
     padding: 0 10px;
    height: 100%;
    line-height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;      
    border-right: 1px solid #e6e6e6;  
}
.table_title span{
    font-size:18px;    
}
.table_content span{
    font-size: 16px;
}
.tablebox p span:last-child{
    border-right: 0;
}
.table_title{
   height: 65px;
   background-color: #e8f7ee;
}
.table_title,.table_content{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.table_content{
    height: 135px;
    border-bottom: 1px solid #e6e6e6;
}
.tablebox{
    /*min-height: 330px;*/
    max-height: 800px;
    border: 1px solid #9cbca9;
    margin: 0 auto;
    overflow-y: scroll
}

  .tablebox::-webkit-scrollbar{
      width:0;
      height: 0;
  }
  .tablebox::-webkit-scrollbar-thumb{
      border-radius:2px;
      -webkit-box-shadow: inset 0 0 1px rgba(105,174,1,0);
      background: rgba(105,174,1,0.5);
  }
  .tablebox::-webkit-scrollbar-track {
      
      border-radius: 0;
      
       -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.1);
      background: rgba(0,0,0,0.1);
  }
.table_content span img{
    width: 40%;
    height: auto;
}

  .apply_main_inner::-webkit-scrollbar{
      width:2px;
      height: 2px;
  }
  .apply_main_inner::-webkit-scrollbar-thumb{
      border-radius:2px;
      -webkit-box-shadow: inset 0 0 1px rgba(105,174,1,0);
      background: rgba(105,174,1,0.5);
  }
  .apply_main_inner::-webkit-scrollbar-track {
      
      border-radius: 0;
      
       -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.1);
      background: rgba(0,0,0,0.1);
  }
.apply_main{
    /* height: 830px; */
    padding-top: 90px;
    padding-bottom: 40px;
}

.empty{
  text-align: center;
  padding-top: 100px;
}
.empty img{
  width:346px;
  height: 256px;
  margin-bottom: 20px;
}
.empty p{
  font-size: 20px;
  color: #999;
  text-align: center;
  line-height:50px;
}
.table_inner_box{
  width: 100%;
  height: 1216px;
  background-image: url('/images/bg10.png');
  background-repeat: no-repeat;
  padding: 0 100px;
  background-size: 100% 100%;
}
.table_boxobx{
  padding: 20px 100px;
}
.table_top_shop  img{
  width: 155px;
  height: 88px;
  margin-top:0px;
  margin-bottom: 30px;
}
.table_top_shop{
  text-align: center;
}
.table_top_shop h2{
  font-size: 40px;
  color: #000;
  line-height: 100px;
  padding-bottom: 10px;
}
.table_top_shop p{
  font-size: 20px;
  text-indent:40px;
  line-height: 30px;
  padding-bottom: 20px;
  text-align: left;
}
.table_top_shop p span{
  color: #004121;
}
.sm_titile{
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;

}