.mp-menu p {
  padding-top: 10px;
  text-align: center;
}
.toolbar {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  padding: 6px;
  min-height: 44px;
}
.header-background {
  background: #EFEFF4;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.header-background:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -0.03rem;
  right: 0;
  height: 1px;
  border-bottom: 1px solid rgba(177, 177, 177, 0.95);
  color: rgba(177, 177, 177, 0.95);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: scaleY(0.501);
  transform: scaleY(0.501);
}
.header {

  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
.header.home-header .header-background {
  opacity: 0;
}
.header .header-title {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1;
  flex: 1;
  order: 4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 44px;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 80px;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  color: #333333;
}
.header .title {
  padding-top:5px;`
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
}
.header .bar-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  display: block;
  width: 56px;
  height: 32px;
  line-height: 32px;
  font-size: 17px;
  border: none;
  box-shadow: none;
  background: none;
}
.header .back-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.header .icon-back {
  margin: 0 20px 0 0;
  width: 32px;
  height: 32px;
  background-position: left center;
}

.header .txt-button {
  -webkit-order: 4;
  order: 4;
  font-weight: 400;
  color: #3598dc;
}
.header .current-city,
.header .select-city {
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
}
.header .current-city .icon,
.header .select-city .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
}

.ios .header-background {
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background: rgba(255, 255, 255, 0.8);
}
.ios .statusbar-padding {
  padding-top: 26px;
  height: 64px;
}
.ios .header-title {
  top: 20px;
}
.ios .pane .content {
  top: 64px;
}
.android .header-background {
  background: #ffffff;
}
.android .statusbar-padding {
  height: 44px;
}
.android .pane .content {
  top: 44px;
}
.scroll-link-box {
  position: relative;
  font-size: 13px;
}
.scroll-link-box:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid rgba(207, 207, 207, 0.95);
  color: rgba(207, 207, 207, 0.95);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: scaleY(0.501);
  transform: scaleY(0.501);
}
.header-color .header-background {
  background: #f2323a;
}
.header-color .title {
  color: #fff;
}
.header-color .bar-button {
  width: 40px;
}
.header-color .header-background:before {
  border-bottom: none;
}

.r-line:before {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  border-right: 1px solid rgba(207, 207, 207, 0.95);
  color: rgba(207, 207, 207, 0.95);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
}
.b-line {
  position: relative;
}
.b-line:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid rgba(207, 207, 207, 0.95);
  color: rgba(207, 207, 207, 0.95);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: scaleY(0.501);
  transform: scaleY(0.501);
}
.l-line {
  position: relative;
}
.l-line:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  border-left: 1px solid rgba(207, 207, 207, 0.95);
  color: rgba(207, 207, 207, 0.95);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleX(0.501);
  transform: scaleX(0.501);
}
.box-line {
  position: relative;
}



.contentCenter {
  -webkit-justify-content: center;
  justify-content: center;
}
.car-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 49px;
  z-index: 2;
  background: #fff;
}

body {

  font-size: 16px;
  line-height: 1.6;
  word-wrap: break-word;
  font-family: -apple-system-font, "Helvetica Neue", "Roboto", "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-backface-visibility: hidden;
  -webkit-user-drag: none;
  
}

.aui-menu-list li {
  color: #888;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding: 12px 15px;
  text-align: left;
}

.aui-l-content .aui-menu-list ul li h3 {
  width: 60%;
  font-weight: normal;
  font-size: 14px;
  line-height: 32px;
  color: #4f4f4f;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}


.aui-l-content .aui-menu-list-clear ul li a {
  display: flex;
  width: 100%;
  align-items: center;
}
.aui-l-content .aui-menu-list-clear ul li h3 {
  width: 98%;
}
.aui-icon-list {
  padding: 30px 15px;
}

.magic-radio + label:after,
.magic-checkbox + label:after {
  position: absolute;
  display: none;
  content: '';
}
.magic-radio[disabled] + label,
.magic-checkbox[disabled] + label {
  cursor: not-allowed;
  color: #e4e4e4;
}


.aui-my-avatar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 98px;
  height: 98px;
  margin: -49px 0 0 -49px;
  border-radius: 50%;
  border: solid 4px #ffffff;
  overflow: hidden;
}
.aui-text-top {
  padding-top: 44px;
  background: #fff;
}
.aui-text-title h2 {
  font-size: 14px;
  color: #62615c;
  font-weight: normal;
  padding: 20px;
}
/*
azenui.com
*/

.aui-btn-groom {
  padding: 30px 50px;
}
.aui-l-content-clear .aui-menu-list-clear ul li h3 {
  width: auto;
  color: #4f4f4f;
}
.aui-menu-list-clear ul li a span {
  text-align: right;
  display: inline-block;
  color: #80a049;
  position: absolute;
  right: 45px;
  bottom: 16px;
}
.aui-menu-list-clear ul li .aui-an-red {
  color: #f76160;
}
.aui-aptitude-top {
  padding-top: 20px;
}
.aui-background {
  background: #fbfbfb;
}
input {
  -webkit-appearance: textfield;
  background: none;
  -webkit-rtl-ordering: logical;
  user-select: text;
  cursor: auto;
  padding: 0;
  border: 0;
  font-size: 15px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.icon-back-sx {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAB4CAYAAAA5ZDbSAAAC7ElEQVR4nO3dYU0kURBFYSQgAQlIGAlIaAeLA3CwOGAcLA4YB+AAHICDsz96NpuQLO/Nq02qX835FNzkpoG5XcDFhSRJ0sSAS+A6O4f+M+AGeOGvD+AOuMzOpiBg4d+es/Mp4PiUtizZOTUAeOwoF+CQnVUnOqFcgPfsvOrE+lPyS6tRn+AJDZYLfg/ePuBqsNxDdnY1ANesn2tP9YSfg7ctUO4+O7saWNcpy62I79ep79xmZ1dDoNwlO7saOG3A+OPTcicQKNfXg1vGOmBYbkWMr1OvlrtxwXIdMLaMdcB4s9yCCKxTlrtxkXKzs6uB8QHjITu7GgLlLtnZ1UDfYZzlzojxAeMmO7saAuU6YGwZ64DxbLkF4TpVF+OHcZa7dYwPGAfL3bhAufvs7GrAw7i68DCurkC5S3Z2NTA2YFjuDAbLdcDYOjyMqwsP4+oKluuAsWV4GFcXHsbVFSk3O7saGB8w9tnZ1RAod8nOrgY8jKsLD+PqCpTrgLFleBhXF7F16io7v76Bh3F14WFcXYFy99nZ1WC5xbH+Uc5T3WfnVqeBcpfszDqBT25xPsHFMfY9eMnOrU6sP0WP+JGdXZ1Yf4foc6Dkx+zs6nR8ki25skDJv3CunAPrC4fXgZJfLHkSrK8MLbmyQMkf+NJ/HqzH6pZcWaDkXXZ2dQLuB0oGV6954PF7fYGSf2ZnVydgh6tXbTht1ncs+X2gZAeRWeDqVV+wZAeRGRxLHrkOcfWaCU6b9QVKXrKzqxOuXvVZ8hk4luwgUhmuXvUFSvagbxZ40FcfTpv1BUp+w0FkHrh61RcoeZedXZ3woK8+XL3qC5R8l51dnfCgrz6cNuvDg776cPWqL1jyVXZ+dcCDvvOA02Z9gZKX7OzqhKtXfZZ8BvCgrz5cveqz5DNwLHlkEPFf8M2CsdXrKTu3TjBQ8mt2Zg2gfxA5ZGfVoM6Sb7NzKgB48Mtzcaz/suDr8cAe3xnXwvpRamexkqROvwGI0ORzh7BHLgAAAABJRU5ErkJggg==');
  width: 20px;
  height: 20px;
  background-size: 19px;
}
.btnzbz{font-size:15px;height:39px;line-height:19px;background-color:#f2323a;border-radius:20px;color:#ffffff;padding:8px 22px;}
