.mint-popup {
    width: 100%;
    min-height: 6rem;
}

.mint-popup-head {
    /* 	position: absolute;
	top: 0;
	left: 0; */
    width: 100%;
    height: .8rem;
    font-size: .28rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #999;
}

.mint-popup-head li {
    width: 50%;
    height: 100%;
    padding: 0 .3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mint-popup-head li:last-child {
    color: #26A2FF;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.mint-popup-title {
    width: 100%;
    height: .8rem;
    font-size: .26rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #999;
    border-bottom: .5px solid #ccc;
}

.mint-popup-title li {
    width: 25%;
    height: 100%;
    padding: 0 .3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mint-popup-title li:nth-child(1) {
    width: 20%;
}
.mint-popup-title li:last-child {
    width: 30%;
}

.picker-item {
    font-size: .24rem;
    color: #999;

}

.picker-selected {
    font-size: .32rem;
    height: 1rem;
    line-height: 1rem;
}


.display-flex {
    display: flex;
    display: -webkit-flex;
}

.display-flex-ac {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.img>img {
    width: 100%;
    height: 100%;
}

.selection-wrap {
    height: 2rem;
}

.select-order {
    background-color: #fff;
    padding: .2rem .35rem .47rem;
    position: fixed;
    top: 1.3rem;
    left: 0;
    right: 0;
    font-size: .28rem;
    
}
.select-order a{
    text-decoration: underline;
    color: #26A2FF;
    text-align: right;
}

.selection {
    background-color: #fff;
    padding: .47rem .35rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.selection.on{
    box-shadow: 0px 4px 20px 0px rgba(24, 23, 23, 0.1);
}

.selection .label {
    font-size: .26rem;
    height: .59rem;
    line-height: .59rem;
}

.province-selection:nth-child(2) {
    margin-left: .3rem;
}

.province-selection .selection-content {
    width: 2.46rem;
    height: .59rem;
    border: 1px solid rgba(0, 0, 0, .36);
    margin-left: .22rem;
    border-radius: .04rem;
}

.province-selection .selection-content .content {
    font-size: .24rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    width: 80%;
    height: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 .17rem;
}

span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.province-selection .selection-content .label-que {
    width: .23rem;
    height: .12rem;
}

.province-selection .selection-content .content.gray {
    opacity: .6;
}

.store-list {
    margin: 0 .4rem;
    padding-top: .2rem;
}

.store-list .store-item {
    padding: .27rem 0;
    border-bottom: .02rem solid #EDEDEE;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.store-list .store-item .store-item-text {
    width: 70%;
}

.store-list .store-item .store-item-text .store-item-title {
    font-size: .28rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #2E2E2E;

}

.store-list .store-item .store-item-text .store-item-titleD {
    font-size: .24rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #9F9D9D;
    margin-top: .12rem;
}

.text-overflow {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.store-list .store-item .store-item-icon {
    align-items: center;
    margin-top: .1rem;
}

.store-list .store-item .store-item-icon .icon-text {
    font-size: .2rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #9F9D9D;
    text-align: center;
}

.store-list .store-item .store-item-icon .icon-text span {
    display: inline-block;
    text-align: center;
    margin-top: .1rem;
}

.store-list .store-item .store-item-icon .icon-tele {
    width: .32rem;
    height: .32rem;
    margin: .05rem auto 0;
}

.store-item-wrap-status {
    /* display: flex;
    justify-content: space-between; */
    font-size: .28rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #FF4963;

}

.store-status {
    flex-direction: column;
    align-items: flex-end;
    margin-top: 0 !important;
}

.icon-text-tel {
    margin-right: .4rem;

}

.store-list .store-item .store-item-icon .icon-nav {
    width: .33rem;
    height: .32rem;
    margin: .05rem auto 0;
}

.nav-poup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
}

.nav-poup .nav-wrap {
    background-color: #fff;
    border-radius: 10px;
    width: 60%;
    padding-bottom: .08rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.nav-title {
    font-weight: bold;
    font-size: .28rem;
    text-align: center;
    padding: .2rem;
}

.nav-list {}

.nav-list li {
    text-align: center;
    font-size: .26rem;
    padding: .15rem;
    border-top: .02rem solid #eee;
}

.mint-button-text {
    font-size: 14px;
}

.mint-cell-wrapper {
    background-size: 0 0;
}

.mint-cell:last-child {
    background-size: 0 0;
}

.mint-searchbar {
    padding: 18px 15px;
    background-color: #fff;
}

.mint-searchbar-inner {
    border: 1px solid #ccc;
}

.mint-search {
    height: 100%;
}

.mint-button--primary {
    margin-top: 1rem;
}

.list-wrap {
    text-align: center;
    font-size: .30rem;
}

.list-wrap li {
    padding: .2rem 0;
}

.mint-cell-text {
    width: 105px;
}
.store-list-title {
    color: inherit;
    font-size: 20px;
    text-align: center;
    margin: .4rem 0;
}

.mint-cell-value span {
    -webkit-line-clamp:initial;
    line-height: 20px
}

.order-detail {
    padding: 30px 0;
    border-bottom: 1px #ccc solid;
}