body {
	font-family: "Helvetica Neue", Helvetica, "Hiragino Sans GB",
		"STHeitiSC-Light", "Microsoft YaHei", Arial, sans-serif;
}

* {
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

header {
	height: 44px;
	width: 100%;
}

header * {
	color: #fff100;
}

header .menu-arrow a {
	background: url("/images/menu.png") no-repeat 10px center !important;
}

header .page-title {
	width: 60%;
	height: 100%;
	text-align: center;
	font-size: 1rem;
	line-height: 45px;
}

header .page-title2 {
  width: 40%;
  height: 100%;
  text-align: center;
  font-size: 1rem;
  line-height: 45px;
}

header .page-title3 {
	width: 40%;
	height: 100%;
	color: #fff;
	text-align: center;
	font-size: 1rem;
	line-height: 45px;
  }

  header .page-title3 img {
	height: 0.8rem;
	margin: 0.2rem 0 0 0.3rem
  }

header .left-arrow, header .right-arrow {
	width: 20%;
	height: 100%;
	font-size: .8rem;
	line-height: 45px;
	padding: 0 1em
}

header .right-arrow2 {
  width:30%;
  height: 100%;
  font-size: .8rem;
  line-height: 45px;
  padding: 0 1em
}

header .right-arrow2.fr a {
  float: right;
}

header .right-arrow3 {
	width:30%;
	height: 100%;
	font-size: .8rem;
	line-height: 45px;
	padding: 0 1em
  }
  
  header .right-arrow3.fr a {
	float: right;
	color: #fff;
  }

header .left-arrow a {
	display: inline-block;
	width: 100%;
	height: 100%;
	background: url("/images/arrow_left.png") no-repeat left center;
	background-size: auto 1em;
}

header .left {
	width: 20%;
	height: 100%;
	font-size: .8rem;
	line-height: 45px;
	padding: 0 1em
}

header .left2 {
  width: 30%;
  height: 100%;
  font-size: .8rem;
  line-height: 45px;
  padding: 0 1em
}

header .left2 a {
	display: inline-block;
	width: 100%;
	height: 100%;
	background: url("/images/arrow_left.png") no-repeat left center;
	background-size: auto 1em;
}

header .right-arrow {
	text-align: right;
}

.bg_black {
	background: #262930;
	color: #fff100;
}

.bg_black2 {
	background: rgb(3,67,250);
}

.bg_yellow {
	background: #FFF100;
	color: #333;
}

.bg_red {
  background: #EE7700;
  color: #fff;
}

.bg_gray {
	background: #D9D9D9;
	color: #fff;
}

.main-content > span {
	text-align: center;
	display: block;
	width: 100%;
	padding: 1em;
	font-size: 1.2em;
	font-weight: 900;
}

footer#reservation {
	z-index: 99;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
}

footer#reservation a {
	display: inline-block;
	margin: 1em auto;
	width: 40%;
	color: #414141;
	font-size: .8rem;
	padding: 5px 0;
	background: #FFF100;
	border: 2px solid #333;
	border-radius: 20px;
	font-weight: 900;
}

.reservation-record ul li div {
	padding: 0.2em 0
}

.reservation-record ul li {
	padding: 0.1em 1em;
	border-bottom: 1px solid #f3f3f3;
	color: #666;
}

.reservation-record ul li b {
	color: #333;
}

.reservation-record ul li i {
	float: right;
}

.reservation-record ul li .info .time-info {
	width: 50%;
}

.reservation-record ul li .info .money-info {
	width: 50%;
}

.record .user>* {
	line-height: 2em;
	height: 2em;
	vertical-align: middle;
}

.record .user img {
	width: 1.6em;
	height: 1.6em;
	border-radius: 50%;
	margin-right: 0.2em;
}

.record .user img:first-child {
	width: 2em;
	height: 2em;
	border-radius: 50%;
	margin-right: 2em;
}

.record .place img {
	width: 1em;
	height: 1em;
	margin: 0 0 0 3em
}

.record {
	width: 100%;
	padding: 1rem 10px;
}

.record ul {
	width: 100%;
}

.record ul li {
	padding-left: 1.5rem;
	background: url("/images/green_box.png") no-repeat 0.2rem 0;
	background-size: .8rem .8rem;
	width: 100%;
	margin-bottom: 1rem;
}

.record ul li .time {
	font-size: .8rem;
	color: #272727;
	line-height: 1.5rem;
}

.record ul li .place {
	color: #7b7b7b;
	font-size: .7rem;
	line-height: 1.4rem;
}

.leave {
	text-align: center;
	line-height: 1.8em; 
}

.leave .notice {
	padding: 2em 0;
}

.leave .time {
	color: #666;
	padding: 1em 0 2em;
}

.leave #timing {
	font-size: 2em;
}

.leave .btn {
	background: #9d7b46;
	color: #fff;
	border-radius: 3pt;
	padding: 0.5em 1.2em;
	width: auto;
}

.leave .btn#diabled {
	background: #ccc;
}


.course {
	padding: 1rem;
	color: #666;
	line-height: 1.6rem;
}

.course .member {
	background: #FFBA44;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	padding: 0.5rem;
	margin: 0 0 1rem;
	display: none
}

.course .member .title {
	font-size: 1rem;
	padding: 0 0 0.2rem;
}

.course .member .desc {
	font-size: 0.8rem;
}

.course .body {
	clear: both;
}

.course .icon {
	float: left;
}

.course .icon img {
	float: left;
	width: 4rem;
	height: 4rem;
	border: 2px solid #fff;
	border-radius: 0.2rem;
}

.course .today > div {
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 0.3rem;
	min-height: 4.5rem;
}

.course .content {
	margin-left: 4.5rem;
}

.course .desc, .course .footer {
	font-size: 0.6rem;
}

.course .desc {
	line-height: 1rem;
}

.course .footer {
	text-align: right;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 0.3rem;
}

.course .footer em {
	font-style: normal;
}

.course .footer span {
	color: #ac8e54;
	font-weight: 900
}

.end {
  padding-top: 1rem;
}

.stop-card-index {
  height: 1.5rem;
  margin-left: 1rem;
  margin-right: 1rem;
  border-radius: .3rem;
  background-color: #D9006C;
}

.stop-card-index .name {
  color: white;
  text-align: center;
  padding-top: .2rem;
  font-size: .8rem;
}

.invite-index {
  padding-top: 1rem;
  text-align: center;
}

.invite-index span {
  color: #D9006C;
  font-size: .7rem;
}

.weui-tab .weui-tabbar {
	height: 3rem;
  	position: fixed;
	align-items: center;
	background-color: #eaeaea;
}

.weui-tab .weui-tabbar .weui-tabbar__icon {
	height: 1.6rem;
	width: 1.6rem;
}

.weui-tab .weui-tabbar .weui-tabbar__icon .weui-tabbar__label.active {
	color:rgb(18,85,255);
}

#scantip {
	border-radius: 0.5rem;
	font-weight: bold;
}
  
#scantip .weui-dialog__bd {
	color: #333;
	font-size: 0.7rem;
	line-height: 1.3rem;
}

#scantip .weui-dialog__ft  {
	display: block;
}

#scantip .weui-dialog__btn {
	color: #3469ff;
	font-size: 0.8rem;
}

#scantip .weui-dialog__btn.des {
	color: rgb(204,204,204);
	font-size: 0.6rem;
	margin-top: -1rem;
}

#scantip .weui-dialog__btn.line {
	border-bottom: 1px solid #dcdcdc;
}

#usetip {
	border-radius: 0.5rem;
}
  
#usetip .weui-dialog__title {
	font-size: 0.7rem;
}
  
#usetip .weui-dialog__bd {
	font-size: 0.7rem;
	line-height: 1.5rem;
}

#usetip .weui-dialog__btn {
	color: #333;
	font-size: 0.7rem;
}
  
#usetip .weui-dialog__btn:nth-child(2) {
	color: #3C72FE;
	font-size: 0.7rem;
}

.advertisement {
	display: flex;
	justify-content: space-between;
	font-size: 0.7rem;
	padding: 0.3rem;
	border-radius: 0.3rem;
	margin: 0.3rem 0.3rem 0.5rem 0.3rem;
}

.advertisement:nth-child(1) {
	background-color: rgb(252, 182, 182);
}

.advertisement:nth-child(2) {
	background-color: rgb(252, 202, 182);
}

.advertisement span:nth-child(1) {
	color: rgb(253, 82, 82);
	font-weight: 700;
}

.advertisement span:nth-child(3) {
	text-decoration: underline;
}