body {
  position: relative;
  padding-bottom: 140px;
  min-height: 100vh;
  background: url(../../images/dictionary/index/main-bg.png) no-repeat center center / cover;
}

#main {
  width: 1200px;
  margin: 0 auto;
  padding-top: 25px;
}

#main .header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.header .item {
  width: 76px;
  height: 28px;
  color: #fff;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  margin-right: 30px;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
}

.header .item.active,
.header .item:hover {
  background: #fff;
  color: #339CFE;
  border-color: #fff;
  box-shadow: 0px 0px 4px 0px #0053A0;
}

.type-list .item:hover {
  background: #fff;
  color: #339CFE;
  border-color: #fff;
  box-shadow: 0px 0px 4px 0px #0053A0;
}

.banner {
  text-align: center;
  margin-bottom: 50px;
}

.banner img {
  width: 617px;
  height: 140px;
}

.search-box {
  width: 867px;
  display: flex;
  position: relative;
  height: 60px;
  padding-left: 15px;
  box-sizing: border-box;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  border: 1px solid #4EA3FF;
  border-radius: 6px;
  margin: 0 auto 20px;
}

.search-box .select-box {
  position: relative;
  font-size: 16px;
  color: #333;
}

.select-box .select-list {
  position: absolute;
  width: 62px;
  left: -10px;
  top: 30px;
  padding: 5px 0;
  border-radius: 6px;
  background-color: #fff;
  color: #333333;
  font-size: 16px;
  box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 16%);
}

.select-box .select-list p {
  padding: 0 5px;
  height: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.select-box .select-list p img {
  opacity: 0;
  width: 9px;
  height: 6px;
  margin-right: 5px;
}

.select-box .select-list p.active, .select-box .select-list p:hover {
  color: #fff;
  background-color: #339CFE;
}

.select-box .select-list p.active img {
  opacity: 1;
}
.select-header {
  cursor: pointer;
  padding-right: 13px;
  border-right: 2px solid #d8d8d8;
}

.select-header img {
  width: 16px;
  height: auto;
  margin-left: 4px;
}

.select-list {
  display: none;
}

.search-box input {
  margin-left: 10px;
}

.search-box input {
  padding-left: 20px;
  color: #333;
  width: 60%;
  font-size: 16px;
}

.search-box input::placeholder {
  color: #A9A9A9;
}

.search-box button {
  position: absolute;
  right: 0;
  height: 100%;
  width: 154px;
  background: #2E61DD;
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.search-box button span {
  line-height: 0;
}

.search-box button img {
  width: 16px;
  height: auto;
  margin-right: 12px;
}

.type-list {
  width: 867px;
  display: flex;
  margin: 0 auto 30px;
  align-items: center;
}

.type-list .item {
  width: 76px;
  height: 28px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
}

.other-search {
  background: rgba(255, 255, 255, .5);
  box-shadow: inset 0 0 4 0 #076BCC;
  border-radius: 6px;
  padding: 16px 20px;
}

.other-search-cont {
  background-color: #fff;
  border-radius: 6px;
  padding-bottom: 30px;
}

.other-header {
  width: 240px;
  height: 65px;
  padding-left: 13px;
  box-sizing: border-box;
  font-size: 36px;
  padding-top: 3px;
  color: #fff;
  margin-bottom: 25px;
  background: url(../../images/dictionary/index/other-search-title.png) no-repeat center center / 100% auto;
}

.other-header img {
  width: 26px;
  height: auto;
  margin-right: 10px;
}

.search-list {
  padding: 0 46px;
  display: flex;
  flex-wrap: wrap;
}

.search-list .item {
  height: 44px;
  padding: 0 15px;
  background: #F0F2F4;
  border-radius: 4px;
  color: #333333;
  font-size: 18px;
  line-height: 44px;
  line-height: 44px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.search-list .item:hover {
  background: #FFFFFF;
  box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.15);
}

.search-list .item.active {
  background: #FFFFFF;
  box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.15);
}

.footer {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 16px;
  margin-bottom: 6px;
  text-align: center;
}
