body {
  min-height: 100vh;
  background: url(../v3/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
body > header {
  margin: 0;
  padding: 20px 0;
  position: relative;
}
.top {
  max-width: 97%;
  min-width: 640px;
  margin: 0 auto;
  background: url(../v3/search_bg.png);
  background-size: 100% 100%;
  padding: 15px;
  text-align: center;
}
.top h1 {
  margin: 15px 0 0 0;
  color: #354eb1;
  font-size: 30px;
  letter-spacing: 5px;
}
.sdiv {
  width: 600px;
  height: 80px;
  padding: 0px;
  margin: auto;
  margin-top: 15px;
  position: relative;
}
.tab_baidu {
  width: 100px;
  height: 40px;
  margin: 0px;
  padding: 0px;
  background: #4563db;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  padding-top: 5px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: absolute;
  top: 0px;
  left: 150px;
}
.tab_qianxun {
  border: 0px solid #f00;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100px;
  height: 40px;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  font-size: 18px;
  padding-top: 5px;
  position: absolute;
  top: 0px;
  right: 180px;
}
.chat {
  width: 600px;
  height: 44px;
  background: #4563db;
  box-shadow: 0px 0px 12px 0px #4563db;
  border-radius: 22px;
  padding: 4px;
  text-align: left;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.chat .input {
  width: 482px;
  height: 36px;
  display: inline-block;
  background: #fff;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  padding: 2px 15px;
  border: none;
  text-align: left;
  font-size: 18px;
}
.chat .action {
  width: 100px;
  height: 36px;
  float: right;
  background: #ff6000;
  font-size: 16px;
  color: #fff;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  padding: 2px 4px 2px 8px;
  line-height: 32px;
  cursor: pointer;
  text-align: center;
}
.container-fluid {
  position: relative;
}
.left {
  float: left;
  top: 0;
  left: 0;
  width: 190px;
}
.slide {
  padding: 15px 0;
}
.catalog {
  margin: 0;
  padding: 5px 10px 5px 25px;
  border: none;
  --accordion-open-summary-color: #333;
}
.catalog .item {
  display: block;
  font-size: 15px;
  margin: 10px 0 5px 15px;
  color: #333;
  height: 23px;
  overflow: hidden;
}
details.catalog > summary {
  font-size: 16px;
  margin-bottom: 0;
  color: #333;
  font-weight: 500;
}
.content {
  margin-left: 190px;
  width: calc(100% - 190px);
}
.row {
  padding: 15px 30px 30px 30px;
}
.type {
  background: #ff6000;
  border-radius: 5px;
  padding: 0 15px 3px 15px;
  margin-bottom: 15px;
}
.type .subtype {
  cursor: pointer;
  font-size: 15px;
  padding: 3px 10px;
}
.type .on {
  background: #4563db;
  border-radius: 5px;
  color: #fff;
}
.nav {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px 20px;
}
.a {
  background: #fff;
  border-width: 0;
  box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, 0.2);
  transition: background-color 0.3s;
  padding: 15px 10px;
  border-radius: 8px;
}
.a img {
  width: 45px;
  height: 45px;
  float: left;
  border-radius: 15px;
}
.a .info {
  display: inline-block;
  width: calc(100% - 45px);
  padding-left: 8px;
}
.a h5 {
  font-size: 15px;
  margin: 0;
  height: 23px;
  overflow: hidden;
}
.a .desc {
  font-size: 13px;
  color: #555;
  max-height: 20px;
  overflow: hidden;
}
.clear {
  clear: both;
}
.searchret {
  width: 100%;
}
.searchret ul {
  margin: 0px;
  padding: 0px;
}
.searchret ul li {
  width: 220px;
  height: 80px;
  border-radius: 10px;
  background: #fff;
  margin: 0px;
  float: left;
  list-style-type: none;
  overflow: hidden;
  text-align: center;
  font-weight: bold;
  padding: 15px 15px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}
.searchret ul li img {
  border-radius: 10px;
}
.searchret ul li a {
  color: #333;
  text-decoration: none;
}
.searchret ul li h5 {
  margin: 0px;
  padding: 0px;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.searchret ul li table {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
.searchret ul li table tr td {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
.navdesc {
  font-size: 13px;
  color: #555;
  width: 150px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
body[data-theme='m059'] {
  background: white;
}
body[data-theme='m059'] .top {
  background: white;
}
