 .apply-col {display: flex;}
      
       .apply-col .apply-left{
           padding-top:2.7rem;
           width:17.2rem;
           
       }
      
       .apply-col .apply-left a{
          width:17.2rem;height:4.1rem;border:1px solid #000;border-right:0;display: block;
          line-height:4.1rem;font-size:1.5rem;text-align: center;margin-bottom:1rem;
          cursor: pointer;
      }
      
       .apply-col .apply-left a.active{
           background: #ceff5e;border:1px solid #ceff5e;
       }
      
      .apply-col .apply-right{
          width:71.2rem;height:43.8rem;border:1px solid #000;
          display: flex;align-items:center;position: relative;
      }
      
      .apply-col .apply-right .ibox{
          width:100%;display: flex;align-items: center;margin-bottom:0;
      }
      
      .ibox-content .form-horizontal{
          padding:12px 0;
      }
      
      .ibox-content{
          width:100%;
      }
      
      .apply-right .btn-col{
          position: absolute;right:2rem;bottom:2rem;
      }
      
      
      .apply-right .btn-col .btn{
          width:10rem;height:3.2rem;font-size:1.2rem;display: block;margin:1rem;border-radius: 10rem;
      }
      
      .apply-right .btn-col .btn:hover{
          opacity: 0.7;
      }
      
      .apply-right .btn-col .btn-primary{
          background: #000;border:0;
      }
      
      .apply-right .btn-col .btn-danger{
          background: #ceff5e;border:0;color:#333;
      }
      
      .apply-right .help-block{
          margin-bottom:0;
      }
      
      .form-horizontal .form-group{
          margin-bottom:1.5rem;
      }
      
      .apply-right .checkbox-list input[type="checkbox"]{
          position: relative;top:3px;width:15px;height:15px;
      }
      
      .apply-right .webuploader-pick{
          background: #ceff5e;color:#333;
      }
      
      .login-text .layui-form-checkbox{
          display: none;
      }
      
      
      
      
      