html {
    overflow: auto;
}

.new-theme {
    margin: 0;
    background-color: #efefef;
    min-width: 1320px;
}

.new-theme * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
}

.new-theme ul,
.new-theme p,
.new-theme menu {
    margin: 0;
    padding: 0;
}

.new-theme h1,
.new-theme h2,
.new-theme h3,
.new-theme h4,
.new-theme h5,
.new-theme h6 {
    font-weight: normal;
    margin: 0;
}

.new-theme li {
    list-style: none;
}

.new-theme select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    background-image: url("../../images/new-theme/arrow-down.png");
    background-size: 8px 5px;
    background-position: right center;
    background-repeat: no-repeat;
    border: 1px solid #e5e5e5;
    color: #333;
    border-radius: 4px;
}

.new-theme select::-ms-expand {
    display: none;
}

.new-theme .pointer {
    cursor: pointer;
}

.new-theme .tabs {
    border-bottom: 1px solid #e5e5e5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.new-theme .tabs .tab-item {
    padding: 16px 0;
    bottom: -1px;
    position: relative;
    cursor: pointer;
    font-size: 16px;
}

.new-theme .tabs .tab-item+.tab-item {
    margin-left: 30px;
}

.new-theme .tabs .tab-item.active {
    border-bottom: 2px solid #C71200;
    color: #000;
}

.new-theme .tabs .tab-item .badge {
    color: #C71200;
}

.new-theme .in_body {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}


.new-theme .leftBar_par {
    margin: 20px 16px;
    background-color: #fff;
    width: 250px;
    margin-right: 0;
    flex-shrink: 0;
}

.new-theme .leftBar {
    margin: 0;
    float: none;
    border: none;
    display: block;
    width: 100%;
    border-top: 4px solid #C71200;
}

.new-theme #main-transaction-area {
    width: auto;
}

.new-theme .leftBar .carousel-moveable-item {
    border-bottom: 1px solid #e5e5e5;
}

.new-theme .leftBar .menu_icon_active {
    background-color: #C81705;
}

.new-theme .leftBar .menu_icon_active .menu_icon_title {
    color: #fff;
    font-size: 16px;
}

.new-theme .leftBar .menu_icon_title {
    padding-left: 24px;
    background: none !important;
    font-size: 14px;
    color: #333;
}

.new-theme .leftBar .menu_icon_con {
    border: none;
}

.new-theme .leftBar .menu {
    width: auto;
    background-color: inherit;
    padding: 0;
    margin: 10px 0;
}

.new-theme .leftBar .menu-carousel-item {
    padding-left: 0 16px 0 46px;
    height: 40px;
    line-height: 40px;
    width: auto;
    background: none;
}

.new-theme .leftBar .menu-carousel-item:hover,
.new-theme .leftBar .menu-carousel-item-active {
    color: #C81705;
    background-color: #FFF9F9;
    font-weight: normal;
}

.new-theme .form_tit {
    background: #F7F7F7;
    border-radius: 4px;
    padding: 9px 27px 9px 29px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    width: auto;
    height: auto;
    border-radius: 4px;
    position: relative;
    margin-left: 20px;
    display: inline-block;
    letter-spacing: auto;
    font-family: PingFangSC-Medium;
    margin-top: 16px;
}

.new-theme .form_tit:before {
    position: absolute;
    content: '';
    left: 17px;
    width: 4px;
    height: 12px;
    top: 50%;
    margin-top: -5px;
    background-color: #C81705;
    border-radius: 2px;
}

.new-theme .in_body .in_bg {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    float: none;
    margin: 20px 0;
    padding: 0 20px;
    background-color: #fff;
    border: none;
}

.new-theme .in_body .in_bgs {
    margin: 20px;
}

#indexPage {
    margin: -20px;
    background-color: #efefef;
}

.new-theme table {
    width: 100% !important;
    margin: 0 !important;
}

.new-theme td {
    padding: 18px 16px !important;
    font-size: 14px;
    white-space: nowrap;
}

.new-theme thead td {
    background: #d9d9d9;
    color: #504f4f;
    font-weight: bold;
    text-align: center;
    border: 1px solid #dedede;
}

.new-theme tbody td {
    border: 1px solid #dbdbdb;
    text-align: center;
}

.new-theme thead td {
    background-color: #F4F4F4
}

.new-theme .form_con_bg {
    margin: 12px 20px;
    width: auto;
}

.new-theme .table_form {
    margin-top: 0;
}

.new-theme .turn-page-bar {
    margin-top: 17px;
    width: auto;
}

.new-theme .jump-turn-page,
.new-theme .prev-turn-page,
.new-theme .turn-page-btn {
    color: #C81705;
    border-color: #C81705;
    margin: 0 5px;
}

.new-theme .input-page {
    margin: 0 5px;
}

.new-theme .turn-page-btn:hover,
.new-theme .turn-page-btn.active,
.new-theme .jump-turn-page:hover {
    background-color: #C81705;
    color: #fff;
}

.select_select div>select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    background-image: url("../../images/new-theme/arrow-down.png");
    background-size: 8px 5px;
    background-repeat: no-repeat;
    border: 1px solid #e5e5e5;
    color: #333;
    border-radius: 4px;
    padding: 0 32px 0 12px;
    height: 44px;
    margin: 0;
    background-position: right 12px center;
}

.select_inner,
.select_select,
.select_select>div {
    height: auto;
    background: none;
    margin: 0;
    padding: 0;
}

.input_inner,
.input_input {
    height: auto;
    background: none;
    margin: 0;
    padding: 0;
    border: none;
}


.input_input.with-suffix-icon {
    position: relative;

}

.input_input.with-suffix-icon input {
    padding-right: 30px;
}

.input_input .icon-search {
    position: absolute;
    width: 16px;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
}

.input_input input[type="text"],
.input_input input[type="number"],
input[type="text"],
input[type="number"] {
    height: 44px;
    padding: 0 10px;
    border-radius: 4px;
    border: 1px solid #E5E5E5;
    /* text-align: center;  */
}

input.input-page {
    padding: 2px 5px 2px;
    height: auto;
    border-radius: 0;
}

textarea {
    padding: 14px;
    border-radius: 4px;
    border: 1px solid #E5E5E5;
    outline: 0;
}

.input_inner#main {
    width: auto;
    height: auto;
    border: none;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-direction-column {
    flex-direction: column;
}

.flex-grow {
    flex-grow: 1;
}

.window-title .window-mainTitle {
    padding: 0 20px;
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.progress {
    width: auto;
}

.prodrool {
    display: none;
}

.progress .protext {
    text-align: center;
    counter-reset: listCounter;
    padding-top: 60px;
}

.protext span {
    width: auto !important;
    text-align: left;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    counter-increment: listCounter;
    position: relative;
    color: #999;
}

.protext span:before {
    content: counter(listCounter);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #dadada;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    position: absolute;
    left: calc((100% - 320px)/2);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: -25px;
    color: #fff;
}

.protext span:last-of-type:after {
    display: none;
}

.protext span:last-of-type:before {
    left: 50%;
}

.protext span:after {
    content: '';
    display: block;
    width: 320px;
    height: 2px;
    background-color: #EDEDED;
    margin-left: 0;
    margin-top: -42px;
}

.protext span.active {
    color: #333;
}

.protext span.active:before {
    background-color: #C71200;
    color: #fff;
}

.protext span.active:after {
    background-color: #C71200;
}

.new-theme .clew_tit p {
    padding-left: 20px;
}

.form_float_oper {}

.form_float_oper a {
    color: #1A63E9;
    background: none;
}

.form_float_oper a:hover {
    background: none;
    text-decoration: underline;
    color: #1A63E9;
}


.new-theme .alert_tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #C81705;
}

.common-smallsub-window .window-head {
    background-color: #C81705;
    margin: 0;
}

.window-body td {
    font-size: 12px;
    padding: 10px !important;
}

.common-smallsub-window .float-btn.close {
    margin-right: 20px;
}

.alert_oper {
    height: auto;
}

.table_oper {
    height: auto;
    overflow: auto;
    padding: 0;
    margin: 40px 0;
}

.table_oper p {
    height: auto;
    overflow: auto;
}

.new-theme .spanbt {
    background-color: #C81705;
}

.new-theme .spanbt,
.new-theme .spanbt2 {
    font-size: 14px;
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    border-radius: 3px;
}

.new-theme .spanbt+.spanbt,
.new-theme .spanbt2+.spanbt2 {
    margin-left: 12px;
}

.new-theme .spanbt i,
.new-theme .spanbt2 i {
    padding: 0;
    height: auto;
}

.new-theme .spanbt button,
.new-theme .spanbt2 button {
    height: auto;
    line-height: normal;
    padding: 12px 30px;
    border: 0 none;
    background: none;
    font-size: 15px;
    font-weight: normal;
    color: #ffffff;
}

.window-body {
    width: 100% !important;
}

.window-body>div {
    width: 100% !important;
}

.common-form.single-column .grid-group {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}

.form-group.colspan-2 {
    grid-column-end: 3;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
}

.common-form.single-column .form-group {
    padding: 0 200px;
}

.common-form {
    max-width: 1096px;
    margin: 0 auto;
    padding: 0 20px;
}

.common-form input[type="text"] {
    width: 240px;
    min-width: 240px;
}

.common-form select {
    width: 240px;
    min-width: 240px;
    height: 44px;
    padding: 0 32px 0 12px;
    background-position: right 12px center;
}

.common-form textarea {
    width: 420px;
    min-height: 8em;
    outline: 0;
}

.new-theme .group-title {
    background: #F7F7F7;
    border-radius: 4px;
    padding: 9px 27px 9px 29px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    width: auto;
    height: auto;
    position: relative;
    letter-spacing: auto;
    text-align: left;
    margin-top: 30px;
}

.new-theme .group-title:before {
    position: absolute;
    content: '';
    left: 17px;
    width: 4px;
    height: 12px;
    top: 50%;
    margin-top: -5px;
    background-color: #C81705;
    border-radius: 2px;
}

.common-form .grid-group {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
}

.common-form .grid-group .action {
    margin-left: 10px;
}

.common-form .grid-group .link-action {
    color: #1A63E9;
    font-size: 12px;
    cursor: pointer;
}

.common-form .grid-group .button-action {
    color: #C81705;
    padding: 7px 10px;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    border: 1px solid;
    display: inline-block;
}

.filter-form .grid-group .action {
    margin-left: 10px;
}

.filter-form .grid-group .link-action {
    color: #1A63E9;
    font-size: 12px;
    cursor: pointer;
}

.filter-form .grid-group .button-action {
    color: #C81705;
    padding: 7px 10px;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    border: 1px solid;
    display: inline-block;
    background: none;
}


.common-form .form-group {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.common-form .form-group:nth-of-type(even) {
    -ms-grid-column: 2;
}

.common-form .form-group .valid-tip {
    position: absolute;
    left: 0;
    bottom: -20px;
    padding-left: calc(140px + 8px);
    font-size: 12px;
    color: #C81705;
}

.common-form .form-group .label {
    margin-right: 8px;
    width: 140px;
    text-align: right;
}

.form-group .label .required-symbol {
    font-size: 14px;
    color: #C81705;
    position: relative;
    top: 3px;
    margin-right: 3px;
}

.common-form .file-uploader {}

.common-form .file-uploader .file-list {}

.common-form .file-uploader .file-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    color: #999;
    margin-top: 15px;
}

.common-form .file-uploader .file-list li .icon-remove {
    cursor: pointer;
    margin-left: 5px;
    color: #333;
}

[name="contractTD"]+[name="contractTD"],
[name="invoiceTD"]+[name="invoiceTD"] {
    margin-top: 10px;
}

.new-theme .ui-datepicker-calendar td {
    padding: 1px !important;
}

.filter-form {
    padding: 30px 20px;
    font-size: 14px;
}

.filter-form .to {
    margin: 0 8px;
}


.filter-form input[type="text"] {
    min-width: 0;
    height: 34px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}


.filter-form select {
    height: 34px;
    width: 100px;
    min-width: 100px;
    padding: 0 32px 0 12px;
    background-position: right 12px center;
}

.filter-form .grid-group {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 0px;
}

.filter-form .form-group {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 15px;
    
}

.filter-form .form-group [data-toggle="datapick"] {
    padding: 0 4px;
}

@media (min-width: 1600px) {
  .filter-form .form-group [data-toggle="datapick"] {
    padding: 0 10px;
  }
}


.filter-form .form-group + .form-group {
	margin-left: 15px;
}

.filter-form .form-group:nth-of-type(2) {
    -ms-grid-column: 2;
}


.filter-form .form-group:nth-of-type(3) {
    -ms-grid-column: 3;
}

.filter-form .form-group .valid-tip {
    position: absolute;
    left: 0;
    bottom: -20px;
    padding-left: calc(140px + 8px);
    font-size: 12px;
    color: #C81705;
}

.filter-form .form-group .valid-tip1 {
    position: absolute;
    left: -40px;
    bottom: -14px;
    padding-left: calc(140px + 8px);
    font-size: 12px;
    color: #C81705;
}

.filter-form .form-group .label {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 6px;
    width: 8em;
    text-align: right;
}

.filter-form .form-group .label+* {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
}

.filter-form .spanbt {
    height: 34px;
}

.spanbt.btn-reset {
    background: #fff;
    border: 1px solid #C81705;
    border-radius: 4px;
}

.spanbt.btn-reset button {
    color: #c81705;
}

.table_form {
    width: auto;
    margin: 0 20px;
}

.overflow-x-auto {
    overflow-x: auto;
}

.tab-container {
    margin: 12px 20px;
}

.tab-container .tab-content {
    margin-top: 26px;
}

.table-info-bar {
    font-size: 14px;
    color: #71768B;
    margin-bottom: 10px;
}

.table-action-bar {
    margin-bottom: 20px;
}

.table-info-bar div {
    display: inline-block;
}

.table-info-bar div+div {
    margin-left: 20px;
}

.btn-remove {
    color: #C81705;
}

.btn-fileImport {
    color: #C81705;
}

.btn-remove:hover {
    color: #C81705;
}

.hide {
    display: none;
}

.new-theme .empty-tip {
    text-align: center;
    margin: 20px auto;
    color: #999;
}
.span_com{
    width: 240px;
    min-width: 240px;
    height: 44px;
    padding: 0 14px;
    border-radius: 4px;
    border: 1px solid #E5E5E5;
    display: inline-flex;
    align-items: center;
    background-color: #fafafa;
}
.spanShow{
	min-width: 240px;
	height: 44px;
    padding: 0 14px;
    border-radius: 4px;
    border: 1px solid #E5E5E5;
    display: inline-flex;
    align-items: center;
}