

html,body{
	/* 标准色 */
	--red: #e54d42;
	--orange: #f37b1d;
	--yellow: #fbbd08;
	--olive: #8dc63f;
	--green: #39b54a;
	--cyan: #1cbbb4;
	--blue: #0081ff;
	--purple: #6739b6;
	--mauve: #9c26b0;
	--pink: #e03997;
	--brown: #a5673f;
	--grey: #8799a3;
	--black: #333333;
	--darkGray: #666666;
	--gray: #aaaaaa;
	--ghostWhite: #f1f1f1;
	--white: #ffffff;
	/* 浅色 */
	--redLight: #fadbd9;
	--orangeLight: #fde6d2;
	--yellowLight: #fef2ce;
	--oliveLight: #e8f4d9;
	--greenLight: #d7f0db;
	--cyanLight: #d2f1f0;
	--blueLight: #cce6ff;
	--purpleLight: #e1d7f0;
	--mauveLight: #ebd4ef;
	--pinkLight: #f9d7ea;
	--brownLight: #ede1d9;
	--greyLight: #e7ebed;
	/* 渐变色 */
	--gradualRed: linear-gradient(45deg, #f43f3b, #ec008c);
	--gradualOrange: linear-gradient(45deg, #ff9700, #ed1c24);
	--gradualGreen: linear-gradient(45deg, #39b54a, #8dc63f);
	--gradualPurple: linear-gradient(45deg, #9000ff, #5e00ff);
	--gradualPink: linear-gradient(45deg, #ec008c, #6739b6);
	--gradualBlue: linear-gradient(45deg, #0081ff, #1cbbb4);
	/* 阴影透明色 */
	--ShadowSize: 6rem 6rem 8rem;
	--redShadow: rgba(204, 69, 59, 0.2);
	--orangeShadow: rgba(217, 109, 26, 0.2);
	--yellowShadow: rgba(224, 170, 7, 0.2);
	--oliveShadow: rgba(124, 173, 55, 0.2);
	--greenShadow: rgba(48, 156, 63, 0.2);
	--cyanShadow: rgba(28, 187, 180, 0.2);
	--blueShadow: rgba(0, 102, 204, 0.2);
	--purpleShadow: rgba(88, 48, 156, 0.2);
	--mauveShadow: rgba(133, 33, 150, 0.2);
	--pinkShadow: rgba(199, 50, 134, 0.2);
	--brownShadow: rgba(140, 88, 53, 0.2);
	--greyShadow: rgba(114, 130, 138, 0.2);
	--grayShadow: rgba(114, 130, 138, 0.2);
	--blackShadow: rgba(26, 26, 26, 0.2);

	background-color: var(--ghostWhite);
	color: var(--black);
	height: 100%;
	width: 100%;
  	-webkit-tap-highlight-color: transparent;
  	-webkit-overflow-scrolling: touch;
}
select,select option { direction: rtl;}

.iconfont{font-size:0.8rem;margin: 0 2px;vertical-align: middle;}

.weui-grid__icon{text-align: center;}
.weui-btn-area{margin:0.3rem;}

.infinite{height: calc(100vh - 1px);overflow-y: auto; margin-bottom: -1px;}

.popup-top .weui-popup__modal{height: auto;min-height:100px;max-height: 60vh; top: 15vh; width:90%;left:5%;bottom: auto;}

.fixed{
	position: fixed;
}

.overflow{
	overflow-y:auto !important;
	height: 100% !important;
}

.weui-select{
	height:auto;
	line-height:1
}

.relative{
	position: relative;
}

.response{
	width: 100%;
}

/*  -- 内外边距 -- */

.margin-0 {
	margin: 0;
}

.margin-xs {
	margin: .3rem;
}

.margin-sm {
	margin: .5rem;
}

.margin {
	margin: .8rem;
}

.margin-lg {
	margin: 1.2rem;
}

.margin-xl {
	margin: 1.8rem;
}

.margin-top-xs {
	margin-top: .3rem;
}

.margin-top-sm {
	margin-top: .5rem;
}

.margin-top {
	margin-top: .8rem;
}

.margin-top-lg {
	margin-top: 1.2rem;
}

.margin-top-xl {
	margin-top: 1.8rem;
}

.margin-right-xs {
	margin-right: .3rem;
}

.margin-right-sm {
	margin-right: .5rem;
}

.margin-right {
	margin-right: .8rem;
}

.margin-right-lg {
	margin-right: 1.2rem;
}

.margin-right-xl {
	margin-right: 1.8rem;
}

.margin-bottom-xs {
	margin-bottom: .3rem;
}

.margin-bottom-sm {
	margin-bottom: .5rem;
}

.margin-bottom {
	margin-bottom: .8rem;
}

.margin-bottom-lg {
	margin-bottom: 1.2rem;
}

.margin-bottom-xl {
	margin-bottom: 1.8rem;
}

.margin-left-xs {
	margin-left: .3rem;
}

.margin-left-sm {
	margin-left: .5rem;
}

.margin-left {
	margin-left: .8rem;
}

.margin-left-lg {
	margin-left: 1.2rem;
}

.margin-left-xl {
	margin-left: 1.8rem;
}

.margin-lr-xs {
	margin-left: .3rem;
	margin-right: .3rem;
}

.margin-lr-sm {
	margin-left: .5rem;
	margin-right: .5rem;
}

.margin-lr {
	margin-left: .8rem;
	margin-right: .8rem;
}

.margin-lr-lg {
	margin-left: 1.2rem;
	margin-right: 1.2rem;
}

.margin-lr-xl {
	margin-left: 1.8rem;
	margin-right: 1.8rem;
}

.margin-tb-xs {
	margin-top: .3rem;
	margin-bottom: .3rem;
}

.margin-tb-sm {
	margin-top: .5rem;
	margin-bottom: .5rem;
}

.margin-tb {
	margin-top: .8rem;
	margin-bottom: .8rem;
}

.margin-tb-lg {
	margin-top: 1.2rem;
	margin-bottom: 1.2rem;
}

.margin-tb-xl {
	margin-top: 1.8rem;
	margin-bottom: 1.8rem;
}

.padding-0 {
	padding: 0;
}

.padding-xs {
	padding: .3rem;
}

.padding-sm {
	padding: .5rem;
}

.padding {
	padding: .8rem;
}

.padding-lg {
	padding: 1.2rem;
}

.padding-xl {
	padding: 1.8rem;
}

.padding-top-xs {
	padding-top: .3rem;
}

.padding-top-sm {
	padding-top: .5rem;
}

.padding-top {
	padding-top: .8rem;
}

.padding-top-lg {
	padding-top: 1.2rem;
}

.padding-top-xl {
	padding-top: 1.8rem;
}

.padding-right-xs {
	padding-right: .3rem;
}

.padding-right-sm {
	padding-right: .5rem;
}

.padding-right {
	padding-right: .8rem;
}

.padding-right-lg {
	padding-right: 1.2rem;
}

.padding-right-xl {
	padding-right: 1.8rem;
}

.padding-bottom-xs {
	padding-bottom: .3rem;
}

.padding-bottom-sm {
	padding-bottom: .5rem;
}

.padding-bottom {
	padding-bottom: .8rem;
}

.padding-bottom-lg {
	padding-bottom: 1.2rem;
}

.padding-bottom-xl {
	padding-bottom: 1.8rem;
}

.padding-left-xs {
	padding-left: .3rem;
}

.padding-left-sm {
	padding-left: .5rem;
}

.padding-left {
	padding-left: .8rem;
}

.padding-left-lg {
	padding-left: 1.2rem;
}

.padding-left-xl {
	padding-left: 1.8rem;
}

.padding-lr-xs {
	padding-left: .3rem;
	padding-right: .3rem;
}

.padding-lr-sm {
	padding-left: .5rem;
	padding-right: .5rem;
}

.padding-lr {
	padding-left: .8rem;
	padding-right: .8rem;
}

.padding-lr-lg {
	padding-left: 1.2rem;
	padding-right: 1.2rem;
}

.padding-lr-xl {
	padding-left: 1.8rem;
	padding-right: 1.8rem;
}

.padding-tb-xs {
	padding-top: .3rem;
	padding-bottom: .3rem;
}

.padding-tb-sm {
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.padding-tb {
	padding-top: .8rem;
	padding-bottom: .8rem;
}

.padding-tb-lg {
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
}

.padding-tb-xl {
	padding-top: 1.8rem;
	padding-bottom: 1.8rem;
}

/* -- 浮动 --  */

.cf::after,
.cf::before {
	content: " ";
	display: table;
}

.cf::after {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.bg-red {
	background-color: var(--red);
	color: var(--white);
}

.bg-orange {
	background-color: var(--orange);
	color: var(--white);
}

.bg-yellow {
	background-color: var(--yellow);
	color: var(--black);
}

.bg-olive {
	background-color: var(--olive);
	color: var(--white);
}

.bg-green {
	background-color: var(--green);
	color: var(--white);
}

.bg-cyan {
	background-color: var(--cyan);
	color: var(--white);
}

.bg-blue {
	background-color: var(--blue);
	color: var(--white);
}

.bg-purple {
	background-color: var(--purple);
	color: var(--white);
}

.bg-mauve {
	background-color: var(--mauve);
	color: var(--white);
}

.bg-pink {
	background-color: var(--pink);
	color: var(--white);
}

.bg-brown {
	background-color: var(--brown);
	color: var(--white);
}

.bg-grey {
	background-color: var(--grey);
	color: var(--white);
}

.bg-gray {
	background-color: #f0f0f0;
	color: var(--black);
}

.bg-black {
	background-color: var(--black);
	color: var(--white);
}

.bg-white {
	background-color: var(--white);
	color: var(--darkGray);
}

.bg-shadeTop {
	background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.01));
	color: var(--white);
}

.bg-shadeBottom {
	background-image: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 1));
	color: var(--white);
}

.bg-red.light {
	color: var(--red);
	background-color: var(--redLight);
}

.bg-orange.light {
	color: var(--orange);
	background-color: var(--orangeLight);
}

.bg-yellow.light {
	color: var(--yellow);
	background-color: var(--yellowLight);
}

.bg-olive.light {
	color: var(--olive);
	background-color: var(--oliveLight);
}

.bg-green.light {
	color: var(--green);
	background-color: var(--greenLight);
}

.bg-cyan.light {
	color: var(--cyan);
	background-color: var(--cyanLight);
}

.bg-blue.light {
	color: var(--blue);
	background-color: var(--blueLight);
}

.bg-purple.light {
	color: var(--purple);
	background-color: var(--purpleLight);
}

.bg-mauve.light {
	color: var(--mauve);
	background-color: var(--mauveLight);
}

.bg-pink.light {
	color: var(--pink);
	background-color: var(--pinkLight);
}

.bg-brown.light {
	color: var(--brown);
	background-color: var(--brownLight);
}

.bg-grey.light {
	color: var(--grey);
	background-color: var(--greyLight);
}

.bg-gradual-red {
	background-image: var(--gradualRed);
	color: var(--white);
}

.bg-gradual-orange {
	background-image: var(--gradualOrange);
	color: var(--white);
}

.bg-gradual-green {
	background-image: var(--gradualGreen);
	color: var(--white);
}

.bg-gradual-purple {
	background-image: var(--gradualPurple);
	color: var(--white);
}

.bg-gradual-pink {
	background-image: var(--gradualPink);
	color: var(--white);
}

.bg-gradual-blue {
	background-image: var(--gradualBlue);
	color: var(--white);
}

.bg-img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.bg-mask {
	background-color: var(--black);
	position: relative;
}

.bg-mask::after {
	content: "";
	border-radius: inherit;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, 0.4);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}


/* ==================
          文本
 ==================== */

.text-xs {
	font-size: 0.6rem;
}

.text-sm {
	font-size: 0.8rem;
}

.text-df {
	font-size: 1rem;
}

.text-lg {
	font-size: 1.2rem;
}

.text-xl {
	font-size: 1.5rem;
}

.text-xxl {
	font-size: 2rem;
}

.text-sl {
	font-size: 2.5rem;
}

.text-xsl {
	font-size: 3rem;
}

.text-Abc {
	text-transform: Capitalize;
}

.text-ABC {
	text-transform: Uppercase;
}

.text-abc {
	text-transform: Lowercase;
}

.text-price::before {
	content: "¥";
	font-size: 0.8rem;
	margin-right: 0.3rem;
}

.text-cut {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.text-bold {
	font-weight: bold;
}

.text-center {
	text-align: center !important;
}

.text-content {
	line-height: 1.6;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-red,
.line-red,
.lines-red {
	color: var(--red);
}

.text-orange,
.line-orange,
.lines-orange {
	color: var(--orange);
}

.text-yellow,
.line-yellow,
.lines-yellow {
	color: var(--yellow);
}

.text-olive,
.line-olive,
.lines-olive {
	color: var(--olive);
}

.text-green,
.line-green,
.lines-green {
	color: var(--green);
}

.text-cyan,
.line-cyan,
.lines-cyan {
	color: var(--cyan);
}

.text-blue,
.line-blue,
.lines-blue {
	color: var(--blue);
}

.text-purple,
.line-purple,
.lines-purple {
	color: var(--purple);
}

.text-mauve,
.line-mauve,
.lines-mauve {
	color: var(--mauve);
}

.text-pink,
.line-pink,
.lines-pink {
	color: var(--pink);
}

.text-brown,
.line-brown,
.lines-brown {
	color: var(--brown);
}

.text-grey,
.line-grey,
.lines-grey {
	color: var(--grey);
}

.text-gray,
.line-gray,
.lines-gray {
	color: var(--gray);
}

.text-black,
.line-black,
.lines-black {
	color: var(--black);
}

.text-white,
.line-white,
.lines-white {
	color: var(--white);
}

/* ==================
          布局
 ==================== */

/*  -- flex弹性布局 -- */

.line{
	display: inline-flex;
}

.flex {
  display: flex;
}

.basis-10 {
  flex-basis: 10%;
}

.basis-xs {
  flex-basis: 20%;
}

.basis-25 {
  flex-basis: 25%;
}

.basis-33 {
  flex-basis: 33.333333%;
}

.basis-sm {
  flex-basis: 40%;
}

.basis-df {
  flex-basis: 50%;
}

.basis-lg {
  flex-basis: 60%;
}

.basis-xl {
  flex-basis: 80%;
}

.flex-sub {
  flex: 1;
}

.flex-twice {
  flex: 2;
}

.flex-treble {
  flex: 3;
}

.flex-direction {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-start {
  align-items: flex-start;
}

.align-end {
  align-items: flex-end;
}

.align-center {
  align-items: center;
}

.align-stretch {
  align-items: stretch;
}

.self-start {
  align-self: flex-start;
}

.self-center {
  align-self: flex-center;
}

.self-end {
  align-self: flex-end;
}

.self-stretch {
  align-self: stretch;
}

.align-stretch {
  align-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}


/* ==================
          边框
 ==================== */

.round {
  border-radius: 5000px;
}

.radius {
  border-radius:5px;
}

/* -- 实线 -- */

.solid, .solid-top, .solid-right, .solid-bottom, .solid-left, .solids,
.solids-top, .solids-right, .solids-bottom, .solids-left, .dashed, .dashed-top,
.dashed-right, .dashed-bottom, .dashed-left {
  position: relative;
}

.solid::after, .solid-top::after, .solid-right::after, .solid-bottom::after,
.solid-left::after, .solids::after, .solids-top::after, .solids-right::after,
.solids-bottom::after, .solids-left::after, .dashed::after, .dashed-top::after,
.dashed-right::after, .dashed-bottom::after, .dashed-left::after {
  content: " ";
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  transform: scale(0.5);
  transform-origin: 0 0;
  pointer-events: none;
  box-sizing: border-box;
}

.solid::after {
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.solid-top::after {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.solid-right::after {
  border-right: 1px solid rgba(0, 0, 0, 0.5);
}

.solid-bottom::after {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.solid-left::after {
  border-left: 1px solid rgba(0, 0, 0, 0.5);
}

.solids::after {
  border: 2px solid #eee;
}

.solids-top::after {
  border-top: 2px solid #eee;
}

.solids-right::after {
  border-right: 2px solid #eee;
}

.solids-bottom::after {
  border-bottom: 2px solid #eee;
}

.solids-left::after {
  border-left: 2px solid #eee;
}

/* -- 虚线 -- */

.dashed::after {
  border: 1px dashed #ddd;
}

.dashed-top::after {
  border-top: 1px dashed #ddd;
}

.dashed-right::after {
  border-right: 1px dashed #ddd;
}

.dashed-bottom::after {
  border-bottom: 1px dashed #ddd;
}

.dashed-left::after {
  border-left: 1px dashed #ddd;
}

/* -- 阴影 -- */

.shadow {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}

.shadow-lg {
  box-shadow: 0px 40px 100px 0px rgba(0, 0, 0, 0.07);
}

.shadow-warp {
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.shadow-warp:before, .shadow-warp:after {
  position: absolute;
  content: "";
  top: 20px;
  bottom: 30px;
  left: 20px;
  width: 50%;
  box-shadow: 0 30px 20px rgba(0, 0, 0, 0.2);
  transform: rotate(-3deg);
  z-index: -1;
}

.shadow-warp:after {
  right: 20px;
  left: auto;
  transform: rotate(3deg);
}

.shadow-blur {
  position: relative;
}

.shadow-blur::before {
  content: "";
  display: block;
  background: inherit;
  filter: blur(10px);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10px;
  left: 10px;
  z-index: -1;
  opacity: 0.4;
  transform-origin: 0 0;
  border-radius: inherit;
  transform: scale(1, 1);
}

/* ==================
          头像
 ==================== */

.avatar {
  font-variant: small-caps;
  margin: 0;
  padding: 0;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background: #ccc;
  color: #fff;
  white-space: nowrap;
  position: relative;
  width: 64px;
  height: 64px;
  background-size: cover;
  background-position: center;
  vertical-align: middle;
  font-size: 1.5em;
}

.avatar.xs {
  width: 26px;
  height: 26px;
  font-size:0.6rem;
}


.avatar.sm {
  width: 48px;
  height: 48px;
  font-size: 1rem;
}

.avatar.lg {
  width: 96px;
  height: 96px;
  font-size: 2rem;
}

.avatar.xl {
  width: 128px;
  height: 128px;
  font-size: 2.5rem;
}

.avatar .avatar-text {
  font-size: 0.5rem;
}

.avatar-group {
  direction: rtl;
  unicode-bidi: bidi-override;
  padding: 0 10px 0 40px;
  display: inline-block;
}

.avatar-group .avatar {
  margin-left: -30px;
  border: 4px solid #f1f1f1;
  vertical-align: middle;
}

.avatar-group .avatar.sm {
  margin-left: -20px;
  border: 1px solid #f1f1f1;
}

/* ==================
          徽章
 ==================== */

.cu-tag {
  font-size:0.6rem;
  vertical-align: middle;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 2px 0.4rem;
}

.cu-tag:not([class*="bg"]):not([class*="line"]) {
  background-color: #f1f1f1;
}

.cu-tag[class*="line-"]::after {
  content: " ";
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid currentColor;
  transform: scale(0.5);
  transform-origin: 0 0;
  box-sizing: border-box;
  border-radius: inherit;
  z-index: 1;
  pointer-events: none;
}

.cu-tag.radius[class*="line"]::after {
  border-radius: 12px;
}

.cu-tag.round[class*="line"]::after {
  border-radius: 1000px;
}

.cu-tag[class*="line-"]::after {
  border-radius: 0;
}

.cu-tag+.cu-tag {
  margin-left: 5px;
}

.cu-tag.sm {
  font-size: 0.5rem;
  padding: 0px 5px;
}

.cu-capsule {
  display: inline-flex;
  vertical-align: middle;
}

.cu-capsule+.cu-capsule {
  margin-left: 10px;
}

.cu-capsule .cu-tag {
  margin: 0;
}

.cu-capsule .cu-tag[class*="line-"]:last-child::after {
  border-left: 0px solid transparent;
}

.cu-capsule .cu-tag[class*="line-"]:first-child::after {
  border-right: 0px solid transparent;
}

.cu-capsule.radius .cu-tag:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.cu-capsule.radius .cu-tag:last-child::after,
.cu-capsule.radius .cu-tag[class*="line-"] {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.cu-capsule.round .cu-tag:first-child {
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
  text-indent: 4px;
}

.cu-capsule.round .cu-tag:last-child::after,
.cu-capsule.round .cu-tag:last-child {
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  text-indent: -4px;
}

.cu-tag.badge {
  border-radius: 200px;
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 20px;
  padding: 0px 10px;
  height: 28px;
  color: #fff;
}

.cu-tag.badge:not([class*="bg-"]) {
  background: #dd514c;
}

.cu-tag:empty:not([class*="icon"]) {
  padding: 0px;
  width: 16px;
  height: 16px;
  top: -4px;
  right: -4px;
}

.cu-tag[class*="icon"] {
  width: 32px;
  height: 32px;
  top: -4px;
  right: -4px;
}