h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
.el-icon-date::before {
  display: none;
}
/* @media screen and (min-width: 750px) { */
/* section-1-fs */
.section-1-fs {
  margin-top: 75px;
  background-color: rgb(17, 30, 54);
}
.section-1-fs h1 {
  padding: 62px 0 92px 0;
  font-family: AlibabaSans-Regular;
  font-weight: bold;
  font-size: 50px;
  text-align: center;
  color: #ffffff;
}
/* section-2-fs */
.section-2-fs {
  padding: 66px 92px;
}

.section-2-fs .number-route-search {
  flex: 50%;
  display: flex;
  justify-content: center;
  align-items: start;
}
.section-2-fs .number-route-search img {
  margin-right: 14px;
}
.section-2-fs .number-route-search > div {
  margin: 0 108px;
}
.number-search {
  position: relative;
}
.number-search > img {
  width: 382px;
  height: 18px;
}
.number-search .first-box {
  margin-top: 68px;
}
.first-box img {
  width: 34px;
  height: 24px;
}
.first-box span {
  font-family: AlibabaSans-Regular;
  font-weight: 400;
  font-size: 20px;
  color: #212121;
}
.first-box input {
  margin-top: 24px;
  width: 326px;
  height: 54px;
}
.second-box {
  margin-top: 50px;
}
.second-box img {
  width: 28px;
  height: 25px;
}
.second-box span {
  font-family: AlibabaSans-Regular;
  font-weight: 400;
  font-size: 20px;
  color: #212121;
}
.second-box > div:first-child {
  margin-bottom: 24px;
}
.second-box > div:last-child {
  width: 326px;
}
.second-box input {
  width: 326px;
  height: 54px;
}
.section-2-fs .filter-box {
  width: 100%;
  height: 300px;
  position: absolute;
  top: 200px;
  left: 0;
  padding: 20px 0;
  transform-origin: center top;
  z-index: 2001;
  overflow-y: scroll;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin: 5px 0;
}
.section-2-fs .filter-box > div {
  height: fit-content;
  padding: 0 20px;
  margin: 8px 0;
}
.section-2-fs .filter-box.arr {
  top: 360px;
}
.section-2-fs .filter-box span {
  line-height: 24px;
  cursor: pointer;
}
.section-2-fs .filter-box span:nth-child(1) {
  font-size: 16px;
  color: #111a35;
}
.section-2-fs .filter-box span:nth-child(2) {
  font-size: 18px;
  color: #111a35;
}
.section-2-fs .filter-box span:nth-child(3) {
  font-size: 18px;
  color: #747474;
}
.third-box {
}
.el-input--prefix .el-input__inner {
  padding-left: 15px !important;
}
.search-btn {
  margin-top: 50px;
  width: 240px;
  height: 42px;
  background-color: #003299;
  font-family: ArialMT;
  font-size: 15px;
  line-height: 42px;
  text-align: center;
  color: #ffffff;
}
/* } */
@media screen and (max-width: 750px) {
}

/* captcha-modal styles */
.captcha-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.captcha-modal-content {
  position: relative;
  margin: 0 auto;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  width: 420px;
  padding-bottom: 20px;
}

.captcha-modal-header {
  padding: 20px;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}

.captcha-modal-header h2 {
  font-size: 18px;
  line-height: 1;
  color: #303133;
  margin: 0;
}

.captcha-modal-header .close-btn {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: #909399;
  cursor: pointer;
  line-height: 1;
  transition: color 0.3s;
}

.captcha-modal-header .close-btn:hover {
  color: #409eff;
}

.captcha-modal-body {
  padding: 30px 20px;
  text-align: center;
}

.captcha-modal-body img {
  max-width: 100%;
  margin-bottom: 15px;
}

.captcha-modal-body input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  color: #606266;
  font-size: 14px;
  box-sizing: border-box;
}

.captcha-modal-body input:focus {
  outline: none;
  border-color: #409eff;
}

.captcha-modal-footer {
  padding: 0 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.captcha-modal-footer button {
  padding: 9px 15px;
  font-size: 12px;
  border-radius: 3px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dcdfe6;
  color: #606266;
  margin-left: 10px;
  transition: all .3s;
}

.captcha-modal-footer button:hover {
  color: #409eff;
  border-color: #c6e2ff;
  background-color: #ecf5ff;
}

.captcha-modal-footer-right button {
  background-color: #409eff;
  border-color: #409eff;
  color: #fff;
}

.captcha-modal-footer-right button:hover {
  background-color: #66b1ff;
  border-color: #66b1ff;
  color: #fff;
}
