.apply_mess{
    text-align: center;
}
.apply_mess_header{
    width: 150px;
    height: 189px;
    position: absolute;
    left: 50%;
    top: -98px;
    margin-left: -75px;
    background-image: url('/images/txbj.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.apply_mess_header img{
    width: 135px;
    height: 135px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -67.5px;
    margin-top: -67.5px;
    border-radius: 50%;
}
.apply_mess{
  padding-top: 100px;
}
.apply_mess h1{
    font-size: 36px;
    font-weight: bold;
    line-height: 70px;
}
.mess_smalltitle{
    font-size: 18px;
    padding-bottom: 20px;
}
.apply_sb{
    display: inline-block;
    width: 340px;
    height: 30px;
    background-color: #009944;
    border-radius: 6px;
    font-size:18px;
    color: #fff;
    line-height: 30px;
}
.apply_main_inputbox{
    padding: 50px 0;
}
.apply_input_title span{
    margin-right: 50px;
}
.apply_mess_text{
    padding: 0 67px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 30px;
}
.apply_mess_text p{
    font-size: 18px;
    color: #111;
    width: 50%;
    line-height:50px;
}
.apply_mess_text p span{
    color: #888;
}
.apply_mess_text p img{
    width: 35px;
    height: 25px;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    margin-right: 10px;
}
.apply_input_title{
    padding-bottom: 10px;
}
.sqs{
    width: 50%;
    height: auto;
}


/*滚动条样式*/
  .apply_main_inner_box::-webkit-scrollbar{/*滚动条整体样式*/
      width:2px;     /*高宽分别对应横竖滚动条的尺寸*/
      height: 2px;
  }
  .apply_main_inner_box::-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_box::-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);
  }