/* css reset */
body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dd, th, td, form, input, button, textarea, pre {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, i, em {
	font-size: inherit;
	font-weight: normal;
	font-style: normal;
}
input, button, textarea, img, label {
	display: block;
	border: none;
	outline: none;
}
li {
	list-style: none;
}
a {
	color: inherit;
	text-decoration: none;
}
body {
	margin: 0 auto;
	background: #ffe5e5;
}
/*清除点击高亮效果*/
a, button, input, textarea {
	-webkit-tap-highlight-color: transparent;
}
.fl {
	float: left
}
/*清除默认表单样式*/
input {
	-webkit-appearance: none;
}
input[type=checkbox] {
	-webkit-appearance: checkbox;
}
/*删除语音输入按钮*/
 input::-webkit-input-speech-button {
 display: none;
}
.black {
	display: block;
}
.rule-panel {
	position: absolute;
	color: #fff;
	text-align: center;
	font-size: .3rem;
	top: 3.6rem;
	width: 4.8rem;
	margin-left: calc(50% - 2.4rem);
	z-index: 0;
	border-radius: .12rem;
	line-height: .7rem;
	overflow: hidden;
	background-color: rgba(0,0,0,.65);
}
/*公共头部*/
.public_header {
	position: relative;
	height: 1.08rem;
	line-height: 1.08rem;
	display: block;
	text-align: center;
	color: #000;
	font-size: .38rem;
	background-color: #fff;
}
.public_header #public_header_back {
	position: absolute;
	left: 0;
	top: .35rem;
	padding: 0 .3rem ;
	width: 0.22rem;
	height: 0.37rem;
	background: url(../img/public_header_i.png) center center no-repeat;
	background-size: .22rem .37rem;
	cursor: pointer;
}
.public_header a {
	position: absolute;
	right: 0;
	font-size: .26rem;
	padding: 0 2.25%;
}
/*公共头部 end*/

.cdk_remind {
	margin: 1.36rem .3rem;
	font-size: 0.23rem;
	line-height: 1.5;
	color: #a39191;
	text-align: justify;
}
/*tab切换*/
.weui_navbar {
	margin: 0 auto;
	width: calc(100% - .6rem);
	overflow: hidden;
}
.weui_navbar a {
	position: relative;
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	width: 1.64rem;
	height: .7rem;
	line-height: .7rem;
	float: left;
	text-align: left;
	-webkit-tap-highlight-color: transparent;
	font-size: .24rem;
	color: #cab6b6
}
.weui_navbar .active {
	color: #000;
}
.item-box {
	margin: .2rem 0 1.2rem;
	display: none;
	clear: both;
}
/*专车券*/
.stamp {
	width: calc(100% - .6rem);
	margin:0.15rem auto .45rem;
	padding: 0 0.1rem;
	position: relative;
	overflow: hidden;
	background: #ff193f;
	border: 2px solid #ccb7b7;
	border-radius: .05rem;
/*	box-shadow: 0rem 0.04rem 0.15rem rgba(0,0,0,.3);*/
}
.over {
	background: #cab6b6;
}
.stamp .par{
	float: left;
	background: #fff;
	width: calc(100% + .1rem);
	padding: .4rem .25rem .4rem .4rem;
	text-align: left;
	box-sizing: border-box;
	color: #ff193f;
}
.stamp .copy {
	margin-top: .05rem;
	font-size: .3rem;
	display: block;
}
.stamp .name {
	margin-left: .15rem;
	font-size: .32rem;
	display: inline-block;
	color: #7e7e7e;
	top: .05rem;
}
.stamp .overduep {
	margin-top: .05rem;
	font-size: .24rem;
	display: inline-block;
	color: #333;
}
.orange {
	text-align: center;
	width: 1.8rem;
	height: .65rem;
	line-height: .65rem;
	background: #ff193f;
	color: #fff;
	border-radius: .24rem;
	display: inline-block;
	font-size: .38rem;
	position: absolute;
	right: .4rem;
	top: calc(50% - .32rem);
}
.update_btn{width: 1.4rem;position: absolute;right: .2rem;top: calc(50% - .32rem)}
.overdue {
	text-align: center;
	width: 1.8rem;
	height: .65rem;
	line-height: .65rem;
	background: #cab6b6;
	color: #fff;
	border-radius: .24rem;
	display: inline-block;
	font-size: .38rem;
	position: absolute;
	right: .4rem;
	top: calc(50% - .32rem);
}
.stamp .par sub {
	
	font-size: 0.4rem;
	color: #ff193f;
}
.stamp .par .bold {
	font-size: 0.6rem;
	/*margin-right: 0.05rem;*/
	position: relative;
	top: .05rem;
/*	line-height: 0.65rem;*/
}
.over .par, .over .par sub {
	color: #7e7e7e;
}
.stamp .car {
	float: left;
	height: 1.28rem;
	width: 1.28rem;
	text-align: center;
	box-sizing: border-box;
	border-radius: 50%;
	background: #dadada;
	margin: 0 .3rem 0 -.2rem;
}
.stamp .car img {
	width: .96rem;
	height: .48rem;
	margin: calc(50% - .24rem) auto;
}

.stamp_update{width: calc(100% - 1.2rem);margin: 0.4rem auto ;}

input[type="checkbox"] {
	display: none;
}

/*1.28*/
#announcement {background:url(../img/icon-laba.png) no-repeat .2rem .22rem; height:.7rem; line-height:.7rem; overflow: hidden; padding: 0 .2rem 0 .8rem; float:left;    background-size: .4rem;    font-size: .3rem;color: #333;}
			
#announcement span{color: #ff193f;padding: 0 .15rem 0;font-size: .28rem;}

.draw_bg{background: #ebb242;}
.drawlink{width:100%;margin:0 auto;}
.drawlink a img{object-fit: cover;    width: 100%;    object-position: center center;}