body {
  background-color: #F2F2F2;
}

.journalBigData-header {
  width: 100%;
  height: 13.84vw;
  background: #20AE9C;
  backdrop-filter: blur(13.84vw);
  display: flex;
  line-height: 13.84vw;
}

.journalBigData-header-angle-bracket {
  line-height: 13.84vw;
  padding-left: 4.15vw;
  color: #fff;
}

.journalBigData-header-text {
  margin-left: auto;
  padding-right: 10vw;
  width: 100%;
  text-align: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 4.15vw;
  color: #FFFFFF;
  font-style: normal;
}

.journalBigData-input-container {
  position: relative;
  padding: 2.7vw 4.3vw 2.7vw 4.3vw;
}

.journalBigData-input {
  width: 91.5vw;
  height: 10.7vw;
  background: #FFFFFF;
  border-radius: 5.3vw;
  border: 0.3vw solid #EBEBEB;
  padding-left: 3vw;
}

.journalBigData-input-container .searchBtn {
  position: absolute;
  top: 5.5vw;
  right: 8vw;
}

.journalBigData-select {
  width: 100%;
  background: #FFFFFF;
  display: flex;
  height: 11.7vw;
}

.journalBigData-select-item {
  width: 33.33vw;
  display: flex;
}

.journalBigData-select-text {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 4vw;
  color: #333333;
  text-align: left;
  font-style: normal;
  line-height: 11.7vw;
  margin-left: 4.3vw;
}

.journalBigData-select-icon {
  width: 3vw;
  height: 3vw;
  margin-left: 1.3vw;
  margin-top: 4.8vw;
}


.journalCard-container {
  width: 100%;
  background: #FFFFFF;
  margin-top: 1.1vw;
  padding-top: 3.2vw;
  padding-bottom: 3.2vw;
  display: flex;
}

.journalCard-container-card-image {
  width: 21.3vw;
  height: 28.8vw;
  border-radius: 1.1vw;
  margin-left: 4.3vw;
  background-size: cover;
}

.journalCard-container-list {
  margin-top: 43vw;
  padding-bottom: 16vw;
}

.journalCard-container-card-right {
  margin-left: 2.7vw;
}

.journalCard-container-card-title {
  width: 67.5vw;
  height: 8.5vw;
  font-family: PingFangSC, PingFang SC;
  font-size: 4vw;
  color: #333333;
  line-height: 4.3vw;
  text-align: justify;
  font-style: normal;
}

.journalCard-container-card-right-bottom-left {
  margin-top: 1.3vw;
  width: 43.2vw;
}

.journalCard-container-card-right-bottom-left-text {
  height: 4.5vw;
  font-family: PingFangSC, PingFang SC;
  font-size: 3.2vw;
  color: #666666;
  line-height: 4.5vw;
  text-align: left;
  font-style: normal;
  margin-top: 0.5vw;
}

.journalCard-container-card-right-bottom-left-text span {
  color: #333333;
}

.journalCard-container-card-right-bottom-right {
  width: 25vw;
  height: 7.9vw;
  background-image: url(/res/images/journalBigData/submitNow.png);
  background-size: cover;
  margin-top: 13vw;
}




/* 黑色半透明遮罩样式 */
.overlay {
  position: fixed;
  top: 42.1vw;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 900;
  pointer-events: none;
  display: none;
}

/* 浮动列表样式 */
.floating-list {
  position: fixed;
  top: 42.1vw;
  width: 100%;
  overflow-y: auto;
  background-color: white;
  z-index: 1000;
  max-height: 120.7vw;
  display: none;
}

.floating-list li {
  height: 11.7vw;
}

.floating-list label {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 4.3vw;
  color: #323232;
  line-height: 5.9vw;
  text-align: left;
  font-style: normal;
  margin-left: 4.3vw;
  margin-top: 2.9vw;
}

.floating-list img {
  width: 4.3vw;
  height: 4.3vw;
  margin-top: 3.8vw;
  margin-right: 4.3vw;
  margin-left: auto;
}

.floating-list-div {
  display: flex;
}

.floating-list-line {
  width: 91.5vw;
  border: 0.3vw solid #F6F6F6;
  margin-left: 4.3vw;
  margin-top: 2.9vw;
}

.factor-floating-list {
  position: fixed;
  top: 42.1vw;
  width: 100%;
  overflow-y: auto;
  background-color: white;
  z-index: 1000;
  max-height: 120.7vw;
  height: 27.2vw;
  display: none;
}

.factor-input-item {
  display: flex;
}

.factor-input-item-label {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 4.3vw;
  color: #323232;
  line-height: 5.9vw;
  text-align: left;
  font-style: normal;
  margin-left: 4.3vw;
  margin-top: 4.3vw;
}

.factor-input-item-min {
  width: 21.5vw;
  height: 8.5vw;
  background: #F5FAF7;
  border-radius: 1.1vw;
  border: none;
  padding-left: 2.1vw;
  margin-top: 3.2vw;
  margin-left: 18vw;
}

.factor-input-item-line {
  width: 3.2vw;
  height: 0.3vw;
  background: #323232;
  margin-left: 1.3vw;
  margin-top: 7.2vw;
}

.factor-input-item-max {
  width: 21.5vw;
  height: 8.5vw;
  background: #F5FAF7;
  border-radius: 1.1vw;
  border: none;
  padding-left: 2.1vw;
  margin-top: 3.2vw;
  margin-left: -2vw;
}

.factor-line {
  width: 91.5vw;
  border: 0.3vw solid #F6F6F6;
  margin-left: 4.3vw;
  margin-top: 1.3vw;
}

.factor-buttons {
  display: flex;
  margin-top: 2.5vw;
  justify-content: center;
  gap: 10.1vw;
}

.factor-button-reset {
  width: 23.5vw;
  height: 8.5vw;
  background: #FFFFFF;
  border-radius: 1.1vw;
  border: 0.3vw solid #18B47F;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 3.7vw;
  color: #18B47F;
  line-height: 8.5vw;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.factor-button-confirm {
  width: 23.5vw;
  height: 8.5vw;
  background: #18B47F;
  border-radius: 1.1vw;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 3.7vw;
  color: #FFFFFF;
  line-height: 8.5vw;
  text-align: center;
  font-style: normal;
  text-transform: none;
}