.content_wrap {
  width: 1200px;
  margin: auto;
  padding-bottom: 70px;
}
.content_wrap .speed {
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
}
.card_title {
  font-size: 16px;
  color: #262626;
  height: 45px;
  line-height: 45px;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding: 0 20px;
  font-weight: 600;
  margin-top: 30px;
}
.content_wrap .form_wrap {
  width: 400px;
  margin: 110px auto 0;
}
.form_wrap .layui-form-label {
  color: #595959;
  font-size: 14px;
}
.form_wrap input {
  height: 35px;
}
.form_wrap .layui-input:focus {
  border-color: #0B67C5 !important;
}
.form_wrap input::placeholder {
  color: #CCCCCC;
}
.form_wrap .form_submit {
  width: 100%;
  height: 34px;
  line-height: 34px;
  background: #0B67C5;
  font-size: 14px;
}
.form_wrap .form_return:hover {
  border-color: #0B67C5;
  color: #0B67C5;
}
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
}