.container {
  display: flex;
  flex-wrap: nowrap;
  background-color:#F8F8F8;
 
 
}

.photo-column {
  flex: 1;
  
  margin-left: 80px;
  margin-right: 10px;
}

.info-column {
  flex: 1;
  
}

.info-column h5{
  color:#1b5e20;
  margin-left:80px;
}




.odd {
background-color: #C0C0C0;
}

.odd1 {
background-color: #90ee90;
}

table {
margin-top:50px;
margin-left: 50px;
margin-right:20px;

border-collapse: collapse;
font-size: 20px;
border: none;

}

.PI {
background-color:#F8F8F8;



}

.row {
display: flex;
Justify-content: center;
align-items: flex-start;
gap: 100px;
margin-top: 0;

}



th {
width: 250px;
text-align: left;
}

td {
width: 200px;
text-align: left;
}


.slideshow {
  position: relative;
  margin-left:50px;
  margin-top:50px;
  width: 400px;
  height: 300px;
  overflow: hidden;
}

.slideshow img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s;
}

.slideshow img.active {
  opacity: 1;
}

.slideshow-controls {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.slideshow-counter {
position:relative;
margin-left:240px;
}

.slideshow-prev,
.slideshow-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #C0C0C0;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  cursor: pointer;
}

.slideshow-prev {
  left: 10px;
}

.slideshow-next {
  right: 10px;
}
.whatsapp-btn {
        display: inline-block;
        background-color: green;
        color: white;
        padding: 6px;
        border-radius: 5px;
        text-decoration: none;
    
        transition: all 0.3s ease-in-out; /* 添加效果 */
  }

  .whatsapp-btn:hover {
        background-color: grey;
        transform: translateY(-3px); /* 添加效果 */
  }
  .email-btn {
        display: inline-block;
        background-color: Purple;
        color: white;
        padding: 6px;
       border-radius: 5px;
        text-decoration: none;
       font-size: 16px;
        transition: all 0.3s ease-in-out; /* 添加效果 */
  }

  .email-btn:hover {
        background-color: darkblue;
        transform: translateY(-3px); /* 添加效果 */
  }

  .section {
    background-color:#F8F8F8;
    display: inline-block;
    justify-content: space-between;
    width: 100%;
    border-style: none;
    border-radius:3px;
   
   
    cursor: pointer;
}

.section:hover {
    background-color: snow;
    box-shadow: 0px 8px 28px;
}

.section img {
    float: left;
    height: 250px;
    width: 300px;
    margin-left: -40px;
    margin-right: 30px;
    margin-top: -11px;
   

}

.section h2 {
    margin-top:-5px;
    color: #550024;
}

.section h3 {
    margin-bottom:0.5px;
}

.section p {
    color: grey;
    margin-right: 15px;
}

.section li {
    display: inline-block;
   
}
.section ul{
    margin-bottom:0;
}

#back-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: #333;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
}

#back-to-top:hover {
  background-color: #555;
}

#back-to-top::before {
  content: "\25b2";
  font-size: 20px;
  margin-right: 5px;
}

.long-url {
    max-width: 250px;
    word-wrap: break-word;
    white-space: normal;
}




  @media(max-width:600px){
    .row{
        flex-direction: column;
        Justify-content: center;
        align-items: flex-start;
        gap: 10px;
        margin-top: 0;
    }

    .row img{
        width:100%;
       
    }

    .section {
      width: 100%;
       display: flex;
       justify-content: center;
       position:relative;
   }

   .section ul{
      padding: 0 px;
      margin-top: 0 px;
   }
   .section img {
      margin-left: -40px;
    margin-right: 20px;
     margin-top: -16px;
     margin-bottom: 10px;
     width: 111%;
    }



   
   .section li {
     display: block;
     margin-top: 0.1px;
     margin-bottom: 0.1px;
    
    
  
  }       
   .section h2 {
       font-size: 20px;
    }

    .section h3 {
       font-size: 15px;
    }
    .section p {
        font-size: 14px;
       margin-right: 0;
    }








    .container {
      flex-direction: column;
      Justify-content: center;
      align-items: flex-start;
    }
    
    .photo-column {
      width:100%;
      margin-left: 0px;
      margin-right: 0px;
      flex-shrink: 0;
    }

    .info-column {
      flex-shrink: 0;
    }

    table {
      margin-top:50px;
      margin-left: 0px;
      width:100%;
      margin-right:0px;
      border: none;
      border-collapse: collapse;
      font-size: 16px;
    
      }
      th {
        width: 200px;
        text-align: left;
        }
        
        td {
          width: 200px;
          text-align: left;
      }

      .slideshow {
        position: relative;
        margin-left:0px;
        margin-top:5px;
        width: 100%;
        height: 300px;
        overflow: hidden;
      }

      .slideshow-counter {
        position:absolute;
        margin-left:170px;
        }




      .info-column h5 {
        color:#1b5e20;
        margin-left:0px;
      }
      .FName {
        display:block;
    }
}


