body {
  margin: 0;
  padding: 0;
  background-color: rgb(242, 244, 246);
  font-family: PingFang SC;
}

/* 标题头部 */
.title {
  width: 100%;
  height: 110px;
  font-family: PingFang SC;
  display: flex;
  background-color: #ffff;

}

.t-l {
  margin-left: 13.6%;
  margin-top: 1.6%;
  width: 580px;
}

.t1 {
  font-size: 30px;
  font-weight: bold;
}

.t2 {
  font-size: 15px;
}

.t-r {
  width: 450px;
  margin-left: 13.6%;
  margin-top: 1.5%;
}

.ipt {
  width: 450px;
  display: flex;
  justify-content: center;
}

.el-input {
  width: 350px;
  height: 36px;
}

.bgc {
  background: url(../../image/bgc.png);
  background-size: cover;
  width: 450px;
  height: 50px;
}

/* 导航 */
.navs {
  width: 100%;
  height: 50px;
  background-color: #1890FF;
  display: flex;
  justify-content: center;
}

.nav {
  width: 1392px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-t {
  width: 90px;
  height: 18px;
  color: #ffff;
}

/* 主体内容 */
.main {
  padding-left: 9px;
  display: flex;
  justify-content: center;
}

.mainKshlc {
  width: 1400px;
}

.msg {
  width: 1400px;
  height: 52px;
  display: flex;
  align-items: center;
  font-size: 12px;
}

.icon1 {
  background: url(../image/home.png);
  background-size: cover;
  width: 13px;
  height: 12px;
  margin-right: 5px;
}

.mainContKshlc {
  display: flex;
  flex-direction: row;
}

.m-left {
  display: flex;
  flex-direction: column;
}

/* 头部 */
.t-t {
  width: 1400px;
  height: 90px;
  border-radius: 12px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06);
}

.t-t-l {
  background: url(../image/xmIcon.png) no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  margin-left: 30px;
}

.t-t-r {
  display: flex;
  flex-direction: column;
}

.t-t-r-flex{
  display:flex;
  align-items:center;
}

.t-t-r-tag{
  font-size:16px;
  width:35px;
  float:left;
  color:#e6a23c;
  margin:10px 0 0 10px;
  font-weight:600;
}

.titleZbgg {
  color: #4B5A6D;
  font-size: 14px;
  padding-top: 15px;
}

.t-title {
  margin-left: 10px;
  font-family: PingFangSC-Medium;
  font-size: 24px;
  color: #1F3149;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 600;
}

.xm-title {
  font-size: 14px;
  margin-left: 10px;
  margin-top: 10px;
}

.s1 {
  margin-left: 10px;
  margin-right: 50px
}

.s2 {
  margin-left: 10px;
}

.t-djsBox {
  display: flex;
  align-items: flex-start;
  height: 100px;
}

.t-djs {
  width: 1180px;
  height: 80px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.djsIcon {
  width: 50px;
  height: 50px;
  background: url(../image/sl.png) no-repeat;
  background-size: cover;
}

.djsText {
  font-size: 20px;
  line-height: 20px;
  color: #424754;
  font-weight: bold;
  margin-top: 10px;
  margin: 0 20px 0 10px;
}

.tsfm {
  display: flex;
  width: 42%;
  justify-content: space-between;
}

.sjText {
  width: 110px;
  height: 60px;
  background-color: #fff;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06);
}

.sjNum {
  font-family: DIN Pro;
  font-size: 46px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 0;
  color: #2B2D3B;
}

.sjTexts {
  font-size: 14px;
  line-height: 14px;
  color: #4B5A6D;
  padding-left: 12px;
}


.slotTitle {
  font-size: 24px;
  font-weight: 600;
  color: #1F3149;
  text-align: center;
  width: 90%;
  border-radius: 12px;
}

.c-sj {
  height: 50px;
  width: 90%;
  text-align: center;
}

.c-sj span {
  margin-left: 10px;
}

.c-html {
  height: auto;
  background-color: #fff;
  margin-top: 20px;
}

.fileList {
  display: flex;
  flex-direction: row;
}

.fileTitle {
  font-size: 15px;
  font-weight: 500;
}

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

.files a {
  text-decoration: none;
}



/* 内容 */
.content {
  width: 1400px;
  display: flex;
  margin-top: 20px;
  flex-direction: row;
  height: auto;
}

/* 流程 */
.c-l {
  width: 200px;
  background-color: #fff;
  border-radius: 12px;
  height: auto;
  min-height: 600px;
  margin-bottom: 20px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06);
}

.changeNav {
  cursor: pointer;
}

.navClass {
  background-color: #1890FF;
  border-radius: 12px;
  position: relative;
}

.navClass::before {
    font-family: element-icons;
    content: "\e6da";
    position: absolute;
    width: 15px;
    height: 15px;
    background: #fff;
    left: 24px;
    top: 5px;
    z-index: 11;
    border-radius: 50px;
    color: #1890FF;
    line-height: 16px;
    font-weight: 600;
    font-size: 12px;
    text-indent: 2px;
}

.navClass .el-timeline-item__node--primary {
  background-color: #fff;
  color: #1890FF;
}

.navTextClass {
  color: #fff;
}

.downFile {
  cursor: pointer;
}

/* element组件样式重写 */
.el-table table {
  border: 0;
  margin: 0;
}

.el-collapse {
  margin-bottom: 20px;
  border: 0;
}

.el-table table td {
  border: 0;
}

.el-table__row:hover>td {
  background-color: #F1F6FA;
}

.el-table__row:hover {
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 6%);
  border-left: 1px solid blue;
}

.el-collapse-item__content {
  padding: 0 20px;
  margin-bottom: 20px;
  border-top: 1px solid #EAEEF5;
}

.zbggChild .el-collapse-item__content {
  padding: 0;
  margin-bottom: 0;
  border: 0;

}

.el-collapse-item__wrap {
  border: 0;
}

.zbggColl .el-collapse-item__header {
  border-radius: 12px 12px 0 0;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06);
  height: 60px;
}

.zbggChild .el-collapse-item__header {
  border-radius: 0;
  border: 0;
  box-shadow: none;
}

.el-timeline {
  padding-left: 15px;
  margin-bottom: 46px;
}

/* 流程图修改点击  */
.leftLine .el-timeline-item {
  top: 30px;
  width: 170px;
}

.leftLine .el-timeline-item__wrapper {
  padding-left: 48px;
  height: 40px;
  top: 0;
}

.el-timeline-item__wrapper {
  padding-left: 20px;
}

.leftLine .el-timeline-item__node--normal {
  left: 24px;
  width: 15px;
  height: 15px;
  top: 5px;
  z-index: 10;
}

.leftLine .el-timeline-item__tail {
  left: 30px;
  top: 10px;
  border-color: rgba(2, 99, 213, 0.7);
}

.leftLine .el-timeline-item__icon {
  font-size: 12px;
}

.el-timeline-item__node--primary {
  background-color: #1890FF;
}

.el-timeline-item__content {
  color: #1890FF;
}

.el-timeline-item__timestamp.is-bottom {
  margin-top: 2px;
}

.el-table::before {
  height: 0;
}

.icon2 {
  background: url(../image/this.svg);
  background-size: cover;
  width: 14px;
  height: 14px;
}

.icon3 {
  width: 6px;
  height: 6px;
  border-radius: 5px;
  background: #fff;
}

.changeNav {
  cursor: pointer;
  width: 100%;
  padding-top: 2px;
}

/* 切换内容 */
#module {
  width: 1180px;
  margin-left: 20px;
  min-height: 700px;
}

#modulePbxx {
  width: 1180px;
  margin-left: 20px;
  min-height: 700px;
}

.c-r {
  width: 1180px;
}

.c-t {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}

.c-c {
  height: auto;
  width: auto;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06);
}

.c-kbxx {
  box-shadow: none;
}

.c-title {
  height: 30px;
  padding: 20px 0 15px 0;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-family: PingFangSC-Medium;
}

.c-title span {
  border-left: 4px solid #1890FF;
  padding-left: 20px;
}

.t-xmxx {
  font-size: 18px;
  line-height: 18px;
  font-family: PingFangSC-Medium;
  border-bottom: 1px solid #EAEEF5;
}

.t-bzj {
  padding-left: 20px;
}

.c-titlePbxx {
  font-size: 18px;
  line-height: 18px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-family: PingFangSC-Medium;
}

.c-titlePbxx span {
  border-left: 4px solid #1890FF;
  padding-left: 20px;
}

/* 表格改写样式 */
table {
  border-right: 1px solid #EAEEF5;
  border-bottom: 1px solid #EAEEF5;
  font-size: 14px;
  margin: 20px;
  color: #303133;
  width: 96%;
}

table td {
  border-left: 1px solid #EAEEF5;
  border-top: 1px solid #EAEEF5;
  width: 420px;
  height: 40px;
  text-align: left;
  padding-left: 20px;
}

.td1 {
  background: #FAFCFD;
  width: 120px !important;
}

.tables {
  margin: 0;
  border-radius: 12px;
  border: 0;
  width: 100%;
  font-size: 14px;
  color: #303133;
}

.tables tr {
  margin-top: 10px !important;
  height: 40px;
  background: #F1F6FA;
  border-radius: 12px;
  display: block
}

.tables td {
  border: 0;
  display: flex;
  align-items: center;
  height: 40px;
  width: 95%;
}

.tables td span {
  margin-left: 10px;
  margin-right: 10px;
}


.iconPdf {
  background: url(../image/PDF.svg);
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.iconWord {
  background: url(../image/Word.png);
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.c-pbxxTable {
  padding: 0 20px;
}

.pbxxt2 {
  width: 100%;
  margin: 20px 0 0 0;
}

.table2 {
  width: 100%;
  border-right: 1px solid #EAEEF5;
  border-bottom: 1px solid #EAEEF5;
  font-size: 14px;
  margin: 0;
}

.table2 td {
  border-left: 1px solid #EAEEF5;
  border-top: 1px solid #EAEEF5;
  width: 380px;
  height: 40px;
  text-align: left;
  padding-left: 20px;
}

.td1 {
  background: #FAFCFD;
  width: 120px !important;
}

.tds1 {
  background: #FAFCFD;
}

.td2 {
  display: flex;
  align-items: center;
}

.td2 span {
  margin-left: 10px;
  margin-right: 10px;
  color: #1890FF;
}

/* 评标情况 */
.c-glpb {
  padding: 10px 25px;
}

.c-gl {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
}

.c-pb {
  height: auto;
  border-radius: 12px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  width: auto;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06);
}

.c-pb-t {
  height: auto;
  border-radius: 12px;
  margin-bottom: 20px;
  background-color: #fff;
  width: auto;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06);
}

.c-xmxq {
  padding: 1px;
  border-radius: 12px;
}



.ctgl2 {
  margin-top: 20px;
  width: 97%;
}

.ctgl {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  width: 99%;
}

.glText {
  width: 20%;
  font-size: 16px;
  font-weight: 600;
  color: #1890FF;
  display: flex;
  align-items: center;
}

.glNum {
  background-color: red;
  border-radius: 50px;
  color: #fff;
  width: 16px;
  height: 16px;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  margin-top: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.downText {
  text-align: left;
  width: 80%;
  color: #EE5D5D;
}

/* 保证金退还 */
.el-steps {
  margin: 20px 20px 40px;
}

.el-step__title {
  font-size: 10px;
  line-height: 14px;
}

.el-step__icon {
  background-color: #409EFF;
  color: #fff;
}

.c-bzj {
  min-height: 460px
}

.c-bzj .el-table {
  margin: 0 20px;
}

.fy {
  text-align: center;
  height: 60px;
  margin-top: 20px;
}

/* 交易确认书 */
.c-jyqrs {
  height: auto;
  width: 1180px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06);
}

.jyqrsLct {
  background: url(../image/lct.png) no-repeat;
  background-size: cover;
  width: 1140px;
  height: 130px;
  margin: 20px;
}

/* 节资率 */
.jyText {
  font-size: 14px;
  text-align: center;
  width: 90%;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 中间下部 */
.c-b {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  margin-bottom: 20px;
  margin-top: 20px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06);
}

.c-b .el-collapse-item__content {
  padding: 0;
}

.c-text {
  font-size: 16px;
  margin-left: 25px;
  margin-top: 20px;
}

.charts {
  width: 850px;
  height: 300px;
  margin: 0 auto;
}

/* 右侧 */
.m-right {
  width: 255px;
  position: absolute;
  right: 0;
  top: 320px;
  padding: 15px;
  box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 6%);
  background: #fff;
  border-radius: 12px;
}

.r-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.lcTitle {
  font-size: 14px;
  color: #303133;
}

.m-right .el-timeline {
  padding-left: 0px;
}

.m-right .el-timeline-item__content {
  color: #606266;
}

.m-right .ts {
  font-size: 12px;
  margin-top: 10px;
}


.footer {
  width: 100%;
  height: 200px;
  background-color: #37405E;
  display: flex;
  flex-direction: column;
}

.footer .selects {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer .selects .el-input {
  width: 230px;
  height: 30px;
  margin-right: 60px;
}

.footer .f-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  color: #C0C4CC;
}

.empty {
  width: 1180px;
  background-color: #fff;
  border-radius: 12px;
  min-height: 600px;
}


/* 适配1366*768 */

@media screen and (max-width: 1366px) {
  .t-l {
    margin-left: 11.6%;
  }

  .t-r {
    margin-left: 6.6%;
    margin-top: 1.8%;
  }


  .nav {
    width: 90%;
  }

  .msg {
    width: 860px;
  }
}