.box-word{
  margin-top: 2vw;
  margin-left: 0.5vw;
  margin-right: 0.5vw;
}

.box-word p{
  color: black;
  font-size: 3vw;
  margin-left: auto;
  margin-right: auto;
  text-align: center; 
}

.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 20vh; */
}

.button-container button {
  margin: 0 5px;
  /* padding: 10px 20px; */
  font-size: 16px;
  border: none;
  background-color: rgb(208, 218, 233);
}

.button-column {
  display: flex;
  flex-direction: column; /* 垂直排列*/
}

.small-image {
  max-width: 400px; /* 设置最大宽度，根据需要调整 */
  max-height: 300px; /* 设置最大高度，根据需要调整 */
}

.section {

  position: relative;
  
}

.section p {
  padding: 0.5vw;
  position: relative;
  font-size: 1.1rem;
}

.read-more {
  display: none;
}

.details {
  display: none;
}

#code1 {
  background-color: #ffffff;
  border-radius: 1vw;
  border: 0.1vw solid black;
  margin-bottom: 2vw;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

#code2 {
  display: none;
  background-color: #ffffff;
  border-radius: 1vw;
  border: 0.1vw solid black;
  margin-bottom: 2vw;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

#code3 {
  display: none;
  background-color: #ffffff;
  border-radius: 1vw;
  border: 0.1vw solid black;
  margin-bottom: 2vw;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

#code4 {
  display: none;
  background-color: #ffffff;
  border-radius: 1vw;
  border: 0.1vw solid black;
  margin-bottom: 2vw;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
  
.nav-links1 {
  flex-direction: column;
  position: fixed;
  top: 5vw;
  left: 1vw;
  width: 10vw;
  display: none;
  background-color: #b084cb;
  z-index: 9999;
  border-radius: 1vw;
}

.nav-links2 {
  flex-direction: column;
  position: fixed;
  top: 5vw;
  left: 1vw;
  width: 10vw;
  display: none;
  background-color: #b084cb;
  z-index: 9999;
  border-radius: 1vw;
}

.nav-links3 {
  flex-direction: column;
  position: fixed;
  top: 5vw;
  left: 1vw;
  width: 10vw;
  display: none;
  background-color: #b084cb;
  z-index: 9999;
  border-radius: 1vw;
}
.nav-links4 {
  flex-direction: column;
  position: fixed;
  top: 5vw;
  left: 1vw;
  width: 10vw;
  display: none;
  background-color: #b084cb;
  z-index: 9999;
  border-radius: 1vw;
}

.nav-links1 a{
  text-decoration: none;
  font-size: 1.5vw;
  color: white;
  width: 10vw;
  margin-top: 1vw;
  margin-left: auto;
  margin-right: auto;
  /*border-bottom: 1px dashed white; */
}
.nav-links2 a{
  text-decoration: none;
  font-size: 1.5vw;
  color: white;
  width: 10vw;
  margin-top: 1vw;
  margin-left: auto;
  margin-right: auto;
  /* border-bottom: 1px dashed white; */
}
.nav-links3 a{
  text-decoration: none;
    font-size: 1.5vw;
    color: white;
    width: 10vw;
    margin-top: 1vw;
    margin-left: auto;
    margin-right: auto;
}
.nav-links4 a{
  text-decoration: none;
    font-size: 1.5vw;
    color: white;
    width: 10vw;
    margin-top: 1vw;
    margin-left: auto;
    margin-right: auto;
}
