input,
select,
textarea {
    background: #FFFFFF !important;
    box-shadow: 0 2px 4px 0 rgba(178, 186, 200, 0.30) !important;
    border-radius: 4px !important;
    border-radius: 4px !important;
    height: 34px !important;
}

select {
    padding-right: 10px;
    box-sizing: border-box;
}

input[type=checkbox],
input[type=radio] {
    height: unset !important;
}

.form-control,
.single-line {
    padding: 0 12px;
}

textarea {
    min-height: 100px;
    padding: 6px !important;
}

.form-item-label,
.pt5 {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #000;
    letter-spacing: 0;
    text-align: right;
    height: 34px !important;
    line-height: 34px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 160px;
    font-weight: normal;
}

.checkbox-inline,
.radio-inline {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.form-item-content {
    margin-left: 160px;
}

.panel-heading {
    font-family: PingFangSC-Regular;
    font-size: 14px !important;
    color: #333333 !important;
    letter-spacing: 0;
    background-color: #FFFFFF !important;
    border-bottom: 1px solid #E3E3E3 !important;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.panel-heading span {
    background-image: linear-gradient(141deg, #3694FF 0%, #1D7BFF 100%);
    border-radius: 1px;
    border-radius: 1px;
    width: 4px;
    height: 16px;
    display: inline-block;
    margin-right: 10px;
}

.pt-btn {
    position: absolute;
    right: 15px;
    z-index: 99;
    opacity: 0.8;
    border-radius: 4px;
    border-radius: 4px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #2786FF;
    background: #FFFFFF;
    letter-spacing: 0;
    border: 1px solid #376FF7;
}

.pull-right {
    position: absolute;
    right: 15px;
    z-index: 99;
}

.close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 999;
}

.panel-default {
    border-color: #FFFFFF !important;
    margin-bottom: 0;
}

.tab-content {
    opacity: 0.79;
    background: #F4F8FF;
}

.tab-pane {
    padding: 20px;
    box-sizing: border-box;
}

.panel-body {
    background: #FFFFFF;
    border-radius: 6px;
    border-radius: 6px;
}


table {
    border: 1px solid #ddd;
    color: #333;
    table-layout: fixed;
    empty-cells: show;
    border-collapse: collapse;
    margin: 0 auto;
    width: 100% !important;
}

table th {
    height: 30px;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    background: #f3f3f4;
}

table td,
table th {
    height: 30px;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
}

.form_hide {
    display: none;
}

.form-table thead th:after {
    content: "";
}