main {
    margin: 0 20px 22px;
}

.post {
    padding: 23px 24px;
    z-index: 1;
    position: sticky;
    display: flex;
    justify-content: space-between;
}

.card {
    position: relative;
    background-color: #f0f4f9;
    border-radius: 10px;
    overflow: hidden;
}

.btns-pay {
    align-items: center;
}

.btns-pay .text {
    margin-top: 10px;
    font-size: 12px;
}


.card .bag {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
}

.setting {
    margin-top: 10px;
}

.post-title {
    font-size: 20px;
    font-weight: 600;
    color: #3d3d3d;
    margin-bottom: 6px;
}

.post-tips {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    padding-right: 120px;
}

/* tabs */
.tabs,
.search-item,
.table {
    display: flex;
    margin-top: 22px;
}

.tab {
    margin-right: 32px;
    cursor: pointer;
}

.tab .name {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}

.tab .line {
    width: 100%;
    height: 3px;
    background: #fff;
    margin: 14px 0 0 0;
}

.tab.active .name {
    font-size: 14px;
    font-weight: 500;
    color: #3d3d3d;
    width: max-content;
}

.tab.active .line {
    width: 100%;
    height: 3px;
    background: #2164fa;
    border-radius: 2px 2px 0px 0px;
}

/* search */
.search {
    margin-right: 15px;
}

.label-name {
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    /*font-weight: 600;*/
    color: #3d3d3d;
    margin-bottom: 16px;
}

.main .el-tabs .el-tabs__nav .el-tabs__item {
    /*font-size: 16px;*/
    /*font-weight: 600;*/
}

.el-dialog .message {
    padding: 10px 0;
    color: #cccccc;
}

.avatar-uploader .el-upload {
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.avatar-uploader .el-upload:hover {
    border-color: #409eff;
}

.avatar-uploader-icon {
    font-size: 28px;
    color: #8c939d;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
}

.avatar {
    width: 100px;
    height: 100px;
    display: block;
}

.upload-box {
    position: relative;
    width: 100px;
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
}

.upload-box .el-icon-circle-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    font-size: 20px;
    cursor: pointer;
}

.invoice_content {
    margin-top: 60px;
}

.invoice_content .content_tit {
    font-size: 24px;
    font-weight: 500;
    color: #3d3d3d;
    text-align: center;
}

.invoice_content .content_desc {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    margin: 20px auto 30px;
    text-align: center;
}

.invoice_content .content_card {
    width: 610px;
    height: 280px;
    background: #ffffff;
    border-radius: 10px;
    border: 1px dashed #dddddd;
    padding: 40px 38px;
}

.invoice_content .content_card img {
    width: 40px;
    height: 40px;
}

.invoice_content .content_card .tit {
    font-size: 16px;
    font-weight: 500;
    color: #3d3d3d;
    line-height: 16px;
}

.invoice_content .content_card .desc {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin-top: 10px;
}

.app_primary_button {
    height: 46px;
    background: #2164fa;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    border: none;
    outline: none;
    cursor: pointer;
}

.mt50 {
    margin: 50px auto 0;
}

.app_info_button {
    height: 46px;
    background: #eee;
    border-radius: 6px;
    color: #3d3d3d;
    font-size: 14px;
    border: 1px solid #eee;
    outline: none;
    cursor: pointer;
}

.invoice_create {
    width: 630px;
    margin-top: 30px;
}

.app_steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 40px;
}

.app_steps .line {
    width: 160px;
    height: 1px;
    background-color: #eee;
    margin: 0 20px 0;
}

.app_step {
    font-size: 16px;
    font-weight: 500;
    color: #3d3d3d;
}

.app_step .dot {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #c0c4cc;
    margin-right: 8px;
    color: #c0c4cc;
}

.app_steps .active {
    font-weight: 500;
    color: #3d3d3d;
}

.app_steps .active .dot {
    border: none;
    background: #0256ff;
    color: #fff;
}

.invoice_upload {
    width: 190px;
    height: 120px;
    border-radius: 6px;
    border: 1px dashed #eeeeee;
}

.invoice_upload .el-icon-plus {
    font-size: 20px;
    color: #c0c4cc;
}

.w-184 {
    width: 184px;
}

.w-130 {
    width: 130px;
}

.up_pic {
    width: 190px;
    height: 120px;
}

.result {
    padding-top: 250px;
}

.result_pic {
    width: 30px;
    height: 30px;
}

.result_txt {
    font-size: 24px;
    font-weight: 500;
    color: #3d3d3d;
    padding-left: 10px;
}

.result_desc {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    margin: 15px 0 30px;
}

.price_num {
    font-size: 24px;
    font-weight: 500;
}

.pay_invoice_label {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}

.pay_invoice_price {
    font-size: 30px;
    font-weight: 700;
    color: #ff0000;
    line-height: 40px;
}

.pay_invoice_symbel {
    font-size: 14px;
    font-weight: 400;
    color: #ff0000;
    line-height: 20px;
}

.pay_invoice_year {
    font-size: 30px;
    font-weight: 500;
    color: #3d3d3d;
    line-height: 42px;
}

.pay_invoice_btn {
    width: 100%;
    height: 45px;
    background: #2164fa;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    margin-top: 50px;
}

.invoice_create_card {
    border: 1px solid #A15F3B;
    /*border-radius: 6px;*/
    /*padding: 30px;*/
}

.invoice_create_card .tit {
    font-size: 12px;
    font-weight: 400;
    color: #A15F3B;
    writing-mode: vertical-rl;
    /*margin-bottom: 30px;*/
}

.app-invoice .invoice_create_card .el-input__inner {
    height: 32px;
}

.app-invoice .invoice_create_card .el-form-item__label {
    font-size: 12px;
    font-weight: 400;
    color: #A15F3B;
}

.app-invoice .invoice_create_card .el-form-item {
    margin-bottom: 14px;
}

.app-invoice .invoice_create_card {
    display: flex;
    width: 50%;
}

.app-invoice .invoice_create_card .title {
    width: 35px;
    border-right: 1px solid rgb(161, 95, 59);
    text-align: center;
    display: flex;
    align-items: center;
}

.app-invoice .action {
    padding: 10px 20px;
    border: 1px solid #A15F3B;
    border-top: none;
}

.app-invoice .el-table th.el-table__cell > .cell {
    font-size: 12px;
}

.app-invoice .create-invoice {
    border: 1px solid #A15F3B;
    border-top: none;
}

.app-invoice .create-invoice .el-input__inner {
    height: 32px;
    font-size: 12px;
    font-weight: 400;
    line-height: 32px;
}

.fixed_bottom {
    width: 100%;
    height: 72px;
    font-size: 12px;
    font-weight: 400;
    position: fixed;
    bottom: 0;
    background-color: #fff;
    box-shadow: 0px -4px 8px 0px rgba(0, 0, 0, 0.05);
}

.app-invoice .create-invoice .el-input-group__prepend {
    font-size: 12px;
}

.app-invoice .create-invoice .el-input-group__prepend .el-icon-more {
    color: #2164FA;
}

.app-invoice .el-button {
    font-size: 12px;
    font-weight: 400;
}

.app-invoice .el-switch__label * {
    font-size: 12px;
    font-weight: 400;
}

.el-table::before {
    display: none;
}

.mb100 {
    margin-bottom: 100px;
}

/*.open_invoice_btn {*/
/*    margin-right: 300px;*/
/*}*/

.input_width {
    width: 340px;
}

.mt100 {
    margin-top: 100px;
}

.section .title {
    padding-left: 10px;
    border-left: 3px solid #1890ff;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    color: #3d3d3d;
}

.section .list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-top: 20px;
    padding-left: 14px;
}

.section .item {
    flex: 0 0 calc(100% / 2);
    display: flex;
    font-size: 14px;
    color: #3d3d3d;
    margin-bottom: 14px;
}

.section .item .label {
    width: 70px;
    text-align: right;
    color: #999;
}

.section .value {
    flex: 1;
}

.apply_for {
    font-size: 14px;
    color: #2164fa;
}

.work_section .section_tit {
    font-size: 18px;
    font-weight: 500;
    color: #3d3d3d;
    line-height: 18px;
    padding-left: 8px;
    border-left: 3px solid #2164fa;
    margin-bottom: 30px;
}

.section_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-row-gap: 26px;
    grid-column-gap: 40px;
}

.section_item {
    font-size: 14px;
    color: #3d3d3d;
}

.photo_box {
    width: 190px;
    height: 120px;
    background: #f0f4f7;
    border-radius: 6px;
    padding: 7px;
}

.photo_box div {
    width: 100%;
    height: 100%;
}

.photo_box .el-upload {
    width: 100%;
    height: 100%;
}

.photo_box .el-upload img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_desc {
    font-size: 14px;
    color: #999;
}

.xbox {
    display: flex;
    justify-content: space-between;
}

.el-dropdown-menu {
    width: 117px;
    text-align: center;
}

.el-descriptions-item__content .el-image {
    margin-left: 10px;
}

.flex {
    display: flex;
}

.w50 {
    width: 50%;
}

.mr10 {
    margin-right: 10px;
}
