.u-pos-re > a {
    font-size: 14px;
    margin: 0 8px;
}

.u-pos-re > b {
    font-size: 16px;
}

.layui-tab {
    margin: 0;
}

.layui-tab-title li.layui-this .list-title .left {
    color: #1890ff !important;
}

.backgroud-img {
    background: url(../../static/img/bgh.png) no-repeat 50%;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

#tenderForm, #winnForm {
    width: 100%;
    height: 100%;
    background: url(../../static/img/zbbg.png) no-repeat 50% #fff;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.ant-page-header {
    box-sizing: border-box;
    margin: 0;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    padding: 16px 24px;
}

.ant-page-header .title {
    width: 100%;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    color: rgba(0, 0, 0, 0.85);
}

.ant-page-header .time {
    width: 100%;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: rgba(0, 0, 0, 0.45);
    margin-top: 13px;
}

.ant-page-header-heading {
    width: 100%;
    overflow: hidden;

}

.ui-form-title {
    border-left: 4px solid #096DD9;
    padding-left: 7px;
}

.ui-form-title h3 {
    color: #434343;
    font-weight: 700;
}

.ant-page-header-heading-title {
    display: block;
    float: left;
    margin-bottom: 0;
    padding-right: 12px;
    color: #434343;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.ant-page-header-content {
    padding-top: 12px;
    overflow: hidden;
}

.ant-descriptions-view {
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
}

.ant-descriptions-view table {
    width: 100%;
    table-layout: fixed;
}

.ant-descriptions-small .ant-descriptions-row > td, .ant-descriptions-small .ant-descriptions-row > th {
    padding-bottom: 12px;
}

.ant-descriptions-item > span {
    display: inline-block;
}

.ant-descriptions-item-label {
    color: rgba(0, 0, 0, .65);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
}

.ant-descriptions-item-colon:after {
    content: ":" !important;
}

.ant-descriptions-item-label:after {
    position: relative;
    top: -0.5px;
    margin: 0 8px 0 2px;
    content: " ";
}

.ant-descriptions-item-content {
    display: table-cell;
    color: rgba(0, 0, 0, .85);
    font-size: 14px;
    line-height: 1.5;
}

.code-box-demo {
    border-bottom: 1px solid #ebedf0;
    padding: 42px 24px 50px;
    color: rgba(0, 0, 0, .65);
}

.ant-steps {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum";
    display: flex;
    width: 100%;
}

.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
    margin-right: 12px;
}

.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
    margin-right: 16px;
    white-space: nowrap;
}

.ant-steps-item {
    position: relative;
    display: inline-block;
    flex: 1;
    overflow: hidden;
    vertical-align: top;
}

.ant-steps-item-container {
    outline: none;
}

.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-tail {
    display: none;
}

.ant-steps-small .ant-steps-item-tail {
    top: 8px;
}

.ant-steps-item-tail {
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    padding: 0 10px;
}

.ant-steps-small .ant-steps-item-icon {
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    border-radius: 24px;
}

.ant-steps-item-icon {
    border: 1px solid rgba(0, 0, 0, .25);
}

.ant-steps-item-content, .ant-steps-item-icon {
    display: inline-block;
    vertical-align: top;
}

.ant-steps-small .ant-steps-item-title {
    padding-right: 12px;
    font-size: 14px;
    line-height: 24px;
}

.ant-steps-item-title {
    position: relative;
    display: inline-block;
    padding-right: 16px;
    color: rgba(0, 0, 0, .45);
    font-size: 16px;
    line-height: 32px;
}

.ant-steps-item-container > .ant-steps-item-content {
    color: rgba(0, 0, 0, .45);
}

.ant-steps-small .ant-steps-item-title:after {
    top: 12px;
}

.ant-steps-item-title:after {
    position: absolute;
    top: 16px;
    left: 100%;
    display: block;
    width: 9999px;
    height: 1px;
    background: #e8e8e8;
    content: "";
}

.ant-steps-item-container.satisfied .ant-steps-item-title {
    color: rgba(0, 0, 0, .65);
}

.ant-steps-item-container.satisfied .ant-steps-icon {
    color: #1890ff;
}

.ant-steps-item-container.satisfied .ant-steps-item-icon {
    border-color: #1890ff;
}

.ant-steps-item-container.satisfied .ant-steps-item-title:after {
    background: #1890ff;
}

.ant-steps-item-container.active .ant-steps-item-icon {
    border-color: #1890ff;
    background: #1890FF;
    color: white;
}

.ant-steps-item-container.active .ant-steps-item-title {
    color: rgba(0, 0, 0, .65);
}

*, :after, :before {
    box-sizing: border-box;
}

#tenderForm {
    display: none;
}

#nodata {
    width: 100%;
    display: none;
}

#nodata img {
    width: 300px;
    height: 200px;
    margin: 100px auto;
    display: block;
}

#newLists {
    min-height: 650px;
    background-color: #FFF;
}

.layui-layer-lan .layui-layer-title {
    background: #fff !important;
    color: #000 !important;
    border-bottom: 1px solid #eee !important;
}

/*.layui-layer-ico {*/
/*background-position: 0px -40px !important;*/
/*}*/
#winnForm {
    display: none;
}

.contactUs {
    color: #ffffff;
    text-decoration: none;
}

.contactUs:hover {
    color: #ffffff;
}

.login-content {
    width: 85vw;
}

.container-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.g-footTxt1 a {
    color: #fff !important;
}

.g-footTxt1 a:hover {
    color: #194c7f !important;
}

.carousel-img > img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}