body {
    background-image: url('sauna.png');
    background-size: cover;
   
}
  .block1 {
   position: absolute;
   width: 700px;
   top: 3%;
   left: 10%;
   
  }
  .search {
    position: absolute;
    top: 40px;
    right: 100px;
    display: flex;
    align-items: center;
    background-color: beige;
    border-radius: 60px;
    transition: 0.5s;
    width: 500px; /* 修改为指定宽度 */
    margin: 0 10px 0 auto; /* 水平居中 */
    z-index: 2;
  }
  .search .icon {
    width: 28px;
    height: 35px;
    background-color: transparent;
    border-radius: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-left: 10px;
    cursor: pointer;
    z-index: 2;
  }
  .search .input {
    flex: 1;
    height: 40px;
    border-radius: 20px;
    border: none;
    padding: 0 60px 0 20px;
    font-size: 16px;
    background-color: transparent;
    transition: background-color 0.3s ease;
    color: #872222;
    z-index: 2;
  }
  .backToP {
    width: 60px;
    position: absolute;
    top: 3%;
    left: 3%;
    transition: transform 0.3s ease-out;
    z-index: 2;
  }
  
  .backToP:hover {
    transform: rotate(360deg);
  }
  
  #block {
  position: relative;
  width: 700px;
  height: 1223px;
  padding-top: 50px;
}
  
  p {
  position: relative;
  z-index: 1;
  font-size: 1.6em;
  font-family: Helvetica, Arial;	
  left: 170px;
  top: 25px;
  width:100px;
}

  
  .left {
  shape-outside: polygon(100% 100%, 0%100%,0% 0%, 100% 0%, 100% 10.5%, 48.5% 10.5%, 28.9% 17.3%, 17.6% 27.6%, 19.4% 55.9%, 65.5% 74.5%, 85.5% 74.5%, 100% 95%, 100% 100%);
  float: left;
}

.shape {
  width: 50%;
  height: 100%;
}
  