body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.v-container {
  position: relative;
}

.login-content {
  position: absolute;
  top: 2.5rem;
  right: 12.5rem;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.1875rem;
  border: 0.0625rem solid #757785;
  padding: 0.3125rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.login-content a {
  color: #313855;
}

.login-content a:hover {
  color: #9096b6;
}

.divider-hor {
  width: 0.0625rem;
  height: 0.875rem;
  background-color: #757785;
}

.login-content span {
  cursor: pointer;
}

.header {
  width: 100%;
  height: 6.25rem;
}

.nav-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.375rem;
  background-color: #0061DC;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
}

.nav-bar__item {
  width: 9.625rem;
  height: 3.375rem;
  line-height: 3.375rem;
  font-size: 1rem;
  font-weight: 500;
  color: #FFFFFF;
  padding: 0 1.25rem;
  cursor: pointer;
  text-align: center;
  transition: all .3s;
}

.nav-bar__item a {
  display: inline-block;
  color: #FFFFFF;
  width: 100%;
  height: 100%;
}

.nav-bar__item:hover {
  background-color: #0051BA;
}

.project-detail {
  width: 100%;
  height: 40rem;
  background: linear-gradient(to bottom, #DAECFF, #FCFCFC 50%);
}

.project-content {
  width: 80rem;
  height: 31.25rem;
  margin: auto;
  padding-top: 2.5rem;
}

.project-header-title {
  gap: 0.625rem;
  margin-bottom: 1.25rem;
}

.title-tag {
  background-color: #ffa644;
  color: #fff;
  border-radius: 0.625rem 0 0.625rem 0;
  padding: 0.3125rem 0.625rem;
  box-sizing: border-box;
  font-size: 0.875rem;
  font-weight: bold;
}

.title-text {
  font-size: 1.5625rem;
  color: #303133;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  line-height: 1.875rem;
}

.content-body {
  width: 100%;
}

.left-imgs {
  width: 40%;
}

.main-img {
  width: 31.25rem;
  height: 18.75rem;
  margin-bottom: 1.25rem;
}

.main-img img {
  width: 100%;
  height: 100%;
}

.sub-imgs {
  gap: 1.5rem;
}

.sub-imgs .sub-img {
  width: 9.5rem;
  height: 6.375rem;
  border-radius: 0.375rem;
  /* border: 0.0625rem solid #0061DC; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-imgs .sub-img.active {
  border: 0.0625rem solid #0061DC;
}

.sub-imgs .sub-img img {
  width: 8.875rem;
  height: 5.75rem;
  border-radius: 0.3125rem;
}

.right-detail {
  width: 55%;
  box-sizing: border-box;
  margin-left: auto;
}

.detail-tag {
  height: 4rem;
  padding: 0.625rem 1.25rem 1.5625rem 1.25rem;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(180deg, #ff9ca9 0%, #FF5353 100%);
  box-shadow: 0rem 0.125rem 0.375rem 0rem #DCE2E8;
  border-radius: 0.5rem;
}

.tag-text {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  font-size: 1.5rem;
  color: #FFFFFF;
  line-height: 1.9375rem;
  letter-spacing: 0.125rem;
  text-align: left;
  font-style: normal;
}

.tag-time .tag-time__text {
  font-weight: 400;
  font-size: 0.875rem;
  color: #FFFFFF;
  line-height: 1.5rem;
}

.tag-time .tag-time__num {
  font-weight: 600;
  font-size: 1.25rem;
  color: #FFFFFF;
  line-height: 1.5rem;
}

.detail-body {
  position: relative;
  margin-top: -0.9375rem;
  /*height: 25rem;*/
  background: #FFFFFF;
  box-shadow: 0rem 0.125rem 0.375rem 0rem #DCE2E8;
  border-radius: 0.5rem 0.5rem 0 0;
  padding: 1.25rem 1.875rem;
}

.form-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.875rem;
  font-family: PingFangSC, PingFang SC;
}

.form-item .form-item__label {
  width: 6.5rem;
  font-weight: 400;
  font-size: 0.875rem;
  color: #303133;
}

.form-item .form-item__value {
  font-weight: 600;
  font-size: 1.25rem;
  color: #F33E3E;
  line-height: 1.875rem;
}

.form-item .form-item__value .number {
  font-size: 1.875rem;
}

.form-item .form-item__value .time {
  font-size: 1.5rem;
  color: #303133;
}
.cls-currMoney{
  font-style: normal;
}

.deal,
.no-deal {
  text-align: center;
  font-weight: 500;
  font-size: 1.125rem;
  color: #2468F2;
  line-height: 1.375rem;
  margin-bottom: 1.25rem;
}

input:focus-visible {
  outline: 0.0625rem solid #409EFF !important;
}

.btn {
  width: 5.375rem;
  height: 2.25rem;
  background: #0061DC !important;
  border-radius: 0.25rem;
  color: #fff;
  font-size: 0.875rem;
  margin-left: 1.25rem;
  cursor: pointer;
}

.btn[disabled='disabled'] {
  color: #909399;
  background: #f0f0f0 !important;
  cursor: not-allowed;
}

.form-item .form-item__input {
  width: 18.75rem;
  height: 2.25rem;
  background: #FFFFFF;
  border-radius: 0.25rem;
  outline: 0.0625rem solid #D2D2D2;
  padding: 0 0.625rem;
  transition: outline .3s;
}

.form-item .form-item__input[disabled] {
  background: #f0f0f0;
  cursor: not-allowed;
}

.form-tip {
  margin-left: 5rem;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #F33E3E;
  line-height: 0.875rem;
}

.divider {
  border: none;
  height: 0.0625rem;
  background: #E4E7EC;
  margin: 1rem 0;
}

.divider-foot {
  width: 80%;
  margin: 2.5rem auto 1.25rem;
  height: 0.0625rem;
  background-color: #4C546F;
}

.detail-content {
}

.detail-content__title {
  font-weight: 500;
  font-size: 1rem;
  color: #303133;
  line-height: 1.5rem;
  margin-bottom: 0.625rem;
}

.content-item {
  width: 25%;
}

.detail-content__item {
  font-weight: 400;
  font-size: 0.875rem;
  color: #515A6E;
  line-height: 1.875rem;
  text-align: left;
  font-style: normal;
}

.bidding-tip {
  font-weight: 400;
  font-size: 0.875rem;
  color: #515A6E;
  line-height: 1.875rem;
}
.new-times {
  font-weight: 400;
  font-size: 0.875rem;
  color: #515A6E;
  line-height: 1.875rem;
}

.notice {
  padding: 0.0625rem;
  padding-bottom: 1.25rem;
  background: linear-gradient(to top, #FCFCFC 0%, rgba(218,236,255,0.5) 100%);
}

.notice-title {
  margin: 3.125rem auto 1.875rem;
  width: 16.75rem;
  height: 2.5625rem;
}

.notice-title img {
  width: 100%;
  height: 100%;
}

.notice-content {
  width: 80rem;
  margin: auto;
  padding: 1.875rem 2.5rem;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 0.875rem;
  color: #303133;
  line-height: 1.375rem;
  background-color: #fff;
  border-radius: 0.5rem;
}

.project-title {
  text-align: center;
  font-weight: 600;
  font-size: 1.5625rem;
  color: #313855;
  line-height: 2.5rem;
  margin-bottom: 1.25rem;
}

.notice-text {
}

.notice-text p {
  margin: 0;
  line-height: 1.875rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #515A6E;
}

.notice-text p.indent {
  text-indent: 2em;
}

.notice-text p.title {
  color: #313855;
  font-size: 1rem;
  line-height: 1.875rem;
  font-weight: 600;
}

.footer {
  background-color: rgba(40, 44, 55, 1);
  width: 100%;
  height: 16.25rem;
  margin-bottom: 122.875rem;
}

.footer-content {
  width: 63.75rem;
  height: 5.5rem;
  margin: 3.75rem auto 0.625rem auto;
}

.text-wrapper {
  width: 4rem;
  height: 5.5rem;
}

.text-wrapper:not(:first-child) {
  margin-left: 5rem;
}

.nav-text {
  width: 4rem;
  height: 1.5rem;
  color: rgba(255, 255, 255, 1);
  font-size: 1rem;
  line-height: 1.5rem;
  cursor: pointer;
}

.nav-text:nth-child(2n) {
  margin-top: 2.5rem;
}

.service-content {
  width: 9.875rem;
  height: 5.5rem;
}

.service-title {
  width: 4rem;
  height: 1.5rem;
  color: rgba(255, 255, 255, 1);
  font-size: 1rem;
  line-height: 1.5rem;
}

.service-value {
  width: 9.875rem;
  height: 2.125rem;
  color: rgba(169, 172, 185, 1);
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2.125rem;
  margin-top: 1.875rem;
}

.contact-img {
  width: 4rem;
  height: 5.5rem;
  margin-left: 3.75rem;
}

.image-wrapper {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 0.25rem;
  height: 4rem;
  width: 4rem;
  padding: 0.125rem;
}

.contact-text {
  width: 4rem;
  color: rgba(255, 255, 255, 1);
  font-size: 0.875rem;
  line-height: 1.375rem;
  margin-top: 0.125rem;
  text-align: center;
}

.copyright {
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 0.875rem;
  color: #818799;
  line-height: 1.375rem;
}

body * {
  box-sizing: border-box;
  flex-shrink: 0;
}
body {
  font-family: PingFangSC, PingFang SC;
}
input {
  background-color: transparent;
  border: 0;
}
button {
  margin: 0;
  padding: 0;
  border: 0.0625rem solid transparent;
  outline: none;
  background-color: transparent;
}

button:active {
  opacity: 0.6;
}
.flex {
  display: flex;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.justify-start {
  display: flex;
  justify-content: flex-start;
}
.justify-center {
  display: flex;
  justify-content: center;
}

.justify-end {
  display: flex;
  justify-content: flex-end;
}
.justify-evenly {
  display: flex;
  justify-content: space-evenly;
}
.justify-around {
  display: flex;
  justify-content: space-around;
}
.justify-between {
  display: flex;
  justify-content: space-between;
}
.align-start {
  display: flex;
  align-items: flex-start;
}
.align-center {
  display: flex;
  align-items: center;
}
.align-end {
  display: flex;
  align-items: flex-end;
}
.font-pingfang {
  font-family: PingFangSC, PingFang SC;
}

.table {
  width: 100%;
  border-collapse: collapse;          /* 合并边框 */
  /* border: 0.0625rem solid #E5E6EB; */
  font-family: PingFangSC, "PingFang SC", sans-serif;
  table-layout: fixed;
  margin: 0.3125rem 0;
}

/* 表头 */
.table thead th {
  background: #f0f0f6;                /* 头部背景色 */
  border-right: 0.0625rem solid #E5E6EB;
  font-weight: 500;
  font-size: 0.875rem;
  color: #3D3F51;
  line-height: 1.25rem;
  padding: 0.5rem 1.25rem;                  /* 统一内边距 */
  text-align: left;                    /* 头部文字左对齐 */
}

/* 单元格（正文） */
.table tbody td {
  border: 0.0625rem solid #E5E6EB;
  font-weight: 400;
  font-size: 0.875rem;
  color: #3D3F51;
  line-height: 1.25rem;
  padding: 0.5rem 1.25rem;                  /* 统一内边距 */
}

#to-top {
  position: fixed;
  bottom: 1.875rem;
  right: 1.875rem;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background-color: #007bff;
  box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.3);
  border: none;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  opacity: 0.8;
  z-index: 999;
  display: none;
}

.to-top {
  display: none;
}

#to-top:hover {
  opacity: 1;
  transform: translateY(-0.1875rem);
  box-shadow: 0 0.375rem 0.9375rem rgba(0, 0, 0, 0.4);
}

#to-top:active {
  transform: translateY(0);
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.3);
}

.author-tab__title {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  border-bottom: 0.0625rem solid #dfdfdf;
  background-color: #fff;
  margin-bottom: 1.25rem;
}

.author-tab__title .tab-item {
  width: 8.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  font-size: 0.9375rem;
  text-align: center;
  cursor: pointer;
  transition: color .3s ease;
}

.author-tab__title .tab-item.is-selected {
  color: #2587ff;
}

.author-tab__title .tab-slider {
  position: absolute;
  bottom: 0;
  height: 0.1875rem;
  background-color: #2587ff;
  transition: all .3s ease;
}

.article-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4.375rem;
  margin: 0.25rem 0;
}

.article-row .article-row__item {
  line-height: 2.375rem;
  color: #606266;
}

.article-row .article-row__item .item-label {
  margin-right: 0.9375rem;
}

.text-indent {
  text-indent: 2em;
}

.descriptions-container{width:100%;max-width:75rem;margin:1.25rem auto;background:#fff;border-radius:0.25rem;overflow:hidden;}
.descriptions-header{font-size: 0.875rem;background:#EAEEF6;color:#333;padding:0.625rem;font-weight:600;border:0.0625rem solid #ebeef5;border-bottom: none;}
.descriptions-body.text{border: 0.0625rem solid #ebeef5}
.descriptions-table{width:100%;border-collapse:collapse;table-layout:fixed}
.descriptions-table td{padding:0.625rem;font-size:0.875rem;border:0.0625rem solid #ebeef5}
.descriptions-table .label{background:#fafafa;color:#909399;font-weight:500;width:9.375rem;white-space:nowrap}
.descriptions-table .content{color:#606266}
.text-body { padding:0.625rem; font-size:0.875rem;color:#606266}

.red * {color: red !important;}

.winBidLogo {
  position: absolute;
  top: 2.5rem;
  right: 5.9375rem;
  display: none;
  width: 5rem;
}
.winBidLogo img {
  width: 100%;
}
.el-table{
  width: 100%;
  font-size: 1rem;
  line-height: 2.5rem;
  text-align: center;
  border: 1px solid #ebeef5;
}
.el-table span{
  flex: 1;
}
.el-table__header{
  background-color: #f4f4f8;
  color: #777;
}
.el-table__row{
  color: #3c3c3c;
}
table tr th,
table tr td {
  border: 1px solid #ebeef5;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  html{
    font-size: 9px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  html{
    font-size: 10px;
  }
}
@media (min-width: 1400px) and (max-width: 1699.98px) {
  html{
    font-size: 12px;
  }
}
@media (min-width: 1700px) and (max-width: 2099.98px) {
  html{
    font-size: 15px;
  }
}