input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}

input[type='number'] {
  -moz-appearance: textfield;
}

.flex {
  display: flex;
}

.flex-b {
  display: flex;
  justify-content: space-between;
}

.flex-b-c, .flex-c-c, .flex-e-c {
  display: flex;
  flex-direction: column;
}

.flex-b-c {
  justify-content: space-between;
}

.flex-c-c {
  justify-content: center;
}

.flex-e-c {
  justify-content: space-evenly;
}

.flex-1 {
  flex: 1;
  overflow: hidden;
}

.c6 {
  color: #666;
}

.c9 {
  color: #999;
}

.m-t-g {
  margin-top: var(--gap) !important;
}

.m-l-g {
  margin-left: var(--gap) !important;
}

.m-r-g {
  margin-right: var(--gap) !important;
}

.m-b-g {
  margin-bottom: var(--gap) !important;
}

.lt {
  text-decoration: line-through;
}

.d-no {
  display: none;
}

.no-login {
  display: none;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.h-center {
  display: flex;
  align-items: center;
}

.no-wrap {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}

.pc-a {
  cursor: pointer;
}

.pc-a:hover {
  color: var(--font);
}

.pc-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5rem;
  cursor: pointer;
  min-height: 1.5rem;
  color: #ffffff;
  background-color: var(--primary);
  font-size: 0.6rem;
}

.pc-btn:hover {
  background-color: var(--font);
}

.outline-btn {
  border: var(--bd-d);
  cursor: pointer;
}

.outline-btn:hover {
  color: var(--font);
  border-color: var(--font);
}

.pc-btn-outline {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5rem;
  cursor: pointer;
  min-height: 1.5rem;
  font-size: 0.6rem;
  border: var(--bd-d)
}

.pc-btn-outline:hover {
  color: var(--font);
  border-color: var(--font);
}

.pc-center {
  width: 48rem;
  margin: 0 auto;
}

.pc-center .logged-in {
  display: none;
}

.user-head {
  border-radius: 50%;
}

.common-title {
  font-size: 0.7rem;
  margin-top: 0.9rem;
  margin-bottom: 0.3rem;
}

/*顶部栏*/
.top-bar {
  background-color: #333436;
  color: #77787A;
}

.top-bar, .top-bar .pc-center {
  height: 1.25rem;
}

.top-bar-phone {
  width: 0.7rem;
  height: 0.7rem;
  margin-left: 1.8rem;
  margin-right: 0.2rem;
}

.top-bar .j-login {
  color: #A1A2A4;
  margin: 0 0.2rem;
}

.top-bar-right {
  display: flex;
  align-items: center;
}

.top-bar-right-l {
  color: #77787A;
  display: block;
  padding: 0 0.6rem;
}

.top-user, .top-bar-nav {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.top-user-a {
  color: #77787A;
}

.top-user > div {
  display: none;
  position: absolute;
  width: 6.15rem;
  height: 3.1rem;
  background-color: white;
  border: var(--bd);
  top: 1.25rem;
  right: -1.11rem;
  padding: 0.5rem 0.4rem;
  z-index: 99;
  color: #333;
}

.top-user:hover > div {
  display: flex;
}

.top-user img {
  width: 1.85rem;
  height: 1.85rem;
}

.logout {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 5rem;
}

.top-bar-arrow {
  font-size: 0.45rem !important;
  margin-left: 0.2rem;
}

.top-bar-nav > div {
  display: none;
  position: absolute;
  width: 16.5rem;
  background-color: white;
  border: var(--bd);
  top: 1.25rem;
  right: 0;
  padding: 0.5rem 0.7rem;
  z-index: 99;
}

.top-bar-nav:hover > div {
  display: block;
}

.top-bar-nav:hover .aui-icon-down {
  transform: rotate(180deg);
}

.top-bar-nav a {
  width: 3rem;
  margin-bottom: 0.5rem;
  display: inline-block;
}

.top-bar-title {
  font-size: 0.55rem;
  margin-bottom: 0.5rem;
  color: #333436;
  font-weight: bold;
}

.top-bar-title:not(:first-child) {
  border-top: var(--bd);
  padding-top: 0.5rem;
}

/*搜索栏*/
.common-bar {
  height: 3.85rem;
  align-items: center;
}

.search-logo {
  width: 9.3rem;
}

.top-logo {
  width: 8.2rem;
  min-width: 8.2rem;
  margin: 0 0.3rem;
}

.search-bar-middle {
  flex: 1;
  padding: 0.75rem 0 0 0.75rem;
}

.search-frame {
  position: relative;
  height: 1.5rem;
}

.search-frame .pc-btn {
  border-radius: 0;
  width: 4.7rem;
}

.search-close {
  position: absolute;
  right: 5.25rem;
  top: 0.25rem;
  display: none;
  cursor: pointer;
}

#search-input {
  border: var(--bd-d);
  border-right: 0;
  padding: 0 0.4rem;
}

.search-tip {
  display: none;
  position: absolute;
  left: 0;
  right: 4.7rem;
  top: 1.47rem;
  background: white;
  border: var(--bd-d);
  z-index: 5;
}

.search-tip > div {
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 0.5rem;
  cursor: pointer;
}

.search-tip > div:not(:last-child) {
  border-bottom: var(--bd-d);
}

.search-tip > div:hover {
  background-color: #F6F6F6;
}

.search-tag {
  height: 1rem;
  overflow: hidden;
}

.search-tag a {
  margin: 0.35rem 0.6rem 0 0;
  display: inline-block;
  color: #636466;
}

.search-tag a:hover {
  color: var(--font);
}

.search-bar-right {
  width: 15rem;
  display: flex;
}

.search-ad {
  width: 6.9rem;
  height: 3.85rem;
  margin-right: 1.54rem;
  float: right;
}

.search-applet {
  position: relative;
}

.search-applet > img {
  width: 2.3rem;
  height: 2.3rem;
  margin: 0.6rem 0 0.2rem;
}

.search-applet:hover .search-applet-show {
  display: block;
}

.search-applet-show {
  display: none;
  position: absolute;
  right: 0;
  width: 15rem;
  z-index: 99;
}

.search-menu {
  font-size: 0.65rem;
  height: var(--menu-height);
  align-items: center;
}

.search-types {
  position: relative;
  width: var(--type-width);
}

.search-types > img {
  width: 0.6rem;
  margin-right: 0.25rem;
  margin-left: 0.05rem;
}

.search-types, .search-menu-line1 {
  padding-left: 1rem;
  height: 100%;
  display: flex;
  align-items: center;
}

.search-types:not(.on) {
  cursor: pointer;
}

.search-menu-line1 {
  background-color: #333436;
  color: #A1A2A4;
}

.search-types:hover .search-menu-1, .search-types.on .search-menu-1 {
  display: block;
}

.search-menu-1 {
  width: var(--type-width);
  display: none;
  position: absolute;
  left: 0;
  top: var(--menu-height);
  height: var(--type-height);
  cursor: pointer;
  z-index: 50;
}

.search-menu-1 > div {
  display: grid;
  grid: repeat(7, 1fr) / 1fr;
  position: relative;
  height: 100%;
}

.search-menu-line1 {
  display: flex;
  align-items: center;
  padding-left: 1rem;
  font-size: 0.55rem;
}

.search-menu-line1 > img {
  height: 0.7rem;
  margin-right: 0.25rem;
}

.search-menu-line1 > img.on {
  display: none;
}

.search-menu-line1:hover img.on {
  display: block;
}

.search-menu-line1:hover img:not(.on) {
  display: none;
}

.search-menu-line1:hover {
  background-color: var(--primary);
  color: white;
}

.search-menu-line1:hover .search-menu-2 {
  display: block;
}

.search-menu-2 {
  display: none;
  position: absolute;
  left: var(--type-width);
  top: 0;
  width: 17.7rem;
  background-color: white;
  z-index: 99;
  height: var(--type-height);
  color: #333;
}

.search-menu-2 b {
  font-size: 0.55rem;
  margin-top: 0.6rem;
}

.search-menu-2 > div {
  height: 50%;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
}

.search-menu-3 {
  display: grid;
  grid: repeat(4, 1fr) / repeat(4, 1fr);
  flex: 1;
}

.search-menu-a {
  display: flex;
  align-items: center;
  font-size: 0.46rem;
  color: #77787A;
}

/*顶部大菜单*/
.top-menu {
  height: 100%;
  font-size: 0.65rem;
}

.top-menu a {
  width: 4rem;
  height: 100%;
}

.top-menu .on {
  color: var(--font);
  position: relative;
}

.top-menu .on::after {
  content: '';
  width: 0.7rem;
  height: 0.08rem;
  background-color: var(--font);
  position: absolute;
  bottom: 0.5rem;
}

/*面包屑*/
.crumb .h-center {
  height: 1.6rem;
}

.crumb span {
  color: #77787A;
}

.crumb .gt {
  margin: 0 0.2rem;
}

.crumb .no-wrap {
  max-width: 35rem;
}

/*分页*/
.page {
  margin: calc(var(--gap) + var(--gap)) auto var(--gap);
  display: flex;
  justify-content: center;
}

.page a, .page span {
  border: var(--bd-d);
  height: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.5rem;
  margin: 0 0.2rem;
  background-color: white;
}

.page a:hover {
  border: var(--font) 1px solid;
}

.page-prev, .page-next {
  width: 2.9rem;
}

.page-disabled:hover {
  color: #333;
  cursor: not-allowed;
}

.page .page-curr {
  background-color: var(--primary);
  border-color: var(--primary);
  color: white;
}

/*底部栏*/
.bottom-bar {
  background-color: white;
  margin-top: var(--gap);
}

.bottom-line1 {
  display: grid;
  grid: auto / repeat(5, 1fr);
  padding: 1.5rem 0;
  border-bottom: var(--bd);
}

.bottom-line1 > div {
  display: flex;
}

.bottom-line1-img {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #F0F7E7;
  margin-right: 0.5rem;
  padding: 0.4rem;
}

.bottom-line1 img {
  width: 100%;
  height: 100%;
}

.bottom-line1-word {
  font-size: 0.9rem;
  height: 1.1rem;
  margin-bottom: 0.2rem;
  position: relative;
  display: inline-block;
}

.icon-plus {
  position: absolute;
  right: -0.6rem;
  top: -0.02rem;
}

.bottom-line2 {
  display: flex;
  padding: 1.15rem 0 1.4rem;
}

.bottom-line2-left {
  display: flex;
}

.bottom-line2-left > div {
  width: 9rem;
}

.bottom-line2 a {
  color: #999;
  display: block;
  margin-bottom: 0.4rem;
}

.bottom-line2 b {
  margin-bottom: 0.65rem;
  display: block;
}

.bottom-line2 img {
  height: 4.2rem;
}

.bottom-line2-account {
  margin-right: 2rem;
}

.bottom-line3 {
  background-color: #121212;
  color: #767779;
  font-size: 0.45rem;
}

.bottom-line3 a {
  color: #868789;
}

.bottom-line3 a:hover {
  color: var(--font);
}

.bottom-line3-menu a {
  display: inline-block;
  padding-right: 0.6rem;
  margin-top: 1rem;
  margin-right: 0.5rem;
  line-height: 0.4rem;
}

.bottom-line3-menu a:not(:last-child) {
  border-right: 1px solid #464749;
}

/*商机地址*/
.h-center.c9 span{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  max-width: 7rem;
}

/*客服*/
.customer-service {
  text-align: center;
  position: relative;
  width: 12.3rem;
  padding-bottom: 0.5rem;
}

.customer-service > img {
  position: absolute;
  width: 4rem;
  background: white;
  border-radius: 50%;
  padding: 0.2rem;
  top: -3rem;
  left: calc(50% - 2rem);
}

.customer-service-qr {
  height: 9rem;
  margin: 0.5rem auto 1rem;
  object-fit: contain;
}

.customer-service-title {
  font-weight: bold;
  padding-top: 1rem;
}

/*商机类型*/
.trade-type {
  font-size: 0.5rem;
  border-radius: 0.12rem;
  color: #fff;
  padding: 0 0.2rem;
  white-space: nowrap;
  line-height: 0.85rem;
  display: inline-block;
  height: 0.8rem;
}

.trade-sell {
  background-color: #8FD72F;
}

.trade-buy {
  background-color: #9CBEFE;
}

.trade-dispose {
  background-color: #fa8c3c;
}
