
.top_div_height{
    height: 746px;
    background-image:url(./img/bg.png);
    background-size: cover; /* 或者 contain */
    background-repeat: no-repeat;
}
.top_div_height_img{
    margin-left: 400px;
}
.top_div_white{
    height: 480px;
    display: flex;
}
.top_div_white_div{
    flex: 1;
    display: flex;
    margin-top: 140px;
}

.top_div_white_div_left{
    flex: 1;
}


.centen_div{
    height: 500px;
    background-image:url(./img/bg@2x.png);
    background-size: cover; /* 或者 contain */
    background-repeat: no-repeat;
    display: flex;
}
.div_white{
    height: 746px;
}

.bottom_div_white{
    height: 330px;
    background-image:url(./img/矩形7.png);
}

.label_font{
    color: white;
    margin-left: 20px;
}
.label_font:hover {
    color: yellow;
  }


  .div_top{
      border: 1px solid transparent;
      flex: 1;
      margin-top: 40px;
      height: 200px;
      box-sizing: border-box;
  }

  .container {
      justify-content: center;
    display: flex;
  }

  .div_text{
    border-radius: 10px; /* 设置圆角半径，可以根据需要调整数值 */
    padding: 5px; /* 添加内边距，使输入框看起来更舒适 */
    margin-top: 15px;
    margin-left: 20px;
    width: 160px;
    background-color: transparent; /* 设置背景透明 */
    border: 1px dashed white; /* 设置边框样式，可以根据需要调整颜色和宽度 */
    padding: 5px;
    font-size: x-large;
  }

  .text_centen{
      text-align: center;
  }

  .text_centen_white{
    text-align: center;
    color: white;
}

.top_div_white_div_grid{
   width: 250px;
   height: 150px;
}

.bottom_div_white_div_left{
    flex: 1;
    display: flex;
    margin-top: 40px;
    
}
.bottom_div_white_div_right{
    flex: 1;
    display: flex;
    margin-top: 100px;
    
}

.child {
    flex: 1;
    padding: 10px;
  }

  bottom_div_white_div_right_img{
      margin-top: 20px;
  }
