body{
    background-color: #ffffff;
    /* background: rgba(255, 255, 255, 0.5) url('../images/bj.jpeg') no-repeat center center; */
    background-size: cover;
    height: 100vh; /* 确保元素的高度等于视窗高度 */
    font-size: 14px; /* 移动端常用字号 */
    line-height: 1.5;
    -webkit-text-size-adjust: 100%; /* 防止字体自动缩放 */
}

/* 触控优化 */
button, a, input, textarea {
  touch-action: manipulation; /* 提升点击响应速度 */
}

.layui-input {
  border-radius: 10px;
}
.inputLable{
    font-weight: bolder;
    margin-bottom: 10px;
    margin-top: 20px;
}

.selectDiv{
    width: 120px;
}