.usteel-content * {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a {
    cursor: pointer
}

ul,
ol,
a {
    list-style: none
}

a:link {
    text-decoration: none
}

a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

a:active {
    text-decoration: none
}

em,
i,
u {
    font-style: normal
}

.navCenterContent {
    transition: auto;
    animation: auto;
    -moz-transition: auto;
    -webkit-transition: auto;
    -o-transition: auto
}

body {
    position: relative;
    /*min-width: 1200px;*/
    margin: 0 auto;
    box-shadow: none;
    background: #fff;
    color: #000
}

body,
button,
input,
select,
textarea,
div,
nav,
section {
    font: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: -Scroll;
    font-family: microsoft yahei, 微软雅黑, microsoftjhenghei, 华文细黑, STHeiti, MingLiu
}

.display-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

::-webkit-scrollbar {
    width: 5px;
    height: 10px
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset006pxrgba(0, 0, 0, .5);
    background: rgba(255, 255, 255, .5)
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .4);
    -webkit-box-shadow: inset006pxrgba(0, 0, 0, .5)
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, .2)
}

.w,
._top .val,
._bottom .val {
    width: 966px;
    margin: 0 auto
}

@media screen and (max-width:1430px) and (min-width:1260px) {

    .w,
    ._top .val,
    ._bottom .val {
        width: 1200px
    }
}

@media(min-width:1431px) {

    .w,
    ._top .val,
    ._bottom .val {
        width: 1430px
    }
}

.selector {
    border-top: 1px dashed #f1f1f1;
    background: #fff;
    margin-bottom: 10px;
    padding-bottom: 25px
}

.usteel-search {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px dashed #f1f1f1
}

.usteel-content .btn {
    display: inline-block;
    line-height: 14px;
    height: 14px;
    border-radius: 5px;
    background: #fff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    height: auto
}

.usteel-content .btn-primary {
    border: 0;
    padding: 10px 25px;
    color: #fff;
    margin-right: 20px;
    background-color: #3e88f5;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(top, #3e88f5, #1570f8);
    background-image: linear-gradient(top, #3e88f5, #1570f8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e88f5', endColorstr='#1570f8', GradientType=0)
}
.usteel-content a{
    color: #333;
}


.usteel-content .btn-primary:hover {
    color: #fff
}

.usteel-content .btn-default {
    border: 1px solid #3e88f5;
    padding: 9px 24px;
    margin-left: 20px;
    color: #3e88f5;
    background-color: #fff;
    background-repeat: repeat-x
}

.usteel-content .btn.disabled {
    padding: 9px 24px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: default;
    color: #ccc;
    -webkit-filter: none;
    opacity: .5;
    filter: alpha(Opacity=20);
    filter: alpha(Opacity=20)
}

.usteel-content .btn.disabled:hover {
    color: #ccc
}

.usteel-content .btn-default:hover {
    color: #3e88f5
}

.usteel-search.more,
.usteel-search.multiple {
    /*border: 2px solid #4065af*/
}

.sl-key,
.sl-v-list ul li {
    height: 35px;
    line-height: 35px
}

.sl-key {
    float: left;
    width: 80px;
    padding-left: 10px;
    white-space: nowrap
}

.usteel-search.more .sl-key,
.usteel-search.multiple .sl-key {
    /*background: #dfe9fd;*/
    height: auto
}

.sl-key strong {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px
}

.sl-value {
    padding: 0 10px;
    width: calc(100% - 140px);
    overflow: hidden
}

.usteel-search.more .sl-value,
.usteel-search.multiple .sl-value {
    padding: 0 8px
}

.sl-v-list {
    height: 35px
}

.usteel-search.more .sl-v-list,
.usteel-search.multiple .sl-v-list {
    height: auto
}

.sl-v-list ul {
    /*overflow: auto;*/
}
.maxheight{
    max-height: 150px ;
}

.sl-v-list ul li {
    float: left;
    font-size: 14px
}

.sl-btns {
    text-align: center;
    display: none;
    padding: 10px 0
}

.usteel-search.more .sl-btns,
.usteel-search.multiple .sl-btns {
    display: block
}

.sl-ext {
    width: 60px;
    text-align: right
}

.sl-b-more,.sl-b-up,
.sl-b-multiple {
    color: #3e88f5;
    display: inline-block;
    margin: 5px 0;
    padding: 3px 5px;
    /*border: 1px solid #3e88f5;*/
    margin-right: 10px;
    font-size: 13px;
    font-weight: 700;
    color: #000;
}

.usteel-search.more .sl-b-multiple,
.usteel-search.multiple .sl-b-multiple {
    margin-right: 8px
}

.sl-b-more:hover,.sl-b-up:hover,
.sl-b-multiple:hover {
    color: #fff;
    background: #3e88f5
}

.sl-b-more i,.sl-b-up i,
.sl-b-multiple i {
    font-size: 12px;
    margin-right: 5px
}

.multiple .sl-v-list li a {
    padding-left: 18px
}

.multiple .sl-v-list li a i {
    position: absolute;
    left: 0;
    top: 2px;
    background: url(../img/icon.png) no-repeat 9999px 9999px;
    display: inline-block;
    height: 14px;
    width: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 0
}

.multiple .sl-v-list li a:hover i {
    border-color: #3e88f5
}

.sl-v-list li a:hover {
    color: #3e88f5
}

.multiple .sl-v-list li.selected a i {
    border-color: #3e88f5;
    background-position: -1px -107px
}

.multiple .sl-v-list li.selected a {
    color: #3e88f5
}

.usteel-search .sl-value .sl-v-list ul li {
    width: auto;
    /*min-width: 130px;*/
    margin-right: 3px;
    overflow-y:hidden

}


@media (min-width: 900px) {
    .usteel-search .sl-value .sl-v-list ul li {
        min-width: 130px;
    }
}

.search-bottom {
    width: 100%;
    font-size: 14px;
    padding: 5px 10px 5px 10px;
    margin-top: 10px;
    overflow: hidden;
    /*overflow:hidden;*/
}

.search-bottom label {
    padding: 5px 5px 0 0;
    margin-left: 2px;
    text-align: right;
}
.search-bottom span {
    padding: 5px 0px 5px 0;
}

.search-bottom p {
    margin: 0 10px 5px 0;
}

.search-bottom input {
    width: 200px;
    height: 30px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    padding: 0 5px
}

.search-bottom input[class='select-time'] {
    width: 100px;
}

.search-bottom a {
    display: block;
    min-width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: none;
    color: #fff;
    background: #1c84c6;
    border-radius: 5px;
    cursor: pointer
}

.search-bottom  ul{
    margin:0px;
    padding:0px;
    list_style:none;
}


.search-bottom  li{
    height:30px;
    line-height:30px;
    white-space:nowrap;
    display:block;
    float:left;
    margin-top: 2px;
}
.search-bottom  .search-btnn{
    display: flex;
    padding-top: 5px;
    margin-left: 5px;
}

.search-bottom a:nth-child(2) {
    margin-left: 5px
}

.usteel-table {
    background: #fff;
    margin: 5px 0px;
    padding: 5px;
    color: #333
}

.usteel-table.border-all,
.usteel-table .border-all {
    border: 1px solid #dfdfdf;
    padding-bottom: 10px
}

.usteel-table nav {
    margin-bottom: 15px
}

.usteel-table .title {
    margin-bottom: 5px;
    padding-left: 5px;
    height: 28px;
}

.usteel-table .title span {
    top: -7px;
    font-weight: 800;
    line-height: 43px;
}

.usteel-table .title strong {
    margin-left: 5px;
    padding: 2px 5px;
    border: 1px solid #ccc;
    font-weight: 400;
    color: #4065af;
    max-width: 400px;
    cursor: pointer;
    background: #fff;
    padding-right: 28px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.usteel-table .title strong:hover {
    color: red;
    border: 1px solid red
}

.usteel-table .title strong i {
    position: absolute;
    right: 0;
    top: 0;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #ccc;
    width: 25px
}

.usteel-table .title strong:hover i {
    color: #fff;
    background: red
}

.usteel-table section {
    display: table;
    width: 100%
}

.usteel-table .t_th,
.usteel-table .t_tr {
    width: 100%;
    display: table-row
}

.usteel-table .t_tr:hover {
    background: #efefef
}

.usteel-table .t_th span,
.usteel-table .t_tr span {
    text-align: center;
    vertical-align: middle;
    height: 45px;
    display: table-cell;
    border: 1px solid #f1f1f1;
    border-left: 0;
    border-right: 0;
    border-top: 0
}

.usteel-table .t_th span {
    color: #666
}

.usteel-table .t_th.bg-1 {
    background: #f5f5f5
}

.usteel-table .t_tr span {
    color: #666
}

.money {
    color: #e56e16 !important;
    font-weight: 700
}

.t_title {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px
}

.t_title span {
    text-align: center;
    display: block;
    width: 100%;
    line-height: 27px;
    color: #999
}

.t_title span:nth-child(1) {
    color: #000;
    text-align: left;
    font-size: 16px;
    font-weight: 700
}

.t_title ._button {
    width: auto;
    min-width: 100px
}

.t_title button {
    padding: 3px 10px;
    background: #fff;
    border: 1px solid #3e88f5;
    color: #3e88f5;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    right: 0
}

.t_title button:hover {
    color: #fff;
    background: #3e88f5
}

.t_checked {
    cursor: pointer
}

.t_checked i {
    margin-right: 5px;
    padding: 1px;
    font-size: 12px;
    border: 1px solid #666;
    color: #fff
}

.t_checked.on i {
    border-color: #3e88f5;
    background: #3e88f5
}

.t_number {
    width: 115px;
    padding: 0 25px
}

.t_number input[type=number] {
    width: 100%;
    height: 27px;
    text-align: center;
    border: 1px solid #ccc;
    z-index: 10
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none
}

input[type=number] {
    -moz-appearance: textfield
}

.t_number .add,
.t_number .del {
    position: absolute;
    width: 26px;
    height: 27px;
    line-height: 27px;
    font-size: 18px;
    font-weight: 700;
    background: #f1f1f1;
    border: 1px solid #ccc;
    cursor: pointer;
    z-index: 1;
    top: 8px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none
}

.t_number .add {
    left: 0
}

.t_number .del {
    right: 0
}

.t_del {
    cursor: pointer
}

.t_del i {
    font-size: 24px;
    color: #b8b8b8
}

.t_del i:hover {
    color: #395fac
}

.usteel-table .w-1 {
    width: 10% !important
}

.usteel-table .w-2 {
    width: 20% !important
}

.usteel-table .w-3 {
    width: 30% !important
}

.usteel-table .w-4 {
    width: 40% !important
}

.usteel-table .w-5 {
    width: 50% !important
}

.usteel-table .w-6 {
    width: 60% !important
}

.usteel-table .w-7 {
    width: 70% !important
}

.usteel-table .w-8 {
    width: 80% !important
}

.usteel-table .w-9 {
    width: 90% !important
}

.usteel-table .w-10 {
    width: 100% !important
}

.othercheckbox{
    display: none;
}

.morebutton{
    /*left: 50%;*/
    height: 35px;
    line-height: 35px;
    margin: 0px;
}

.morebutton i{
    top:3px
}


/** 表单查询条件  **/
.select-list-multiple ul, .layui-layer-content ul {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.select-list-multiple li, .layui-layer-content li {
    list-style: none;
}

@media ( min-width : 768px) {
    .select-list-multiple li {
        float: left;
    }
}

.select-list-multiple li {
    color: #333;
    margin: 5px 15px 5px 0px;
}

.select-list-multiple li p{
    float: left;
    width: 100px;
    margin: 5px 5px 5px 0px;
    text-align:right;
}

.select-list-multiple li input {
    border: 1px solid #ddd;
    border-radius: 4px;
    background: transparent;
    outline: none;
    height: 30px;
    width: 200px;
    padding-left: 5px;
}

.select-list-multiple  .checkboxlist {
    height: 30px;
    overflow:hidden;
}
.select-list-multiple  .check-box input {
    height: auto;
    width: auto;
}

.select-list-multiple li .submit-btn {
    border: 0px;
    border-radius: 4px;
    background: transparent;
    outline: none;
    width: 40px;
    height: 23px;
}

.select-list-multiple li select {
    border: 1px solid #ddd;
    border-radius: 4px;
    background: transparent;
    outline: none;
    height: 30px;
    width: 200px;
}


.select-list-multiple .btn-default {
    color: #555;
    padding: 5px 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: transparent;
    outline: none;
    height: 30px;
    width: 200px;
}

.select-list-multiple .btn-default:hover,.select-list-multiple .btn-default:focus,.select-list-multiple .btn-default:active,.select-list-multiple .btn-default.active,.open .dropdown-toggle.btn-default {
    color: #555;
    background-color: #e4e4e4;
    border-color: #b2b2b2
}

.select-list-multiple .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    height: 30px;
    width: 200px;
}

.select-list-multiple .bootstrap-select > .dropdown-toggle.bs-placeholder,
.select-list-multiple .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.select-list-multiple .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.select-list-multiple .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    color: inherit;
    font-size: 13px;
}

.select-list-multiple .bootstrap-select .dropdown-toggle .caret {
    position: inherit;
}

.select-list-multiple .select-selectpicker li {
    float: none;
}

.select-list-multiple .dropdown-menu>li>a,.bootstrap-select.form-control .dropdown-menu>li>a {
    line-height: inherit;
}

.select-list-multiple .dropdown-menu li>a:hover,.dropdown-menu li>a:focus,.dropdown-submenu:hover>a,.bootstrap-select.form-control .dropdown-menu li>a:hover,.dropdown-menu li>a:focus,.dropdown-submenu:hover>a{
    color: #fff;
    text-decoration: none;
    background-color: #12889a
}

.select-list-multiple .select2-container--bootstrap {
    max-width: 200px!important;
    display: inline-block;
}

.select-list-multiple .select2-container--bootstrap .select2-selection {
    border-radius: 6px;
}

.select-list-multiple .select2-container--bootstrap .select2-selection--single {
    height: 30px!important;
    padding: 5px 10px;
}

.select-list-multiple .select-time input {
    width: 93px;
}
@media (max-width:767px) {
    .select-time label,.select-time span,.select-time input {
        float: none;
    }
    .select-list-multiple .select-time input {
        width: 200px;
    }
}
.select2-container.select2-container--bootstrap.select2-container--open:not(.select2) {
    position: fixed !important;
}




html{
    overflow-y: hidden;
}
body{
    color: #000;
    /*padding-top: 63px;*/
}

.badge{
    padding: 10px;
}
.bootstrap-table .table:not(.table-condensed), .bootstrap-table .table:not(.table-condensed)>tbody>tr>td, .bootstrap-table .table:not(.table-condensed)>tbody>tr>th, .bootstrap-table .table:not(.table-condensed)>tfoot>tr>td, .bootstrap-table .table:not(.table-condensed)>tfoot>tr>th, .bootstrap-table .table:not(.table-condensed)>thead>tr>td{
    padding: 8px 6px;
}




.search-bottom  .select2p{
    width: 300px ;
    height: 30px;
    display: inline-flex ;
}

.search-bottom .select2p .labelcss{
    width: 100px;
    padding-top: 5px;
}

.labelcss{
    font-weight: 700;
}
.search-bottom .select2p .select2-selection--single{
    width: 218px !important;
}
.select2-dropdown.select2-dropdown--below{
    width: 218px !important;
}

.select2-container--bootstrap .select2-selection--single {
    height: 30px;
}

.search-collapse{
    padding-bottom: 0px;
}


.centerss{
    position: absolute;
    left: 50%;
    transform: translate(-50%); /* 平移50%为自身尺寸的一半，实现水平居中 */
}

.layui-layer-btn .disabled, .layui-layer-btn [disabled] {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
    background-color: #eee !important;
    color: #333 !important;
    border: 1px solid  #596065 !important;
    /*pointer-events: auto;*/
}
