
body, html {
  margin: 0;
  padding: 0;
}

.box_1 {
  position: relative;
  width: 750px;
  height: 1334px;
  background: url(/img/bg.png)
    100% no-repeat;
  background-size: 100% 100%;
}

.text-wrapper_1 {
  width: 474px;
  height: 146px;
  margin-top: 167px;
}

/* 公共样式 */
.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  font-family: Arial, sans-serif;
}

label {
  margin-bottom: 10px;
}

input[type="text"] {
  width: 240px;
  height: 30px;
  padding: 5px;
  font-size: 16px;
}

button {
  padding: 8px 3px;
  font-size: 16px;
  background-color: #007aff;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.button-container {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

/* 第一个页面样式 */
#index-container {
  background-color: #f0f0f0;
  border-radius: 8px;
  padding: 20px;
  text-align: center; /* 居中文本内容 */
}

/* 设置验证码输入框的宽度 */
input.verification-input {
  width: 200px; /* 可根据需要调整宽度 */
}

/* 刷新按钮样式 */
.refresh-btn {
  width: 200px; /* 设置刷新按钮的宽度，可根据需要调整 */
}

/* 提交按钮样式 */
.submit-btn {
  width: 200px; /* 设置提交按钮的宽度，可根据需要调整 */
}
/* 提交按钮样式 */
.submit-btn {
  width: 200px; /* 设置提交按钮的宽度，可根据需要调整 */
}