﻿*,
::before,
::after {
  /* box-sizing: border-box; */
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

[type="text"],
[type="email"],
[type="url"],
[type="password"],
[type="number"],
[type="date"],
[type="datetime-local"],
[type="month"],
[type="search"],
[type="tel"],
[type="time"],
[type="week"],
[multiple],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  font-size: 16px;
  line-height: 24px;
  --tw-shadow: 0 0 #0000;
}

[type="text"]:focus,
[type="email"]:focus,
[type="url"]:focus,
[type="password"]:focus,
[type="number"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="month"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="time"]:focus,
[type="week"]:focus,
[multiple]:focus,
textarea:focus,
select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow);
  border-color: #2563eb;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

[role="button"],
button {
  cursor: pointer;
}

.search_box {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 30px auto 20px;
}

.search_info {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.search_info .radio_group {
  display: flex;
  align-items: center;
}

.search_input {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.search_input input {
  box-sizing: border-box;
  display: block;
  width: 510px;
  border-color: rgb(209 213 219);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000;
  border-radius: 6px;
  color: #6b7280;
}

.search_input input:focus {
  border-color: #93c5fd;
  box-shadow: 0 0 0 0px #fff, 0 0 0 3px rgb(191, 219, 254),
    0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.search_input button {
  display: inline-flex;
  justify-content: center;
  border-radius: 6px;
  border-width: 1px;
  border-color: transparent;
  /* background-color: #0284c7; */
  padding: 8px 20px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  border: 1px solid #d1d5db;
  color: #606266;
  /* box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05); */
  margin-left: 16px;
}

.search_input button:hover {
  color: #409eff;
  background-color: #ecf5ff;
  border-color: #c6e2ff;
  outline: none;
}

.search_input button:active {
  color: #409eff;
  background-color: #ecf5ff;
  border-color: #409eff;
  outline: none;
}

.radio_group + .radio_group {
  margin-left: 24px;
}

.radio_title {
  margin-right: 6px;
  color: #015093;
}

.radio_group label {
  margin-left: 6px;
  margin-right: 6px;
  cursor: pointer;
}

.radio_group input[type="radio"] {
  cursor: pointer;
}

.isWap .search_input input {
  flex-grow: 1;
  width: auto;
}

.isWap .search_info {
  flex-direction: column;
  align-items: baseline;
}

.isWap .radio_title {
  width: 70px;
}

.isWap .radio_group label {
  width: 64px;
}

.isWap .radio_group + .radio_group {
  margin-left: 0;
}
