.component__report__pop .head-level,
.component__report__pop .head-level img,
.component__report__form .head-level,
.component__report__form .head-level img {
  position: relative;
  width: 821px;
  height: 80px;
}

.component__report__pop .form-level{
  width: 100%;
  padding: 10px 40px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.component__report__pop .content-box {
  display: flex;
  justify-content: space-between;
  padding: 30px 55px 40px 30px;
}


/* .component__report__pop .content-box .left-box {
  width: 360px;
} */

.component__report__pop .content-box .right-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 219px;
}

.component__report__pop .content-box .right-box .book-img {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.component__report__pop .component__form__input>.input-info {
  width: 130px;
}

#report-pop .component__form__input>.input-info>.input-alert{
  position:absolute;
  left: 130px;
  top: 40px;
  width: 254px;
}

.component__report__pop .form-level .form-row {
  width: 100%;
}

.component__report__pop .content-box .right-box .book-img::after {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 215px;
  height: 34px;
  border-radius: 20px;
  background: #262626;
  opacity: 0.2;
  filter: blur(10px);
  z-index: -1;
}

.component__report__pop .content-box .right-box .book-img img {
  width: 215px;
  height: 283px;
}

.component__report__pop .content-box .right-box .report-desc {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #262626;
  line-height: 33px;
}

.component__report__pop .content-box .right-box .receive-btn {
  width: 100%;
  height: 48px;
  background: #1890FF;
  border-radius: 24px;

  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 48px;

  cursor: pointer;
}

.component__report__pop .content-box .component__form__input>.input-info {
  height: 16px;
  width: 130px;
  float: unset;
}

.component__report__pop .content-box .component__form__input>.input-box {
  flex: 1;

}

.component__report__pop .content-box .form-level .component__form__input {
  height: 40px;
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.component__report__pop .content-box .form-level .form-row:last-child .component__form__input {
  margin-bottom: 0;
}

.component__form__select.select-cascader.active>.select-box {
  height: 174px;
}

/* @media screen and (min-height: 710px) and (max-height: 830px) {
  .component__report__pop .report-univ-area .component__form__select >.select-box {
    max-height: 160px;
  }
} */

.component__report__pop .address-search-box {
  position: absolute;
  z-index: 1;
  width: calc(100% - 126px);
  margin: 2px 0;
  height: 0;
  top: 40px;
  right: 0;
  border-radius: 4px;
  background-color: transparent;
  border: 1px solid transparent;
  overflow-y: auto;
  /* display: none; */
  transition: all 0.3s;
}

.component__report__pop .address-search-box.active {
  /* display: block; */
  height: 200px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid var(--border-default-color);
  transition: all 0.2s;
  background-color: var(--bg-default-color);
}

.component__report__pop .address-search-box .search-item {
  cursor: pointer;
  /* user-select: none; */
  transition: all 0.2s;
  padding: 10px 15px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.component__report__pop .address-search-box .search-item .name {
  color: var(--theme-primary-color);
}

.component__report__pop .address-search-box .search-item .address {
  color: var(--text-sub2-color);
}

.component__report__pop .address-search-box .search-item:hover {
  background-color: var(--bg-light-color);
  transition: all 0.3s;
}

.component__report__pop .address-search-box .search-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 198px;
}

@media screen and (min-height: 700px) and (max-height: 860px) {
  .component__report__pop .report-degree .component__form__select > .select-box {
    max-height: 160px;
  }

  .component__report__pop .report-univ-area .component__form__select > .select-box {
    max-height: 120px;
  }
}

@media screen and (min-height: 610px) and (max-height: 700px) {
  .component__report__pop .report-degree .component__form__select > .select-box {
    max-height: 120px;
  }

  .component__report__pop .report-univ-area .component__form__select >.select-box {
    max-height: 80px;
  }
}

@media screen and (max-height: 610px) {
  .component__report__pop .report-degree .component__form__select > .select-box {
    max-height: 120px;
  }

  .component__report__pop .report-univ-area .component__form__select >.select-box {
    max-height: 60px;
  }
}