@charset "UTF-8";
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,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
strong {
	font-weight: bold;
}
html {
	line-height: 1;
}
Element {
	border-width: thin;
}
input,
textarea {
	border: 0;
	-webkit-appearance: none;
}
ol,
ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q,
blockquote {
	quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
	content: '';
	content: none;
}

a img {
	border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**全局样式, 微软雅黑**/

html {
	min-height: 100%;
}

html,
body {
	font-family: 'microsoft yahei', Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.44rem;
	color: #333;
}

input,
button {
	border: none;
	outline: none;
	background: none;
	-webkit-appearance: none;
	font-family: 'microsoft yahei', Verdana, Arial, Helvetica, sans-serif;
}

div,
em {
	cursor: pointer;
}

/*去除a标签外边框*/

a {
	text-decoration: none;
	color: inherit;
}

* {
	-webkit-tap-highlight-color: transparent;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input[type='text'] {
	outline: none;
}

img {
	width: 100%;
	height: auto;
}

/* 便捷样式 */

.fl {
	float: left !important;
}

.fr {
	float: right !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.clearfix {
	*zoom: 1;
}

.clearfix:after {
	height: 0;
	display: block;
	content: '';
	visibility: hidden;
	clear: both;
}
/* 常用样式 */

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

.page-shadow {
	display: none;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 999;
}

/*订单查询页.........................................*/
.bg-page {
	width: 100%;
	min-height: 100vh;
	height: 100%;
	background: #4791ff !important;
	background-size: 100% 100%;
}
.search-page {
	padding: 0.6rem 0 0.46rem;
}
.tab-search {
	width: 92%;
	margin: 0 auto;
	background: #ffffff;
	border-radius: 0.46rem;
	padding-bottom: 0.6rem;
	box-shadow: 0 0 0.8rem rgba(24, 166, 251, 0.6);
}
.search-header {
	width: 100%;
}
.search-title {
	font-size: 0.46rem;
	font-weight: bold;
	text-align: center;
	color: #333333;
	padding-top: 0.8rem;
}
.prove-input {
	width: 88%;
	margin: 0.6rem auto;
	border-radius: 0.4rem;
}
.prove-input input::-ms-input-placeholder {
	color: #999999;
	font-size: 0.42rem;
}

.prove-input input::-webkit-input-placeholder {
	color: #999999;
	font-size: 0.42rem;
}

.prove-input input::-moz-placeholder {
	color: #999999;
	font-size: 0.42rem;
}
.prove-input input {
	width: 100%;
	height: 1.2rem;
	padding: 0 0.2rem 0 1rem;
	font-size: 0.42rem;
	color: #333333;
}
.prove-phone,
.prove-card {
	width: 100%;
	padding: 0.2rem 0;
	position: relative;
}
.prove-phone {
	border-bottom: 1px solid #c0c0c0;
}
.prove-card {
	border-bottom: 1px solid #c0c0c0;
}
.prove-phone span {
	display: block;
	width: 0.46rem;
	position: absolute;
	left: 0.08rem;
	top: 0.5rem;
}
.prove-card span {
	display: block;
	width: 0.6rem;
	height: 0.48em;
	position: absolute;
	left: 0rem;
	top: 0.62rem;
}

.yuyin-tip {
	margin-top: 0.3rem;
	font-size: 0.4rem;
	color: #f00;
}

.searchingBtn {
	width: 90%;
	height: 1.3rem;
	display: block;
	margin: 0.46rem auto 0;
	background: url(bg-btn.png) no-repeat;
	background-size: 100% 100%;
	font-size: 0.42rem;
	color: #ffffff;
	text-align: center;
	border-radius: 0.5rem;
	padding: 0.3rem 0;
}

.searchingBtn a {
	display: block;
	width: 100%;
	padding: 0.6rem 0;
}

.protocol {
	text-align: center;
	padding-top: 0.4rem;
	font-size: 0.25rem
}
.protocol a{
	color:rgba(24, 166, 251, 0.6);
	border-bottom: 1px solid rgba(24, 166, 251, 0.6)
}
.chooseImg {
	width: 0.5rem;
	display: inline-block; 
	vertical-align: -0.1rem;
	margin: 0 0.2rem
}
/*订单列表..........................*/
.bg-f4f4f4 {
	width: 100%;
	min-height: 100vh;
	height: 100%;
	background: #f4f4f4;
}
.list-page {
	padding: 0.46rem 0;
}
.list-item {
	width: 90%;
	margin: 0 auto 0.46rem;
	background: #ffffff;
	font-size: 0.38rem;
	border-radius: 0.4rem;
}
.list-header {
	padding: 0.46rem;
	border-bottom: 1px #dcdcdc dashed;
}
.list-title {
	width: 70%;
	font-size: 0.42rem;
	font-weight: bold;
}
.list-title p {
	display: inline-block;
	vertical-align: -webkit-baseline-middle;
}
.list-title p img {
	display: block;
	width: 0.72rem;
}
.list-btn {
	width: 24%;
}
.list-cont {
	padding: 0.5rem 0.46rem;
}
.list-cont p {
	padding-bottom: 0.24rem;
	position: relative;
}
.color6 {
	color: #666666;
}
.list-looking {
	display: block;
	position: absolute;
	bottom: 0.24rem;
	right: 0;
	color: #666666;
}
.list-looking i {
	display: inline-block;
	vertical-align: -webkit-baseline-middle;
}
.list-looking img {
	width: 0.22rem;
	display: block;
	margin-top: 0.05rem;
}

/*订单详情页............................................*/
.details-page {
	padding-bottom: 0.46rem;
}
.details-item {
	width: 90%;
	margin: 0 auto;
	font-size: 0.38rem;
}
.details-title {
	font-size: 0.46rem;
	font-weight: bold;
	color: #333333;
	padding: 0.6rem 0 0.3rem;
}
.details-title span {
	display: inline-block;
	vertical-align: -webkit-baseline-middle;
	margin-right: 0.2rem;
}
.details-title span img {
	width: 0.1rem;
}
.details-list {
	width: 100%;
	padding: 0.46rem;
	background: #ffffff;
	border-radius: 0.4rem;
}
.details-list p {
	padding-bottom: 0.24rem;
	color: #666666;
}

.details-express {
	width: 100%;
	padding: 0.46rem;
	background: #ffffff;
	border-radius: 0.4rem;
	font-size: 0.38rem;
	line-height: 1.4;
}
.express-header {
	padding-bottom: 0.46rem;
}
.express-cont {
	width: 94%;
	margin: 0 auto;
	color: #999999;
	border-left: 1px dashed #dcdcdc;
}
.express-part {
	padding-left: 0.6rem;
	position: relative;
	padding-bottom: 0.8rem;
}
.part-img {
	width: 0.3rem;
	position: absolute;
	top: 0;
	left: -0.16rem;
}
.part-img.s-img {
	width: 0.7rem;
	left: -0.35rem;
}
.s-text {
	color: #333333;
}
.express-part.part-start {
	width: 93.7%;
	margin: -0.1rem auto 0;
	padding-bottom: 0.2rem;
	color: #999999;
}
.details-client {
	width: 100%;
	padding: 0.46rem;
	background: #ffffff;
	border-radius: 0.4rem;
	font-size: 0.38rem;
	line-height: 1.4;
}
.details-client p {
	position: relative;
	min-height: 0.5rem;
}
.details-client em {
	display: inline-block;
	position: absolute;
	color: #666666;
}
.details-client span {
	display: inline-block;
	padding-left: 5.28em;
	color: #999999;
}

/*绑定米粉卡页................................*/
.bg-page {
	width: 100%;
	min-height: 100vh;
	height: 100%;
	background: url(../img/bg-page.jpg) no-repeat;
	background-size: 100% 100%;
}
.bound-page {
	padding: 0.6rem 0 0.46rem;
}
.tab-bound {
	width: 92%;
	margin: 0 auto;
	background: #ffffff;
	border-radius: 0.46rem;
	padding-bottom: 0.6rem;
	box-shadow: 0 0 0.8rem rgba(24, 166, 251, 0.6);
}
.bound-header {
	width: 100%;
}
.bound-title {
	font-size: 0.46rem;
	font-weight: bold;
	text-align: center;
	color: #333333;
	padding-top: 0.8rem;
}
.user-input {
	width: 88%;
	margin: 0.6rem auto;
	border-radius: 0.4rem;
}
.user-input input::-ms-input-placeholder {
	color: #999999;
	font-size: 0.42rem;
}

.user-input input::-webkit-input-placeholder {
	color: #999999;
	font-size: 0.42rem;
}

.prove-input input::-moz-placeholder {
	color: #999999;
	font-size: 0.42rem;
}
.user-input input {
	width: 100%;
	height: 1.2rem;
	padding: 0 0.3rem 0 1rem;
	font-size: 0.42rem;
	color: #333333;
}
.user-phone,
.user-card {
	width: 100%;
	padding: 0.2rem 0;
	position: relative;
}
.user-phone {
	border-bottom: 1px solid #c0c0c0;
}
.user-card {
	border-bottom: 1px solid #c0c0c0;
}
.user-phone span {
	display: block;
	width: 0.46rem;
	position: absolute;
	left: 0.08rem;
	top: 0.4rem;
}
.user-card span {
	display: block;
	width: 0.66rem;
	position: absolute;
	left: 0.08rem;
	top: 0.58rem;
}

.boundingBtn {
	width: 90%;
	background: url(../img/bg-btn.png) no-repeat;
	background-size: 100% 100%;
	margin: 0.46rem auto 0;
	font-size: 0.42rem;
	color: #ffffff;
	/*padding: .6rem 0;*/
	text-align: center;
}
.boundingBtn a {
	display: block;
	width: 100%;
	padding: 0.6rem 0;
}
.send-btn {
	width: 32%;
	font-size: 0.42rem;
	padding: 0.3rem 0;
	text-align: center;
	background: url(../img/bg-maBtn.png) no-repeat;
	background-size: 100% 100%;
	border-radius: 0.4rem;
	color: #00a5ff;
	position: absolute;
	right: 0.1rem;
	top: 0.32rem;
}

.bound-remind {
	width: 100%;
	margin: 0.7rem auto 0;
	padding: 0 4%;
	font-size: 0.38rem;
	line-height: 1.4;
	color: #ffffff;
}
.bound-remind h3 {
	font-size: 0.42rem;
	color: #ffffff;
}
.bound-remind span {
	display: inline-block;
	vertical-align: -webkit-baseline-middle;
}
.bound-remind .dian {
	width: 0.28rem;
	height: 0.28rem;
	background: #fff;
	border-radius: 20px;
}
/*toast提示...............................*/
.tip {
	display: none;
	z-index: 999;
	position: fixed;
	top: 42vh;
	left: 0;
	width: 100%;
	text-align: center;
}
.tip span {
	display: inline-block;
	max-width: 90%;
	margin: auto;
	font-size: 0.38rem;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 0.12rem;
	padding: 0.26rem 0.4rem;
	line-height: 1.4;
}
/*弹窗部分..................................*/
.win-shadow,
.jihuo-shadow {
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
.winCont {
	width: 85%;
	margin: 18vh auto 0;
	background: #ffffff;
	border-radius: 0.4rem;
	padding: 0.56rem 0.3rem 0.6rem;
	font-size: 0.4rem;
	line-height: 1.4;
}
.win-img {
	width: 38%;
	margin: 0 auto;
}
.win-sureBtn {
	width: 48%;
	margin: 0 auto;
	margin-bottom: 0.3rem;
}
.win-sureBtn .Btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4.2rem;
	height: 1.2rem;
	background: url('../img/icon-subBtn.png');
	background-size: 100% 100%;
	font-size: 0.44rem;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.05rem;
}
.win-text {
	padding: 0.6rem 1rem;
	text-align: center;
}

.win-backBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34%;
	height: 1.2rem;
	border-radius: 20px;
	border: 1px solid #00a5ff;
	font-size: 0.44rem;
	color: #00a5ff;
	letter-spacing: 0.05rem;
	font-weight: 600;
	float: left;
	margin-left: 0.15rem;
}
.win-lingquBtn {
	width: 57.5%;
	float: right;
}
.win-lingquBtn .free-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4.8rem;
	height: 1.28rem;
	background-image: linear-gradient(90deg, #59d2ff 7%, #00a1fd 99%);
	border-radius: 60px;
	font-size: 0.44rem;
	color: #ffffff;
	letter-spacing: 0.05rem;
	font-weight: 600;
}
.jihuoCont {
	width: 86%;
	margin: 16vh auto 0;
	background: #ffffff;
	border-radius: 0.5rem;
	font-size: 0.4rem;
	line-height: 1.4;
	padding-bottom: 0.46rem;
}
.jihuo-header img {
	display: block;
}
.jihuo-header {
	width: 100%;
	position: relative;
}
.jihuo-text {
	width: 100%;
	padding: 0.4rem.6rem;
	background: rgba(#1d96fa, 0.34);
	color: #ffffff;
	position: absolute;
	left: 0;
	bottom: 0;
}
.jihuo-card {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0.8rem 10%;
	color: #666666;
}
.jihuo-card div {
	width: 50%;
	text-align: center;
}
.jihuo-card div img {
	display: block;
	width: 65%;
	margin: 0 auto 0.2rem;
}
.jihuo-btn {
	width: 80%;
	height: 1.4rem;
	margin: 0 auto;
	color: #ffffff;
	text-align: center;
	background: url(../img/bg-btn.png) no-repeat;
	background-size: 100% 100%;
	border-radius: 20px;
}

.jihuo-page {
	width: 100%;
	min-height: 100vh;
	background: url(../img/jihuo-page.png) no-repeat;
	background-size: 100% auto;
}

/*常见问题页面.............................................*/
.question-answer {
	width: 100%;
	background: #fafafa;
	border-bottom: 1px solid #f4f4f4;
}
.question {
	padding: 0.48rem 0.48rem 0.48rem 0.48rem;
	font-size: 0.41rem;
	color: #333333;
	position: relative;
}
.question span {
	display: inline-block;
	vertical-align: -webkit-baseline-middle;
}
.question span img {
	width: 0.52rem;
}
.question span.q-title {
	position: absolute;
	padding: 0 0.9rem 0 0.1rem;
	line-height: 1.2;
	padding-top: 0.06rem;
	margin-left: 0.2rem;
}
.q-arrowR {
	display: block;
	width: 0.17rem;
	height: 0.3rem;
	text-align: right;
	padding-top: 0.12rem;
	float: right;
}
.answer {
	display: none;
	padding: 0 0.6rem 0.46rem 1.1rem;
	font-size: 0.38rem;
	color: #666666;
	line-height: 1.4;
	text-align: justify;
}
.answer p {
	text-indent: 2em;
	padding-bottom: 0.46rem;
}
.answer p span {
	color: red;
}
.answer p a {
	color: blue;
	text-decoration: underline;
}
.answer p:last-child {
	padding-bottom: 0;
}
.answer .big-text {
	font-size: 0.46rem;
}
.question-answer.q-active {
	background: #ffffff;
	border-right: 0.1rem solid #00a5ff;
}
.question-answer.q-active .answer {
	display: block;
}
.question-answer.q-active .q-arrowR {
	display: none;
}
.question-answer.q-active .question {
	font-weight: bold;
}
.question-answer.q-active .question.s-tab {
	margin-bottom: 0.46rem;
}

/*2018.10.16 详情页添加loading效果....................*/
img {
	display: block;
}
.details-loading {
	text-align: center;
}
.details-loading span {
	display: inline-block;
	vertical-align: middle;
}
.load-gif {
	width: 0.6rem;
	margin-right: 0.12rem;
}

/*2018.10.18 激活页添加广东省激活入口..............*/
.yue-jihuo-link {
	font-size: 0.42rem;
	text-align: center;
	color: #00a5ff;
	padding-top: 0.5rem;
	padding-bottom: 0.2rem;
}
.yue-jihuo-link span {
	display: inline-block;
	vertical-align: middle;
}
.yue-jihuo-link span img {
	width: 0.38rem;
}
.yue-jihuo-link span a {
	font-size: 0.36rem;
	color: #666666;
	padding-left: 0.12rem;
}
.jihuo-card {
	padding-bottom: 0.4rem;
}
.jihuo-btn {
	padding: 0;
}
.jihuo-btn a {
	display: block;
	width: 100%;
	padding: 0.4rem 0;
}
/*2018.10.18 详情列表页顶部添加返回订单列表页入口...........*/
.back-prev a {
	display: block;
	padding: 0.6rem 5%;
}
.back-prev a span {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.42rem;
	font-weight: bold;
}
.back-prev a img {
	width: 0.24rem;
	transform: rotate(180deg);
}

/*2018-10-22 订单列表页添加页面loading.................................*/
.loading {
	width: 12%;
	margin: 26vh auto 0;
}
.p-loading {
	font-size: 0.42rem;
	text-align: center;
	color: #ffffff;
	padding-top: 0.6rem;
}

/*2018-10-24.........................................*/
.details-express {
	padding: 0.46rem 0;
}
.express-header {
	padding-left: 0.46rem;
	padding-right: 0.46rem;
}
.express-cont {
	width: 85%;
	border: 0;
}
.express-part.part-start {
	width: 100%;
	border: 0;
}
.express-part {
	border-left: 1px dashed #dcdcdc;
}
.detail-noinfor {
	width: 100%;
	padding: 0.4rem 0.46rem 0;
	font-size: 0.38rem;
	line-height: 1.4;
	color: #666666;
	border-top: 1px dashed #dcdcdc;
}
.detail-noinfor img {
	width: 16%;
	margin: 0 auto 0.4rem;
}
.part-text {
	margin-top: -0.1rem;
}
.part-img {
	top: 0.1rem;
}
.part-img.s-img {
	top: 0;
}
.details-list,
.details-express,
.details-client,
.list-item {
	border-radius: 0.24rem;
}

.more {
	padding: 0.48rem 0.48rem 1rem 0.48rem;
}
