html {
  font-size: 100px;
}

@media screen and (max-width: 1800px) {
  html {
    font-size: 95px;
  }
}
@media screen and (max-width: 1700px) {
  html {
    font-size: 90px;
  }
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 85px;
  }
}
@media screen and (max-width: 1500px) {
  html {
    font-size: 80px;
  }
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 75px;
  }
}
@media screen and (max-width: 1300px) {
  html {
    font-size: 70px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 65px;
  }
}
@media screen and (max-width: 1100px) {
  html {
    font-size: 60px;
  }
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 55px;
  }
}
@media screen and (max-width: 900px) {
  html {
    font-size: 50px;
  }
}
.procurement .section1 .ibox {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 2.1rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}
.procurement .section1 .title {
  line-height: 1.75;
  padding-left: 0.6em;
  position: relative;
}
.procurement .section1 .title::before {
  position: absolute;
  content: "";
  width: 0.25em;
  height: 1.25em;
  background-color: #D81918;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 0.2em 0 0 0.2em;
}
.procurement .section1 .section-right {
  width: 12.74rem;
}
.procurement .section1 .right-top {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 0.18rem;
  border-bottom: 1px dashed rgba(34, 34, 34, 0.5);
}
.procurement .section1 .right-title {
  line-height: 1.75;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.procurement .section1 .right-select {
  line-height: 1.75;
}
.procurement .section1 .select-item {
  margin-right: 0.72rem;
  margin-bottom: 0.1rem;
}
.procurement .section1 .select-item.active, .procurement .section1 .select-item:hover {
  color: #D81918;
}
.procurement .section1 .right-bottom {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.32rem;
}
.procurement .section1 .right-search {
  position: relative;
  width: 100%;
}
.procurement .section1 .right-search input {
  width: 100%;
  outline: none;
  border: 1px solid #F2F2F2;
  background-color: #F2F2F2;
  line-height: 2.5;
  border-radius: 0.08rem;
  padding-left: 0.13rem;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.procurement .section1 .right-search input:focus {
  border-color: #D81918;
}
.procurement .section1 .right-search input::-webkit-input-placeholder {
  color: #DDDDDD;
}
.procurement .section1 .right-search input:-moz-placeholder {
  color: #DDDDDD;
}
.procurement .section1 .right-search input::-moz-placeholder {
  color: #DDDDDD;
}
.procurement .section1 .right-search input:-ms-input-placeholder {
  color: #DDDDDD;
}
.procurement .section1 .right-search input::placeholder {
  color: #DDDDDD;
}
.procurement .section1 .right-search .right-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  line-height: 2.0833333333;
  background-color: #D81918;
  color: #fff;
  padding: 0 0.25rem;
  border-radius: 0 0.08rem 0.08rem 0;
  cursor: pointer;
}
.procurement .section2 {
  padding-top: 0.67rem;
  padding-bottom: 1.8rem;
}
.procurement .section2 .ibox {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.procurement .section2 .left {
  width: 20.6547619048%;
  border-radius: 0.1rem 0.1rem 0 0;
  border: 1px solid #C9C9C9;
  overflow: hidden;
}
.procurement .section2 .left-item {
  display: block;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 0.9rem;
  padding: 0.1rem;
  line-height: 1.75;
}
.procurement .section2 .left-item.active, .procurement .section2 .left-item:hover {
  background-color: #f9f9f9;
  color: #D81918;
}
.procurement .section2 .left-item + .left-item {
  border-top: 1px solid #C9C9C9;
}
.procurement .section2 .section-right {
  width: 75.7738095238%;
}
.procurement .section2 .ul {
  margin-bottom: 0.6rem;
}

.procurement_detail .section1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3;
  margin-top: 0.35rem;
}
.procurement_detail .section1 .title {
  font-weight: bold;
}
.procurement_detail .section1 .link {
  margin: 0 0.1rem;
}
.procurement_detail .section1 .link:hover {
  color: #D81918;
  text-decoration: underline;
}
.procurement_detail .section2 {
  margin-top: 0.63rem;
  padding-top: 0.26rem;
  border-top: 1px solid rgba(34, 34, 34, 0.5);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.procurement_detail .section2 .left {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.procurement_detail .section2 .left-text {
  line-height: 1.3;
  font-weight: bold;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.procurement_detail .section2 .left-text + .left-text {
  margin-top: 0.26rem;
}
.procurement_detail .section2 .left-text .red {
  color: #D81918;
}
.procurement_detail .section2 .left-text span:nth-child(1) {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.procurement_detail .section2 .left-text span:nth-child(2) {
  font-weight: normal;
}
.procurement_detail .section2 .section-right {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 10px;
  color: #D81918;
  line-height: 2.5;
  border: 1px solid #D81918;
  border-radius: 0.12rem;
  padding: 0 0.84rem;
}
.procurement_detail .section2 .section-right:hover {
  background-color: #D81918;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .procurement .section1 .ibox {
    padding-top: 50px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .procurement .section1 .section-right {
    width: 100%;
    margin-top: 0.4rem;
  }
  .procurement .section1 .right-title {
    width: 100%;
    margin-bottom: 10px;
  }
  .procurement .section1 .right-top, .procurement .section1 .right-bottom {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .procurement .section2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .procurement .section2 .ibox {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .procurement .section2 .left {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border: none;
    border-radius: 0;
    margin-bottom: 20px;
  }
  .procurement .section2 .left-item {
    padding: 0 20px;
    margin-bottom: 10px;
    margin-right: 10px;
    min-height: initial;
    line-height: 2.2222222222;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #ddd;
  }
  .procurement .section2 .left-item.active, .procurement .section2 .left-item:hover {
    background-color: #D81918;
    color: #fff;
    border-color: #D81918;
  }
  .procurement .section2 .left-item + .left-item {
    border-top: 1px solid #ddd;
  }
  .procurement .section2 .left, .procurement .section2 .section-right {
    width: 100%;
  }
  .procurement_detail .section1 {
    margin-top: 30px;
  }
  .procurement_detail .section2 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .procurement_detail .section2 .left {
    width: 100%;
    -webkit-flex-grow: initial;
       -moz-box-flex: initial;
        -ms-flex-positive: initial;
            flex-grow: initial;
  }
  .procurement_detail .section2 .left-text {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .procurement_detail .section2 .left-text span:nth-child(1) {
    width: 100%;
    margin-bottom: 5px;
  }
  .procurement_detail .section2 .section-right {
    margin: 20px auto;
  }
}