.procurement_detail1 {
  min-height: 70vh;
  padding: 116px 0 40px;
}
.procurement_detail1 .w1200 .up {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.procurement_detail1 .w1200 .up .message {
  display: flex;
  align-items: center;
  gap: 8px;
}
.procurement_detail1 .w1200 .up .message .img {
  width: 56px;
  height: 56px;
  border-radius: 4px;
  border: 1px solid #E4E7E7;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.procurement_detail1 .w1200 .up .message .img img {
  object-fit: contain;
}
.procurement_detail1 .w1200 .up .message .text .p1 {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 4px;
}
.procurement_detail1 .w1200 .up .message .text .p2 {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.procurement_detail1 .w1200 .up .r_search {
  position: relative;
}
.procurement_detail1 .w1200 .up .r_search button {
  width: 88px;
  height: 34px;
  border-radius: 2px 2px 4px 2px;
  background: #00706B;
  position: absolute;
  right: 3px;
  top: 3px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: .4s ease;
}
.procurement_detail1 .w1200 .up .r_search button:hover {
  background: var(--color2);
}
.procurement_detail1 .w1200 .up .r_search input {
  width: 360px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #E4E7E7;
  background: #FFF;
  padding: 0 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: .6s ease;
}
.procurement_detail1 .w1200 .up .r_search input::placeholder {
  color: #999;
}
.procurement_detail1 .w1200 .up .r_search input:focus {
  border-color: var(--color);
}
.procurement_detail1 .w1200 .content {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin: 24px 0 0 0;
}
.procurement_detail1 .w1200 .content .l {
  width: 590px;
}
.procurement_detail1 .w1200 .content .l .carousel {
  display: flex;
  justify-content: space-between;
  height: 470px;
}
.procurement_detail1 .w1200 .content .l .carousel .small {
  width: 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.procurement_detail1 .w1200 .content .l .carousel .small .smallSwiper {
  width: 100%;
  height: 430px;
}
.procurement_detail1 .w1200 .content .l .carousel .small .smallSwiper .swiper-slide {
  cursor: pointer;
}
.procurement_detail1 .w1200 .content .l .carousel .small .smallSwiper .swiper-slide .img {
  width: 100%;
  height: 100px;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.procurement_detail1 .w1200 .content .l .carousel .small .smallSwiper .swiper-slide .img img {
    width: 100%;
    height: 100%;
}
.procurement_detail1 .w1200 .content .l .carousel .small .next {
  width: 100%;
  height: 30px;
  border-radius: 8px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .6s ease;
}
.procurement_detail1 .w1200 .content .l .carousel .small .next:hover {
  background: var(--color);
}
.procurement_detail1 .w1200 .content .l .carousel .small .next:hover .iconfont {
  color: #fff;
}
.procurement_detail1 .w1200 .content .l .carousel .small .next .iconfont {
  font-size: 16px;
  transform: rotate(90deg);
  transition: .6s ease;
}
.procurement_detail1 .w1200 .content .l .carousel .bigSwiper {
  width: 470px;
  height: 100%;
}
.procurement_detail1 .w1200 .content .l .carousel .bigSwiper .img {
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
}
.procurement_detail1 .w1200 .content .l .carousel .bigSwiper .img img {
  /*object-fit: contain;*/
    width: 100%;
    height: 100%;
}
.procurement_detail1 .w1200 .content .l .other {
  margin: 20px 0 0 0;
  border-radius: 8px;
  background: #FFF;
}
.procurement_detail1 .w1200 .content .l .other .cut {
  padding: 20px 16px 0 16px;
  display: flex;
  gap: 40px;
  border-bottom: 1px solid #F4F5F5;
}
.procurement_detail1 .w1200 .content .l .other .cut .list {
  padding: 0 0 11px;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: .3s ease;
}
.procurement_detail1 .w1200 .content .l .other .cut .list.on, .procurement_detail1 .w1200 .content .l .other .cut .list:hover {
  color: var(--color);
}
.procurement_detail1 .w1200 .content .l .other .cut .list.on:after, .procurement_detail1 .w1200 .content .l .other .cut .list:hover:after {
  transform: scaleX(1);
}
.procurement_detail1 .w1200 .content .l .other .cut .list:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--color);
  bottom: -1px;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: .3s ease;
}
.procurement_detail1 .w1200 .content .l .other .title {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}
.procurement_detail1 .w1200 .content .l .other .evaluation {
  padding: 20px 24px 32px 16px;
}
.procurement_detail1 .w1200 .content .l .other .evaluation .more {
  height: 40px;
  border-radius: 4px;
  border: 1px solid #5D6970;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 24px auto 0;
  padding: 0 32px;
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  transition: .4s ease;
  cursor: pointer;
}
.procurement_detail1 .w1200 .content .l .other .evaluation .more:hover {
  background: var(--color);
  border-color: var(--color);
  color: #fff;
}
.procurement_detail1 .w1200 .content .l .other .evaluation .flex {
  margin: 20px 0 0 0;
}
.procurement_detail1 .w1200 .content .l .other .evaluation .flex .list:not(:last-child) {
  margin: 0 0 28px;
}
.procurement_detail1 .w1200 .content .l .other .evaluation .flex .list .name {
  display: flex;
  align-items: center;
  gap: 8px;
}
.procurement_detail1 .w1200 .content .l .other .evaluation .flex .list .name .pic {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.procurement_detail1 .w1200 .content .l .other .evaluation .flex .list .name .pic img {
  width: 100%;
  height: 100%;
}
.procurement_detail1 .w1200 .content .l .other .evaluation .flex .list .name p {
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.procurement_detail1 .w1200 .content .l .other .evaluation .flex .list .des {
  margin: 15px 0;
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
}
.procurement_detail1 .w1200 .content .l .other .evaluation .flex .list .imgArr {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.procurement_detail1 .w1200 .content .l .other .details {
  padding: 20px 24px 32px 16px;
  border-top: 1px solid #F4F5F5;
}
.procurement_detail1 .w1200 .content .l .other .details .img {
  margin: 14px 0 0 0;
}
.procurement_detail1 .w1200 .content .l .other .security {
  padding: 20px 5px 32px 16px;
  border-top: 1px solid #F4F5F5;
}
.procurement_detail1 .w1200 .content .l .other .security .flex {
  margin: 21px 0 0 0;
}
.procurement_detail1 .w1200 .content .l .other .security .flex .list:not(:last-child) {
  margin: 0 0 20px;
}
.procurement_detail1 .w1200 .content .l .other .security .flex .list .label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.procurement_detail1 .w1200 .content .l .other .security .flex .list .label svg {
  width: 16px;
  height: 20px;
  display: block;
}
.procurement_detail1 .w1200 .content .l .other .security .flex .list .label p {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}
.procurement_detail1 .w1200 .content .l .other .security .flex .list .warranty {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 13px 0;
}
.procurement_detail1 .w1200 .content .l .other .security .flex .list .pick {
  color: #888B94;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 13px 0 0;
}
.procurement_detail1 .w1200 .content .side {
  width: 590px;
  height: auto;
  border-radius: 8px;
  background: #FFF;
  padding: 32px 24px;
  position: sticky;
  top: 120px;
}
.procurement_detail1 .w1200 .content .side .title {
  color: #333;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}
.procurement_detail1 .w1200 .content .side .current_price {
  margin: 21px 0 0 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.procurement_detail1 .w1200 .content .side .current_price .dis {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.procurement_detail1 .w1200 .content .side .current_price .dis .red {
  color: #FF3737;
  font-size: 32px;
  font-style: normal;
  font-weight: bold;
  line-height: 70%;
}
.procurement_detail1 .w1200 .content .side .current_price .dis .red span {
  font-size: 20px;
}
.procurement_detail1 .w1200 .content .side .current_price .dis .original_price {
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.procurement_detail1 .w1200 .content .side .current_price .inventory {
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.procurement_detail1 .w1200 .content .side .grey {
  margin: 24px 0 0;
  height: 48px;
  border-radius: 6px;
  background: #F4F5F5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
}
.procurement_detail1 .w1200 .content .side .grey .dis {
  display: flex;
  gap: 20px;
}
.procurement_detail1 .w1200 .content .side .grey .dis p {
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.procurement_detail1 .w1200 .content .side .grey .price {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.procurement_detail1 .w1200 .content .side .flex {
  margin: 30px 0 0 0;
}
.procurement_detail1 .w1200 .content .side .flex .list {
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 46px;
}
.procurement_detail1 .w1200 .content .side .flex .list:not(:last-child) {
  margin: 0 0 15px;
}
.procurement_detail1 .w1200 .content .side .flex .list .txt {
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.procurement_detail1 .w1200 .content .side .flex .list .area_text {
  width: 70%;
  position: relative;
}
.procurement_detail1 .w1200 .content .side .flex .list .area_text.on .hide {
  pointer-events: auto;
}
.procurement_detail1 .w1200 .content .side .flex .list .area_text.on .hide:before {
  opacity: 1;
}
.procurement_detail1 .w1200 .content .side .flex .list .area_text.on .hide .jump {
  transform: scaleY(1);
  opacity: 1;
}
.procurement_detail1 .w1200 .content .side .flex .list .area_text .show {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.procurement_detail1 .w1200 .content .side .flex .list .area_text .hide {
  position: absolute;
  width: 620px;
  top: calc(100% + 15px);
  left: 50%;
  pointer-events: none;
  z-index: 1;
  transform: translateX(-50%);
}
.procurement_detail1 .w1200 .content .side .flex .list .area_text .hide:before {
  position: absolute;
  width: 10px;
  height: 10px;
  top: -4px;
  left: 50%;
  content: " ";
  transform: translateX(-50%) rotate(45deg);
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #e4e7ed;
  border-top-left-radius: 2px;
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
  z-index: 2;
  opacity: 0;
  transition: .3s ease;
  clip-path: polygon(0 0, 100% 0, 0 100%, 0 0);
}
.procurement_detail1 .w1200 .content .side .flex .list .area_text .hide .jump {
  width: 100%;
  background: #fff;
  border: 1px solid #e4e7ed;
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.12));
  border-radius: 4px;
  overflow: hidden;
  overflow-y: auto;
  transition: 0.32s;
  transform: scaleY(0);
  transform-origin: center top;
  opacity: 0;
  padding: 15px;
}
.procurement_detail1 .w1200 .content .side .flex .list .area_text .hide .jump .shang {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.procurement_detail1 .w1200 .content .side .flex .list .area_text .hide .jump .shang .click {
  display: flex;
  gap: 20px;
}
.procurement_detail1 .w1200 .content .side .flex .list .area_text .hide .jump .shang .click .click_list {
  padding: 0 0 10px;
  position: relative;
  color: #111;
  font-size: 16px;
  font-weight: bold;
  transition: .3s ease;
  cursor: pointer;
}
.procurement_detail1 .w1200 .content .side .flex .list .area_text .hide .jump .shang .click .click_list.on {
  color: var(--color);
}
.procurement_detail1 .w1200 .content .side .flex .list .area_text .hide .jump .shang .click .click_list.on:after {
  transform: scaleX(1);
}
.procurement_detail1 .w1200 .content .side .flex .list .area_text .hide .jump .shang .click .click_list:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -1px;
  left: 0;
  background: var(--color);
  transform-origin: left;
  transform: scaleX(0);
  transition: .3s ease;
}
.procurement_detail1 .w1200 .content .side .flex .list .area_text .hide .jump .hide_con .hide_matter {
  display: none;
}
.procurement_detail1 .w1200 .content .side .flex .list .area_text .hide .jump .hide_con .hide_matter.on {
  display: block;
}
.procurement_detail1 .w1200 .content .side .flex .list .area_text .hide .jump .hide_con .hide_matter .grid2 {
  margin: 25px 0 0;
}
.procurement_detail1 .w1200 .content .side .flex .list .area_text .hide .jump .hide_con .hide_matter .grid2 .list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
}
.procurement_detail1 .w1200 .content .side .flex .list .area_text .hide .jump .hide_con .hide_matter .grid2 .list:not(:last-child) {
  margin: 0 0 26px;
}
.procurement_detail1 .w1200 .content .side .flex .list .area_text .hide .jump .hide_con .hide_matter .grid2 .list .txt {
  color: #5D6970;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: right;
  min-width: 80px;
}
.procurement_detail1 .w1200 .content .side .flex .list .area_text .hide .jump .hide_con .hide_matter .grid2 .list .txt span {
  color: #FF3737;
}
.procurement_detail1 .w1200 .content .side .flex .list .area_text .hide .jump .hide_con .hide_matter .grid2 .list .input {
  width: 420px;
}
.procurement_detail1 .w1200 .content .side .flex .list .area_text .hide .jump .hide_con .hide_matter .grid2 .list .input input {
  width: 100%;
  height: 34px;
  border-radius: 4px;
  border: 1px solid #F0F0F0;
  background: #FFF;
  padding: 0 13px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: .6s ease;
}
.procurement_detail1 .w1200 .content .side .flex .list .area_text .hide .jump .hide_con .hide_matter .grid2 .list .input input:focus {
  border-color: var(--color);
}
.procurement_detail1 .w1200 .content .side .flex .list .area_text .hide .jump .hide_con .hide_matter .grid2 .list .input input::placeholder {
  color: #C5C7CE;
}
.procurement_detail1 .w1200 .content .side .flex .list .area_text .hide .jump .hide_con .hide_matter .grid2 .list .input .pick-area {
  width: 100%;
  height: 34px;
}
.procurement_detail1 .w1200 .content .side .flex .list .area_text .hide .jump .hide_con .hide_matter .grid2 .list .input .pick-area .pick_show {
  border: 1px solid #F0F0F0;
  border-radius: 4px;
  padding: 0 13px;
  font-size: 14px;
}
.procurement_detail1 .w1200 .content .side .flex .list .area_text .hide .jump .hide_con .hide_matter .grid2 .prompt {
  margin: 0 0 0 91px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.procurement_detail1 .w1200 .content .side .flex .list .area_text .hide .jump .hide_con .hide_matter .grid2 .prompt .circle {
  width: 16px;
  height: 16px;
  background: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.procurement_detail1 .w1200 .content .side .flex .list .area_text .hide .jump .hide_con .hide_matter .grid2 .prompt .circle svg {
  width: 11px;
  height: 9px;
  display: block;
}
.procurement_detail1 .w1200 .content .side .flex .list .area_text .hide .jump .hide_con .hide_matter .grid2 .prompt p {
  color: #00706B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.procurement_detail1 .w1200 .content .side .flex .list .area_text .hide .jump .hide_con .hide_matter .grid2 .end {
  display: flex;
  justify-content: flex-end;
  gap: 7px;
  margin: 26px 0 0 0;
}
.procurement_detail1 .w1200 .content .side .flex .list .area_text .hide .jump .hide_con .hide_matter .grid2 .end .button {
  height: 32px;
  border-radius: 4px;
  background: #00706B;
  width: fit-content;
  padding: 0 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: .4s ease;
  cursor: pointer;
}
.procurement_detail1 .w1200 .content .side .flex .list .area_text .hide .jump .hide_con .hide_matter .grid2 .end .button:hover {
  background: var(--color2);
}
.procurement_detail1 .w1200 .content .side .flex .list .area_text .hide .jump .hide_con .hide_matter .grid2 .end .button.bor {
  background: #fff;
  border: 1px solid #DCDDE1;
  color: #999;
}
.procurement_detail1 .w1200 .content .side .flex .list .area_text .hide .jump .hide_con .hide_matter .grid2 .end .button.bor:hover {
  border: 1px solid var(--color);
  color: var(--color);
}
.procurement_detail1 .w1200 .content .side .flex .list .area_text .hide .jump .hide_con .hide_matter .grid {
  margin: 15px 0 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  overflow: hidden;
  max-height: 264px;
  overflow-y: auto;
}
.procurement_detail1 .w1200 .content .side .flex .list .area_text .hide .jump .hide_con .hide_matter .grid .item {
  width: 100%;
  height: 80px;
  border-radius: 6px;
  border: 1px solid #F0F0F0;
  background: #FFF;
  padding: 7px;
  transition: .4s ease;
  cursor: pointer;
}
.procurement_detail1 .w1200 .content .side .flex .list .area_text .hide .jump .hide_con .hide_matter .grid .item.on, .procurement_detail1 .w1200 .content .side .flex .list .area_text .hide .jump .hide_con .hide_matter .grid .item:hover {
  border: 1px solid #00706B;
}
.procurement_detail1 .w1200 .content .side .flex .list .area_text .hide .jump .hide_con .hide_matter .grid .item.on .icon img, .procurement_detail1 .w1200 .content .side .flex .list .area_text .hide .jump .hide_con .hide_matter .grid .item:hover .icon img {
  opacity: 0;
}
.procurement_detail1 .w1200 .content .side .flex .list .area_text .hide .jump .hide_con .hide_matter .grid .item.on .icon svg, .procurement_detail1 .w1200 .content .side .flex .list .area_text .hide .jump .hide_con .hide_matter .grid .item:hover .icon svg {
  opacity: 1;
}
.procurement_detail1 .w1200 .content .side .flex .list .area_text .hide .jump .hide_con .hide_matter .grid .item.on .text .detailed .label, .procurement_detail1 .w1200 .content .side .flex .list .area_text .hide .jump .hide_con .hide_matter .grid .item:hover .text .detailed .label {
  display: block;
}
.procurement_detail1 .w1200 .content .side .flex .list .area_text .hide .jump .hide_con .hide_matter .grid .item .text .detailed {
  margin: 5px 0 0 0;
}
.procurement_detail1 .w1200 .content .side .flex .list .area_text .hide .jump .hide_con .hide_matter .grid .item .text .detailed p {
  color: #5D6970;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.procurement_detail1 .w1200 .content .side .flex .list .area_text .hide .jump .hide_con .hide_matter .grid .item .text .address {
  margin: 5px 0 0;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.procurement_detail1 .w1200 .content .side .flex .list .area_text .hide .jump .hide_con .hide_matter .grid .item .text .message {
  margin: 0;
  display: flex;
  gap: 5px;
}
.procurement_detail1 .w1200 .content .side .flex .list .area_text .hide .jump .hide_con .hide_matter .grid .item .text .message p {
  color: #5D6970;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.procurement_detail1 .w1200 .content .side .flex .list .area_text .hide .jump .hide_con .hide_matter .grid .item .text .message p:first-child {
  font-weight: bold;
  color: #111;
}
.procurement_detail1 .w1200 .content .side .flex .list .quantity {
  display: flex;
  align-items: center;
}
.procurement_detail1 .w1200 .content .side .flex .list .quantity .reduce:before {
  display: none;
}
.procurement_detail1 .w1200 .content .side .flex .list .quantity .reduce, .procurement_detail1 .w1200 .content .side .flex .list .quantity .add {
  width: 31px;
  height: 31px;
  border-radius: 4px;
  background: #F4F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transition: .3s ease;
}
.procurement_detail1 .w1200 .content .side .flex .list .quantity .reduce:hover, .procurement_detail1 .w1200 .content .side .flex .list .quantity .add:hover {
  background: #d2d2d2;
}
.procurement_detail1 .w1200 .content .side .flex .list .quantity .reduce:after, .procurement_detail1 .w1200 .content .side .flex .list .quantity .add:after {
  content: '';
  position: absolute;
  width: 11px;
  height: 1px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #333;
}
.procurement_detail1 .w1200 .content .side .flex .list .quantity .reduce:before, .procurement_detail1 .w1200 .content .side .flex .list .quantity .add:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 11px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #333;
}
.procurement_detail1 .w1200 .content .side .flex .list .quantity input {
  width: 44px;
  border: none;
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
.procurement_detail1 .w1200 .content .side .flex .list .label_click {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.procurement_detail1 .w1200 .content .side .flex .list .label_click span {
  height: 34px;
  border-radius: 4px;
  background: #F4F5F5;
  width: fit-content;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  border: 1px solid transparent;
  transition: .6s ease;
}
.procurement_detail1 .w1200 .content .side .flex .list .label_click span:hover {
  background: #d2d2d2;
}
.procurement_detail1 .w1200 .content .side .flex .list .label_click span.on {
  border: 1px solid #00706B;
  background: rgba(0, 112, 107, 0.1);
  color: var(--color);
}
.procurement_detail1 .w1200 .content .side > .button {
  margin: 40px 0 0;
  padding: 20px 0 0;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.procurement_detail1 .w1200 .content .side > .button .list {
  width: 100%;
  height: 48px;
  border-radius: 6px;
  background: #00706B;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  transition: .4s ease;
}
.procurement_detail1 .w1200 .content .side > .button .list:hover {
  background: var(--color2);
}
.procurement_detail1 .w1200 .content .side > .button .list.purchase {
  background: #FF3737;
}
.procurement_detail1 .w1200 .content .side > .button .list.purchase:hover {
  background: #c71c1c;
}

.comment {
  border-radius: 12px;
  background: #F7F8FC;
  width: 950px;
}
.comment .up {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 25px;
  background: #F7F8FC;
  width: 100%;
  border-radius: 12px 12px 0 0;
}
.comment .up .title {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}
.comment .up .close {
  width: 13px;
  height: 13px;
  cursor: pointer;
}
.comment .up .close:hover svg path {
  fill: var(--color);
}
.comment .up .close svg {
  width: 100%;
  height: 100%;
  display: block;
}
.comment .up .close svg path {
  transition: .4s ease;
}
.comment .details {
  border-radius: 8px;
  background: #FFF;
  padding: 29px 24px;
  max-height: 75vh;
  overflow: hidden;
  overflow-y: auto;
}
.comment .details .latest {
  display: flex;
  align-items: center;
  margin: 0 0 13px;
}
.comment .details .latest p {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.comment .details .latest .line {
  width: 1px;
  height: 14px;
  background: #00706B;
  margin: 0 8px;
}
.comment .details .flex {
  margin: 25px 0 0;
}
.comment .details .flex .list {
  display: flex;
  gap: 8px;
  align-items: start;
  padding: 0 0 24px;
}
.comment .details .flex .list:not(:last-child) {
  margin: 0 0 25px;
  border-bottom: 1px solid #ECEEEE;
}
.comment .details .flex .list .name .pic {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.comment .details .flex .list .name .pic img {
  width: 100%;
  height: 100%;
}
.comment .details .flex .list .r {
  margin: 6px 0 0 0;
}
.comment .details .flex .list .r .name_text {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.comment .details .flex .list .r .label {
  margin: 10px 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.comment .details .flex .list .r .label .time {
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.comment .details .flex .list .r .label p {
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.comment .details .flex .list .r .des {
  margin: 15px 0;
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
}
.comment .details .flex .list .r .imgArr {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
