/* CSS Document */
body{
	margin: 0;
    padding: 0;
	overflow-y: scroll;
	}
.img-fluid{
  max-width: 100%;
  height: auto;
}
.text-center{
  text-align: center;
}

.layui-fluid,
.layui-footer{
  min-width:  1170px;
}


.image-container {
        border: 1px solid #eee; 
        border-radius: 5px; 
        padding: 5px; 
    }
	
.album-list .layui-col-xs4:nth-child(3n+4){
  clear: both;
}
/* about */
 .about-section {
    padding: 20px;
    margin: auto;
   
  }

  .about-content {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
  }

  .about-content strong {
    color: #1e88e5;
  }

  .about-content p {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .about-image {
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .about-image img {
    max-width: 100%;
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
#banner2 {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }
