/* 报名 */
.page-baoming {
    font-size: 18px;
    color: #000;
}

.bm-title {
    font-size: 20px;
    line-height: 34px;
    width: 220px;
    margin-left: 30px;
    margin-bottom: 30px;
    background: linear-gradient(90deg, rgba(80, 166, 255, 0.1), #FFFFFF);
    padding-left: 11px;
    color: #50A6FF;
    border-left: 4px solid #50A6FF;
    font-weight: 600;
}

.bm-title.huang {
    background: linear-gradient(90deg, rgba(255, 150, 0, 0.1), #FFFFFF);
    color: #ff8b3d;
    border-left: 4px solid #ff8b3d;
}

.bm-title.lv {
    background: linear-gradient(90deg, rgba(73, 213, 155, 0.1), #FFFFFF);
    color: #49D59B;
    border-left: 4px solid #49D59B;
}

.bm-title.ziliao {
    width: 600px;
    margin-bottom: 10px;
}

.baoming-box .zlzhu {
    font-size: 14px;
    color: red;
    margin-left: 30px;
    margin-bottom: 30px;
}

.page-baoming .page-con {
    position: relative;
    z-index: 10;
}

.page-baoming .page-con .baoming-box {
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 10px;
    width: 100%;
    padding: 20px 60px 0 0;
}

.page-baoming .page-con .baoming-back {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.page-baoming .page-con .item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.page-baoming .page-con .item-box {
    padding-bottom: 30px;
    margin-bottom: 0;
}

.page-baoming .page-con .item-box .el-select {
    flex: 1;
}

.page-baoming .page-con .item-box .el-select .el-input {
    width: 100%;
}

.page-baoming .page-con .item .name {
    width: 170px;
    text-align: right;
    margin-right: 10px;
    padding-left: 7px;
}

.page-baoming .page-con .item-box .name {
    width: auto;
    padding-left: 10px;
}

.page-baoming .page-con .el-input {
    width: 200px;
    font-size: 18px;
}

.page-baoming .page-con .el-textarea {
    width: 200px;
    font-size: 18px;
}

.page-baoming .page-con .el-textarea .el-textarea__inner {
    padding: 5px 10px;
}

.page-baoming .page-con .item-box .el-input {
    font-size: 18px;
}

.page-baoming .page-con .el-date-editor.el-input .el-input__inner {
    padding: 0 30px;
}

.el-select-dropdown {
    max-width: 200px;
}

.el-select-dropdown__item {
    font-size: 18px !important;
    white-space: unset !important;
    overflow: unset !important;
    height: auto !important;
    border-bottom: 1px solid #DCDFE6;
}

.page-baoming .page-con .el-input .el-input__inner {
    padding: 0 5px 0 10px;
}

.page-baoming .page-con .el-radio-group {
    width: 200px;
}

.page-baoming .page-con .el-radio-group .el-radio__label {
    font-size: 18px;
}

.page-baoming .page-con .el-radio-group .el-radio__inner {
    width: 18px;
    height: 18px;
}

.page-baoming .page-con .baoming-img {
    width: 80px;
    height: 80px;
    border-radius: 5px;
    object-fit: contain;
}

.page-baoming .page-con .baoming-img.zhaopianmo {
    width: 82.5px;
    height: 120px;
    border-radius: 5px;
    object-fit: fill;
}

.page-baoming .page-con .baoming-img.zhaopian {
    width: 82.5px;
    height: 120px;
    border-radius: 5px;
}

.page-baoming .page-con .el-upload__tip {
    /* color: rgba(0, 0, 0, 0.54); */
    font-size: 14px;
    color: red;
    margin-top: 0;
}

.page-baoming .submit-btn {
    width: 134px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    border-radius: 23px;
    background-color: #50A6FF;
    font-size: 20px;
    margin: 40px auto 6px;
    cursor: pointer;
}

.page-baoming .page-con .upload-demo {
    width: 200px;
}

/* 报名结果 */
.page-result {
    background: url('/statics/images/login_back.png') no-repeat right bottom;
    background-size: cover;
    justify-content: center;
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.page-result .top-public .top-banner {
    height: auto;
}

.page-result .page-con {
    font-size: 56px;
    color: #FFAF3C;
    font-weight: 600;
    text-align: center;
    padding-bottom: 50px;
    line-height: 70px;
}

.page-result .page-con .con-bian {
    margin-bottom: 10px;
}

.page-result .page-con .bai-box {
    color: #FF3C3C;
}

.page-result .page-con .cheng-box {
    color: #50A6FF;
    background: url(../images/luqu.png) no-repeat;
    background-size: 100% 100%;
    padding: 165px 215px 185px;
    width: 510px;
    box-sizing: content-box;
}

.page-result .page-con .con-file {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 52px;
    background-color: #50A6FF;
    border-radius: 26px;
    justify-content: center;
    width: 182px;
    margin: 20px auto 0;
    cursor: pointer;
}
.page-result .page-con .con-file.fan{
    background-color: #FFAF3C;
}

.page-result .page-con .con-file .icon {
    width: 25px;
    height: 30px;
    margin-right: 6px;
}

.yuan-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 30px;
    /* padding-left: 11px; */
    padding-left: 60px;
    color: #ff8b3d;
    font-weight: 600;
}

.yuan-zhu {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 18px;
    color: red;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 60px;
}

/* 信息确认弹出框 */
/* 弹出框 */
.page-bminfo .el-dialog {
    width: auto;
    background-color: transparent;
    box-shadow: none;
}

.page-bminfo .el-dialog__header {
    display: none;
}

.page-bminfo .el-dialog__body {
    padding: 0 !important;
    background-color: transparent;
}

.page-bminfo .tan-bminfo {
    background-color: #fff;
    border-radius: 10px;
    padding-bottom: 30px;
    
}

.page-bminfo .tan-bminfo .table-box {
    padding: 20px 10px;
    height: 60vh;
    overflow-y: auto;
}
.page-result .page-bminfo{
    position: absolute;
    left: -99999px;
}
.page-result .page-bminfo .table-box{
    max-width: 250mm;
}
.page-result .page-bminfo .table-box .tb1{
    max-height: 10mm;
}
.page-result .page-bminfo .table-bian{
    font-size: 16px;
    text-align: right;
    margin: 10px 0;
    color: #606266;
}
.page-result .page-bminfo .tan-bminfo .table-box{
    height: auto;
}
.page-bminfo .tan-bminfo .table-box .table {
    margin-top: 20px;
}

.page-bminfo .tan-bminfo .table-box .table-title {
    font-size: 36px;
    color: #606266;
    font-weight: 600;
    text-align: center;
    line-height: 36px;
}
.page-result .page-bminfo .tan-bminfo .table-box .table-title{
    font-size: 32px;
}
.page-bminfo .tan-bminfo .table-box .table td {
    font-size: 16px;
    line-height: 20px;
    padding: 5px;
}

.page-bminfo .tan-bminfo .table-box .table .td1 {
    width: 14%;
}

.page-bminfo .tan-bminfo .table-box .table .table-zhao {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.page-bminfo .tan-bminfo .table-box .table .table-pic .el-image__inner {
    max-width: 100%;
    max-height: 100px;
    object-fit: contain;
}

.page-bminfo .tan-bminfo .dialog-footer {
    margin-top: 10px;
}
.page-bminfo .tan-bminfo .dialog-footer .tanbm-zhu{
    display: block;
    width: 100%;
    color: red;
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
}
.page-bminfo .tan-bminfo .dialog-footer .btn {
    width: 138px;
    line-height: 61px;
    background-color: #EEEEEE;
    border-radius: 10px;
    text-align: center;
    font-size: 28px;
    color: #666666;
    cursor: pointer;
}

.page-bminfo .tan-bminfo .dialog-footer .btn.primary {
    background-color: #FF8B3D;
    color: #fff;
    margin-left: 20px;
}

.page-bminfo .tan-bminfo .dialog-footer .btn.dayin {
    background-color: #50A6FF;
    color: #fff;
    margin-left: 20px;
}