.am-icon {
  fill: currentColor;
  background-size: cover;
  width: 5.86667vw;
  height: 5.86667vw;
}
.am-icon-xxs {
  width: 4vw;
  height: 4vw;
}
.am-icon-xs {
  width: 4.8vw;
  height: 4.8vw;
}
.am-icon-sm {
  width: 5.6vw;
  height: 5.6vw;
}
.am-icon-md {
  width: 5.86667vw;
  height: 5.86667vw;
}
.am-icon-lg {
  width: 9.6vw;
  height: 9.6vw;
}
.am-icon-loading {
  animation: cirle-anim 1s linear infinite;
}
@keyframes cirle-anim {
  100% {
    transform: rotate(360deg);
  }
}

.am-toast {
  position: fixed;
  width: 100%;
  z-index: 1999;
  font-size: 3.73333vw;
  text-align: center;
}
.am-toast > span {
  max-width: 50%;
}
.am-toast.am-toast-mask {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  transform: translateZ(1px);
}
.am-toast.am-toast-nomask {
  position: fixed;
  max-width: 50%;
  width: auto;
  left: 50%;
  top: 50%;
  transform: translateZ(1px);
}
.am-toast.am-toast-nomask .am-toast-notice {
  transform: translateX(-50%) translateY(-50%);
}
.am-toast-notice-content .am-toast-text {
  min-width: 16vw;
  border-radius: 0.8vw;
  color: #fff;
  background-color: rgba(58, 58, 58, 0.9);
  line-height: 1.5;
  padding: 2.4vw 4vw;
}
.am-toast-notice-content .am-toast-text.am-toast-text-icon {
  border-radius: 1.33333vw;
  padding: 4vw 4vw;
}
.am-toast-notice-content .am-toast-text.am-toast-text-icon .am-toast-text-info {
  margin-top: 1.6vw;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
    display: none;
}
body {
	line-height: 1;
}
menu, ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*An unmodified* copy of Eric Meyer's CSS reset.*/
/* @import url('~retain.css/retain.min.css'); */

html,
body {
  font: 0.14rem/1.5 PingFang SC, Helvetica Neue, Hiragino Sans GB, Helvetica, Microsoft YaHei, Arial, serif;
}

/* 字体跟fe-wap-yidianling-index项目保持一致 */
body, textarea, input, button, select, keygen, legend, div, span, p {
  font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","\5FAE\8F6F\96C5\9ED1",Arial,sans-serif !important;
}

b,
strong {
  font-weight: bold;
}

/*values*/

/*colors*/

/*fontSize*/
.font_size_12__3bHm7l {
  font-size: v-3.2vw;
  line-height: 1.5;
}
.font_size_14__3c40oz {
  font-size: v-3.73333vw;
  line-height: 1.5;
}
.font_size_16__19Vghr {
  font-size: v-4.26667vw;
  line-height: 1.5;
}
.font_size_18__1HRg4Q {
  font-size: v-4.8vw;
  line-height: 1.3;
}
.font_size_20__3LaOGd {
  font-size: v-5.33333vw;
  line-height: 1.3;
}
.font_size_22__1XkrGX {
  font-size: v-5.86667vw;
  line-height: 1.3;
}
.font_size_24__1de1me {
  font-size: v-6.4vw;
  line-height: 1.3;
}
.font_size_28__1pDNEL {
  font-size: v-7.46667vw;
  line-height: 1.2;
}

/*width*/
.w100__1cz8ue {
  width: 100%;
}

/*borderRadius*/
.border_radius_10__2ttSyS {
  border-radius: 2.66667vw;
}

