.new-form-label2 {
    width: 60px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.new-input-inline1 {
    width: 175px;
}

.select-forms2 {
    width: 176px;
    height: 32px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: inherit;
    font-size: 100%;
    margin: 3px;
    padding: 5px;
    vertical-align: middle;
}

.new-input-inline1 .layui-input1 {
    width: calc(100% - 10px);
    height: 20px !important;
}

.new-input-inline1 .date-input {
    width: 71px;

}

.apply_bill_info_search_btn2 {
    width: 65px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #1a88df;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;

}

.add-btn-two2 {
    width: 100%;
    height: 32px;
    margin-bottom: 10px;
    margin-top: 25px;
    display: flex;
}

.add-btn-two2 .add-btn-two-item2 {
    width: 150px;
    height: 100%;
    border-radius: 5px;
    text-align: center;
    line-height: 32px;
    margin-right: 10px;
    margin-left: 10px;
    cursor: pointer;
    border: 1px solid #1a88df;
    color: #1a88df;
    box-sizing: border-box;
}

.fl .wst-sec-but {
    margin-top: 2px;
}

.card-process {
    padding: 20px 0;
}

.card-process-title {
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
}

.card-process-num_box {
    width: 100%;
    display: flex;
    justify-content: start;
    flex-flow: wrap;
}

.log-item {
    width: 128px;


}

.log-item .log-item-cover::after {
    position: absolute;
    top: 20px;
    left: 50px;
    content: '';
    width: 40px;
    height: 5px;
    border-bottom: 2px solid #dfdfdf;
}

.log-item.log-item1 .log-item-cover::before {
    border-bottom: none;
}

.log-item.log-item7 .log-item-cover::after {
    border-bottom: none;
}

.log-item.on.log-item1 .log-item-cover::before {
    border-bottom: none;
}

.log-item.on.log-item7 .log-item-cover::after {
    border-bottom: none;
}

.log-item .log-item-cover::before {
    position: absolute;
    top: 20px;
    left: -40px;
    content: '';
    width: 40px;
    height: 5px;
    border-bottom: 2px solid #dfdfdf;
}

.log-item.on .log-item-cover::before {
    border-bottom: 2px solid #1a88df;
}

.log-item.redB .log-item-cover::before {
    border-bottom: 2px solid #E84335;
}

.log-item.on .log-item-cover::after {
    border-bottom: 2px solid #1a88df;
}

.log-item .log-item-cover {

    width: 50px;
    height: 50px;
    border: 2px solid #dfdfdf;
    background-color: #fff;
    border-radius: 50%;

    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.log-item.redB .log-item-cover {
    border: 2px solid #E84335;

}

.log-item.on .log-item-cover {
    border: 2px solid #1a88df;

}

.log-item-title {
    font-size: 12px;
    font-weight: normal;
    color: #666666;
    text-align: center;
    display: block;
    line-height: 18px;
    margin-top: 10px;
}

.log-item-time {
    width: 100px;
    margin: 0 auto;
    font-size: 12px;
    font-weight: normal;
    color: #666666;
    text-align: center;
    display: block;
    line-height: 18px;
}

.tabs-crad {
    width: 100%;
    position: relative;
}

.onopend {
    position: absolute;
    top: 102px;
    left: 10px;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    color: #000000;
    cursor: pointer;
    text-align: center;
}

.onclose {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 10px;
    width: 100%;
    background: #ffffff;
    text-align: center;
}

.tabs-crad-list {

    padding: 20px 20px;
    box-sizing: border-box;
    color: #666;
}

.tabs-crad-item-time {
    width: 150px;
}

.tabs-crad-item-axis {
    width: 20px;
    text-align: center;
    position: relative;
    padding: 0 15px;
    min-height: 40px;

}

.tabs-crad-item-axis::before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    display: inline-block;
    width: 4px;
    height: 100%;
    margin-left: -2px;

    background-color: #ddd;
}

.tabs-crad-item-axis::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: -5px;
    margin-top: -5px;
    background-color: #2865AE;
    border-radius: 3px;

}

.tabs-crad-item-user {
    width: 200px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
}

.tabs-crad-item-content {
    width: calc(100% - 400px);
}

.btc {
    border-bottom: 1px #ccc solid;
}

.trheads {
    background: #f5f5f5;
    height: 31px;
    line-height: 31px;
    color: #aaa;
    overflow: hidden;
}

.tr-mart {
    margin-right: 14px;;
}

.empty-row3 {
    height: 10px;
}

.tabs-list {
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    height: 40px;
    border-bottom: 1px solid #ccc;
}

.tab-items {
    width: 80px;
    height: 30px;
    margin-right: 10px;
    float: left;
    cursor: pointer;
}

.tab-items.on {
    color: #1a88df;
    border-bottom: 1px solid #1a88df;
}

.flex-lr {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.wst-user-head span {
    float: left;
    line-height: 28px;
    padding: 0 28px;
    color: #fff;
    background: #1a88df;
    font-weight: bold;
}

.tabs-crad-list {
    padding: 20px 20px;
    box-sizing: border-box;
    color: #666;
}

.tr-list th {
    text-align: center;
}

.head th {
    text-align: center;
}

.new-contonier {
    padding: 20px;
    box-sizing: border-box;
}

.newselect {
    border: 1px solid #ccc;
    height: 29px;
    line-height: 17px;
    padding: 2px;
    border-radius: 4px;
    min-width: 120px;
}

.wst-sec-but.u-btn.reset {
    background: #fffff4;
    color: #0C0C0C;
    margin-left: 10px;
}

.wangring {
    clear: both;
    width: 100%;


    position: relative;
    background-color: #fdf6ec;
    color: #e6a23c;

    padding: 5px 0 5px 20px;
    box-sizing: border-box;
    border-radius: 10px;

}

.wangring:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 10px;
    width: 5px;
    height: 15px;
    background: #1a88df;
    border-radius: 10px;
}

/*0:�����    1����ͨ����  -1:��ͨ��*/
.estatus-0 {
    color: #ef9368;
}

.estatus-1 {
    color: green;
}

.estatus--1 {
    color: red;
}

.layui-input-inline-p .msg-box {
    width: 100px;
    height: 20px;
}

.a-order {
    max-width: 380px;

}

.a-order a {
    display: block;
    width: 100%;
}

.shop-services-user {
    width: auto;
    padding: 5px 10px;
    box-sizing: border-box;
    background: #3D93E4;
    color: #fffff4;
    cursor: pointer;
    border-radius: 5px;
}

.shijian {
    width: auto;
    padding: 5px 10px;
    box-sizing: border-box;
    background: #3D93E4;
    color: #fffff4;
    cursor: pointer;
    border-radius: 5px;
}

.company-info-item.company-info-item2 {
    display: flex;
    padding: 0px 10px;
    box-sizing: border-box;
    margin-top: 0px;
}

.company-info-item2 .info-items {
    height: 30px;
    display: flex;
    align-items: center;
    margin-right: 10px;

}

.company-info-item2 .info-items:first-child {
    width: 34%;
}

.title-min.title-min-blue {
    cursor: pointer;
    color: #1a88df;
}

.address-list {
    width: 100%;
    height: 86px;
    overflow: hidden;
}

.address-list.show {
    width: 100%;
    height: auto;
    overflow: unset;
}

.address-list-item {
    width: 100%;
    background: #F5F5F5;
    margin-bottom: 10px;
    padding: 5px 5px 5px 10px;
    box-sizing: border-box;
    height: 38px;

}

.address-list-item .ali-name {
    width: 100px;
    border: 1px solid #CCCCCC;
    display: flex;
    align-items: center;
}

.address-list-item .ali-name.on {
    border: 1px solid #1a88df;
    position: relative;
}

.address-list-item .ali-name.on::before {
    content: ' ';
    position: absolute;
    display: inline-block;
    width: 13px;
    height: 13px;

    overflow: hidden;

    background: url("../images/check.png") no-repeat;
    background-size: 100%;
    right: 0px;
    bottom: 0px;
}

.address-list-item .ali-phone {
    width: 100px;

    display: flex;
    align-items: center;
}

.address-list-item .ali-address {
    width: 300px;

    display: flex;
    align-items: center;
}

. ali-left {
    height: 100%;
}

.address-list-item .ali-operate {
    width: 200px;

    display: flex;
    justify-content: flex-end;
}

.default-address {
    padding: 0px 10px;
    box-sizing: border-box;
    background: #CCCCCC;
    /*margin-top: 5px;*/
    height: 18px;
}

.ali-operate .bnt-operate {
    color: #1a88df;
    margin-left: 10px;
    cursor: pointer;
}

.consignee-info-item:first-child {
    width: 100px;
    text-align: right;
}

.consignee-info-item .expressItme-select {
    width: 200px;
    height: 30px;
}

.consignee-info-item input {
    width: 195px;
    height: 20px;
}

.clearfix {
    clear: both;
}

/*选择竞价类型start*/
.select-bill-type {

    width: 100%;
    padding: 12px;
    border: 1px solid rgba(187, 187, 187, 1);
    display: flex;
    flex-flow: wrap;
    box-sizing: border-box;

}

.select-bill-type .select-bill-type-item {
    cursor: pointer;
    margin-right: 26px;
    width: 200px;
    height: 100px;
    line-height: 29px;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(16, 16, 16, 1);
    font-size: 20px;
    border: 1px solid rgba(187, 187, 187, 1);
}

.select-bill-type .select-bill-type-item img {
    width: 48px;

}

/*选择竞价类型end*/
.error .msg-box {
    position: absolute !important;
    left: 0;
    bottom: 12px;
}

.list-new-title {
    padding-top: 5px;
    font-size: 16px;
    color: rgb(78, 127, 225);
}

.selectInviteSupplier {
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.btn-new {
    width: 90px;
    height: 34px;
    line-height: 20px;
    border-radius: 3px;
    background-color: #1a88df;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    text-align: center;
    border: none;

}

.btn-new.btn-new-default {
    background-color: #CCCCCC;
}

.btn-new.btn-new-blue {
    background-color: #1a88df;
    color: rgba(255, 255, 255, 1);
    margin-right: 10px;
}

.btn-new.btn-new-grey {
    width: 90px;
    height: 34px;
    line-height: 20px;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(16, 16, 16, 1);
    font-size: 14px;
    text-align: center;

    border: 1px solid rgba(220, 224, 231, 1);
    box-sizing: border-box;
}

.selectInviteSupplier-seach {
    display: flex;
    align-items: center;
    padding: 10px 0 0 0;
    box-sizing: border-box;
}

.selectInviteSupplier-seach input {
    margin: unset;
    margin-right: 10px;
    width: 200px;
    height: 34px;
    border-radius: 3px;
    color: #333;
    font-size: 14px;
    text-align: left;
    box-sizing: border-box;

}

.footer-view {
    margin-top: 20px;
}

.layui-form-label2 {
    display: inline-block;
    width: 186px;
    text-align: right;
}

.new-bill-info-title {

    border-bottom: 1px solid #dcdcdc;
    font-size: 16px;
    font-family: '微软雅黑';
    color: #4e7fe1;

    margin-left: 4px;
    padding: 10px;
    box-sizing: border-box;
}

.new-bill-info-content {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 14px;
}
.new-bill-info-content  .conditions{
    text-indent: 2em;
}
.new-bill-info-content-item .new-table-left {
    text-align: right;
    width: 137px;
    /*padding-left: 40px;*/


}



.new-bill-info-content-item {
    margin-top: 10px;
    font-size: 14px;
}

.new-bill-info-content-item .new-table-right {
    text-align: left;
    width: 300px;
}

.pd-10 {
    padding: 10px 0;
    box-sizing: border-box;
}
.common-btn{
    color: #006bbd;
}
.flex-vr{
    display: flex;
    align-items: center;
}