.search-profile-modal {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 999;
  display: none;
  margin-top: 0rem;
    font-size: 0.32rem;
    padding: 0.5rem 0.3rem;
}
.search-profile-content {
  min-width: 250px;
  max-width: 800px;
  margin: 1% 0.1rem 1% 0.1rem;
  background-color: #fff;
  position: relative;
}
.search-profile-close {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.search-profile-title{
  font-size: 28px;
  color: #333333;
  text-align: center;
}

/*手机*/
@media screen and (max-width: 767px){
    .search-profile-pop-info{
      color: #000;
      margin-top: 24px;
      margin-bottom: 10px;
      overflow: auto;
      max-height: 4rem;
    }
}

/*电脑*/
@media screen and (min-width: 768px){
    .search-profile-pop-info{
      color: #000;
      margin-top: 24px;
      margin-bottom: 10px;
      overflow: auto;
      max-height: 4rem;
    }
}


/*手机*/
@media screen and (max-width: 767px){
    .search-profile-info{
      color: #000;
      margin-top: 15px;
      margin-bottom: 10px;
      overflow: auto;
      max-height: 4rem;
      padding: 0.05rem 0.2rem;
    }
}
/*电脑*/
@media screen and (min-width: 768px){
    .search-profile-info{
      color: #000;
      margin-top: 15px;
      margin-bottom: 10px;
      overflow: auto;
      max-height: 4rem;
      padding: 0.05rem 0.2rem;
    }
}
.search-profile-info-chapter{
  display: flex;
  padding-top: 10px;
  padding-right: 0.3rem;
  text-align: justify;
  font-size: 0.32rem;
  line-height: 0.45rem;
  justify-content: space-between;
  align-items: center;
}
.search-profile-info-chapter-left{
  display: block;
  padding-top: 10px;
  text-align: justify;
  width: 80%;
  font-size: 0.32rem;
  line-height: 0.45rem;
  cursor: pointer;
}
.search-profile-info-chapter-right{
  display: block;
  padding-top: 10px;
  text-align: justify;
  font-size: 0.32rem;
  color:blue;
  line-height: 0.45rem;
  cursor: pointer;
}
.search-profile-btn{
  /*width: 50%;*/
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #FF6600;
  color: #fff;
  margin-top: 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 22px;
}