body{
  background-color:#fff;
}
/*当前位置*/
.position{ 
	width: 100%;
	height: 0.6rem;
	padding-top:0.89rem;
	margin: 0;
	line-height: 0.6rem;
	background-color: #fcfcfc;
	overflow: hidden;
}
.positionText{
	width:7.3rem;
	position: relative;
	margin: 0 auto;
}
.positionText h3{
	font-size: 0.24rem;
	line-height: 0.6rem;
	font-style: normal;
	text-indent:0.6em;
	font-weight:normal;	
}
.positionText h3::before{
	content: "";
    position: absolute;
    height: 0.16rem;
    width: 0.04rem;
    background-color: #707070;
    top: 0.22rem;
    left: 0;
}
/*banner*/
.banner{
	width: 7.5rem;
	height: 5rem;
	background-size: 7.5rem 5rem;
}
.gzr_banner{
	background-image: url(https://images.jingyeqian.com/images/sj/meizhoutixing/m/img/banner.png);
}
.xq_banner{
	background-image: url(https://images.jingyeqian.com/images/sj/meizhoutixing/m/img/xq_banner.png);
}
.zm_banner{
	background-image: url(https://images.jingyeqian.com/images/sj/meizhoutixing/m/img/zm_banner.png);
}

.banner h1{
	font-size: 0.4rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding:0.8rem 0 0.2rem 0.2rem;
}
.banner .l_text p{
	width: 3.4rem;
	line-height: 0.36rem;
	font-size: 0.20rem;
	color: #fff;
	padding:0 0 0 0.2rem;
}
.banner img{
	width: 2.38rem;
	height: 1.64rem;
	margin:1.8rem 1.1rem 0  0;
}
.banner p.r_text{
	font-size: 0.6rem;
	color: #486af9;
	padding:2.2rem 1.34rem 0 0;
	font-weight: bold;
}
.banner p.xq_text{
	font-size: 0.6rem;
	color: #ff984d;
	padding:2.2rem 1.34rem 0 0;
	font-weight: bold;
}
/*工作日和周末*/
.weekWrap{
	height: 4.2rem;
}
.week{
	width: 3.43rem;
	height: 3.8rem;
	background-color: #fff;
	border: 0.01rem solid #e4e4e4;
	margin-top:0.2rem
}
.day{
	margin-right: 0.2rem;
}
.week .t{
	width: 3.44rem;
	height: 1.04rem;
}
.day .t{
	background-color: #ecedff;
	border-bottom: 0.01rem dashed #cccffe;
}
.end .t{
	background-color: #fdf8f0;
	border-bottom: 0.01rem dashed #fae0b6;
}
.week .t p{
	font-size: 0.2rem;
	line-height: 0.36rem;
	text-align: center;
	padding-top: 0.2rem;
}
.week .t p img{
	width:0.7rem;
	height: 0.66rem;
	vertical-align: middle;
}
.week .t a{
	font-size: 0.24rem;
}
.week .b p{
	font-size: 0.2rem;
	color: #666;
	width: 3rem;
	margin: 0 auto;
	line-height: 0.36rem;
	
}
.day .b p{
	padding-top: 0.4rem;
}
.end .b p{
	padding-top: 0.1rem;
}
/*内容*/
.grey{
	background-color: #fafafa;
}
.item h2{
	font-size: 0.32rem;
	color: #333;
	text-align: center;
	padding:0.3rem 0;
}
.item p{
	font-size: 0.22rem;
	color: #545454;
	text-align:center;
	padding-bottom: 0.1rem;
}
.item p img{
	width: 4.8rem;
	height: 4.8rem;
}
/*每周提醒设置*/
.weeksetWrap{
	width: 100%;
	border-bottom: 0.01rem dotted #dddddd;
}
.weekSetBox{
	width: 6.5rem;
	margin: 0.2rem auto;
}
.weeksetWrap h2{
	font-size: 0.32rem;
	text-align: center;
	padding: 0.2rem 0;
}
.weekSet .bt{
	font-size: 0.24rem;
	color: #4f4f4f;
}
.weekSet .bt img{
	width: 0.62rem;
	height: 0.62rem;
	vertical-align:middle;
	padding-right: 0.1rem;
	padding-bottom: 0.1rem;
}
.weekSet .text{
	font-size: 0.2rem;
	color: #999;
}
.weekSet .text p{
	padding-bottom: 0.1rem;
}
/*其他相关提醒*/
.otherRemindWrap{
	width: 100%;
	padding-bottom: 0.2rem;
	background-image: url(../img/otherBg.png);
	background-size: 7.5rem 0.96rem;
	background-position: bottom;
	background-repeat: no-repeat;
}
.otherRemindWrap h2{
	font-size: 0.32rem;
	color: #333;
	text-align: center;
	padding: 0.4rem 0 0 0;
}
.otherRemindWrap dl{
	width: 2.3rem;
	height: 1.6rem;
	float: left;
	text-align: center;
}
.otherRemindWrap dl dt img{
	width: 0.64rem;
	height: 0.64rem;
}
.otherRemindWrap dl dd{
	font-size: 0.22rem;
	color: #666;
}
