span {
  cursor: pointer;
}
span:hover {
  color: #333;
}
a {
  margin-right: 4px;
  color: #788092;
  cursor: pointer;
}
a:hover {
  color: #333;
}
.header {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  height: 36px;
  line-height: 36px;
  font-family: PingFangSC-Regular, serif;
  font-size: 12px;
  color: #788092;
  letter-spacing: 0.47px;
  z-index: 10;
}
.header .container {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none;
}
.welcome {
  float: left;
  text-align: left;
}
.right_bar {
  display: flex;
  align-items: center;
  height: 100%;
}
.right_bar .personal-center {
  height: 35px;
  line-height: 35px;
}
.right_bar .personal-center svg {
  height: 12px;
  width: 12px;
}
.account span {
  margin: 0 9px;
}
.login_success {
  margin-left: 9px;
  display: inline-block;
  align-items: center;
  position: relative;
  padding: 0 0.1rem;
  min-width: 0.8rem;
  height: 100%;
  margin-right: 0.3rem;
}
.login_success span {
  display: inline-block;
}
.login_success .userAccount {
  display: flex;
  justify-content: space-around;
  min-width: 0.8rem;
  cursor: pointer;
}
.login_success .userAccount .user_name {
  margin-right: 0.2rem;
}
.login_success .userAccount .show_list {
  transition: all 0.3s ease-in-out;
}
.login_success .subMenu {
  position: absolute;
  top: 90%;
  left: 0;
  height: 0;
  width: 100%;
  text-align: center;
  z-index: 8;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background: white;
  box-shadow: 0 4px 4px 0 rgba(31, 56, 88, 0.15);
  transition: height 0.3s ease-out;
  overflow: hidden;
}
.login_success .subMenu .subItem {
  position: relative;
  width: 100%;
}
.login_success .subMenu .subItem:hover {
  color: var(--main-color);
}
.login_success .subMenu .subItem:hover::before {
  content: '>';
  position: absolute;
  left: 1.2em;
}
.login_success:hover {
  color: #333;
}
.login_success:hover .show_list {
  transform: rotate(-180deg);
}
.login_success:hover .subMenu {
  height: auto;
}
.mobile {
  margin: 0 9px;
  position: relative;
}
.mobile .QR_pic {
  display: inline-block;
  position: absolute;
  top: 30px;
  left: -50%;
  height: 0;
  width: 250px;
  overflow: hidden;
  background: #fff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  z-index: 8;
  transition: height 0.3s ease-out;
}
.mobile .QR_pic img {
  margin-top: 1px;
  height: 160px;
  width: 160px;
}
.mobile .QR_pic small {
  display: block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 18px;
}
.mobile .QR_pic .content-item {
  display: inline-block;
}
.mobile .QR_pic .content-item:first-child {
  margin-right: 28px;
}
.mobile .QR_pic .content-item img {
  width: 100px;
  height: 100px;
  border-radius: 5px;
}
.mobile .QR_pic .content-item p {
  text-align: center;
}
.mobile:hover {
  color: #333;
}
.mobile:hover .QR_pic {
  height: 140px;
}
.robot {
  margin: 0 9px;
}
.robot:hover {
  color: #333;
}
.robot,
.mobile {
  height: 100%;
  display: flex;
  align-items: center;
}
.robot svg,
.mobile svg {
  margin-right: 4px;
  width: 12px;
  height: 12px;
}
.townHeader .account a {
  margin-right: 8px;
}
.townHeader .show_list svg {
  width: 10px;
  height: 10px;
}

