/*reset*/
*, :before, :after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  -webkit-tap-highlight-color: transparent;
  min-height: 100vh;
}
main {
  max-width: 412px;
  margin: 0 auto;
}
a {
  text-decoration: none;
  color: inherit;
}
ul, li {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
a:visited, a:active {
  color: inherit;
}
.am-with-topbar-fixed-top {
  padding-top: 46px;
}
.wrapped {
  width: 93.3333%;
  max-width: 351px;
  margin: 0 auto;
}
p, * + p {
  margin: 0;
  line-height: 1;
}
img {
  user-select: none;
  vertical-align: middle;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.am-cf:after, .am-cf:before {
  content: " ";
  display: table
}
.am-cf:after {
  clear: both
}
.am-fl {
  float: left;
}
.am-fr {
  float: right;
}
.am-topbar-fixed-top {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.slide--wrapper {
  max-width: 1200px;
}
.am-slider-default {
  margin: 0;
  box-shadow: none;
  min-height: 360px;
}
.am-form-group {
  padding: 0;
  position: relative;
  margin-bottom: 0;
}
.am-form-group:not(:last-of-type) {
  margin-bottom: 15px;
}
.am-btn.am-disabled, .am-btn[disabled], fieldset[disabled] .am-btn, .am-disabled, .disabled {
  pointer-events: none;
  border-color: transparent;
  cursor: not-allowed;
  opacity: .45;
  box-shadow: none;
}
.img--wrapper {
  position: relative;
}
.img--wrapper > img, .van-image > img {
  max-width: 100%;
  vertical-align: top;
}
.goTop {
  position: fixed;
  right: 20px;
  bottom: 100px;
  font-size: 24px;
}
.goTop li {
  opacity: 0;
}
.goTop img {
  width: 45px;
  height: 45px;
}
.my_alert {
  padding: 2em 1em;
  position: fixed;
  text-align: center;
  font-size: 14px;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  z-index: 10;
}
.svgIcon {
  width: 1.2em;
  height: 1.2em;
  vertical-align: -0.18em;
  fill: currentColor;
  overflow: hidden;
  margin-right: 0.2em;
}
a.link-tip {
  color: #0051F5;
  margin: 0 2px;
}
a.link-tip .img--wrapper {
  display: inline-flex;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  margin-right: 2px;
  margin-top: -4px;
}
.wrapper {
  max-width: 412px;
  margin: 0 auto;
  min-height: 100vh;
}
.loading {
  padding: 15px 0;
  text-align: center;
}
.van-image {
  vertical-align: middle;
}
.custom-image .van-empty__image {
  width: 375px;
  height: 160px;
}
.tab--wrapper > div {
  max-width: 412px;
}
.van-sticky--fixed {
  max-width: 412px;
  margin: auto;
}
