.m-index-wrapper{padding-top:20px;}
.main-info{
    width: 92%;
    margin: 0 auto;
    border-radius: 6px;
    padding-bottom: 25px;
}
/* .ecode-header{
    justify-content: space-around;
    align-items: center;
    padding-top: 15px;
} */
.ecode-header {
    justify-content: center;
    align-items: center;
    padding-top: 15px;
}
/* .ecode-header-border{
    padding:5px;
    border:1px solid #eee;
    padding: 3px;
    border: 1px solid #eee;
    border-radius: 50%;
} */
.ecode-header-border{
    padding:5px;
    border:1px solid #eee;
    padding: 3px;
    border: 1px solid #eee;
    border-radius: 50%;
    margin-right: 10px;
}
/* .ecode-header-img{
    width: 60px;
    height: 60px;
    background: linear-gradient(-33deg, #DBAB57, #E8B65F, #DBAB57);
    border-radius: 50%;
    position: relative;
} */
.ecode-header-img {
    width: 50px;
    height: 50px;
    background: linear-gradient(-33deg, #DBAB57, #E8B65F, #DBAB57);
    border-radius: 50%;
    position: relative;
}
.ecode-header-img img{
    width: 45px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.ecode-header-right{width:70%;}
/* .ecode-header-right dd{
    font-size: 17px;
    line-height: 26px;
} */
.ecode-header-right dd {
    font-size: 14px;
    line-height: 26px;
}
/* .ecode-header-right dt {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
    display: flex;
    flex-direction: column;
} */
.ecode-header-right dt {
    font-size: 12px;
    color: #666;
    margin-top: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*.ecode-header-right dt em{padding-left: 20px;}*/
.cardBalance_span{
    padding-left: 28px;
}
.refresh-text{
    color: #1B74CE;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.instructions-section{
    padding: 20px 0;
    color: #fff;
}
.instructions-section > div{
    text-align: center;
    font-size: 15px;
}
.instructions-section ul{
    width: 90%;
    margin: 15px auto 0;
    font-size: 12px;
    line-height: 16px;
}
.index-bg{
	height: 100%;
	background: #EE3F3F;
	overflow-y: scroll;
	overflow-x: hidden;
}
.bg-f4f{background: #f4f4f4;}
.color-888{color:#888!important;}
.userCenter_public_titleViewClass {
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #222222;
    text-align: center;
    padding: 12px 0;
    position: relative;
    background: #ffffff;
    margin-bottom: 10px;
}

.userCenter_public_backBtn {
    position: absolute;
    top: 12px;
    left: 16px;
}

.userCenter_public_backBtnImg {
    width: 8px;
    height: 15px;
}
.orderInfo_showInfo {
    padding: 0 12px;
}
/* 圆点 */
.movie_dividingLine {
    border-top: 1px dashed #eaeaea;
    width: 100%;
    position: relative;
}
.showDiv_positionLeft,
.showDiv_positionRight {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #f02843;
}

.showDiv_positionLeft {
    position: absolute;
    top: -8px;
    left: -8px;
}

.showDiv_positionRight {
    position: absolute;
    top: -8px;
    right: -8px;
}
.code-show-info{
    padding: 5px 20px 15px;
    font-size: 17px;
    text-align: center;
}
.code-show-info p{
    letter-spacing: 2px;
    color: #888;
    font-size: 15px;
}
#barcode {
    width: 100%;
    height: 100px;
}
#qrcode {
    padding: 0 20px 5px;
    text-align: center;
}


.pay-boll .showDiv_positionLeft, .pay-boll .showDiv_positionRight {
    background: #f02843;
}
.pay-boll .showDiv_positionLeft{left: -8px;}
.pay-boll .showDiv_positionRight{right:-8px;}

.card-ulist{
	border-top: 1px solid #eee;
	text-align: left;
}


/* 条形码放大 */
.f-card-info{
    text-align: center;
    position: fixed;
    top: 35%;
    right: -20px;
    left: 20px;
    margin: auto;
    z-index: 99;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
#bigBarcode{
	-webkit-transform:scale(1.6,1.4);
	-moz-transform:scale(1.6,1.4);
	-ms-transform:scale(1.6,1.4);
	transform:scale(1.6,1.4);
}
.f-one-shade{margin-top:7px;}
.f-card-info dd{
	color: #FFA83A;
	margin-bottom: 35px;
	text-align: center;
}
.f-card-info dd img{margin-right: 5px;}
.f-card-info dl{
	text-align: center;
	margin-bottom: 40px;
	font-size: 20px;
	color: #222;
	letter-spacing: 5px;
}
.f-white-msg,.f-one-mask{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 99;
}
.f-mask-code img{
	position: fixed;
	top: -15%;
	right: 0;
	left: 0;
	bottom:0;
	margin: auto;
	z-index: 99;
}
.transformCode{
	top: 0!important;
	-wekit-transform: rotate(90deg)scale(1.2);
	-moz-transform: rotate(90deg) scale(1.2);
	-ms-transform: rotate(90deg) scale(1.2);
	transform: rotate(90deg) scale(1.2);
}
.order-cancel{
    width: 15px;
    height: 15px;
    padding: 5px;
    background: #eee;
    border-radius: 50%;
    margin-left: 6px;
}
.big-code-img{
    width:256px;
    height:256px;
    position: absolute;
    top:0;
    left: 0;
    right:0;
    bottom:0;
    margin: auto;
    z-index: 100;
}

/* 弹框 */
.f-mask-msg{
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .3;
	top: 0;
	left: 0;
	z-index: 99;
	display: none;
}

.slide-dialog{
	background: #f7f7f7;
	text-align: center;
	font-size: 14px;
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	border-radius: 15px 15px 0 0;
	z-index: 999;
}
.slide-dialog li{
	padding: 15px;
	background: #fff;
	color:#222;
}
.slide-dialog li:first-child{
	margin-bottom: 1px;
	border-radius: 15px 15px 0 0;
}
.slide-dialog li:last-child{
	margin-top: 5px;
	padding: 20px 0 30px;
}

@media only screen and (min-device-width : 320px) and (max-device-height : 568px) and (-webkit-device-pixel-ratio: 2),
only screen and (max-width : 370px){
    .code-show-info p {
        letter-spacing: 2px;
    }
    .code-show-info {padding: 0px 0 10px 0;}
    #qrcode {padding: 0 20px 20px;}
}
.movie_dividingLine {
    border-top: 1px dashed #eaeaea;
    width: 100%;
    position: relative;
}

.circular_positionLeft,
.circular_positionRight {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #42658e;
}

.circular_positionLeft {
    position: absolute;
    top: -8px;
    left: -26px;
}

.circular_positionRight {
    position: absolute;
    top: -8px;
    right: -26px;
}
/* 刷新动画 */
.ani-rotate{
	-ms-animation:rotates .5s;
	-moz-animation:rotates .5s;
	-webkit-animation:rotates .5s;
	animation:rotates .5s;
}
@keyframes rotates{
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.ecode-tips{
    text-align: center;
    color: rgb(255 255 255 / 60%);
    margin: 20px 0 0;
    font-size: 16px;
    font-weight: bold;
}
/* .ecode-circle{
    position: absolute;
    right: 3px;
    top: 18px;
    padding: 10px;
} */
.ecode-circle {
    position: absolute;
    right: 3px;
    top: 14px;
    font-size: 10px;
    padding: 10px;
}
.ecode-circle span{
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #888;
    border-radius: 50%;
}
.model-tips{
    width: 140px;
    height: 100px;
    background: rgb(0 0 0 / 70%);
    border-radius: 8px;
    color: #fff;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 16px;
    z-index: 999;
}
.model-tips img{margin: 20px 0 10px;}
.white-mask{
    position: absolute;
    background: #fff;
    height: 100%;
    width: 100%;
    opacity: .7;
}
.code-used,.code-overdue{
    width: 76px;
    position: absolute;
    right: 20%;
    top: 95px;
}
.line{
    position: absolute;
    width: 63%;
    background: #eee;
    height: 1px;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
}

/* 头部标题栏 */
.orderNav_fixed{
    width: 100%;
    position: fixed;
    top:0;
    left: 0;
    z-index: 1;
}
.padding-top44{padding-top:44px;}
.e-code-title {
    font-size: 15px;
    color: #222;
    text-align: center;
    padding: 12px 0;
    position: relative;
    background: #ffffff;
}

.userCenter_public_backBtn {
    position: absolute;
    top: 12px;
    left: 16px;
}

.userCenter_public_backBtnImg {
    width: 8px;
    height: 15px;
}
/* 门店列表 */
.userCenter_storeContent {
    background: white;
    padding-top: 93px;
}

.storeContent_title {
    align-items: center;
    padding: 9px 12px;
}

.storeContent_title_city,
.storeContent_title_area {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #222222;
    align-items: center;
}

.storeContent_title_city img,
.storeContent_title_area img {
    width: 5px;
    height: 4px;
    margin-left: 3px;
}

.storeContent_title_seach {
    display: flex;
    align-items: center;
    padding: 7px 15px;
    background: #F4F4F4;
    border-radius: 16px;
}

.storeContent_title_seach img {
    width: 12px;
    height: 12px;
    margin-right: 7px;
}

.storeContent_title_seach input {
    width: 210px !important;
    height: 17px !important;
    background: #F4F4F4;
}

.storeContent_ul {
    padding: 0 21px 0 15px;
}

.storeContent_li {
    padding: 16px 0;
    border-bottom: 1px solid #eeeeee;
    justify-content: space-between;
}

.storeContent_li:last-of-type {
    border-bottom: none;
}

.storeContent_li_left {
    width: 240px;
}

.storeContent_li_left_title {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #222222;
    display: flex;
    align-items: center;
}

.storeContent_li_left_title img {
    width: 14px;
    height: 14px;
}

.storeContent_li_left_addr {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #888888;
    margin: 5px 0 8px 0;
}

.storeContent_li_left_title,
.storeContent_li_left_addr {
    white-space: pre-wrap;
}

.storeContent_li_left_typeItem {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #589DAF;
    line-height: 16px;
    border-radius: 2px;
    border: 1px solid #589DAF;
    display: flex;
    align-items: center;
    margin-right: 10px;
    padding-right: 3px;
}

.storeContent_li_left_typeItem img {
    width: 40px;
    height: 16px;
    margin-right: 3px;
}

.storeContent_li_right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.storeContent_li_right_top {
    flex-direction: column;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #888888;
    align-items: center;
}

.storeContent_li_right_top img {
    width: 24px;
    height: 24px;
}

.storeContent_li_right_bottom {
    align-items: center;
    justify-content: flex-end;
    font-size: 11px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #589DAF;
    border-radius: 2px;
    border: 1px solid #589DAF;
    margin-top: 8px;
    padding: 2px 5px;
}

.storeContent_li_right_bottom img {
    width: 4px;
    height: 8px;
    margin-left: 3px;
}
.store_distance{
    color:#222;
}
.store_distance::before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 11px;
    background: url(/images/positions.png) no-repeat center;
    background-size: 8px 11px;
    margin: 2px 3px -1px 2px;
}
.code-arrow{
    font-size: 14px;
    vertical-align: text-top;
    margin-left: 3px;
}
.font-22{
    font-size: 22px;
}
.store-dialog-mask{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #000;
    opacity: .5;
    z-index: 1;
    display: none;
}
.store-area-list{
    width:100%;
    position: absolute;
    top: 48px;
    left: 0;
    background: #fff;
    z-index: 9;
    padding: 15px;
}
.store-area-list a{
    display: inline-block;
    float: left;
    min-width: 23.5%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #eee;
    border-radius: 4px;
    text-align: center;
    margin: 0 5px 5px 0;
    font-size: 13px;
}

.store-area-list a.on {
    color: #FE4845;
    border: 1px solid #FE4845;
}
/* 消费记录 */
.costContent_ul {
    padding: 44px 21px 0 15px;
}
.costContent_ul li{
    padding: 16px 0;
    border-bottom: 1px solid #eee;
}
.costContent_ul li dd,.costContent_ul li dt{
    justify-content: space-between;
    align-items: center;
}
.e-code-name{
    display: inline-block;
    width: 75%;
    font-size: 15px;
}
.costContent_ul li dt{
    font-size: 13px;
    color: #888;
    margin-top:5px;
}