/*报名相关列表*/
.apply-from h3{font-size:18px;margin:20px 0 12px 0}
.apply-from .el-form-item__label{border:1px solid #dcdfe6;margin-right:10px;height:40px;border-radius:3px;box-sizing:border-box;padding:0 8px;width:150px;text-align:left}
.apply-from .el-input{width:300px}
.apply-from .apply-upload .el-form-item__label{height:148px;padding:50px 5px}
.apply-from .tips{font-size: 13px;color: #f56c6c;margin-bottom: 10px;}
.apply-from .el-input-group__append{width: 69px;text-align: center;}
.apply-from .el-upload-list--picture-card{line-height: 0}


.apply-from .apply-radio{display: flex;flex-flow: column;margin: 15px 0;}
.apply-from .apply-radio .el-form-item{margin-bottom: 30px;}
.apply-from .apply-radio .el-form-item .text{color: #0a8cd2;}
.apply-from .apply-radio .el-form-item__content{line-height: 0;}


.apply-from .el-input-group--append .el-upload{width: 100%;height: 100%;}


/*表格*/
.table-list{width: 934px;margin-bottom: 20px;}
.table-list ul li{display: flex;}
.table-list ul li:first-child span{background: #f5f7fa}
.table-list ul li span{flex: 1;text-align: center;font-size: 13px;border: 1px solid #dcdfe6;height: 38px;display: flex;justify-content: center;align-items: center;}
.table-list ul li span:nth-child(5){flex: 1.3}
.table-list ul li span:nth-child(1){flex: 0.5}
.table-list ul li span:nth-child(9){flex: 0.7}

/* 提交按钮*/
.apply-btn-box{text-align:center;margin:20px 0 60px 0}
.apply-btn{display:inline-block;cursor:pointer;background:#fff;border:1px solid #dcdfe6;color:#606266;text-align:center;padding:10px 20px;font-size:14px;border-radius:4px;width:130px;line-height: 1}
.apply-btn.submit{color:#fff;background-color:#409eff;border-color:#409eff}
.apply-btn-box .hide{display: none;}
.apply-btn-box  .el-button{width: 130px;height: 36px;line-height: 0;}