/* 自定义表单的容器 */
.custom-form {
  display: inline-flex;
  align-items: center;
  padding: 5px;
  margin: 0;}

/* 设置表单输入框的样式 */
.form-group {
  display: flex;
  align-items: center;}

.form-input {
  padding: 8px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-right: 10px;
  width: 200px;
  transition: border-color 0.3s ease;}

.form-input:focus {
  border-color: #007BFF;
  outline: none;}

/* 自定义按钮样式 */
.form-button {
    color:white;
  background-color: #002c79;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;}


.form-button:hover {
  background-color: #0056b3;}
.titlestyle250443{ line-height: 220%; color: #222222; font-size: 9pt; font-weight: bold; text-decoration: none ;}
.summarystyle250443{ line-height: 150%; color: #222222; font-size: 9pt ;}

